#mapid { height: 180px; }
.main-menu{
    background: #F5F5F5;  
    padding-top: 20px;
    padding-bottom: 20px; 
}
.input-setting{
    position: relative;
   
}
.input-setting .fa{
    position: absolute;

    top:4px;
    z-index: 6;
    font-size: 17px;
    color:#9e9e9e;

}
.form-group{
    margin-bottom: 0px;

}
input[type], textarea, select {
    -webkit-appearance: none;
    /*background: #fcfcfc; */
    border-radius: 0 !important;
    border: 1px solid #ececec;
}
.form-control{
    border-radius: 0!important;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ec037f !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: none;
    width: 100%;
    margin-bottom: 0;
    border:none;
}
.arrow-icon{
    height:20px;
    cursor: pointer;
    vertical-align: middle;
    right: 20px;
    margin-top:-5px;
   margin-bottom:3px; 
   padding-left:28px;
  
}
.input-group-addon{width: 60px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    }
.widgets{
    background: #fff;
   
    padding-bottom: 10px;
    margin-top: 15px;
}

    .widgets-links {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fcfcfc;
  


}
 .widgets-links a{
    text-decoration: none;
    color:#616161;
}


.widget-body{
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 20px;
}
.widget-body a{
    text-decoration: none;
    
}
.widget-footer{
    padding-top: 10px;
    
}
.widget-footer a{
    padding-top: 10px;
    text-decoration: none;
    color: #616161;
}

.widget-button{
    margin-top: 25px;
   padding-bottom: 30px;
   color:white;
  font-size: 16px;
   
}
.widget-button .btn-danger{
    border: none;
    border-radius: none;
background-color: #4c4c4c;

}
.btn-group-lg>.btn, .btn-lg {
    
    border-radius: none;
}
.btn{
    border-radius: none;
}
.control-phone{
    display:none;

   
}
/*======================================media query=================================*/

@media only screen and (max-width: 500px) {
    .map-div {
        display:none;
    }
}
@media only screen and (max-width: 521px) {
    .map-div {
        display:none;
    }
}

/* optimizar ruta*/

.check-custom input[type="checkbox"] {
    display: none;
}

.check-custom  input[type="checkbox"] + .btn-group > label span {
    width: 20px !important;
}

.check-custom  input[type="checkbox"] + .btn-group > label span:first-child {
    display: none !important;
}
.check-custom  input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block !important;
}

.check-custom  input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block !important;
}
.check-custom  input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none !important;
}

.div-recoge-mensajero i{
    font-size: 1.5em;
    color: #EC037F;
    padding-top: 6px;
}
.div-recoge-mensajero input{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.icon-direccion-animate{
    transform-origin: 50%;
    transform-style: preserve-3d;
    animation-name: ckw;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes ckw {
    0% {
        -webkit-transform: rotateY(0deg); /* Safari */
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg); /* Safari */
        transform: rotateY(360deg);
    }
}
@keyframes ckw {
    0% {
        -webkit-transform: rotateY(0deg); /* Safari */
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg); /* Safari */
        transform: rotateY(360deg);
    }
}