


/* ==========================================================================
   Login Form
   ========================================================================== */


#login-form {
  display: table;
  width: 350px;
}


#login-form label, #login-form input {
  display: table;;
  margin-bottom: 10px;
}

#login-form input {
  clear: right;
  float: right;
  width: 60%;
}

#login-form label {
  clear: left;
  float: left;
  width: 30%;
  padding-top: 5px
}

#login-form a#btn-login {
  float: right;
  clear: both;
  margin-top: 6px;
  margin-bottom: 6px;
  display: block;
  padding: 5px;
  background: #4982BD;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}

#login-form a#btn-login:hover {
  background: #213448;
  color: #fff;
  text-decoration: none;
}

.window#win-login-form {
  z-index: 99 !important;
}




/* ==========================================================================
   Progress Bar
   ========================================================================== */
/*
.full-progress {
  background: url('../img/test-bg.gif') repeat-x !important;
}
*/



.alarma.multiple {
  border-bottom: 2px solid #797979;
}

.alarma.alarmed.multiple {
  border-bottom: 2px solid red;
}

.alarma.justified.multiple {
  border-bottom: 2px solid #62ff00;
}

.alarma.checked.multiple {
  border-bottom: 2px solid blue; /*#61daff*/
}




.alarma.warning {
  background: #E8E823;
  
}

.alarma.warning:hover {
  background: yellow;
}


.alarma.warning.alarmed .item-data h3 {
  color: yellow;
}


.alarma.warning.checked .item-data h3 {
  color: yellow;
}

.alarma.warning.justified .item-data h3 {
  color: yellow;
}




.alarma .progress-bar {
  position: absolute;
  width: 103.5%;
  height: 4px;
  top: -3px;
  left: -3px;
  background: #fff;
}

.alarma .progress-bar .progress {
  display: block;
  height: 4px;
}


.alarma.alarmed h3, .alarma.justified h3, .alarma.checked h3 {
  float: left;
  margin-left: 5px;
}

.alarma .alarma-main {
  float: right;
  border-radius: 50%;
  width: auto;
  font-size: 21px;
  font-weight: bold;
  height: 100%;
  margin-right: 3px;
  color: #DFD6D6;
  /*text-shadow: 1px 1px 1px #000;*/
}

.alarma .alarma-main.checked {
  color: blue;
}

.alarma.taller .alarma-main {
  float: left;
  width: auto;
  font-size: 18px;
}


.alarma .letra-container {
  display: table;
  float: right;
  width: auto;
  padding-top: 6px;
}

.alarma.taller .letra-container {
  display: table;
  float: none;
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 0px;
}

.alarma.taller .letra-container {
  width: 100%;
}

.alarma.alarmed .alarma-main.justified {
  color: #AECBB2;
}

.alarma.checked .alarma-main.justified {
  color: #AECBB2;
}
.alarma.alarmed .alarma-main.checked {
  color: #5476C1;
}



.alarma .progress-bar .progress {
  display: block;
  height: 100%;
  border-radius: 0px;
  background: red;
}

.alarma.checked .progress-bar .progress {
  background: #B0C3E0;
}


.alarma .progress-bar {
  height: 120%;
  background: transparent;
  opacity: .25;
}


.alarma.taller .progress-bar {
  height: 75px;
}

.alarma .item-data {
  position: absolute;
  z-index: 99;
  width :100%;
  height :100%;
  top: 0px;
  left: 0px;
}


/* ==========================================================================
   Layout de Movimientos listados
   ========================================================================== */




.alarma {
    width: 89px;
    height: 45px;
    background: #F9F8F8;
    float: left;
    display: table-cell;
    border: 3px solid transparent;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;    
    box-shadow: 1px 1px 1px 1px #ccc;
    
    overflow: hidden;
    cursor:pointer;
}




.alarma h3 {
    font-size: 12px;
    margin: 0px;
    padding-top: 7px;
    font-size: 13px;
}




.alarma h2 {
  position: absolute;
  font-size: 12px;
  top: 5px;
  left: 17px;
  color: #ce5f5f;
}
.alarma.alarmed h2 {
  color: gainsboro;
  top: 5px;
  left: 5px;
}
.alarma:hover {
    background: #AFAFAF;
}

.alarma.blinking {
    background: rgb(216, 95, 95);
    color:#fff;
}

.alarma h1 {
    font-size: 16px;
}


.alarma.blinking {
  background: #802828 !important;
}



.alarma.alarmed {
    background: #B55D5D;
    color:#fff;
    width: 184px;
}.alarma.justified {
    background: green;
    color:#fff;
    width: 184px;
}.alarma.oldalarm {
    background: #D28080;
    color:#fff;
    width: 184px;
}.alarma.checked {
  color: #fff;
  background: #3F78A9;
  width: 184px;
}
.alarma.wider {
  width: 184px;
}

.alarma.checked .alarma-main.checked {
  color: #fff;
}

.alarma.alarmed:hover {
    background: rgb(216, 95, 95);
}







/* ==========================================================================
   Listado de equipos
   ========================================================================== */

.alarma.des.transaction {
  background: #599259;
  color : #fff;
}
.alarma.des.alarmed {
  background: #C33131;
  color : #fff;
  width: 89px;
}





/* ==========================================================================
   Botones del Mapa
   ========================================================================== */

.localize-moto:hover .localize-popup {
  display: table;
}

.localize-popup {
  display: none;
  position: absolute; 
  height: auto;
  top: -110px;
  left: -6px;
  width: 170px;
  padding: 5px;
  background: white;
  opacity: .8;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 1px #ccc;
  color: #000;
  border-radius: 5px;
}

.localize-moto {
  position: relative;
  width: 58px;
  height: 67px;
  display: table;
  float: left;
  margin-right: 10px;
}

.localize-moto:last-child {
  margin-right: 0px;
}


#map-btn-localize {
  display: table;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  bottom: 30px;
  left: 7px;
  background: rgba(255,255,255, .99);
  color: #793998;
  border-radius: 4px;
  box-shadow: 1px 1px 1px #666;
}