.hide{
    display:none;
}
.formwarning {
    background-color: #ed9fad;
    border: 1px solid #767676;
    padding: 10px;
}

.activo {
    color: white;
    background-color: #e90029;
    padding: 0 8px;
    margin: 0 10px;
    border-radius: 15px;

}

.menu, .ol_admin {
    padding: 0 0 0 5px ;
    margin: 0;
    height: 24px;
    /*border-bottom: 1px #CCC solid;*/
    height: 15px;
}

.menu {
    border-bottom: none;
    height: 15px;
}

.ol_admin_multiple {
    padding: 0 0 0 5px ;
    margin-bottom: 0px;
    position: relative;
    top: 0;
}

.menu-item, .admin_header {
    text-decoration: none;
    display: inline;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    /*border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;*/
    border-radius: 2px;
}

.menu-item {
    cursor: default;
    border: none;
    border-radius: 0;
}

.menu-item.active, .admin_header.active {
    background-color: #e90029;
    color: white;
    cursor: default;
}

.btn-primary {
    background-color: #e90029 !important;
}

.form-control {
    background-color: #ffffff;
}
.form-control:read-only {
    background-color: #f8fafc;
}

.select2-container--default.select2-container--disabled .select2-selection--single, select:disabled {
    background-color: #f8fafc !important;
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.85;
    background-color: #dddddd;
    display: none;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.load-text {
    position: absolute;
    top: 53%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    width: 100%;    
}
.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #e90029;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 40%;
    left: 47%;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.table_td_trips_administration {
    display: inline-block; 
    width: 130px; 
    padding: 2px 8px; 
    text-align: center;
}
