/*@formatter:off*/
/* Override CSS foundation */
/**
 *     Range dei breakpoint
 *     $small-range: (0em, 55em);           @media screen and (max-width: 55em) {}
 *     $medium-range: (55.063em, 64em);     @media screen and (min-width: 55.063em) and (max-width: 64em) {}
 *     $large-range: (64.063em, 90em);      @media screen and (min-width: 64.063em) and (max-width: 90em) {}
 *     $xlarge-range: (90.063em, 120em);    @media screen and (min-width: 90.063em) and (max-width: 120em) {}
 *     $xxlarge-range: (120.063em);         @media screen and (min-width: 120.063em) {}
 */

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    font-size: 0.875rem;
    color: rgba(0,0,0,0.75);
}
.row > .column, .row > .columns {
    padding: 0 0.3rem;
}
/* spostare in un CSS di jquery? */
/*
.ui-widget-header {
    background: #336699;
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #336699;
}
*/
.ui-dialog-cyb {
    width: 50px;
    height: 50px;
    border-radius: 0;
}

.ui-dialog-cyb .ui-dialog-titlebar {
    background: none;
    border-style: none;
    color: black;
}
.ui-dialog-cyb .ui-dialog-titlebar-close {
    border-radius: 0;
    background: #FFF !important;
    margin: -20px 12px 0 0;
    width: 10px;
}
.ui-dialog-cyb .ui-dialog-content, .ui-dialog-cyb .ui-dialog-content .row {
    width: 100% !important;
}

.ui-dialog-cyb .ui-dialog-title {
    border-bottom: 2px solid #336699;
    color: #336699;
    text-transform: uppercase;
    width: 100%;
    font-size: 1.1rem;
}

.ui-dialog-cyb .ui-button .ui-widget .ui-state-default .ui-corner-all .ui-button-text-only {
    background-color: #336699;
}
.ui-dialog-cyb.ui-state-default, .ui-dialog-cyb .ui-widget-content .ui-state-default, .ui-dialog-cyb .ui-widget-header .ui-state-default {
    border: none;
    background: none;
}
.ui-dialog-cyb .ui-state-hover, .ui-dialog-cyb .ui-widget-content .ui-state-hover, .ui-dialog-cyb .ui-widget-header .ui-state-hover, .ui-dialog-cyb .ui-state-focus, .ui-dialog-cyb .ui-widget-content .ui-state-focus, .ui-dialog-cyb .ui-widget-header .ui-state-focus {
    background: none;
}

.ui-dialog-cyb.ui-widget-content {
    background: #FFFFFF;
    min-width: 380px !important;
}

.ui-dialog-cyb .ui-dialog-buttonpane {
    padding: 0;
}

.ui-dialog-cyb .ui-widget-content {
    border: none;
    background-color: #FFF !important;
}

.ui-dialog-cyb .ui-state-default, .ui-dialog-cyb .ui-widget-content .ui-state-default, .ui-dialog-cyb .ui-widget-header .ui-state-default {
    color: #FFF;
}

.ui-dialog-cyb .ui-dialog-buttonpane button {
    font-size: 14px;
    margin-right: 15px;
    color: #FFFFFF;
}

.ui-dialog-cyb .ui-dialog-content {
    font-size: 15px;
    background-color: #FFF !important;
}
table.ui-datepicker-calendar, table.ui-datepicker-calendar>thead, table.ui-datepicker-calendar>tbody, table.ui-datepicker-calendar>tbody>tr {
    background-color: #FFFFFF;
    border: none;
}
td.ui-state-holiday > a.ui-state-default {
   border: 1px solid #F17A7A;
}
td.ui-state-holiday > a.ui-state-active {
    background: #F0C0C0;
    color: #5f3f3f;
}
/* CSS Cyber.project Srl */
@font-face {
    font-family: Verdana;
    src: url(font/Verdana.ttf);
}
@font-face {
    font-family: DejaVuSerif;
    src: url(font/DejaVuSerif.ttf);
}
@font-face {
    font-family: DejaVuSerif;
    font-weight: bold;
    src: url(font/DejaVuSerif-Bold.ttf);
}
@font-face {
    font-family: DejaVuSerif;
    font-style: italic;
    src: url(font/DejaVuSerif-Italic.ttf);
}
@font-face {
    font-family: DejaVuSerif;
    font-weight: bold;
    font-style: italic;
    src: url(font/DejaVuSerif-BoldItalic.ttf);
}
html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: DejaVuSerif, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
html.postlogin, body.postlogin {
    background-color: #F0F0F0;
}
.no-overflow {
    overflow: hidden;
}
#debugitem {
    display: none;
    position: fixed;
    bottom: 1.3rem;
    right: 12rem;
    width: auto;
    height: 30px;
    color : pink;
    background: rgba(255, 255, 255, 0.75);
    text-align: right;
}
#remgrid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25)
}
#remgrid > div {
    min-width: 1rem;
    width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    height: 1rem;
    max-height: 1rem;
    font-size: 0.4rem;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
#remgrid > div:nth-of-type(odd) {
    background-color: rgba(225, 225, 225, 0.25);
}
#remgrid > div:nth-of-type(even) {
    background-color: rgba(225, 225, 225, 0.75);
}
.glasspane {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    max-height: 100%;
    display: block;
    background-image: url("/img/icons/336699/glasspane.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
.glasspaneimg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    max-height: 100%;
    display: block;
    z-index: 999;
}
.layerpane {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 98;
    background-color: gray;
    /* Chrome, Opera, Safari */
    -webkit-user-select: none;
    /* Firefox 2+ */
    -moz-user-select: none;
    /* IE 10+ */
    -ms-user-select: none;
    /* Standard syntax */
    user-select: none;
    text-align: center;
    vertical-align: middle;
}
.preloadingforms {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    max-height: 100%;
    display: none;
    z-index: 9999;
}
.preloadingforms>iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    max-height: 100%;
}
button {
    background-color: #336699 !important;
}

.button {
    height: 40px;
    margin: 0px;
    text-align: center;
    background-color: #336699 !important;
}

.button.check {
    width: 50px;
    padding: 1% 0.5%;
}

.button.check.red {
    background-color: #AA0000;
}

.button.check.green {
    background-color: #00AA00;
}
div.siamo_al_telefono {
    display:none;
    width: 1px;
    height: 1px;
    border: none;
}
@media screen and (max-width: 55rem) {
    div.siamo_al_telefono {
        display:block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
/* ============================== FIELD SET ============================== */
fieldset {
    border: 1px solid #336699;
    margin-bottom: 5px;
    padding: 0 8px 8px 8px;
}
fieldset > legend {
    color: #336699;
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 0;
}
fieldset.nolegend {
    padding-top: 8px;
}
fieldset.noborder {
    border: none;
}
/* ============================== FIELD CONTENT ============================== */
div.fieldcontent {
    padding-right: 15px;
}
div.fieldcontent.doublesearch {
    padding-right: 0 !important;
}
div.fieldcontent.margin-top {
    padding-right: 15px;
    margin-top: 11px;
}
div.fieldcontent.margin-top-4 {
    margin-top: 4px;
}
div.fieldcontent table {
    margin: 0;
    /*border: none;*/
    font: inherit;
}
div.fieldcontent > table td {
    padding: 0;
    /*line-height: 12px;*/
}
div.fieldcontent tbody, div.fieldcontent > table tr, table.fieldcontainer tbody {
    background-color: transparent;
}
table.fieldcontainer {
    margin: 0;
}
table.fieldcontainer td {
    padding: 0;
}
table.fieldcontainer td.leftspace {
    padding-left: 25px;
}
/* ============================== FIELD INPUT ============================== */
.input_hidden {
    display: none;
}
.fieldcontent .radiobutton_label .fieldlabel {
    height: 16px;
}
.fieldcontent .fieldlabel {
    padding-left: 3px;
    font-weight: normal;
    font-size: 0.78rem;
    height: 18px;
    color: rgba(0, 0, 0, 0.75);
}
input[type], textarea {
    height: 1.3rem;
    padding: 0 4px;
    margin-bottom: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #FFFFBB none repeat scroll 0% 0%;
}
input.disabilitato, input.disabilitato:focus, textarea.disabilitato, textarea.disabilitato:focus, input[type="text"][readonly]:focus, textarea[readonly]:focus {
    border: 1px solid #BBBBBB;
    background-color: #E0E0E0;
    cursor: auto;
    box-shadow: none;
}
input.input_error, textarea.input_error {
    border: solid 1px red;
    background-color: #FFCCCC;
}
/* ============================== SEARCH FIELD ============================== */
.searchresult {
    display: none;
    border-top: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    position: absolute;
    background-color: #FFFFFF;
    /*overflow-x: auto;*/
    /*overflow-y: auto;*/
    padding: 10px;
}
.searchresult_header {
    height: 25px;
    background-color: #FFFFFF;
    border-bottom: 2px solid #2a5e92;
    margin: 5px 2px;
}
.searchresult_header > span {
    margin: 0 5px;
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: bottom;
    color: #2a5e92;
}
.searchresult_content {
    overflow: auto;
    max-height: 362px;
}
.searchresult_content > table {
    width: 100%;
    border: 1px solid #D3D3D3;
    border-radius: 0;
}
.searchresult_content > table tr > * {
    border-top: 1px solid #D3D3D3;
    /*border-left: 1px solid #D3D3D3;*/
    font-weight: normal;
    font-size: 12px;
    padding: 0;
}
.searchresult_content > table tr > th {
    color: #FFFFFF;
    height: 22px;
}
.searchresult_content > table tr > td {
    color: #4D4D4D;
    height: 20px;
    cursor: pointer;
    vertical-align: bottom;
    padding: 2px 4px;
}
.searchresult_content > table tr > td > input[type="text"] {
    background-color: transparent;
    border: none;
    cursor: inherit;
    font-size: 12px;
    font-weight: bold;
    font-family: inherit;
    color: #4D4D4D;
    box-shadow: none;
}
/*.searchresult_content > table tr > td:visible:last-of-type {
    border-right: 1px solid #D3D3D3;
}*/
.searchresult_content > table tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.searchresult_content > table tr:nth-child(even) {
    background-color: #F6FAFE;
}
.searchresult_content > table tr:first-of-type {
    background-color: #2a5e92;
}
.searchresult_header_close {
    background-image: url(../img/dialogclose.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    float: right;
}
.searchresult_header_close:hover {
    background-image: url(../img/dialogclose_hover.png);
    cursor: pointer;
}
.searchfield_img {
    vertical-align: text-top;
    cursor: pointer;
}
.searchresult_toolbar {
    margin: 3px 2px 2px 2px;
    /*display: none;*/
}
.searchresult_toolbar > img {
    width: 25px;
    cursor: pointer;
}
.searchresult_toolbar > img.disabled {
    cursor: auto;
    /* Firefox */
    filter: grayscale(100%);
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
/* ============================== DATEPICKER ============================== */
/*input[data-formfield="date"] {
    text-align: center;
}*/
input.datepicker, input.datepicker_dis {
    text-align: center;
}
.datepicker_img {
    vertical-align: text-top;
    padding-top: 1px;
    padding-left: 1px;
    cursor: pointer;
}
td.datepicker_icon, td.datepicker_next, td.datepicker_back, td.datepicker_today {
    width: 22px;
}
td.datepicker_field {
    width: auto;
}
td.datepicker_next>img, td.datepicker_back>img {
    padding-top: 1px;
    width: 17px;
}
td.datepicker_next>img {
    padding-left: 1px;
}
td.datepicker_back>img {
    padding-right: 1px;
}
td.datepicker_today>img {
    padding-left: 6px;
}
/* ============================== RADIO BUTTON ============================== */
input[type=radio] {
    border: 0px;
    height: 14px;
    width: 14px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    border-radius: 7px;
    background-color: #FFFFFF;
    vertical-align: bottom;
}
input[type=radio].searchfield_radio {
    height: 11px;
    width: 11px;
    display: -webkit-inline-box;
    vertical-align: top;
}
input[type=radio]:checked:after {
    content: '\2022';
    font-size: 22px;
    position: relative;
    top: -6px;
    left: -4px;
    color: #4D4D4D;
}
input[type=radio].searchfield_radio:checked:after {
    top: -4px;
    left: -4px;
    font-size: 17px;
}
input[type=radio]:focus {
    background-color: #FFFFFF;
    outline: none;
}
input[type=radio]:disabled {
    background-color: #DDDDDD;
}
td.radiobutton_label {
    width: auto;
    /*text-align: right;*/
}
td.radiobutton_label > * {
    /*margin-right: 5px;*/
    padding-left: 4px;
}
td.radiobutton_input {
    width: 14px;
}
td.searchfield_radiotd,td.textfield_radiotd {
    font-family: DejaVuSerif;
    font-size: 11px;
    font-weight: bold;
    color: #4d4d4d;
    padding-left: 3px !important;
}
td.textfield_radiotd {
    padding: 1px 0 !important;
}
td.textfield_radiotd>input {
    margin-top: 2px;
}
.float_left {
    float: left;
}
/* ============================== CHECKBOXES ============================== */
input[type=checkbox] {
    border: 0px;
    height: 15px;
    width: 15px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #BBBBBB;
    /*border-radius: 3px;*/
    background-color: #FFFFFF;
    vertical-align: middle;
}
input[type=checkbox].searchfield_check {
    height: 11px;
    width: 11px;
    display: -webkit-inline-box;
    vertical-align: top;
}
input[type=checkbox]:checked:after {
    content: '\2714';
    font-size: 16px;
    position: relative;
    top: -2px;
    left: -4px;
    color: #4D4D4D;
}
input[type=checkbox].searchfield_check:checked:after {
    top: -4px;
    left: -5px;
    font-size: 14px;
}
input[type=checkbox]:focus {
    background-color: #FFFFFF;
    outline: none;
}
input[type=checkbox]:disabled {
    background-color: #DDDDDD;
}
td.checkbox_label {
    width: auto;
}
td.checkbox_label > * {
    padding-left: 4px;
}
td.checkbox_input {
    width: 15px;
    margin: 0;
}
td.searchfield_checktd,td.textfield_checktd {
    font-family: DejaVuSerif;
    font-size: 11px;
    font-weight: bold;
    color: #4d4d4d;
    padding-left: 3px !important;
}
td.textfield_checktd {
    padding: 1px 0 !important;
}
td.textfield_checktd>input {
    margin-top: 2px;
}
td.searchfield_button {
    min-width: 16px;
    width: auto;
}
td.searchfield_button>img {
    cursor: pointer;
}
/* ============================== DOWNLOAD FIELD ============================== */
.cybDownloadField {
    float: left;
    padding-bottom: 20px;
    cursor: pointer;
}
.cybDownloadField img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.cybDownloadField div:last-of-type {
    text-align: center;
}
/* ============================== LOGIN ============================== */
.radius {
    border-radius: 3px;
}
.loginlogo {
    max-width: 800px;
    margin: auto
}
.logincontainer {
    width: 100%;
    /*height: 100%;*/
    padding: 0 0 0 0;
}
#logindialog {
    margin: 1rem auto;
    width: 350px;
    border-color: #d8d8d8;
    border-style: solid !important;
    border-width: 2px;
    padding: 1.2rem;
}
#logindialog input[type] {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    height: 2.2rem;
}
#loginbutton {
    background: #336699;
    height: 30px;
    font-weight: bold;
    margin: 0px;
    text-align: center;
}

.logintext {
    margin-bottom: 5px;
    color: #336699;
    font-weight: bold;
}
.logo_login {
    /*width: 100% !important;*/
    max-height: 240px;
    margin: 0 auto;
    display: block;
}
.twinfield {
    padding-left: 0px;
    padding-right: 0px;
}
#errormsg.error {
    border: solid 1px red;
    background-color: #FFCCCC;
    margin-left: 5px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 0.9rem;
    color: rgba(0, 0, 0, 0.75);    
}
/* ============================== MENU SUPERIORE ============================== */
/*.top-menu, .top-menu>ul, .top-menu>ul>li {
    height: 22px;
    max-height: 22px;
}*/
.top-menu {
    background-color: #FFFFFF;
    padding: 0;
}
.top-menu-mobile {
    position: absolute;
    top: 30px;
    right: 0;
    height: calc(100% - 30px);
    /*background-color: #F2F2F2;*/
    background-color: #F6FAFE;
    /*border: 1px solid #BBBBBB;*/
    border: 1px solid #336699;
    overflow-y: auto;
    z-index: 2;
}
.top-menu-mobile li.is-accordion-submenu-parent:not(:last-of-type) {
    border-bottom: 1px solid #336699;
    margin-bottom: 4px;
}
.top-menu .menu > li > a, .top-menu-mobile .menu > li > a {
    padding: 0.2rem 0.5rem;
    color: #000000;
    font-size: 0.8rem;
    white-space: nowrap;
}
.top-menu > .dropdown.menu > li.is-dropdown-submenu-parent ul {
    background-color: #F2F2F2;
}
.top-menu > .dropdown.menu > li.is-dropdown-submenu-parent ul li a:hover {
    background-color: #91C9F7;
}
.top-menu > .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    display: none;
}
.top-menu .is-dropdown-submenu-parent a:after {
    display: none;
}
.top-menu .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    margin-top: -6px;
}
.top-menu .menu > li > a[data-active=""], .top-menu-mobile .menu > li > a[data-active=""] {
    cursor: default;
    /*color: rgba(0, 0, 0, 0.5);*/
    color: #898989;
}
.top-menu .dropdown.menu.vertical > li.opens-right > a::after {
    border-color: transparent transparent transparent #4F4F4F;
}
.top-menu-mobile a:hover {
    background-color: #91C9F7;
}
.mobile-menu-background {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
/* ============================== DATA SISTEMA ============================== */
.sysdate {
    margin-bottom: 0;
    background: transparent;
    padding: 4px;
    float: right;
}
.sysdate input {
    float: right;
    width: 1px;
    height: 20px;
    color: transparent;
    border: none;
}
.sysdatetext, .sysdatebutton {
    float: right;
    text-align: right;
    padding: 0 2px;
    height: 20px;
    cursor: auto;
    font-weight: normal;
    font-size: 10px;
}
.sysdatebutton {
    cursor: pointer;
}
.sysdatetext.not_today {
    color: red;
}
/* ============================== MENU AZIONI VELOCI E MENU DI SISTEMA ============================== */
#action-menu {
    padding-top: 0.2rem;
}
.action-menu, .system-menu {
    height: 3rem;
    background-color: #F0F0F0;
    max-height: 30px;
    border-top: 1px solid #A0A0A0;
    vertical-align: middle;
}
.action-menu > .action-button, .system-menu > .action-button {
    cursor: pointer;
    border: 1px solid #F0F0F0;
}
.action-menu > .action-button:hover, .system-menu > .action-button:hover {
    background-color: #D8E6F2;
    border: 1px solid #C0DCF3;
}
.action-menu > .action-button.disabled, .action-menu > .action-button.disabled:hover
.system-menu > .action-button.disabled, .system-menu > .action-button.disabled:hover {
    /* Firefox */
    filter: grayscale(100%);
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: default;
    background: none;
    border: none;
}
.system-menu > img {
    float: right;
    padding: 0 2px;
}
/* ============================== APPLICAZIONI LATERALI ============================== */
.side-tabs {
    position: relative;
    right: 0;
    /* aumentare se aumentano i tab */
    width: 500px;
    height: 20px;
}
.side-tabs > ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translate(-0.54rem, -8.2rem);
    -moz-transform: rotate(90deg) translate(-0.54rem, -8.2rem);
    -o-transform: rotate(90deg) translate(-0.54rem, -8.2rem);
    transform: rotate(90deg) translate(-0.54rem, -8.2rem);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    border-bottom: 1px solid #336699;
    width: 300px;
}
.side-tabs > ul li {
    position: relative;
    float: left;
    width: 95px;
    margin-left: -0.5rem;
}
.side-tabs > ul li:first-of-type {
    margin-left: 0.5rem;
}
.side-tabs > ul li a {
    display: block;
    padding: 5px 0 3px 0;
    font-size: 0.75rem;
    text-decoration: none;
    text-align: center;
    color: #336699;
    background-color: #F0F0F0;
    margin-top: 8px;
    border: 1px solid #336699;
    border-bottom: none;
    border-top-right-radius: 25px;
}
.side-tabs > ul li.side-tab-selected {
    z-index: 10;
}
.side-tabs > ul li.side-tab-selected a {
    background-color: #FFFFFF;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}
.side-tabs > ul li a:hover {
    background-color: #336699;
    color: #FFFFFF;
}
.side-tabs .z-index-9 {
    z-index: 9;
}
.side-tabs .z-index-8 {
    z-index: 8;
}
.side-tabs .z-index-7 {
    z-index: 7;
}
.side-tabs .z-index-6 {
    z-index: 6;
}
.side-tabs .z-index-5 {
    z-index: 5;
}
.side-tabs .z-index-4 {
    z-index: 4;
}
.side-tabs .z-index-3 {
    z-index: 3;
}
.side-tabs .z-index-2 {
    z-index: 2;
}
.side-tabs .z-index-1 {
    z-index: 1;
}
/*@media screen and (max-width: 55rem) {
 .side-tabs > ul {
 -webkit-transform: rotate(90deg) translate(0.54rem, -8rem);
 -moz-transform: rotate(90deg) translate(0.54rem, -8rem);
 -o-transform: rotate(90deg) translate(0.54rem, -8rem);
 transform: rotate(90deg) translate(0.54rem, -8rem);
 }
 }
 @media screen and (min-width: 55rem) and (max-width: 64rem) {
 .side-tabs > ul {
 -webkit-transform: rotate(90deg) translate(0.54rem, -8rem);
 -moz-transform: rotate(90deg) translate(0.54rem, -8rem);
 -o-transform: rotate(90deg) translate(0.54rem, -8rem);
 transform: rotate(90deg) translate(0.54rem, -8rem);
 }
 }
 @media screen and (min-width: 64rem) and (max-width: 90rem) {
 .side-tabs > ul {
 -webkit-transform: rotate(90deg) translate(1px, -8rem);
 -moz-transform: rotate(90deg) translate(1px, -8rem);
 -o-transform: rotate(90deg) translate(1px, -8rem);
 transform: rotate(90deg) translate(1px, -8rem);
 }
 }
 @media screen and (min-width: 90rem) and (max-width: 120rem) {
 .side-tabs > ul {
 -webkit-transform: rotate(90deg) translate(0.54rem, -8rem);
 -moz-transform: rotate(90deg) translate(0.54rem, -8rem);
 -o-transform: rotate(90deg) translate(0.54rem, -8rem);
 transform: rotate(90deg) translate(0.54rem, -8rem);
 }
 }
 @media screen and (min-width: 120rem) {
 .side-tabs > ul {
 -webkit-transform: rotate(90deg) translate(0.54rem, -8rem);
 -moz-transform: rotate(90deg) translate(0.54rem, -8rem);
 -o-transform: rotate(90deg) translate(0.54rem, -8rem);
 transform: rotate(90deg) translate(0.54rem, -8rem);
 }
 }*/
/* ============================== MENU LATERALE ============================== */
.side-menu {
    text-align: right;
}
.side-menu .side-button {
    margin-top: 0.4rem;
    padding: 0.2rem;
    max-width: 115px;
    cursor: pointer;
    border: 1px solid #ADADAD;
    background-color: #E1E1E1;
    text-align: center;
    right: 0;
}
.side-menu .side-button:hover {
    border: 1px solid #0078D7;
    background-color: #E5F1FB;
}
.side-menu .side-button > img {
    vertical-align: top;
    padding-top: 2px;
}
.side-menu .side-button > .side-button-text {
    font-size: 0.7rem;
    display: inline-block;
    text-align: center;
}
.side-menu > .row > .columns.filler {
    padding: 0;
}
.side-menu .side-button.disabled img, .side-menu .side-button.disabled:hover img {
    /* Firefox */
    filter: grayscale(100%);
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    opacity: 0.5;
}
.side-menu .side-button.disabled, .side-menu .side-button.disabled:hover {
    cursor: default;
    border: 1px solid #BFBFBF;
    background-color: #CCCCCC;
}
@media screen and (min-width: 64em) {
    .side-menu .side-button > img {
        float: left;
        margin-left: 15px;
    }
}
@media screen and (min-width: 55em) {
    .side-menu-container {
        position: absolute;
        bottom: 0.3rem;
    }
    .side-menu .side-button {
        float: right;
        margin-left: 0.4rem;
        margin-right: 0.9rem;
    }
}
/* ============================== FORM PRINCIPALE ============================== */
.main-row {
    padding-top: 0.5rem;
    /*border: 1px solid red;*/
}
.main-row > .columns {
    height: 100%;
}
.main-row .side-tabs-container {
    height: 25rem;
}
#main-content {
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}
.sys-content {
    display: none;
}
.form-content {
    /*background-color: #F6FAFE;*/
    border: 1px solid #336699;
    border-radius: 2px;
    height: 100%;
    max-width: 100%;
    padding: 0.3rem 0.8rem;
}
div#loaded-forms.loaded-forms {
    display: none;
    visibility: hidden;
}
div.row.form_row {
    margin: 0;
}
@media screen and (min-width: 55em) {
    .main-row {
        height: calc(100% - 52px);
    }
    .main-row-left {
        width: calc(100% - 123px);
        float: left;
        height: 100%;
    }
    .main-row-right {
        width: 120px;
        float: left;
        height: 100%;
    }
}
.row {
    max-width: 100%;
}
.hidden {
    display: none;
}
.hidden_fake {
    width: 1px !important;
    height: 1px !important;
    border: none;
}
.pdfframe {
    border: none;
    width: 100%;
    height: 100%;
}
.general_toolbar {
    padding-top: 10px;
}
.general_toolbar > .general_button {
    float: right;
    padding: 4px;
    cursor: pointer;
}
.general_toolbar > .general_button.disabled {
    /* Firefox */
    filter: grayscale(100%);
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: default;
}
/* REPORT */
.flt_openclose {
    margin-top: 20px;
    height: 16px;
    cursor: pointer;
}
.cybGraph {
    margin: 10px 30px 0px 30px;
    width: 100%;
    height: 100%;
}

.cybGraphLegendEntry {
    cursor: pointer;
}
.cybGraphLegendEntry_off {
    color: #CCCCCC;
}
.flotr-legend {
    background-color: #FFFFFF;
    border: 1px solid lightgray;
    border-radius: 0;
}
.flotr-legend>table tr:nth-child(odd), .flotr-legend>table tr:nth-child(even) {
    background-color: #FFFFFF;
}
.flt_button {
    float: right;
    margin: 4px;
    height: 20px;
    cursor: pointer;
}
.flt_button[data-disabled],.flt_button[disabled],.flt_button.disabled {
    /* Firefox */
    filter: grayscale(100%);
    /* IE6-9 */
    filter: gray;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: default;
}
