body {
    width: 70% !important;
}

.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: 5px 15px;
    cursor: pointer;
    /*border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    border-right: 1px #CCC solid;*/
    border-radius: 2px;
    font-weight: bold;
}

.col-form-label {
    font-weight: bold;
    text-align: right;
}

.alert-warning svg {
    color: #ed9fad !important; 
}

.bi-exclamation-triangle-fill {
    color: #fadd99;
}

.bi-question-circle-fill {
    color: #004aac;
}

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

.menu-item.active, .admin_header.active {
    color: white;
    cursor: default;
    background-color: #004aac;
    --bs-btn-bg: #004aac !important; 
    --bs-btn-border-color:#004aac !important; 
   clip-path: polygon(92% 0%, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}

.btn-primary {
    background-color: #004aac !important;    
    color: white !important;
    --bs-btn-bg: #004aac !important; 
    --bs-btn-border-color:#004aac !important; 
}

a, a:active, a:hover, a:link, a:visited {
    /*color: #041d59;*/
}
.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 #004aac;
    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;
}

.select2-container {
    min-width: 25%;
}

.helper-line {
    display: inline-block; 
    border-bottom:1px solid rgb(206, 212, 218); 
    border-left: 1px solid rgb(206, 212, 218); width: 2%; height: 20px;
         position: absolute; top:-5px; left: 0px;
}

.helper-line-w {
    left: 10px;
}

.helper-text {
    position: relative; left: 18px; width: 95%
}

.helper-text-w {
    left: 30px;
}

.text-of-helper {
    font-size: 12px; color: black;
    display: inline-block; 
    background-color: #ffffcc; 
    border: 1px solid #767676; 
    padding: 5px 10px;
}

.text-of-warning {
    background-color: #ed9fad;
}