/*
OSCAR: Diseño del subtitle, es un titulo que aparece entre campo y campo de los formularios, es un zfield
*/
.subtitle {
    background-color: #67809F;
    border-bottom: 0;
    padding: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
/*
OSCAR: Oculta el input que aparece antes de invocar el plugin, puede que quizas se pueda meter en el plugin
*/
.biit-switch {
    width: 0;
    visibility: hidden;
}
/*
OSCAR: Fix para que el qtip no aparezca encima del modal
*/
.qtip-fixmodal-zindex {
    z-index: 10 !important;
}
/*
OSCAR: Necesario para signature pad
*/
.signaturePad {
    border: solid black 1px;
    padding: 0;
}

button.radioButtons{
    text-align: center;
    cursor: pointer;
    outline: none;
    color: white;
    box-shadow: 0 6px #999 !important;
}

button.active{
    box-shadow: 0 2px #666 !important;
    transform: translateY(4px);
}

.row{ margin-left: 0 !important; margin-right: 0 !important;}
.pestanya.oculta {
    display: none;
}
.sgaLog{
    max-height:125px;
    overflow-y:auto;
    overflow-x:hidden;
}
.iHform .sgaOculto {
    display: none;
}

/*@CARGANDO*/
ajax {
    transition: 0.2s linear all;
}

.bloqCargandoModulo:not([data-seed="main"]) {
    /*background-color:hotpink;*/
    cursor: progress;
}

.bloqCargandoModulo > div {
    filter: blur(2px) grayscale(50%);
    pointer-events: none;
}

.contadorObra {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.contadorJS {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.contadorJS .inicio{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}

.contadorJS .clock {
    font-size: 30px;
    text-shadow: 0 0 1px black;
}