 
/*
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
h1, h2, h3, h4, h5, h6, body, p {
    font-family: Poppins, sans-serif;
}

a {
    color: black;
    transition: 0.2s;
}
a:hover {
    color: black;
    transition: 0.2s;

}

a:hover.scale{
    transform: scale(1.1);    
}

:root {
    /* escuros */
  --dark100-color: #020304;
  --dark80-color: #1B1C1E;
  --dark50-color: #7b7b7b;
  --dark20-color: #e0e0e0;
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);


}

h1 {
    font-size: 30px;
    font-weight: 600;
}

h2 {
    font-size: 19px;
}

h3 {
    font-size: 17px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 14px;
}
.font-weight-semibold {
    font-weight: 500 !important;
}
.numberstatistics {
    font-size: 25px;
}

body {
  background-color: white;
  color: black;
}

/* OPACIDADE */
.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }


/* MENU MOBILE*/
a.menu-item.active {
    color: #b0191f !important;
}

a.menu-item.active svg {
    fill: #b0191f;
}

span.menu-label {
    font-size: 10px;
}


/* BACKGROUND COLORS */
.vermelhocordel {
    color: #b0191f !important;
}

.cor-logocordel {
    fill: #b0191f;
}
.side-logocordel, .side-logocordel-mini {
    height: 39px;
    margin: auto;    
}

.bg-danger{
    background-color: rgb(226, 68, 92) !important;
    border-bottom-color: rgb(206, 48, 72) !important;
}
.bg-light-danger{
    background-color: rgb(226 68 92 / 10%) !important;
}
.bg-success {
    background-color: rgb(0, 200, 117) !important;
    border-bottom-color: rgb(0, 180, 97) !important;
}

.bg-light-success{
    background-color: rgb(52 199 89 / 10%) !important;
}

.bg-warning {
    background-color: rgb(253, 171, 61) !important;
    border-bottom-color: rgb(233, 151, 41) !important;
}
.bg-light-warning{
    background-color: rgb(253 171 61 / 10%) !important;
}

.bg-progessive-bar {
    background-color: #bfc7d9;
}
.bg-vermelhocordel {
    background-color: #b0191f;
}

.bg-beje {
    background-color: #F9EFD9;
}




/* TEXT COLOR */
.txt-black  {
    color: black !important;
}



/* DEADLINE PROGRESSIVE */

.cdp-progress {
    height: 35px;
    border-radius: 15px;
}
.cdp-progress .progress-bar {
    border-radius: 0px;
    border-left: white 1px solid;
    background: #bbbbbb;
}
.cdp-progress .progress-bar:first-child {
    border: none;
}



.cdp-progressbar {
    height: 35px;
    border-radius: 30px;
}

.cdp-progressbar .deadline {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.deadline input {
    height: 100%;
    width: 100%;
    padding: 0px;
    text-align: center;
}


.mh-150 {
    min-height: 150px;
}

.subtitle {
    font-weight: 500;
}

/* CDP CARD  */
.cdp-card {
    background-color: #F5F5F5;
    border-radius: 7px;
    padding: 4px 10px;
    transition: 0.2s;
    border: none;
}

.cdp-userfoto {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 102% 100%;
}


.link.cdp-card:hover, a.cdp-card:hover {
    box-shadow: 0 0 1px 1px rgba(90, 113, 208, 0.1), 0 4px 16px 0px rgba(167, 175, 183, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(90, 113, 208, 0.1), 0 4px 16px 0px rgba(167, 175, 183, 0.1);
}
input.criartarefa {
    background-color: transparent;
}

input.tarefatitulo {
    color: black;
    font-weight: 500;
    font-size: 14px;
    background: transparent;
}

.cdp-card .status {
    text-align: center;
    padding:0px;
}

.cdp-card .status button {
    min-width: 100%;
}

.cdp-card .title {
    font-family: "roboto", sans-serif;
    font-weight: 500;
}
.cdp-card .text-muted {
    font-size: 12px;
}


.dropdown .btn {
    border-radius: 5px;
    width: 100%;
    padding: 0px;
    height: 100%;
    text-align: center !important;
}
.dropdown-menu.estados {
    padding: 10px;
    transform: translate3d(-20px, 55px, 0px) !important;
    width: 220px;
}
.dropdown-menu.estados a.dropdown-item {
    margin-bottom: 8px;
    text-align: center;
    padding: 8px;
    border-bottom: 2px solid #0000002e;
}






a.disabled {
  pointer-events: none;
  cursor: default;
}




/* ################  ################# */

.big_loader {
    position: absolute;
    z-index: 3000;
    width: 98%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffffab;
}

#big_loader {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000bf;
    padding-top: 50vh;
}

.item-purchase-banner {
    height: auto !important;
}

.file-icon-wrapper .file-icon {
    height: 90px;
    width: 69px;
    padding: 5px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    position: relative;
}

.file-icon-wrapper .file-icon .nome_icon {
    float: left;
    width: 100%;
    position: absolute;
    top: 7px;
    font-size: 11px;
}


.file-icon-wrapper .file-icon i {
    font-size: 43px;
    margin-right: 0;
}

h7 {
    font-size: 13px !important;
}

.auth.theme-two .banner-section .slide-content.bg-1 {
    background: url(../../custom/images/login_background.jpg) no-repeat center center;
    background-size: cover;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none !important;
}

.navbar {
    padding-top: 0px;
        /* Status bar height on iOS 11.0 */
    padding-top: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top);

}

.container-scroller{
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.navbar.default-layout .navbar-menu-wrapper, .navbar.default-layout {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0191f+0,e30613+100 */
background: #b0191f; /* Old browsers */
background: -moz-linear-gradient(-45deg, #b0191f 0%, #e30613 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #b0191f 0%,#e30613 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #b0191f 0%,#e30613 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0191f', endColorstr='#e30613',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.navbar.default-layout .navbar-brand-wrapper .navbar-brand img {
    height: 39px;
	width: 100%;
}


.dashlist{
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    grid-column-gap: 10px;
}

.titulodash {
	margin-top: 15px !important;
}

.no_bookcover {
    border-radius: 5px;
    -webkit-box-shadow: 3px 5px 30px 0px rgba(69, 65, 78, 0.2) !important;
    /* box-shadow: 3px 5px 30px 0px rgba(69, 65, 78, 0.2) !important; */
    padding: 6px; 
    font-size: 10px;
    min-height: 105px; 
    color: black; font-weight: bold;     
    background: #dcdcdc;
}


.bookcover{
    border-radius: 15px;
    -webkit-box-shadow: 3px 5px 30px 0px rgba(69, 65, 78, 0.2) !important;
    /* box-shadow: 3px 5px 30px 0px rgba(69, 65, 78, 0.2) !important; */
}


.draganddrop {
    min-height: 100%;
}

.selecao_radio {
    text-align: center;
    width: 100%;
}

.selecao_radio h6 {
    padding-bottom: 10px;
    font-size: 12px;
}

.selecao_radio input {
    position: absolute !important;
    left: -9999px !important;
}

.selecao_radio label {
    position: relative !important;
    border: 2px solid;
    padding: 3px;
    border-radius: 100%;
    margin: 20px 0px;
}

.selecao_radio input[type=radio]:checked+label {
    opacity: 1 !important;
}

.selecao_radio input[type=radio]+label {
    opacity: 0.3 !important;
}

input[type=radio] {
    display: none !important;
}

.baget_publicarobra {
    position: absolute;
    right: 0px;
    top: -15px;
}

.baget_revisores {
position: absolute;
    right: 7%;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    background: #FF0017;
    color: #ffffff;
    font-size: 11px;
    top: 0px;
    font-weight: 600;
    line-height: 1.2rem;
    border: none;
    text-align: center;
}

.form_atualizar_acompanhamento .nome {
    position: absolute;
    left: 0px;
    height: 1.2rem;
    background: #FF0017;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2rem;
    border: none;
    text-align: center;
    bottom: 0px;
    width: 100%;
    border-radius: 10px;
}


.profile-book {
    height: 250px;
    position: relative;
}

.profile-page .profile-header{
background: #505050;
}
.background-blur-image {
    position: absolute; 
    height: 100%;
    width: 100%;
    background-color: red;
    top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    filter: blur(20px);
    -webkit-filter: blur(20px); */

}

.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.profile-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
}

.profile-subtitle {
}

.detalhes .detalhes-col {
    padding-right: 20%;
    border-right: 1px solid rgba(242, 242, 242, 0.3);
    margin-right: 20%;
}

.detalhes .detalhes-col:last-child {
    border-right: none;
    margin-right: 0;
}




a.tickets-details, a.titulo_obra {
    color: #b0181e;
}

.dropdow-category {
    margin: 10px 25px;
    color: #b0181e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}



a, a:hover, a:visited {
    text-decoration: none !important;
}



.menumobile{
    background: #ffffffd1;
    border-top: solid 0.5px #e0dfdf;
    z-index: 9999;
    padding-top: 9px;
    padding-bottom: calc(3px + var(--safe-area-inset-bottom));
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    padding-left: 15px;
    padding-right: 15px;
}

a.menu-item.text-center {
    color: #959595;
}
.menu-item svg {
    fill: #959595;
    margin: auto;
    height: 20px;
}

.menu-item {
    color:#959595;
    display: inline-grid;
}






/* NOVO TEMA */

a.tickets-details {
    color: #b0181e;
}
a.btn-dark {
    color: white !important;
}

.dropdow-category {
    margin: 10px 25px;
    color: #b0181e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.small-dropify .dropify-wrapper{
    height: 90px !important;
}


/* modal revisores */ 

.modal-l {
        max-width: 900px;
}

.lista_revisores{
    margin-top: auto;
    margin-bottom: auto;
}

.deadline_box .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:last-child.day.active:before, .deadline_box .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:last-child.day.today:before, .deadline_box .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:last-child.day.active:before, .deadline_box .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:last-child.day.today:before {
    left: 10px;
}

.deadline_box .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:first-child.day.active:before, .deadline_box .datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td:first-child.day.today:before, .deadline_box .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:first-child.day.active:before, .deadline_box .datepicker.datepicker-inline .datepicker-days table.table-condensed tbody td:first-child.day.today:before {
    left: -20px;
}

.deadline_box input.form-control {
    text-align: center;
    color: #2295f3;
    font-weight: 600;
    font-size: 14px;
}


/* obra-detalhes */
#obra-detalhes .dados_livro label {
    font-weight: bold;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    font-size: 13px;
    text-transform: uppercase;
}
#obra-detalhes .dados_livro p {
    margin-bottom: 0px;
}

#obra-detalhes .title {
    font-size: 35px;
    font-weight: 700;
}
#obra-detalhes .onlineprice {
    font-family: "Merriweather", Sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 30px;
    margin-bottom: 0px;
}

.contractprice{
    font-size:10px;
}
#obra-detalhes .no_bookcover{
    background: url(https://images.pexels.com/photos/590493/pexels-photo-590493.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    /* margin: auto; */
    padding-top: 51%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 20px;
}


.detalhes_obra_scouting label {
    width: 100%;
    margin: 0;
    font-weight: 800;
    color: gray;
    text-transform: uppercase;
    font-size: 11px;
}


/* SCOUTING */

.obra_titulo {
    color: #b0191e;
}

#scouting .litle_details{
    color: #8b8a8f;
}

.litle_details i {
    opacity: 0.5;
    padding-left: 10px;
}



.form-control, .asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=text], .jsgrid .jsgrid-table .jsgrid-filter-row select, .jsgrid .jsgrid-table .jsgrid-filter-row input[type=number], .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-search__field, .tt-hint, .tt-query, .typeahead {
    font-size: 0.9em;
    color: #000000;
    line-height: 14px;
    font-weight: 400;
}

.wizard > .content > .body input {
    color: black;
}






/* Tabs */
.cdp-tabs {
        background: rgb(238,238,238);
    border-radius: 9px;
    border: none;
    padding: 2px 3px 3px 3px;
    list-style: none !important;

}

    .cdp-tabs::-webkit-scrollbar {
      display: none;
    }

.cdp-tabs-overflow {
    /*background: rgb(238,238,238);*/
    border-radius: 9px;
    border: none;
    padding: 2px 3px 3px 3px;
}
.cdp-tabs-overflow .nav-link, .cdp-tabs-overflow .nav-link:hover {
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.cdp-tabs-overflow .nav-link.active, .cdp-tabs-overflow .nav-link.active:hover, .cdp-tabs-overflow  .nav-item.show .nav-link {
    background: #ffffff;
    color: #000;
    border: none;
    box-shadow: 0px 0px 5px #0000001f;
    font-weight: 500;
    border-radius: 7px;
}


.tickets-tab-switch .nav-item {
    width: 25%;
}

.tickets-tab-switch .nav-item .nav-link {
    background: transparent;
    padding: 8px 0px !important;
    font-weight: 400;
    padding-top: 9px !important;
    border-radius: 0px;
    border-left: 0.5px solid #0000000d;
}
.tickets-tab-switch .nav-item .nav-link.active {
    background: #ffffff;
    color: #000;
    border: none;
    box-shadow: 0px 0px 5px #0000001f;
    font-weight: 500;
    border-radius: 7px;
}



.maintitle {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}



.ql-editor p {
    margin: 15px 0px !important;
}

#tarefas img.img-fluid.rounded-circle {
    max-width: 50px;
}


/* ################# BOOK COVER ################# */
.capa {
    position: relative;
}
.capa img  {
    border-radius:3px;
    box-shadow: 1px 8px 20px 0px #5656564a;
}
.capa-livro::after {
    background-image: url(/assets/imgs/efeitolivro-a.png);
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-radius: 2.5px;
    background-size: 100% 100%;
    left: 0;
    z-index: 1;
}
.img-capa-livro::after {
    background-image: url(/assets/imgs/efeitolivro-b.png);
    mix-blend-mode: soft-light;
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-radius: 2.5px;
    background-size: 100% 100%;
    left: 0;
    z-index: 1;
}
/*####################################################################*/









.cdp-obras-notas {
    font-size:14px;
    color: #848A95;
}

.cdp-obras-notas .img-xs {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.cdp-obras-notas .single-estado h1, .listar-estados .single-estado h1{
    color: #848A95;
    font-size:12px;
    margin-bottom:0px;
}

.cdp-obras-notas .single-estado h2, .listar-estados .single-estado h2 {
    color: #848a95;
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

.cdp-obras-notas .rounded {
    border-radius: 15px !important;
}







/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 767.98px) {
    .page-tabs {
        margin-top: 20px !important;
    }

    .cdp-mobile-list {
        background-color: transparent;
        margin-right: -15px;
        border-radius: 0px;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }
    .cdp-progressbar {
        height: 25px;
    }

    .cdp-btn-budget {
        border-radius: 35px;
    }

    /* CALENDÁRIO*/
    button#dropdownMenuIconButton24 {
        border-radius: 30px;
    }

    .daterangepicker.ltr.show-calendar.opensright {
        position: fixed;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: 100%;
    }

    .drp-calendar {
        max-width: 100% !important;
        margin: 0px !important;
    }

    .drp-buttons {
        /* height: 210px !important; */
    }
}



/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 575.98px) {

    .cdp-tabs {
        background: rgb(238 238 238 / 20%);
        list-style: none !important;
    }

    .paddingiphone{
        padding-top: env(safe-area-inset-top);
    }

    .cdp-tabs-main {
        position: fixed;
        background: #b0191f;
        background: -moz-linear-gradient(-45deg, #b0191f 0%, #e30613 100%);
        background: -webkit-linear-gradient(-45deg, #b0191f 0%,#e30613 100%);
        background: linear-gradient(135deg, #b0191f 0%,#e30613 100%);
        left: 0px;
        width: 100%;
        padding: 0px 15px;
        top: 47px;
        margin-top: env(safe-area-inset-top);
        padding-top: 4px;
        padding-bottom: 10px;
        z-index: 1100 !important;
    }

    .page-tabs .main-menu {
        width: 100%;
        z-index: 1000;
    }



    .content-wrapper {
        padding: 15px;
    }

    .dashlist{
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 10px;
    }

    #profile-list-adecorrer{
        display: grid;
        grid-template-columns: 100%;
        grid-column-gap: 10px;
    }    
}




@-webkit-keyframes rotation {
        from {
                -webkit-transform: rotate(0deg);
        }
        to {
                -webkit-transform: rotate(-90deg);
    }
}

@-webkit-keyframes rotation_down {
    from {
            -webkit-transform: rotate(-90deg);
    }
    to {
            -webkit-transform: rotate(0deg);
    }
}









