@font-face {
    font-family: 'Univers Condensed';
    src: url('../fonts/UniversCondensed.woff') format('woff');
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Condensed.woff') format('woff');
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNextCondensed-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Lemon Milk';
    src: url('../fonts/LemonMilk.woff') format('woff');
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('../fonts/CaviarDreams.woff') format('woff');
}

html,
button,
input,
optgroup,
select,
textarea {
    font-family: Helvetica Neue, Arial, sans-serif !important;
}

span {
    font-family: Univers Condensed, Arial, sans-serif !important;
    font-weight: bold;
}

select {
    font-family: Univers Condensed, Arial, sans-serif !important;
}

input,
textarea {
    font-family: Helvetica Neue, Arial, sans-serif !important;
}

label,
select {
    font-size: 15px;
    margin-bottom: .1rem;
}

input,
button,
select,
textarea {
    line-height: normal;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #000;
}

.form-control-padding {
    padding: 0.15rem 0.5rem;
    font-size: 13px;
    height: 1.5em;
}

#FormEditarOrden select.form-control:not([size]):not([multiple]),
#FormProcOrden select.form-control:not([size]):not([multiple]) {
    height: calc(1.25rem + 2px);
    padding: 0.15rem 0.1rem;
    font-size: 12px;
}

#FormEditarOrden label,
#FormProcOrden label {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#FormEditarOrden .form-group,
#FormProcOrden .form-group {
    margin-bottom: 0px;
}

#FormEditarOrden .fv-control-feedback,
#FormProcOrden .fv-control-feedback {
    margin-top: -7px;
}

#date-part {
    font-size: 1em;
    font-family: Caviar Dreams, Arial, sans-serif !important;
}

#time-part {
    font-size: 1.7em;
    font-family: Lemon Milk, Arial, sans-serif !important;
}

#weather-text {
    font-size: 0.7em;
}

#weather-temperature {
    font-size: 1.5em;
}

.middle {
    width: 95%;
    text-align: center;
}

.middle input[type="radio"] {
    display: none;
}

.middle input[type="radio"]:checked+.box {
    background-color: #2a2760;
    border: solid 2px white;
    border-radius: 10px;
}

.middle input[type="radio"]:checked+.box span {
    color: white;
}

.middle input[type="radio"]:checked+.box span:before {
    transform: translateY(0px);
    opacity: 1;
}

.middle .box {
    width: 100px;
    height: 40px;
    background-color: #fff;
    border: solid 2px white;
    border-radius: 10px;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.middle .box span {
    position: absolute;
    transform: translate(0, 7px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    font-size: 1em;
    user-select: none;
    color: #007e90;
}

.middle p {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

.ImgLang {
    width: 35px;
    height: 20px;
    margin-right: 3px;
}

.img-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.btn-third {
    background-color: none !important;
}

.f1 {
    font-family: Univers Condensed, Arial, sans-serif !important;
}

.f2 {
    font-family: Helvetica Neue, Arial, sans-serif !important;
}

.f3 {
    font-family: Avenir Next, Arial, sans-serif !important;
}

body {
    /*background: url(../images/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #6d6e70;
    color: #000;
    height: 100vh;
    font-family: Helvetica Neue, Arial, sans-serif !important;
    font-size: 14px;
}

.aligned-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.logo {
    height: 55px;
}

.logo2 {
    height: 75px;
}

.logo3 {
    height: 35px;
}

.bg-navbar {
    background-color: rgba(64, 52, 229, 0.95);
}

.notificacion i {
    font-size: 25px;
    color: red;
    text-shadow: 1px 1px 3px white;
}

.notificacion sup {
    color: black;
    padding: 1px 4px;
    border-radius: 50px;
    top: -16px;
    left: -6px;
    border: solid 1px black;
    font-weight: bold;
    background-color: white;
}

.botones.botones {
    padding: 3px 7px;
    background-color: #181377;
    color: white;
    border: solid 2px white;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    font-family: Univers Condensed, Arial, sans-serif !important;
}

.botones.botones_big {
    padding: 7px 12px;
    font-size: 16px;
}

.botones_disabled {
    background-color: #fff !important;
    color: #007e90 !important;
}

.botones2 {
    color: black;
    border: solid 1px black;
    border-radius: 10px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    padding: .1rem .1rem;
    font-family: Univers Condensed, Arial, sans-serif !important;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(158, 158, 158, 0.84) 99%, rgba(158, 158, 158, 0.84) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(158, 158, 158, 0.84) 99%, rgba(158, 158, 158, 0.84) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(158, 158, 158, 0.84) 99%, rgba(158, 158, 158, 0.84) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d69e9e9e', GradientType=0);
}

.table thead th {
    border: 1px solid #555;
    background-color: #483cea;
    color: white;
    font-size: 13px;
}

.bg-white {
    background-color: #FFF;
}

.bg-gray {
    background-color: #6d6e70;
}

.bg-gray2 {
    background-color: #d0d1d3;
}

.bg-blue {
    background-color: rgba(64, 52, 229, 0.95);
}

.bold {
    font-weight: bold;
    width: 100%;
}

.label-white {
    padding: 2px;
    background-color: white;
    font-size: 13px;
}

.h-20px {
    height: 20px;
}

.h-40px {
    height: 40px;
}

.h-60px {
    height: 60px;
}

.h-80px {
    height: 80px;
}

.h-100px {
    height: 100px;
}

.border-left-2 {
    border-left: solid 2px gray;
}

.border-bottom-2 {
    border-bottom: solid 2px gray;
}

.click {
    cursor: pointer;
}

.link {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.link:hover {
    text-decoration: none;
    color: white;
}

.bg-blue {
    background-color: #483cea;
    color: white;
    font-weight: bold;
}

.border-bg {
    border-top: solid 2px rgba(0, 0, 0, .5);
    border-bottom: solid 2px rgba(0, 0, 0, .5);
}


/* MODAL */

.modal {
    background: rgba(0, 0, 0, 0.25);
}

.modal-app {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-app-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0;
}

.modal-app-dialog-little {
    margin: 20px auto 30px auto;
}

.modal-app-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #483cea;
    border-radius: 0;
    box-shadow: none;
    background: #f7f7f7;
}

.modal-app-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 90px;
    padding: 10px;
    background-color: #483cea;
    border: 0;
    color: white;
}

.modal-app-header-blue {
    background: #483cea;
    color: white;
}

.modal-app-body-gray {
    background: #ddd;
}

.modal-app-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-app-body {
    position: absolute;
    top: 90px;
    bottom: 1px;
    width: 100%;
    font-weight: 300;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-app-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}


/* END MODAL */

.required {
    color: red;
    font-weight: bold;
}

.red {
    color: red;
}

.text-blue {
    color: #483cea;
}

.bor-g {
    border: solid 1px black;
    padding: 3px 5px;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-23 {
    width: 23% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

.w-100px {
    width: 100px !important;
}

.w-120px {
    width: 120px !important;
}

.w-140px {
    width: 140px !important;
}

.w-160px {
    width: 160px !important;
}

.w-180px {
    width: 180px !important;
}

.w-200px {
    width: 200px !important;
}

.w-300px {
    width: 300px !important;
}

.form-control-feedback {
    width: 100%;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: .25rem;
    text-align: right;
    margin-right: 20px;
}

.table {
    width: 100% !important;
}

.form-control {
    font-size: 13px;
}

.pac-container {
    z-index: 2000 !important;
}

.pac-logo:after {
    display: none !important;
}

.nav-tabs .nav-link .botones {
    background-color: #fff;
    color: #007e90;
}

.nav-tabs .nav-link.active .botones {
    background-color: #181377;
    color: white;
}

#RangeDate {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

#RangeDateBusqueda {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.TipoOrden label {
    margin-right: 25px;
}

.strong,
strong {
    font-weight: bold !important;
}

.driverEnabled {
    background-color: green;
    border-radius: 10px;
    width: 10px !important;
    height: 10px !important;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -10px;
}

.driverDisabled {
    background-color: red;
    border-radius: 10px;
    width: 15px !important;
    height: 15px !important;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: -8px;
    right: -43px;
}

.imageThumb {
    max-height: 75px;
    border: 2px solid;
    margin: 10px 10px 0 0;
    padding: 1px;
}

.toast-message {
    font-size: 1.1em !important;
}

.NoOrden,
.OrdenCompletas {
    cursor: pointer;
}

.NoOrdenSelect {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.OrdenCompletaSelect {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.Messages,
.Alerts {
    border-radius: 50%;
    padding: 3px;
    color: white;
    background-color: red;
}

.MensajesComandas {
    border-radius: 50%;
    padding: 3px;
    color: white;
    background-color: blue;
}


/*****************************************************/

#right-panel-map {
    font-family: 'Roboto', 'sans-serif';
    line-height: 30px;
    padding-left: 10px;
}

#right-panel-map select,
#right-panel-map input {
    font-size: 15px;
}

#right-panel-map select {
    width: 100%;
}

#right-panel-map i {
    font-size: 12px;
}

#map {
    height: 100%;
    float: left;
    width: 63%;
    height: 100%;
}

#right-panel-map {
    float: right;
    width: 34%;
    height: 100%;
    overflow-x: scroll;
}

#mapaConductor {
    height: 100% !important;
    width: 100% !important;
}


/***********************************************/

#MensajesComanda .nav-tabs .nav-link.active,
#MensajesComanda.nav-tabs .nav-item.show .nav-link {
    background-color: #181377;
    color: white;
    border: solid 2px white;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    font-family: Univers Condensed, Arial, sans-serif !important;
}

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 780px;
        max-width: 780px;
    }
}

@media (min-width: 1202px) {
    .modal-lg {
        width: 890px;
        max-width: 890px;
    }
}

@media (min-width: 1502px) {
    .modal-lg {
        width: 1190px;
        max-width: 1190px;
    }
}

@media (min-width: 1650px) {
    .modal-lg {
        width: 1140px;
        max-width: 1240px;
    }
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

span.emoji {
    vertical-align: middle;
    line-height: 2;
    font-size: 50px;
}

.select_emoji {
    -webkit-filter: hue-rotate(30deg);
    filter: hue-rotate(30deg);
}

.gm-style .gm-style-iw>div>div {
    overflow: hidden !important;
}

.custom-control-description {
    font-size: 13px;
}

.rectangule {
    width: 50px;
    height: 15px;
    border: solid 1px black;
    display: inline-block;
    background-color: white;
}

.circle {
    width: 15px;
    height: 15px;
    border: solid 1px black;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: white;
}

.circleBtn {
    width: 20px;
    height: 20px;
    border: solid 1px black;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: white;
    padding-left: 4px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

#DetallesEnvio>.modal-dialog,
#DetallesEnvio h6,
#DetallesEnvio button {
    font-size: 1.2rem;
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    height: 100% !important;
}

.wi {
    line-height: 1.4;
    *padding: 15px;
    font-size: 50px;
}


/* accuweather icons */

.icon-accu01:before {
    content: "\f00d";
}

.icon-accu02:before {
    content: "\f002";
}

.icon-accu03:before {
    content: "\f002";
}

.icon-accu04:before {
    content: "\f07d";
}

.icon-accu05:before {
    content: "\f003";
}

.icon-accu06:before {
    content: "\f002";
}

.icon-accu07:before {
    content: "\f013";
}

.icon-accu08:before {
    content: "\f00c";
}

.icon-accu09:before {
    content: "\f0d7";
}

.icon-accu10:before {
    content: "\f0d8";
}

.icon-accu11:before {
    content: "\f014";
}

.icon-accu12:before {
    content: "\f01a";
}

.icon-accu13:before {
    content: "\f009";
}

.icon-accu14:before {
    content: "\f009";
}

.icon-accu15:before {
    content: "\f01e";
}

.icon-accu16:before {
    content: "\f010";
}

.icon-accu17:before {
    content: "\f010";
}

.icon-accu18:before {
    content: "\f019";
}

.icon-accu19:before {
    content: "\f01b";
}

.icon-accu20:before {
    content: "\f00a";
}

.icon-accu21:before {
    content: "\f00a";
}

.icon-accu22:before {
    content: "\f01b";
}

.icon-accu23:before {
    content: "\f00a";
}

.icon-accu24:before {
    content: "\f076";
}

.icon-accu25:before {
    content: "\f0b5";
}

.icon-accu26:before {
    content: "\f015";
}

.icon-accu27:before {
    content: "\f0e9";
}

.icon-accu28:before {
    content: "\f0ea";
}

.icon-accu29:before {
    content: "\f017";
}

.icon-accu30:before {
    content: "\f055";
}

.icon-accu31:before {
    content: "\f053";
}

.icon-accu32:before {
    content: "\f012";
}


/* night */

.icon-accu33:before {
    content: "\f02e";
}

.icon-accu34:before {
    content: "\f086";
}

.icon-accu35:before {
    content: "\f086";
}

.icon-accu36:before {
    content: "\f086";
}

.icon-accu37:before {
    content: "\f04a";
}

.icon-accu38:before {
    content: "\f086";
}

.icon-accu39:before {
    content: "\f029";
}

.icon-accu40:before {
    content: "\f029";
}

.icon-accu41:before {
    content: "\f02d";
}

.icon-accu42:before {
    content: "\f02d";
}

.icon-accu43:before {
    content: "\f02a";
}

.icon-accu44:before {
    content: "\f02a";
}

.busqueda2 {
    margin-top: -10px;
}

.fixed-datosComanda {
    position: absolute;
    right: 0px;
    border: solid 4px black;
    border-right: 0px;
    z-index: 1061;
}

.select2-container .select2-selection--single,
.select2-selection__arrow {
    height: 30px;
    font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
}

.BotonVolver {
    position: absolute;
    margin-left: -15px;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.1rem 0.2rem;
}

.closeModal {
    float: right;
}

#ListaOrdenDia {
    overflow-y: scroll;
    background-color: #FFF;
}


/* The whole thing */

.custom-menu {
    display: none;
    z-index: 2000000000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    padding: 0;
}

.custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    list-style-type: none;
    transition: all .3s ease;
    user-select: none;
}

.custom-menu li:hover {
    background-color: #DEF;
}

.table-scroll tbody {
    display: block;
}

.table-scroll tbody {
    height: 84vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-secondary {
    color: #000;
    background-color: #fff;
    border-color: rgb(80, 80, 80);
}

.btn-secondary:hover {
    color: #000;
    background-color: #fff;
    border-color: rgb(80, 80, 80);
}

input[type="radio"],
input[type="checkbox"] {
    width: 17px;
    height: 17px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 200px !important;
}

.table th,
.table td {
    vertical-align: middle;
}