@font-face {
    font-family: "Play";
    src: url("/css/Play-Regular.ttf");
}

@font-face {
    font-family: "LCD";
    src: url("/css/Small LCD Sign.ttf");
}

body {
    font-family: "Play", sans-serif !important;
}

.box-title {
    font-family: "Play", sans-serif !important;
}

.box {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.box-footer {
    background-color: rgba(255, 255, 255, 0) !important;
    border-top: 0px none !important;
}

.sys-bkg {
    background-image: url('https://media.reactor.com.ar/fondos/fondo_005.png');
    background-color: #222d32;
}

.widget-redondeado {
    border-radius: 10px !important;
}

.pnl-srl {
    color: rgb(185, 185, 185);
    font-size: smaller;
}


.frm-tit {
    background-color: #C11313;
    margin-bottom: 10px;
    margin-top: -3px;
    padding-top: 15px;
    padding-bottom: 13px;
    color: white;
}

.frm-cmp {
    border-radius: 20px !important;
}

.frm-cmp-txt {
    font-weight: normal !important;
}

.frm-btn {
    border-radius: 20px !important;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.frm-btn-vlv {
    background-color: #ECF0F5;
    color: #444444;
}

.frm-btn-col {
    background-color: #C11313;
    color: white;
}

.frm-btn-eli {
    background-color: #FF2D2D;
    margin-right: 10px;
}

.frm-btn-vis {
    background-color: #C11313;
    margin-right: 10px;
}

.opc-btn {
    border-radius: 50px !important;
    background-color: #C11313;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.opc-btn-ico {
    margin-top: 2px;

    margin-left: 10px;
    padding-right: 20px;
    margin-right: 30px !important;
}

.opc-btn-txt {
    margin-left: 8px !important;
}

.cfg-btn {
    border-radius: 7px !important;
    border: 1px solid #ececec;
    background-color: #F4F4F4;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cfg-btn-ico {
    margin-top: 2px;
    margin-left: 10px;
    padding-right: 20px;
    margin-right: 30px !important;
}

.cfg-btn-txt {
    margin-left: 8px !important;
}

.btn-action {
    background-color: #C11313;
    border-color: none;
    color: white;
    outline: none;
}

.btn-action:hover {
    color: white;
    background-color: #ff2e2e;
    outline: none;
}