﻿div.ktf-form {
    margin: 0 auto;
    overflow: hidden;
    /* padding-bottom: 75px; */
}
.genericiconhelp {
    position: absolute;
    right: 97px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../../xCSS/images/help_2021.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 55px;
}
.iconhelp {
    position: absolute;
    /*top: 0px;
    right: 0px;
    height: 20px;
    width: 20px;
    background-size: 20px 20px;*/
    cursor: pointer;
    top:10px;
    right: 10px;
    width:26px;
    height:26px;
    background-size:contain;
    background-image: url(../../xCSS/images/help_2021.png);
    background-repeat: no-repeat;
}
span.genericiconhelp.edit {
    position: absolute;
    right: 127px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../../xCSS/images/help4.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 55px;
}
span.iconhelp.edit {
    position: absolute;
    left: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-image: url(../../xCSS/images/help4.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    top: 0px;
}
span.iconhelp.withtab
{
    top: 50px;
    right: 10px;
}
.search_container ~ .iconhelp:not(.edit) {
    right: 50px;
}
.formContainer {
    overflow: hidden;
}
.w50 {
    float: left;
    padding: 0 20px;
    width: 50%;
}
div.page1, div.page2 {
    display: none;
}
.invisible {
    visibility: hidden;
}
div.float {
    float: left;
}
div.input {
    overflow: hidden;
    padding: 2px 5px;
}
div.contentlabel {
    color: hsl(0, 0%, 20%);
    float: left;
    font-size: 100%;
    font-weight: bold;
    /*line-height: 10px;*/
    /*margin: 5px 0;*/
    margin: 2px 0;
    padding-right: 5px;
}
body.mobile div.contentlabel {    
    font-size: 50px;    
    line-height: 25px;    
}
div.input div.contentinput {
    float: left;
}
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: 95%;
    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;
}
div.contentinput input:disabled 
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
div.contentinput select:disabled 
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
div.contentinput select,div.dataTables_length label select {
    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: 95%;
    height: 30px;
    max-width: 100%;
    min-width: 100%;
    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;
}
div.dataTables_length label select
{
    float: none;
    min-width: auto;
}
div.contentinput select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: normal;
    padding: 0 5px;
}
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.contentinput input[disabled], div.contentinput select[disabled],
div.input div.contentinput textarea[disabled] {
    background: #ddd;
}
div.input.checkbox label:not(.switch) {
    display: block;
    float: left;
    margin: 3px 0;
    width: 30%;
}
div.input.checkbox {
    color: hsl(0, 0%, 20%);
    font-weight: bold;
    position: relative;
}
div.input.checkbox input {
    float: left;
    height: 10px !important;
    margin-top: 2px;
    width: 10px !important;
    margin-left: 10px;
}
div.input.clear {
    clear: both;
}
div.input.clear div.contentlabel {
}
div.input.clear div.contentinput input, div.input.clear div.contentinput select {
    max-width: 100%;
}
div.input.noLabel div.contentinput input, div.input.noLabel div.contentinput select {
    max-width: 100%;
}
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("../../xCSS/images/search-scan.png");
    background-origin: padding-box;
    background-position-x: 0px;
    /* background-position-y: -8px; */
    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;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ui-autocomplete li a label {
    display: inline-block;
}
.kSearchCont.kscan.ktf-form {
    background-color: hsl(0, 0%, 87%);
    background-image: none;
    border: 2px solid hsl(0, 0%, 0%);
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    padding: 30px 5px;
    width: 100%;
}
div.tableContainer.kscan {
    border: 1px solid hsl(0, 0%, 0%);
}
div.tableContainer.kscan table.dataTable thead tr {
    background-color: hsl(0, 0%, 87%);
    background-image: none;
}
div.tableContainer.kscan table.dataTable thead tr th {
    color: hsl(0, 0%, 20%);
    text-shadow: none;
}
div.kSearchCont.kscan div.closeOptions {
    display: none;
}
div.tableContainer.kscan table.dataTable tr.even td, div.tableContainer.kscan table.dataTable tr.odd td, div.tableContainer.kscan table.dataTable tr.even td.sorting_1, div.tableContainer.kscan table.dataTable tr.odd td.sorting_1 {
    background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 20%);
    padding: 6px 10px;
}
.ktf-form div.kexpandablecontent {
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 5px;
    text-decoration: underline;
    top: 5px;
}
div.ContentLoader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1101;
}
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("../../xCSS/images/loading.gif") no-repeat scroll center center hsla(0, 0%, 0%, 0);
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: 50px 50px;
}
.optionkradio {
    overflow: hidden;
}
.optionkradio > input[type="radio"] {
    display: block;
    float: left;
    height: 10px;
    margin: 2px 5px 5px 0;
    min-width: auto;
    width: 10px;
}
div.contenidor-barra-content {
    bottom: 0;
    left: 0;
    max-width: 100% !important;
    /* overflow: hidden; */
    position: fixed;
    width: 100%;
    z-index: 999999;
}
div.contenidor-barra-content div.contenidor-barra-estat {
    background: none repeat scroll 0 0 hsl(205, 66%, 82%);
    border-color: hsl(205, 65%, 64%);
    border-style: solid;
    border-width: 2px;
    min-height: 40px;
    padding: 10px 5%;
    position: fixed;
    bottom: 0;
    text-decoration: none;
    text-shadow: none;
    width: 100%;
}
div.contenidor-barra-content div.capa-informacio-text {
    background-image: url("../../xCSS/images/icon_info_blau.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    color: hsl(0, 0%, 33%);
    float: left;
    min-height: 20px;
    padding-left: 30px;
}
div.contenidor-barra-content .triangleborder {
    border-bottom: 25px solid hsl(205, 65%, 64%);
    border-left: 25px solid hsla(0, 0%, 0%, 0);
    border-right: 25px solid hsla(0, 0%, 0%, 0);
    bottom: -24px;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
}
div.contenidor-barra-content .triangle {
    border-bottom: 23px solid hsl(205, 66%, 82%);
    border-left: 23px solid hsla(0, 0%, 0%, 0);
    border-right: 23px solid hsla(0, 0%, 0%, 0);
    bottom: -2px;
    height: 0;
    margin: 0 auto;
    position: relative;
    width: 0;
}
.masterDialog .contenidor-barra-content * {
    max-width: 100%;
}
.outer-center {
    float: right;
    position: relative;
    right: 50%;
}
.inner-center {
    float: right;
    position: relative;
    right: -50%;
}
.clear {
    clear: both;
}
div.contenidor-barra-content.correct div.contenidor-barra-estat {
    background: none repeat scroll 0 0 hsl(97, 26%, 74%);
    border-color: hsl(77, 30%, 46%);
}
div.contenidor-barra-content.correct div.capa-informacio-text {
    background-image: url("../../xCSS/images/icon_info_correct.png");
}
div.contenidor-barra-content.correct .triangle {
    border-bottom: 23px solid hsl(97, 26%, 74%);
}
div.contenidor-barra-content.correct .triangleborder {
    border-bottom: 25px solid hsl(77, 30%, 46%);
}
div.contenidor-barra-content.warning div.contenidor-barra-estat {
    background: none repeat scroll 0 0 hsl(358, 40%, 72%);
    border-color: hsl(0, 39%, 54%);
}
div.contenidor-barra-content.warning div.capa-informacio-text {
    background-image: url("../../xCSS/images/icon_info_error.png");
}
div.contenidor-barra-content.warning .triangle {
    border-bottom: 23px solid hsl(358, 40%, 72%);
}
div.contenidor-barra-content.warning .triangleborder {
    border-bottom: 25px solid hsl(0, 39%, 54%);
}
div.contenidor-barra-content.error div.contenidor-barra-estat {
    background: none repeat scroll 0 0 hsl(358, 45%, 66%);
    border-color: hsl(0, 39%, 54%);
}
div.contenidor-barra-content.error div.capa-informacio-text {
    background-image: url("../../xCSS/images/icon_info_error.png");
}
div.contenidor-barra-content.error .triangle {
    border-bottom: 23px solid hsl(358, 45%, 66%);
}
div.contenidor-barra-content.error .triangleborder {
    border-bottom: 25px solid hsl(0, 39%, 54%);
}
div.ui-dialog:not(.masterDialog) div.contenidor-barra-content {
    bottom: 0 !important;
    padding: 25px 0px 0px 0px;
}
div.ui-dialog:not(.masterDialog) div.contenidor-barra-content .triangle, div.ui-dialog:not(.masterDialog) div.contenidor-barra-content .triangleborder {
    display: none;
}
div.ui-dialog.ui-widget {
    background-color: #f9f9f9;
    margin: 0;
    padding: 2px;
}
div.ui-dialog div.ui-dialog-title {
    background: url("../../xCSS/images/bg-title-dialog-ksimpleform.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
}
div.ui-dialog-titlebar button.ui-state-hover, button.ui-widget-content button.ui-state-hover, button.ui-widget-header button.ui-state-hover, button.ui-state-focus, button.ui-widget-content button.ui-state-focus, button.ui-widget-header button.ui-state-focus {
    border: 0 none;
}
div.ui-dialog-titlebar button.ui-state-default, button.ui-widget-content button.ui-state-default, button.ui-widget-header button.ui-state-default {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-dialog-button-close.png");
    background-position: 50% 50%;
    background-size: 25px 25px;
    border: 0 none;
}
div.ui-dialog-titlebar button.ui-state-default:hover
{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
button.ui-state-default span.ui-icon {
    background-image: url("../../xCSS/images/bg-dialog-button-close.png");
}
div.ui-dialog.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background-color: transparent;
    border-top: 1px dotted #484848;
    margin-left: 15px;
    margin-right: 15px;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-buttonset button.ui-button.ui-button-text-only.ui-state-default {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-gris.png");
    background-position: 50% 50%;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    border: 1px solid #727272;   
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-buttonset button.ui-button.ui-button-text-only.ui-state-hover {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-taronja.png");
    background-position: 50% 50%;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
    border: 1px solid #727272;
    color: #2f2f2f;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    padding-bottom: 5px;
    padding-top: 5px;
}
div.input div.contentinput textarea {
    width: 100%;    
    border: 1px solid hsl(0, 0%, 59%);
    border-radius: 5px;
    color: Black;
    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.input div.contentinput textarea:disabled
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonset {
    padding-bottom: 5px;
    padding-top: 5px;
}

div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    background-color: transparent;
    border-top: 1px dotted #484848;
    margin-left: 15px;
    margin-right: 15px;
}

div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-gris.png");
    background-position: 50% 50%;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}


div.ui-dialog button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary.ui-state-focus {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-gris.png");
    background-position: 50% 50%;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}

div.ui-dialog button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-focus {
    background: #eeeeee url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    border: medium none;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}


div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-gris.png");
    background-position: 50% 50%;
    border: medium none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}

div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary .dialog-custom-icon {
    display:none;
}

div.ui-dialog button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-taronja.png");
    background-position: 50% 50%;
    border: medium none;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}

div.ui-dialog button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-state-hover {
    background-color: transparent;
    /*background-image: url("../../xCSS/images/bg-button-taronja.png");*/
    background-position: 50% 50%;
    border: medium none;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}

div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only.ui-state-hover {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-taronja.png");
    background-position: 50% 50%;
    border: medium none;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}

div.ui-dialog:not(.masterDialog)  div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-state-hover {
    background-color: transparent;
    background-image: url("../../xCSS/images/bg-button-taronja.png");
    background-position: 50% 50%;
    border: medium none;
    color: #2f2f2f;
    font-size: 12px;
    font-weight: bold;
    max-width: 140px;
    border: 1px solid #727272;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em;
}

div.ui-dialog-content div.ktf-form 
{
    margin-bottom: 15px;
}
div.checkbox input:focus {
    box-shadow: 0 0 5px #F5A900;
}
div.contentinput input:focus, div.contentinput select:focus, div.contentinput textarea:focus,div.dataTables_length label select:focus {
    /*border: 1.5px solid #666 !important;*/
    background-color: #FFF6CF;
}

.ktf-form audio {
    width: 100%;
}

 /* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-top: 2px;
}

/* Hide default HTML checkbox */
.switch input 
{
    /*display:none;
    visibility:hidden;*/
    margin-top:2px;
    margin-left:3px;
    width:1px !important;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider::before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch input:checked:disabled + .slider {
    background-color: #85c8f7;
}
.switch input:disabled + .slider {
    background-color: #dadad6;
}
div.ktf-form div.input div.contentlabel img {
    float: right;
    width: 14px;
    margin: 0px 5px -2px 0px;
}

/* ESTILS 2021 INICI */
div.contentinput input 
{
	font-family: "Open Sans Regular";
	font-size: 14px;
}
body.mobile div.contentinput input 
{	
	font-size: 60px;
}
div.contentinput input
{
	height: 26px;
}
body.mobile div.contentinput input {
    height: 110px;
}
div.contentinput input.hasDatepicker
{
	padding:0;
}

.slider
{
	border: 1px solid #bbb;
	background-color:#f5f5f5;
	height: 26px;
    width: 46px;
}

.slider.round {
    border-radius: 16px;
}
.slider::before
{
	width:22px;
	height:22px;
	top:1px;
	left:3px;
	background-color:#666;
}



input:checked + .slider
{
	background-color:#FFF;
}
input:checked + .slider::before
{
	background-color:#88C381;
	left:0px;
}
.switch input:checked:disabled + .slider{
	background-color:#dadad6;
}
div.checkbox input:focus,input:focus + .slider {
    box-shadow: none;
}

div.contentinput select, div.dataTables_length label select
{
	height: 26px;
}
.i-h.input {
    /*padding: 0.5em;*/
    padding: 4px;
}
.i-h.input.checkbox {
    padding: 5px;
}


.ktf-form div.kexpandablecontent{
	top:10px;
	right:50px;
}

span.iconhelp.withtab {
    top: 7px;
    right: 9px;
    width: 26px;
    height: 26px;
    background-size: contain;
    background-image: url(../../xCSS/images/help_2021.png);
}


div.ui-dialog:not(.masterDialog) div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all[role="button"],
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-buttonset button.ui-button.ui-button-text-only.ui-state-default{
	background-image:none;
	color: #000;
	background-color:#DCDCDC;
}
div.ui-dialog:not(.masterDialog) div.ui-dialog-buttonset button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-state-hover[role="button"],
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable div.ui-dialog-buttonset button.ui-button.ui-button-text-only.ui-state-hover{
	background-image:none;
	background-color:#88C381
}
div.contentinput input:focus, div.contentinput select:focus, div.contentinput textarea:focus, div.dataTables_length label select:focus {
	background-color: #E2F0DF;
}

/*
div.ui-dialog:not(.masterDialog) div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix:not(:last-child){
	border-top:none;
	background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}*/

.page_header span.genericiconhelp, .page_header span.genericiconhelp.edit {
    top: 90px;
    z-index: 2;
}
/* ESTILS 2021 FI */

div.img_container{
    width: 90px;    
    float: left;    
}
.imgFormInput
{
    transform: scale(0.75); 
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


