body {
  font-family: 'Montserrat', sans-serif;
  font-display: swap;
}
a {
    color: #393970;
}
a:hover {
    color: #393970;
    text-decoration: none;
}
label {
    font-weight: 500;
}
.font-weight-medium {
    font-weight: 500;
}
.font-weight-semibold {
    font-weight: 600;
}
.bg-light {
    background-color: #86c0db !important;
}
.navbar-light .navbar-toggler {
    color: rgba(227, 80, 15, 0.5);
    border-color: transparent;
}
.navbar-light i.fa-bars {
    color: #364a64;
    font-size: 27px;
}
.navbar {
    padding: .6rem 1rem;
}
.navbar.fixed-top {
    z-index: 1031;
}
.navbar-brand {
    padding: 0;
}
.navbar-side {
    height: 100%;
    width: 90%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 1rem;
    list-style: none;
    overflow-y: scroll;
    z-index: 1100;
    padding: 1rem 1.5rem !important;
    background: #364a64;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}
.navbar-side > .nav-item > a {
    font-weight: 300;
    color: #fff !important;
    padding: 1rem .7rem .8rem;
    border-bottom: 1px solid #fff;
    font-size: .925rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-side > .nav-item > a > span {
    display: flex;
    align-items: center;
}
.navbar-side > .nav-item > a > span > i.fa {
    margin-right: 15px;
    font-size: 25px;
}
.navbar-side > .nav-item > a > i.fa-angle-right {
    margin-right: 0;
    font-size: 20px;
}
.side-link {
    padding-left: 2rem;
}
.reveal {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}
.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1090;
}
@media (min-width: 576px) {
    .navbar-side {
        width: 85%;
    }
}
@media (min-width: 768px) {
    .navbar-side {
        width: 50%;
    }
}
@media (min-width: 1200px) {
    .navbar-side {
        width: 25%;
    }
}
.icone-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #393970;
}
.form-control {
    border-radius: 0;
    border-color: #7e1322;
    color: #000;
}
.form-control:focus {
    color: #000;
    border-color: #333;
    box-shadow: 0 0 0 0.2rem rgba(146, 218, 248, .25);
}
.btn {
    font-size: 1.15rem;
    padding: .6rem 1.2rem;
    font-style: italic;
}
.btn-success {
    background-color: #00b22d;
    border-color: #00b22d;
}
.btn-success:hover {
    background-color: #009320;
    border-color: #00841e;
}
.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #00b22d;
    border-color: #00b22d;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: #00841e;
    border-color: #00751b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
}
.btn-formulario {
    color: white;
    background-color: #CD233A;
    border-color: #CD233A;
}
.btn-formulario:hover {
    color: #fff;
    background-color: #CD233A;
    border-color: #CD233A;
}
.btn-formulario:not([disabled]):not(.disabled).active, .btn-formulario:not([disabled]):not(.disabled):active, .show > .btn-formulario.dropdown-toggle {
    color: #fff;
    background-color: #CD233A;
    border-color: #CD233A;
    box-shadow: 0 0 0 0.2rem rgba(2, 65, 136, .5);
}
.btn-formulario.focus, .btn-formulario:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 65, 136, .5);
}
.nome-empresa {
    border: 2px solid #364a64;
    padding: 3px 30px 3px 10px;
    color: #fff !important;
    font-size: .9rem;
    border-radius: 4px;
    text-transform: uppercase;
}
.dropdown-empresa .dropdown-menu {
    padding: .25rem 0;
    background-color: #86c0db;
    border: 2px solid rgb(54, 74, 100);
    min-width: 200px;
    font-size: 12px;
}
.dropdown-empresa .dropdown-menu .dropdown-item {
    color: #fff !important;
    background-color: #86c0db !important;
    padding: .25rem .7rem;
    white-space: unset;
}
.fundo-azul {
    background-color: #86c0db;
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
}
.borda-conteudo {
    border-top: 1px solid #394e68;
    margin-top: 2.5rem;
}
.titulo {
    font-size: 1rem;
    color: #354a64;
    margin: 1.2rem 0;
}
.box-conteudo {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    padding: 30px 15px;
}
#rodape {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.rodape {
    padding: 15px 0;
    background-color: #86c0db;
    text-align: center;
}
.rodape a {
    color: #e1eff6;
}
.rodape a > span {
    visibility: hidden;
}
.rodape a.active {
    color: #fff;
}
.rodape a.active > i {
    font-size: 30px;
}
.rodape a.active > span {
    visibility: visible;
}
.data-timeline {
    position: relative;
}
.data-timeline span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border: 2px solid #cd233a;
    margin: .5rem 0;
    margin-left: -10px;
    font-weight: 600;
    color: #777;
}
.data-timeline:after {
    content: '';
    position: absolute;
    top: -.5rem;
    left: 0;
    width: 2px;
    height: 156%;
    background-color: #ccc;
}
.historico {
    position: relative;
    border-left: 2px solid #ccc;
    padding-left: 10px;
    font-weight: 600;
    color: #777;
    transition: all .2s linear;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
/*.historico:hover {
    border-color: #cd233a;
}*/
.historico.historico-saida:before, .historico.historico-entrada:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 2px;
    height: 47%;
    background-color: #364a64;
}
.historico.historico-entrada:before {
    top: 0;
    bottom: auto;
    left: -2px;
    height: 55%;
}
.historico-entrada .tipo-historico {
    color: #28a745 !important;
}
.historico-saida .tipo-historico {
    color: #dc3545 !important;
}
.historico .tipo-historico {
    position: absolute;
    top: 50%;
    left: -10px;
}
.historico .data-historico {
    /*display: inline-block;*/
    display: none;
    padding: 2px 10px;
    border: 2px solid #cd233a;
    margin-bottom: 15px;
}
.historico .texto-historico {
    background-color: #eee;
    padding: 30px 30px 10px;
    margin-left: 30px;
    border-radius: 8px;
}
.historico .texto-historico hr {
    border-color: #364A64;
    margin: .3rem 0;
}
.historico .texto-historico .comprovante-historico {
    text-align: right;
    font-size: 12px;
    color: #364b64;
}
.entrada .input-group .input-group-text {
    background-color: transparent;
    border-width: 0 0 2px 0;
    box-shadow: none;
    border-radius: 0;
    border-color: #cbcbcb;
}
.entrada .input-group .form-control {
    border-width: 0 0 2px 0;
    box-shadow: none;
    border-color: #cbcbcb;
}
.box-conteudo {
    min-height: 330px;
}
.entrada .form-control[readonly] {
    background-color: #fff;
}
.ig-dados .input-group-text {
    padding: 0;
    border-color: #7e1322 !important;
    color: #000 !important;
    border-radius: 0;
}
.ig-dados .input-group-text a {
    padding: .375rem .75rem;
}
.ig-dados .form-control {
    padding-left: 0;
    border-left: 0;
    box-shadow: none;
}
.requerimento {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.requerimento a {
    color: #212529;
}
.requerimento a > .text-center {
    min-width: 100px;
}
.requerimento p {
    font-weight: 600;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}
.requerimento .data-requerimento {
    font-size: .875rem;
}
.requerimento-detalhado {
    font-size: .875rem;
}
.requerimento-detalhado h4, .requerimento-detalhado .card-header {
    text-transform: uppercase;
}
.requerimento-detalhado .card {
    margin-bottom: 1rem;
}
.requerimento-detalhado .card-header {
    padding: .5rem 1.25rem;
}
.requerimento-detalhado .card-body {
    padding: .6rem;
}
.requerimento-detalhado .card-body.card-body-tabela {
    padding: .6rem 0;
}
.requerimento-detalhado td, .requerimento-detalhado th {
    padding: .3rem .5rem;
}
.botao-adicionar {
    position: fixed;
    bottom: 105px;
    right: 15px;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #364a64;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    padding: 10px 0;
    font-size: 2rem;
    line-height: 2rem;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.mascara-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}
.mascara-loading i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}