/****************/
/******PAGE******/
/****************/
body
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body:not(.logged) {
    background-color: rgb(207, 236, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url("images/home_background.jpg");
}


/****************/
/******PAGE******/
/****************/
body {
    /*background-color: rgb(50, 130, 181);*/
}
body.logged
{
    background-color: white;
}

body.tamanoPequena div.nav.display div.option-text > a.option-lbl {
    font-size: calc(14px * 0.9);
}

body.tamanoNormal div.nav.display div.option-text > a.option-lbl {
    font-size: 14px;
}

body.tamanoGrande div.nav.display div.option-text > a.option-lbl {
    font-size: calc(14px * 1.1);
}

body.tamanoPequena div.nav.display ul > li.parent.selected > ul > li >
div.option a.option-lbl {
    font-size: calc(12px * 0.9);
}

body.tamanoNormal div.nav.display ul > li.parent.selected > ul > li >
div.option a.option-lbl {
    font-size: 12px;
}

body.tamanoGrande div.nav.display ul > li.parent.selected > ul > li >
div.option a.option-lbl {
    font-size: calc(12px * 1.1);
}

body.tamanoPequena div.ADText {
    font-size: 130%;
}

body.tamanoNormal div.ADText {
    font-size: 140%;
}

body.tamanoGrande div.ADText {
    font-size: 150%;
}

    body.tamanoPequena .user_name {
        font-size: calc(15px * 0.9);
        font-weight: bold;
    }

    body.tamanoNormal .user_name {
        font-size: 15px;
        font-weight: bold;
    }

    body.tamanoGrande .user_name {
        font-size: calc(15px * 1.1);
        font-weight: bold;
    }

    body.tamanoPequena div.SearchContainer div.contentlabel {
        font-size: calc(15px * 0.9);
        font-weight: bold;
    }

    body.tamanoNormal div.SearchContainer div.contentlabel {
        font-size: 15px;
        font-weight: bold;
    }

    body.tamanoGrande div.SearchContainer div.contentlabel {
        font-size: calc(15px * 1.1);
    }

    body.tamanoPequena div.contentinput input {
        font-size: calc(15px * 0.9);
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoNormal div.contentinput input {
        font-size: 15px;
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoGrande div.contentinput input {
        font-size: calc(14px * 1.1);
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoPequena .ui-widget select {
        font-size: calc(15px * 0.9);
        font-weight: bold;
    }

    body.tamanoNormal .ui-widget select {
        font-size: 15px;
        font-weight: bold;
    }

    body.tamanoGrande .ui-widget select {
        font-size: calc(15px * 1.1);
        font-weight: bold;
    }

    body.tamanoPequena div.contentinput select {
        font-size: calc(15px * 0.9);
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoNormal div.contentinput select {
        font-size: 15px;
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoGrande div.contentinput select {
        font-size: calc(15px * 1.1);
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoPequena table.dataTable thead th {
        font-size: calc(15px * 0.9);
    }

body.tamanoNormal table.dataTable thead th {
    font-size: 15px;
}

body.tamanoGrande table.dataTable thead th {
    font-size: calc(15px * 1.1);
}

body.tamanoPequena table.dataTable tbody tr td {
    font-size: calc(15px * 0.9);
}

body.tamanoNormal table.dataTable tbody tr td {
    font-size: 15px;
}

body.tamanoGrande table.dataTable tbody tr td {
    font-size: calc(15px * 1.1);
}

body.tamanoPequena .kSF_MenuCont span {
    font-size: calc(14px * 0.9);
}

body.tamanoNormal .kSF_MenuCont span {
    font-size: 14px;
}

body.tamanoGrande .kSF_MenuCont span {
    font-size: calc(14px * 1.1);
}

body.tamanoPequena div.lbl_title h1 {
    font-size: calc(20px * 0.9);
}

body.tamanoNormal div.lbl_title h1 {
    font-size: 20px;
}

body.tamanoGrande div.lbl_title h1 {
    font-size: calc(20px * 1.1);
}

body.tamanoPequena ul.ui-helper-reset a.ui-tabs-anchor {
    font-size: calc(14px * 0.9);
}

body.tamanoNormal ul.ui-helper-reset a.ui-tabs-anchor {
    font-size: 14px;
}

body.tamanoGrande ul.ui-helper-reset a.ui-tabs-anchor {
    font-size: calc(14px * 1.1);
}

    body.tamanoPequena div.contentlabel {
        font-size: calc(12px * 0.9);
        font-weight: 600;
    }

body.tamanoNormal div.contentlabel {
    font-size: 13px;
    font-weight: 600;
}

    body.tamanoGrande div.contentlabel {
        font-size: calc(13px * 1.1);
        font-weight: 600;
    }

body.tamanoPequena div.textblk-text {
    font-size: calc(19.6px * 0.9);
}

body.tamanoNormal div.textblk-text {
    font-size: 19.6px;
}

body.tamanoGrande div.textblk-text {
    font-size: calc(19.6px * 1.1);
}

body.tamanoPequena .ui-menu .ui-menu-item a {
    font-size: calc(11px * 0.9);
}

body.tamanoNormal .ui-menu .ui-menu-item a {
    font-size: 11px;
}

body.tamanoGrande .ui-menu .ui-menu-item a {
    font-size: calc(11px * 1.1);
}

body.tamanoPequena .ui-widget .ui-dialog-title {
    font-size: calc(14px * 0.9);
}

body.tamanoNormal .ui-widget .ui-dialog-title {
    font-size: 14px;
}

body.tamanoGrande .ui-widget .ui-dialog-title {
    font-size: calc(14px * 1.1);
}

body.tamanoPequena .ui-widget .ui-button-text {
    font-size: calc(14px * 0.9);
}

body.tamanoNormal .ui-widget .ui-button-text {
    font-size: 14px;
}

body.tamanoGrande .ui-widget .ui-button-text {
    font-size: calc(14px * 1.1);
}

body.tamanoPequena div.input.checkbox label {
    font-size: calc(13px * 0.9);
}

body.tamanoNormal div.input.checkbox label {
    font-size: 13px;
    font-weight: 600;
}

    body.tamanoGrande div.input.checkbox label {
        font-size: calc(13px * 1.1);
        font-weight: 600;
    }

    body.tamanoPequena .ui-widget textarea {
        font-size: calc(15px * 0.9);
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoNormal .ui-widget textarea {
        font-size: 15px;
        font-weight: bold;
        border: 1px solid black;
    }

    body.tamanoGrande .ui-widget textarea {
        font-size: calc(15px * 1.1);
        font-weight: bold;
        border: 1px solid black;
    }

body.tamanoPequena .typeError2 div.outer-center {
    font-size: calc(21px * 0.9);
}

body.tamanoNormal .typeError2 div.outer-center {
    font-size: 21px;
}

body.tamanoGrande .typeError2 div.outer-center {
    font-size: calc(21px * 1.1);
}

body.tamanoPequena div.i-h.input.boldInput div.i-l.contentlabel label,
body.tamanoPequena div.i-h.input.boldInput div.contentinput > .camp[kname] {
    font-size: calc(calc(12px * 1.1) * 0.9);
}

body.tamanoNormal div.i-h.input.boldInput div.i-l.contentlabel label,
body.tamanoNormal div.i-h.input.boldInput div.contentinput > .camp[kname] {
    font-size: calc(12px * 1.1);
}

body.tamanoGrande div.i-h.input.boldInput div.i-l.contentlabel label,
body.tamanoGrande div.i-h.input.boldInput div.contentinput > .camp[kname] {
    font-size: calc(calc(12px * 1.1) * 1.1);
}


/*******************/
/****GRID-MASTER****/
/*******************/
/************************/
/****GRID-PAGECONTENT****/
/************************/
: root {
    --MenuLeftContainer-Width: 40px;
    --PageContentContainer-Width: 1fr;
    --MenuRightContainer-Width: 40px;
}
.grid-container-page {
    display: grid;  
    grid-template-columns: var(--MenuLeftContainer-Width) var(--PageContentContainer-Width) var(--MenuRightContainer-Width);
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: "MenuLeftContainer PageContentContainer MenuRightContainer";
    height: 100%;
}
.MenuLeftContainer  {
    grid-area: MenuLeftContainer;     
    background-color:white;
}
.PageContentContainer  {
    grid-area: PageContentContainer;     
}
.MenuRightContainer  {
    grid-area: MenuRightContainer;     
}
body div.grid-container-page 
{
    display: none;
}
body.logged div.grid-container-page 
{
    display: grid;
}
/********************/
/*******HEADER*******/
/********************/


/*************************/
/*******PAGECONTENT*******/
/*************************/
#PageContent {
  position: relative;
  height: 100%;
}

#NavContainer {
    position: relative;
    float: left;
    height: 100%;
    width: 40px;
}

#contentplace_page {
    position: relative;
    float: left;
    height: 100%;
    width: 100%;
    background: var(--background-page-color);
}

body div#PageContent
{
    display: none;
}

.FormUserInfo {
    position: fixed;
    z-index: 10000;
    top: 39px;
    margin: 0px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0px;
    right: 0px;
    background-color: white;
    height: calc(100% - 89px);
    width: 300px;
    text-align: left;
    overflow: auto;
}

.FormUserInfo .formContent {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr)
}

.FormUserInfo .formContent .input{
    max-width: 237px;
}

.FormUserInfo .textblk-text{
    font-size: 150%;
}

.botonsUserInfo .ui-button {
    border: none;
    background: var(--grey-tertiary-color);
    font-weight: normal;
    color: white;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin: 10px;
    cursor: pointer;
    vertical-align: middle;
    align-content: center;
    text-align: center;
    overflow: visible;
    padding: .4em 1em;
    border-radius: 6px;
    font-size: 1.5em;
}

/********************/
/*******FOOTER*******/
/********************/
body div.GridFooterContainer {
    display: none;
}
body.logged div.GridFooterContainer
{    
    display:block;
}
#footer
{  
    background-color: var(--blue-color);
    width: 100%;       
    height: 5em;    
}
.footer_item
{ 
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 1em;
}
.footer_item_link
{
    color: White;
}
#footer_page_table_row
{
    display: table-row    
}
div.footer_item_container
{
    position: absolute;
    margin-left: 40%;
    margin-right: 39%;
    margin-top: 1em;
}
div.footer_item_logo_eutisoftware
{
    background-image: url("images/eutisoftware-logo_white.png");   
    background-repeat: no-repeat;            
    background-size: contain;        
    width:40px;
    height: 30px;
}
div.copyright_content
{
    min-width: 280px;    
}
