﻿*, *:before, *:after {
    box-sizing: border-box;    
}
/*@font-face {
    font-family: 'inter';
    src: url('fonts/inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}*/
.camp
{
    font-size: medium;    
}

.lbl_title{    
    /*text-align: center;*/
    position: relative;
}

.text_center { text-align: center; }
.text_right { text-align: right; }

.white{ color: white; }
div.lbl_title div.ktf-form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: white;
    border: 1px solid var(--grey-light-color);
    border-radius: 6px !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 32px 0 32px;
    max-width: none;
    overflow: hidden;
    padding: 10px 13px 50px 20px;
    width: auto;
    /*:last-child */
}

div.lbl_title h1 {
    background-image: linear-gradient(to bottom, var(--yellow-color) 0%, var(--yellow-color) 50%);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
    color: hsl(0, 0%, 100%);
    font-size: 20px;
    font-weight: revert;
    font-family: Inter;
    height: 32px;
    line-height: 32px;
    margin: 24px 32px 5px 32px;
    text-align: center;
    border-radius: 6px;
    color: var(--blue-color);
}
.subformInput {
    background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: 1px solid var(--grey-tertiary-color);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: hsl(0, 0%, 0%);
    float: left;
    font-size: 14px;
    height: 30px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 10px !important;
    height: 30px;
}
div.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    display: contents;
}

.ui-widget-content {
    background: white;
}

.ui-dialog-content.ui-widget-content {
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    background-color: transparent;
    border: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable {
    background-color: transparent;
    border: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable > .KSS_Dialog.ui-dialog-content.ui-widget-content {
    border-radius: 5px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    margin-top: 0px;
    border-radius: 0px 0px 5px 5px;
}

.dialog-custom-buttonset .ui-button {
    min-width: 100px; 
}


/*Colors per defecte de la app*/
:root {
    --blue-color: #0c25a3;
    --blue-secondary-color: #0023FF;
    --blue-tertiary-color: #5188ff;
    --blue-light-color: #B1D5FF;
    --blue-white-color: #E7F3FF;
    --yellow-color: #f9aa33;
    --yellow-secondary-color: #FABD4F;
    --yellow-tertiary-color: #FCD78B;
    --yellow-tertiary-color-hover:#FEBC35;
    --yellow-light-color: #fdedcB;
    --yellow-white-color: #FFF9EB;
    --black-color: #000000;
    --grey-color: #404040;
    --grey-secondary-color: #7f7f7f;
    --grey-tertiary-color: #bfbfbf;
    --grey-light-color: #d9d9d9;
    --grey-white-color: #f2f2f2;
    --background-page-color: #f5f4f0;
    --white-color: #ffffff;
    --error-color: #ff334B;
    --ok-color: #06c755;
    --caution-color: #f9AA33;
    --tooltip-color: #1787Fa;
    --purple-color: #A855F7;
}

.page2 {
    margin: 0 32px 0 32px;
    width: auto;
    /*background-color: var(--grey-light-color);*/
}

.HeaderBarContainer {
    border-bottom: 1px solid var(--grey-light-color);
    background-color: white;
}

.fitScanFields1-4 {
    grid-column: auto / span 2;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 24px;
}

.fitScanFields1-4 div:first-child {
    grid-column: auto / span 1;
}

.fitScanFields1-4 div:nth-child(2) {
    grid-column: auto / span 3;
}

/**********************************/
/**********************************/
/**********************************/


/*div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable
{
    width: 90% !important;    
}    
.ui-dialog .ui-dialog-title{
    font-size: 5em;
}
.ui-dialog .ui-dialog-content {
    font-size: 3.5em;
}
.ui-button .ui-button-text 
{
    font-size: 3em;
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close
{
    display: none;
}
div.kMsgBox.ui-dialog-content.ui-widget-content
{
    max-width: none !important;
    padding-bottom: 0.5em;
}

div.ui-widget-header
{
    background: #F5A900;
}*/

/*Grid columns*/

button.searchGrid .ui-state-active:before{
    font-family: 'Font Awesome 5 Free';
}

.ui-tabs-nav li[disabled] {
    display: none;
}

.fitScanFields4-1 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 24px;
}

.fitScanFields4-1 div.input:nth-child(odd) {
    grid-column: auto / span 3;
}

.fitScanFields4-1 div.input:nth-child(even) {
    grid-column: auto / span 1;
}

.bold-input {
    font-weight: bold;
}
.bold-input .contentinput input {
    font-weight: bold;
}