@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

/* DOM */
body{
    font-family: 'Raleway';
}
form > input[type="submit"]{
    cursor: pointer;
}
/*Custom*/
.fa{
    margin-right: 5px;
}
.row{
    width: 100%;
    margin-left: 0px;
}
.pad0{
    padding: 0px;
}
.padl20{
    padding-left: 20px;
}
.padt20{
    padding-top: 20px;
}
.marl20{
    margin-left: 20px;
}
.marb30{
    margin-bottom: 30px;
}
.marb10{
    margin-bottom: 10px;
}
.marb20{
    margin-bottom: 20px;
}
.width100{
    width: 100% !important;
}

.navbar {
    border-bottom: 1px solid #CCCCCC;
}

.navbar-nav > .nav-item.active,
.navbar-nav > .nav-item:hover{
    border-bottom: 2px solid #EB2026;
    padding: 10px;
}
.navbar-nav > .nav-item{
    padding: 10px;
}
.navbar-light{
    padding-bottom: 0px;
}
.nav-link{
    color: #6a6c6f;
}
.imgloader{
    margin: 10px;
}
select[multiple]{
    width: 100%;
}
/* Menu_template */
.container-general{
    background-color: #EEE;
    width: 100%;
}
.navHeader{
    text-align: center;
    border-right: solid 1px;
    height: 60px;
    padding: 14px;
    cursor: pointer;
}
.innerCont{
    background-color: #F1F3F6;
    min-height: 800px;
    padding: 20px 30px;
}
.flex-column > a.nav-link.active,
.flex-column > a.nav-link {
    border-top: 1px solid #e4e5e7;
}
.flex-column > a:nth-last-child(1){
    border-bottom: 1px solid #e4e5e7;
}
.flex-column > a{
    font-weight: 700;
    padding-bottom: 20px;
    padding-top: 20px;
}
.flex-column > a.active,
.flex-column > a.active:hover,
.flex-column > a.active:visited{
    background-color: #EB2026;
    color: #FFF;
    padding-bottom: 20px;
    padding-top: 20px;
}
.flex-column > a:hover{
    color: #6a6c6f;
}

.sidebar {
    border-right: 1px solid #e4e5e7;
    padding: 0;
}

#userName{
    text-transform: uppercase;
}
/* login */
.login-container{
    background-color: #EEE;
    width: 100%;
    overflow: hidden;
    height: 600px;
}
.login-panel{
    font-weight: 700;
}
.login-panel{
    font-weight: 700;
}

#cke_17, #cke_24, #cke_32, #cke_37, #cke_70, #cke_74{
    display: none;

}
/*loader*/
.wait-a-minute{
    display: none;
    font-weight: 700;
    content: "Espere un Momento...";
}

.fa-check {
    display: block;
}

.checklist{
  list-style-type: none;
}

li.success_item::before{
    content: '\2713';
    color: #28a745;
    display: inline-block;
    margin-right: 0.5em;
    text-align: center;
    font-size: large;
    width: 1em;
}

li.failure_item::before{
    content: '\2717';
    color: #dc3545;
    display: inline-block;
    margin-right: 0.5em;
    text-align: center;
    font-size: large;
    width: 1em;
}

li.no_action_item::before{
    content:'\26A0';
    color: #ffc107;
    display: inline-block;
    margin-right: 0.5em;
    text-align: center;
    font-size: large;
    width: 1em;
}

#validate_biddings{
    font-size: small;
}

#validate_biddings thead th{
    background-color: #EB2026;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}