#sidenav-main{
	background-color: #1C9AD6!important;
	overflow-x: hidden;
}

.image-background-menu img{
	right: 0px;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: .1;
    position: absolute;
}

.main-item div.align-items-baseline,
a.main-item {
	cursor: pointer;
}

a.main-item:hover {
    background-color: rgba(85, 180, 226, .7);
    border-radius: 15px;
}

.main-item div.align-items-baseline i,
a.main-item i{
	margin-right: 10px;
}

.main-item div.align-items-baseline span,
a.main-item span{
	color: #fff!important;
	font-size: 14px;
	font-weight: 500;
}

.main-item-subs{
	background-color: transparent!important;
}

.main-item-subs a{
	margin-left: 15px;
	font-size: 14px!important;
	font-weight: 500!important;
}
.main-item-subs a:hover{
	color: #fff;
    background-color: rgba(85, 180, 226, .7);
    border-radius: 15px;
}

.main-item-subs a i{
	margin-right: 10px;
}

.navbar-vertical .navbar-nav .nav-link:after{
	font-size: 20px!important;
	margin-right: 25px!important;
	color: #fff!important;
}


/**Header**/
#navbar-main{
	background-color: black;
}

#navbar-main #collapse-effect{
	background-color: black;
	font-size: 20px;
    text-align: center;
    padding: 8px;
    border: none;
}

#alert_notifications{
    position: relative;
    padding: 0;
    background-color: black;
    border: none;
}

#alert_notifications i{
	font-size: 24px;
    margin-right: 0px;
}

#alert_notifications span{
    position: absolute;
    left: 5px;
    top: -10px;
    color: red;
    font-size: 13px;
    font-weight: 500;
}

/**paleta**/
.paleta-opcoes{
	line-height: 48px;
	padding: 0px 15px;
	color: #fff;
    border-bottom: 1px solid #EEEEEE;
    font-weight: 400;
}

.paleta-opcoes .opcao{
    display: inline-block;
}

.paleta-opcoes .opcao a:hover,
.paleta-opcoes .opcao a{
	color: #999;
	cursor: pointer;
}

/**cards**/
.card.card-stats{
	border-radius: 0;
}

.card.card-stats span.indicador {
	font-size: 30px;
}

.card.card-stats.success span.indicador {
	color: #0D770D;
}

.card.card-stats.primary span.indicador {
	color: #1F91FD;
}

.card.card-stats.warning span.indicador {
	color: #FAA500;
}

.card.card-stats.danger span.indicador {
	color: #F84807;
}

.card.card-stats.success{
	border-left: 7px solid #0D770D;
}

.card.card-stats.primary{
	border-left: 7px solid #1F91FD;
}

.card.card-stats.warning{
	border-left: 7px solid #FAA500;
}

.card.card-stats.danger{
	border-left: 7px solid #F84807;
}

.card.card-stats .card-body{
	padding: 10px;
}

/*UTILS*/
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="search"]::placeholder,
select{
	border-color: #999999!important;
	color: #666!important;
}

input[type="search"],
input[type="email"],
input[type="text"]{
	border-color: #999999!important;
	color: #000000!important;
}

button.btn-paleta{
	padding: 0px!important;
	width: 30px!important;
}

.cursor {
	cursor:pointer!important;
}

div.btn-group a.btn:hover,
div.btn-group a.btn,
div.btn-group button:hover,
div.btn-group button {
	padding: 0 6px;
    background-color: transparent;
    color: #000;
    border: none;
    box-shadow: none;
}

tr.even{
	background-color: #eee;
}

.title-header{
	position: absolute;
    top: 25px;
    left: 55px;
    color: #fff;
}

.msg-status{
	font-size: 12px;
    text-transform: capitalize;
}

.msg-status.em-andamento{
	color: #FAA500;
}

.msg-status.recusada{
	color: #FB6340;
}

.msg-status.bem-sucedida{
	color: #4AAE4D;
}

.min-height200{
	min-height: 200px;
}


.min-width170{
	min-width: 250px;
}


.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-selection__arrow {
    height: 39px !important;
}

.dataTables_scrollBody{
    min-height: 170px;
}

.dataTables_paginate .page-link{
	line-height: 1.25!important;
    position: relative!important;
    display: block!important;
    margin-left: -1px!important;
    padding: .5rem .75rem!important;
    color: #8898aa!important;
    border: 1px solid #dee2e6!important;
    background-color: #fff!important;
    width: 100%!important;
    border-radius: 0%!important;
    box-shadow: none!important;
}

.dataTables_paginate{
	width: 50%;
	display: inline-block;
	margin-top: 25px;
}

.dataTables_length{
	display: inline-block;
	width: 50%;
	margin-top: 25px;
}

.dataTables_paginate .page-item.active .page-link{
	z-index: 1!important;
    color: #fff!important;
    border-color: #5e72e4!important;
    background-color: #5e72e4!important;
}
table.table.dataTable.no-footer{
	width: 100%!important;
}

.input-search{
	height: 40px!important;
}

.has-danger:after {
	top:35px!important;
}

.d-hidden {
	display: none!important;
}

textarea{
	color: black!important;
}

.d-inline-block{
	display: inline-block;
}


.clean-modal label.control-label{
    font-size: 14px;
    line-height: 14px;
    color: #9797ad;
    text-align: left;
    display: block;
    margin-bottom: 3px;
}
.clean-modal table {
	width: 100%;
}

.clean-modal table th{
    font-size: 14px;
    line-height: 14px;
    color: #9797ad;
    text-align: left;
    margin-bottom: 3px;
}

.clean-modal table td{
    font-size: 14px;
    line-height: 14px;
    color: #9797ad;
    text-align: left;
    margin-bottom: 3px;
    font-weight: normal;
}

.clean-modal input[type="text"]{
    height: 35px;
    border: 2px solid;
    border-color: #e8eaeb!important;
    background: #fff;
    line-height: 18px;
    padding: 7px 8px;
    float: left;
    border-radius: 3px;
    color: #4a5275!important;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.clean-modal input[type="text"]:disabled{
    background-color: #eee!important;
}

.clean-modal input[type="text"]:focus{
    border: 2px solid;
    border-color:  #5076ff!important;
    box-shadow: inset 1px 1px 6px #f1f1f1;
    outline: 0;
}

.clean-modal textarea{
    border: 2px solid;
    border-color: #e8eaeb!important;
    background: #fff;
    line-height: 18px;
    padding: 7px 8px;
    float: left;
    border-radius: 3px;
    color: #4a5275!important;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
}

.clean-modal textarea:focus{
    border: 2px solid;
    border-color:  #5076ff!important;
    box-shadow: inset 1px 1px 6px #f1f1f1;
    outline: 0;
}
.clean-modal input[type="checkbox"],
.clean-modal input[type="radio"]{
    width: 30px;
    padding: 0;
    margin: 0;
    display: inline-block;
    height: 12px;
}

.clean-modal label.lbl-check{
    margin-bottom: -3px;
    padding: 0!important;
        color: #9797ad;
    font-size: 14;
}

.clean-modal  .select2-selection.select2-selection--single{
    border-color: #e8eaeb!important;
    border-radius: 3px;
    color: #4a5275!important;
    font-size: 14px;
    width: 100%;
    border: 2px solid;  
}

.clean-modal  .select2-selection.select2-selection--single.has-error{
    border-color: red!important;
}

.clean-modal  .select2-selection.select2-selection--single.has-error:focus{
    border: 2px solid;
    border-color: red!important;
    box-shadow: inset 1px 1px 6px #f1f1f1;
    outline: 0;
}

.clean-modal .select2-selection.select2-selection--single:focus{
    border: 2px solid;
    border-color:  #5076ff!important;
    box-shadow: inset 1px 1px 6px #f1f1f1;
    outline: 0;
}

.clean-modal .select2.select2-container.select2-container--default{
    width: 100%!important;
}

.clean-modal.detalhes-boleto td {
    line-height: 25px;
}

.clean-modal.detalhes-boleto tr.odd{
	background-color: #eee;
}

.clean-modal.detalhes-boleto .divisor{
	padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #4a5275;
    border-bottom: 1px solid #4a5275;
}

.clean-modal.detalhes-boleto .cabecario-tabela{
    border-bottom: 1px solid #4a5275;
}

.clean-modal.with-table td {
    line-height: 25px;
}

.clean-modal.with-table tr.odd{
    background-color: #eee;
}

.clean-modal.with-table .divisor{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #4a5275;
    border-bottom: 1px solid #4a5275;
}

.clean-modal.with-table .cabecario-tabela{
    border-bottom: 1px solid #4a5275;
}

.clean-table #dataTableBuilder_length,
.clean-table #dataTableBuilder_info{
    padding-top: 0px;
    color: #4a5275;
        font-size: 14px;
    font-weight: 400;
}

.clean-table table.dataTable tr {
    background-color: #fff;
    border-bottom: 1px #eef1f5 solid;
}

.clean-table table.dataTable tr td{
    max-height: 15px;
    padding: 0px;
    vertical-align: middle;

    color: #4a5275;
    font-family: CircularStd,Helvetic,Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 43px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}



.clean-table table.dataTable th{
    font-size: 14px;
    line-height: 14px;
    color: #4a5275;
    text-align: left;
    margin-bottom: 3px;
    text-transform: capitalize;
}


.hiddenRow {
    padding: 0 !important;
}


tr[aria-expanded="true"] button.btn-collapse{
    transform: rotate(90deg);
}

.tabela-resumo td {
    border-top: none!important;
   
}

.tabela-resumo tr.row-principal td {
     border-bottom: 1px solid #e9ecef;
}



.tabela-resumo tr{
    background-color: #fff!important;
}

.tabela-resumo th.coluna-descricao,
.tabela-resumo td.coluna-descricao{
    width: 40%;

}
.tabela-resumo th.coluna-valor,
.tabela-resumo td.coluna-valor{
    width: 15%;
    text-align: right;
}

.tabela-resumo th,
.tabela-resumo tr.row-principal td,
.tabela-resumo tr.row-secundario td{
   border-right: 1px solid #e9ecef; 
}

.tabela-resumo tr.row-secundario td{
    padding-top: 7px;
    padding-bottom: 7px;
}

.tabela-resumo td.coluna-valor{
    color: red;
}
 
.tabela-resumo button.btn-collapse{
    text-align: left;
    padding: 5px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: black;
}


.tabela-resumo .rodape .aumento-despesa{
    font-size: 10px;
    font-weight: 700;
}

.tabela-resumo .rodape .diminui-despesa{
    font-size: 10px;
    font-weight: 700;
    color: green;
}

.cashier div.item{
    background-color: #fff; 
    margin: auto;     
    border-bottom: 1px #eef1f5 solid; 
    padding:15px
}

.cashier a.item-titulo{
    color: #4a5275;
    font-family: CircularStd,Helvetic,Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.cashier a.item-subtitulo{
    display: block;
    font-size: 11px;
    color: #9797ad;
}


.cashier div.cabecario span.titulo,
.cashier div.cabecario a.titulo{
    font-size: 17px;
    color: #31304c;
    font-weight: 600;

}

.cashier div.cabecario a i{
    color: #f35b5b;
    margin-left: 5px;
    font-size: 20px;
    cursor: pointer;
}

a.item-titulo span.DEBITO,
.cashier .item-opcoes span.DEBITO{
    color: red!important
}

.cashier .item-opcoes a.DEBITO{
    color: #9797ad;
}

.cashier .item-opcoes a.CREDITO,
.cashier .item-opcoes span.CREDITO{
    color:  #02bea2;
}


.cashier .item-opcoes a{
    margin-left: 10px;
    margin-right: 10px;
    top: 7;
}

.cashier .bolinha{
    width: 10px;
    height: 10px;
    position: absolute;
    left: -4px;
    top: 10px;
    border-radius: 30px; 
}

.cashier .bolinha.DEBITO{
    background-color: #f35b5b;
}

.cashier .bolinha.CREDITO{
   background-color: #02bea2;
}

.cashier .data-dia{
    position: absolute;
    left: -30px;
    font-size: 17px;
    font-weight: 600;
}
.cashier .data-mes{
    position: absolute;
    left: -31px;
    font-size: 14px;
    top: 32px;
}

#filtros input[type="text"]{
    height: 39px;
    border: 2px solid;
    border-color: #e8eaeb!important;
    background: #fff;
    line-height: 18px;
    padding: 7px 8px;
    float: left;
    border-radius: 3px;
    color: #4a5275!important;
    font-size: 14px;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;  
}

#filtros input[type="text"]:focus,

#filtros{
    background-color: #ccc;
    border-bottom: 2px #eef1f5 solid;
}

#filtros .select2-selection.select2-selection--single{
    border-color: #e8eaeb!important;
    border-radius: 3px;
    color: #4a5275!important;
    font-size: 14px;
    width: 100%;
    border: 2px solid;  
}

#filtros .select2-selection.select2-selection--single:focus{
    border: 2px solid;
    border-color:  #5076ff!important;
    box-shadow: inset 1px 1px 6px #f1f1f1;
    outline: 0;
}

.filtros .select2.select2-container.select2-container--default{
    width: 100%!important;
}

.pointer {
    cursor: pointer;
}

.dropdown-menu .dropdown-item.pointer:hover{
    width: 90%!important;
}

/*Registro de problemas*/
.cashier .bolinha.prioridade-1{
    background-color: #f35b5b;
}

.cashier .bolinha.prioridade-2{
    background-color: #fb6340;
}

.cashier .bolinha.prioridade-3{
    background-color: #11cdef;
}

.cashier .bolinha.prioridade-4{
    background-color: #ccc;
}

.cashier .status-excluido{
    color: #fb6340;
}

.cashier .status-resolvido{
    color: #02bea2;
}

.cashier .status-atrasado{
    color: #f35b5b;
}


.contrato-publico .card-contrato{
    padding: 0px!important;
    border-left: 5px solid green !important;
    margin-bottom: 15px!important;
}

.contrato-publico .card-contrato .card-header{
    font-size: 20px;
    margin-bottom: 30px;
    padding: 15px;
    border-bottom: 1px solid red;
}