.img-20 {
    width: 20px;
    height: 20px;
}
.img-25 {
    width: 25px;
    height: 25px;
}
.img-30 {
    width: 30px;
    height: 30px;
}
.img-40 {
    width: 40px;
    height: 40px;
}
.img-50 {
    width: 50px;
}

.img-auto {
    width: 100%;
    height: 50%;
}

.oculto {
    display: none;
}

.fondo-negro {
    background-color: rgba( 0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.parsley-error{
    border-color:#e74856
}
.pointer {
    cursor: pointer;
}

.dark-modal .modal-content {
    background-color: #292b2c;
    color: white;
}
.dark-modal .close {
    color: white;
}
.light-blue-backdrop {
    background-color: #5cb3fd;
}


/*--- estilos de angular gauge ---*/
mwl-gauge {
    width: 150px;
    height: 150px;
    display: block;
    padding: 10px;
}
mwl-gauge > .gauge > .dial {
    stroke: #eee;
    stroke-width: 2;
    fill: rgba(0, 0, 0, 0);
}
mwl-gauge > .gauge > .value {
    stroke: rgb(47, 227, 255);
    stroke-width: 2;
    fill: rgba(0, 0, 0, 0);
}
mwl-gauge > .gauge > .value-text {
    fill: rgb(47, 227, 255);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1em;
}
