@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Light.ttf');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf');
    font-style: normal;
    font-weight: 400;
}

#login-box{
    position: relative;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,0.98) 25%, rgba(43,43,43,0.87) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(15%, rgba(0,0,0,1)), color-stop(25%, rgba(0,0,0,0.98)), color-stop(100%, rgba(43,43,43,0.87)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,0.98) 25%, rgba(43,43,43,0.87) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,0.98) 25%, rgba(43,43,43,0.87) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,0.98) 25%, rgba(43,43,43,0.87) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 15%, rgba(0,0,0,0.98) 25%, rgba(43,43,43,0.87) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b', GradientType=0 );
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 50px;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}
#login-box.container {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 85px;
    position: relative;
}

.is-sticky #login-box {
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(15%, rgba(0,0,0,1)), color-stop(25%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    z-index: 23;
    border-bottom: 0px;
}

.account-box{
    width: 100%;
    height: 100%;
    padding: 5px 0px;
}

.counter-mini-box-x1{
    background-color: #ff0000;
    padding: 2px 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 8px;
    line-height: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
}
.counter-mini-box-x2{
    background-color: #ff0000;
    padding: 3px 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    line-height: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 3px;
}
.counter-mini-box-x3{
    background-color: #ff0000;
    padding: 5px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 3px;
}

.group-tag{
    color: #000000;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 5px 15px;
}



/*TERMONES TABLE*/
.termines-table .TerminHeader{
    background-color: #ffaa00;
    border: 1px solid #ff8800;
    padding: 10px;
    color: #ffffff;
    width: 100px;
    max-width: 100px;
}
.termines-table .TerminHeader:first-child{
    background-color: transparent;
    color: #0f0f0f;
    border: 0px;
}

.termines-table .TerminDisplayBox{
    background-color: #dddddd;
    border: 1px solid #ffaa00;
    width: 100px;
    max-width: 100px;
}
.termines-table .TerminDisplayBox:first-child{
    background-color: #ffcc80;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
}

.termines-table .termin-box-holder{
    width: 100%;
    position: relative;
    text-align: center;
}

.TerminDisplayBox .date{
    font-size: 12px;
}
.TerminDisplayBoxWeekend .date{
    font-size: 12px;
}

.termines-table .TerminDisplayBoxWeekend{
    background-color: #eaeaea;
    border: 1px solid #ffaa00;
    width: 100px;
    max-width: 100px;
}
.termines-table .TerminDisplayBoxWeekend:first-child{
    background-color: #ffdd80;
    padding: 10px;
    font-weight: bold;
    font-size: 12px;
}

.termines-table thead tr:after {
    content: '';
    overflow-y: scroll;
    visibility: hidden;
}
.termines-table thead th {
    flex: 1 auto;
    display: block;
}
.termines-table tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: auto;
    /*max-height: 40vh;*/
}
.termines-table thead tr,
.termines-table tbody tr {
    display: flex;
}
.termines-table tbody tr td {
    flex: 1 auto;
    word-wrap: break;
}

.termines-scroller {
    width: 100%;
    height: auto;
    overflow-y: hidden;

}


.error-box-success{
    background-color: #a2ff94;
    border: 2px solid #108000;
    color: #108000;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 5px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}
.error-box-warning{
    background-color: #ffaa00;
    border: 2px solid #ff6600;
    color: #000000;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 5px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}
.error-box-danger{
    background-color: #ff9494;
    border: 2px solid #ff0000;
    color: #ff0000;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 5px;
    padding: 15px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
}

.group-tag{
    color: #000000;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 5px 15px;
}