@charset "utf-8";
/* CSS Document */
#loadingInfo {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: auto;
	vertical-align:middle;
	text-align:center;
    background-color:#CCC;
	z-index:50000;
	display:none;
	opacity: 0.4;
    filter: alpha(opacity=40); }
#loadingInfo i { font-size:80px; position:inherit; top:40%; line-height: 100%; color:#000; }

.selectedOption {
  background-color: rgba(255, 25, 56, 0.6);
  color: #fff;
}

.cl-reprobada { background:#F90; color:#FFF; }
.cl-enriesgo { background:#F00; color:#FFF; }
.cl-aprobada { background:#090; color:#FFF; }
.cl-destacada { background:#39F; color:#FFF; }

.cl-Pending { background:#333; color:#FFF; }
.cl-InProcess { background:#0FF; color:#333; }
.cl-Completed { background:#F0F; color:#FFF; }
.cl-InClarification { background:#FCF; color:#333; }

.blink { animation: blinker 1s linear infinite; }

@keyframes blinker { 
  100% {
	opacity: 0;
  }
}
