/*================================================================================
        Item Name: Materialize - Material Design Admin Template
        Version: 5.0
        Author: PIXINVENT
        Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.item.bad .alert{
    font-size: 11px;
    color:  #ff0000;
    text-align: center;
}

.item.bad input, .item.bad select, .item.bad textarea {
    border-bottom: 1px solid #ff5252;
    box-shadow: 0 1px 0 0 #ff5252;
}


.logo-text-subtitle{
    font-size: 11px;
    position: absolute;
    top: 45px;
    width: 100%;
    margin-left: 50px;
    margin-top: 5px;

}


.brand-sidebar span.logo-text {
    position: absolute;
    top: 25px;
    margin-left: 20%;
}
.brand-sidebar .brand-logo {
    padding: 7px 7px 7px 15% !important; 
}

.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 50px;
}

.img-central{
    text-align: center !important;
    padding: 7px !important;
}

.mright-5{
    margin-right: 5px !important;
}
.mleft-5{
    margin-left: 5px !important;
}
.mleft-0{
    margin-left: 0px !important;
}
.dropdown-content a{
    font-size: 12px !important;
}
.dropdown-content a i{
    font-size: 14px;
}
@media only screen and (max-width: 992px)
{
    .icon_arrow_drop_down{
        line-height: 60px;
    }
}
@media only screen and (min-width: 992px)
{
    .modal-small{
        width: 25%;
    }
}
@media only screen and (min-width: 992px)
{
    .modal-medium{
        width: 50%;
    }
}
.modal{
    max-height:90%!important;
    top:5% !important;
}

.modal-header a.modal-close{
    top:-30px;
    right:-20px;
}


.breadcrumbs-black ol li a{
    color:#fff;
}

#breadcrumbs-wrapper .breadcrumbs .active{
    color:#fff;
}
#breadcrumbs-wrapper .breadcrumbs > li + li::before {
    color:#fff;
}

label {
    font-size: 0.9em;
    color: #403f3f;
}

.required{
    color: #ff5252;
}

.ln_solid{
    border-top: 1px solid #e5e5e5;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

.ct-fill-donut-label {
    width: 100%;
    text-align: center;
    left: 0px !important;
}

::placeholder {
    color: #2f2d2d;
}
.top10{
    margin-top: 10px;
}

table.dataTable.no-footer {

    border-bottom: none;

}

.modal.open .select2-container--default .select2-selection--single {
    background-color: #fafafa;
}


.dataTables_length .select-wrapper {
    display: contents;
}

.display_menu{
    display: inline-table;
}


table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #11111129;
}


.card .card {
    box-shadow: none;
    border-top: 2px solid #e9e9e9 !important;
    margin-top: 0px !important;
}

.users-list-wrapper .users-list-table .dataTable th {
    width: auto !important;
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
}

/** MARCAÇÃO DE PARCELAS, E STATUS EM GERAL*/

.ribbon-container {
    position: absolute;
    top: 45px;
    right: -50px;
    overflow: visible; /* so we can see the pseudo-elements we're going to add to the anchor */
    font-size: 16px; /* font-size and line-height must be equal so we can account for the height of the banner */
    line-height: 16px;
}

#ribbon-container:before {
    content:"";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    border-top: 20px solid rgba(0,0,0,.3); /* These 4 border properties create the first part of our drop-shadow */
    border-bottom: 20px solid rgba(0,0,0,.3);
    border-right: 20px solid rgba(0,0,0,.3);
    border-left: 20px solid transparent;
}

#ribbon-container:after { /* This adds the second part of our dropshadow */
    content:"";
    height: 3px;
    background: rgba(0,0,0,.3);
    display: block;
    position: absolute;
    bottom: -3px;
    left: 40px;
    right:3px;
}

.ribbon-container a {
    display:block;
    padding:12px;
    position:relative; /* allows us to position our pseudo-elements properly */
    background:#0089d0;
    overflow:visible;
    height:40px;
    margin-left:29px;
    color:#fff;
    text-decoration:none;
}

.ribbon-container a:after { /* this creates the "folded" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    bottom:-15px;
    right:0;
    border-top: 15px solid #000000;
    border-right: 15px solid transparent;
}

.ribbon-container a:before { /* this creates the "forked" part of our ribbon */
    content:"";
    height: 0;
    width: 0;
    display:block;
    position:absolute;
    top:0;
    left:-20px;
    border-top: 20px solid #0089d0;
    border-bottom: 20px solid #0089d0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}


.ribbon-container a.red:before{
    border-top: 20px solid #ff2312 !important; 
    border-bottom: 20px solid #ff2312 !important; 
}
.ribbon-container a.red{
    background-color: #ff2312 !important;
}


.ribbon-container a.green:before{
    border-top: 20px solid #2bd142 !important; 
    border-bottom: 20px solid #2bd142 !important; 
}
.ribbon-container a.green{
    background-color: #2bd142 !important;

}

.ribbon-container a.yellow:before{
    border-top: 20px solid #ffeb3b !important; 
    border-bottom: 20px solid #ffeb3b !important; 
}
.ribbon-container a.yellow{
    background-color: #ffeb3b !important;
}

.collapsible-header {
    display: block !important;
}  



.sidenav-close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.sidenav-overlay {
    background-color: rgba(0,0,0,0.5);
}


.slide-out-right-sidenav{
    overflow-y: auto !important;   
    margin-right: 1px !important;
}



/* ----------------------- LINHA DO TEMPO ------------------------- */

body {
    font-family: 'Raleway';
}

#corpo {
    width: 100%;
    margin: 10px auto;
    border-radius: 30px;
    background: #fff;
}

.linha-titulo, .linha-itens {
    width: 100%;
    display: grid;
    grid-template-columns: 12% 12% 12% 12% 12% 12% 12% 12% 4%;
    position: relative;
    margin: 0;
}

.linha-borda{
    border-bottom: 1px solid #eee;

}


.linha-itens:last-child {
    border: none;
}

.linha-titulo > li,  .linha-itens > li {
    text-align: center;
    padding: 20px 0;
}

.linha-titulo > li > span {
    font-size: 12px;
    background: #fff;
    color: #333;
    width: auto;
    height: auto;
    text-align: center;
    display: inline-block;
}

.linha-itens > li > span {
    width: 60px;
    height: 60px;
    background: #F3F4F6;
    color: #BABBBF;
    text-align: center;
    margin: auto;
    line-height: 56px;
    border-radius: 100%;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.dia {
    background: #fff !important;
    line-height: 50px !important;
    color: #444 !important;
    font-weight: 600;
    border: 4px solid #e6e6e6;
    position: relative;
}
.dia_regua{
    left: 25%;
}

.li-linha-do-tempo {
    position: relative;
}

.linha-do-tempo {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    background: #e6e6e6;
    height: 100%;
}

.whats { font-size: 25px !important;padding:2px; }
.sms,.carta, .sms_flash,.agente_virtual { font-size: 25px !important;padding:2px; }
.arroba { font-size: 25px !important; 
          padding:2px;
}

.whats:hover, li.active .whats,
.play:hover, li.active .play,
.agente_virtual:hover, li.active .agente_virtual,
.sms_flash:hover, li.active .sms_flash,
.sms:hover, li.active .sms,
.arroba:hover, li.active .arroba,
.carta:hover, li.active .carta,
.messages:hover, li.active .messages {
    color: #fff;
}

.whats:hover, li.active .whats { background: #38D191}
.play:hover, li.active .play { background: #A689D4}
.agente_virtual:hover, li.active .agente_virtual { background: #A689D4}
.sms:hover, li.active .sms { background: #FF7A30}
.arroba:hover, li.active .arroba { background: #3CA1FE}
.carta:hover, li.active .carta { background: #e92862}
.messages:hover, li.active .messages { background: #FFB930}
.sms_flash:hover, li.active .sms_flash { background: #FFB930}

.popover {
    display: none;
    position: absolute;
    top: 80%;
    left: 50%;
    width: 200px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    border-radius: 10px;
    margin-left: -100px;
}

.popover:before {
    border: solid transparent 10px;
    border-bottom-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: -16px;
    margin-left: -10px;
}

.titulo-popover {
    width: 100%;
    padding: 15px;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.evento-popover {
    padding: 5px 15px 0 15px;
    line-height: normal;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 0px;
}

.horario-popover {
    padding: 15px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: left;
    margin-top: 3px;
    margin-bottom: 0px;
}

.linha-itens > li > span:hover .popover {
    display: block;
}

.bandeira {
    background: #C20000 !important;
    color: #fff !important;
}


.icone-innovare > img {
    width: 30px;
    vertical-align: -18%;
    filter: brightness(0.9) saturate(0);
}

.icone-innovare:hover, li.active .icone-innovare {
    background-color: #111;
}

.icone-innovare:hover > img ,li.active .icone-innovare >img{
    filter: none;
}

.edit_regua{
    margin-top:20px
}


@media (max-width: 600px) 
{
    .linha-itens > li > span {
        width: 36px;
        height: 36px;
        line-height: 34px;
        font-size: 14px;
    }
    .whats { font-size: 20px !important; line-height: 32px !important; }
    .sms, .arroba { font-size: 18px !important; }
    .dia {
        line-height: 26px !important;
    }
    .dia_regua{
        left: 2%;
    }
    .edit_regua{
        margin-top:10px
    }
    .popover {
        width: 150px;
        margin-left: -75px;
    }   
    .titulo-popover {
        padding: 10px;
        font-size: 11px;
    }
    .evento-popover {
        padding: 10px 10px 0 10px;
        font-size: 13px;
    }
    .horario-popover {
        padding: 10px;
        font-size: 12px;      
    }
    #corpo {
        /*margin-left: -15px;*/
    }
    .icone-innovare > img {
        width: 24px;
    }
}

.chips .autocomplete-content {

    width: 100% !important;
}


.character-counter {
    margin-top: -20px;
}

.swal-button--cancel {
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff;
    background-color: #ff4081;
}

.swal-button--delete {
    text-align: center;
    text-decoration: none;
    letter-spacing: .5px;
    color: #fff;
    background-color: #8e24aa !important;
}


.select2-container--default .select2-selection--multiple.select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ff0000;
    margin-right: 5px;
    font-size: 20px;
}


.slide-out-right-sidenav .card-alert .card-content{
    padding-left: 0px;
    padding-top: 24px;
    padding-right: 0px;
}
.card-alert .card-content span.small{
    font-size: 11px !important;
}

.modal-lg {
    overflow: auto;
    width: 98%;
}

@media only screen and (max-width: 992px)
{
    .modal
    {
        width: 90%;
    }
}

#activity .widget-timeline {
    margin: .5rem 5% !important;
    margin-bottom: 0.5rem !important;
    padding-left: 5px !important;
}

#activity .widget-timeline li {
    position: relative;
    padding: 0px!important;
    list-style: none;
}

body.innovare a.gradient-45deg-light-blue-cyan.gradient-shadow {
    box-shadow: 0 6px 20px 0 #eec793 !important;
}

body.innovare a.gradient-45deg-light-blue-cyan.gradient-shadow {
    box-shadow: 0 0px 0px 0 #eec793 !important;
}

body.innovare a.gradient-45deg-light-blue-cyan {
    background: #eec793;
    background: -webkit-linear-gradient(45deg, #eec793, #eec793) !important;
    background: linear-gradient(45deg, #eec793, #eec793) !important;
}


.purple.darken-1 {
    background-color: #eec793 !important;
}
.modal-close {
    background-color: #d4cfc8 !important;
}


.sidenav-trigger .btn-floating i{
    background-color: #000 !important;
}



.theme-cutomizer-area-cliente .customize-devider
{
    border: 1px solid #e4e4e4;
}

.theme-cutomizer-area-cliente .menu-options-area-cliente .-area-cliente,
.theme-cutomizer-area-cliente .menu-options-area-cliente .menu-bg-color-option,
.theme-cutomizer-area-cliente .menu-options-area-cliente .navbar-color-option,
.theme-cutomizer-area-cliente .navbar-options-area-cliente .menu-color-option-area-cliente,
.theme-cutomizer-area-cliente .navbar-options-area-cliente .menu-bg-color-option,
.theme-cutomizer-area-cliente .navbar-options-area-cliente .navbar-color-option-area-cliente
{
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-right: 8px;
    margin-bottom: 10px;

    cursor: pointer;

    border: 3px solid #fff;
    border-radius: 12px;
}

.theme-cutomizer-area-cliente .menu-options-area-cliente .menu-color-option-area-cliente.selected,
.theme-cutomizer-area-cliente .menu-options-area-cliente .menu-bg-color-option-area-cliente.selected,
.theme-cutomizer-area-cliente .menu-options-area-cliente .navbar-color-option-area-cliente.selected,
.theme-cutomizer-area-cliente .navbar-options-area-cliente .menu-color-option-area-cliente.selected,
.theme-cutomizer-area-cliente .navbar-options-area-cliente .menu-bg-color-option-area-cliente.selected,
.theme-cutomizer-area-cliente .navbar-options-area-cliente .navbar-color-option-area-cliente.selected
{
    box-shadow: 0 0 10px 3px #03a9f4;
}


.font10  {

    font-size: 10px;
}


.navbar #notifications-dropdown li > div
{
    font-size: .8rem;
    font-weight: 400;

    position: relative;
    top: -4px;

    margin-left: 38px;
}


.btn, .btn-flat, .btn-large, .btn-small {
    text-transform: inherit;
}

table.dataTable tbody tr.table-danger {
    background-color: #e88d8d4f;
}