.click {
    cursor: pointer;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
    /*color:#fff;*/
    
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #edb100;
    padding:9px 15px;
    /*border-bottom:1px solid #eee;
    /*background-color: #f0ad4e;*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #694D9F;         /*#5bc0de;*/
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}

.loader-background {
    width: 100%;
    height: 100%;
    position: fixed; /* Cambiamos de absolute a relative */
    /*padding-top: 10%;*/
    /*padding-left: 10%;*/
    background-color: #2220209c;
    z-index: 9999;
}

.loader{
  border: 16px solid #d4d4d4;
  border-top: 16px solid #13232e;
  border-bottom: 16px solid #13232e;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  animation: spin 1.5s linear infinite;
  position: absolute; 
  left: 0;
  bottom: 0; 
  right: 0; 
  top: 0; 
  margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#screensaver {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  background: #000;
  display: none;
}

#screensaver.show {
  display: block;
}

#canvas {
  position: relative;
}

#screensaver i {
  position: absolute;
  top: 50px;
  right: 50px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


#calendar {
    font-family: Arial;
    font-size: 12px;
  }

  #calendar caption {
    text-align: left;
    padding: 5px 10px;
    background-color: #10a15e;
    color: #fff;
    font-weight: bold;
  }

  #calendar th {
    background-color: #10792a;
    color: #fff;
    width: 40px;
  }
  .rojo {
    color: #FF0000;
  }

  .amarillo {
    color: #F7FE2E;
  }

  .verde {
    color: #01DF01;
  }