@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');

#sublevel-header{
    border-bottom: 2px solid #323643;
}

#sublevel-header a{
    color: #333;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}

#sublevel-header a i{
    font-size: 30px;
}

#sublevel-header span{
    color: gray;
    font-weight: 100;
    font-size: 20px;
}


/*BOTONES*/
.btn-info, .btn-secondary, .btn-danger, .btn-default{
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 2px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
    margin-bottom: 0 !important;
}

.btn-info{
    background-color: #009fb0;
    border-color: #009fb0;
}

.btn-default {
    background-color: #e9ecef;
    border-color: #e9ecef;
    color: #333;
}

.btn-secondary{
    background-color: #ffffff;
    border: solid 2px #009fb0;
    color: #009fb0;
}

.btn-secondary:hover{
    color: #117a8b;
    background-color: #ffffff;
    border-color: #117a8b;
}

.btn-danger{
    background-color: #ffffff;
    border: solid 2px #e10c77;
    color: #e10c77;
    padding: 9px 20px;
}

.btn-danger:hover{
    background-color: #ffffff;
    border: solid 2px #e10c77;
    color: #e10c77;
}

.btn-action{
    margin-right: 40px;
    width:34px;
    height:34px;

    border-radius:100%;
    line-height:34px;
    text-align:center;
    vertical-align:middle;
    display:inline-block;
    color: black;
    font-size: 23px;
}

.btn-action:hover{
    background-color: #dee2e6;
}

.btn-close{
    font-size: 40px;
    padding-right: 20px;
}

.btn-close a{
    color: #000;
}

.btn-close a:hover{
    color: gray;
}

/*TABLES*/
.table-actions{
    width: 50px;
}

.table-actions a:hover{
    text-decoration: none;
}

/*BUSCADOR*/

.search{
    width: 250px;
    height: 46px;
    border-radius: 5px;
    border: solid 1px #eeeeee;
    font-family: 'Roboto', sans-serif;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
    position: absolute;
    padding: 15px;
    pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

body{
    background-color: #fdfdfd;
}

li {
    list-style-type: none;
}

h1, h2, h3, h4, h5{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    letter-spacing: 0.28px;
    color: #323643;
}

h1{
    font-size: 28px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1;
}

table{
    border: solid 1px #bd4949 !important;
    font-family: 'Roboto', sans-serif;
    color: #333333;
}

.borderless td, .borderless th {
    border: none;
}

thead{
    border-bottom: solid 5px #eeeeee;
}

td{
    color: #323643;
    font-weight: 300;
    border-color: #eeeeee !important;
    font-size: 16px;
}

th{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    border-color: #eeeeee !important;
    white-space: nowrap;
}

.sidemenu{
    padding-left: 0;
    margin-bottom: 0;
}

.sidemenu .nav-link, #navbarToggleExternalContent button{
    color: #ffffff
}

.sidemenu .nav-link {
    padding-left: 0;
}

.submenu-responsive .dropdown-menu{
    border: 0;
    border-radius: 0;
    background-color: white;
}

.submenu-responsive .dropdown-item.active{
    background-color: transparent;
    font-weight: 900;
    line-height: 0.88;
    color: #009fb0;
}


/*CAJAS*/
.box{
    position: relative;
    border-radius: 6px;
    background: #ffffff;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: -6px 3px 20px 0 rgba(30, 30, 30, 0.05);
}

.box-header{
    color: #444;
    display: block;
    position: relative;
    border-bottom: 1px solid #ededed;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.box-body{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 20px;
}

.label{
    vertical-align: top;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
    padding-bottom: 10px;
}

.value{
    vertical-align: top;
    color: #323643;
    font-weight: 100;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: Roboto;
    background-color: #f8f9fa;
    padding: 5px 10px;
    border-radius: 5px;
    min-height: 37px;
}

.value ul{
    padding-left: 0;
}

/*BARRAS DE NAVEGACION*/
.header-menu .nav-link{
    font-size: 22px;
}

.menu{
    background-color: #009fb0;;
}

.menu .navbar-nav  li{
    margin-right: 30px;
}

.menu .navbar-nav .nav-link:hover:not(.active){
    background-color: rgba(255, 255, 255, 0.05);

}

.navbar-menu{
    min-height: 60px;
}

.navbar-menu .navbar-nav a{
    text-align: center;
    /*width: 143px;*/
    height: 46px;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 13px 8px;
    font-family: 'Roboto', sans-serif;
}

.navbar-menu a.active{
    background-color: rgba(255, 255, 255, 0.25);
}

.btn-dropdown-menu:after{
    content: none;
}

.btn-dropdown-menu i{
    margin-left: 20px;
}

.btn-dropdown-menu{
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 18px;
    background: url('../images/backgrounds/easyGes_fondo-06.png');
    background-size: 100% 100%;
    border-radius: 0px;
    padding-left: 30px;
}
.btn-dropdown-menu:hover{
    color: white;
}

.dropdown-item:active{
    background-color: #009fb0;
}

/*MODALES*/
.modal{
    font-family: 'Roboto', sans-serif;
}

.modal-header{
    border-bottom: none;
    background-color: #3a3e51;
}

.modal-header .close{
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    margin: 0;
}

.modal-body{
    padding: 30px;
}

.modal-content{
    border: none;
}

.modal-footer{
    padding: 15px 30px;
    border-top: 1px solid #ededed;
}

.modal-title{
    color: #ffffff;
}

/*TABS*/
.nav-tabs{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #ededed;
}

.nav-link{
    color: #495057;
    /* font-size: 23px; */
}

.nav-link:hover{
    color: #333333;
}

.nav-tabs .nav-link.active{
    font-weight: 900;
    border-bottom: 3px solid #e10c77 !important;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 8px 10px 8px;
    margin-right: 80px;
}

/*PAGINACION*/
.pagination .page-link{
    font-family: 'Roboto', sans-serif;
    color: rgba(57, 60, 80, 0.35);
    border: none;
}

.pagination .page-link:hover{
    background-color: transparent;
}

.pagination .page-item.active .page-link{
    width: 34px;
    height: 34px;
    border-radius: 17px;
    box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.4);
    color: #ffffff;
    background-color: #009fb0;
}

#wrapper-content{
    min-height: calc(100vh - 236px);
    margin-top: 30px;
}

footer{
    background-color: #3a3e51;
    text-align: center;
    color: white;
    font-family: Roboto;
    font-size: 18px;
    padding-top: 30px;
    font-weight: 100;
    width: 100%;
    height: 80px;
}


label.required:before {
    content: "* ";
}

/*LOGIN*/
.wrapper-login{
    width: 646px;
    padding: 0 143px 30px 143px;
    border-radius: 2px;
    box-shadow: -10px 10px 20px 0 rgba(30, 30, 30, 0.05);
    background-color: #ffffff;
    margin-top: 100px;
}

.wrapper-form{
    position: relative;
}

.copyright{
    position: absolute;
    right: -145px;
    bottom: -140px;
    font-size: 20px;
    color: white;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.login-img img{
    margin-top: 30px;
}

.body-login{
    background-image: url("../images/backgrounds/photo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: 56% 100%;
    background-position-y: center;
}

.footer-login{
    position: absolute;
    bottom: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    width: 100%;
    padding: 30px;
}

/*MENSAJES FLASH*/
#toast-container>div{
    opacity: 1;
}

.toast-success{
    background-color: #0CA7AD;
}

.toast-success .toast-progress{
    background-color: #098287;
    opacity: 1;
}

.toast-error{
    background-color: #dc3545;
}

.toast-error .toast-progress{
    background-color: #aa2935;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .edit-menu .btn-group, .edit-menu .btn-info{
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 576px) {
    #wrapper-content {
        min-height: calc(100vh - 227px);
    }

    .body-login {
        background-image: none;
    }

    .container-login{
        padding-left: 0;
        padding-right: 0;
    }

    .copyright{
        position: initial;
        bottom: 0;
        color: #323643;;
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .wrapper-login{
        width: auto;
        padding: 0 10px 30px 10px;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
    }

    #right-menu .nav-link{
        padding: 0;
    }

    .navbar-brand img{
        height: 30px !important;
    }

    .nav-tabs .nav-link{
        margin-right: 0;
    }
}

#right-menu{
    margin-bottom: 0;
}

#contract-info {
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
}
#contract-info span{
    font-weight: 100;
    font-size: 15px;
}

.e-badge{
    background-color: #f8f8f8;
    color: white;
    border-radius: 2rem;
    padding: 0 10px 2px 10px;
    white-space: nowrap;
}

.contract-user-list div{
    max-height: 80px;
    overflow-y: scroll;
}
