:focus {
    outline: none !important;
}

.modal-header {
    padding: 0.5em 1em 0.5em 1em !important;
}

.company .icon {
    color: white;
    text-align: center;
    padding-top: 1em;
    height: 115px;
    padding-bottom: 0em;
}

.company .icon:before {
    font-size: 5em;
}

.uploadOrders .progress {
    margin-bottom: 0px !important;
}

a, .cursor-pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed;
}

.ui-grid {
    min-height: 100px;
}

.emptyGrid {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 70px;
    display: table;
}

.emptyGrid p {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.v-aling-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#splash {
    /*position: absolute;*/
    position: fixed;
    display: table;
    background-color: #0A0C1C;
    height: 100%;
    width: 100%;
    z-index: 9000;
}

#splash .content {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}

#splash .progressSplash {
    background-image: url(../images/ajaxSpinner.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 100px;
    background-color: #0A0C1C;
}

#splash p {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    color: white;
}

#occurredError {
    display: none;
}

table .checkbox {
    margin-bottom: 0;
}

.thumbnail>img, .thumbnail a>img {
    height: 150px;
}

#no-action:hover {
    cursor: default;
    text-decoration: initial;
}

#no-action {
    position: absolute;
    top: 5px;
    right: 5px;
}

.thumb:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.thumb {
    border: 1px solid transparent;
}

a #no-action {
    display: none;
}

a:hover #no-action {
    display: inline !important;
}

.action-tab {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
}

.tab:hover .action-tab {
    display: inline !important;
}

.link:hover {
    cursor: pointer;
    opacity: 0.8;
}

#toast-container {
    z-index: 9999 !important;
    /*overrides*/
}

.toast-top-center {
    margin-right: 30% !important;
    width: auto !important;
}

@media (max-width: 540px) {
    .toast-top-center {
        margin-right: 4% !important;
        top: 8% !important;
    }
}

@media (min-width: 541px) {
    .toast-top-center {
        margin-right: 28% !important;
        top: 8% !important;
    }
}

@media (min-width: 1200px) {
    .toast-top-center {
        margin-right: 64% !important;
        width: 0% !important;
    }
}

div.legend table, div.legend div {
    top: -25px !important;
    background-color: transparent;
}

div.bootstrap-datetimepicker-widget {
    z-index: 1006 !important;
}

.table thead {
    opacity: 1 !important;
}

div.floatThead-container {
    z-index: 10 !important;
    overflow-x: auto;
}

.no-padding-y {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.pagination>li>a, .pagination>li>span {
    border: 1px solid transparent;
    border-radius: 20px;
    margin-right: 4px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 20px;
}

table.ludyUi tbody td[title=""], .center-element {
    text-align: center;
}

.light-text {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
}

.text-secundary {
    color: #00bcd4;
}

.not-white-space {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .modal-open {
        overflow-y: visible;
    }
}

div.floatThead-container {
    z-index: 10 !important;
    overflow-x: auto;
}

.no-padding-y {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-top {
    padding-top: 0px !important;
    ;
}

.pagination>li>a, .pagination>li>span {
    border: 1px solid transparent;
    border-radius: 20px;
    margin-right: 4px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 20px;
}

.filter-OFF {
    color: gray;
}

.filter-ON {
    color: #4e72a4;
}

table.ludyUi tbody td[title=""], .center-element {
    text-align: center;
}

.light-text {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
}

.text-secundary {
    color: #00bcd4;
}

.not-white-space {
    white-space: nowrap;
}

.margin-top {
    margin-top: 5px;
}

.affix {
    background-color: white;
    position: fixed !important;
    z-index: 100;
    box-shadow: 0px 2px gainsboro;
}

.vertical-center {
    min-height: 100%;
    min-height: 86vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.panel-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-one {
    position: relative;
    top: -2px;
}

.div-two {
    margin-bottom: 14px !important;
}

.sm-icon {
    font-size: 0.85em !important;
    margin-bottom: 0em !important;
    margin-right: 0.4em !important;
}

.agent-info-pdl {
    padding-left: 0 !important;
}

.fix-route-field {
    max-width: 250px
}

.date-height {
    height: 25px !important;
    font-size: 12px;
    margin-top: 5px;
}

.adjust-container {
    padding-top: 0 !important;
    top: -0.8px !important;
}

.text-footer {
    font-weight: bold;
}

.fix-grid-padding {
    padding: 0 24px !important;
}

.right-padding {
    padding-right: 3em;
}

a.disscontinous:link {
    text-decoration: none;
}

.disscontinous {
    border-bottom: thin dashed;
}

.icon-button {
    background-color: transparent;
    border: none;
    margin-right: 10px;
}

.icon-button i {
    color: gray;
    font-size: 22px !important;
}

.icon-button i:hover {
    color: black;
}

.warning-orders {
    color: #ffc107;
    font-weight: bold;
}

.alert-orders {
    color: #ef5350;
    font-weight: bold;
}

.date-select {
    width: 75px !important;
}

.adjust-label {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0.8em !important;
}

.dates-container {
    padding-top: 0.8em !important;
    margin-bottom: 0 !important;
}

.main-div-container {
    padding-top: 1.5em !important;
}

.help-paragraph {
    white-space: pre-line !important;
    wordWrap: 'break-word' !important;
    font-size: 15px !important;
    color: gray !important;
}

.help-paragraph-b {
    white-space: pre-line;
    wordWrap: 'break-word';
    font-weight: bold;
}

.help-paragraph-pre {
    white-space: pre;
    wordWrap: 'break-word';
}

.yellow-span {
    color: #ffc107;
    font-weight: bold;
    font-size: 15px;
    padding-top: 1.2em !important;
}

.red-span {
    color: #ef5350;
    font-weight: bold;
    font-size: 15px;
}

.subtitle-span {
    font-weight: bold;
    font-size: 17px;
    color: gray;
    padding-bottom: 1em;
}

.padding-list {
    padding-left: 1.5em;
}

.image-lg {
    /*width: 100%;*/
}

.sides-width-lg {
    margin-right: 2.8%;
    margin-left: 2.8%;
    max-width: 94%;
    max-height: 100%;
    overflow-y: auto;
}

.help-icon {
    padding-left: 1em;
    font-size: 1.6em !important;
    color: #496ea2;
}

.no-padding-left {
    padding-left: 0px !important;
}

.timer {
    padding-top: 1em !important;
    margin: 0 !important;
}

.timer:hover {
    cursor: pointer;
}

.help-titles {
    color: #496ea2;
    ;
}

.help-list {
    font-size: 15px !important;
    color: gray !important;
}

.mini-card:hover {
    background-color: #e5e5e6;
}

.z-index-xs {
    z-index: 1;
}

.z-index-md {
    z-index: 5;
}

@-moz-document url-prefix() {
    select-box.init-time select {
        width: 80px !important;
    }
}

/* ------------------- geozones ----------------------*/

h2.k {
    width: 81%;
    text-align: left;
    border-bottom: 1px solid #DACFCF;
    line-height: 0.1em;
    margin: 10px 0 20px;
    margin-left: 18%;
}

.canvas-title {
    font-size: 15px;
    margin-left: -22%;
}

.canvas-border {
    margin-bottom: 2%;
    border-top: 1px solid #E8E8E8;
    box-shadow: 2px 1px #DACFCF;
}

.canvas-red-border {
    border-left: 3px solid #ef5350;
    margin-bottom: 2%;
    border-top: 1px solid #E8E8E8;
    box-shadow: 2px 1px #DACFCF;
}

.canvas-yellow-border {
    border-left: 3px solid #ffc107;
    margin-bottom: 2%;
    border-top: 1px solid #E8E8E8;
    box-shadow: 2px 1px #DACFCF;
}

.canvas-green-border {
    border-left: 3px solid greenyellow;
    margin-bottom: 2%;
    border-top: 1px solid #E8E8E8;
    box-shadow: 2px 1px #DACFCF;
}

.canvas-separator {
    margin-bottom: 7%;
}

.canvas-icon {
    padding-right: 10px;
}

.canvas-icon i {
    margin: auto;
}

.canvas-icon-disable i {
    color: #CECECE;
}

.canvas-icon-enable i {
    color: #1FB9AC;
}

.canvas-blue-text {
    color: #1FB9AC;
    font-weight: bold;
}

div.tile-text small {
    color: black;
}

.notification-map {
    position: relative !important;
    height: 230px !important;
    /*border-radius: 5px !important;*/
}

.canvas-content-map {
    border: 1px solid #CECECE;
    /*border-radius: 5px;*/
    margin: auto;
}

.canvas-content-map p {
    font-size: 15px;
    margin-bottom: 4%;
}

.canvas-card-body {
    border-right: 1px solid gainsboro;
}

.offcanvas-pane {
    top: 64px !important;
    overflow: hidden !important;
}

/*-------------------- end geozones ------------------*/

.colorpicker {
    z-index: 4999;
}

.offcanvas-geozone-head {
    border-bottom: 1px solid #f9f9f9;
}

.offcanvas-geozone-body {
    right: -17px;
    background-color: #f9f9f9;
}

.list-geozone {
    padding-left: 5px;
    background-color: white;
}

.has-footer {
    border-bottom: 1px solid gainsboro;
}

.offcanvas-footer {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.zone-description {
    font-size: 11px !important;
}

.card-actionbar-footer {
    background-color: white !important;
}

.color-white {
    color: white !important;
}

.opacity-50 {
    opacity: 0.5;
}

.text-italic {
    font-style: italic;
}

.text-under-line {
    text-decoration: underline;
}

.help-text {
    position: relative;
    bottom: 37px;
}

.text-md {
    font-size: 15px;
}

.margin-left {
    margin-left: 12px;
}

/*a.disabled {
    color: gray;
    cursor: not-allowed;
    text-decoration: underline;
}*/

.no-border {
    border: none !important;
}

.ludyform-map {
    position: relative !important;
    height: 232px !important;
    padding-left: 12px;
    width: 82.4%;
}

.map-picker-full {
    position: relative !important;
    border: 1px solid gainsboro;
    width: 98.5%;
}

.map-picker-full-default-heigth {
    height: 320px !important;
}

.gm-style-iw {
    top: 12.5px !important;
    left: 15px !important;
}

.cursor div div+div {
    width: 300px !important;
}

.no-border .multiSelect-input {
    border: none !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.8;
}

.gray-text-area {
    overflow: auto;
    resize: none;
    margin-top: 3%;
    background-color: #F2F2F2;
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: scroll;
    overflow: -moz-scrollbars-horizontal;
}

.icon-android {
    color: #95C628;
    font-size: 20px;
}

.icon-windows {
    color: #5883d6;
    font-size: 17px;
}

.icon-question {
    font-size: 19px;
    color: gray;
}

.wrapped-text {
    width: 100%;
    word-wrap: break-word;
    display: inline-block;
}

.text-align-center {
    text-align: center;
    vertical-align: middle;
}

.focus-check:focus+span {
    border-bottom: 2px solid #496ea2;
}

.gmnoprint {
    z-index: 0 !important;
}

.my-cluster {
    z-index: 1000;
}

ngb-modal-window.modal.fade.show {
    opacity: 1 !important;
}

ngb-modal-window.modal.fade.show .modal-dialog {
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
}

.order-card-list {
    padding: 10px !important;
    margin-top: 5px !important;
}

.description-card {
    padding-left: 5px !important;
}

.profile-image-header {
    width: 40px;
    height: 40px;
    background-color: rgb(245, 245, 245);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    float: left;
    line-height: 40px;
}

.initials-name-header {
    font-size: 21px;
    color: #2b3557;
}

.profile-image-leftBar {
    width: 66.95px !important;
    height: 66.95px !important;
    background-color: rgb(245, 245, 245);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials-name-leftBar {
    position: relative;
    font-size: 34px;
    top: 6%;
    color: #2b3557;
}

.top-username-initials-name {
    margin-top: 7%;
    line-height: 14px !important;
    padding-left: 14px !important;
}

ul.nav li.active a {
    padding-bottom: 8px;
}

.float-card {
    padding: 10px;
}

.float-card h3 {
    margin-top: 0px;
}

.float-header-card {
    padding: 12px !important;
}

.textarea-script {
    overflow: auto;
    resize: none;
    background-color: #F2F2F2;
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: scroll;
    overflow: -moz-scrollbars-horizontal;
}

.modal-footer {
    border-top: none;
}

.pac-container {
    z-index: 2000 !important;
}

.style-danger {
    background-color: red;
    color: white;
}

.style-danger:hover {
    color: white !important;
}

.style-danger header {
    font-weight: 400;
}

.btn-danger {
    background-color: red !important;
}

.text-danger {
    color: red !important;
}

.title-detail {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 4px;
}

ul.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.modal-content {
    /*
    *esto es apra remover el pixelado en chome
    *de copper
    */
    border-radius: 0px !important;
}

ngb-modal-window.modal-xl .modal-dialog {
    width: 69%;
}

.display-none {
    display: none;
}

.border-card {
    border-left: 3px solid #496ea2;
}

.text-secundary {
    color: #0aa89e;
}

.margin-bottom-md {
    margin-bottom: 10px !important;
}

.jstree-clicked.jstree-disabled {
    font-weight: 800 !important;
}

/* .jstree-default .jstree-wholerow-clicked{
    background: #496ea2 !important;
}

.jstree-anchor.jstree-clicked{
    color:white !important;
} */

.padding-bottom-md {
    padding-bottom: 10px;
}

.date-on-scroll .adjust-container .floating-label .input-group .input-group-content .bootstrap-datetimepicker-widget {
    position: initial;
}

.padding-icon-xs {
    /* iconos que se visualizan en el detalle de la ruta en el mapa */
    padding-left: 9px !important;
    padding-right: 9px !important;
}

.em-1x {
    font-size: 1em !important;
}

.no-scroll {
    overflow: hidden;
}

canvas.rul_ruler {
    /*
    esta clase es para la relca de medidion vertical y horizontal
    de la recla de medicion en los formatos digitales
    */
    z-index: 9 !important;
}

.rul_corner {
    /*
    esta clase es para el cuadrito de la esquina superior izquierda
    de la recla de medicion en los formatos digitales
    */
    z-index: 10 !important;
}

div.ui-icon-gripsmall-diagonal-se {
    z-index: 0 !important;
}

table .red-row {
    color: white;
    padding: 3px;
    background: #ec0000e0 !important;
    border-radius: 2px 2px 2px 2px !important;
}

table .orange-row {
    padding: 3px;
    background: #ffa500d6 !important;
    border-radius: 2px 2px 2px 2px !important;
}

table .yellow-row {
    padding: 3px;
    color: black;
    background: #ffff00ab !important;
    border-radius: 2px 2px 2px 2px
}

table .green-row {
    padding: 3px;
    color: black;
    background: #00ff0082 !important;
    border-radius: 2px 2px 2px 2px;
}

.red-color {
    color: #ec0000e0 !important;
    background: #ec0000e0 !important;
    border-radius: 2px 2px 2px 2px !important;
    border: 1.2px gray solid !important;
}

.orange-color {
    color: #ffa500d6 !important;
    background: #ffa500d6 !important;
    border-radius: 2px 2px 2px 2px !important;
    border: 1.2px gray solid !important;
}

.yellow-color {
    color: #ffff00ab !important;
    background: #ffff00ab !important;
    border: 1.2px gray solid !important;
    border-radius: 2px 2px 2px 2px !important;
    border: 1.2px gray solid !important;
}

.green-color {
    color: #00ff0082 !important;
    background: #00ff0082 !important;
    border-radius: 2px 2px 2px 2px !important;
    border: 1.2px gray solid !important;
}

p.text-help {
    text-align: justify;
    font-size: 12px;
    margin-top: 12px;
}

.additional-information {
    opacity: 0.7;
    font-size: 11px;
}

/**
*estilo para la linea entre componentes
*/
canvas.line-between-component{
    background: transparent;
    opacity: 0.9;
}

.a-link{
    color:#496ea2
}


@media (max-width: 400px) {
    ul.header-nav.header-nav-profile{
        position: absolute;top:0px;right:0px;
    }
  }

/* Force Orders Table */
.ovfx-h  .table-responsive{
    overflow-x: hidden;
}

.table-container {
    max-height: 200px; 
    overflow-y: auto;
}

.table {
    width: 100%; 
    border-collapse: collapse; 
}

.table th, .table td {
    padding: 4px !important; 
    border: 1px solid #dee2e6;
    text-align: left; 
}

.thead-fixed {
    position: sticky; 
    top: 0;
    background-color: rgb(229 229 230);
    z-index: 10;
}



/* dropdown-submenu styles*/
.dropdown-submenu > a.dropdown-item:after {
    font-family: FontAwesome;
    content: "\f054";
    float: right;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu > .dropdown-menu {
    height: fit-content;
}