.width-barra-rojo {
    width: 0; 
    height: 0; 
    border-style: solid; 
    border-width: 0 22px 35px 22px;
    border-color: transparent transparent #DB5461 transparent;
    margin: -3px 0px 0px 0px;
}

.width-barra-naranja {
    width: 0; 
    height: 0; 
    border-style: solid; 
    border-width: 0 22px 35px 22px;
    border-color: transparent transparent #F4953D transparent;
    margin: -3px 0px 0px 0px;
}

.width-barra-amarillo {
    width: 0; 
    height: 0; 
    border-style: solid; 
    border-width: 0 22px 35px 22px;
    border-color: transparent transparent #FFD357 transparent;
    margin: -3px 0px 0px 0px;
}


.width-barra-violeta {
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #8B86C4  ;
	margin: auto;
}

.width-barra-acp {
    width: 0; 
    height: 0; 
    margin: -7px 0px 0px 0px;
}

.icono_barra_alerta{
	margin-left: -12px;
	margin-top: 11px;
	width: 24px;
    cursor: pointer;
}

.icono_barra_advertencia{
	width: 2.5%;
	width: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    cursor: pointer;
}

.icono_barra_acp{
    width: 2.5%;
    width: 42px;
    margin: auto;
    cursor: pointer;
}

.barra-alerta{
    border-radius: 4px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    cursor: pointer;
}

.overlaybtn {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    z-index: 2000;
}

.popup {
    margin: 70px auto;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: 65%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h3 {
    color: #333;
    margin: 5px;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #181714;
}
.popup .content {
    overflow: auto!important;
    -moz-overflow: hidden!important;
    width: 100%!important;
}

#btn_ref{
    padding: 5px !important;
    height: 30px !important;
    width: 100%;
    text-decoration: none !important;
    margin-left: 2px;
    font-size: 14px;
    background-color: #848484 !important;
    color: #fff;
}

#tab_ref{
    border: 1px solid #ccc;
}

.ref_td{
    text-align:center;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.ref_th{
    vertical-align: middle !important;
    text-align:center !important;
    border-bottom: 1px solid #ccc !important;
    font-size: 12px !important;
}

.ref_body_td{
    text-align: center;
}

.ref_img{
    position:relative;
    height:28px;
}

.olacalor
{
    margin-bottom: 10px !important;
}

.celda_barra
{
    z-index: 200;   
}
