/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31/05/2022, 9:41:51
    Author     : sebas
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
body{
    background-color: #f7f7f7;
}
table{
    font-size: 12px;
}
.modulo{
    background-color: #1b3364;
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 24px;
    padding: 8px 15px;
    margin-bottom: 12px;
    text-transform: uppercase;
}


.row{
    margin-left: 0px;
    margin-right: 0px;

}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #113a68;
    border-color: #113a68;
}

.btn-primary {
    color: #fff;
    background-color: #113a68;
    border-color: #113a68;
}

.btn-info{
    color: #fff;
    background-color: #b76e13;
    border-color: #b76e13;
}

.btn-info:hover{
    color: #fff;
    background-color: #b76e13;
    border-color: #b76e13;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #b76e13;
    border-color: #b76e13;
}

#div-loader{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #7a7a7a;
    z-index: 9;
    opacity: 0.6;
}
.oculto{
    display: none;
}

#left-side{
    width: 13%;
    float: left;
    height: 100vh;
    background-color: #f7f7f7;
    overflow: hidden;
}
#left-side img{
    width: 100%;
}

#center-side{
    width: 87%;
    float: left;
    overflow: hidden;
    background-color: #fff;
    min-height: 100vh;
}
table{
    font-size: 13px;
}
.alert-success{
    color: #fdfffd;
    background-color: #956a24;
    border-color: #956a24;
    padding: 8px;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
}

.alert-danger{
    color: #fdfffd;
    background-color: #95243c;
    border-color: #95243c;
    padding: 8px;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
}

.div-menu{
    padding-right: 10px;
    padding-left: 10px;
}
.btn-menu{
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}
.caret-menu {
    position: absolute;
    right: 12px;
    top: 12px;
}
.cerrar-sesion{
    width: 100%;
    margin-bottom: 15px;
}

.btn-danger{
    background-color: #751c1a;
    border-color: #751c1a;
}

.opacity{
    opacity: 0.4;
}

.bootstrap-select > .dropdown-toggle {
    height: 30px;

    font-size: 12px;

}
.bootstrap-select .dropdown-menu.inner {
    font-size: 12px;
}