/* Loading Circule Duplo*/

@keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.lds-double-ring {
    position: relative;
}
.lds-double-ring div {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 60px;
    left: 60px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #1abc9c transparent #1abc9c transparent;
    -webkit-animation: lds-double-ring 1.5s linear infinite;
    animation: lds-double-ring 1.5s linear infinite;
    text-align: center;
}

.lds-double-ring div i{
    font-size: 44px;
    color: #004473;
    line-height: 60px;
}

.lds-double-ring div:nth-child(2) {
    width: 64px;
    height: 64px;
    top: 68px;
    left: 68px;
    border-color: transparent #1abc9c transparent #1abc9c;
    -webkit-animation: lds-double-ring_reverse 1.5s linear infinite;
    animation: lds-double-ring_reverse 1.5s linear infinite;
}

.lds-double-ring div:nth-child(3) {
    width: 64px;
    height: 64px;
    top: 68px;
    left: 68px;
    -webkit-animation: none;
    animation: none;
    text-align: center;
    border: 0;
}

.lds-double-ring {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
/* fim Loading Circule Duplo*/

/* Loading ball duplo*/
/*<div class="lds-css ng-scope"><div style="width:100%;height:100%" class="lds-flickr"><div></div><div></div><div><i class="iconkaf-kaerufi"></i></div><div><i class="iconkaf-kaerufi"></i></div></div></div>*/

@keyframes lds-flickr-opacity {
    0% {
        -webkit-transform: translate(0 0);
        transform: translate(0 0);
        opacity: 0;
    }
    49.99% {
        opacity: 0;
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes lds-flickr-opacity {
    0% {
        -webkit-transform: translate(0 0);
        transform: translate(0 0);
        opacity: 0;
    }
    49.99% {
        opacity: 0;
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes lds-flickr {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes lds-flickr {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.lds-css{
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 38%;
    width: 100%;
}

.lds-flickr {
    position: relative;
    width:100%;
    height:100%;
    margin: 0 auto;
}
.lds-flickr div {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 70px;
    left: 40px;

    text-align: center;
    font-size: 50px;
    color:  #fff;
}

.lds-flickr div i{
    vertical-align: text-top;
}

.lds-flickr div:nth-child(1) {
    background: #1abc9c;
    -webkit-animation: lds-flickr 1.3s linear infinite;
    animation: lds-flickr 1.3s linear infinite;
    -webkit-animation-delay: -0.65s;
    animation-delay: -0.65s;
}
.lds-flickr div:nth-child(2) {
    background: #004473;
    -webkit-animation: lds-flickr 1.3s linear infinite;
    animation: lds-flickr 1.3s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-flickr div:nth-child(3) {
    background: #1abc9c;
    -webkit-animation: lds-flickr-opacity 1.3s linear infinite;
    animation: lds-flickr-opacity 1.3s linear infinite;
    -webkit-animation-delay: -0.65s;
    animation-delay: -0.65s;
}

.lds-flickr div:nth-child(4) {
    background: #004473;
    -webkit-animation: lds-flickr-opacity 1.3s linear infinite;
    animation: lds-flickr-opacity 1.3s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-flickr {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
/*fim ball duplo*/

.header-navbar .navbar-wrapper .navbar-logo
{
    width: 170px;
}

.pcoded-kaf-content{
    overflow: auto;
    height: calc(100vh - 57px);
}

.main-body .page-wrapper{
    padding: 0;
}

.pcoded-inner-content {
    padding: 0px;
}

.card-main{
    margin-bottom: 0;
}

.card-main h5{
    vertical-align: super;
}

.card-header .icon-page{
    color: #757575;
    font-size: 28px;
    margin-right: 10px;
}

/*.card-header .icon-page:before{*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

.card-header .icon-page-separator{
    color: #757575;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: super;
}

.card-filtro{
    border-bottom: 1px solid rgba(0,0,0,.125);
    position: absolute;
    top: 63px;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: #fff;
}

.card-filtro.card-filtro-espelho{
    background: none;
    position: inherit;
}

.card-filtro.card-filtro-fixed{
    border-bottom: 1px solid rgba(0,0,0,.125);
    position: unset;
}

.card-filtro .filtro-descricao-item .label-filtro-item label{
    font-size: 12px !important;
}

.card-filtro .filtro-descricao-item{
    display: inline-block;vertical-align: middle;
}

.card-filtro .filtro-descricao-item .label-filtro-item
{
    padding: 7px 15px;
    background:none;
}

.card-filtro .filtro-descricao-item .label-filtro-item label:nth-child(1) {
    display: block;
    color:#34495e/*yellow*/;
    margin-bottom: .3rem;
}

.card-filtro .filtro-descricao-item .label-filtro-item label:nth-child(2) {
    margin:0;
    color:#0077B5;
    min-height: 12px;
}

.card-filtro .row-filtro-desc{
    display: none;
}

.card-filtro .col-filtro-descricao{
    white-space: nowrap;
    overflow-x: auto;
}

.card-filtro .col-filtro-descricao.col-filtro-descricao-espelho{
    white-space: inherit;
    overflow-x: inherit;
}

.card-filtro .col-filtro-descricao div{
    display: inline-block;
    vertical-align: middle;
}

.card-browser-search-on{
    margin-top: 50px;
}

.modal-disabled-browser{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.j-wrapper {
    padding: 15px;
}

.kaf-label{
    min-width: 75px !important;
    width: 75px;
    text-align: center;
}

.kaf-label-boleto{
    min-width: 52px !important;
    text-align: center;
}

.table-browser .btn{
    padding: 8px 12px;
}

.table-browser .btn i{
    margin: 0px;
}

.table-browser td{
    vertical-align: middle;
    height: 36.75px;
}

.table-browser.browser-processo-movimento{
    font-size: 12px;
}

.table-browser.browser-processo-movimento td{
    height: auto;
}

.table-browser .label-badge-button{
    position: absolute;
    margin-top: -7px;
    margin-left: 3px;
}

.table-browser.row-auto td{
    height: auto;
}

table.dataTable tbody > tr:hover {
    background-color: #FFFACD;
    color: #000;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #1abc9c !important;
    color: #fff;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected:hover {
    background-color: #1abc9c;
    color: #fff;
}

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected{
    background-color: #1abc9c;
    color: #fff;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1{
    background-color: #1abc9c;
    color: #fff;
}

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1{
    background-color: #1abc9c;
    color: #fff;
}

table.dataTable tbody > tr.selected.selector-excluir{
    background-color: red;
    color: #fff;
}

.dataTables_scrollBody thead tr{
   height: 0px !important;
}

.dt-buttons{
    max-height: 40px;
}

.dataTables_wrapper .dropdown{
    /*top: -15px;*/
    margin-right: 0.333em;
    border: 0;
}

.dataTables_wrapper .dropdown:not(:first-child){
    top: -15px;
}

.dataTables_wrapper button.dropdown:not(:first-child){
    top: -2px;
}

.dataTables_wrapper .dropdown .dropdown-toggle{
    padding: 8px 1em;
}

.btn-outline-style1 {
     background-color: #fff;
     border-color: #e74c3c;
     color: #e74c3c;
     cursor: pointer;
     -webkit-transition: all ease-in 0.3s;
     transition: all ease-in 0.3s; }
.btn-outline-style1:hover {
    background-color: #ed7669;
    border-color: #ed7669;
    color: #fff;
}
.btn-outline-style1:active {
    background-color: #cd2a19 !important;
    border-color: #cd2a19;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style1:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #cd2a19;
    border-color: #cd2a19;
    color: #fff;
}
.btn-outline-style1.disabled
{
    background-color: rgba(231, 76, 60, 0.5);
    border-color: rgba(231, 76, 60, 0.5);
    color:  #fff;
}

.btn-outline-style2 {
    background-color: #fff;
    border-color: #007BB6;
    color: #007BB6;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style2:hover {
    background-color: #0883BE;
    border-color: #0883BE;
    color: #fff;
}
.btn-outline-style2:active {
    background-color: #006AA5 !important;
    border-color: #006AA5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style2:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #006AA5;
    border-color: #006AA5;
    color: #fff;
}

.btn-outline-style3 {
    background-color: #fff;
    border-color: #FF8124;
    color: #FF8124;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style3:hover {
    background-color: #FF8933;
    border-color: #FF8933;
    color: #fff;
}
.btn-outline-style3:active {
    background-color: #FF7814 !important;
    border-color: #FF7814;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style3:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FF7814;
    border-color: #FF7814;
    color: #fff;
}

.btn-outline-style4 {
    background-color: #fff;
    border-color: #34495e;
    color: #34495e;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style4:hover {
    background-color: #46637f;
    border-color: #46637f;
    color: #fff;}
.btn-outline-style4:active {
    background-color: #333F4C !important;
    border-color: #333F4C;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style4:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #333F4C;
    border-color: #333F4C;
    color: #fff;
}
.btn-outline-style4.disabled {
    background-color: rgba(52, 73, 94, 0.5);
    border-color: rgba(52, 73, 94, 0.5); }




.btn-outline-style5 {
    background-color: #fff;
    border-color: #EA4C89;
    color: #EA4C89;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style5:hover {
    background-color: #FF64A1;
    border-color: #FF64A1;
    color: #fff;}
.btn-outline-style5:active {
    background-color: #E14380 !important;
    border-color: #E14380;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style5:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #E14380;
    border-color: #E14380;
    color: #fff;
}
.btn-outline-style4.disabled {
    background-color: rgba(52, 73, 94, 0.5);
    border-color: rgba(52, 73, 94, 0.5); }

.btn-outline-style6 {
    background-color: #fff;
    border-color: #1abc9c;
    color: #1abc9c;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style6:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;}
.btn-outline-style6:active {
    background-color: #219881  !important;
    border-color: #219881 ;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style6:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #fff;
}


.btn-outline-style7 {
    background-color: #fff;
    border-color: #513631;
    color: #513631;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style7:hover {
    background-color: #513631;
    border-color: #513631;
    color: #fff;}
.btn-outline-style7:active {
    background-color: #513631  !important;
    border-color: #513631 ;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style7:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #513631;
    border-color: #513631;
    color: #fff;
}

.btn-outline-style8 {
    background-color: #259FB7;
    border-color: #259FB7;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s; }
.btn-outline-style8:hover {
    background-color: #007BB6;
    border-color: #007BB6;
    color: #fff;}
.btn-outline-style8:active {
    background-color: #0077B5  !important;
    border-color: #0077B5 ;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff; }
.btn-outline-style8:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0077B5;
    border-color: #0077B5;
    color: #fff;
}



.split-dropdow-cgprocess{
    padding: 6px 10px 7px !important;
    margin-right: -5px;
}

.swal2-shown .select2-container{
   /*z-index: 9999999999;*/
}

.swal2-shown .select2-dropdown{
    z-index: 9999
}

.swal2-container:not(.swal2-modal-kaf-form-pattern){
    /*z-index: 999999999999 !important;*/
}

.j-footer{
    text-align: center;
}

.j-pro{
    background: rgba(0,0,0,.05);
}

.j-pro .j-footer button{
    float: none;
}

.loader{
    top: 39% !important;
    left: 0 !important;
}

.i-search-endereco-loading{
    width: 40px;
    height: 34px;
    background-image: url('../images/template/loading.svg');
    background-repeat: no-repeat;
    background-size: 57px;
    background-position-x: -8px;
    background-position-y: -12px;
}

.search-input-btn-group{
    min-width: 40px;
    padding: 0;
}
.search-input-btn-group i{
    margin: 0 auto;
}

.input-group-pessoa, .input-group-pessoa-descricao{
    width: calc( 100% - 39px);
}

.pessoa-search-descricao{

}

.j-disabled-pessoa-descricao{
    opacity: 1 !important;
}

.input-btn-group-inverse{
    background-color: #34495e;
}

.input-btn-group-inverse {
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s; }
.input-btn-group-inverse:hover {
    background-color: #46637f !important;
    border-color: #46637f !important; }
.input-btn-group-inverse:hover .btn {
    background-color: #46637f !important;
    border-color: #46637f !important; }
.input-btn-group-inverse:active{
    background-color: #1e2a37 !important;
    border-color: #1e2a37;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.pcoded-main-container
{
    background: #fff;
}

.card .row .col {
    box-sizing: border-box;
}

/*///////////////////////////////////////////// estrutura do cabecalho antigo **********************************************************************************/

#cabecalho {
    width: 90%;
    height:120px;
    background:#F3F3F3;
    margin-left: Auto;
    margin-right: Auto;

}
#cabecalho h3 {
    font-size:22px;
    color: #aeaeae;
}
#cabecalho h4 {
    font-size:18px;
    margin-top: 5px;
    color: #0000FF;
}
#cabecalho h5 {
    font-size:14px;
    margin: 5px;
    color: #aeaeae;
}
#cabecalho h6 {
    font-size:16px;
    color: #FF0000;
}
#topcabecalho {
    width: 100%;
    height:100px;
    background:#F3F3F3;
    margin-left: Auto;
    margin-right: Auto;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;

}

.cabecalho2{
    width:100%;
    min-width: 1024px;
    height:46px;
    background-color:#0072C6;
    box-shadow: 0 1px 1px #959595;
    border-bottom: 1px solid #0055aa;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    line-height: 1.23;
    box-sizing: border-box;
}

.cabecalho2 .item_cab:hover{
    background-color:#005EA3;
}

.cabecalho2 .item_cab_active{
    background-color:#005EA3;
}

.cabecalho2 #logo{
    float:left;
    height:46px;
    min-width: 170px;
}

.cabecalho2 #logo a{
    background-image: url('../images/kaerufcab.png');
    background-position: 16px 7px;
    background-repeat: no-repeat;
    height:46px;
    width: 170px;
    display: block;
}

.cabecalho2 #user_log{
    float:right;
    margin-right: 5px;
    width:436px;
}

.cabecalho2 #user_log p{
    margin:0px 0px 0px 0px;
    color:white;
    padding-top:9px;
    font-size:12px;
}

.cabecalho2 #user{
    float:right;
    width:50px;
    height: 46px;
    cursor:pointer;
}

.cabecalho2 #user a{
    width:50px;
    height: 46px;
    display: block;
    background-image: url('../images/usu_log2.png');
    background-position: 12px 12px;
    background-repeat: no-repeat;
}

.cabecalho2 #dataextenso{
    float:right;
    margin-top: 16px;
    width:400px;
    font-size:12px;
    text-align: right;
    padding:5px;
}

.cabecalho2 #iexit{
    float: right;
    width:50px;
    height: 46px;
    cursor:pointer;
}

.cabecalho2 #iexit a{
    width:50px;
    height: 46px;
    display: block;
    background-image: url('../images/iconexit.png');
    background-position: 12px 12px;
    background-repeat: no-repeat;
}

.cabecalho2 #option{
    float: left;
    height:46px;
    width: 28px;
    cursor:pointer;
}

.cabecalho2 #option a{
    height:46px;
    background-image: url('../images/iconoption.png');
    background-position: 10px 21px;
    background-repeat: no-repeat;
    height:46px;
    width: 28px;
    display: block;
}

.cabecalho2 #ihome{
    float: left;
    height:46px;
    width: 45px;
    cursor:pointer;
}

.cabecalho2 #ihome a{
    height:46px;
    background-image: url('../images/iconhome.png');
    background-position: 10px 13px;
    background-repeat: no-repeat;
    height:46px;
    width: 45px;
    display: block;
}

.cabecalho2 #idashboard{
    float: left;
    height:46px;
    width: 45px;
    cursor:pointer;
}

.cabecalho2 #idashboard a{
    height:46px;
    background-image: url('../images/icondashboard.png');
    background-position: 10px 15px;
    background-repeat: no-repeat;
    height:46px;
    width: 45px;
    display: block;
}

.cabecalho2 #iconf{
    float: left;
    margin-top: 8px;
    margin-right: 11px;
    cursor:pointer;
}

.cabecalho2 #imenuprinc{
    float: left;
    height:46px;
    width: 45px;
    cursor:pointer;
}

.cabecalho2 #imenuprinc a{
    height:46px;
    background-image: url('../images/iconalternar.png');
    background-position: 9px 15px;
    background-repeat: no-repeat;
    height:46px;
    width: 45px;
    display: block;
}

.cabecalho2 #iadmconf{
    float: left;
    height:46px;
    width: 45px;
    cursor:pointer;
}

.cabecalho2 #iadmconf a{
    height:46px;
    background-image: url('../images/iconconfig.png');
    background-position: 9px 12px;
    background-repeat: no-repeat;
    height:46px;
    width: 45px;
    display: block;
}

.clear{
    clear:both;
}

.cabecalho2  #user_log p {
    margin: 0px 0px 0px 0px;
    color: white;
    padding-top: 9px;
    font-size: 12px;
}

#menuprinc_sup{
    top: 46px;
    left:0px;
    z-index:9999;
    position: absolute;
    display: none;
    width: 863px;
    box-sizing: unset !important;
}

#menuprinc_sup .box_menu_sup{
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    border:1px solid rgba(100, 100, 100, 0.4);
    width: 256px;
}

.container_menuprinc {
    width: 870px;
//background:#f2f2f2;
    color:#000000;
    position: relative;
}

.container_menuprinc .set_icon{
    left: -20px;
    top: 13px;
    position: absolute;
    z-index: 9999;
    background-image: url('../images/menu_set_icon.png');
    background-repeat: no-repeat;
    height: 45px;
    width: 27px;
}

.container_menuprinc ul {
    list-style-type:none;
    padding:0px;
    font-size:13px;
    margin:0px;
    width: 256px;
/*position:relative;*/
    font-family: Verdana, sans-serif;
    line-height: 1.23;
}

.container_menuprinc .li_menulat{
    /*background: none repeat scroll #515451;*/
    background:#f2f2f2;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
}

.container_menuprinc .li_menulat:hover{
    /*background: none repeat scroll #414541;*/
    background:#d2d2d2;
    background-position: 246px -1px;
    background-repeat: no-repeat;
}

.container_menuprinc .li_menulat:active{
    background-color: #005ea3;
    color:#FFFFFF;
}

.container_menuprinc .li_menulath_centserv{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brcentserv.png);
}

.container_menuprinc .li_menulath_manu{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brmanu.png);
}

.container_menuprinc .li_menulath_cob{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brcob.png);
}

.container_menuprinc .li_menulath_fin{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brfin.png);
}

.container_menuprinc .li_menulath_gest{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brfin.png);
}

.container_menuprinc .li_menulath_contab{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brcontab.png);
}

.container_menuprinc .li_menulath_jur{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brjur.png);
}

.container_menuprinc .li_menulath_cad{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brcad.png);

}

.container_menuprinc .li_menulath_seg{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    cursor:pointer;
    background-image: url(../images/menulat/brseg.png);
}

.container_menuprinc .li_menulath_com{
    background-color: #005ea3;
    color:#FFFFFF;
    background-position: 246px -1px;
    background-repeat: no-repeat;
    padding: 10px 5px 10px 15px;
    background-image: url(../images/menulat/brcom.png);
}

.container_menuprinc #li_centserv:hover{
    background-image: url(../images/menulat/brcentserv.png);
}

.container_menuprinc #li_manu:hover{
    background-image: url(../images/menulat/brmanu.png);
}

.container_menuprinc #li_cob:hover{
    background-image: url(../images/menulat/brcob.png);
}

.container_menuprinc #li_fin:hover{
    background-image: url(../images/menulat/brfin.png);
}

.container_menuprinc #li_contab:hover{
    background-image: url(../images/menulat/brcontab.png);
}

.container_menuprinc #li_jur:hover{
    background-image: url(../images/menulat/brjur.png);
}

.container_menuprinc #li_cad:hover{
    background-image: url(../images/menulat/brcad.png);
}

.container_menuprinc #li_seg:hover{
    background-image: url(../images/menulat/brseg.png);
}

.container_menuprinc #li_com:hover{
    background-image: url(../images/menulat/brcom.png);
}


.btnmenu{
    border:1px;
    height:111px;
    width:123px;
    padding-top:12px;
    /*background-color:#f2f2f2;*/
    background-color:#ebebeb;
    /*background-color:#BDBFC1;*/
    /*background-color:#727376;*/
    /*background-color:#797979;*/
    transition: background 1s,box-shadow 1s;
    /*background-position: 26px 9px;*/
    /*background-size: 73px auto; */
    /*box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.21);*/
    margin-top:6px;
    border-radius: 12px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #fff;
    box-sizing: unset;
}


.btnmenu:hover{
    background-color:#ffffff;
    box-shadow: 0px 0px 8px rgba(0, 114, 199, 1);
    /*background-color:#0072c7;*/
}

.titsubmenu{
    text-align:center;
    background-image: url('../images/barrmenu.png');
    /*background-color:#0072c7;*/
    font-size:20px;
    color:#0072c7;
    border-radius: 7px;
    padding:3px;
}

.menuspace{
    height:15px;
}

.tbmenu{
    padding: 5px 0;
    border-collapse: unset;
}

.tbmenu .div_menu{
    float:left;
    margin:5px 10px;
}

.tbmenu .div_menu a{
    display: block;
    width: 123px;
    height: 129px;
    cursor:pointer;
    text-decoration: none;
}

.tbmenu .div_menu .iconmprin{
    background-image: url('../images/icon_menu_princ.png');
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin:0 auto;
    font-family: sans-serif;
}
.tbmenu .div_menu .iconmprin_desc{
    text-align:center;
    padding:3px 7px;
    color:#0072c7;
    font-size:13px;
    white-space: pre-line;
    line-height: 16px;
    font-family: sans-serif !important;
}

.tbmenu input{
    cursor:pointer;
}

#menusacado{
    background-position: -140px -72px;
}

#menucliente{
    background-position: -3px -72px;
}

#menusitcob{
    background-position: -71px -630px;
}

#menucarteira{
    background-position: -71px -72px;
}

#menupcontas{
    background-position: -209px -72px;
}

#menugcontas{
    background-position: -3px -140px;
}
#menusetor{
    background-position: -350px -72px;
}

#menufornecedores{
    background-position: -417px -3px;
}

#menuservprod{
    background-position: -348px -3px;
}

#menuatividade{
    background-position: -280px -72px;
}

#menuunidjud{
    background-position: -348px -141px;
}

#menuusuario{
    background-position: -280px -280px;
}

#menuperfilacesso{
    background-position: -1px -701px;
}

#menusitproc{
    background-position: -279px -140px;
}

#menunatproc{
    background-position: -209px -140px;
}
#menutipoproc{
    background-position: -71px -140px;
}

#menutaxas{
    background-position: -72px -280px;
}

#menufaturamento{
    background-position: -209px -280px;
}

#menuboletos{
    background-position: -0px -280px;
}

#menuboletocamp{
    background-position: -71px -562px;
}

#menudespfixa{
    background-position: -140px -280px;
}
#menuacordo{
    background-position:  -417px -140px;
}

#menuauditoria{
    background-position: -417px -278px;
}

#menurestrcart{
    background-position: 0px -561px;
}

#menubloqcart{
    background-position: -210px -629px;
}

#menuacessosacado{
    background-position: -71px -561px;
}

#menupdoc{
    background-position: -210px -3px
}

#menuarquivo{
    background-position: -141px -3px
}

#menutarefa{
    background-position: -70px -3px
}

#menucentserv{
    background-position: -279px -3px
}

#menusolicprot{
    background-position: -280px -420px;
}

#menupasta{
    background-position: -421px -562px;
}

#menuflagcard{
    background-position: -281px -630px;;
}

#menualtsenha{
    background-position: -349px -278px;
}

#menuatend{
    background-position: -70px -210px;
}

#menutitulorc{
    background-position: -3px -210px;
}

#menucertnegativa{
    background-position: -281px -561px;
}

#menucxdiario{
    background-position: -210px -350px;
}

#menuparticip{
    background-position: -280px -350px;
}

#menucompensa{
    background-position: -71px -420px;
}

#menumapadesp{
    background-position: -141px -628px;
}

#menurecibo{
    background-position: -351px -628px;
}

#menuarqremessa{
    background-position: -210px -420px;
}

#menutitulopg{
    background-position: -209px -210px;
}

#menumovdesp{
    background-position: -420px -350px;
}

#menuanaliseconta{
    background-position: -211px -557px;
}

#menuanaliseinad{
    background-position: -140px -557px;
}

#menuanalisesaldo{
    background-position: -352px -557px;
}

#menuleitretorn{
    background-position: -280px -210px;
}

#menumovcred{
    background-position: -140px -210px;
}

#menucontamov{
    background-position: -417px -210px;
}

#menubalancete{
    background-position: -349px -210px;
}

#menuprevorc{
    background-position: -421px -631px;
}

#menuservprodforn{
    background-position: -421px -72px;
}

#menupretendente{
    background-position: -72px -348px;
}

#menumsg{
    background-position: -3px -3px;
}

#menuprocesso{
    background-position: -141px -140px;
}

#menuprotesto{
    background-position: -349px -490px;
}

#menupeticao{
    background-position: -1px -630px;
}

#menutpcontrato{
    background-position: -0px -351px;
}

#menuconfadm{
    background-position: -141px -351px;
}

#menuendereco{
    background-position: -351px -351px;
}

#menupessoas{
    background-position: -211px -487px
}
#menuVinPessoas{
    background-position: -282px -487px;
}

#menuemail{
    background-position: -141px -420px;
}

#menusalaofesta{
    background-position: -350px -420px;
}

#menuocorrenciaretorno{
    background-position: -420px -421px;
}

#menuerroocorrenciaretorno{
    background-position: 0 -490px;
}

#menuenquete{
    background-position: -70px -490px
}

#menucorrecaomonet{
    background-position: -137px -486px;
}

#menusendmail{
    background-position: -421px -488px;
}

/*///////////////////////////////////////////// fim da estrutura do cabecalho antigo **********************************************************************************/


.atend-sac-acoes{
    padding: 0;
    margin-bottom: 0;
    height: 49px;
}

.atend-sac-acoes .item-switchery{
    display: inline-block;
    margin:0;
    cursor: pointer;
    text-align: center;
}

.atend-sac-acoes .item-switchery .switchery{
    opacity: 1 !important;
}

.card-block-saldo-atend i:not(.icofont){
    right: auto;
    left: 12px;
    top: -4px;
    font-size: 20px;
    margin-top: 0;
}
.card-block-big.card-block-saldo-atend{
    background: #fff !important;
    color: #000;
   /* border: 1px solid;*/
    font-weight: bold;
    border-radius: 2px;
}

.card-block-big.card-block-saldo-atend.saldo-accordion{
    background-color:rgba(0,0,0,.05) !important;
}

.card-block-big.bg-linkein{
    border-color: #0077B5;
}

.card-block-big.bg-primary{
    border-color: #1abc9c;
}

.card-block-big.bg-google-plus {
    border-color: #d34836;
}

.card-block-big.bg-inverse{
    border-color: #34495e;
    background: #34495e !important;
    color:#fff;
}

.card-block-big.bg-inverse h3, .card-block-big.bg-linkein h3{
    font-weight: bold;
}

.card-block-saldo-atend span{
    font-size: 12px;
}

.card-block-saldo-atend h3{
    margin-bottom: 1px;
    font-size: 15px !important;
    margin-top: 3px;
}


.atend-tabs .md-tabs .nav-item a{
    color: #bdc3c7
}

.atend-tabs .md-tabs .nav-link.active{
    color: #34495e !important;
}

.atend-tabs .nav-tabs .slide{
    color: #34495e;
    background: #34495e;
    width: calc(100% / 5);
}

.atend-tabs .md-tabs .nav-item{
    width: calc(100% / 5);
    padding-top: 3px;
    border: 0;
    margin: 0;
}

.atend-atrasados-check{
    display: inline-block;
}

.atend-atrasados-check label{
    line-height: 20px;
    margin: 0;
}

.atend-atrasados-check .item-check{
    border-radius: 0px;
    border: 1px dashed #626262;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 30px;
    position: relative;
    width: 30px;
}

.atend-atrasados-check  .item-check.processo-enabled {
    /*background: #e74c3c;*/
    background: #3F0D82;
    border: 1px solid #3F0D82;
}

.atend-atrasados-check  .item-check.protesto-enabled {
    /*background: #6b05f9;*/
    background: #CB2027;
    border: 1px solid #CB2027;
}

.atend-atrasados-check .item-check .check-icon{
    font-size: 1.8em;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    color: #f9f9f9;
}

.atend-atrasados-check  .item-check.item-disabled {
    border: 1px dashed #d2d2d2;
    background: #fcfcfc;
}

.atend-atrasados-check .item-check.item-disabled .check-icon{
    color: #d2d2d2;
}

/*atendimento*/
.pcoded[theme-layout="horizontal"] #styleSelector, .pcoded[vertical-placement="left"] #styleSelector{
    right: -800px;
    z-index: 120;
}

.selector-sacado-atraso{
    width: 440px !important;
    height: calc(100vh - 48px) !important;
    width: 800px !important;
    top: 47px !important;
}
.selector-sacado-atraso .selector-toggle a{
    top:46px !important;
    left: -71px !important;
}



.main-chat-atendimento{
    width: 350px;
    z-index: 100000;
    top: 0;
    left: 13px;
    position: relative;
}

.main-chat-atendimento.minimize-card{
    inset: -1px auto auto 14px !important;
}

.main-chat-atendimento .msg-reply-atend-success{
    background-color: #dcf8c6 !important;
    color: #000 !important;
    font-size: 13px;
    padding: 10px;
}

.main-chat-atendimento .message p{
    font-size: 10px;
}

.main-chat-atendimento .chat-single-box{
    width: 350px;
    height: auto;
    margin: 0;
    border: 1px solid #000;
    background: #f8f8f8 !important;
}

.main-chat-atendimento.minimize-card .chat-single-box{
    border: 0;
}

.main-chat-atendimento .had-container{
    cursor: all-scroll;
}

.main-chat-atendimento .chat-body{
    height: 250px;
}

.main-chat-atendimento .chat-box{
    height: auto;
}

.main-chat-atendimento .write-msg{
    bottom: auto;
}

.main-chat-atendimento.minimize-card .chat-header{
    width: 295px !important;
}

.main-chat-atendimento.minimize-card .chat-header a{
    font-size: 13px !important;
}

.main-chat-atendimento #paper-btn{
    height: 100%;
}




.selector-balancetes{
    height: calc(100vh - 48px) !important;
    width: 850px !important;
    top: 47px !important;
}
.selector-balancetes .selector-toggle a{
    top:46px !important;
    left: -71px !important;
}

#dtbalancetesave tbody tr{
    cursor: pointer;
}

.slimScrollBar{
    opacity: 1;
}

.selector-toggle > a::before {
    font-family: 'iconskaeruf';
    font-size: 26px;
    left: 8px !important;
    content: "\e93d";
    -webkit-animation: mymove 2.5s infinite cubic-bezier(.65,.05,.36,1);
    animation: mymove 2.5s infinite cubic-bezier(.65,.05,.36,1);
}

.selector-sacado-atraso:not(.open) .selector-toggle > a::before {
    content: "\e93d";
}

.selector-balancetes:not(.open) .selector-toggle > a::before {
    content: "\e939";
    animation: none;
}

.pcoded .selector-toggle > a{
    width: 50px;
    height: 41px;
    padding: 1px 3px;
}
.bootstrap-tagsinput.focus{
     border: 1px solid #1abc9c;
}

.bootstrap-tagsinput:hover{
    border: 1px solid #1abc9c;
}

.input-group-mail-destinatario .bootstrap-tagsinput{
    width: 100%;
    padding: 10px 15px;
    border-radius: 4px 0 0 4px;
}


.input-group-mail-destinatario .bootstrap-tagsinput .tag{
    margin-right: 2px;
    margin-bottom: 2px;
    display: inline-block;
    width: auto;
}
.input-group-mail-destinatario .bootstrap-tagsinput input {
    width: auto !important;
    padding: 0;
    height: auto;
    display: inline-block;
    border: 0 !important;
}

.input-group-mail-destinatario .bootstrap-tagsinput .label-info{
    background-color: #6b8095  !important;
    font-weight: normal !important;
    font-size: 84% !important;
    text-transform: none !important;
}

.j-success-view .bootstrap-tagsinput{
    background: #e8f5e9 !important;
}

.j-error-view .bootstrap-tagsinput {
    background: #ffebee !important;
}

.table-balancete td{
    border:0px !important;

}

.row_balanc_grupo, .row_balanc_titulo_saldo, .row_balanc_titulo_carteiras{
    background-color: #87A0AA !important;
    font-weight: bold !important;
}


.row_balanc_total_credito_ret{
    font-weight: bold !important;
    background-color: #fff !important;
}

.row_balanc_conta_ret{
    background-color: #fff !important;
}

.row_balanc_total_credito_ret:hover, .row_balanc_conta_ret:hover{
    background-color: #FFFACD !important;
}

.row_balanc_conta{
    background-color: #fff;
}

.row_balanc_conta_total{
    color: #0077B5 !important;
    font-weight: bold !important;
    background-color: #fff !important;
}

.row_balanc_saldo, .row_balanc_carteira{
    color: #000  !important;
    font-weight: bold !important;
    background-color: #fff !important;
}

.row_balanc_saldo .column-saldo, .row_balanc_carteira .column-carteira{
    padding-left: 80px !important;
}

.row_balanc_conta_total td{
    /*border-top:1px solid #d2d2d2 !important;*/
}

.column-total-credito-ret{
    padding-left: 80px !important;
    font-weight: bold;
}

.row_balanc_conta_ret_total{
    font-weight: bold;
}

.row_balanc_conta_ret_total .column-conta-ret-total{
    padding-left: 137px !important;
}

.row_balanc_conta .control-conta{
    background-position-x: 105px !important;
}

.row_balanc_conta_total .control-total-conta{
    background-position-x: 50px !important;
}

.row_balanc_conta_total:hover, .row_balanc_grupo_total:hover, .row_balanc_saldo:hover, .row_balanc_carteira:hover{
    background-color: #FFFACD !important;
}

.row_balanc_grupo_total{
    font-weight: bold !important;
    background-color: #fff !important;
}

.row_balanc_grupo_total td{
    color: #000 !important;
}

.balancete-detail{

}

.balancete-detail td:not(.detailnotborder){
    border-top: 1px solid #000 !important;
}

.balancete-detail-table{
    padding-left:50px;
    margin-left: 362px;
    width: calc(100% - 362px);
    font-size: 13px;
    border: 1px solid #d2d2d2 !important;
}

.balancete-detail-table td, .balancete-detail-table th{
    padding: 6px;
    height: auto;
    text-align: right;
    background: #fff;
}

.balancete-detail-table th{
    border: 0 !important;
}


.balancete-detail-table tr{
    background: #fff;
}

.balancete-detail-table .tit-detail{
    background: #efefef;
}

.table-balancete .collumn_conta_ret{
    padding-left:137px !important;
}

.table-balancete .column-total-conta-descr{
    padding-left: 80px !important;
}

.table-balancete .collumn_conta_ret.column-total-conta-descr{
    padding-left:137px !important;
}

.table-balancete .column-conta-descr{
    padding-left: 137px !important;
}

.table-balancete .collumn_conta_ret.column-conta-descr{
    padding-left: 164px !important;
}
.table-balancete .collumn_conta_ret.column-conta-ret-total{
    padding-left: 164px !important;
}

.row-balac-erro td, .row-balac-erro th{
    background-color: #f99 !important;
}


.movconta-detail-table{
    padding-left:50px;
    /*margin-left: 362px;
    width: calc(100% - 362px);*/
    width: 100%;
    border: 1px solid #d2d2d2 !important;
    font-size: 11px;
}

.movconta-detail-table .movconta-tr-total th:not(.detailnotborder){
    border-top: 1px solid #000 !important;
}

.movconta-detail-table td, .movconta-detail-table th{
    padding: 6px;
    height: auto;
    text-align: right;
    background: #fff;
}

.movconta-detail-table th{
    border: /*1px solid #000*/ 0 !important;
}

.movconta-detail-table td{
    border: /*1px solid #000*/ 0 !important;
}


.movconta-detail-table tr{
    background: #fff;
}

.movconta-detail-table .tit-detail{
    background: #efefef;
}

.table-movconta .column-total-conta-descr{
    padding-left: 80px !important;
}

.table-movconta .column-conta-descr{
    padding-left: 137px !important;
}

.movconta-debito td:not(.movconta-saldo){
    color: red;
}

.movconta-credito td:not(.movconta-saldo){
    color: #0077B5;
}

.movconta-credito.selected td, .movconta-debito.selected td{
    color: #fff;
}

.movconta-details-control{
    background-position-x: 10px !important;
    padding-left: 30px !important;
}

.movconta-content-carga-img{
    max-height: calc(100vh - 260px) !important;
    height: calc(100vh - 260px) !important;
}

.movconta-content-carga-img-i{
   overflow-y: initial !important;
    margin: 0 !important;
}

.imagem-upload-mov .btn-group .dropdown-item{
    color: #666;
    cursor: pointer;
}

.imagem-upload-mov .btn-group{
    display: inline-flex !important;
}

.imagem-upload-mov .btn-carregar-img{
    min-width: 46px;
    /*min-width: 102px;*/
}

.imagem-upload-mov .btn-show-img{
    /*min-width: 68px;*/
}

/*progress steps*/
.step-kaeruf .stepwizard-step p {
    margin-top: 10px;
}

.step-kaeruf .process-row {
    display: table-row;
}

.step-kaeruf .process {
    display: table;
    width: 100%;
    position: relative;
}

.step-kaeruf .process-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.step-kaeruf .process-row:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.step-kaeruf .process-step {
    display: table-cell;
    text-align: center;
    position: relative;
    min-width: 125px;
}

.step-kaeruf .process-step p {
    margin-top: 10px;

}

.step-kaeruf .btn-circle {
    width: 100px;
    height: 100px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/*fim progress step*/

.jFiler-item .jFiler-item-container .jFiler-item-thumb img{
    /*width: 115px;*/
}

.toggle .toggle-group .btn{
    font-size: 15px;
    padding: 10px;
}

.toggle .toggle-group label{
    padding-left: 26px !important;
}

/*caixa diario*/
.card-block-saldo-cxdiario i{
    right: auto;
    left: 8px;
    top: 25px;
    font-size: 40px;
    margin-top: 7px;
}

.card-block-saldo-cxdiario.bg-linkein{
    color: #0077B5;
    background-color: #fff;
}

.card-block-saldo-cxdiario.bg-google-plus{
    color: #d34836;
    background-color: #fff;
}

.card-block-saldo-cxdiario.bg-primary {
    color: #1abc9c ;
    background-color: #fff !important;
}

.card-block-saldo-cxdiario span{
    font-size: 17px;
}

.card-block-saldo-cxdiario h3{
    margin-bottom: 1px;
    font-size: 30px !important;
}

.cxdiario-debito td:not(.cxdiario-saldo){
    color: red;
}

.cxdiario-credito td:not(.cxdiario-saldo){
    color: #0077B5;
}

.cxdiario-estorno{
    background-color: #ffeadb !important;
}

.cxdiario-details-control{
    background-position-x: 10px !important;
    padding-left: 50px !important;
}

.cxdiario-detail-table{
    padding-left:50px;
    /*margin-left: 362px;
    width: calc(100% - 362px);*/
    width: 100%;
    border: 1px solid #d2d2d2 !important;
    font-size: 12px;
}

.cxdiario-detail-table .movconta-tr-total th:not(.detailnotborder){
    border-top: 1px solid #000 !important;
}

.cxdiario-detail-table td, .cxdiario-detail-table th{
    padding: 6px;
    height: auto;
    text-align: right;
    background: #fff;
}

.cxdiario-detail-table th{
    border: /*1px solid #000*/ 0 !important;
}

.cxdiario-detail-table td{
    border: /*1px solid #000*/ 0 !important;
}


.cxdiario-detail-table tr{
    background: #fff;
}

.cxdiario-detail-table .tit-detail{
    background: #efefef;
}

/*fim caixa diario*/

.select2-results__options .select2-results__option.select2-results__option--highlighted span{
    color: #fff !important;
}

.j-pro .select2-container--default .select2-selection--single .select2-selection__rendered.select2-conta-credito{
    color: #0077B5 !important;
}

.j-pro .select2-container--default .select2-selection--single .select2-selection__rendered.select2-conta-debito{
    color: red !important;
}

#ms-multi-select-boleto-novo.ms-container .ms-list {
    height: calc(100vh - 500px);
    min-height: 279px;
}

/**  =====================
      List css start
==========================  **/
.ms-container .basic-list {

}
.ms-container .basic-list li{
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
}

.ms-container .basic-list li:last-child{
    border: none;
    padding-bottom: 0;
}

.ms-container .basic-list.list-icons li,
.ms-container .basic-list.list-icons-img li {
    position: relative;
}

.ms-container .list-icons i {
    left: -64px;
    top: 0;
    bottom: -1px;
    width: 30px;
    padding: 8px 0;
    float: left;
    font-size: 20px;
}

.ms-container .list-icons i.iconlistadd{
    color: #0b9c8f;
}

.ms-container .list-icons i.iconlistremove{
    color: red;
}

.ms-container .list-icons .ms-hover i{
    color: #fff;
}

.ms-container .basic-list p{
    margin: 0;
}

/**====== List css End ======**/


/**=========Leitura de Retono ========**/
.retorno-details-control{
    background-position-x: 10px !important;
    padding-left: 40px !important;
}

.retorno-detail-table{
    padding-left:50px;
    /*margin-left: 362px;
    width: calc(100% - 362px);*/
    width: 100%;
    border: 1px solid #d2d2d2 !important;
    font-size: 11px;
}

.retorno-detail-table .retorno-tr-total th:not(.detailnotborder){
    border-top: 1px solid #000 !important;
}

.retorno-detail-table td, .retorno-detail-table th{
    padding: 6px;
    height: auto;
    text-align: right;
    background: #fff;
}

.retorno-detail-table th{
    border: /*1px solid #000*/ 0 !important;
}

.retorno-detail-table td{
    border: /*1px solid #000*/ 0 !important;
}


.retorno-detail-table tr{
    background: #fff;
}

.retorno-detail-table .tit-detail{
    background: #efefef;
}


.jstree-default .jstree-clicked{
    background: rgba(26, 188, 156, 0.1) !important;
}

.tree-view.acess-usu{
    background: #fff;
    padding: 40px;
}

.tree-view .label-title{
    display: inherit;
    font-size: 100%;
    width: auto;
    text-transform: none;
}

.tree-view.acess-usu .label-title{
    min-width: 500px;
}

.tree-view.acess-usu .menu-item .label-title{
    min-width: 476px;
}

.tree-view .menu-item .jstree-anchor{
    color: #34495e;
    /*width: 100%;*/
}

.tree-view.acess-usu .menu-item .jstree-anchor{
    color: #34495e;
    min-width: 542px;
}

.tree-view.acess-usu .menu-item .menu-item-action .jstree-anchor{
    min-width: 518px;
}

.tree-view .menu-item .menu-item-action-acesso .jstree-anchor{
    color: #34495e ;
}

.tree-view .menu-item .menu-item-action-incluir .jstree-anchor{
    color: #1abc9c;
}

.tree-view .menu-item .menu-item-action-editar .jstree-anchor{
    color: #3498DB;
}

.tree-view .menu-item .menu-item-action-excluir .jstree-anchor{
    color: #e74c3c;
}

.tree-view .menu-item .menu-item-action-consultar .jstree-anchor{
    color: #FF8124;
}

.tree-view .menu-item .menu-item-action-estornar .jstree-anchor{
    color: #6200b1;
}



.k-btn-disable{
    opacity:0.5;
}


/*----emissao certificado********************************/
.container_usudwlcert{
    width: 100%;
    background-color:#ffffff;
}

.container_usudwlcert .container_contusudwlcert{
    width:100%;
    height:83px;
    padding:10px;
    font-size:16px;
}

.container_usudwlcert .container_contusudwlcert table{
    margin: 0 auto;
}

.container_contdwlcert .container_btns{
    width:400px;
    text-align:right;
    padding:10px 25px;
}

.container_usudwlcert .container_contusudwlcert i{
    font-size: 58px;
    color: #34495e;
}

/*----fim emissao certificado********************************/

.mail-usu-browser{
    color: #797979;
}

.jFiler-item-container.file-checked{
    background-color: #ffffb2 !important;
}

.jFiler-content-item-title{
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    font-size: 12px;
}

.view-img-selec .viewport{
    border: 1px solid #d2d2d2;
}


body.swal2-shown{
    padding-right: 0 !important;
}
.dt-table-row-selected{
    background-color: #1abc9c !important;
    color: #fff !important;
}


.dataTableListEnderecoSwal{
    font-size: 0.875em !important;
    font-family: "Open Sans", sans-serif !important;
}
.tableTopInfo{
    float: left;padding-top: 12px !important;
}
.dataTableListEnderecoSwal .inputCep .form-control{
    font-size: 18px !important;
}


a.disabled-link,
a.disabled-link:visited ,
a.disabled-link:active,
a.disabled-link:hover {
    background-color:#fff !important;
    color:#aaa !important;
    cursor: default;
}

.wrap-space-pre{
    white-space: pre-wrap !important;
}

.label-orange{
    background-color: #FF8124;
}

.label-protesto{
    background-color: #5300b3;
}

.j-pro .j-unit {
    margin-bottom: 10px !important;
}

.j-pro-filtro .labelinfo
{
    color: #d2d2d2;
}

.tabs-browser-kaeruf .nav-tabs .nav-link{
    color: #9c9c9c;
}

.tabs-browser-kaeruf .nav-tabs .nav-link.active{
    color: #1abc9c;
    font-weight: bold;
}


.analiseinad-details-control{
    background-position-x: 10px !important;
    padding-left: 40px !important;
}





