html, body{
    margin: 0 !important;
    padding: 0 !important;
}

.portrait{
    width: 50%;
    height: auto;
}

.va-middle{
    vertical-align: middle !important;
}

.va-15{
    vertical-align: 15% !important;
}

.ta-center{
    text-align: center !important;
}

.ta-right{
    text-align: right !important;
}

th a{
    color: #337ab7 !important;
}

.ma0a{
    margin: 0 auto !important;
}

.w50p{
    width: 50% !important;
}

.pt7{
    padding-top: 7px !important;
}

.pt10{
    padding-top: 10px !important;
}

.text-red{
    color: #f92718;
}

.bg-red{
	background-color: red;
}

.bg-red-dark{
	background-color: rgb(111, 39, 39);
}



.text-cinza-claro{
    color: #808080;
}

.text-cinza-escuro{
    color: #404040
}

.text-rosa-claro{
    color: #ff8080
}

.text-rosa-escuro{
    color: #ff4d4d
}

.text-laranja-claro{
    color: #ff6600
}

.text-verde-claro{
    color: #009900
}

.text-verde-escuro{
    color: #004d00
}

.text-yellow{
    color: #e6e600;
}

.text-green{
    color: green;
}

.text-blue{
    color: blue;
}

.text-preto{
    color: black;
}

.pagination{
    margin: 0 !important;
}

.bg-grey{
    background: #ccc;
}


.bg-purple{
    background: #7d0a7f;
}


.bg-orange{
    background: #be3b10;
}

.bg-green{
    background: #063928;
}

.bg-black{
    background: #000000;
}


.bg-blue-light{
    background: #10beb1;
}


.fs50{
    font-size: 50px !important;
}

#permissoes .md-switch{
    float: right;
}

.pl10{
    padding-left: 10px !important;
}
.pl20{
    padding-left: 30px !important;
}
.pl30{
    padding-left: 50px !important;
}

.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}

.line-hover{
    padding-top: 10px;
}
.line-hover:hover{
    background: #ddd;
}

.mb10{
    margin-bottom: 10px !important;
}

.img-small{
    height: 50px !important;
    cursor: pointer;
}
.img-medium{
    height: 120px !important;
    cursor: pointer;
}

.tr-hover tr:hover{
    background: #ccc;
}

.img-usuario{
    width: 105px !important;
    height: 105px !important;
}

.title_padronizacao{
    margin-bottom:20px;
    border-bottom:1px solid #3f51b5;
    padding-bottom:5px;
}
.title_padronizacao strong{
    color: #3f51b5;
}
.convenio-padronizacao{
    border-left-color: #3f51b5 !important;
}

@media (max-width: 768px) {
    .horizontal-scroll{
        overflow-x: scroll;
    }
    .mt10xs{
        margin-top: 10px !important;
    }
}

@media (min-width: 768px) {
    .search-active-icon{
        text-align: center;
    }
}

.centralizar {
    text-align: center
}

.direito {
    text-align: right
}

/* usuarios - permissões */
#carregando{
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#carregando .center{
    width: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#carregando #loading{
    color: #f00;
}


/* usuarios - permissões */
#carregando-pronto{
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#carregando-pronto .center{
    width: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#carregando-pronto #loading{
    color: #f00;
}

#carregandoTransparente{
    background: rgba(0, 0, 0, 0);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#carregandoTransparente .center{
    width: 5%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#carregandoTransparente #loading{
    color: #f00;
}

.mod, .cat{
    cursor: pointer;
}
.itens_check .cat, .itens_check .act{
    display: none;
}

.testimonial{
    margin-bottom: 10px;
}

.testimonial-section {
    width: 100%;
    height: auto;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #fff;
}

.testimonial-section:after {
    top: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.testimonial-desc {
    margin-top: 20px;
    text-align:left;
    padding-left: 15px;
}

.testimonial-desc img {
    border: 1px solid #f5f5f5;
    border-radius: 150px;
    height: 70px;
    padding: 3px;
    width: 70px;
    display:inline-block;
    vertical-align: top;
}

.testimonial-writer{
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.testimonial-writer-name{
    font-weight: bold;
}

.testimonial-writer-designation{
    font-size: 85%;
}

.testimonial-writer-company{
    font-size: 85%;
}

.testimonial.testimonial-default .testimonial-section{
    border-color: #777;
}

.testimonial.testimonial-default .testimonial-section:after{
    border-top-color: #777;
}

.testimonial.testimonial-default .testimonial-desc img{
    border-color: #777;
}

.testimonial.testimonial-default .testimonial-writer-name{
    color: #777;
}
.testimonial.testimonial-primary .testimonial-section{
    border-color: #337AB7;
    color: #286090;
    background-color: rgba(51, 122, 183, 0.1);
}

.testimonial.testimonial-primary .testimonial-section:after{
    border-top-color: #337AB7;
}

.testimonial.testimonial-primary .testimonial-desc img{
    border-color: #337AB7;
}

.testimonial.testimonial-primary .testimonial-writer-name{
    color: #337AB7;
}

.testimonial.testimonial-info .testimonial-section{
    border-color: #5BC0DE;
    color: #31b0d5;
    background-color: rgba(91, 192, 222, 0.1);
}

.testimonial.testimonial-info .testimonial-section:after{
    border-top-color: #5BC0DE;
}

.testimonial.testimonial-info .testimonial-desc img{
    border-color: #5BC0DE;
}

.testimonial.testimonial-info .testimonial-writer-name{
    color: #5BC0DE;
}

.testimonial.testimonial-success .testimonial-section{
    border-color: #5CB85C;
    color: #449d44;
    background-color: rgba(92, 184, 92, 0.1);
}

.testimonial.testimonial-success .testimonial-section:after{
    border-top-color: #5CB85C;
}

.testimonial.testimonial-success .testimonial-desc img{
    border-color: #5CB85C;
}

.testimonial.testimonial-success .testimonial-writer-name{
    color: #5CB85C;
}

.testimonial.testimonial-warning .testimonial-section{
    border-color: #F0AD4E;
    color: #d58512;
    background-color: rgba(240, 173, 78, 0.1);
}

.testimonial.testimonial-warning .testimonial-section:after{
    border-top-color: #F0AD4E;
}

.testimonial.testimonial-warning .testimonial-desc img{
    border-color: #F0AD4E;
}

.testimonial.testimonial-warning .testimonial-writer-name{
    color: #F0AD4E;
}

.testimonial.testimonial-danger .testimonial-section{
    border-color: #D9534F;
    color: #c9302c;
    background-color: rgba(217, 83, 79, 0.1);
}

.testimonial.testimonial-danger .testimonial-section:after{
    border-top-color: #D9534F;
}

.testimonial.testimonial-danger .testimonial-desc img{
    border-color: #D9534F;
}

.testimonial.testimonial-danger .testimonial-writer-name{
    color: #D9534F;
}
.testimonial.testimonial-default-filled .testimonial-section{
    color: #fff;
    border-color: #777;
    background-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-section:after{
    border-top-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-desc img{
    border-color: #777;
    background-color: #777;
}

.testimonial.testimonial-default-filled .testimonial-writer-name{
    color: #777;
}

.testimonial.testimonial-primary-filled .testimonial-section{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.testimonial.testimonial-primary-filled .testimonial-section:after{
    border-top-color: #337AB7;
}

.testimonial.testimonial-primary-filled .testimonial-desc img{
    border-color: #2e6da4;
    background-color: #337ab7;
}

.testimonial.testimonial-primary-filled .testimonial-writer-name{
    color: #337AB7;
}

.testimonial.testimonial-info-filled .testimonial-section{
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.testimonial.testimonial-info-filled .testimonial-section:after{
    border-top-color: #5BC0DE;
}

.testimonial.testimonial-info-filled .testimonial-desc img{
    border-color: #46b8da;
    background-color: #5bc0de;
}

.testimonial.testimonial-info-filled .testimonial-writer-name{
    color: #5BC0DE;
}

.testimonial.testimonial-success-filled .testimonial-section{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.testimonial.testimonial-success-filled .testimonial-section:after{
    border-top-color: #5CB85C;
}

.testimonial.testimonial-success-filled .testimonial-desc img{
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.testimonial.testimonial-success-filled .testimonial-writer-name{
    color: #5CB85C;
}

.testimonial.testimonial-warning-filled .testimonial-section{
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.testimonial.testimonial-warning-filled .testimonial-section:after{
    border-top-color: #F0AD4E;
}

.testimonial.testimonial-warning-filled .testimonial-desc img{
    border-color: #eea236;
    background-color: #f0ad4e;
}

.testimonial.testimonial-warning-filled .testimonial-writer-name{
    color: #F0AD4E;
}
.testimonial.testimonial-danger-filled .testimonial-section{
        color: #fff;
        background-color: #d9534f;
        border-color: #d43f3a;
}

.testimonial.testimonial-danger-filled .testimonial-section:after{
    border-top-color: #D9534F;
}

.testimonial.testimonial-danger-filled .testimonial-desc img{
    border-color: #d43f3a;
    background-color: #D9534F;
}

.testimonial.testimonial-danger-filled .testimonial-writer-name{
    color: #D9534F;
}

.badge-topmenu{
    position: absolute;
    top: 25%;
    right: 20%;
}

#notificacao_default{
    position: absolute;
    width: 20%;
    height: 10%;
    top: 5%;
    right: 5%;
    background: #3F51B5;
    border: 1px solid #3F51B5;
    border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    z-index: 999;
    line-height: 10%;
    display: none;
}

#notificacao_default .body{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

#notificacao_default .close{
    position: absolute;
    top: -8px;
    right: -8px;
    color: #3F51B5;
    padding: 4px 6px;
    background: #fff;
    opacity: 1;
    border-radius: 20px;
    font-size: 10px;
}

#notificacao_default .close:hover{
    color: rgb(230, 46, 0);
}

#notificacao_default p{
    color: #FFFFFF;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

#notificacao_default span{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.notificacao-table tr{
    cursor: pointer;
}

.notificacao-table tr.nao-lido{
    background: #3F51B5;
    color: #eee;
}
.notificacao-table tr.nao-lido:hover{
    color: #333;
}

.notificacao-table tr:hover{
    background: #eee;
}
.notificacao-table tr.header:hover{
    background: #fff;
}

.notificacao-table tr.nao-lido td{
    font-weight: bold;
}

.notificacao-list a b{
    text-align: right;
    float: right;
    padding: 0px 5px;
    background: #3F51B5;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    color: #fff;
}

.notificacao-body{
    padding: 10px;
}
.notificacao-body p.default{
    text-align: center;
}

.tabela-produto .paginador span, #tabela-produto-busca .paginador span{
    padding: 3px;
    border-radius: 5px;
    background: #3F51B5;
    color: #fff;
    font-weight: bold;
    margin: 0 5px 0 0;
}
.tabela-produto .paginador a, #tabela-produto-busca .paginador a{
    padding: 3px;
    border-radius: 5px;
    background: #fff;
    border: #3F51B5;
    color: #3F51B5;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.load-produto{
    margin-bottom: 10px !important;
}

.panel-group.tabela-produto{
    padding: 0 15px !important;
}
.paginador.row{
    margin-top: 10px;
    text-align: center;
}
.item-produto .btn{
    padding: 6px 9px !important;
}

tr.bg-green{
    background: #add0ad;
}

.btnPesquisar, .btnMaisBotoes{
    position: fixed;
    float: bottom;
    bottom: 20px;
    right: 25px;
    z-index: 100;
}

.btnPesquisarInput, .btnPesquisarBtn , .btnMaisBotoesBtn, .btnMaisBotoesGrupo{
    display: inline-block;
}

.btnCircular{
    border-radius: 60%;
}

.btnPrincipal{
    font-size: 20px;
    padding: 15px;
}

.btnSecundario{
    font-size: 15px;
    padding: 10px;
}

.invisivel{ display: none;}

#despesas_contabeis .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#despesas_contabeis .rateio:hover{
    background: #eee;
}

#despesas_contabeis .despesa{
    padding: 10px;
}

#despesas_contabeis .confirmado{
    background: rgb(195, 247, 190);
}

.scroll-dummy{
    width: 100%;
    height: 20px;
    border: none;
    overflow-x: scroll;
    overflow-y:hidden;
}
.scroll-dummy-content{
    width: 250%;
    height: 20px;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

td.details-control:after {
    font-family: FontAwesome;
    content: "\f055";
    cursor: pointer;
}

tr.shown td.details-control:after {
    font-family: FontAwesome;
    content: "\f056";
    cursor: pointer;
}

.panel-tesouraria{
    padding: 0 !important;
    /*overflow-x: scroll !important;*/
}

/* .panel-tesouraria .tab-content{
    padding: 0 !important;
    margin: 0 !important;
}

.panel-tesouraria table{
    border: 1px solid #ccc !important;
    margin: 0 !important;
}
.panel-tesouraria th, .panel-tesouraria td{
    font-size: 10px !important;
    padding: 5px 2px !important;
    border: 1px solid #ccc !important;
}
.panel-tesouraria td{
    text-align: center !important;
}
.panel-tesouraria th{
    text-align: center !important;
}
.panel-tesouraria th i{
    cursor: pointer !important;
    color: #00f !important;
}
.panel-tesouraria thead tr{
    background: #eee !important;
}
.panel-tesouraria tr:hover{
    background: #eee !important;
}
.panel-tesouraria a{
    font-weight: bold !important;
    color: #00f !important;
} */

.conciliacao_titulo.panel-heading{
    background: #ccc;
    border: #000;
    border-radius: 5px;
}
.conciliacao p{
    padding: 5px;
}

.conciliacao table{
    width: 150%;
    margin: 0;
    padding: 0;
}
.conciliacao th, .conciliacao td{
    border: 1px solid #ccc;
    text-align: center;
    padding: 2px 5px !important;
    margin: 0 !important;
}
.conciliacao th{
    background: #efefef;
}

.conciliacao .lista{
    height: 300px;
    overflow: scroll;
}

.conciliacao .lista_periodo{
    height: 500px;
    overflow: scroll;
}

.conciliacao .acoes{
    padding: 10px;
}

.conciliacao .acoes p{
    margin: 0;
}

.conciliacao span{
    float: right;
}

.conciliacao .acoes .btn{
    margin: 0 5px;
    height: 50px;
    line-height: 35px;
}

.conciliacao table tr.selecionado{
    background: #2196f3;
    color: #fff;
}


/*INICIO - gerencial/notificacao/Index */
.notificao-meio{
    overflow-y: scroll;
    height: 370px;
}

.margem-notificacao{
    margin-top: 20px;
}

/*FIM - gerencial/notificacao/Index */

/*Dashboard Ordem de pagamento */
.dashboard_ordem_pagamento{
    height: 250px;
}

.dashboard_ordem_pagamento_sem_dados{
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 25px !important;
    font-weight: bold !important;
    color: #2196f3;
}
    /*Icone Ajuda*/
.icone_ajuda{
    margin-top: 13px;
    font-size: 26px !important;
    margin-right: 20px;
    padding: 5px;
    display: inline-block;
    margin-left: 15px;

}
    /* Configuração do Grid Ajuda */
  .card-ajuda {
    background:#fff;
    margin-top: 60px;
    border-radius: 2px;
    display: inline-block;
    height: 70px;
    margin: 2rem;
    width: 251px;
    border: 1px solid #f3f3f3;
    padding: 10px;
  }
    /*Configuração do Grid Ajuda*/
  .card-ajuda:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.89), 0 1px 2px rgba(0,0,0,0.24);
    margin-right: 150px;
  }

  .formatar_valores{
    border: none !important;
    padding: 0 !important;
    min-width: 100px !important;
    background: white !important;
    cursor: inherit !IMPORTANT;
  }

  .prestacao{
      font-size: 16px;
    }

  .ajuste{
      margin-top: 25px;
    }

    /* Ajustes no Módulo Malote */

  .ajuste_data{
        margin-top: 20px;
    }

    .btn_adicionar{
        height: 33px;
        width: 150px;
        top: 20px;
        left: 22px;
    }

    .btn_cadastrar{
        height: 33px;
        width: 140px;
    }

    .cor_title{
        color: #2196f3;
    }

    .cor_icone{
        color:#337ab7;
        margin-right: 10px;
    }

    .tipo_malote{
        margin-top: 10px;
    }

    .btn_index{
        margin-left: 10px;
        margin-top: 7px;
        width: 170px;

    }

    .buscar_index{
        margin-top: 7px;
    }

    .apagados_index{
        margin-top: 7px;
    }

    .pesquisar_malote{
        margin-top: 7px;
        margin-right: 7px;
    }

    .form_adicionar{
        margin-top: -10px;
    }

    .img_icone_malote{
        width: 25px;
    }

    .tipo_envio{
        color: #149714;
    }

    .tipo_recebimento{
        color: rgb(194, 31, 31);
    }

    .ajuste_boolean{
        margin-left: 40px;
    }

    .ajuste_visualizar{
        left: 15px;
    }

    .ajuste_painel_malote{
        background-color: #009900;
    }

    .ajuste_criar_malote{
        margin-top: 7px;
        margin-left: 30px;
    }

    .cor_visualizar_malote{
        color: red;
    }

    .btn_atualizar_malote{
        height: 33px;
        width: 160px;
    }

    .data_filtro{
        margin-top: 7px;
        margin-left: -5px;
        width: 390px;
    }

    .index_requisicao{
        margin-top: 50px;
    }

    .data_malote{
        margin-top: 7px;
        width: 493px;
    }

    .data_lote{
        margin-top: 7px;
    }

    .malote_data_entrega{
        width: 493px;
    }

    .pesquisar_lote{
        margin-right: 7px;
    }

    .cor_td_envio{
        background-color: #CEF6E3;
    }

    .cor_td_recebimento{
        background-color: #ECBCBC;
    }

    .ajuste_data_agendamento{
        margin-top: 7px;
        width: 485px;
    }

    .ajuste_data_entrega{
        margin-top: 7px;
        right: 6px;
        width: 510;
    }

    .ajuste_parada_intermediaria{
        margin-top: 15px;
    }

    .parada_data{
        margin-top: 10px;
    }

    .imprimir_movimentacao{
        left: 10px;
        width: 120px;
    }

/* Estilos - ASAS */
.excluir {
    cursor: pointer;
}

.justificativa {
    display: none;
}

.justificativa.show {
    display: block;
}

.hide-input {
    display: none;
}

.pesquisar_patrimonio{
    margin-top: 8px;
}

.button_fornecedores{
    margin-top: 20px;
}

.button_no{
    margin-left: 10px;
    left: -287px;
}

.icon_simbolico{
    color: red;
}

.all_select_anexo_15{
    margin-top: 10px;
}

.icone_bem{
    color:green;
}

.select2-results__option[aria-selected=true] {
	display: none;
}

.responsive {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.button_prestacao{
    margin-left: 10px;
}

.card_prestacao{
    text-align: center;
    border-radius: 50%;
    height: 198px;
    width: 198px;
}

.card_prestacao:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 4px 8px 0 rgba(192, 225, 252, 0.884), 0 6px 20px 0 rgba(192, 225, 252, 0.884);
    text-align: center;
}

.btn_apagar{
    height: 31px;
    width: 124px;
}

.icon_index{
    color: #009900;
}

.button_assinar{
    left: -138px;
}

.icon_index_close{
    color: red;
}
.icon_download{
    color: green;
    opacity:0.5;
}
.icon_download:hover{
    color: green;
    opacity:1;
}
.icon_process{
    color: orange;
}
.icon_first_assin{
    color: red;
}
.icon_check{
    color: green;
}
