﻿html {
    font-family: "Calibri", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

header, #header {
    z-index: 20;
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 196px;
    display: flex;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1.5em;
    font-size: 48px !important;
    text-shadow: 1px 1px 2px #888;
}

#logo {
    display: block;
    float: left;
    
    height: 130px;
    background: transparent url(./images/logo25anhos.png) no-repeat right;
    /*background-size: 280px 140px;*/
	background-size: 200px 130px;
}

#aliadoBlu {
    display: block;
    float: right;
    width: 310px;
    height: 100px;
    background: transparent url(./images/Empresas_aliadas.png) no-repeat right;
    background-size: 340px 95px;
}

body {
    background-image: url('images/dashboard_solex_full_edited.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

/* Styles for tables responsives of Boostrap 4 */
.table-responsive a {
    color: #004f9f;
    font-weight: bold;
}

.table-responsive table th {
    border: none;
}

.table-responsive a:hover {
    color: #10BBDF;
}

label#toggle-menu {
    margin-bottom: 0px;
}

.first-fieldset {
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
}

label#toggle-menu {
    border: none;
}

fieldset {
    margin-top: 15px;
    margin-bottom: 0px;
}

/* Título de las pantallas */
.fieldset-title {
    font-size: 2.6em;
    margin-top: 0px;
    margin-bottom: 20px;
}

.hidden-item {
    display: none;
}

.visible-item {
    display: flex;
}

/* Components of Bootstrap 4 */
input.form-control:not(.flatpickr-input) {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    padding-top: 6px;
    padding-left: 7px;
    font-weight: normal;
    line-height: 15px;
}

/* Component of select2 library */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    color: #6C757D;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    padding-left: 6px;
}

.form-control:disabled:not(.flatpickr-input), .form-control[readonly]:not(.flatpickr-input) {
    opacity: 0.9 !important;
    line-height: 15px !important;
}

.select2-container--default {
    /*margin: 2px;*/
}

.btn.btn-primary:hover {
    background-color: #3baff9;
}

.btn.btn-primary {
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #007AD4;
}

.btn-primary, .btn-danger {
    padding: 10px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.darkmiddle > fieldset {
    max-width: 760px;
}

.summary legend {
    padding: 5px;
}

/* Flatpickr styles */
.numInputWrapper input {
    width: 100px !important;
}

/* Entrada de fechas */
input.flatpickr-input {
    width: 100% !important;
    line-height: 22px !important;
    padding-left: 7px;
}

.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
    fill: #00B6DE;
}
/* Fin - Flatpickr styles */

/* Icono del menu */
#hamburger-menu {
    color: #FFFFFF;
}

/* Iconos de las tablas normales */
table a .fa, table a .fas, table a .far {
    color: #004f9f;
}

/* Icons styles */
.fa, .fas, .far,
.button-back .fa,
.button-back .fas,
.button-back .far {
    color: #004f9f;
}

/* Iconos que van dentro de un botón */
a > .fa, a > .fas, a > .far,
.btn > .fa, .btn > .fas, .btn > .far {
    color: #ffffff;
}

.fa, a > .fas, a > .far,
.btn > .fa, .btn > .fas, .btn > .far {
    color: #ffffff;
}

a[data-toggle*="tooltip"] .fa, a[data-toggle*="tooltip"] > .fas, a[data-toggle*="tooltip"] > .far,
.fieldset-title .fa, .fieldset-title .fas, .fieldset-title .far {
    color: #004f9f;
}

.counter .fa, .counter .fas, .counter .far {
    color: #4AD1E5;
}

/* Label que contiene el control para la cantidad de registros en pantalla */
#PlanillaTable_length label {
    font-size: 1.1em;
    font-weight: 500;
}

/* Combo que contiene el control para la cantidad de registros en pantalla */
#PlanillaTable_length select {
    color: #6C757D;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    padding-left: 6px;
}

/* Mensaje de la esquina inferior izquierda */
#PlanillaTable_info {
    font-size: 1.1em;
    font-weight: 500;
}

/* Inicio - DataTables styles */

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    border: 1px solid #4285f4;
    background: #4285f4;
}

/* Iconos que van dentro del datatable */
.dataTable a .fa, .dataTable a .fas, .dataTable a .far {
    color: #004f9f;
}

/* Al pasar por los iconos que van dentro del datatable */
.dataTable a .fa:hover, .dataTable a .fas:hover, .dataTable a .far:hover,
.dataTable a .fa:focus, .dataTable a .fas:focus, .dataTable a .far:focus {
    color: #4285F4;
}

/* Mensaje que aparece cuando no hay registros en la grilla */
.dataTables_empty {
    font-weight: 400;
}

.dataTable > thead > tr {
    color: #FFFFFF;
    background-color: #004f9f;
}

.dataTable tbody td {
    border: none;
}

.dataTable > tr.odd > a, tr.odd > a:hover, tr.odd > a:visited {
    color: #004f9f !important;
}

/* Mensaje de carga de la grilla */
.dataTables_wrapper .dataTables_processing {
    z-index: 1000;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    height: 50px;
    margin-left: -50%;
    margin-top: -25px;
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #4285f4;
    background: #004f9f;
}

/* Elemento que contiene todos los botones */
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: center;
    padding-top: 0.25em;
}

/* Botón de la página actual */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    cursor: default;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background: #004f9f;
}

/* Botones del las páginas diferentes a la actual */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #4285f4 !important;
    border: 1px solid #4285f4;
    background: transparent;
}

/* Botones Primero y Anterior caundo están deshabilitados */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #505050 !important;
    border: 1px solid #505050;
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #ffffff !important;
    border: 1px solid #ffffff;
    background: #4285f4;
}

/* Columnas de la grilla de datatables */
table.dataTable.row-border tbody tr th,
table.dataTable.row-border tbody tr td,
table.dataTable.display tbody tr th,
table.dataTable.display tbody tr td {
    /*text-align: center;*/
}

/* Encabezados del datatable */
table.dataTable thead th, table.dataTable thead td {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
}
/* última columna del datatable */
table.dataTable thead th:last-child {
    padding-left: 20px;
}
/* Datatable botón de la página actual */
a.paginate_button.current {
    color: white;
    border: 1px solid #000;
    background: #fff;
}

/* Fin - DataTables styles */

/* Inicio - Listado de items */
.table-list-items table tbody tr td:last-child a {
    padding: 5px;
}

/* Todos los iconos y checkbox menos el último */
.table-list-items table tbody tr td:not(:last-of-type) a {
    padding-right: 10px;
}

/* Todas las columnas menos la última */
.table-list-items table tbody tr td:not(:last-of-type) {
    padding-top: 10px;
}

/* Solo la última columna sin padding */
.table-list-items table tbody tr td:last-child {
    padding-top: 0px;
}

/* Solo la última columna con padding */
.last-column-not-padding table tbody tr td:last-child {
    padding-top: 10px;
}

/* Solo el div del checkbox */
.table-list-items table tbody tr td:last-child .wrapper-checkbox {
    padding: 0px;
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 0px;
}
/* Fin - Listado de items */

/* Message success styles */
.success {
    color: white;
    background-color: green;
    border-radius: 3px;
    text-align: center;
    padding: 50px;
}

/* Message error styles */
.warning {
    color: white;
    background-color: darkorange;
    border-radius: 3px;
    text-align: center;
    padding: 50px;
}

/* Message error styles */
.error, .danger {
    color: white;
    background-color: red;
    border-radius: 3px;
    text-align: center;
    padding: 50px;
}

/* SweetAlert2 styles */
.swal2-modal .swal2-title {
    font-weight: 600 !important;
}

/* Inicio -  Estilos de las tablas normales */
.table thead th {
    color: #fff;
    background-color: #004f9f;
}

.table thead th:last-child {
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    border: 0px solid #000000;
}

.table thead th:first-child {
    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    border: 0px solid #000000;
}

table.table td, table.table th {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
}
/* Fin -  Estilos de las tablas normales */

/* Inicio - Estilos botones */
.div-buttons {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.div-buttons .form-group {
    margin-bottom: 5px;
}

.fieldset-buttons {
    padding-top: 1.4em;
}

.fieldset-buttons .btn {
    margin-bottom: 0px;
}
/* Fin - Estilos botones */

footer {
    padding: 5px;
    max-width: 1110px;
    margin: auto;
}

.autocomplete {
    width: 100%;
}

.check-servicio-dedicado {
    display: none;
}

.table tbody.tbody-view-models tr td {
    padding: 0px;
    padding-top: 10px;
}

.table tbody.tbody-view-models td:not(:last-child) {
    padding-right: 10px;
}

.table tbody.tbody-view-models .select2-container {
    width: 100% !important;
}

.table tbody.tbody-view-models td input {
    width: 100% !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Custom radio button */

.radio-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    float: left;
    margin: 3px 7px 0 0;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

/* Estilos del menu de interno */

ul#menu {
    padding-bottom: 0px;
}

section#main {
    z-index: 0;
    top: 5px;
    padding-top: 15px;
    position: relative;
    margin: auto;
}

header {
    z-index: 1;
    height: auto;
    display: flow-root;
}

html:first-child {
    margin: 0px;
    padding: 0px;
}

ul:after {
    clear: both;
}

ul:before, ul:after {
    content: " ";
    display: table;
}

#menu-admin {
    font-size: 12px;
}

#menu-admin ul {
    margin: 0;
    padding: 0;
}

#menu-admin .main-menu {
    display: none;
    background-color: #76b82a ;
}

.div-recurso-actions {
    padding-top: 10px;
    display: inline-flex;
}

.checkbox-recurso {
    padding-top: 3px;
}

#menu-admin input[type="checkbox"], #menu-admin ul span.drop-icon {
    display: none;
}

#menu-admin li, #toggle-menu, #menu-admin .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu-admin li, #toggle-menu {
    border-width: 0 0 1px;
}

#menu-admin .sub-menu {
    background-color: #004f9f;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

#menu-admin .sub-menu li:last-child {
    border-width: 0;
}

#menu-admin li, #toggle-menu, #menu-admin a {
    position: relative;
    display: block;
    color: white;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu-admin, #toggle-menu {
    background-color: #76b82a;
}

#toggle-menu, #menu-admin a {
    padding: 1em 1.5em;
}

#menu-admin a {
    cursor: pointer;
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
}

#hamburger-menu {
    cursor: pointer;
}

#menu-admin a:hover {
    color: #000;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#menu-admin a:hover i {
    color: #004f9f;
}

#menu-admin .sub-menu {
    background-color: #015698;
}

#menu-admin .sub-menu .sub-menu {
    background-color: #0273CB;
}

#menu-admin .sub-menu {
    display: none;
}

#menu-admin .drop-icon {
    line-height: 1;
}

#menu-admin li:last-child {
    border-bottom-width: 0px;
}

#menu-admin .fa-pull-right {
    margin-left: 5px;
    margin-top: 4px;
}

#menu-admin .sub-menu a:hover {
    color: #444;
}

#toggle-menu .drop-icon, #menu-admin li label.drop-icon {
    position: absolute;
    right: 1.5em;
    top: 1.25em;
}

#menu-admin label.drop-icon, #toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1.5em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, .75);
}

/* Inicio - Estilos de las ventanas modales */
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.modal-backdrop.show {
    z-index: 2;
    opacity: .5;
}

button.close:active {
    border: none;
}

/* Fin - Estilos de las ventanas modales */

.tooltip.show {
    opacity: 1.0;
}

.text-encabezado {
    position: relative;
    background-color: inherit;
    color: white;
    padding-top: 10px;
    padding-right: 10px;
}

/* Inicio - Estilos de los tabs en la pantalla de guías */
.tabs {
    padding: 0px !important;
}

.ui-widget-header {
    border: 1px solid #000000;
    background: linear-gradient(180deg, rgba(118, 184, 42, 1) 0%, rgba(118, 184, 42, 1) 22%, rgba(103, 161, 37, 1) 54%, rgba(99, 154, 35, 1) 71%, rgba(90, 141, 32, 1) 84%, rgba(73, 114, 26, 1) 100%);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: 2s ease-in-out;
}


.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #000000;
    background: linear-gradient(180deg, rgba(118,184,42,1) 0%, rgba(59,114,61,1) 100%, rgba(2,47,80,1) 100%);
    font-weight: normal;
    color: #FFFFFF;
    outline: none;
    transition: 1s ease-in-out;
}

/* Inicio - Estilos ventanas de diálogo */
.ui-draggable .ui-dialog-titlebar {
    width: 100%;
}
/* Fin - Estilos ventanas de diálogo */

/* Inicio - Tab seleccionda */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    background: #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    color: #10BBDF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    color: #004f9f;
}
/* Fin - Tab seleccionda */

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.ui-tabs .ui-tabs-panel {
    padding-bottom: 0px;
}

/* Fin - Estilos de los tabs en la pantalla de guías */

/* Inicio - Estilos de la modal de imágen */
#modalImageVehiculo .modal-body-vehiculo,
#modalImageConductor .modal-body-conductor {
    border-radius: 5px 5px 6px 6px;
    -moz-border-radius: 5px 5px 6px 6px;
    -webkit-border-radius: 5px 5px 6px 6px;
    border: 0px solid #000000;
}

#modalImageConductor .modal-body-vehiculo #big-image-vehiculo img,
#modalImageConductor .modal-body-conductor #big-image-conductor img {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

/* Fin - Estilos de la modal de imágen */

/* Inicio - Estilos de la tablas responsivas con jquery */
.jquery-table {
    overflow: hidden;
}
/* Fin - Estilos de la tablas responsivas con jquery */

/* Inicio - Estilos de la modal de la foto del vehículo */
.modal-body-vehiculo #big-image-vehiculo {
    padding: 0px;
}

.modal-body-vehiculo .info-vehiculo {
    margin: 0px;
    padding: 0px;
}

.modal-body-vehiculo .info-vehiculo .vehiculo_info,
.modal-body-vehiculo .info-vehiculo .conductor_info {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
}

.modal-body-vehiculo .info-vehiculo .vehiculo_info label,
.modal-body-vehiculo .info-vehiculo .conductor_info label {
    margin: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.modal-body-vehiculo .info-vehiculo .vehiculo_info #toggle-info-vehiculo,
.modal-body-vehiculo .info-vehiculo .conductor_info #toggle-info-conductor {
    width: 100%;
}

.modal-body-vehiculo .info-vehiculo .vehiculo_info label #hamburger-info-vehiculo,
.modal-body-vehiculo .info-vehiculo .conductor_info label #hamburger-info-conductor {
    cursor: pointer;
    color: #000000;
    margin-top: 4px;
    margin-right: 30px;
}

.modal-body-vehiculo .info-vehiculo .body-info-vehiculo,
.modal-body-vehiculo .info-vehiculo .body-info-conductor {
    display: none;
}

.modal-body-vehiculo .info-vehiculo {
    width: 100%;
}

.modal-body-vehiculo .info-vehiculo .conductor_nombre,
.modal-body-vehiculo .info-vehiculo .conductor_cedula,
.modal-body-vehiculo .info-vehiculo .conductor_telefono {
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

.modal-body-vehiculo .info-vehiculo .conductor_nombre {
    padding-top: 10px;
}

.modal-body-vehiculo .info-vehiculo .conductor_telefono {
    padding-bottom: 5px;
}
/* Fin - Estilos de la modal de la foto del vehículo */

/* Inicio - Estilos checkbox */

.wrapper-checkbox {
    padding-left: 16px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    display: -webkit-inline-box;
}

.wrapper-checkbox input {
    cursor: pointer;
}

/* Fin - Estilos checkbox */

/* Inicio - Estilos de la pantalla de guías */
.ui-widget {
    font-family: "Calibri", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
}

fieldset h3 {
    font-weight: 600;
}
/* Fin - Estilos de la pantalla de guías */

/* Inicio - Estilos de las lecturas de las unidades */
.lecturas:hover {
    background-color: whitesmoke;
}

.lecturas {
    cursor: pointer;
}

.buttons {
    float: right;
}

.docs {
    float: left !important;
    color: white !important;
}
/* Fin - Estilos de las lecturas de las unidades */

/* Inicio - Estilos de los mensajes de los procedimientos */
#lblMensaje {
    margin-top: 16px;
    margin-bottom: 10px;
}
/* Fin - Estilos de los mensajes de los procedimientos */

/* Inicio - Estilos de los iconos de la imagen */

.img-icon {
    width: 100%;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.img-icon-eye {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-eye-1.png) no-repeat;
}

.img-icon-vehicle {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-vehicle-2.png) no-repeat;
}

.img-icon-print {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-print-1.png) no-repeat;
}

.img-icon-edit {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-edit-5.png) no-repeat;
}

.img-icon-map {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-map-3.png) no-repeat;
}

.img-icon-docs-1 {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-docs-4.png) no-repeat;
}

.img-icon-docs-2 {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icon-docs-3.png) no-repeat;
}

.img-icon-cancel {
    background-size: 24px 20px !important;
    background: url(./Images/Icons/icons8-cancel-52.png) no-repeat;
}
/* Fin - Estilos de los iconos de la imagen */

/* Inicio - Estilos de la modal */
.modal-lg {
    max-width: 80%;
}
/* Fin - Estilos de la modal */

/* Inicio - Estilos de las tablas con campos editables */
.table-edit > td:nth-child() {
    padding-top: 8px;
}
/* Fin - Estilos de las tablas con campos editables */

/* Inicio - Estilos de las entradas en las filas */
.table-select-combo {
    color: #444;
    width: 100%;
    height: 21px;
    font-size: 12px;
    padding-top: 0px;
    line-height: 15px;
    padding-bottom: 0px;
    border-radius: .25rem;
    border: 1px solid #ccc;
}
/* Fin - Estilos de combo para filas */

/* Inicio - Estilos de options del select2 */
.option-select2-warning {
    color: red;
}
/* Fin - Estilos de options del select2 */

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Inicio - Estilos de contadores */
/*-=-=-=-=-=-=-=-=-=-=-=- */

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_seven {
    width: 12.55%;
}

.col_eight {
    width: 10.70%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth,
.col_sixth,
.col_seven,
.col_eight {
    float: left;
    display: inline;
    margin-right: 2%;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}

.end {
    margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
    width: 100%;
    color: #808080;
    margin: 30px auto;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
}

.counter {
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 30px 10px 20px 10px;
    -webkit-box-shadow: 11px 12px 14px -5px rgba(0,0,0,0.29);
    -moz-box-shadow: 11px 12px 14px -5px rgba(0,0,0,0.29);
    box-shadow: 11px 12px 14px -5px rgba(0,0,0,0.29);
}

.count-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

.circulo {
    width: 25px;
    height: 25px;
    margin: auto;
    border-radius: 50%;
    background: #5cb85c;
    border: 1px solid #000000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 6px 22px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 22px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 22px -4px rgba(0,0,0,0.75);
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.table-input-td {
    max-width: 150px;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Small devices (landscape phones, 576px and up) XS */
@media (max-width: 576px) {
    .col_fourth {
        width: 100%;
    }

    .wrapper {
        display: grid;
    }

    .count-title {
        font-size: 15px;
        font-weight: bold;
    }
}
/* Medium devices (tablets, 768px and up) SM */
@media (max-width: 768px) {
    .count-title {
        font-size: 25px;
        font-weight: bold;
    }
}
/*  Large devices (desktops, 992px and up) MD */
@media (max-width: 992px) {
    .count-title {
        font-size: 33px;
        font-weight: bold;
    }
}
/* Extra large devices (large desktops, 1200px and up) LG */
@media (max-width: 1200px) {
    .count-title {
        font-size: 28px;
        font-weight: bold;
    }
}

/*-=-=-=-=-=-=-=-=-=-=-=- */
/* Fin - Estilos de contadores */
/*-=-=-=-=-=-=-=-=-=-=-=- */

/* Computers (desktops, 832px and up) */
@media only screen and (min-width: 832px) {
    #menu-admin li {
        float: left;
        border-width: 0 1px 0 0;
    }

    #menu-admin .sub-menu {
        border-width: 0;
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 12em;
        z-index: 3000;
    }

    #menu-admin .main-menu {
        display: block;
    }

    #menu-admin .sub-menu li {
        float: none;
    }

    #menu-admin .sub-menu li {
        border-width: 0 0 1px;
    }

    #menu-admin ul span.drop-icon {
        display: inline-block;
    }

    #menu-admin .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }

    #menu-admin input[type="checkbox"]:checked + .sub-menu {
        display: block;
    }

    #menu-admin li:hover > input[type="checkbox"] + .sub-menu {
        display: block;
    }

    #menu-admin .sub-menu, #toggle-menu, #menu-admin label.drop-icon, #menu-admin input[type="checkbox"]:checked + .sub-menu {
        display: none;
    }
}

/* Small devices (landscape phones, 576px and down) */
@media only screen and (max-width: 576px) {

    header {
        width: 100%;
        display: flex;
        padding-bottom: 0px;
    }

    .modal-lg {
        max-width: 100%;
    }

    .wrapper-checkbox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding-right: 10px;
        padding-left: 10px;
    }

    .modal-body-vehiculo .info-vehiculo .conductor_nombre,
    .modal-body-vehiculo .info-vehiculo .conductor_cedula,
    .modal-body-vehiculo .info-vehiculo .conductor_telefono {
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .jquery-table {
        overflow: auto;
    }

    .ui-widget-header {
        display: -webkit-inline-box;
    }

    #logo {
        background-size: 200px 80px;
    }

    .container {
        padding: 0px;
        margin: 0px;
    }

    #menu-admin a {
        font-size: 15px;
        font-weight: 400;
        padding-left: 32px;
    }

    /* Título de las pantallas */
    .fieldset-title {
        font-size: 2em;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .first-fieldset {
        padding-top: 0px;
    }

    label#toggle-menu {
        font-size: 20px;
    }

    #nav-logo-principal {
        display: flex;
    }

    #menu-admin a:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #menu-admin .sub-menu {
        margin: 0px;
        display: none;
    }

    #logindisplay, .button-back {
        display: none;
    }

    #menu-admin .fa-pull-right:not(#hamburger-menu) {
        margin-right: 12px;
    }

    .text-encabezado {
        position: relative;
        padding: 0px;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 0px;
        font-size: 8px;
    }
}

/* Medium devices (tablets, 768px and down) */
@media only screen and (max-width: 832px) {

    .td-inline-icons {
        display: inline-flex;
    }

    #logo {
        background-size: 220px 170px;
    }

    .modal-lg {
        max-width: 100%;
    }

    .wrapper-checkbox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding-right: 10px;
        padding-left: 10px;
    }

    .modal-body-vehiculo .info-vehiculo .conductor_nombre,
    .modal-body-vehiculo .info-vehiculo .conductor_cedula,
    .modal-body-vehiculo .info-vehiculo .conductor_telefono {
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .jquery-table {
        overflow: auto;
    }

    .ui-widget-header {
        display: -webkit-inline-box;
    }

    header {
        width: 100%;
        display: block;
        padding-bottom: 0px;
    }

    #menu-admin .sub-menu {
        margin: 0px;
    }
}

/* Large devices (desktops, 992px and down) */
@media only screen and (max-width: 992px) {

    #logo {
        background-size: 220px 140px;
    }

    #aliadoBlu {
        display: flex;
        position: fixed;
        margin-left: 200px;
        width: 225px;
        background-size: 170px 95px;
    }

    .wrapper-checkbox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding-right: 10px;
        padding-left: 10px;
    }

    .modal-body-vehiculo .info-vehiculo .conductor_nombre,
    .modal-body-vehiculo .info-vehiculo .conductor_cedula,
    .modal-body-vehiculo .info-vehiculo .conductor_telefono {
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .jquery-table {
        overflow: auto;
    }

    .ui-widget-header {
        display: -webkit-inline-box;
    }

    header a, .corchetes {
        display: none;
    }

    .text-encabezado {
        padding-top: 10px;
    }

    .section-input-icon div:first-child {
        width: 80%;
    }

    .section-input-icon div:first-child {
        width: 80%;
    }
}
