.bg-white{
    background-color: #E2E3EE !important;
}

.navbar-brand{
    color: #010F6C !important;
    font-size: 20px;
    font-weight: bold;
}

.nav-item span{
    font-size: 14px;
    color: #010F6C;
}

.user{
    font-weight: bold;
    font-size: 17px !important;
    color: #fff;

}

.modal{
    background-color: rgba(0,0,0,0.8);
}


td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}


.menu{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #0D2686;
    z-index: 999;
    margin: 0;
    padding: 25px 15px;
    overflow-y: scroll;
    text-align: center;
}

.close {
    font-style: none;
}

.icons-bar{
    background-color: #010F6C;
    padding: 20px 10px;
    text-align: center;

}

.icons-bar div{
    width: 100%;
    padding: 10px;
}

.modal-view{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 4px 6px 20px 0px rgba(0,0,0,0.75);
    border-radius: 4px;
    overflow-y: auto;
}

.paginate_button{

    border: 1px solid #010F6C !important;
    margin-left: -1px !important;
    background-color: #fff !important;
    
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #010F6C !important;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #FFD300 !important;
}

.paginate_button.previous{
    border-radius: 4px 0px 0px 4px !important;


}

.paginate_button.next{
    border-radius: 0 4px 4px 0 !important;

}

.icons-bar .selected{
    background-color: #FFD300;
}

.controle{
    padding: 10px 15px;
    background-color: #FFD300;
}
.controle p{
    font-size: 18px;
    color: #010F6C;
    font-weight: bold   ;
}

.controle input[type=submit]{
    border: none;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #010F6C;
    margin: 20px 0 50px 0;
}
.controle input[name=dip]{
    margin-bottom: 15px;
}

.controle input[name=dip], .controle input[name=dfp], .controle input[name=plc]{
    text-align: center;
    letter-spacing: 6px;

}

hr{
    display: block;
    margin-top: 20px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.5px;
    border-color: #000;
}

.grid{
    background-color: #F2F2F7;
}

.grid .section-wrapper{
    background-color: transparent;
    border: none;
}

.table.dataTable{
    font-size: 12px;
    border: none;
    font-weight: bold;
}

table.dataTable thead th{
    color: #fff;
    background-color: #010F6C !important;
    border-radius: 8px;
    border: 1px solid #fff;
    font-size: 8px;
}

.table.dataTable.no-footer{
    border: none;
}

table.dataTable tbody tr td{
    background-color: #fff;
    border-bottom: 4px solid #F2F2F7;
    border-top: 4px solid #F2F2F7;
    border-radius: 4px;
    vertical-align: middle;
    padding: 6px;
    
}

table.dataTable.display tbody tr.odd > .sorting_1{
    background-color: #fff;
}
::placeholder{
    color: #000 !important;
}

table.dataTable .btn.btn-warning{
    width: 120px;
    height: 25px;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #FFD300;
    border: none;
    color: #000 !important;
    font-weight: bold;
    font-size: 11px;
}

.dataTables_length label{
    color: #010F6C;
}

.dataTables_length select{
    border-radius: 4px;
    padding: 5px 0;
    border: 1px solid #010F6C;
}

.controle .section-wrapper{
    border-radius: 8px !important;
    border: 1px solid #DBB400 !important;
    background-color: #F2C805 !important;
    padding: 35px 15px;
}

.controle .section-wrapper input{
    background-color: #F2C805 !important;
    border: 1px solid #000;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.nav-link{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    color: #010F6C !important ;
}

.table-wrapper{
    overflow-x: auto;
}

footer{
    text-align: center;
    background-color: #E2E3EE;
    padding: 20px;
}

footer img{
    margin-left: 15px;
}

.toggle-pesquisar{
    padding: 10px;
}
#btnmpesquisar{
    background-color: #010F6C;
    border: none;
    text-transform: uppercase;
    font-size: 8px;
    
}

#menu{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}

#change{
    z-index: 99999;
}

.img-arredondada{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 46px;
    height: 46px;
    width: 46px;
    vertical-align: middle;
    margin-left: 2px;
    color: #010F6C;
    font-size: 1.5em;
    font-weight: bold;
    background-color: #FFD300 ;
    cursor: pointer;

}

.nav-link > .img-arredondada:hover{
    background-color: #DBB400;
}

#menu .img-arredondada{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;

}

#menu label{
    background-color: #FFD300;
    padding: 10px;
    margin-bottom: 0;
    width: 150px;
    text-align: center;
    border-radius: 8px 8px 0 0;
    color: #010F6C;
    text-transform: initial;
}

#menu .section-wrapper{
    margin-top: 0;
    border-radius: 0 8px 8px 8px;

}

#menu .form-group, #menu .form-layout-footer{
    border: none;
}

#menu .form-group{
    padding: 5px;
}

#menu .form-group input{
    background-color: #F2F2F7;
    padding: 10px;
    border-radius: 8px;

}

#menu .btn.btn-danger{
    width: 80%;
    margin-top: 20px;
    border-radius: 8px;
}

#menu .form-layout-footer .btn.btn-primary{
    background-color: #FFD300;
    border: none;
    width: 100%;
    border-radius: 8px;
    color: #010F6C;
    font-weight: bold;

}

#passe{
    word-wrap: break-word;
}

@media only screen and (min-width: 568px) {
      #menu{
        width: 450px;
    }
}



@media only screen and (min-width: 768px) {
    .end{
        padding-top: 300px;
    }

    .table-wrapper{
        overflow-x: hidden;
    }

    .toggle-pesquisar{
        display: none;   
    }

    .col-controle{
        display: block !important;
    }

    footer{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media (min-width: 992px){
    .col-lg-10 {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .col-lg-2 {
        flex: 0 0 35%;
        max-width: 35%;
    }

    footer{
        text-align: right;
    }


    .hi{
        display: none;
    }

    .modal-view{
      
        width: 80%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        bottom: initial;
        overflow-y: auto;
        height: 80vh;
    }
}

@media (min-width: 1200px){
    .col-lg-10 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1366px){
    .col-lg-10 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1600px){
    .col-lg-10 {
        flex: 0 0 83%;
        max-width: 83%;
    }
    .col-lg-2 {
        flex: 0 0 17%;
        max-width: 17%;
    }
}

@media (min-width: 1920px){
    .col-lg-10 {
        flex: 0 0 84%;
        max-width: 84%;
    }
    .col-lg-2 {
        flex: 0 0 16%;
        max-width: 16%;
    }
}
