

html,
.form-group label {
    font-size: 0.875rem !important;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: .5rem;
}


body {
    height: 100%;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.glyphicon {
    font-family: "FontAwesome" !important;
}

.glyphicon-eye-open:before {
    content: "\f06e" !important;
    color: var(--success) !important;
}

.glyphicon-pencil:before {
    content: "\f044" !important;
    color: var(--primary) !important;
}

.glyphicon-trash:before {
    content: "\f1f8";
    color: var(--danger);
}

.glyphicon-remove:before {
    content: "\f1f8";
}

.glyphicon-folder-open:before {
    content: "\f07c";
}

.glyphicon-zoom-in:before {
    content: "\f00e";
}

.glyphicon-upload:before {
    content: "\f093";
}

.glyphicon-plus-sign:before {
    content: "\f067";
}

.glyphicon-ban-circle:before {
    content: "\f05e";
}

.glyphicon-file:before {
    content: " \f1c5";
}

.glyphicon-move:before {
    content: "\f0b2";
}

.timeline {
    background: none !important;
}


.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442 !important;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.help-block {
    color: #a94442 !important;
}

.pagination {
    margin-top: 10px;
}

select.form-control, select, .email-compose-fields .select2-container--default select.select2-selection--multiple, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    color: #000000 !important;
}

.alert-secondary {
    color: #3f4654;
    background-color: #e4e7ec;
    border-color: #d9dde5;
}

.dragscroll:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:grabbing}
.dragscroll{overflow-x:auto}
.dragscroll table thead tr th, .dragscroll table tbody tr td {border-top:1px solid var(--main-color)}
#fixTable {border-collapse:unset;border-top:0px !important}
#fixTable tfoot tr:first-child td, #fixTable tfoot tr:nth-child(6) td {border-top:1px solid var(--main-color)}

.centrar-texto {
  display: flex;
  /* Alinear los elementos hijos en el centro verticalmente */
  align-items: left;
  /* Alinear los elementos hijos en el centro horizontalmente */
  justify-content: center;
}

    .switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}



.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 25%;}
  


/*orange
-------------------------
*/
.slider-orange {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C0C9C9;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-orange:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-orange {
  background-color: orange;
}

input:focus + .slider-orange {
  box-shadow: 0 0 1px #FC7307;
}

input:checked + .slider-orange:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider-orange.round {
  border-radius: 17px;
}

.slider-orange.round:before {
  border-radius: 50%;
}

.modal-custom-size .modal-dialog {
    max-width: 30%;
    width: auto !important;
}

.modal-custom-size .modal-content {
    height: 400px;
    overflow-y: auto;
}

.btn-cancelar {
  background-color: white;
  color: orange;
  border-color: orange;
}

.smaller-icon {
  font-size: 50%;
}

.btn-orange:hover {
  color: #f68d1e;
}

.btn-outline-velocity {
   background-color: white;
    color: orange;
    border-color: orange;
}

.btn-outline-velocity-grey {
   background-color: white;
    color: orange;
    border-color: black;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f68d1e !important;
    border-color: #f68d1e !important;
}

.modal-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 2rem 2rem !important;
        border-bottom: 1px solid #e8ebf1;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

.btn-outline-velocity-grey {
   background-color: white !important;
    color: orange !important;
    border-color: #C0C9C9 !important;
}

.btn-outline-velocity {
   background-color: white !important;
   color: orange !important;
   border-color: orange !important;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #f68d1e !important;
    border-color: #f68d1e !important;
}

.alert-primary {
    color: black !important;
    background-color: #E3F7FA !important;
    border-color: #E3F7FA !important;
}

.detalle-table th, .detalle-table td {
    border: none !important;
}
.detalle-table {
    border: 1px solid #dee2e6 !important;
}
.detalle-table tr {
    padding-bottom: 5px !important;
}
.detalle-table th {
    padding: 3px 3px 3px 3px !important; /* 10px arriba, 20px derecha, 15px abajo, 30px izquierda */
    width:100px !important;
}
.detalle-table td {
    padding: 3px 3px 3px 3px !important; /* 10px arriba, 20px derecha, 15px abajo, 30px izquierda */
}

.text-orange {
    color: orange !important;
}

.black-text {
    color: black !important;
}


.alert-danger {
    color: #E79B08 !important;
    background-color: #FCE1AD !important;
    border-color: orange !important;
}


input[type="file"]::-webkit-file-upload-button {
  background-color: #FEECC9;
  color: #ff6600;
  border: 1px solid #FEECC9;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  border: none;
}

footer a {
    color: #f68d1e !important;
}

footer h5 {
  text-align: right !important;
}

#myFooter {  /* Assuming your footer has an ID of "myFooter" */
  d-flex;
  flex-column;
  flex-md-row;
  align-items: right;
  justify-content: flex-end;
}

.footer {
  /* Otras clases CSS existentes */
  justify-content: flex-end !important; /* Alinea los elementos al final del contenedor */
}

.header-link a {
    color: black !important;
}

.label-link {
    color: black !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: orange !important;
}

 .btn-success {
  color: #fff;
    background-color: #f68d1e !important;
    border-color: #f68d1e !important; }

.btn-primary {
  background-color: white !important;
    color: orange !important;
    border-color: orange !important; }
.kv-align-middle a {
        color: black !important;
    }


.btn-outline-velocity-grey:hover {
  color: #f68d1e !important;
}
.btn-outline-velocity-grey {
   background-color: white !important;
    color: orange !important;
    border-color: #C0C9C9 !important;
}

.page-item.active .page-link {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #f68d1e !important;
    border-color: #f68d1e !important;
}
.timeline {padding: 10px !important;}
    .tooltip-inner {
        background-color: #ffffff !important;
        color: #000000 !important;
        border: 1px solid orange; !important;
        border-radius: 50px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        font-family: 'Arial' !important;
        font-size: 11px !important;
    } 
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
        border-top-color: #fff !important;
    }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
        border-top-color: #fff !important;
    }

    .kv-align-middle a {
        color: black !important;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    color: #fff;
    background: #f68d1e !important;}

.small-switch .bootstrap-switch {
    transform: scale(0.8); /* Ajusta el valor según el tamaño deseado */
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #f68d1e !important;
    box-shadow: 0 0 0 3px #f68d1e !important;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

.timeline {
    border-left: 3px solid #f68d1e !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(114, 124, 245, 0.09);
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}


.badge-warning {
    color: #212529;
    background-color: #f68d1e !important;
}

/* Estilo para radio buttons no seleccionados */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #ff9800; /* Color del borde */
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  position: relative;
  outline: none;
  cursor: pointer;
}

/* Estilo para radio buttons seleccionados */
input[type="radio"]:checked {
  background-color: #ff9800; /* Color de fondo cuando está seleccionado */
  border: 2px solid #ff9800; /* Color del borde */
}

/* Estilo del pseudo-elemento para la marca */
input[type="radio"]:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff9800; /* Color del punto interior */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-orange {
    color: orange;
}


 .margenes{margin-right:2px;}
    .table-responsive {
    display: block;
    width:;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}











