﻿body {
   /* background-color: #ccc; */
}
.container-fluid {
    border: 1px solid #aaa;
    margin: 10px;
}
.ComboRutaDark {
   background-color: #ccc;
}
.col-sm-2 {
    height: 50px;           
}
.col-sm-3 {  
    height: 50px;        
}
.col-sm-6 { 
    height: 50px;          
}
.col-sm-8 {  
    height: 50px;          
}
.col-sm-10 {
    height: 50px;           
}
#toplogo {
    padding-top: 10px;
}
#mensajes {
    padding-top: 19px;
    text-align: right;
    margin: 0px 0px 10px 0px;     
}
#seleccionarruta {
    width: 100%;
    color: #000;
    margin-bottom:5px;
    /* background-color: #ccc; */
}
#autorefrescar {
    width: 100%;
    margin-bottom: 5px;
}
#borrar {
    width: 100%;                
    margin-bottom:5px;
}
#refrescar {
    width: 100%;   
    margin-bottom:5px;
}
#vertodo {
    width: 100%;
    margin-bottom: 5px;
}
.borrardiv {
    text-align: center;
}
.autorefrescardiv {
    text-align: center;
}
.refrescardiv {
    text-align: center;
}
.vertododiv {
    text-align: center;
}
@media only screen and (min-width : 768px) {
    .container {
        margin-top: 25px;
    }

    .borrardiv {
        text-align: left;
    }
    .autorefrescardiv {
        text-align: center;
    }

    .refrescardiv {
        text-align: center;
    }
    
    .vertododiv {
        text-align: right;
    }    
}      
#ubicacion-mapa {
    border: 1px solid #000;
    width: 100%;
    height: 460px;    
}
#mapdiv { 
    height: 475px;
}
#selectdiv {
       margin-bottom: 10px;
}
#halimage {
    vertical-align:middle;
    width: 37px;
    height: 37px;
    margin-bottom: 5px;
}
