﻿div.contenidor-barra-content
{
    position: fixed;
    bottom: 0px;
    min-width:50%;
    text-align:center;
}

span.genericiconhelp.edit {
    position: absolute;
    right: 127px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url("../../../CSS/images/icon-editar.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 55px;
}

.genericiconhelp {
    position: absolute;
    right: 97px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../../../CSS/images/icon-buscar-ajuda.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 55px;
}

.iconhelp {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-image: url(../../../CSS/images/icon-buscar-ajuda.png);
    background-repeat: no-repeat;
}

span.iconhelp.edit {
    position: absolute;
    left: -25px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url("../../../CSS/images/icon-editar.png");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 0px;
}

span.iconhelp.withtab {
    top: 50px;
    right: 10px;
}
/*div.contenidor-barra-content div.capa-informacio-text {
    font-size: 1.5em;
    padding: 0.8em;
    background: #b4d9ff;*/
    /*background: linear-gradient(to right, #336ca6, #b4d9ff);*/
    /*background: linear-gradient(to right, #b4d9ff, #336ca6);*/
/*}*/
/*NUEVO LABEL HELP*/
.capa-informacio-text {
    padding: 0.5em 1.5em;
    background: linear-gradient(135deg, #b4d9ff, #d6eaff);
    color: #03396c;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #99c2f5;
    font-weight: bold;
    position: relative;
    font-size: 16px;
    margin-bottom: 1.5em;
}

    /* Pequeña decoración con un icono "i" de información */
    .capa-informacio-text::before {
        content: "ℹ️";
        font-size: 1em;
        padding-right: 10px;
    }
/*NUEVO LABEL HELP*/

.camp
{
    font-family: Arial, Helvetica, sans-serif;   
}
    
div.contentlabel {
    color: hsl(0, 0%, 20%);
    float: left;
    font-size: 1.15em;
    margin: 5px 0;
    padding-right: 5px;
    min-height: 20px;
}

div.contentinput input[disabled], div.contentinput select[disabled], div.contentinput textarea[disabled] {
    background: none repeat scroll 0 0 #f79f5844;
    opacity: 0.6;
}

div.contentinput select
{
    width: 100%;
}


div.contentinput select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: normal;
    padding: 0 5px;
    height: 30px;
}

div.contentinput select:disabled 
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div.contentinput select option {
    border-bottom: 1px solid hsl(0, 0%, 59%);
    line-height: 10px;
    min-height: 30px;
    min-width: 100%;
    padding: 5px 0 5px 5px;
}

div.input {
    overflow: hidden;
    padding: 2px 5px;
    /*11/02 - Martí
    display: flex;
	align-items: center;*/
} 
div.input, div.input.float{
    float:none;
    display:inline-block;
    vertical-align:middle;
}

.input {
    margin-top: 5px;
}

div.input div.contentinput {
    float: left;
    /*11/02 - Martí*/
    flex-grow: 1;
}

div.contentlabel {
    color: hsl(0, 0%, 20%);
    font-size: 1.1em;
    line-height: 10px;
}

div.contentinput input {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 59%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: hsl(0, 0%, 0%);
    float: left;
    
    /*font-size: 1.1em;*/
    font-size: 12px;
    
    height: 30px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px !important;
    box-shadow: inset 5px 5px 10px -10px #000000;
    -moz-box-shadow: inset 5px 5px 10px -10px #000000;
    -webkit-box-shadow: inset 5px 5px 10px -10px #000000;
    
    /*height: 22px;*/
    height: 30px;
}
    div.contentinput input.numeric.kSimpleScan {
        padding-right: 25px !important;
    }
div.contentinput textarea {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 59%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: hsl(0, 0%, 0%);
    max-width: 100%;
    min-width: 100%;
    padding: 5px 10px !important;
    box-shadow: inset 5px 5px 10px -10px #000000;
    -moz-box-shadow: inset 5px 5px 10px -10px #000000;
    -webkit-box-shadow: inset 5px 5px 10px -10px #000000;
}
div.contentinput select, div.dataTables_length label select {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    color: hsl(0, 0%, 0%);
    box-shadow: inset 5px 5px 10px -10px #000000;
    -moz-box-shadow: inset 5px 5px 10px -10px #000000;
    -webkit-box-shadow: inset 5px 5px 10px -10px #000000;
}
div.float {
    float: left;
}

.ui-autocomplete li a label {
    display: inline-block;
}


div.input div.contentinput > div.search, div.input div.contentinput > div.inputscan {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: hsla(0, 0%, 0%, 0);
    background-image: url("/WebBaseClient/CSS/images/search-scan.png");
    background-origin: padding-box;
    background-position-x: 0px;
    background-position-y: 0px;
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-left: -21px;
    margin-top: -4px;
    width: 20px;
}
/*
div.input.checkbox {
  height: 34px;
  display: flex;
  align-items: center;
}*/

div.input.checkbox label {
    float: left;
    /*font-size: 1.1em;*/
    margin:6px 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #aaa;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
body.mobile .slider::before {
    height: 0.8em;
    width: 0.8em;
    left: 0.1em;
    bottom: 0.1em;
}
body.mobile .slider.round {
    border-radius: 1em;
}
body.mobile .switch {
    width: 2.5em;
    height: 1em;
    margin-top: 0.2em;
}

body.mobile input:checked + .slider:before {
  -webkit-transform: translateX(103px);
  -ms-transform: translateX(103px);
  transform: translateX(103px);
}

input:checked + .slider {
  background-color: #ff8d38;
}

input:focus + .slider {
  box-shadow: #ff8d38;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}
.switch input:checked:disabled + .slider {
    background-color: #ffcc98;
}
.switch input:disabled + .slider {
    background-color: #ccc;
}

.kSearchCont label.switch {
    padding: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
    margin-top: 1px;
}

.switch input
{
    margin-top:2px;
    margin-left:5px;
    width:1px !important;
    height:auto !important;
    margin-top:2px !important;
    margin-left:5px !important;
}
div.ContentLoader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
div.ContentLoader > div.lockLoader {
    background-color: hsl(0, 0%, 0%);
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 100%;
}
div.ContentLoader > div.loader {
    background: url("../../CSS/images/loading.gif") no-repeat scroll center center hsla(0, 0%, 0%, 0);
        background-size: auto;
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: 5%;
}

body.mobile div.ContentLoader > div.loader 
{
    background-size: 50%;
}
div.formContent.ktf-form:not(.extra_Content_Visible) .extra_Container,
div.formContent.ktf-form:not(.extra_Content_Visible) .extra_Input {
    display: none;
}
button.showHideExtraContent.ui-state-default.lupaAmpliar{
    height: 33px;
    background: url(../../CSS/images/lupaAmpliar.png) no-repeat scroll center center grey;
}
button.showHideExtraContent.ui-state-default.lupaReducir {
    height: 33px;
    background: url(../../CSS/images/lupaReducir.png) no-repeat scroll center center grey;
}
div.formContent.ktf-form.kSimpleKeyboard:focus-visible {
    /* Previene bordeado de los navegadores con funcionalidades de accesibilidad cuando detectan un foco en un DIV y que el usuario lo vea */
    outline: none;
}