/*=========== TABELA DE CONTEÚDO ===========
1.  Importação
2.  Página Login
2.1 Página Login Responsivo
3.  Geral Portal
4.  Kanban
5.  Indices
6.  Outros
==========================================*/

/* 1. Importação */
@font-face { 
    font-family: 'Bebas Neue';
    src: url('../../assets/fonts/BebasNeue-Regular.ttf') format('truetype');
}
@font-face { 
    font-family: 'Roboto';
    src: url('../../assets/fonts/Roboto-Regular.ttf') format('truetype');
}

/* 2. Página Login */
body {
    font-family: 'Bebas Neue', cursive;
    background-color: #f9f9f9 !important;
}
.main-head{
    height: 150px;
    background: #FFF;
}
.img_intro{
    width: 100%;
    height: inherit;
}
.sidenav {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../../assets/img/portal_lp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    background-position: right -20px bottom 0px;
}
.main {
    padding: 0px 10px;
}
.login-form{
    text-align: center;
}
.login-form h1{
    text-align: center;
    font-size: 2rem !important;
}
.login-form form{
    font-family: 'Roboto', sans-serif !important;
    border: 0.1px solid #d4d2d2;
    border-radius: 10px;
    padding: 15px 10px;
}
.bg_menu{
    background-color: #F27405;
}
.nav-item a, .navbar-brand{
    color: #000 !important;
    cursor: pointer;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EBEFF2;
    padding: 0;
    border-top: 1px solid #E4E9EE;
}
/* 2.1 Página Login Responsivo */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}
@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }
    .register-form{
        margin-top: 10%;
    }
}
@media screen and (min-width: 768px){
    .main{
        margin-left: 60%; 
    }
    .sidenav{
        width: 65%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .login-form{
        margin-top: 20%;
    }
    .login-form form{
        margin-top: 20%;
    }
}
@media screen and (max-width: 1024px)
{
    .sidenav{
        background-position: right -50px bottom 0px;
    }
}

/* 3. Geral Portal */
* {
    font-size: 0.9rem !important;
}
.req{
    font-size: 10px !important;
    color: #ff0000;
}
.fundo_input {
    font-family: "Open Sans";
    font-size: 12px;
    margin-top: 3px;
    font-weight: bolder;
    color: #333;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    border: 1px solid;
    border-color: #CBCACA;
    border-radius: 4px;
}
#pagina_inteira{
    font-family: 'Roboto', sans-serif !important;
}
.menu-principal h4{
    font-size: 20px !important;
}
.div_barra{
    text-align: center;
    background-color: #cecbcb;
    font-family: 'Bebas Neue';
    font-size: 20px !important;
}
.filtros_avancados .col_special{
    flex: 0;
    padding: 0;
}
.filtros_avancados .form-control{
    display: inline-block !important;
}
.span_link{
    font-size: 20px !important;
    cursor: pointer;
    color: #007bff;
}
.botoes-navegacao {
    margin-top: 20px;
    text-align: center;
    display: block !important;
}
.botoes-navegacao ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.botoes-navegacao li {
    float: left;
    display: inline-block;
    padding: 0 1px;
    margin-bottom: 30px;
}
.botoes-navegacao li a {
    display: block;
}
.nav-tabs .nav-link{
    color: #495057 !important;
}
.nav-tabs .nav-link.active{
    color: #007bff !important;
}
.table-header{
    background-color: #FFF;
    font-family: "Bebas Neue";
    font-size: 20px !important;
}
@media screen and (max-width: 450px) {
    label.col-form-label{
        float: left !important;
    }
}

/* 4. KANBAN */
.kanban_xerp {
    padding: 1em;
    display: flex;
    width: 100%;
    overflow-x: auto;
    min-height: 800px;
}

.kanban_fase_icon{
    font-size: 5rem !important;
    color: #e3023b;
    margin: auto;
    cursor: pointer;
}

.kanban_fase_title{
    font-size: 1.3rem !important;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    margin: 0;
}

.kanban_title{
    font-size: 1.5rem !important;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    margin: 0;
}

.kanban_xerp .kanban_fase {
    min-width: 300px;
    max-width: 300px;
    border-radius: 0.25rem;
    padding-left: 10px;
    padding-right: 15px;
}

.kanban_xerp .kanban_fase .kanban_fase_header {
    padding: 0.5rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: rgb(4 50 89);
}

.kanban_xerp .kanban_fase .kanban_fase_header h5{
    font-size: 1.3rem !important;
    color: #FFF !important;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    margin: 0;
}

.kanban_xerp .kanban_fase_body {
    height: 700px;
    overflow-y: scroll;
    position: initial;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card {
    border-top: 1px solid rgba(0,0,0,0.35);
    border-right: 1px solid rgba(0,0,0,0.35);
    border-bottom: 1px solid rgba(0,0,0,0.35);
    border-left: 4px solid rgba(0,0,0,0.35);
    margin: 0.5rem;
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: #FFFFFF;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card:hover {
    cursor: pointer;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_header {
    border-bottom: 1px solid rgba(0,0,0,0.35);
    padding: 0 0.5rem 0 0.5rem;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_header h5 {
    font-weight: bold;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_body {
    border-bottom: 1px solid rgba(0,0,0,0.35);
    padding: 0.2rem 0.5rem 0 0.5rem;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_body p {
    border-left: 2px solid rgba(0,0,0,0.35);
    padding: 0.2rem 0.5rem 0 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_body .ver_mais p:first-child {
    margin-bottom: 0;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_body .ver_mais > .espande {
    white-space: break-spaces !important;
    overflow: visible !important;
}

.kanban_xerp .kanban_fase .kanban_fase_body .kanban_card .kanban_footer {
    padding: 0.2rem 0.5rem 0 0.5rem;
}

.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
 }
 
 .bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1100;
 }
 
 .bs-canvas {
    top: 0;
    width: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: 1px solid #dadada;
 }
 
 .bs-canvas-left {
    left: 0;
 }
 
 .bs-canvas-right {
    right: 0;
 }
 
 .bs-canvas-anim {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
 }

/* 5. INDICES */
.rowIndice .card-title{
    font-family: "Bebas Neue";
    font-size: 1.5rem !important;
}
.rowIndice .icon_indice{
    font-size: 4rem !important;
    margin: 40% 25%;
}
.rowIndice .card-text{
    font-size: 1.6rem !important;
    text-align: center;
    font-weight: bold;
}