/* ----------------------------------------------------------------------------------------------
  FONTS
---------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Klavika Light';
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Light.eot.xhtml?ln=gca-template-olympos");
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Light.otf.xhtml?ln=gca-template-olympos") format("opentype"), url("") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika Bold';
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Bold.eot.xhtml?ln=gca-template-olympos");
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Bold.otf.xhtml?ln=gca-template-olympos") format("opentype"), url("") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika Medium';
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Medium.eot.xhtml?ln=gca-template-olympos");
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Medium.otf.xhtml?ln=gca-template-olympos") format("opentype"), url("") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Klavika Regular';
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Regular.eot.xhtml?ln=gca-template-olympos");
    src: url("/reporting/jakarta.faces.resource/fonts/Klavika-Regular.otf.xhtml?ln=gca-template-olympos") format("opentype"), url("") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


.FontGcaRegular {
    font-family: "Klavika Regular";
}

.FontGcaMedium {
    font-family: "Klavika Medium";
}

.FontGcaBold {
    font-family: "Klavika Bold";
}

.FontGcaLight {
    font-family: "Klavika Light";
}

h3 {
    font-size: 1.1em;
}

.primary-color {
    color: #4caf45;
}

.transparent-background {
    background-color: rgba(255, 255, 255, 0.5);
}

.text-muted {
    color: #98a6ad !important;
}

.no-margin {
    margin: 0px !important;
}

.input-icon-spacer {
    padding: 12px !important;
    padding-left: 38px !important;
}

.input-icon {
    position: absolute;
    left: 14px;
    top: 12px;
}

.ui-password + .tooltip {
    width: 200px;
}

.compact-header-card {
    padding-top: 5px;
    padding-bottom: 5px;
}

.card-header {
    line-height: 3.3rem;
    font-size: 1.6rem;
    background-color: #009477;
    padding: 0 1.5rem 0 1.5rem;
    color: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.card-header-icon {
    margin-right: 5px;
}

.Card.space-top {
    margin-top: 15px;
}

.ui-panelgrid-cell.grid-label {
    text-align: right;
    padding-top: 8px !important;
}

@media (max-width: 640px) {
    .ui-panelgrid-cell.grid-label {
        text-align: left;
    }
}

.ui-fluid .ui-button.auto-width-button {
    width: auto !important;
}

.ui-picklist {
    min-width: 100%;
    min-height: 100%;
}

.ui-picklist-list-wrapper {
    width: 50%;
}

ul.ui-widget-content.ui-picklist-list.ui-corner-bottom {
    width: auto;
    min-width: 0;
}

.ui-picklist-buttons {
    margin: auto;
    padding: 10px;
    width: 2px;;
}

.ui-picklist .ui-button {
    background-color: #009477;
}

.ui-picklist .ui-button.ui-state-hover {
    background-color: #29c0f9;
}

.ui-picklist .ui-button.ui-state-active {
    background-color: #0893c7;
}


.ui-column-filter.ui-inputfield.ui-inputtext {
    width: 90%;
}

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-left: 5px;
    margin-top: 2px;
}

.label .ui-commandlink {
    text-decoration: none !important;
}

.label-big {
    font-size: 90%;
}

.line-break-labels .label {
    white-space: inherit;
}

.label-default {
    background-color: #777;
}

.label-default .ui-commandlink {
    color: lightgray !important;
}

.label-success {
    background-color: #05c436;
}

.label-error {
    background-color: #ef5350;
}

.label-content {
    font-weight: normal;
}

.ui-commandlink.filter-link {
    color: white !important;
}

.ui-datatable.smaller-font table tbody tr td {
    font-size: 12px;
}

.ui-treetable.smaller-font table tbody tr td {
    font-size: 12px;
}

.break-word {
    word-wrap: break-word;
}

.ocm-icon-color {
    color: #35ac19;
}

.border-top .ui-grid-row {
    border-top: 1px solid #d1d1d1;;
}

.mail {
    color: #525252 !important;
}

.mail:HOVER {
    color: #00aaff !important;
}

.select-all-description-eng .ui-selectcheckboxmenu-header {
    color: black;
}

.select-all-description-eng .ui-selectcheckboxmenu-header .ui-chkbox:after {
    content: "Select all";
    color: #525252;
    vertical-align: top;
    position: relative;
    top: 3px;
    left: 7px;
    cursor: default;
}

.Fs220 {
    font-size: 220px !important;
}

.parner-account-wrapper {
    padding: 4px 10px;
}

.element-disabled {
    opacity: .45;
    background-image: none;
}

#ui-datepicker-div.hide-timepicker .ui-timepicker-div {
    display: none;
}

.table-higher-rows tr {
    height: 37px;
}

.table-row-disabled td:not(.no-disable) {
    opacity: .45;
}

.inpage-navigation {
    display: table-row;
}

.inpage-navigation li {
    padding: 5px;
    display: table-cell;
}

.inpage-navigation li a {
    background-color: #777;
    color: white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.button-used .ui-button-text, .button-used .ui-icon {
    color: #ffff99;
}

div.contract-header-hide > div:FIRST-CHILD {
    display: none;
}


.label-14 span {
    font-size: 14px !important;
    padding-top: 2px !important;
}

.user-profile-color div span,
.user-profile-color {
    color: #525252 !important;
}

.user-profile-color span.ui-chkbox-label,
.user-profile-color div.ui-chkbox-box {
    cursor: default !important;
}

.user-profile-status-checkbox .ui-chkbox .ui-chkbox-box {
    position: absolute;
}

.user-profile-status-checkbox .ui-chkbox .ui-chkbox-label {
    padding-left: 25px;
}

.contractsFilterReferenceInput ul li,
.contractsFilterReferenceInput ul li input {
    width: 100% !important;
}

.profile-edit-link {
    text-align: left !important;
    background-color: white !important;
    height: auto;
    width: auto;
    margin-bottom: 40px;
}

.profile-edit-link i {
    margin-top: 0.43rem !important;
}

@media (min-width: 640px) {
    .text-align-right-desktop {
        text-align: right;
    }
}

.user-profile-contract-list {
    background-color: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}

.user-profile-contract-list ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none;
}

.ocb-bg {
    background-color: #f2f2f2;
}


@media (min-width: 1201px) {
    .exportProfileDropDown {
        width: 80% !important;
    }

    .save-export-profile-change {
        width: 17% !important;
        margin-left: 1rem;
    }
}

@media (max-width: 1200px) {
    .save-export-profile-change {
        margin-top: 1rem;
    }
}


@media (min-width: 1200px) {
    .report-panel-fix-position {
        position: fixed;
        width: calc(70% - 6rem);
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .report-panel-fix-position {
        position: fixed;
        width: calc(50% - 6rem);
    }
}


@media (max-width: 1200px) {
    .reportActionButton {
        width: 100% !important;
        margin-top: 12px;
    }
}


.custom-disabled {
    opacity: .80 !important;
    filter: alpha(opacity=80) !important;

}

#logo {
    color: #98BF0E;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 4.7rem;
}

#logo {
    text-align: left;
    margin-left: 13px;
}

#logo .logo-text {
    margin-left: 6px;
}

#logo img {
    height: auto;
    margin: 0px;
    position: relative;
    top: 9px;
}

@media ( max-width: 960px) and (min-width: 640px) {
    #logo img {
        margin: 0px;
    }
}

@media ( max-width: 640px) and (min-width: 320px) {
    #logo img {
        width: 38px;
        height: 26px;
    }
}

.Card {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.topbar-link div {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    text-align: center;
    font-size: 2rem;
    margin: 1.3rem 0px 0px 0px;
}

#layout-topbar-right {
    background-color: white;
}

#layout-topbar-left {
    width: 140rem;
}

#layout-topbar-left button{
    top: 5px !important;
    position: relative;
}

#layout-topbar-cover {
    border-bottom: 2px solid #231F20;
}

.GreenTopbar #layout-topbar-cover {
    background-color: white !important;
}

.ui-button.small-button {
    margin-left: 2px;
    margin-right: 2px;
}

.ui-button.small-button .ui-button-text {
    padding: .3em 1em !important;
}

.ui-button.tiny-button .ui-button-text {
    padding: 3px 6px !important;
}

.ui-button.ui-button-icon-only.tiny-button .ui-icon.fa {
    margin-top: -6px !important;
}

.ui-selectonemenu.tiny-select .ui-selectonemenu-label {
    padding: 3px 6px !important;
}

.ui-selectonemenu.tiny-select .ui-selectonemenu-trigger .ui-icon {
    margin-top: 4px !important;
}

.ui-inputtext.tiny-input {
    padding: 4px 6px !important;
}

.ui-tree {
    width: auto !important;
    border: 0px;
}

.ui-datatable .hide-filter-input {
    display: none !important;
}

.ui-autocomplete-multiple-container {
    width: 100% !important;
    padding: 2px 9px !important;
}

.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token {
    padding: 2px !important;
}

.ui-timepicker-div .ui_tpicker_minute_label, .ui-timepicker-div .ui_tpicker_minute {
    display: none;
}

.ui-datatable .ui-menubutton .ui-button-text {
    padding: 3px 10px 3px 20px !important;
    font-size: 11px !important;
}

.ui-datatable .ui-menubutton .ui-button-icon-left {
    left: 0;
}

.ui-datatable .ui-menubutton .ui-icon {
    width: 10px;
}

.ui-datatable table tbody td.no-vertical-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ui-selectonemenu-panel .ui-selectonemenu-table td {
    font-size: 12px;
}

.ui-dialog .ui-dialog-titlebar {
    background-color: #009477;
    border-bottom: 0px;
}

.ui-datatable table tbody tr td .ui-commandlink {
    color: #525252 !important;
}

.ui-selectcheckboxmenu-header .ui-chkbox {
    margin-left: 1px;
}

.ui-button.no-padding-horizontal .ui-button-text {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.zoom-enabled .jqplot-event-canvas {
    cursor: url('/reporting/resources/img/zoom_icon_16.cur'), auto !important;
}

.zoom-disabled .jqplot-event-canvas {
    cursor: default !important;
}

.zoom-disabled .jqplot-xaxis .jqplot-xaxis-tick:not(:first-child).jqplot-xaxis-tick:not(:last-child) {
    display: none;
}

.zoom-disabled .jqplot-xaxis .jqplot-xaxis-tick:not(:first-child) {
    margin-left: -65px;
}

.zoom-disabled .jqplot-xaxis .jqplot-xaxis-tick:not(:last-child) {
    margin-left: 40px;
}

.ui-datatable-tablewrapper {
    overflow: hidden !important;
}

.ui-calendar .tooltip {
    display: none !important;
}

.ui-autocomplete-token {
    white-space: inherit !important;
    word-break: break-all;
}

.ui-treetable {
    border: 0px;
    padding: 0px;
}

.ui-treetable table tbody tr td {
    padding: 5px 5px 5px 10px;
}

.chart-legend-hide .jqplot-table-legend {
    display: none;
}

.date-axis-shifted .jqplot-xaxis-tick {
    margin-left: -45px;
}

.ui-chkbox-box .ui-icon-check {
    background-color: #009477;
}

.controlled-width.ui-selectcheckboxmenu-panel {
    width: auto !important;
}

.controlled-width.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-item label {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-paginator .ui-paginator-rpp-options {
    margin: 0px !important;
}

.ui-datatable .ui-paginator .ui-paginator-jtp-select {
    outline: none;
    color: #525252;
    font-family: 'latoregular';
    font-size: 14px;
    background-color: transparent;
    border: solid 1px transparent;
}

.ui-datatable .ui-paginator .ui-paginator-jtp-select {
    font-size: 14px;
    padding: 0px;
    font-weight: bold;
    border: dotted 1px transparent;
    color: #525252;
    -webkit-transition: all 0.2s ease !important;
    -moz-transition: all 0.2s ease !important;
    -ms-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    border-radius: 0px !important;
}

.ui-panelgrid.lightweight-table {
    border: 0px;
    width: 100%;
}

.ui-panelgrid.lightweight-table .ui-panelgrid-cell {
    border: 0px;
    padding: 2px 0px;
}

.ui-panelgrid.lightweight-table tbody tr td {
    background-color: #f2f2f2;
    border: 0px !important;
}

.ui-column-customfilter .ui-selectcheckboxmenu .ui-selectcheckboxmenu-label {
    opacity: 0.6;
}

.ui-button.ui-state-focus .ui-button-text {
    -webkit-box-shadow: 0px 0px 0px 2px #00BB96;
    -moz-box-shadow: 0px 0px 0px 2px #00BB96;
    box-shadow: 0px 0px 0px 2px #00BB96;
}

.ui-button-text {
    border: 1px solid #009477;
}

#reference-search {
    height: 4.78rem;
    float: left;
}

@media (max-width: 640px) {
    #reference-search {
        display: none;
    }
}

#reference-search .reference-search-input {
    margin: 0.90rem 0 0 1.0rem;
    float: left;
}

@media (max-width: 1200px) {
    #reference-search .reference-search-input {
        margin: 0.70rem 0 0 0.90rem
    }
}

#reference-search .reference-search-button {
    width: 3rem;
}

#reference-search .reference-search-button i {
    font-size: 1.7rem;
    margin-top: 1.6rem;
}


#locale-switch {
    height: 4.78rem;
    float: right;
}

@media (max-width: 640px) {
    #locale-switch {
        display: none;
    }
}

#locale-switch .locale-switch-input {
    margin: 0.90rem 0 0 1.0rem;
    width: 75px;
    float: right;
}

@media (max-width: 1200px) {
    #locale-switch .locale-switch-input {
        margin: 0.70rem 0 0 0.90rem
    }
}


.subtle-highlight:hover, .subtle-highlight:focus {
    background-color: inherit !important;
}

.subtle-highlight:hover i {
    color: #98BF0E;
}

#onbehalfuser-switcher {
    float: right;
    width: 0px;
    height: 0px;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}


#onbehalfmandator-switcher {
    float: right;
    width: 0px;
    height: 0px;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
}

#onbehalfuser-switcher-starter {
    float: right;
}

#onbehalfmandator-switcher-starter {
    float: right;
    margin-right: 120px;
}

#onbehalfuser-switcher-starter input {
    margin: 0.90rem 0px 0px 0px;
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.8) !important;
}

#onbehalfmandator-switcher-starter input {
    margin: 0.90rem 0px 0px 0px;
    cursor: pointer;
    border-color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 390px) {
    #onbehalfuser-switcher-starter input {
        width: 60px !important;
    }

    #onbehalfuser-switcher-starter {
        padding: 0 !important;
    }

    #onbehalfmandator-switcher-starter input {
        width: 60px !important;
    }

    #onbehalfmandator-switcher-starter {
        padding: 0 !important;
    }
}

@media (max-width: 1200px) {
    #onbehalfuser-switcher-starter input {
        margin: 0.70rem 0px 0px 0px;
    }

    #onbehalfmandator-switcher-starter input {
        margin: 0.70rem 0px 0px 0px;
    }
}

#onbehalfuser-switcher-starter a {
    width: 2rem !important;
}

#onbehalfuser-switcher-starter a:HOVER,
#onbehalfuser-switcher-starter a:FOCUS {
    background-color: inherit !important;
}

#onbehalfuser-switcher-starter a:HOVER i {
    color: #98BF0E;
}

#onbehalfuser-switcher-starter input:HOVER {
    border: 1px solid #00aeef !important;
    color: #f2f2f2 !important;
    background-color: #98BF0E;
}

#onbehalfuser-switcher-starter input {
    border: 1px solid #d1d1d1 !important;
    background-color: #4caf45;
    color: white;
}

#onbehalfuser-switcher-starter input.onbehalf-not-selected {
    background-color: #fafafa;
    color: #525252;
}

#onbehalfmandator-switcher-starter a {
    width: 2rem !important;
}

#onbehalfmandator-switcher-starter a:HOVER,
#onbehalfmandator-switcher-starter a:FOCUS {
    background-color: inherit !important;
}

#onbehalfmandator-switcher-starter a:HOVER i {
    color: #98BF0E;
}

#onbehalfmandator-switcher-starter input:HOVER {
    border: 1px solid #00aeef !important;
    color: #f2f2f2 !important;
    background-color: #98BF0E;
}

#onbehalfmandator-switcher-starter input {
    border: 1px solid #d1d1d1 !important;
    background-color: #4caf45;
    color: white;
}

#onbehalfmandator-switcher-starter input.onbehalf-not-selected {
    background-color: #fafafa;
    color: #525252;
}

@media (max-width: 640px) {
    #onbehalfuser-switcher-starter input {
        margin: 0.50rem 0px 0px 0px;
    }

    #onbehalfuser-switcher div:first-of-type {
        width: 60px !important;
    }

    #onbehalfmandator-switcher-starter input {
        margin: 0.50rem 0px 0px 0px;
    }

    #onbehalfmandator-switcher div:first-of-type {
        width: 60px !important;
    }

    .ocm-contract-selection div table tbody tr td {
        text-align: left !important;
        width: auto !important;
    }

    .ocm-contract-selection div table tbody tr td span.ui-column-title {
        min-width: 100px !important;
        font-weight: bold;
    }

    .ocm-contract-selection div table tbody tr {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 15px 10px !important;
    }

    .ocm-contract-selection div table tbody tr td {
        flex: 0 1 100%;
    }

    .ocm-contract-selection div table tbody tr.ui-state-highlight {
        background-color: #96dcf6 !important;
    }

    .ocm-contract-selection div table tbody tr td:last-child {
        padding-bottom: 5px !important;
    }

}

.username-link {
    width: auto !important;
    padding: 0px 10px 0px 10px !important;
}

.username-link i {
    margin-right: 5px;
}

.top-menu-link-text {
    position: relative;
    bottom: 4px;
}

.topbar-link {
    color: #4caf45;
}

.topbar-link:hover {
    color: #98BF0E;
}

.topbar-link:hover i {
    color: #98BF0E;
}

.topbar-link i {
    color: #4caf45;
}

.topbar-link:hover, .topbar-link:focus, .topbar-link.active {
    background-color: rgba(40, 40, 40, 0.03);
}

.page-title {
    font-size: 120%;
    font-weight: bold;
}

.actions-column {
    vertical-align: top;
}

.actions-column .ui-row-editor {
    float: left;
    margin-right: 5px;
}

.actions-column a {
    color: black !important;
    text-decoration: none;
    font-size: 120%;
    line-height: 16px;
}

.actions-column a:hover {
    color: #525252 !important;
}

.ui-button-icon-left {
    color: white;
}

.page-title-left {
    float: left;
}

.main-actions-top {
    float: right;
}

.clearer {
    clear: both;
}

.ui-datatable .ui-datatable-data tr {
    height: 28px;
}

.table-scroll-container {
    width: 100%;
    overflow-x: scroll;
    overflow-y: auto;
    border: 1px solid #d1d1d1;
}

.table-scroll-container-light {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    border: none;
}

.full-width {
    width: 100%;
}

.table-top-actions {
    float: right;
}

.dialog-bottom-actions {
    float: right;
}

.column-top {
    vertical-align: top;
}

.column-top-full-width {
    vertical-align: top;
    width: 100%;
}

.fa-tree-icon {
    display: inline-block !important;
    margin-left: 2px;
    margin-top: 2px;
}

.column-xxxxxxxl {
    width: 260px;
}

.column-xxxxxxl {
    width: 240px;
}

.column-xxxxxl {
    width: 220px;
}

.column-xxxxl {
    width: 200px;
}

.column-xxxl {
    width: 180px;
}

.column-xxl {
    width: 160px;
}

.column-xl {
    width: 140px;
}

.column-l {
    width: 120px;
}

.column-m {
    width: 90px !important;
}

.column-s {
    width: 80px;
}

.column-xs {
    width: 60px;
}

.column-filter-xxxxxxxl input.ui-column-filter {
    width: 240px !important;
}

.column-filter-xxxxxxl input.ui-column-filter {
    width: 220px !important;
}

.column-filter-xxxxxl input.ui-column-filter {
    width: 200px !important;
}

.column-filter-xxxxl input.ui-column-filter {
    width: 180px !important;
}

.column-filter-xxxl input.ui-column-filter {
    width: 160px !important;
}

.column-filter-xxl input.ui-column-filter {
    width: 140px !important;
}

.column-filter-xl input.ui-column-filter {
    width: 120px !important;
}

.column-filter-l input.ui-column-filter {
    width: 100px !important;
}

.column-filter-m input.ui-column-filter {
    width: 80px !important;
}

.column-filter-s input.ui-column-filter {
    width: 60px !important;
}

.column-filter-xs input.ui-column-filter {
    width: 40px !important;
}

.ui-expanded-row-content table {
    width: auto;
}

.ui-expanded-row-content table td {
    border: none !important;
}

.label-column {
    vertical-align: top;
    font-weight: bold;
}

.value-column {
    vertical-align: top;
    white-space: pre-wrap !important;
}

.output-text-cut-off {
    white-space: nowrap;
    overflow: hidden;
}

.column-xxxxl .cell-editor-autocomplete .ui-autocomplete-input {
    width: 170px !important;
}

.column-xxxl .cell-editor-autocomplete .ui-autocomplete-input {
    width: 150px !important;
}

.column-xxl .cell-editor-autocomplete .ui-autocomplete-input {
    width: 130px !important;
}

.column-xl .cell-editor-autocomplete .ui-autocomplete-input {
    width: 110px !important;
}

.column-l .cell-editor-autocomplete .ui-autocomplete-input {
    width: 90px !important;
}

.column-m .cell-editor-autocomplete .ui-autocomplete-input {
    width: 70px !important;
}

.column-s .cell-editor-autocomplete .ui-autocomplete-input {
    width: 50px !important;
}

.ocf-cell-editor .ui-calendar input {
    width: 100%;
}

.ocf-entity-attribute-required input {
    background-color: #f6faff !important;
}

.ocf-entity-attribute-required .ui-selectonemenu label {
    background-color: #f6faff !important;
}

.ocf-entity-attribute-optional input {
    xbackground-color: #EBEBFF !important;
}

@media ( min-width: 640px ) {
    .ocm-width-perc-1 {
        width: 1%;
    }

    .ocm-width-perc-2 {
        width: 2%;
    }

    .ocm-width-perc-3 {
        width: 3%;
    }

    .ocm-width-perc-4 {
        width: 4%;
    }

    .ocm-width-perc-5 {
        width: 5%;
    }

    .ocm-width-perc-6 {
        width: 6%;
    }

    .ocm-width-perc-7 {
        width: 7%;
    }

    .ocm-width-perc-8 {
        width: 8%;
    }

    .ocm-width-perc-9 {
        width: 9%;
    }

    .ocm-width-perc-10 {
        width: 10%;
    }

    .ocm-width-perc-11 {
        width: 11%;
    }

    .ocm-width-perc-12 {
        width: 12%;
    }

    .ocm-width-perc-13 {
        width: 13%;
    }

    .ocm-width-perc-14 {
        width: 14%;
    }

    .ocm-width-perc-15 {
        width: 15%;
    }

    .ocm-width-perc-16 {
        width: 16%;
    }

    .ocm-width-perc-17 {
        width: 17%;
    }

    .ocm-width-perc-18 {
        width: 18%;
    }

    .ocm-width-perc-19 {
        width: 19%;
    }

    .ocm-width-perc-20 {
        width: 20%;
    }

    .ocm-width-perc-21 {
        width: 21%;
    }

    .ocm-width-perc-22 {
        width: 22%;
    }

    .ocm-width-perc-23 {
        width: 23%;
    }

    .ocm-width-perc-24 {
        width: 24%;
    }

    .ocm-width-perc-25 {
        width: 25%;
    }

    .ocm-width-perc-26 {
        width: 26%;
    }

    .ocm-width-perc-27 {
        width: 27%;
    }

    .ocm-width-perc-28 {
        width: 28%;
    }

    .ocm-width-perc-29 {
        width: 29%;
    }

    .ocm-width-perc-30 {
        width: 30%;
    }

    .ocm-width-perc-31 {
        width: 31%;
    }

    .ocm-width-perc-32 {
        width: 32%;
    }

    .ocm-width-perc-33 {
        width: 33%;
    }

    .ocm-width-perc-34 {
        width: 34%;
    }

    .ocm-width-perc-35 {
        width: 35%;
    }

    .ocm-width-perc-36 {
        width: 36%;
    }

    .ocm-width-perc-37 {
        width: 37%;
    }

    .ocm-width-perc-38 {
        width: 38%;
    }

    .ocm-width-perc-39 {
        width: 39%;
    }

    .ocm-width-perc-40 {
        width: 40%;
    }

    .ocm-width-perc-41 {
        width: 41%;
    }

    .ocm-width-perc-42 {
        width: 42%;
    }

    .ocm-width-perc-43 {
        width: 43%;
    }

    .ocm-width-perc-44 {
        width: 44%;
    }

    .ocm-width-perc-45 {
        width: 45%;
    }

    .ocm-width-perc-46 {
        width: 46%;
    }

    .ocm-width-perc-47 {
        width: 47%;
    }

    .ocm-width-perc-48 {
        width: 48%;
    }

    .ocm-width-perc-49 {
        width: 49%;
    }

    .ocm-width-perc-50 {
        width: 50%;
    }

    .ocm-width-perc-51 {
        width: 51%;
    }

    .ocm-width-perc-52 {
        width: 52%;
    }

    .ocm-width-perc-53 {
        width: 53%;
    }

    .ocm-width-perc-54 {
        width: 54%;
    }

    .ocm-width-perc-55 {
        width: 55%;
    }

    .ocm-width-perc-56 {
        width: 56%;
    }

    .ocm-width-perc-57 {
        width: 57%;
    }

    .ocm-width-perc-58 {
        width: 58%;
    }

    .ocm-width-perc-59 {
        width: 59%;
    }

    .ocm-width-perc-60 {
        width: 60%;
    }

    .ocm-width-perc-61 {
        width: 61%;
    }

    .ocm-width-perc-62 {
        width: 62%;
    }

    .ocm-width-perc-63 {
        width: 63%;
    }

    .ocm-width-perc-64 {
        width: 64%;
    }

    .ocm-width-perc-65 {
        width: 65%;
    }

    .ocm-width-perc-66 {
        width: 66%;
    }

    .ocm-width-perc-67 {
        width: 67%;
    }

    .ocm-width-perc-68 {
        width: 68%;
    }

    .ocm-width-perc-69 {
        width: 69%;
    }

    .ocm-width-perc-70 {
        width: 70%;
    }

    .ocm-width-perc-71 {
        width: 71%;
    }

    .ocm-width-perc-72 {
        width: 72%;
    }

    .ocm-width-perc-73 {
        width: 73%;
    }

    .ocm-width-perc-74 {
        width: 74%;
    }

    .ocm-width-perc-75 {
        width: 75%;
    }

    .ocm-width-perc-76 {
        width: 76%;
    }

    .ocm-width-perc-77 {
        width: 77%;
    }

    .ocm-width-perc-78 {
        width: 78%;
    }

    .ocm-width-perc-79 {
        width: 79%;
    }

    .ocm-width-perc-80 {
        width: 80%;
    }

    .ocm-width-perc-81 {
        width: 81%;
    }

    .ocm-width-perc-82 {
        width: 82%;
    }

    .ocm-width-perc-83 {
        width: 83%;
    }

    .ocm-width-perc-84 {
        width: 84%;
    }

    .ocm-width-perc-85 {
        width: 85%;
    }

    .ocm-width-perc-86 {
        width: 86%;
    }

    .ocm-width-perc-87 {
        width: 87%;
    }

    .ocm-width-perc-88 {
        width: 88%;
    }

    .ocm-width-perc-89 {
        width: 89%;
    }

    .ocm-width-perc-90 {
        width: 90%;
    }

    .ocm-width-perc-91 {
        width: 91%;
    }

    .ocm-width-perc-92 {
        width: 92%;
    }

    .ocm-width-perc-93 {
        width: 93%;
    }

    .ocm-width-perc-94 {
        width: 94%;
    }

    .ocm-width-perc-95 {
        width: 95%;
    }

    .ocm-width-perc-96 {
        width: 96%;
    }

    .ocm-width-perc-97 {
        width: 97%;
    }

    .ocm-width-perc-98 {
        width: 98%;
    }

    .ocm-width-perc-99 {
        width: 99%;
    }

    .ocm-width-perc-100 {
        width: 100%;
    }

    .ocm-width-0 {
        width: 0px;
    }

    .ocm-width-5 {
        width: 5px;
    }

    .ocm-width-10 {
        width: 10px;
    }

    .ocm-width-15 {
        width: 15px;
    }

    .ocm-width-20 {
        width: 20px;
    }

    .ocm-width-25 {
        width: 25px;
    }

    .ocm-width-30 {
        width: 30px;
    }

    .ocm-width-35 {
        width: 35px;
    }

    .ocm-width-40 {
        width: 40px;
    }

    .ocm-width-45 {
        width: 45px;
    }

    .ocm-width-50 {
        width: 50px;
    }

    .ocm-width-55 {
        width: 55px;
    }

    .ocm-width-60 {
        width: 60px;
    }

    .ocm-width-65 {
        width: 65px;
    }

    .ocm-width-70 {
        width: 70px;
    }

    .ocm-width-75 {
        width: 75px;
    }

    .ocm-width-80 {
        width: 80px;
    }

    .ocm-width-85 {
        width: 85px;
    }

    .ocm-width-90 {
        width: 90px;
    }

    .ocm-width-95 {
        width: 95px;
    }

    .ocm-width-100 {
        width: 100px;
    }

    .ocm-width-105 {
        width: 105px;
    }

    .ocm-width-110 {
        width: 110px;
    }

    .ocm-width-115 {
        width: 115px;
    }

    .ocm-width-120 {
        width: 120px;
    }

    .ocm-width-125 {
        width: 125px;
    }

    .ocm-width-130 {
        width: 130px;
    }

    .ocm-width-135 {
        width: 135px;
    }

    .ocm-width-140 {
        width: 140px;
    }

    .ocm-width-145 {
        width: 145px;
    }

    .ocm-width-150 {
        width: 150px;
    }

    .ocm-width-155 {
        width: 155px;
    }

    .ocm-width-160 {
        width: 160px;
    }

    .ocm-width-165 {
        width: 165px;
    }

    .ocm-width-170 {
        width: 170px;
    }

    .ocm-width-175 {
        width: 175px;
    }

    .ocm-width-180 {
        width: 180px;
    }

    .ocm-width-185 {
        width: 185px;
    }

    .ocm-width-190 {
        width: 190px;
    }

    .ocm-width-195 {
        width: 195px;
    }

    .ocm-width-200 {
        width: 200px;
    }

    .ocm-width-205 {
        width: 205px;
    }

    .ocm-width-210 {
        width: 210px;
    }

    .ocm-width-215 {
        width: 215px;
    }

    .ocm-width-220 {
        width: 220px;
    }

    .ocm-width-225 {
        width: 225px;
    }

    .ocm-width-230 {
        width: 230px;
    }

    .ocm-width-235 {
        width: 235px;
    }

    .ocm-width-240 {
        width: 240px;
    }

    .ocm-width-245 {
        width: 245px;
    }

    .ocm-width-250 {
        width: 250px;
    }

    .ocm-width-255 {
        width: 255px;
    }

    .ocm-width-260 {
        width: 260px;
    }

    .ocm-width-265 {
        width: 265px;
    }

    .ocm-width-270 {
        width: 270px;
    }

    .ocm-width-275 {
        width: 275px;
    }

    .ocm-width-280 {
        width: 280px;
    }

    .ocm-width-285 {
        width: 285px;
    }

    .ocm-width-290 {
        width: 290px;
    }

    .ocm-width-295 {
        width: 295px;
    }

    .ocm-width-300 {
        width: 300px;
    }

    .ocm-width-305 {
        width: 305px;
    }

    .ocm-width-310 {
        width: 310px;
    }

    .ocm-width-315 {
        width: 315px;
    }

    .ocm-width-320 {
        width: 320px;
    }

    .ocm-width-325 {
        width: 325px;
    }

    .ocm-width-330 {
        width: 330px;
    }

    .ocm-width-335 {
        width: 335px;
    }

    .ocm-width-340 {
        width: 340px;
    }

    .ocm-width-345 {
        width: 345px;
    }

    .ocm-width-350 {
        width: 350px;
    }

    .ocm-width-355 {
        width: 355px;
    }

    .ocm-width-360 {
        width: 360px;
    }

    .ocm-width-365 {
        width: 365px;
    }

    .ocm-width-370 {
        width: 370px;
    }

    .ocm-width-375 {
        width: 375px;
    }

    .ocm-width-380 {
        width: 380px;
    }

    .ocm-width-385 {
        width: 385px;
    }

    .ocm-width-390 {
        width: 390px;
    }

    .ocm-width-395 {
        width: 395px;
    }

    .ocm-width-400 {
        width: 400px;
    }

    .ocm-width-405 {
        width: 405px;
    }

    .ocm-width-410 {
        width: 410px;
    }

    .ocm-width-415 {
        width: 415px;
    }

    .ocm-width-420 {
        width: 420px;
    }

    .ocm-width-425 {
        width: 425px;
    }

    .ocm-width-430 {
        width: 430px;
    }

    .ocm-width-435 {
        width: 435px;
    }

    .ocm-width-440 {
        width: 440px;
    }

    .ocm-width-445 {
        width: 445px;
    }

    .ocm-width-450 {
        width: 450px;
    }

    .ocm-width-455 {
        width: 455px;
    }

    .ocm-width-460 {
        width: 460px;
    }

    .ocm-width-465 {
        width: 465px;
    }

    .ocm-width-470 {
        width: 470px;
    }

    .ocm-width-475 {
        width: 475px;
    }

    .ocm-width-480 {
        width: 480px;
    }

    .ocm-width-485 {
        width: 485px;
    }

    .ocm-width-490 {
        width: 490px;
    }

    .ocm-width-495 {
        width: 495px;
    }

    .ocm-width-500 {
        width: 500px;
    }

    .ocm-width-505 {
        width: 505px;
    }

    .ocm-width-510 {
        width: 510px;
    }

    .ocm-width-515 {
        width: 515px;
    }

    .ocm-width-520 {
        width: 520px;
    }

    .ocm-width-525 {
        width: 525px;
    }

    .ocm-width-530 {
        width: 530px;
    }

    .ocm-width-535 {
        width: 535px;
    }

    .ocm-width-540 {
        width: 540px;
    }

    .ocm-width-545 {
        width: 545px;
    }

    .ocm-width-550 {
        width: 550px;
    }

    .ocm-width-555 {
        width: 555px;
    }

    .ocm-width-560 {
        width: 560px;
    }

    .ocm-width-565 {
        width: 565px;
    }

    .ocm-width-570 {
        width: 570px;
    }

    .ocm-width-575 {
        width: 575px;
    }

    .ocm-width-580 {
        width: 580px;
    }

    .ocm-width-585 {
        width: 585px;
    }

    .ocm-width-590 {
        width: 590px;
    }

    .ocm-width-595 {
        width: 595px;
    }

    .ocm-width-600 {
        width: 600px;
    }
}

.no-border {
    border: none !important;
}


#topbarForm\:switchLanguage {
    border: none !important;
}

#topbarForm\:switchLanguage div {
    width: 30px;
    border: none !important;
    margin-top: 1px !important;
}

#topbarForm\:switchLanguage div span {
    padding: 3px !important;
}

.template-userlanguage-button {
    border: none;
    padding: 0px;
    margin-right: 30px;
    margin-top: 5px;
}

#layout-menu-cover .menulink.active span,
#layout-menu-cover .menulink.active i,
#layout-menu-cover .menulink.active em {
    color: #05c436;
}

#layout-menu-cover .menulink.active span,
#layout-menu-cover .menulink.active i,
#layout-menu-cover .menulink.active em {
    color: #05c436;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.export-icon {
    color: white;
    float: right;
    margin-top: 7px;
}

.env-twin #layout-topbar-right {
    background-color: slateblue !important;
}

.template-body.env-twin #layout-topbar-cover {
    background-color: slateblue !important;
}

.env-twin .card-header {
    background-color: slateblue !important;
}

.env-twin .gma-olympos.Card .card-header {
    background-color: slateblue !important;
}

.env-twin .ui-widget.ui-dialog .ui-dialog-titlebar {
    background-color: slateblue !important;
}

.env-other #layout-topbar-right {
    background-color: black !important;
}

.template-body.env-other #layout-topbar-cover {
    background-color: black !important;
}

.env-other .card-header {
    background-color: black !important;
}

.env-other .gma-olympos.Card .card-header {
	background-color: black !important;
}

.env-other .ui-widget.ui-dialog .ui-dialog-titlebar {
	background-color: black !important;
}

.flex-display {
	display: flex !important;
}

.ui-panel.flex-display .ui-panel-content{
	display: flex !important;
}