﻿#wrapper
{
    background-image:none !important;
}
.verticalMid input {
    vertical-align:middle;
}
.ui-autocomplete {
       background-color: #fff;
       border: 1px solid #02a8e4;
       border-top: none;
       
       box-shadow: 0 4px 4px 2px #c3c3c3; /*0 4px 7px 2px #c3c3c3;*/
       
       padding: 0.2rem 2px; /*0.2rem 1rem;*/
       display: block;
       
       border-bottom-radius: 6px;
       position: absolute;
}
.ui-autocomplete li {
       list-style: none;
       display: block;
       width: 100%;
       line-height: 1.4rem;
       padding: 0px;
}
.ui-autocomplete li a {
       padding: 0px 1rem;
}

.ui-autocomplete li a,
.ui-autocomplete li a:link,
.ui-autocomplete li a:hover,
.ui-autocomplete li a:visited {
       display: block;
       width: 100%;
       text-decoration: none;
       color: #333;
       line-height: 1.4rem;
       overflow: hidden;
       text-overflow: ellipsis;
       font-size: 0.875rem;
}
.ui-autocomplete li:hover,
.ui-autocomplete li:focus,
.ui-autocomplete li a:hover,
.ui-autocomplete li a:focus {
       cursor: pointer;
       background-color: #f4f5f8;
}
.ui-autocomplete li a.ui-state-hover {
       background-color: #f4f5f8;
}
.width_20
{
    width: 20% !important;
}

.documentText a {
    background: none !important;
}
.documentText ul li:before, .documentText ul ul li:before, .documentText ul ul ul li:before {
    background-image: none;
}
.listaSinEstilo
{
    list-style:none;
}
.listaSinEstilo li
{
    list-style:none;
}

.box
{
    margin-right:18px;
    margin-left:18px;
}
@media all and (min-height:600px) and (max-height: 768px)
{
    .colmaps
    {
        /*height: 72.9% !important;*/
        height: 63.6% !important;
    }

    #panel_mapa
    {
        width: 100%;
        /*height: 72.9% !important;*/
        height: 63.6% !important;
    }
}
@media all and (min-height: 768px) and (max-height:4000px)
{
    .colmaps
    {
        /*height: 80% !important;*/
        height: 73% !important;
    }

    #panel_mapa
    {
        width: 100%;
        /*height: 80% !important;*/
        height: 73% !important;
    }
}
#divMostrarPanel
{
    width:20% !important;
    height:100% !important;
}
#divOcultarPanel
{
    width:20% !important;
    height:100% !important;
}

#map
{
    width:100% !important;
    height:100% !important;
}

.list.folding>.block .foldingcontent {
    display: block;
    padding: 13px 0px 0 20px;
}
.markerIcon
{
    height: 16px;
    width: 16px;
    text-decoration:none;
}

.markerIcon:hover
{
    text-decoration:none;
}
.markerIcon:link
{
    text-decoration:none;
}
.js .list.folding>.block.open .foldingcontent
{
    padding-left: 10px !important;
}

.ocultarDisplay
{
    display: none;
    height: 0px;
    width: 0px;
}

.foldingcontent
{
    white-space: nowrap;
    overflow-x: auto;
}

.listaSinEstilo li
{
    height:25px;
    clear:both;
    line-height: 1em;
}

.nav-view .line-info .line-info-stops .line-info-stop .line-info-stop-img.stop-bar
{
    background: linear-gradient(to right,rgba(192,192,192,1) 0,rgba(192,192,192,1) 100%);
    background-size: 3px 3px;
    background-position: center;
    background-repeat: repeat-y;
    width: 40px;
}

.divImgLinea
{
    width:10%; 
    float:left;
}

.line-info-stop-img 
{
    
}

.stop-bar
{
    
}

.imgTransparentLinea
{
    height: 100%; 
    width:100%;
    /*background: rgb(0, 158, 224) url(../images/transparent.png) repeat-y inherit cover;*/
    background-image: url(../images/transparent.png); 
    background-color: rgb(0, 158, 224); 
    /*background-size: 40px 3px;*/
    background-size: cover;
    background-position: center center;
    background-repeat: repeat-y;    
}

.listaSinEstilo li:last-child div
{
    height:25px;
    background: none;
}

.icons 
{
    display: inline-block;
    position: relative;
    top: 1%;
    left: 2%;
    z-index: 1;
}

.stop-conn-circle-icon
{
    background-color: #fff!important;
    border: 2px solid #000;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.circuloLinea
{
    background-color: rgb(0, 158, 224); 
    color: rgb(255, 255, 255);
}

.circuloLineaRuptura
{
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255);
}

.divTextoLinea
{
    background-color:white;
    width:85%; 
    float:left;
    margin-top: -4px;
}

.flotaDch {
	float: right;
	padding-left: 8px;
}
.flotaIzq {
	float: left;
	padding-right: 8px;
}

.iconoVisor
{
    /*margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 13px;
    margin-top: 10px;*/
}

.height_24
{
    min-height:24px;
}
.height_24 span
{
    line-height:24px;
}

#panelLineasParadas .row.col-2+.row {margin-top:0;}

.imgTiempoBus
{
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-right: 10px;
}

.litTiempoBus
{
    color: red;
    font-weight: bold;
    margin-right: 10px;
}

/*.buscador{
    padding: 0 5px;
    background:transparent url(../images/search.png) center right no-repeat;
}*/


/* Buscador */
/*.col .article {
    padding-top: 10px !important;
}

.searchContainer {
  position: absolute;  
  width: 90%;
  max-height: 8em;
  height: 100%;
}

.searchWrapper{
  background: #FFF;
  height: 24px;
}

.searchForm {  
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  padding-left: 0.5em;
  padding-right: 6em;
}

.searchText {
  width: 100%;
  outline: none;
  height: 100%;
  border: none;
  z-index: 1;
  color: #555;
}

.searchButton {
  padding: 0 24px !important;
  border-radius: 2px !important;
  background:rgb(200, 216, 222) url(../images/search.png) center center no-repeat !important;
  border: none !important;
  cursor: pointer !important;
  text-align: center !important;
  height: inherit !important;
  opacity: 0.5 !important;
  position: absolute !important;  
  top: 0.5px !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

.searchButton:hover{
  background-color: #537691 !important;
  color: #DDD !important;
  opacity: 0.8 !important;
}*/
.box {
    -webkit-box-shadow: 2px 2px 3px #ccc; */
    -moz-box-shadow: 2px 2px 3px #ccc;
    -ms-box-shadow: 2px 2px 3px #ccc;
    -o-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 18px;
}