/***
 * $id$
 *********************************************************************************************************/

body {
    margin: 0px;
    font-family: verdana, arial;
    background: aliceblue url('/imagenes/fondo.jpg');
    width: 100%;
}

#cartel_problemas{
  width: 400px;
  position: absolute;
  background: white;
  font-size-adjust: 0.7;
  padding: 20px;
  top: 20%;
  right: 20%;
  z-index: 10;
  border: 2px solid black;
  display: none;
  text-align: center;
  font-family: calibri;
}

.botonAceptar{
  padding: 10px;
  border: 2px solid black;
  font-size: large;
  font-family: calibri;
}

.botonAceptar:hover{
  background: yellow;
  cursor: pointer;
}

.botones {
    height: 50px;
    width: 97%;
    margin: 10px auto 0 auto;
}

.botones span {
    margin-right: 5px;
}

.botones span button, .alertBotones  {
    cursor: pointer;
    border: 2px solid silver;
    color: #00395a;
    font-size: 14px;
    padding: 5px 15px;
    transition: 0.24s;
}

.botones span button:hover, .alertBotones:hover {
    border: 2px solid #00395a;
    background-color: #00395a;
    color: white;
}

.alertBotones:disabled {
    background-color: #bbb;
    color: #eee;
}

.error {
    width: 85%;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    font-size: medium;
    font-family: verdana;
    border: 6px groove lightblue;
    background-color: #9CF;
    -moz-border-radius: 16px;
}

.error .input {
  /*
    border: 3px ridge #5a3c28;
    font-size: small;
    font-weight: bold;
    letter-spacing: 0.5px;
    background: black;
    cursor: pointer;
    color: white;
  */
    cursor: pointer;
    border: none;
    color: white;
    background: dimgrey;
    padding: 5px 15px;
    transition: 0.24s;
}

.error .input:hover {
  /*
    background: blue;
    border: 3px groove #5a3c28;
    color: #ff9;
  */
    color: dimgrey;
    background: white;
}

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

.aviso {
    background: beige;
    width: 50%;
    margin: 20px auto;
    border: 1px solid;
    font-size: 1.3em;
}

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

#backup {
  border: 5px ridge darkred;
  padding: 15px;
  width:50%;
  margin: auto;
  margin-top: 20px;
  font-size: normal;
  font-weight: bold;
  background-color: rgb(255,255,204);
}

#errores {
  border: 5px ridge darkred;
  padding: 15px;
  width:50%;
  margin: auto;
  margin-top: 20px;
  font-size: normal;
  font-weight: bold;
  background-color: rgb(255,255,204);
}

#backup_path {
  font-size: small;
  text-align: center;
}

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

/*** DPS INFO DEBUG  *****/

#DPSinfoDebug {
  width: 90%;
  margin: auto;
}
#DPSinfoDebug td {
  font-size: .8em;
}

/*** DPS INFO DEBUG  *****/

#login { margin: auto;
         margin-top: 25px;
         width: 70%;
         border: 5px solid steelblue;
         border-radius: 15px;
         -moz-border-radius: 15px;
         background: silver; }
#login table { margin: auto;
               font-size: 1.3em; }
#login .caption { background: steelblue;
                  padding: 4px;
                  margin-bottom: 10px;
                  color: white;
                  vertical-align: middle;
                  text-align: center;
                  font-size: 1.5em;
                  text-shadow: 1px 2px black;
                  font-weight: bold; }
#login .error { border: 2px dashed red;
                padding: 3px;
                font-size: small;
                font-weight: bold;
                margin:auto;
                margin-bottom: 5px;
                background: white; }
#login th { width: 130px;
            text-align: right;
            padding-right: 6px; }
#login input { font-size: small;
               text-align: center;
               padding: 1px;
               width: 150px; }
#login input:hover[type=text],
#login input:hover[type=password] { background: papayawhip; }
#login #newpassword { width: inherit; text-align:center; cursor:pointer; padding: 2px 10px; }
#login .submit { color: white;
                 background: peru;
                 padding: 5px;
                 font-size: normal;
                 width: 100px;
                 cursor: pointer;
                 font-weight: bold;
                 border: outset goldenrod 3px;
                 border-radius: 15px;
                 -moz-border-radius: 15px; }
#login .submit:hover,
#login .submit:focus { border: groove khaki 3px;
                       color: yellow;
                       background: sienna; }
#winLogin_Content { background-color: black }

#infoTimeOut_content { font-size: 12pt;
                       text-align: center;
                       padding-top: 10px;
                       color: white;
                       background-color: black; }
/*** DPS INFO DEBUG  *****/

/**** bloque agregado por el autocompletar *****/
div.autocomplete {
  position:absolute;
  width:250px;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  background-color: #ffc; /* marco */
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected {
  border: 1px solid black; /* marco */
  background-color: #7E7E7E; /* marco */
  color: white; /* marco */
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding: 0px 2px 0px 2px; /* marco: 2px */
  /*height:32px;*/
  font-family: Verdana; /* marco */
  cursor:pointer;
  /* font-size: small;
  font-weight: bold; */
  border: 1px solid transparent; /* marco */
  border-bottom: 1px solid silver; /* marco */
}

div.autocomplete ul li span.informal {
  display: block;
  padding-left: 5px;
  font-style: oblique;
}
/*********/
.titulo {
    border: 1px outset black;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
    background: url(/include/dhtmlxGrid/imgs/background.jpg);
    padding: 3px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    letter-spacing: 0.9px;
}

#contenido { max-height:300px; overflow-y: hidden; overflow:auto;}
#contenido button { cursor: pointer; }
#contenido table { background: white; border: 1px solid black; font-size:small; }
#contenido table th { background: url(/include/dhtmlxGrid/imgs/header.gif); color: white; }
#contenido input { margin-right:3px; }
.tr0 { background-color: #ccc; }
.tr1 { background-color: #ddd; }
#cantidad { text-align: right; }
#add { cursor: pointer; }
.thArriba {border:1px solid silver; border-bottom:none;}
.thIzquierda {border:1px solid silver;}
.thDerecha {border:1px solid silver;}
#contenido table td { border:1px solid silver; }


/** inicio switch **/
.switch {
  position        : relative;
  display         : inline-block;
  vertical-align  : middle;
  width           : 56px;
  height          : 20px;
  padding         : 3px;
  background-color: white;
  border-radius   : 18px;
  box-shadow      : inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor          : pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position           : relative;
  display            : block;
  height             : inherit;
  font-size          : 10px;
  text-transform     : uppercase;
  background         : #eceeef;
  border-radius      : inherit;
  box-shadow         : inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition         : 0.15s ease-out;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: black;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: calc(100% - 22px); /*40px; hack Marco*/
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}
/** fin switch **/

#infoMenu {
  position: absolute;
  top: 4px;
  right: 4px;
}

#infoMenu IMG {
  height: 23px;
  vertical-align: bottom;
}

#infoMenu span {
  color: white;
  background: red;
  border-radius: 1em;
  padding: 03px 8px;
  font-weight: bold;
  cursor: pointer;
}

.todas_bien{
    background: seagreen !important;
}

.hide {
  display: none;
}

.contenedor_totales{
  position: absolute;
  right: 10px;
  top: 5px;
  border:1px solid grey;
  color: grey;
  padding: 6px;
}

.pasajeros_totales{
}

.atencion{
  display: inline;
  background: yellow;
  padding: 2px;
}