html {
    min-width: 320px;
}

body {
    font-family: "Google Sans", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

html,
body,
.nav-main-link-name,
.input-group-text,
.btn,
.dropdown-menu {
    font-size: .85rem;
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

 ::-webkit-scrollbar-thumb {
    background: #888;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tableReports {
    border-right: solid 1px #dedede;
    border-left: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
}

.table thead th {
    font-size: .85rem;
    letter-spacing: .05rem;
}

.table td,
.table th {
    font-size: .9rem;
    padding: .1rem;
}

.table-popup td,
.table-popup th {
    font-size: .75rem;
    padding: .3rem;
}

.animation {
    transition: all ease-in 400ms;
}

.avatar_device {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px;
    border: solid 1px #dedede;
}

.dt-button {
    color: #9fa4a8 !important;
    background-color: #f9f9f9 !important;
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 100%) !important;
    border-radius: 10px!important;
    font-size: 11px!important;
    padding: 0.2em .6em!important;
}

.dt-button span {
    font-size: .65rem !important;
}

#map {
    height: calc(100vh - 3.75rem);
    width: calc(100% - 230px);
    position: fixed;
}

.sidebar-mini #map {
    width: calc(100% - 60px);
}

@media (max-width: 991px) {
    #map {
        width: 100%;
    }
}

.form-group {
    margin-bottom: 0px;
}

.form-control-sm {
    height: calc(1.2em + .5rem + 2px);
    font-size: .75rem;
}

.form-control {
    height: calc(1.6em + .5rem + 2px);
    font-size: .85rem;
}

.error {
    color: red;
}

#sidebar .logo_normal {
    display: block;
}

#sidebar .logo_small {
    display: none;
}

.sidebar-mini #sidebar .logo_normal {
    display: none;
}

.sidebar-mini #sidebar .logo_small {
    display: block;
}

.sidebar-mini #sidebar:hover .logo_normal {
    display: block;
}

.sidebar-mini #sidebar:hover .logo_small {
    display: none;
}

div.dt-button-background {
    background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.dataTables_wrapper .dataTables_processing {
    font-size: 1.2em;
    font-weight: bold;
    opacity: 1;
    background: white;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #22dd6d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #22dd6d, 0 0 5px #22dd6d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #22dd6d;
    border-left-color: #22dd6d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

table.dataTable {
    width: 100% !important;
}

.autocomplete-wrapper {
    margin: 44px auto 44px;
    max-width: 600px;
}

.autocomplete-wrapper label {
    display: block;
    margin-bottom: .75em;
    color: #3f4e5e;
    font-size: 1.25em;
}

.autocomplete-wrapper .text-field {
    padding: 0 15px;
    width: 100%;
    height: 40px;
    border: 1px solid #CBD3DD;
    font-size: 1.125em;
}

.autocomplete-wrapper ::-webkit-input-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-wrapper :-moz-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-wrapper ::-moz-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-wrapper :-ms-input-placeholder {
    color: #CBD3DD;
    font-style: italic;
    font-size: 18px;
}

.autocomplete-suggestions {
    overflow: auto;
    border: 1px solid #CBD3DD;
    background: #FFF;
}

.autocomplete-suggestion {
    overflow: hidden;
    padding: 5px 15px;
    white-space: normal;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    color: #029cca;
    font-weight: normal;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.datetime {
    color: #5f5f5f;
    font-size: 25px;
    font-weight: bold;
}

.dateday {
    color: #5f5f5f;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    vertical-align: center;
    padding-right: 5px;
    text-align: right;
}

table.collapse-row {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: auto;
}

table.collapse-row caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.collapse-row tr {
    border: 1px solid #ddd;
    padding: .35em;
}

table.collapse-row th,
table.collapse-row td {
    padding: .1em;
}

table.collapse-row th {
    padding: .5em .1em;
}

table.collapse-row th {
    font-size: 0.85rem;
}

table.collapse-row td {
    font-size: 0.85rem;
}

@media screen and (max-width: 991px) {
    table.collapse-row {
        border: 0;
    }
    table.collapse-row caption {
        font-size: 1.3em;
    }
    table.collapse-row thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.collapse-row tr {
        border-bottom: 0px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table.collapse-row td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 1em;
        text-align: right;
    }
    table.collapse-row td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }
    table.collapse-row td:last-child {
        border-bottom: 0;
    }
    table.collapse-row .w-10,
    table.collapse-row .w-20,
    table.collapse-row .w-30,
    table.collapse-row .w-40,
    table.collapse-row .w-50,
    table.collapse-row .w-60,
    table.collapse-row .w-70,
    table.collapse-row .w-80,
    table.collapse-row .w-90,
    table.collapse-row .w-100 {
        width: 100% !important;
    }
}

img.icon-image {
    width: 20px;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .35rem;
    line-height: 1;
}

.btn-sm i {
    font-size: .75rem !important;
}

small,
small b {
    font-size: 11.5px !important;
}

option:disabled,
.bootstrap-select .dropdown-menu li.disabled a span.text {
    color: #dedede;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bg-color);
}

.nicescroll {
    border: none !important;
    background-color: var(--bg-color) !important;
    border-radius: 0 !important;
    z-index: 1000000;
}

.notificaciones-list {
    max-height: 300px !important;
    overflow-y: scroll;
}

.nav-main-submenu .nav-main-link {
    padding-top: .2rem;
    padding-bottom: .2rem;
    min-height: 1.25rem;
}

.hidden {
    display: none!important;
}

.not-selected {
    display: none!important;
}

.marker-gps {
    transition: all 700ms linear;
}

.marker-gps-image {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
    position: absolute;
}

.marker-gps-image-despacho {
    width: 50px;
    height: 50px;
    right: -10px;
    top: -20px;
    position: absolute;
}

.marker-gps.active {
    z-index: 100000;
}

.marker-gps-image.active {
    width: 35px;
    height: 35px;
    z-index: 10000;
}

.marker-gps-name.active {
    top: 20px;
    font-size: 14px;
    z-index: 10000;
}

.marker-gps-image-history {
    width: 30px;
    height: 30px;
    right: -7px;
    top: -10px;
    position: absolute;
}

.marker-gps-name {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0px 0px 3px #DEDEDE;
    color: var(--bg-color);
    width: 120px;
    top: 15px;
    position: absolute;
    left: -60px;
    font-size: 12px;
    text-align: center;
}

.card-border {
    border: 1px solid rgba(0, 0, 0, .125);
}

.circle-status {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
    position: absolute;
    margin-top: 0px;
    margin-left: 5px;
}

.circle-table {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
    margin-top: 0px;
    margin-left: 5px;
    display: inline-block;
}

.round-status {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
}

.round-big-status {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
    display: inline-block;
}

.bold {
    font-weight: bold;
}

.table-padding-0,
.table-padding-0 td {
    padding: 0px;
}

.nav-info .nav-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    color: #575757;
    background-color: transparent;
    border: none;
    font-size: .7rem;
    border: solid 1px #dedede;
    border-radius: 10px 10px 0 0;
}

.nav-info .nav-link.active {
    background-color: #575757;
    color: white;
    border: solid 1px #dedede;
}

.buttonMap {
    position: absolute;
    top: 10rem;
    margin-left: 1px;
    width: 35px;
    border-radius: 10px;
    z-index: 2;
}

.buttonMap div {
    display: block;
    height: 25px;
    background: rgba(255, 255, 255, .75);
    text-align: center;
    font-size: 1rem;
    margin: auto;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
    padding-top: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.buttonRightMap {
    position: absolute;
    top: 10rem;
    right: 1rem;
    margin-right: 25px;
    width: 35px;
    border: 1px solid #dedede;
    border-radius: 10px;
    z-index: 2;
}

.buttonRightMap div {
    display: block;
    height: 25px;
    background: rgba(255, 255, 255, .75);
    text-align: center;
    font-size: 1rem;
    margin: auto;
    font-weight: bold;
    text-shadow: 0px 0px 3px #000;
}

#map-controls {
    position: absolute;
    top: 20%;
    right: 0;
    text-align: right;
    z-index: 800;
}

#map-controls .btn-group-vertical {
    margin-bottom: 10px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical input[type="checkbox"] {
    display: none;
}

#map-controls .btn {
    padding: 0;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    color: #555;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: 1px 1px 10px 3px #dedede;
}

#map-controls .btn+.btn {
    border-top: 1px solid #d9d9d9;
}

#map-controls .btn span {
    font-size: 1.3rem;
}

#map-controls .btn.active {
    background: var(--bg-color);
    color: #fff;
}

.pointer,
.c-pointer,
.marker-gps,
.buttonMap div {
    cursor: pointer;
}

.buttonMap div.active {
    -webkit-box-shadow: inset 0px 3px 12px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0px 3px 12px -1px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px 3px 12px -1px rgba(0, 0, 0, 0.6);
}

.table-scroll thead,
.table-scroll tbody {
    display: block;
}

.table-scroll tbody {
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}

.text-gray {
    color: #75797d!important;
}

.text-light {
    color: #c4c5c6 !important;
}

.leaflet-container {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.leaflet-popup {
    top: -70px;
    left: 30px !important;
}

.leaflet-popup-content {
    min-width: 220px !important;
    max-width: 220px !important;
}

.leaflet-popup-content .table td,
.leaflet-popup-content .table th {
    padding: .1rem;
}

.leaflet-popup-tip-container {
    top: 0px !important;
    overflow: auto important!;
}

.leaflet-popup-tip {
    box-shadow: none !important;
    background-clip: none !important;
}

.leaflet-popup:before {
    content: "";
    position: absolute;
    border: 20px solid transparent;
    border-right-color: white;
    bottom: 0px;
    left: -30px;
    top: 50px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.nav-main-dark .nav-main-link,
.page-header-dark #page-header .nav-main-link,
.sidebar-dark #sidebar .nav-main-link {
    color: rgba(255, 255, 255, .65);
}

#widgets {
    box-shadow: inset 0px 11px 8px -10px #CCC;
}

#widgets .btn-collapse {
    left: auto;
    right: 15%;
}

#widgets .btn-left {
    left: auto;
    right: 10%;
}

#widgets .btn-right {
    left: auto;
    right: 5%;
}

#widgets.active .btn-left,
#widgets.active .btn-right {
    display: none;
}

#widgets .widgets-content {
    position: absolute;
    width: calc(100% - 230px);
    height: 215px;
    right: 0;
    bottom: 0;
    margin: 0px;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
}

#widgets .widgets-list {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
    background: #fff;
    color: #777;
    transition: all .7s ease-in;
}

.sidebar-mini #widgets .widgets-content {
    width: calc(100% - 60px);
}

#widgets.collapsed .widgets-content {
    height: 0;
    min-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-collapse {
    display: block;
    position: absolute;
    color: #fff !important;
    background: #4b4b4b;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

#widgets .btn-collapse,
.btn-collapse.collapse-top {
    width: 40px;
    height: 20px;
    line-height: 20px;
    bottom: 215px;
    -webkit-box-shadow: 0 -3px 7px rgba(0, 0, 0, .175);
    box-shadow: 0 -3px 7px rgba(0, 0, 0, .175);
    position: absolute;
}

#widgets .btn-collapse:before,
.btn-collapse.collapse-top:before {
    top: 0;
    right: 100%;
    border-bottom: 20px solid #4b4b4b;
    border-left: 20px solid transparent;
}

#widgets .btn-collapse:after,
.btn-collapse.collapse-top:after {
    top: 0;
    left: 100%;
    border-bottom: 20px solid #4b4b4b;
    border-right: 20px solid transparent;
}

.btn-collapse:after,
.btn-collapse:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
}

#widgets.active .btn-collapse {
    bottom: 0px;
}

#widgets .widget {
    height: 100%;
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    display: inline-block;
    vertical-align: bottom;
}

#widgets .widget>.widget-heading {
    color: #777;
    background-color: #f9f9f9;
    border-color: #d9d9d9;
}

#widgets .widget-heading {
    font-size: 1.1em;
}

#widgets .widget-heading {
    padding: 9px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

#widgets .widget-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

#widgets .widget-body {
    padding-top: 5px;
    padding-bottom: 0;
    height: 175px;
    font-size: 11px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#widgets .widget-body {
    padding: 10px;
}

#widgets .widget-device .table,
#widgets .widget-locking .table,
#widgets .widget-services .table {
    width: 350px;
}

#widgets .widget-state .table {
    width: 220px;
}

#widgets .table tr>td {
    width: auto;
    line-height: 22px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1px;
    padding: 4px 0px;
}

#widgets .widget-heading .widget-actions {
    float: right;
}

.device-status,
[data-device=status] {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    border: 1px solid #ddd;
    text-indent: 999999px;
    overflow: hidden;
}

#widgets .widget-title [data-device=status] {
    width: 7px;
    height: 7px;
}

#widgets .widget-title [data-device=status-text] {
    font-size: .8em;
}

#widgets .table {
    margin-bottom: 0;
    float: left;
}

#widgets .widget-sensors .table {
    width: 210px;
}

#loading,
.loading {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    color: var(--bg-color)
}

#loading {
    display: table;
    vertical-align: middle;
    background-color: #fff
}

#loading .backdrop,
.loading .backdrop {
    background-color: #fff;
    opacity: .75;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#loading .outter,
.loading .outter {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%
}

#loading .middle,
.loading .middle {
    display: table-cell;
    vertical-align: middle
}

#loading .inner,
.loading .inner {
    margin-left: auto;
    margin-right: auto
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
    50% {
        -webkit-transform: rotate(180deg) scale(.6);
        transform: rotate(180deg) scale(.6)
    }
    100% {
        -webkit-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }
}

.loader {
    display: block;
    position: relative;
    margin: auto;
    height: 35px;
    width: 35px
}

.loader:after,
.loader:before {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid var(--bg-color);
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
    animation: rotate 1s 0s ease-in-out infinite
}

.loader:after {
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    border-color: var(--bg-color) transparent;
    -webkit-animation-direction: reverse;
    animation-direction: reverse
}

.loader.large {
    height: 60px;
    width: 60px
}

.loader.large:before {
    height: 60px;
    width: 60px;
    border-width: 3px
}

.loader.large:after {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-width: 3px
}

.loader.small {
    height: 20px;
    width: 20px
}

.loader.small:before {
    height: 20px;
    width: 20px;
    border-width: 1px
}

.loader.small:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-width: 1px
}

#imagenStreetView,
#iframeStreetView {
    width: 270px;
    height: 120px;
}

.tr-vehiculo.active {
    background-color: #CBD3DD;
}

.leaflet-tooltip {
    background: rgba(0, 0, 0, 0.25);
    border: 0px solid #fff;
    box-shadow: none;
    text-shadow: 0px 0px 3px #000000;
    color: #f7f1f1;
    font-weight: bold;
}

.mapFull #map {
    width: 100%;
    height: 100vh;
}

.mapFull #page-container.sidebar-mini.sidebar-o {
    padding-left: 0px;
}

.mapFull #page-header,
.mapFull #sidebar {
    display: none;
}

.mapFull #page-container.page-header-fixed #main-container {
    padding-top: 0px;
}

.mapFull #widgets .widgets-content {
    width: 100%;
}

.circle {
    background: rgb(211, 236, 235);
    background: linear-gradient(90deg, rgba(211, 236, 235, 1) 0%, rgba(81, 230, 251, 1) 17%, rgba(41, 172, 222, 1) 46%);
    border: none;
    color: white;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    width: 80px;
    height: 80px;
}

.circle5 {
    border-radius: 50%;
}

.foto_small {
    width: 75px;
    border: solid 3px gray;
    border-radius: 10px;
}

.inputrange {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: rgb(17, 240, 233);
    background: linear-gradient(90deg, rgba(17, 240, 233, 1) 0%, rgba(72, 217, 98, 1) 50%, rgba(251, 121, 81, 1) 100%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.inputrange:hover {
    opacity: 1;
}

.inputrange::-webkit-slider-thumb,
.inputrange::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 50px;
    height: 25px;
    background: rgba(255, 255, 255, .85);
    cursor: pointer;
    border-radius: 20px;
    border: 1px #b1b1b1 solid;
}

.set-size {
    font-size: 10em !important;
}

.charts-container:after {
    clear: both;
    content: "";
    display: table;
}

.pie-wrapper {
    height: 1em;
    width: 1em;
    float: left;
    margin: 15px;
    position: relative;
}

.pie-wrapper:nth-child(3n + 1) {
    clear: both;
}

.pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 1em, 1em, 0.5em);
    left: 0;
    position: absolute;
    top: 0;
}

.pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: 0.1em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 0.5em, 1em, 0);
    left: 0;
    position: absolute;
    top: 0;
}

.pie-wrapper .label {
    background: #34495e;
    border-radius: 50%;
    bottom: 0.4em;
    color: #ecf0f1;
    display: block;
    font-size: 0.25em;
    left: 0.4em;
    line-height: 2.8em;
    position: absolute;
    right: 0.4em;
    text-align: center;
    top: 0.4em;
}

.pie-wrapper .label .smaller {
    color: #bdc3c7;
    font-size: 0.45em;
    padding-bottom: 20px;
    vertical-align: super;
}

.pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: 0.1em solid #bdc3c7;
    border-radius: 50%;
}

.pie-wrapper.style-2 .label {
    background: none;
    color: #7f8c8d;
}

.pie-wrapper.style-2 .label .smaller {
    color: #bdc3c7;
}

.pie-wrapper.progress-circle .pie .half-circle {
    border-color: #19dab3;
}

.pie-wrapper.progress-circle .pie .left-side {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}

.pie-wrapper.progress-circle .pie .right-side {
    display: none;
}

.pie-wrapper--solid {
    border-radius: 50%;
    overflow: hidden;
}

.pie-wrapper--solid:before {
    border-radius: 0 100% 100% 0 / 50%;
    content: "";
    display: block;
    height: 100%;
    margin-left: 50%;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.pie-wrapper--solid .label {
    background: transparent;
}

.circle-info {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 50%;
    display: inherit;
}

.fs-10 {
    font-size: 10px;
}

.fs-9 {
    font-size: 9px !important;
}

#buscador {
    width: 220px;
}

.pac-container {
    z-index: 10000;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.pac-logo:after {
    display: none!important;
}

#RangoFecha {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.bg-red {
    background: red;
}

.bg-yellow {
    background: yellow;
}

.bg-orange {
    background: orange;
}

div.dataTables_wrapper div.dataTables_processing {
    border: #cecece solid 1px;
    box-shadow: 0px 0px 10px 3px #cecece;
}

.btn-block-option {
    color: #6a6a6a;
}

.leaflet-bar a div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(transparent, transparent), url(spritesheet.svg);
    background-repeat: no-repeat;
    background-size: 300px 30px;
}

.leaflet-bar a div.polylineGeo {
    background-position: 0 -1px;
}

.leaflet-bar a div.polygonGeo {
    background-position: -29px -1px;
}

.leaflet-bar a div.circleGeo {
    background-position: -90px -1px;
}

.leaflet-control-layers label {
    margin-bottom: .1rem;
    font-size: 1rem;
}

.layer-switcher.shown .panel {
    width: 205px;
}

.layer-switcher {
    position: absolute;
    top: 1.5em;
    right: 2.6em;
    text-align: left;
}

.layer-switcher ul {
    margin: 0.2em 0.2em;
}

.layer-switcher li label {
    margin: 0px;
}

.border-dashed {
    border: dashed #4b4b4b 1px;
    background: #f1f1f1;
    padding: 3px;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.inputImage input[type=radio]:checked+label>img {
    border: 1px solid #fff;
    box-shadow: 0 0 3px 3px rgb(179, 255, 179);
    border-radius: 10px;
}

.inputImage input[type=radio]+label>img {
    border: 1px dashed rgb(197, 197, 197);
    height: 40px;
    transition: 500ms all;
}

.logoApi {
    height: 15px;
}

.inputImage input[type=radio]:checked+label>img {
    border: dashed 2px #029cca;
}

.g-recaptcha div {
    margin: auto !important;
}

.g-recaptcha {
    margin-left: 20%;
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.divAuth {
    margin-top: 2%;
}

.divAuthDark .block-content {
    background: rgba(0, 0, 0, .55);
}

.divAuthDark .block-content label {
    color: white;
}

.divAuthDark .block {
    background: none;
}

.divAuthWhite .block-content {
    background: rgba(255, 255, 255, .85);
}

.divAuthWhite .block {
    background: none;
}

.nav-main-link.active,
#page-header .nav-main-link.active,
#sidebar .nav-main-link.active {
    background: #e6e6e6;
}

.nav-main-dark .nav-main-link.active,
.page-header-dark #page-header .nav-main-link.active,
.sidebar-dark #sidebar .nav-main-link.active {
    background: #0a254a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bootstrap-select .dropdown-menu {
    z-index: 10000;
    border: solid 1px #dedede;
}

p {
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

footer.lp {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 10px;
    margin: 0 15%;
}

footer.lp_widget {
    bottom: 220px;
}

.lp .transport {
    margin: 0 auto;
    width: 100%;
    background: rgba(31, 31, 31, 0.85);
    padding-top: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 5px #dedede;
}

.lp .transport a,
.lp .transport span {
    color: white;
}

.lp .navbar {
    margin-bottom: 0;
}

.lp .navbar-inner {
    padding-right: 0;
    padding-left: 0;
}

.lp #play-pause {
    width: 18px;
}

.lp #speed-btn {
    width: 58px;
}

.lp .ui-slider {
    margin: 7px 10px;
}

.lp #time-slider {
    width: auto;
}

.lp #calendar {
    margin: 5px;
}

.leaflet-control-layers-list {
    margin-bottom: 0;
}

.lp .speed-menu {
    min-width: 60px;
}

.lp .dropdown-menu {
    padding: 5px;
    text-align: center;
    width: 75px;
}

.lp #speed-input {
    width: 50px;
}

.lp #speed-slider {
    margin-left: auto;
    margin-right: auto;
}

.lp .navbar .btn,
.lp .navbar .btn-group {
    margin-top: 0;
    padding: 0;
}

.lp .navbar .nav>li>a.clock {
    padding: 0 3px 0 3px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
}

.lp .ctrl {
    margin-top: 7px;
    text-align: center;
}

.lp .ui-state-default {
    background: var(--bg-color) !important;
    border-radius: 50%;
}

#mensajeAlerta {
    border-radius: 20px;
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: 250px;
    border: 1px solid #dedede;
    padding: 10px;
    z-index: 999999;
    background-color: rgba(255, 255, 255, .95);
    animation: pulseCircle 1s infinite;
}

.input-small {
    width: 10%;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

@-webkit-keyframes pulseCircle {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(81, 82, 85, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(81, 82, 85, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(81, 82, 85, 0);
    }
}

@keyframes pulseCircle {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(81, 82, 85, 0.4);
        box-shadow: 0 0 0 0 rgba(81, 82, 85, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(81, 82, 85, 0);
        box-shadow: 0 0 0 10px rgba(81, 82, 85, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(81, 82, 85, 0);
        box-shadow: 0 0 0 0 rgba(81, 82, 85, 0);
    }
}

.DivListarVehiculo {
    max-height: 250px;
    height: 250px;
    overflow: scroll;
}

.modal-full {
    max-width: 95%;
    width: 95%;
}

.bg-light-danger {
    background-color: rgba(255, 0, 0, 0.05)!important;
}

.bg-light-success {
    background-color: rgba(0, 255, 0, 0.1)!important;
}

@media (min-width: 992px) {
    .sidebar-dark:not(.sidebar-mini) #sidebar .nav-main-item.open>.submenu-right {
        background-color: var(--bg-color);
        position: fixed;
        left: 230px;
        width: 200px;
        margin-top: 0px;
        padding-top: 10px;
        padding-left: 30px;
        padding-bottom: 10px;
        box-shadow: 10px 1px 10px 2px #dedede;
    }
    .sidebar-dark:not(.sidebar-mini) #sidebar .nav-main-item.open>.submenu-right-two {
        left: 430px;
        border-radius: 0px 10px 10px 0px;
    }
}

@media (max-width: 991px) {
    .sidebar-mini #map {
        width: 100%;
    }
    .divAuth {
        margin-top: 25%;
    }
    .g-recaptcha {
        margin-left: 10%;
    }
    .buttonMap {
        top: 4.2rem;
        margin-left: 5px;
    }
    #widgets .widgets-content {
        width: 100%;
    }
    #widgets .table {
        float: none;
    }
    #widgets .btn-collapse {
        left: auto;
        right: 50%;
    }
    #widgets .btn-left {
        left: auto;
        right: 27%;
    }
    #widgets .btn-right {
        left: auto;
        right: 5%;
    }
    .leaflet-popup {
        bottom: 25px !important;
        left: -130px !important;
        margin-bottom: 0px;
        top: auto;
    }
    .leaflet-popup:before {
        border-top-color: white;
        border-bottom-color: transparent;
        border-right-color: transparent;
        bottom: -30px;
        left: 110px;
        top: unset;
    }
}

.dropdown-header {
    font-weight: bold;
}

.bootstrap-select .dropdown-menu li.selected {
    background-color: #f3f3f3;
}

.imagen_foto {
    max-width: 120px;
    height: 120px;
    margin: auto;
    display: block;
    border-radius: 50%;
}

.imagen_foto_recorte {
    max-height: 120px;
    margin: auto;
    display: block;
    border-radius: 2%;
}

.imagen_icono {
    width: 70px;
    height: 70px;
    margin: auto;
    display: block;
    border-radius: 50%;
    border: solid 2px #dedede;
}

.imagen_icono_small {
    width: 30px;
    height: 30px;
    margin: auto;
    display: block;
    border-radius: 50%;
    border: solid 2px #dedede;
}

.logo_principal {
    width: auto;
    max-height: 120px;
}

.logo_central {
    width: auto;
    max-width: 320px;
}

.imagen_tabla {
    width: 40px;
    height: 40px;
    margin: auto;
    display: block;
    border-radius: 50%;
}

.jexcel {
    width: 100%;
}

.jexcel thead {
    font-weight: bold;
}

.modal-dialog {
    transition: all .2s ease-in !important;
}

.modal-backdrop.show {
    opacity: .55;
}

.jexcel>thead>tr>td:first-child,
.jexcel>tbody>tr>td:first-child {
    width: 30px!important;
}

.modal-xl {
    max-width: 95%;
}

.servicios {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.print *,
.print .table td,
.print .table th {
    font-size: 1.1rem;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.imageRadio:checked+label>img {
    border: 0px solid #fff;
    filter: grayscale(0);
}

.imageRadio+label>img {
    border: 0px dashed #444;
    width: 70px;
    height: 70px;
    transition: 500ms all;
    filter: grayscale(1);
    cursor: pointer;
}

.btn-theme {
    color: #fff;
    background-color: var(--bg-color);
    border-color: var(--bg-color);
}

.btn-theme:hover {
    color: #dedede;
}

.Form label {
    font-weight: 600;
}

.table-action .btn-sm {
    border-radius: 50%;
    height: 27px;
    width: 27px;
    text-align: center;
    padding-top: 6px;
    margin-left: 3px;
}

.table-action .btn-sm-small {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    padding-top: 3px;
    margin-left: 2px;
}

.table-action .btn-sm-small i {
    font-size: .55rem !important;
}

.block.block-themed>.block-header {
    background-color: var(--bg-color);
}

.toast:not(.showing):not(.show) {
    opacity: 1;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    border-radius: 3%;
    outline: 0;
}

.cropper-face {
    background-color: inherit !important;
}

.cropper-view-box {
    outline: inherit !important;
}

.result img {
    max-width: 100%;
}

.home {
    height: 70vh;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

.text-theme {
    color: var(--bg-color) !important;
}

.alerta {
    width: 100%;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 16px;
    margin-bottom: 24px;
    border-radius: 16px;
    flex-direction: row;
    background-color: rgb(255, 255, 255);
}

.alerta>.icon {
    width: 80px;
    display: flex;
    padding: 24px 0px 24px 24px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.alerta>.content {
    width: calc(100% - 80px);
    padding: 24px;
}

.alerta>.content .sub-title {
    color: rgb(133, 133, 133);
    font-size: 14px;
    margin-top: 0px;
}

.alerta>.content h3 {
    color: rgb(41, 41, 41);
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
    overflow: hidden;
    overflow-wrap: break-word;
    max-height: 52px;
    line-height: 26px;
    text-overflow: ellipsis;
}

.alerta>.content .metadata {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.alerta>.content .metadata .date {
    color: rgb(133, 133, 133);
    font-size: 14px;
}

.alerta>.content .metadata .icon {
    color: rgb(237, 189, 77);
    font-size: 14px;
    margin-left: 4px;
}

.bg-type-user0 {
    background-color: #029cca;
}

.bg-type-user1 {
    background-color: #024fca;
}

.bg-type-user2 {
    background-color: #ca2a02;
}

.bg-type-user3 {
    background-color: #3e02ca;
}

.bg-type-user4 {
    background-color: #02ca3e;
}

table tr>th:first-child,
table tr>td:first-child {
    min-width: 80px !important;
}

.anuncio {
    width: 100%;
    cursor: pointer;
    display: flex;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 16px;
    margin-bottom: 24px;
    border-radius: 16px;
    flex-direction: row;
    background-color: rgb(255, 255, 255);
}

.anuncio>.img-preview {
    width: 35%;
    height: auto;
    background-size: cover;
    background-color: rgb(242, 242, 242);
    background-repeat: no-repeat;
    background-position: center center;
}

.anuncio>.content {
    width: 65%;
    padding: 24px;
}

.anuncio>.content .category {
    color: rgb(133, 133, 133);
    font-size: 14px;
    margin-top: 0px;
}

.anuncio>.content h3 {
    color: rgb(41, 41, 41);
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: bold !important;
}

.anuncio>.content p {
    color: rgb(41, 41, 41);
    margin: 0px 0px 24px;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 16px;
    max-height: 66px;
    line-height: 22px;
    text-overflow: ellipsis;
}

.anuncio>.content .metadata {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.anuncio>.content .user {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
}

.anuncio>.content .username {
    color: rgb(133, 133, 133);
    font-size: 14px;
}

.anuncio>.content .actions {
    color: rgb(133, 133, 133);
    display: flex;
    font-size: 14px;
    flex-direction: row;
}

.iniciales {
    color: rgb(41, 41, 41);
    width: 32px;
    height: 32px;
    display: flex;
    font-size: 14px;
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 8px;
    border-radius: 100%;
    text-transform: uppercase;
    -webkit-box-pack: center;
    justify-content: center;
    background-size: cover;
    background-color: rgb(203, 189, 219);
    background-position: center center;
}

@media only screen and (max-width: 767px) {
    .anuncio>.img-preview {
        width: 100%;
        height: 160px;
    }
    .anuncio>.content {
        width: 100%;
    }
}

.nav_menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    display: none;
    overflow-x: auto;
    z-index: 1031;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nav_menu .nav__link {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    color: #444444;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.1s ease-in-out;
    text-align: center;
}

.nav_menu .nav__link:hover {
    background-color: #eeeeee;
}

.nav_menu .nav__link--active {
    color: var(--bg-color);
    font-weight: bold;
    background: #ebebeb;
}

.nav_menu .nav__icon {
    font-size: 1rem;
    margin-bottom: 1px;
    border-radius: 50%;
    border: 1px #dedede solid;
    padding: 3px;
    width: 25px;
    height: 25px;
}

.nav_center {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    z-index: 100;
    bottom: 20px;
    position: fixed;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    padding: 5px;
    background: var(--bg-color);
    color: white;
}

.nav_center .nav__icon {
    border: 0px #dedede solid;
    font-size: 1.5rem;
    margin-top: 7px;
    width: auto;
}

@media only screen and (max-width: 992px) {
    .nav_menu {
        display: flex;
    }
    #main-container {
        margin-bottom: 55px;
    }
    .sidebar_toggle {
        display: none;
    }
    .datetime {
        font-size: 20px;
    }
}

.online {
    background-color: #1fda69;
}

.ack {
    background-color: #ffe601;
}

.offline {
    background-color: #ff0101;
}

.icon_device {
    width: 40px;
}

.checkbox_big {
    width: 30px;
    height: 30px;
}

.checkbox-con {
    margin: 10px;
    display: block;
    align-items: center;
}

.checkbox-con input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 48px;
    height: 27px;
    border: 2px solid #ff0000;
    border-radius: 20px;
    background: #f1e1e1;
    position: relative;
    box-sizing: border-box;
}

.checkbox-con input[type=checkbox]::before {
    content: "";
    width: 14px;
    height: 14px;
    background: rgba(234, 7, 7, 0.5);
    border: 2px solid #ea0707;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translate(13%, 15%);
    transition: all 0.3s ease-in-out;
}

.checkbox-con input[type=checkbox]::after {
    content: url(https://svgshare.com/i/YrQ.svg);
    position: absolute;
    top: 0;
    left: 20px;
}

.checkbox-con input[type=checkbox]:checked {
    border: 2px solid #02c202;
    background: #e2f1e1;
}

.checkbox-con input[type=checkbox]:checked::before {
    background: rgba(2, 194, 2, 0.5);
    border: 2px solid #02c202;
    transform: translate(133%, 13%);
    transition: all 0.3s ease-in-out;
    left: 10px;
}

.checkbox-con input[type=checkbox]:checked::after {
    content: url(https://svgshare.com/i/Yr4.svg);
    position: absolute;
    top: 5px;
    left: 5px;
}

.checkbox-con label {
    margin-left: 10px;
}