@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

body {
    font-family: 'Ubuntu', sans-serif !important;
}

/*================= LOADER ================= */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/loading.gif') 50% 50% no-repeat #FFF;
    z-index: 99999;
}

#loading_homologacao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('http://redemonteiro.com.br/imagens/camera-loader.gif') 50% 50% no-repeat #FFF;
    z-index: 99999;
}

/*============ HEADER LOGO ================= */
.skin-blue .main-header .logo {
    background-color:#CF3034!important;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .sidebar-menu>li.header {
    color: #ffffff;
    background: linear-gradient(#CF3034,#e2393f); 
}


/*================== MENU ==================== */
.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #fedc00;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    left: none !important;
}


/*================== LOGIN =================== */
.login #fundo {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.6)), url('../img/fundo_login.jpg');
    background-size: cover;
    height: 100vh;
}

.login #fundo_homologacao {
    background-image: url('../img/fundo_login_homologacao.jpg');
    background-size: cover;
    height: 100vh;
}

.login #login {
    background:#CF3034;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute; */
}

#login #logo_login {
    width: 120px;
    display: block;
    margin: 10% auto 30px auto;
}

#login #btnLogar, #login #btnToken, #login #btnChangePassword {
    margin-top: 30px;
    width: 100%;
    display: block;
    /* background: linear-gradient(to right, #CF3034, #FFCC29); */
    background: #010568;
    border: none;
    padding: 6px;
    border-radius: 20px;
}

#login label {
    color: #FFF;
    font-weight: 400;
}

#login input {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 20px;
    color: #FFF;
}

#login #links {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

#login #links a {
    color: #FFF;
    font-weight: 400;
}

.input-group{
    display: flex;
}

.input-group-addon {
    padding: 9px 0px 0px 0px;
    position: relative;
    right: 9%;
    font-size: 14px;
    font-weight: 400;
    z-index: 99999;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.has-error .input-group-addon {
    color: #FFF;
    border-color: transparent;
    background-color: transparent;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#footer_register {
    text-align: center;
} 

#footer p, #footer_register p {
    font-size: 12px;
    color: #FFF;
}

#footer p a, #footer_register p a {
    color: #FEDC09;
}

#error_capslock, #error_capslock2 {
    color: #FFF;
    font-size: 16px;
}


/*================ LOGOUT ================ */
#btnLogout{
    border: none;
    display: block;
    background: transparent;
    margin-left: 12px;
}

#logout:hover {
    background-color: rgb(222, 227, 236);
    display: block;
    color: #000;
}


/*=================== REGISTER ===================== */
#login .confirma_senha {
    margin-top: 20px;
}


/*==================== HEADER ====================== */
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 0px;
}


/*================ BOX2 ======================*/
.box2 {
    /* background:  rgb(43, 29, 230); */
    color: #444;
    border-radius: 7px 7px 0 0;
}

.box2 h3 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px
    /* border-bottom: 1.5px solid blue; */
}

/*============== SMALL BOX ================== */
.small-box {
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.small-box:hover {
    color: #2c3b41;
}

.small-box>.small-box-footer {
    background-color: rgb(44, 59, 65);
    color: #FFF;
}

.small-box>.small-box-footer:hover {
    color: #fff;
    background: rgb(44, 59, 65);
}

/*=================== BUTTONS =====================*/
.btnExcel, .btnExcel:hover {
    background-color: #1F7349;
    color: #FFF;
    padding: 5px;
    width: 30px;
    border: none;
    border-radius: 25px;
    margin-right: 5px;
    height: 30px;
}

.btnExcel .tooltip.top .tooltip-arrow {
    border-top-color: #1F7349 !important;
}
.btnExcel .tooltip .tooltip-inner {
    background-color: #1F7349 !important;
}

.btnExcel i {
    font-size: 17px;
}

.btnPdf, .btnPdf:hover {
    background-color: #D70B0C;
    color: #FFF;
    padding: 5px;
    width: 30px;
    border: none;
    border-radius: 25px;
    margin-right: 5px;
    height: 30px;
}

.btnPdf .tooltip.top .tooltip-arrow {
    border-top-color: #D70B0C !important;
}
.btnPdf .tooltip .tooltip-inner {
    background-color: #D70B0C !important;
}

.btnPdf i {
    font-size: 17px;
}

.btnCriar, .btnCriar:hover {
    background-color: #212B87;
    color: #FFF;
    padding: 5px;
    width: 30px;
    border: none;
    border-radius: 25px;
    margin-right: 5px;
    height: 30px;
}

.btnCriar .tooltip.top .tooltip-arrow {
    border-top-color: #212B87 !important;
}
.btnCriar .tooltip .tooltip-inner {
    background-color: #212B87 !important;
}

.btnCriar i {
    font-size: 18px;
}

.btnFiltrar, .btnFiltrar:hover {
    background-color: #F8C600;
    color: #FFF;
    padding: 5px;
    width: 30px;
    border: none;
    border-radius: 25px;
    margin-right: 5px;
    height: 30px;
}

.btnFiltrar .tooltip.top .tooltip-arrow {
    border-top-color: #F8C600 !important;
}
.btnFiltrar .tooltip .tooltip-inner {
    background-color: #F8C600 !important;
}

.btnFiltrar i {
    font-size: 18px;
}


#btnEdit, #btnEdit:hover {
    background-color: #2c3b41;
    color: #FFF;
    border-color: #2c3b41;
    width: 80px;
}

#btnSalvar, #btnSalvar:hover {
    width: 100px;
} 

.btn-default, .btn-default:hover {
    width: 80px;
}


#formButtons {
    border-top: 1px solid #f4f4f4;
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}



.getInfoTransacao,  .getInfoTransacao:hover {
    background-color: transparent;
    border: none;
    width: 35px;
} 


/*===================== SELECT 2 ==================== */
.select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 36px;
    border: 1px solid #d2d6de;
    border-radius: 10px;
    box-shadow: 2px 2px 3px -3px black;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    color: #000;
}

/*=================== TABELA ======================= */

.table {
    margin-bottom: 20px;
    margin-top: 55px !important;
}

.table-curved {
    border-collapse: separate;
    border-radius: 10px;
    border: solid 3px transparent
}

.table-curved th:first-child {
    border-radius: 10px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 10px 0 0;
}
.table-curved th:only-child{
    border-radius: 10px 10px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.thead {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.tableEditButton i {
    color: #2c3b41;
    padding-left: 2px;
    font-size: 19px;
}

.tableDeleteButton i{
    color: #CF3034;
    padding-left: 2px;
    font-size: 19px;
}

.tableShowButton i {
    color: #3097d1;
    padding-left: 2px;
    font-size: 19px;
}

.pagination {
    margin: 0 0;
    float: right;
} 

.pagination>li>a, .pagination>li>span {
    padding: 2px 10px;
}

.pagination>.active>span{
    background-color: #e81515  !important;
    border-color: #e81515  !important;
    border-radius: 8px;
}

.pagination>li>a, .pagination>li>span  {
    border: none;
}

.pagination > li > a {
    background: transparent;
    color: #666;
    border-radius: 8px;
}


/*==================== APROVACOES =================== */
#actionsButtons {
    display: flex;
    width: 100%;
    justify-content: center;
}

#actionsButtons #btnAprovar {
    background-color: #212B87;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

#actionsButtons #btnReprovar {
    background-color: #DA1935;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 5px;
}



/*================== ALERTA VIEW ================== */
#warningMessage {
    background-color: #ffdc00 !important;
    border-color: #ffdc00 !important;
}
#buttonAlertaView {
    border-top: 1px solid #f4f4f4;
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}




/*================ PONTUACAO E TRANSACOES ============= */
.transacoes{
    display: none;
}


.buscar {
    margin-bottom: 30px;
}




/*================ MODAL AVALIACOES =============== */
#modalAvaliacao .modal-body {
    padding: 0;
}

#modalAvaliacao .box .border-right {
    border: none;
}

#modalAvaliacao .widget-user .widget-user-header, #modalCodigo .widget-user .widget-user-header {
    height: 70px;
}

#modalAvaliacao .widget-user .box-footer {
    padding-top: 10px;
}

#modalAvaliacao i.fa.fa-star {
    font-size: 18px;
}

#modalAvaliacao #buttonsAvaliacao {
    display: flex;
    justify-content: space-between;
}

#modalAvaliacao #buttonsAvaliacao #btnFecharModal {
    background-color: rgb(169, 169, 172);
    color: #000;
    padding: 3px;
    width: 80px;
    border: none;
    border-radius: 5px;
    margin-right: 2px;
}


#modalAvaliacao #buttonsAvaliacao #btnAvaliar {
    background-color: #212B87;
    color: #FFF;
    padding: 3px;
    width: 80px;
    border: none;
    border-radius: 5px;
    margin-right: 2px;
}

/*=================== SWEET ALERT =================== */
.swal2-popup {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}



/*=============== PREMIOS ================= */
.premio_imagem {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.img-responsive {
    height: 100%;
    width: 100%;
    
}


/*================== ABASTECIMENTOS ================ */
.bico {
    margin: 10px 0;
    background-color: #FFF;
    padding: 20px;
    box-shadow: 1px 10px 5px #dedede;
    cursor: pointer;
}

.bico:hover {
    transition: 0.4s;
    background-color: #eee;

}

.bico a {
    color: #000;
}

.bico img {
    width: 70px;
    display: block;
    margin: 0 auto;
}

.bico p {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}



@media(max-width: 768px) {
    #actionsButtons {
        position: relative;
        top: 30px;
    }

    #avaliacao_frentista, #avaliacao_posto {
        width: 100%;
    }

    #footer {
        position: static;
        margin-top: 120px;
    }

    #fundo {
        display: none;
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        left: 32%;
    }
}