/* Class change state*/
.changeEstate {
    text-decoration: line-through;
    color: #D2D2D2;
}

#dimmer
{
    background:#000;
    opacity:0.4;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index: 100;
}

.rojo
{
    color:red;
}

#login{
    border-top: 2px solid #3c8dbc; 
    border-bottom: 2px solid #3c8dbc; 
    border-radius: 15px;
    background-color: rgba(255,255,255, 0.8);
}


.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.tamnio_span{
  font-size: 13px
}

#footer_control_trees{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  padding-bottom: 30px;
  padding-top: 12px;
  border-top: 2px solid #DAD9D6;
  z-index:2000;
  background-color: white;
}