/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-nov-2015, 16:22:12
    Author     : Fran
*/

/* Global Styles */


@font-face {
    font-family: 'league gothic';
    src: url('fonts/LeagueGothic-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    margin-top: 55px;
    background-color: transparent;
}

.background-home{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990; 
    background-image:  url('../images/newbackground.png');
    background-size: cover;
    background-position: center center;
    padding-top: 20px;
}
.logo-home{
    max-height: 170px;
}

.pavfooter{
    position: absolute;
    bottom: 0;
}

.manual{
    color: #00ff7f;
}

.manual:hover, .manual:active, .manual:focus{
    color: #00ff7f;
}

@media(max-width:768px) {
    .logo-home{
   max-height: 180px;
}
}

.stop-scrolling {
 height: 100%;
 overflow: hidden;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    line-height: normal;
}
.fix-navbar{
    padding-top: 70px;
}
.mapD{
    top: 10% !important;
}.orderSubmenu{
    float: left;
    width: 33%;
}
.orderMenu{
    width: 100%;
}
.selectMPerm{
    min-height: 125px;
}
.fondomarron{
    background-color: brown;
}
.fondomorado{
    background-color: #EEE4FC;
}
@media(min-width:768px) {
/*    #wrapper {
        padding-left: 225px;
    }*/

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    font-size: 13px;
    /*color: #999;*/
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

/*@media(min-width:768px) {*/
.side-nav-left {
    position: fixed;
    top: 51px;
    left: 225px;
    width: 260px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
}

.side-nav-left>li>a {
    width: 259px;
    color: white;
}

.side-nav-left li a:hover,
.side-nav-left li a:focus {
    outline: none;
    background-color: #000 !important;
}
/*}*/

.side-nav-left>li>ul {
    padding: 0;
}

.side-nav-left>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav-left>li>ul>li>a:hover {
    color: #fff;
}

/* right panel*/
.side-nav-right {
    position: fixed;
    top: 51px;
    right: 225px;
    width: 259px;
    margin-right: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #222;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
}

.side-nav-right>li>a {
    width: 258px;
    
}

.side-nav-right li a:hover,
.side-nav-right li a:focus {
    outline: none;
    background-color: #000 !important;
}
/*}*/

.side-nav-right>li>ul {
    padding: 0;
}

.side-nav-right>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav-right>li>ul>li>a:hover {
    color: #fff;
}

.navbar-side-custom{
    background: #232121;
    
}
.navbar-side-custom>li{
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid grey;
}
.navbar-side-custom>li>a:hover{
    color: white;
    background-color: black;
 }
 
 .dropdown-toggle{
    /*color: #337ab7;*/
    font-size: 1em;
    font-weight: bold;
    /*border-bottom: 1px solid grey;*/
    /*background: lightblue;*/
 }

/* nav-side-right */

.pull-right .dropdown-menu:after{
    left: auto !important;
    right: 12px !important;
}
.pull-right .dropdown-menu{
    left: auto !important;
    right: -100px !important;
    /*width: 270px;*/
}


/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.mapa{
    position: absolute; top: 50px; right: 0; bottom: 0; left: 0;

}

.mapMap {
    position: relative;
    height: 650px;
}
#mapLegend{
    background: rgba(255,255,255,0.6);
}
#mapDrivers>table{
    /*position: absolute; top: 50px; right: 0; bottom: 0; left: 0;*/
    background: rgba(255,255,255,0.6);
    /*z-index: 1;*/
}

.container-drivers{
    background: rgba(249, 249, 249, 0.6);
    position: absolute;
    z-index: 10;
    margin-top: 30px;
    margin-left: 50px;
    width: min-content;
    border-radius: 2px;
    border: 2px solid #00000099;
}



.table-fixed {
    width: 100%;
    background-color: #f3f3f3;
  }
  .table-fixed tbody {
    height: 500px;
    overflow-y: auto;
    width: 100%;
  }
  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed th {
    display: block;
  }

.container-filter-driver{
    margin-top: 10px;
    }
.selectedIcon{
    opacity: 0.3 !important;
}
.disabled{
    /*pointer-events: none;*/
    cursor: not-allowed !important;
    color: lightgrey;
}

.leyenda-icon{
    height: 40px;
}

.container-leyenda{
    margin: 10px;
    margin-top: 5px;
    border: 1px solid grey;
    padding: 10px;
}

.container-map{
    margin-top: 5px;
    border: 1px solid grey;
    padding: 5px;
    margin-left: 30px;
    margin-right: 20px;
    background-color: #5d5a5a;
}



.bubble-avg-big{
 border: 2px solid #403e3e;
    
    height: 120px; 
    text-align: center; 
    padding-top: 20px;
    margin: 10px;
}
.bubble-avg-big .bubble-huge{
    font-size: 50px;
}
.bubble-avg-big .bubble-small{
position: absolute;
    right: 0;
    top: 80px;
    background: lightseagreen;
    color: whitesmoke;
    height: 38px;
    border-radius: 50%;
    font-size: 22px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 5px;
}

.bubble-green{
    background: lightgreen;
    color: black;
}
.bubble-yellow{
    background: lightyellow;
    color: black;
}
.bubble-red{
    background: lightcoral;
    color: black;
}
.bubble-black{
    background: black;
    color: white;
}

@keyframes blink {  
    0% { color: red; }
    100% { color: black; }
}
@-webkit-keyframes blink {
    0% { color: red; }
    100% { color: black; }
}
.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
} 

.no-padding{
    padding: 0px;
}

.no-margin{
    margin: 0px;
}

.datos-tienda{
    position: relative;
    bottom: 0px;
    padding-top: 45px;
    font-size: 16px;
    font-weight: 600;
}

.icono-mensaje{
    color: white;
    margin-top: 17px;
    position: absolute;
}

.nombre-tienda{
    min-height: 35px;
}

.contenedor-datos-hub{
    min-height: 110px;
    height: 156px;
        font-weight: 600;
}

.contenedor-datos-reloj{
        min-height: 110px;
        font-weight: 600;
}

.barra-menu-superior{
    background-color: #232121;
    border-bottom: 1px solid white;
}

.porcentaje-hub{
    font-size: 30px;
}

.icono-menu{
    display: none;
}

.glyphicon-forward,.glyphicon-backward{
    color: #e57520;
}

.navbar-side-custom>li>a{
    color: white;
    padding: 6px 10px;
}

.changelang{
    background-color: #3c3731;
    color: white;
}

.changelang-bodymodal{
    font-size: 18px;
}

.imagenes-contendor-datos-hub-pequeñas{
     max-height: 66px;

}

#LoginForm{
    padding: 10px;
    border: 2px solid #e7e7e7;
    margin: auto;
    border-radius: 10px;
    background-color: rgb(229 229 229 / 50%);
    max-width: 500px;
}

.modal{
    z-index: 9991;
}

.margin-bottom-40{
    margin-bottom: 40px;
}

.hiddeDesktop{
    display: none;
}

.deliveryTimeMobile{
    position: absolute;
    margin: 0 auto;
    margin-right: 37px;
}

@media (max-width: 767px) {
   .nav.navbar-right.top-nav, .nav.navbar-left.top-nav{
    display: none;
} 

.hiddeDesktop{
    display: inline;
}


#LoginForm{
    width: 80%;
    padding: 10px;
    border: 3px solid #f1f1f1;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 500px;
}

.side-nav-left {
    position: fixed;
    top: 43px;
    left: 225px;
    width: 260px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40px;
    height: 100%;
}

.icono-menu{
    display: block;
        color: #e57520;
    position: absolute;
    font-size: 25px;
    right: 13px;
    top: 10px;
    outline:0px;
}

.modal-body-hubs{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.applybuttonmobile{
    background-color: #337ab7;
    color: white;
}

.footer-hub-modal{
    text-align: center;
}

.navbar-twitch {
	position: fixed;
	top: 50px;
	right: 0px;
	width: 50px;
	height: 100%;
	border-radius: 0px;
	border: 0px;
    z-index: 1030;
}
.navbar-twitch.open {
	width: 240px;
}
.navbar-twitch > .container {
	padding: 0px;
	width: 100%;
}
.navbar-twitch .navbar-header,
.navbar-twitch .navbar-brand {
	float: none;
	display: block;
	width: 100%;
	margin: 0px;
}
.navbar-twitch .navbar-brand {
    height: 50px;   
}
.navbar-twitch > .container .navbar-brand {
	padding: 0px;
	margin: 0px;
}
.navbar-twitch > .container .navbar-brand > .small-nav {
	display: block;
}
.navbar-twitch > .container .navbar-brand > .small-nav > span.logo,	
.navbar-twitch.open > .container .navbar-brand > .full-nav {
    display: block;
	font-weight: bold;
	padding: 15px 2px 15px 3px;
	font-size: 18pt;
}
.navbar-twitch.open > .container .navbar-brand {
	width: 100%;
	padding: 15px 15px 60px;
	text-align: center;
}
.navbar-twitch.navbar-inverse > .container .navbar-brand > .small-nav > span.logo {
	/*color: rgb(255, 255, 255);*/
}
.navbar-twitch .navbar-nav > li {
	float: none;
}
.navbar-twitch > .container .full-nav {
	display: none;
}
.navbar-twitch.open > .container .full-nav {
	display: block;
}
.navbar-twitch.open > .container .small-nav {
	display: none;
}
.navbar-twitch .navbar-collapse {
	padding: 0px;
}
.navbar-twitch .navbar-nav {
	float: none;
	margin: 0px;
}
.navbar-twitch .navbar-nav > li > a {
	padding: 0px;
}
.navbar-twitch .navbar-nav > li > a > span {
	display: block;
	font-size: 16pt;
	padding: 13px 15px 13px 15px;
}
.navbar-twitch .tooltip,
.navbar-twitch .tooltip .tooltip-inner {
	max-width: auto;
	white-space:nowrap;
}
.navbar-twitch-toggle {
	position: fixed;
	top: 5px;
	left: 55px;
}
.navbar-twitch ~ .navbar-twitch-toggle > .nav-open {
	display: inline-block;
}
.navbar-twitch ~ .navbar-twitch-toggle > .nav-close {
	display: none;
}
.navbar-twitch.open ~ .navbar-twitch-toggle {
	left: 245px;
}
.navbar-twitch.open ~ .navbar-twitch-toggle > .nav-open {
	display: none;
}
.navbar-twitch.open ~ .navbar-twitch-toggle > .nav-close {
	display: inline-block;
}
    
}

.imagenes-contendor-datos-hub{
    max-height: 90px;
    margin-top: 5px;
}

.imagenes-barra-lateral{
    max-width: 50px !important;
    margin-right: 10px;
}

.min25{
    background-color: #43d643;
}

.min30{
    background-color: #9ad665;
}

.min45{
    background-color: #e6a25a;
}

.hub-admin{
   color: #a2a2a2
}

.enlaces-header{
    color: white;
}

li.listado-hubs{
       color: white;
       font-size: 14px;
       border: none;
       padding: 3px;
       margin-left: 10px;
       min-width: 130px;
       margin-top: 5px;
}

.separador-boton-listado{
    margin-top: 45px !important;
}

:root {
  /* larger checkbox */
}
:root label.checkbox-bootstrap input[type=checkbox] {
  /* hide original check box */
  opacity: 0;
  position: absolute;
  /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
  /* draw checkmark before the span placeholder when original hidden input is checked */
  /* disabled checkbox style */
  /* disabled and checked checkbox style */
  /* when the checkbox is focused with tab key show dots arround */
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 3px;
  /*checkbox border color*/
  border-color: #737373;
  display: inline-block;
  cursor: pointer;
  margin: 0 7px 0 -20px;
  vertical-align: middle;
  text-align: center;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
  background: #2591de;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 5px;
  height: 9px;
  /*checkmark arrow color*/
  border: solid white;
  border-width: 0 2px 2px 0;
  /*can be done with post css autoprefixer*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder {
  background: #ececec;
  border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder {
  background: #d6d6d6;
  border-color: #bdbdbd;
}
:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {
  outline: 1px dotted black;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-radius: 5px;
  /*checkbox border color*/
  border-color: #737373;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {
  width: 8px;
  height: 13px;
  /*checkmark arrow color*/
  border: solid white;
  border-width: 0 3px 3px 0;
}

.checkbox{
    margin-top: 1px;
    margin-bottom: 1px;
}

.name-hub{
    font-weight: 600;
}

.relojito{
    max-height: 75px;
}

.relojito-pequeño {
    max-height: 60px;
}

.panel-pequeño{
    border: 3px solid #444;
    border-radius: 0;
}

li.applybutton>a:hover{
    background-color: #2d6696 !important;
}

.icono-mapa {
    min-width: 40px;
    width: 40px;
    position: absolute;
    top: -31px;
    z-index: 10;
}

.fondo-marker{
    width: 33px;
    height: 33px;
    position: absolute;
    border-radius: 50%;
    top: -27px ;
    left: 3px;
    z-index: 9;
}

.labelsIconsMapRed{
    margin-left: 38px;
    position: absolute;
    top: 15px;
    padding: 2px;
    border-radius: 50px;
    font-weight: 600;
}

.labelsIconsMapGreen{
    margin-left: 38px;
    position: absolute;
    top: 34px;
    padding: 2px;
    border-radius: 50px;
    font-weight: 600;
}

.labelMapIcon{
    position: absolute;
    top: -15px;
    min-width: 100px;
}

.search-branch{
  margin-bottom: 10px;
}

.search-driver-list{
    border-collapse: separate;
    max-width: 300px;
    margin-top: 16px;
        display: inline;
}

.add-user-list{
    border-collapse: separate;
    max-width: 300px;
    margin-top: 16px;
    display: inline;
}

.tabla-drivers tbody > tr > td{
    border: 0;
}

.panel-custom{
    border-color: #3d6a92;
}

.panel-custom > .panel-body{
    border: 1px solid #3d6a92;
}

.panel-custom > .panel-heading{
    color: #ffffff;
    background-color: #3d6a92;
    border-color: #3d6a92;
}

.img-list{
    max-height: 60px;
    margin-left: 20px;
}

span.titulo-panel{
    font-size: 18px;
    font-weight: 500;
    margin-left: 20px;
}

.img-thumbnail{
        padding: 2px;
        margin-right: 5px;
}





.panel > .list-group .list-group-item:first-child {
    /*border-top: 1px solid rgb(204, 204, 204);*/
}
@media (max-width: 767px) {
    .visible-xs {
        display: inline-block !important;
    }
    .block {
        display: block !important;
        width: 100%;
        height: 1px !important;
    }
}
#back-to-bootsnipp {
    position: fixed;
    top: 10px; right: 10px;
}


.c-search > .form-control {
   border-radius: 0px;
   border-width: 0px;
   border-width: 1px;
   font-size: 1.3em;
   padding: 12px 12px;
   height: 44px;
   outline: none !important;
}
.c-search > .form-control:focus {
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none;
}
.c-search > .input-group-btn .btn {
   border-radius: 0px;
   border-width: 0px;
   border-left-width: 1px;
   border-bottom-width: 1px;
   height: 44px;
}


.c-list {
    min-height: 44px;
}
.title {
    display: inline-block;
    font-size: 1.7em;
    font-weight: bold;
    padding: 5px 15px;
}
ul.c-controls {
    list-style: none;
    margin: 0px;
    min-height: 44px;
}

ul.c-controls li {
    margin-top: 16px;
    float: left;
}

ul.c-controls li a {
    font-size: 1.7em;
    padding: 11px 10px 6px;   
}
ul.c-controls li a i {
    min-width: 30px;
    text-align: center;
    color: white;
    font-size: 24px;
    min-height: 50px;
}

ul.c-controls li a:hover {
    background-color: rgba(51, 51, 51, 0.2);
}

.c-toggle {
    font-size: 1.7em;
}

.name {
    font-size: 1.7em;
    font-weight: 700;
}

.c-info {
    padding: 5px 10px;
    font-size: 1.25em;
}

.icono-mapa-modal-locator{
    max-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

span.unassigned,span.ready{
    margin-left: 5px;
}

.cantidad-listado-lateral{
    margin-right: 3px;
    font-size: 11px;
    margin-top: 6px;
}

.search-driver-inputlist{
    position: absolute;
    display: table;
    border-collapse: separate;
    max-width: 400px;
    right: 28px;
    margin-top: -36px;
}

.text-color-driver{
    display: block;
    min-height: 40px;
    font-size: 12px;
}

.separador-labels{
    border-right: 1px solid #d8d6d6;
    min-height: 60px;
    font-size: 12px;
}

.btn-marg{
    margin-left: 5%;
}

.btn-mover-hub{
    margin-left: 58%;
}

.footer-custom{
    color:#31708f;
    background-color: #3d6a92;
    border-color: #bce8f1;
    padding-left:5%;
    padding-right: 5%;
    max-height: 55px;

}
.btn-back-userForm{
    margin-left: 3%;
}

.applybutton{
    position: fixed !important;
    z-index: 900;
    display: block;
    border-radius: 0;
    background-color: #337ab7;
}


.btn-enviar-reports{
    margin-bottom: 20px;
}

.onTimeSummarySpan {
   position:absolute;
   left: 10%;
}

.menu-superior-pedidos{
    position: absolute;  
    left: 0px; 
    top: 10px; 
    text-align: center;
    color: #ecebeb;
}

.tr-orders td{
    text-align:center !important; 
    vertical-align:middle !important;
}
.switch{
    width: 75px !important;
    text-align:center !important; 
    vertical-align:middle !important;
    background-color: #D51111;
/*    border-color: red;*/
    color:white;
}
.switch .off{
    color:white;
}
.switch.checked small{
    left:47px !important;
}
.table-orders{
    margin-top:20px;
}
.span-orders-toogle{
    margin-left: 20px;
}

.span-orders-toogle{
    display:none;
}

.td-delivery{
     text-align:center !important; 
    vertical-align:middle !important;
}

.login2h{
       text-align: center;
    text-transform: uppercase;
    color: #000000;
}
/*input[type=text], input[type=password] {
    width: 50%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 50%;
}*/

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}
.pavfooter{
    width:100%;
bottom: 0;
background-color: black;
    position:fixed;
    height: 65px;
}
.pavfooter-span{
    float:right;
    margin-top: 5px;
    margin-right: 10px;
    color: white;
    font-weight: bold;
}
.pavfooter img{
    max-height: 60px;
    top: -5px;
    position: relative;
}

.button-login{
    border-radius: 20px;
    min-width: 100px;
    min-height: 40px;
    border: 1px solid #80847c;
    font-weight: bold;
}
.icon{
    display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 35px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}

.form-drawinmaps p, .form-drawinmaps button {
    margin-right: 18px;
    font-weight: bold;

}

.locationsMap{
    width:100%;
    height: 550px;
    position:fixed;
    overflow:hidden; 
    margin-top: 20px; 
}

    .touch-menu-la.opened{
        overflow-y: scroll;
    }
    
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    
    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
        border-radius: 10px;
    }
    
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5); 
    }
    
    .vehicleLocated {
        -webkit-animation: blinkCyan 0.5s linear infinite;
        -moz-animation: blinkCyan 0.5s linear infinite;
        animation: blinkCyan 0.5s linear infinite;
    }

    .datePromisedOtherDay{
        position: relative;
        top: 0px;
        display: block;
        font-size: 13px;
        margin-bottom: -3px;
        color: #9e0000;
        font-weight: bold;
    }
    
    @keyframes blinkCyan {  
        0% { color: cyan; }
        100% { color: black; }
    }
    @-webkit-keyframes blink {
        0% { color: cyan; }
        100% { color: black; }
    }

    @media (max-width: 992px) {
        .total-orders{
        margin-top: 20px;
        }
    }


    .tienda{
        height: 95px;
        padding-top: 3px;
    }

    .containerCard{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .fila{
        height: 115px;
        border-left: 1px solid #d9d9d9;
    }

    .fila1{
        min-height: 116px;
        border: 1px solid #d9d9d9;
    }

    .fila2{
        border: 1px solid #d9d9d9;
        min-height: 85px;
    }

    .font13{
        font-size: 13px;
    }

    .tiendaContainer{
        border-left: 0px;
    }

    .danger{
        background-color: #ffd6d6;
    }

    .success{
        background-color: #dff0d8;
    }

    .titleColumn{
        font-weight: bold;
        background-color: #e9e9e9;
        height: 40px;
        line-height: 17px;
        font-size: 13px;
        padding-top: 3px;
        border-bottom: 1px solid #d9d9d9;
    }

    .valueColumn{
        padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }

    .valueColumn1{
        padding-top: 10px;
    }


    .containerTable .row{
        margin: 0;
        margin-bottom: 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .buttonAccept{
        width: 50%;
        font-size: 16px;
        text-align: center;
        height: 65px;
        border-bottom-left-radius: 10px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 0px 
    }
    .buttonAccept-button{
        width: 90%;
        max-width: 300px;
        display: block;
        margin: auto;
        margin-top: 6px;
        border: 2px solid #d1f19e;
        border-radius: 20px;
        padding: 2px;
        background-color: #51aa86;
        color: white;
        font-size: 16px;
        font-weight: bold;
    }

    .buttonCancel{
        width: 50%;
        font-size: 16px;
        text-align: center;
        height: 65px;
        text-align: center;
        border-bottom-right-radius: 10px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 0px 
    }

    .buttonCancel-button{
        width: 90%;
        max-width: 300px;
        display: block;
        margin: auto;
        margin-top: 6px;
        border: 2px solid #f77d84;
        border-radius: 20px;
        padding: 2px;
        background-color: #e43131;
        color: white;
        font-weight: bold;
    }

    .buttonReady{
        width: 100%;
        font-size: 16px;
        text-align: center;
        height: 65px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 0px 
    }

    .buttonReady-button{
        width: 80%;
        max-width: 300px;
        display: block;
        margin: auto;
        margin-top: 6px;
        border: 2px solid #d1f19e;
        border-radius: 20px;
        padding: 2px;
        background-color: #51aa86;
        color: white;
        font-weight: bold;
    }

    .buttonExtern{
        width: 100%;
        font-size: 16px;
        text-align: center;
        height: 65px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 0px 
    }

    .buttonExtern-button{
        width: 80%;
        max-width: 300px;
        display: block;
        margin: auto;
        margin-top: 6px;
        border: 2px solid #4760a5;
        border-radius: 20px;
        padding: 2px;
        background-color: #6e8de3;
        color: white;
    }

    .buttonAccept-button img, .buttonCancel-button img , .buttonReady-button img, .buttonExtern-button img{
        margin: 4px;
        height: 32px;
    }

    .buttonAccept-button.disabled, .buttonCancel-button.disabled , .buttonReady-button.disabled, .buttonAccept-button[disabled], .buttonCancel-button[disabled] , .buttonReady-button[disabled]  {
        border: 2px solid #919191;
        background-color: #a5a5a5;
    }

    .buttonAccept-button.disabled img, .buttonCancel-button.disabled img, .buttonReady-button.disabled img,  .buttonAccept-button[disabled] img, .buttonCancel-button[disabled] img, .buttonReady-button[disabled] img{
        filter: grayscale(1);
    }

    
    .radiusBorders{
        border-bottom-left-radius: 20px;
    }


    .buttonDetails{
        padding: 5px;
        text-align: center;
    }

    .buttonDetails img{
        height: 40px;
    }

    .buttonLocalize{
        background-color: #ffffff;
        color: white;
        border: 1px solid #a3a4a5;
        border-radius: 100%;
        margin-bottom: 5px; 
        padding: 3px;
        -webkit-box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0 10px 20px -6px rgba(0,0,0,.12);
        box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
        font-size: 12px;
        text-align: center; 
        display: inline-block;
    }

    .buttonLocalize img{
        height: 25px;
    }

    .localized{
        background-color: #a9e7a5;
    }

    .noLocalized{
     background-color: #ffe68c;
    }

    .buttonAccept i, .buttonCancel i, .buttonDetails i{
        display: inline;
    }

    .buttonAccept span, .buttonCancel span, .buttonReady span, .buttonExtern span {
        display: inline;
        font-weight: bold;
    }

    .zone{
        font-size: 11px;
        padding-top: 7px !important;
    }

    .map{
        height: 350px;
    }

    .nameBranch{
        font-size: 0.7em;
        font-weight: bold;
        margin-bottom: 3px;
        margin-top: -3px;
    }

    .PedidosPendientes{
        margin-top: 10px;
    }

    .girarImg{
        transform: scaleX(-1);
    }

    .border-top-right-radius{
        border-top-right-radius: 8px;
    }

    .border-top-right-radius1{
        border-top-right-radius: 8px;
    }

    .border-top-right-radius2{
        border-top-right-radius: 0px;
    }

    .newMessage{
        height: 37px;
    }

    .list-group-item {
        padding: 8px 5px;
    }

    .branchSpan{
        color: white;
        font-size: 0.7em;
        font-weight: bold;
        position: relative;
        top: -3px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .orderNumberBooking{
        font-weight: bold;
        background-color: white;
        padding: 3px 5px;
        font-size: 11px;
        display: inline;
        border-radius: 10px;
        line-height: 33px;
        position: relative;
        top: -7px;

    }

    .orderNumberBooking1{
        font-weight: bold;
        background-color: white;
        padding: 3px 5px;
        font-size: 16px;
        display: inline;
        border-radius: 10px;
        line-height: 33px;
        position: relative;
        top: -7px;
    }

    .uppercase{
        text-transform: uppercase;
    }

    .originImg{
        width: 45px; 
        height: 45px;
        background-color: aliceblue;
        border-radius: 10px;
        padding: 3px;
        border: 1px solid #dfdfdf;
        margin-top: 12px;
    }

    .originImgSummary{
        width: 45px; 
        height: 45px;
        background-color: aliceblue;
        border-radius: 10px;
        padding: 3px;
        border: 1px solid #dfdfdf;
    }

    .paymentImg{
        width: 45px; 
        height: 45px;
        background-color: aliceblue;
        border-radius: 10px;
        padding: 3px;
        border: 1px solid #dfdfdf;
        margin-top: 12px;
    }

    .showAllHubsText{
        font-weight: bold;
        font-size: 14px;
        display: inline;
    }

    .assignDeliveryImg{
        height: 34px;
        margin-top: -16px;
        margin-bottom: 8px;
    }

    .imgDriver{
        height: 40px;
        width: 40px;
        padding: 2px;
        border-radius: 100%;
        border: 1px solid black;
    }

    .optionsDriverImg{
        margin-top: 10px;
        height: 40px;
        width: 40px;
    }

    .searchBar{
        height: 40px;
        border-radius: 30px;
        margin-bottom: 12px;
        display: inline !important;
        max-width: 400px;
    }

    .closeButton{
        border-radius: 100%;
    height: 39px;
    width: 40px;
    text-align: center;
    padding-top: 9px;
    position: relative;
    right: 24px;
    font-size: 9px;
    background-color: #e34141;
    border: 1px solid #ed5252;
    color: white;
    box-shadow: 0 3px 8px 0 #870909;
    }

    .containerAllowSounds{
        min-width: 65px;
        padding-top: 3px;
    }



      .iconEnableSound.disabledSound::after{
        content: "";
        width: 30px;
        transform: rotate(48deg);
        transform-origin: top left;
        border-top: 2.2px solid rgb(255, 0, 0);
        position: absolute;
        top: 15px;
        left: 11px;
     }

    .switch1 {
        position: relative;
        display: inline-block;
        width: 56px;
        height: 26px;
        margin-left:8px;
      }

      .switch2 {
        position: absolute;
        display: inline-block;
        width: 30px;
        height: 15px;
        margin-top: 12px;
      }

            
      .switch2 input { 
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      
      .switch1 input { 
        opacity: 0;
        width: 0;
        height: 0;
      }
      
      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 5px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      input:checked + .slider {
        background-color: #51aa86;
      }
      
      input:focus + .slider {
        box-shadow: 0 0 1px #51aa86;
      }
      
      input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
      }

      .slider1 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e53d09;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .slider1:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
      
      input:checked + .slider1 {
        background-color: #51aa86;
      }
      
      input:focus + .slider1 {
        box-shadow: 0 0 1px #51aa86;
      }
      
      input:checked + .slider1:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
      }

      .slider1.round {
        border-radius: 34px;
      }
      
      .slider1.round:before {
        border-radius: 50%;
      }


      
      /* Rounded sliders */
      .slider.round {
        border-radius: 34px;
      }
      
      .slider.round:before {
        border-radius: 50%;
      }

      .containerSwitch{
        display: inline-block;
        border: 1px solid #d9d9d9;
        padding: 8px 20px 1px 20px;
        background-color: #f3f3f3;
        color: #0a0a0a;
        font-weight: bold;
      }

      .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
      }

      .top-nav>li>a[disabled]{
        color: #747474;
      }

      .deliveryTimeOption{
        font-size: 11px !important;
        line-height: 9px !important;
        margin-top: -8px;
        text-align: center;
        padding-bottom: 24px !important;
      }

      .deliveryTimeOption span{
        font-size: 14px !important;
        position: relative;
        top: 10px;
      }


      .cancelOptionsList{
        list-style-type: none;
        margin-bottom: 40px;
      }
      

      .cancelOptions{
          padding-bottom: 5px;
          padding-top: 5px;
          font-size: 14px;
      }

      button.close {
        color: #3e3e3e;
        opacity: 1;
        text-shadow: none;
        font-size: 26px;
        border: 1px solid #ababab !important;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        padding-bottom: 2px;
        background-color: #e7e7e7;
    }

    .version{
        color: white;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }

    .codRecogida{
        font-size: 16px;
        color: black;
    }

    .imgRecogida{
        height: 22px;
    margin-top: 0px;
    }

    .panelSummaryEmpty{
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: scroll;
    }

    .panelSummary{
        height: 500px;
    }

    .panelSummary::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .panelSummary::-webkit-scrollbar-track {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 3px rgb(60 106 146);
        background-color: #ffffff;
    }

    .panelSummary::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 3px rgb(60 106 146);
        background-color: #e3dddd;
    }

    .roundsmenName{
        color: #333;
     } 


    .logoMarcaFiltro{
        width: 55px;
        height: 55px;
        background-color: #ffffff;
        border-radius: 5px;
        padding: 2px;
        border: 1px solid #dfdfdf;
        margin-bottom: 2px;
        align-items: center;
        display: inline-flex;
        margin-top: 10px;
        opacity: 1;
    }

    .logoMarcaFiltro img {
        width: 100%;
     }

    .oneBrand{
        display: inline-block;
        padding: 5px;
        width: 100px;
        text-align: center;
        font-size: 10px;
    }

    .oneBrand span{
    overflow: hidden; 
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    }

    .containerBrands{
    text-align: center;
    border: 1px solid #999999;
    margin-bottom: 9px;
    border-radius: 5px;
    background-color: whitesmoke;
    padding-bottom: 5px;
    }

    .noSelectedBrand{
        opacity: 0.35;
    }
 
    .brands{
        position: absolute;
        margin-left: 10px;
        margin-top: 3px;
        font-weight: bold;
        font-size: 12px;
    }

    .statusMap{
        padding: 2px;
        cursor: default;
    }

    .copyCustomerLocation{
        background-color: #0b0909;
        border-color: #262c48;
        color: white;
    }

    .copyBranchLocation{
        background-color: #0b0909;
        border-color: #262c48;
        color: white;
    }

    .iconEnableSound{
        color: #f8cf31;
        margin-top: 13px;
        margin-left: 10px;
        font-size: 20px;
    }

    .logo-header{
        position: absolute;
        height: 45px;
        top: 1px;
        margin-left: -13px;
        max-width: 90px;
    }
	
	.logo-NewOrder{
		max-height: 250px;
		max-width: 250px;
	}

    @media (min-width: 515px) {

        .valueColumn{
            padding-top: 20px;
        }

        .map{
            height: 450px;
        }

    }

    @media (max-width: 987px) {
        .border-top-right-radius{
            border-top-right-radius: 0px;
        }


        .allHubs span{
            font-size: 12px !important; 
        }

    }

    @media (min-width: 988px) {
        .border-top-right-radius1{
            border-top-right-radius: 0px;
        }

        .showAllHubsText{
            display: none;
        }

        .allHubs span{
            font-size: 9px !important; 
        }
    }

    @media (max-width: 763px) {
        .border-top-right-radius2{
            border-top-right-radius: 8px;
        }

        .border-top-right-radius1{
            border-top-right-radius: 0px;
        }
    }

    /* @media (min-width: 673px) {
        .border-top-right-radius2{
            border-top-right-radius: 0px;
        }
    } */


    @media (min-width: 515px) and (max-width: 987px) {
        .titleColumn{
            padding-top: 10px;
        }


    }

    @media (max-width: 514px) {
        .assignDeliveryImg{
            margin-top: -5px;
        }



    } 

    @media (max-width:767px) {
        .centrarTextoMovil{
            text-align: center;
            margin-bottom: 10px;
        }

        .deliveryTimeOption{
            position: absolute;
            width: 170px;
            top: 18px;
        }
    }

    @media (min-width:768px) {
        .modal-dialog {
            width: 700px
        }
    }



    @media (max-width:767px) {
    .containerAllowSounds{
        min-width: 54px;
        padding-top: 0px;
    }

    .iconEnableSound {
        color: #f8cf31;
        margin-top: 11px;
        margin-left: 6px;
        font-size: 15px;
    }


    .iconEnableSound.disabledSound::after {
        content: "";
        width: 23px;
        transform: rotate(48deg);
        transform-origin: top left;
        border-top: 2.2px solid rgb(255, 0, 0);
        position: absolute;
        top: 11px;
        left: 5px;
    }


      .switch2 {
        position: absolute;
        display: inline-block;
        width: 26px;
        height: 14px;
        margin-top: 12px;
      }

            
      .switch2 input { 
        opacity: 0;
        width: 0;
        height: 0;
      }
      

      .slider1 {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #e53d09;
        -webkit-transition: .4s;
        transition: .4s;
      }
      
      .slider1:before {
        position: absolute;
        content: "";
        height: 9px;
        width: 9px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }
      
      input:checked + .slider1 {
        background-color: #51aa86;
      }
      
      input:focus + .slider1 {
        box-shadow: 0 0 1px #51aa86;
      }
      
      input:checked + .slider1:before {
        -webkit-transform: translateX(13px);
        -ms-transform: translateX(13px);
        transform: translateX(13px);
      }

      .slider1.round {
        border-radius: 34px;
      }
      
      .slider1.round:before {
        border-radius: 50%;
      }
    }

  .loader {
    border: 10px solid #669386;
    border-bottom: 10px solid #e90c1d;
    border-top: 10px solid #175245;
    border-left: 10px solid #f88e35;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 1em auto;
    animation: spin 0.8s linear infinite;
  }

  .botonassing {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: black;
    width: 282px;
    height: 70px;
    font-size: 25px;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .pleasewait {
    text-align:center;
    margin: 1em;
    font-weight: bold;
  }