﻿@charset "utf-8";

/*** Styles for screen layouts ***/
.schema_0_1_0_felosztas_wide .content_left,
.content_container.schema_0_1_1_felosztas .content_left {
    padding: 0;
}


/* Required controls */

div.required label:after {
    content: " *";
    color: red;
    padding-left: 2px;
}


.controlhintbottom {
    margin: 10px 0 3px;
    font-style: italic;
    color: darkgray;
}

div.required label.controlhintbottom:after {
    content: "";
    padding-left: unset;
}

.action_container {
    padding: 0;
}

input:required {
}

    input:required:invalid {
        background-color: #fffade !important;
    }

input:read-only {
    background-color: #fafaf2 !important;
    min-height: var(--height-input-box);
    padding-left: 10px;
    margin-left: 0px;
}

/* Loading... message panel */

/*Loader Login image*/
.dxlpLoadingPanel .dxlp-loadingImage, .dxflFormLayout.dialog-formlayout.dialog-preparing:after, .dxlpLoadingPanelWithContent .dxlp-loadingImage {
    background: transparent !important;
    content: url(../../../images/circles_loader.gif) !important;
    height: auto;
    width: auto;
    max-width: 600px;
}
/*Loader Login td text*/
.dxlpLoadingPanel td.dx, .dxlpLoadingPanelWithContent td.dx {
    color: rgba(255,255,255,.8);
    /*font-family: system-ui;*/
    font-family: var(--font-4) !important;
    font-size: var(--font-size-lll);
    font-weight: 300;
    white-space: nowrap;
    text-align: center;
    padding: 4px;
}
/*Loader Login hide border*/
.dxlpLoadingPanel tbody tr, .dxlpLoadingPanel tbody td {
    border: none !important;
}

/*Loader Login backdrop*/
.dxlpControl.dxlpLoadingDiv {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #fefefe;
    z-index: 300000 !important;
    opacity: 1 !important;
}

/*Loader Login content*/
.dxlpLoadingPanel {
    position: fixed !important;
    width: 55% !important;
    font: var(--font-site-ll) var(--font-4) !important;
    border: none !important;
    background: transparent !important;
    font-weight: bold !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
    z-index: 300002 !important;
}

.dxlpLoadingPanel tbody tr {
    display: grid !important;
}

#ASPxLoadingPanel2_LD.dxlpControl.dxlpLoadingDiv {
    opacity: .85 !important;
}
/* Label control */

.label_horizontal_lines {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .label_horizontal_lines span {
        background: #fff;
        padding: 0 10px;
    }

.label_control_caption {
    cursor: default;
}

.label_control_value {
    cursor: default;
}

section.image_censure_canvas_section {
    display: inline-block !important;
}

.image_censure_toolbar_section a:hover {
    text-decoration: none;
    background-color: #d5d5d5;
}

.image_censure_toolbar_section a {
    margin-right: 10px;
    outline: none;
    color: black;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    padding: 10px;
    background-color: #e5e5e5;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

#image_censure_resizer {
    border: 2px dashed #000;
}

/* popup edit*/
.edit-container-popup-style {
    margin: 0px 30px 0 -20px;
    background: white;
    padding: 0px 20px 20px 30px;
    width: 105%;
}

    .edit-container-popup-style .item-main-header-container {
        margin-top: -10px;
        padding-top: 25px;
    }

/* Make popup to appear on top of screen*/
.default-extended-dimensions.popup-container, .default-extended-dimensions.popup-container {
    top: 10% !important;
    width: 80% !important;
    height: 80% !Important;
    left: 10% !important;
}

.default-extended-dimensions #ExtendedPanel {
    height: 100% !important;
}

/* Make popup to appear on top of screen*/
.extended-dimensions-95.popup-container, .extended-dimensions-95.popup-container {
    top: 4% !important;
    width: 95% !important;
    height: 95% !Important;
    left: 3% !important;
}

.extended-dimensions-95 #ExtendedPanel {
    height: 95% !important;
}


/* ViewSelector*/
.view_selector {
    margin: var( --height-m) 0;
    padding-left: var( --height-m);
    display: flex;
    justify-content: center;
    align-items: center;
}


.view_selector_before {
    width: 10%;
    font-size: var(--font-size-xl);
    font-family: 'Themify';
    color: white;
    margin-right: var(--height-m);
}

    .view_selector_before:before {
        content: '\e63d';
    }

.view_selector_li_div {
    text-align: center;
    max-width: 35%;
}

.view_selector_li {
    cursor: pointer;
    background-color: transparent;
    color: #a7b1c2;
    font-family: 'Themify';
    font-size: var(--font-size-ll);
    padding: 8px;
}

    .view_selector_li.selected {
        color: white !important;
        background: #999;
    }

    .view_selector_li.calendarview:after {
        content: '\e6b6';
    }

    .view_selector_li.cardview:after {
        content: '\e6fd';
    }

    .view_selector_li.gridview:after {
        content: '\e667';
    }

    .view_selector_li.dxgridview:after {
        content: '\e668';
    }

    .view_selector_li.fixedassetsdxgridview:after {
        width: auto;
        height: auto;
        background-image: url(/images/3d-cube.svg);
        background-repeat: no-repeat;
        background-size: contain;
        color: transparent;
    }

    .view_selector_li.statusreportview:after {
        content: '\e6dc';
    }

    div#dxgriddiv_GCArticle_PartnerSpecificExtIdNumbers_DXgrid {
        height: auto !important;
    }

.view_selector_ul {
    width: 80%;
}

/* Chart */
.alignul {
    background-color: var(--skin-color-left);
    border: 1px solid #ddd;
    margin-left: -5px;
    margin-top: 10px;
    z-index: 100000 !important;
    min-width: 160px;
    position: relative;
}

.alignli {
    width: 160px;
    font-size: var(--font-size-m);
    padding: 15px;
    min-height: 15px;
    border-right: 1px #eee solid;
}

    .alignli:hover {
        background-color: var(--skin-color-menu);
        cursor: pointer;
    }

.skin_color_box {
    width: 33.3%;
    height: 21%;
    display: inline-block;
}

.pre_skin_color_box {
    width: 33.3%;
    /*height: 21%;*/
    height: 100%;
    display: inline-block;
}

.margin-bottom {
    padding-bottom: 50px !important;
}

.chart-container {
    display: inline-table;
}
/*
	1: headerbackground
	2: content_left
	3: btn-warning
*/
/* default*/
.skin_color_box11 {
    background-color: #b7b7b7;
}

.skin_color_box12 {
    background-color: #2f353f;
}

.skin_color_box13 {
    background-color: #686F72;
}
/* business */
.skin_color_box21 {
    background-color: #b78383;
}

.skin_color_box22 {
    background-color: #9f6363;
}

.skin_color_box23 {
    background-color: #ec9d90;
}
/* sunrise */
.skin_color_box31 {
    background-color: #cd0074;
}

.skin_color_box32 {
    background-color: #790647;
}

.skin_color_box33 {
    background-color: #e66ec6;
}
/* girls */
.skin_color_box41 {
    background-color: #fa97cf;
}

.skin_color_box42 {
    background-color: #3f373b;
}

.skin_color_box43 {
    background-color: #e66ec6;
}
/* boys */
.skin_color_box51 {
    background-color: #59a5d8;
}

.skin_color_box52 {
    background-color: #616161;
}

.skin_color_box53 {
    background-color: #64b5f6;
}

.skin_selector_items {
    display: inline-block;
    margin-top: -5.8%;
    height: 100%;
}

.skin_selector_item {
    display: inline-block;
    width: 19.5%;
    height: 100%;
    padding: .3em;
}

    .skin_selector_item:hover {
        background-color: #d0d0d0;
    }

.skin_selector_img {
    width: 100%;
    height: 79%;
    cursor: pointer;
}

.pre_skin_selector_items {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.pre_skin_selector_item {
    display: inline-block;
    width: 20%;
    height: 100%;
    padding: .3em;
}

    .pre_skin_selector_item.selected {
        background-color: #888;
    }

    .pre_skin_selector_item:hover {
        background-color: #d0d0d0;
    }

.pre_skin_selector_img {
    width: 100%;
    height: 79%;
    cursor: pointer;
}

#MenuPanel .composite .input-group {
    width: 100%;
    border: none;
}

#MenuPanel .search_panel_main input {
    background-color: #494F59;
    color: #a7b1c2;
    border-color: #a7b1c2;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#MenuPanel .glyphicon-search:before {
    color: white;
    font-weight: bold;
}

.glyphicon-search:before {
    font-family: 'Themify';
    content: '\e610';
}

.color_editor_sbutton {
    background-color: transparent;
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    left: -2px;
}

.color-editor-xbutton {
    font-family: 'Themify';
    font-size: var(--font-size-m);
}

    .color-editor-xbutton:before {
        content: '\e646';
    }

/*** HIERARCHY ***/
.hierarchy-container {
    display: block;
    position: relative;
}

.hierarchy-canvas-container {
    display: inline-block;
    position: relative;
    overflow: scroll;
}

/*Hierarchy tree*/
.hierarchy-canvas text {
    color: #fda527 !important;
    text-decoration: underline;
    cursor: pointer !important;
    word-break: break-all;
    font-family: ralewayregular !important;
}

.hierarchy-canvas image {
    cursor: pointer !important;
}

.hierarchy-canvas tspan {
    word-break: break-all;
    left: -20px !important;
    position: absolute;
}

.hierarchy-canvas rect {
    width: 200px;
    cursor: pointer !important;
    border: 1px solid black;
}
/*End of Hierarchy tree*/

/* navigation bar at the top*/
.mCustomScrollbar, .mCSB_horizontal.mCSB_inside > .mCSB_container {
    height: calc(var(--solution-header-height)*1.3);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 15px !important;
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
        padding-top: 5px;
    }

.mCustomScrollbar.nav {
    margin-left: 235px;
    width: 85%;
    max-width: 85%;
}

/*.nav10xdiv {
    left: 220px;
    width: 70%;
}*/

.nav10xul {
    white-space: nowrap;
    margin-left:10px;
}

.nav10xli {
    display: inline-block !important;
    float: none !important;
}
/* navigation bar at the top*/

/***-- FLOW_CHART ------------ */
.flow-chart-container {
    display: block;
    position: relative;
    overflow: scroll;
}

.flow-chart-canvas {
    background-color: White;
    display: inline-block;
    position: relative;
}

.flow-chart-node {
    position: absolute;
    z-index: 0;
    display: block;
    padding: 5px;
    overflow: hidden;
    font-size: 8px;
    color: White;
}

.flow-chart-actions {
    display: block;
    width: 60px;
    height: 20px;
    position: absolute;
}

    .flow-chart-actions li {
        display: inline-block;
        width: 20px;
        background-color: #FFFFFF;
    }

        .flow-chart-actions li img {
            display: block;
            width: 16px;
            height: 16px;
            cursor: pointer;
        }

.connect-mode .action-connect img {
    background-color: #BCBCBC;
    border: solid 1px #BCBCBC;
}

.flow-chart-connect-actions {
    position: absolute;
    background-color: #FFFFFF;
    display: block;
    max-height: 15px;
    min-width: 40px;
}

    .flow-chart-connect-actions img {
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        margin: 2px;
    }

    .flow-chart-connect-actions span {
        display: inline-block;
        margin-bottom: 3px;
        font-size: 8px;
    }

/***-- DROP DOWN MENU ------------ */
.trs-dropdown-menu {
    display: block;
}

.drop-down-items {
    position: absolute;
    z-index: 1000;
    border: solid 1px #CCC;
    background-color: White;
}

    .drop-down-items .item {
        display: block;
        padding: 5px;
        cursor: pointer;
        font-size: 14px;
        margin: 3px;
    }

        .drop-down-items .item .item-image {
            display: inline-block;
            height: 16px;
            width: 16px;
            padding-left: 4px;
            padding-top: 4px;
        }

        .drop-down-items .item .item-text {
            display: inline-block;
            vertical-align: middle;
            padding-right: 12px;
            padding-bottom: 4px;
            padding-left: 7px;
        }

    .drop-down-items .disabled-item {
        display: block;
        padding: 5px;
        font-size: 14px;
        margin: 3px;
        color: #B0B0B0;
    }

        .drop-down-items .disabled-item .item-image {
            display: inline-block;
            height: 16px;
            width: 16px;
            padding-left: 4px;
            padding-top: 4px;
        }

        .drop-down-items .disabled-item .item-text {
            display: inline-block;
            vertical-align: middle;
            padding-right: 12px;
            padding-bottom: 4px;
            padding-left: 7px;
        }

    .drop-down-items .item:hover {
        background-color: #DDDDDD;
    }

    .drop-down-items .separator {
        border-top: solid 1px #CCC;
    }

.dropdown-menu-button {
    display: block;
    padding: 5px;
    cursor: pointer;
    font-size: 14px;
}

    .dropdown-menu-button .item-image {
        display: inline-block;
        height: 16px;
        width: 16px;
        padding-left: 4px;
        padding-top: 4px;
    }

    .dropdown-menu-button .item-image-arrow {
        display: none;
    }

    .dropdown-menu-button span {
        display: inline-block;
        vertical-align: middle;
        color: white;
        text-transform: uppercase;
        background: #fda527;
        padding: .5em;
        padding-right: 1em;
        font-size: 13px;
    }

        .dropdown-menu-button span:before {
            font-family: 'FontAwesome';
            content: "\f0c9";
            font-size: 1.5em;
            padding-right: .5em;
        }

        .dropdown-menu-button span:hover {
            text-decoration: underline;
        }

/* Bootstrap override */
.dropup, .dropdown .grid-container-list-item .btn {
    margin-top: 10px;
    position: relative;
    float: right;
    padding: 0;
}

.dropup, .dropdown {
    padding: 0;
}

.dropdown-menu {
    top: 40px;
    left: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
}

/*** LAYOUT DESIGNER ***/

.layout-designer {
    width: 96%;
    margin-top: 1.5em;
}

.layout-designer-inner {
    background: white;
    width: 100%;
    min-height: 8em;
    box-shadow: #B0B0B0 1px 1px 3px;
    margin-top: 1.5em;
}

div.LUD-headersHidden div.LUD-HideableHeader {
    display: none;
}

div.LUD-bordersHidden div.LUD-HideableBorder {
    border: 0;
}

.LUD-hover {
    background: #b78383 !important;
}

.LUD-active-big {
    background: #fbb450;
    height: 9.9em !important;
}

.LUD-active {
    background: #fbb450;
    height: 1em !important;
}

.LUD-EditorContainer {
}

.LUD-EditorContainer-header-edit {
    height: 100%;
    border: 0;
    background: transparent;
    width: 6em;
}

.LUD-EditorContainer-header-button {
    height: 100%;
    background: transparent;
}

.LUD-EditorContainer-header {
    border: 1px solid #64b5f6;
    height: 1.3em;
    width: 100%;
    background: #b2ffa3;
    padding: 0;
    overflow: visible;
}

.LUD-EditorContainer-column-outer {
    float: left;
    /*right and left padding added dynamically if it is the last column*/
}

.LUD-EditorContainer-column-header {
    background: #dcdcdc;
    height: 1em;
    width: 100%;
    font-size: small;
    border: 1px solid #64b5f6;
}

.LUD-EditorContainer-header-error {
    color: red;
    background: yellow;
}

.LUD-EditorContainer-column-inner {
    min-height: 10em;
    border: 1px solid #64b5f6;
    padding: 0.0em;
}

.LUD-EditorContainer-column-addarea {
    width: 100%;
    height: 0;
}

/*** LAYOUT CREATOR ***/
.icon-text-field-list {
    padding: 5px;
    margin-bottom: 5px;
}

    .icon-text-field-list .grid_container_container {
        margin-bottom: 0;
        min-height: 0;
        padding: 0;
        border-radius: 5px;
    }

    .icon-text-field-list .GRID_CONTAINER_ITEM_div {
        left: 0;
    }

    .icon-text-field-list .grid-container-list-item {
        cursor: grab;
    }
    /*.icon-text-field-list .grid-container-list-item:active:hover{
	cursor:grabbing;
}*/
    .icon-text-field-list .grid-container-list-item,
    .icon-text-field-list .disabled-grid-container-list-item {
        padding-bottom: 0;
    }

.disabled-grid-container-list-item {
    cursor: not-allowed;
}



    .disabled-grid-container-list-item .grid_container_container {
        opacity: 0.6;
    }

/*#use Case: UDF: Hide fields which are already on the form*/
.hide-grid-container-list-item {
    display: none;
}

.text-icon {
    display: flex;
}

    .text-icon span {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 40px;
    }

    .text-icon .text {
        padding: 0 10px;
    }

    .text-icon .icon {
        padding: 0 10px;
        border-right: 1px solid #ddd;
        background-color: #eee;
    }

.custom-field-list .grid_container_container {
    background-color: #eee;
    min-height: 13px;
    margin: 0px 2px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #ddd;
}

#Container_Customization_Fields_Out_container .custom-field-list .grid_container_container:after {
    font-family: FontAwesome;
    content: "\f0a9";
    float: right;
    margin-top: -15px;
    padding: 0;
    font-size: 20px;
}


.layout-editor {
    display: block;
    /*width:100%;*/
    height: 100%;
    border: 1px #DDDDDD solid;
    min-height: 300px;
    position: relative;
    background-color: White;
    margin-right: 7px;
}

.droppable-container {
    display: block;
    min-height: 70px;
    position: relative;
    padding: 7px 4px 7px 4px;
}

#droppable_Layout_t.droppable-container-title {
    padding: 5px 0 5px 5px;
    background: #f2f2f2;
    margin: 0;
    font-weight: bold;
}

.droppable-container.activated, .droppable-container.activated .droppable-container {
    border: solid 2px Black;
    border-top: 0px;
    background-color: #AAAAAA;
}

.droppable-container .placeholder {
    border: 1px #444444 dotted;
    height: 16px;
    display: block;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #DADADA;
}

.droppable-container .drop-item:before {
    font-family: 'FontAwesome';
    content: "\f047";
    position: relative;
    float: left;
    margin-right: 10px;
}

.droppable-container .drop-item {
    position: relative;
    padding: 15px 3px 15px 5px;
    border: solid 1px #CCC;
    margin: 3px 0;
    background-color: #eee;
    cursor: pointer;
}

.droppable-container .ui-draggable {
    padding: 0px;
    border: solid 1px #CCC;
    margin-top: 3px;
    margin-bottom: 5px;
    background-color: #eee;
    min-height: 40px;
}

.droppable-container .drop-item .droppable-container .drop-item {
    background-color: white;
}

.droppable-container .drop-item .action-collection {
    display: block;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.droppable-container .drop-item .action {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    background: #eee;
    padding: 10px;
}

.droppable-container-title {
    font-size: 13px;
    text-transform: uppercase;
    margin: 4px;
    display: block;
}

/*#Use case: Customization:Customize screens*/
.container-cutomization {
    position: relative;
    display: block;
    border: 2px solid lightgrey;
    margin: -30px 0px 2px 0px;
    padding: 10px;
    width: 100%;
    background: white;
}

    .popup-container .container-cutomization, .container-cutomization .container-cutomization {
        padding: 0;
        border: none;
    }

#Container_Customization_Fields_Out_container {
    max-height: 100%;
    overflow-y: scroll;
    position: relative;
    background: white;
    padding: 10px 0 10px 10px;
    border: 1px lightgrey solid;
}

.container-show-customization {
    cursor: pointer;
    z-index: 100;
    top: 0;
    right: 0;
    margin: 5px 5px 15px 0px;
    color: #FA6A00;
    font-size: var(--font-size-m);
    border: #CCC 1px solid;
    text-transform: uppercase;
    padding: 8px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),color-stop(25%,#ffffff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    background-image: -moz-linear-gradient(top,#ffffff,#ffffff 25%,#e6e6e6);
    background-image: -ms-linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    background-image: -o-linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    background-image: linear-gradient(#ffffff,#ffffff 25%,#e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e6e6e6',GradientType=0);
}

/* customization mode */
#Container_Customization_Fields_container {
    margin-right: 5px;
    border: lightgrey 1px solid;
    padding: 0px 3px 5px 5px;
}

.customization-wrap {
    padding: 5px;
}
/***  End of customization ***/


/*** GRID CONTAINER UPDATED ***/

.grid-container-list-item.selected-card {
    background: #D3D3D3;
}

    .grid-container-list-item.selected-card .grid_container_container {
        background: var(--skin-color-9);
    }

.grid-container-edit .grid-item-left-side {
    display: none;
}

.item-main-header-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding-left: 5px;
    background: white;
}

    .item-main-header-container.drop-container {
        margin-bottom: 10px;
        position: sticky;
        z-index: 1;
        top: calc(var(--solution-header-height)*0);
        padding: 0.25vw;
    }

    .item-main-header-container .avatar-custom {
        margin: 0;
    }

#ExtendedPanel .item-main-header-container.drop-container, #ExtendedPopUpPanel .item-main-header-container.drop-container {
    top: 0px;
}


/*** GRID CONTAINER LIST VIEW ***/

.list_plus_box {
    background: #fff url(../images/ikon_group_plus.png) 3px 3px no-repeat;
    width: 100%;
    height: 22px;
    color: #5a5a5a;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.list_plus_box_txt {
    position: absolute;
    left: 20px;
    top: 0px;
    margin-top: 5px;
}

.list_grid_container_add_new_image:hover {
    cursor: pointer;
}

.list_grid_container_add_new_title {
    padding: 0px 15px 0px 0px;
    color: #2f2f2f;
    font-size: 10px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list_grid_container_container {
    background: #fff;
    border: #CCC 1px solid;
    position: relative;
    min-height: 45px;
    padding: 0px 20px 8px 3px;
    font-size: var(--font-size-s);
}

.list_action_container {
    margin: 10px 0px;
}

.list_x_box_table {
    width: 100%;
}

tr, td {
    border-bottom: 1px #ddd solid;
}

#openedTr:hover {
}

#openedTr {
    width: 900px;
    overflow: scroll;
    white-space: nowrap;
    display: inline-block;
}
/*** GRID CONTAINER LIST VIEW - END ***/

/*** Grid container small row: much lower, smaller gridcontainer ***/
.grid-container-small-row .grid_container_container {
    padding: 8px 25px 10px 15px;
}

.grid-container-small-row .grid-container-list-item {
    max-height: 30px;
    margin: 0;
}

.grid-container-small-row .link_simple_action_bold, .grid-container-small-row .link_simple_action {
    color: rgb(81, 81, 81);
    white-space: nowrap;
}

.grid-container-small-row .radio_btn {
    margin-top: -5px;
}

.grid-container-edit .radio_btn {
    margin-top: 0;
}
/*** Grid container small row: much lower, smaller gridcontainer - END ***/

/* Thumbnail medium-box */
.grid-container-thumbnail-item.medium-box {
    width: 110px;
    height: 150px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37) !important;
    max-height: 220px;
    background-color: white;
    border: 0px solid transparent !important;
    border-radius: 2px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

    .grid-container-thumbnail-item.medium-box:hover {
        color: #fff;
        background-color: rgba(0,0,0,0.45);
    }

.grid-container-thumbnail-item-title.medium-box {
    top: 130px;
    width: 90px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-l);
    font-weight: bold;
    position: absolute;
    left: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-container-thumbnail-item-image.medium-box {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}

.gcth-item-icon-check.medium-box {
    position: absolute;
    font-size: 0px;
    top: 0px;
    right: 4px;
}

    .gcth-item-icon-check.medium-box:after {
        font-family: 'FontAwesome';
        font-size: var(--font-size-xxxl);
        color: #E53935;
        content: "\f00c";
    }


/* Thumbnail medium-square-box */
.grid-container-thumbnail-item.medium-square-box {
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37) !important;
    max-height: 220px;
    background-color: white;
    border: 0px solid transparent !important;
    border-radius: 2px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.grid-container-thumbnail-item-title.medium-square-box {
    top: 80px;
    left: 10px;
    width: 130px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-l);
    font-weight: bold;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-container-thumbnail-item-subtitle.medium-square-box {
    bottom: 30px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-s);
    width: 130px;
    position: absolute;
    left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-container-thumbnail-item-subtitle2.medium-square-box {
    bottom: 10px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-s);
    width: 130px;
    position: absolute;
    left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-container-thumbnail-item-image.medium-square-box {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    opacity: 1 !important;
    max-width: 30%;
    max-height: 30%;
}

.gcth-item-icon-check.medium-square-box {
    position: absolute;
    font-size: 0px;
    top: 0px;
    right: 4px;
}

    .gcth-item-icon-check.medium-square-box:after {
        font-family: 'FontAwesome';
        font-size: var(--font-size-xxxl);
        color: #E53935;
        content: "\f00c";
    }

/* Thumbnail small-box */
.grid-container-thumbnail-item.small-box {
    width: 80px;
    height: 60px;
    box-sizing: border-box;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37) !important;
    max-height: 60px;
    background-color: white;
    border: 0px solid transparent !important;
    border-radius: 2px;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

    .grid-container-thumbnail-item.small-box:hover {
        /*opacity: 0.8;*/
        color: #fff;
        background-color: rgba(0,0,0,0.45);
    }

#Act_Theme_Color_Select.link_simple_action {
    color: white;
}

.grid-container-thumbnail-item-title.small-box {
    top: 30px;
    width: 72px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-s);
    font-weight: lighter;
    text-wrap: normal;
    position: absolute;
    left: 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Thumbnail image-box */
.grid-container-thumbnail-item.image-box div {
    width: 100%;
    height: 100%;
}

    .grid-container-thumbnail-item.image-box div.action_container {
        width: auto;
        height: auto;
        margin-top: -30px;
        font-size: var(--font-size-xl);
    }

.grid-container-thumbnail-item.image-box {
    text-align: center;
}

.grid-container-thumbnail-item-image.image-box {
    position: relative;
    cursor: pointer;
    opacity: 1 !important;
    vertical-align: middle;
    max-height: 70%;
    max-width: 70%;
    top: -5%;
    left: 0;
}
/* End of grid-container-thumbnail-item */

/* Gmail style scrollbar */
::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
}

::-webkit-scrollbar-track {
    border-width: 0;
}

::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 8px; /*16px;*/
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

    ::-webkit-scrollbar-track:horizontal {
        border-width: 4px 0 0;
    }

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(0,0,0,.05);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
    }

    ::-webkit-scrollbar-track:horizontal:hover {
        box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
    }

    ::-webkit-scrollbar-track:active {
        background-color: rgba(0,0,0,.05);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
    }

    ::-webkit-scrollbar-track:horizontal:active {
        box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}

    ::-webkit-scrollbar-thumb:horizontal {
        border-width: 6px 1px 1px;
        padding: 0 0 0 100px;
        box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.4);
        box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0,0,0,0.5);
        box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
    }

::-webkit-scrollbar-track {
    border-width: 0 1px 0 6px;
}

    ::-webkit-scrollbar-track:horizontal {
        border-width: 6px 0 1px;
    }

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(0,0,0,.035);
        box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
    }

::-webkit-scrollbar-thumb {
    border-width: 0 0px 0 0px;
}

    ::-webkit-scrollbar-thumb:horizontal {
        border-width: 6px 0 1px;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

body::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 0 0 0 3px;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}

    body::-webkit-scrollbar-track-piece:horizontal {
        border-width: 3px 0 0;
        box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
    }

body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px;
}

    body::-webkit-scrollbar-thumb:horizontal {
        border-width: 5px 1px 1px;
    }

body::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}


.content_left::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar {
    height: 20px;
    width: 20px;
}
/* End of scrollbar */
/* End of scrollbar */

/* CKEDITOR NEW TASKS FROM SELECTION*/

.selectedck {
    background-color: white;
    color: black;
}

.newitemname {
    margin-bottom: 10px;
    font-size: var(--font-size-l);
    color: #333;
    animation: blur-name 2s ease-out infinite;
}

@keyframes blur-name {
    from {
        color: #333;
        color: white;
    }
}

.newitemdesc {
    display: block;
    font-size: var(--font-size-s);
    width: 100%;
}
/* End of CKEDITOR NEW TASKS FROM SELECTION*/


/*#USE CASE: Preload screens - Asynchronous page loading:*/


/*Placeholder left menu and main screen - start*/

.menupanel-editmode-placeholder {
    background: #fff !important;
    padding-top: 20px;
    margin-top: -25px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    color: white;
    left: 0;
    position: absolute;
    height: 100%;
}

    .menupanel-editmode-placeholder .nav-stacked > li span {
        display: inline-block;
        background-color: #444;
        height: 12px;
        border-radius: 100px;
        margin: 5px 0;
        min-width: 100px;
        opacity: .1;
        animation: fading 1.5s infinite;
        /*hide text*/
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .menupanel-editmode-placeholder .nav-stacked > li:before {
        margin: 5px auto;
        opacity: .1;
        animation: fading 1.5s infinite;
        background-color: #444;
        height: 26px;
        border-radius: 100px;
        content: "";
        width: 35px;
    }

    .menupanel-editmode-placeholder .nav > li > a:hover, .nav > li > a:focus {
        background: none !Important;
    }



.menupanel-editmode-placeholder-report {
    background: #fff !important;
    padding-top: 20px;
    margin-top: -25px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    color: white;
    left: 0;
    position: absolute;
    height: 100%;
}

    .menupanel-editmode-placeholder-report .nav-stacked > li span {
        display: inline-block;
        background-color: #444;
        height: 12px;
        border-radius: 100px;
        margin: 5px 0;
        min-width: 100px;
        opacity: .1;
        animation: fading 1.5s infinite;
        /*hide text*/
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .menupanel-editmode-placeholder-report .nav-stacked > li:before {
        /*margin: 5px auto;
    opacity: .1;
    animation: fading 1.5s infinite;
    background-color: #444;
    height: 26px;
    border-radius: 100px;
    content: "";
    width: 35px;*/
        display: inline-block;
        background-color: #444;
        height: 12px;
        border-radius: 100px;
        margin: 5px 0;
        min-width: 100px;
        opacity: .1;
        animation: fading 1.5s infinite;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .menupanel-editmode-placeholder-report .nav > li > a:hover, .nav > li > a:focus {
        background: none !Important;
    }

.menu-top-left-container-report {
    height: 70px;
    display: inline-block;
    background-color: #444;
    /* height: 12px; */
    border-radius: 50px;
    /* margin: 5px 0; */
    min-width: 100px;
    opacity: .1;
    animation: fading 1.5s infinite;
    /* text-indent: 100%; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    position: relative;
    text-align: center;
    margin: 13px;
    display: block;
}



/*main panel edit*/
.place-holder-link-button {
    opacity: 0.1;
    animation: fading 1.5s infinite;
    background-color: blue;
    border-radius: 100px;
}

.main_panel_edit_placeholder_general {
    position: relative !important;
    top: 0 !important;
}

.main_panel_edit_placeholder {
    position: relative;
    top: 50px;
}

    .main_panel_edit_placeholder .input-group .form-control {
        display: inline-block;
        background-color: #444 !important;
        height: 12px;
        border-radius: 100px !important;
        margin: 5px 0;
        min-width: 100px;
        opacity: .1;
        animation: fading 1.5s infinite;
    }

    .main_panel_edit_placeholder .label_big_bold {
        display: inline-block;
        background-color: #444;
        height: 32px;
        border-radius: 100px;
        margin: 5px 0;
        min-width: 300px;
        opacity: .1;
        animation: fading 1.5s infinite;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }

    .main_panel_edit_placeholder .input-group-addon .controlhint {
        display: none;
    }

    .main_panel_edit_placeholder .radio_btn {
        opacity: 0.3;
    }

    .main_panel_edit_placeholder .input-group-addon label {
        display: inline-block;
        background-color: #444;
        height: 32px;
        border-radius: 100px;
        margin: 5px 0;
        opacity: .1;
        animation: fading 1.5s infinite;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        left: 2px;
        top: -1px;
        position: relative;
    }

img.image-ckeditor {
    /* display: inline-block; */
    /* background-color: #444; */
    /* height: 32px; */
    /* border-radius: 100px; */
    /* margin: 5px 0; */
    /*min-width: 1500px;*/
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100% !important;
    height: unset !important;
}

.image-ckeditor {
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100% !important;
    background-color: darkgray;
    /*height: 550px !important;*/
    height: 750px !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

img.image-ckeditor-left {
    /* display: inline-block; */
    /* background-color: #444; */
    /* height: 32px; */
    /* border-radius: 100px; */
    /* margin: 5px 0; */
    /*min-width: 1500px;*/
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 20% !important;
    height: unset !important;
}

.image-ckeditor-left {
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 90% !important;
    background-color: darkgray;
    /* height: 550px !important; */
    height: 450px !important;
    overflow-y: hidden;
    overflow-x: hidden;
}

.image-ckeditor-bottom1 {
    height: 80px !important;
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100% !important;
    background-color: darkgray;
    /* height: 550px !important; */
    /*height: 450px !important;*/
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.image-ckeditor-bottom {
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100% !important;
    background-color: darkgray;
    /* height: 550px !important; */
    height: 350px !important;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.image-ckeditor-left-card {
    display: inline-block;
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 80% !important;
    background-color: darkgray;
    /* height: 550px !important; */
    height: 225px !important;
    overflow-y: hidden;
    overflow-x: hidden;
    /* margin-bottom: 20px; */
    border-radius: 20px;
}

.image-ckeditor-left-card-2 {
    /*margin-left: 30px;*/
    display: inline-block;
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 75% !important;
    background-color: darkgray;
    /* height: 550px !important; */
    height: 140px !important;
    overflow-y: hidden;
    overflow-x: hidden;
    /* margin-bottom: 20px; */
    border-radius: 20px;
    position: relative;
    top: 24px;
}

.image-ckeditor-left-card-3 {
    /*margin-left: 30px;*/
    display: inline-block;
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 75% !important;
    background-color: darkgray;
    /* height: 550px !important; */
    height: 140px !important;
    overflow-y: hidden;
    overflow-x: hidden;
    /* margin-bottom: 20px; */
    border-radius: 20px;
    position: relative;
    top: 24px;
}

.place-holder-link-button-card-karweb {
    opacity: 0.1;
    animation: fading 1.5s infinite;
    background-color: darkgray;
    margin: 5px 0;
    position: relative;
    /* left: 10px; */
    margin-bottom: 20px;
    width: 50%;
    position: relative;
    top: 15px;
}

.cke_1035 .cke_dialog_body {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.cke_dialog_title {
    background: #fafafa !important;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 0 #ffffff !important;
    -moz-box-shadow: inset 0 1px 0 0 #ffffff !important;
    box-shadow: inset 0 1px 0 0 #ffffff !important;
    border-bottom: 1px #eee solid !important;
    min-height: 20px !important;
    display: flex;
    align-items: center;
}

.expand-top-line-karweb {
    background-color: darkgrey !important;
    width: 100% !important;
}

.white-karweb-stripe {
    background-color: white !important;
}

/*Placeholder left menu and main screen - start*/

/*Card view place holder - start*/

.card-view-box-placeholder {
    background: #fff;
    margin: 10px 5px;
    position: relative;
    overflow: visible;
    min-height: 50px;
    padding: 0 10px;
    border: 1px solid #ddd;
}

.place-holder-link-button-card {
    opacity: 0.1;
    animation: fading 1.5s infinite;
    background-color: red;
    margin: 5px 0;
    position: relative;
    left: 10px;
}

.main_panel_edit_placeholder .small-font-bold {
    display: inline-block;
    background-color: #444;
    height: 10px;
    border-radius: 100px;
    margin: 15px 0;
    min-width: 300px;
    opacity: .1;
    animation: fading 1.5s infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.main_panel_edit_placeholder .third-row {
    display: inline-block;
    background-color: #444;
    height: 20px;
    border-radius: 100px;
    margin: 5px 0;
    min-width: 100px;
    opacity: .1;
    animation: fading 1.5s infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    left: -70px;
    top: 20px;
}

.main_panel_edit_placeholder .third-container-card {
    margin: 0 20px;
}

.main_panel_edit_placeholder .second-container-card {
    margin: 0 10px;
}

.main_panel_edit_placeholder .second-container-card-second .small-font-bold {
    margin-top: 0 !important;
    margin-left: 20px;
    min-width: 80px;
}

.main_panel_edit_placeholder .third-row-images {
    display: inline-block;
    background-color: midnightblue;
    height: 60px;
    border-radius: 100px;
    margin: 5px 0;
    width: 60px;
    opacity: .1;
    animation: fading 1.5s infinite;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.right-cont .editor_container_column_r {
    width: auto !important;
}

.card-view-box-placeholder > .editor_container_container {
    border: 0;
}

/*Card view place holder - End*/

/*grid view place holder - start*/
.place-holder-link-button-grid {
    opacity: 0.1;
    animation: fading 1.5s infinite;
    background-color: red;
    margin: 5px 5px;
    position: relative;
    left: 10px;
}


.main_panel_edit_placeholder .grid-table-lines {
    display: inline-block;
    background-color: #6f6b6b;
    height: 61px;
    /* border-radius: 100px; */
    /* margin: 3px 0; */
    /* min-width: 700px; */
    opacity: .1;
    animation: fading 1.5s infinite;
    /* text-indent: 100%; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* border: 1px solid black; */
    /* padding: 5px !important; */
    width: 100%;
    border-left: 1px solid white;
}

.grid-color-one {
    background-color: #f69e91 !important;
}

.grid-color-two {
    background-color: #ee3d23 !important;
}

.grid-color-three {
    background-color: #8a7ca6 !important;
}

.grid-color-four {
    background-color: #635a78 !important;
}


.main_panel_edit_placeholder .grid-table-lines-solution {
    display: inline-block;
    background-color: #6f6b6b;
    height: 160px;
    opacity: .1;
    animation: fading 1.5s infinite;
    /*width: 100%;*/
    width: 325px;
    margin: 15px 15px 15px 0;
    border-left: 1px solid white;
}

/*.main_panel_edit_placeholder #Container_TASK_NAME_AND_SAVE_Convert_editor_container .input-group-addon {
    left: 3px;
    top: -1px;
}*/

.grid-container-header-placeholder .grid-table-lines {
    background-color: black;
    height: 33px;
}

.grid-container-header-placeholder {
    margin-left: 5px;
}

.grid-container-row-placeholder {
    margin-left: 5px;
}

/*grid view place holder - End*/

.save-data-input-left .save_cancel_datainput {
    float: left;
}


/*left menu browse - start*/
.menu-view {
    display: inline-block;
    background-color: white;
    height: 35px;
    border-radius: 100px;
    margin: 15px 2px 0;
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100%;
}

.menu-view-button {
    display: inline-block;
    background-color: white;
    height: 30px;
    border-radius: 100px;
    margin: 15px 2px 0;
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100%;
}

.left-menu-views-rows {
    margin-top: 40px;
}

.menu-view-rows {
    display: inline-block;
    background-color: white;
    height: 35px;
    /* border-radius: 100px; */
    /* margin: 15px 2px 0; */
    opacity: .1;
    animation: fading 1.5s infinite;
    width: 100%;
    border-bottom: 5px solid;
}

.menu-view-box {
    display: inline-block;
    background-color: white;
    height: 10px;
    margin: 12px 0;
    opacity: .6;
    animation: fading 1.5s infinite;
    width: 90%;
    position: relative;
    left: 13px;
}

div#label_CustomContent_Paceholder_Menu_Browse3 {
    position: relative;
    left: 16px;
    opacity: 100;
    border-right: 1px solid white;
}

.left-menu-views-box {
    background: #575d65;
    display: inline-block;
    width: 100%;
}

div#Cont_Paceholder_Menu_Browse_5_editor_container {
    position: relative;
    top: 50px;
}

.left-menu-views-button {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

/*left menu browse - end*/



@keyframes fading {
    0% {
        opacity: .1;
    }

    50% {
        opacity: .2;
    }

    100% {
        opacity: .1;
    }
}

/* Left (or bottom in mobile mode) panel for edit mode*/
.menupanel-editmode {
    background: #fff !important;
    padding-top: 20px;
    margin-top: -25px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    color: white;
    left: 0;
    position: absolute;
    height: 100%;
}

.customize-container-content .menupanel-editmode {
    background-color: transparent !important;
    position: relative;
}

.menupanel-editmode .nav-pills > li > a {
    color: #333;
    height: auto;
}

.menupanel-editmode .nav > li > a:hover, .nav > li > a:focus, .menupanel-editmode .nav > li:hover, .nav > li:focus {
    background-color: #f1f1f1;
}

.jcnumber .menupanel-editmode .nav-pills > li.active:before {
    color: white !important;
}

.menupanel-editmode .nav-stacked > li {
    border-bottom: 1px #f1f1f1 solid;
}

.nav-stacked li li {
    border-bottom: none;
}

.nav-stacked > li:before {
    font-family: 'Themify';
    margin: 0px auto 0px auto;
    color: #333;
    display: table;
    padding-top: 10px;
}

.nav-stacked > li.active:before {
    color: white;
    background-color: var(--skin-color-main);
    width: 100%;
    text-align: center;
}

.menupanel-editmode .nav-stacked > li span {
    text-align: center;
}

.list_x_box_tr {
    width: 100%;
}

.list_x_box_td {
    width: 32px;
    vertical-align: top;
    text-align: left;
}

.list_x_box {
    background: #fff url(../images/ikon_group_x.png) 3px 3px no-repeat;
    width: 22px;
    height: 22px;
    color: #5a5a5a;
    margin-top: 5px;
}

.list_GRID_CONTAINER_ITEM_div {
    position: inherit;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.list_grid_container_menu_container {
    position: absolute;
    top: 10px;
    right: 10px;
}

.list_grid_container_menu_txt {
    display: inline-block;
}

    .list_grid_container_menu_txt li {
        display: block;
        float: left;
        border-right: #C9C6C1 1px solid;
        padding: 0px 8px;
        /*font-family: 'ralewayextralight';*/
        font-size: 12px;
        text-transform: uppercase;
        cursor: pointer;
        vertical-align: top;
    }

        .list_grid_container_menu_txt li.last {
            border-right: none;
            padding-right: 0px;
        }


        .list_grid_container_menu_txt li.button_li {
            border: none;
            padding: 0px 8px;
            border-right: #C9C6C1 1px solid;
        }

.list_grid_container_menu_button {
    border: none;
    padding: 0px;
    cursor: pointer;
    display: inline-block;
    background: none;
    margin: 0px;
}

.list_grid_container_ikon {
    width: 16px;
    height: 16px;
    background: no-repeat center 0px;
}

/*** JumpControl ***/

.jumpcontrol-table {
    margin-bottom: 10px;
}

    .jumpcontrol-table td {
        padding: 3px 0;
        height: 12px;
        position: relative;
        word-break: break-all;
        border-bottom: none;
        font-size: 10px;
    }

        .jumpcontrol-table td:first-of-type {
            -webkit-border-top-left-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
            -moz-border-radius-bottomleft: 20px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
        }


        .jumpcontrol-table td:last-of-type {
            -webkit-border-top-right-radius: 20px;
            -webkit-border-bottom-right-radius: 20px;
            -moz-border-radius-topright: 20px;
            -moz-border-radius-bottomright: 20px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    .jumpcontrol-table tr {
        border-bottom: none;
    }

.jccontent {
    margin: 0px 0 0 5px;
}

.jcnumber {
    min-height: 10px;
    word-break: initial;
}

.jctext {
    margin: 5px;
}

.popup-container .jccontent {
    align-items: center;
}

/*** JumpControl embedded into table cell***/
.ui-jqgrid tr.jqgrow td .jccontent, .popup-container .jccontent {
    white-space: nowrap !important;
    margin-left: 8px;
}

/*** Jqgrid row height decreased to fit more content ***/
.ui-jqgrid tr.jqgrow td {
    padding: 0px 4px 0px 5px;
    text-align:center;
}


.jcarrow {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.jcarrows {
    content: "";
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-left-width: 11px;
    border-left-style: solid;
    border-left-color: transparent;
    margin-left: 1px;
}

#editor_wizzard_container_editor_container .jctext, #editor_wizzard_container_editor_container .jcnumber {
    font-size: 15px;
    padding: 1px;
    margin: 3px;
}


#editor_wizzard_container_editor_container {
    display: table;
    width: 100%;
    margin-top: 1px;
}

#UIP_OperationalRef_Reference__wizzard_JumpControl {
    min-width: 300px;
    width: 100%;
    border-left: 5px #ccc solid;
    margin-top: .2em;
    background: #ddd;
    display: table-cell;
}

.jumpcontrol-td {
    text-align: center;
    cursor: pointer;
    padding: 3px 5px;
}

table[id^="__CustomContent_JumpFLowControl"] tbody {
    display: block;
    max-height: 20px;
}


.jumpcontrol-table-wizard {
    display: inline-table !important;
    margin-bottom: 15px !important;
    width: 100%;
    table-layout: fixed;
}

    .jumpcontrol-table-wizard tr td[jc_checked="Y"] {
        opacity: 1;
    }

    .jumpcontrol-table-wizard tr td {
        background: transparent !important;
        border: 1px solid #e4e4e4 !important;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
        text-align: left;
        color: #888;
        font-size: var(--font-size-m);
        opacity: 0.3;
    }

    .jumpcontrol-table-wizard .jcnumber {
        border: 2px solid #555555;
        border-radius: 50%;
        font-weight: bold !important;
        font-size: var(--font-size-l);
        height: 30px;
        width: 30px;
        margin-right: 10px;
        margin-left: -10px;
        padding-top: 3px;
        background: #fff !important;
        text-align: center;
    }

/*** CONTROL HINTS ------------------------*/

.controlhint {
    color: #ddd;
    margin: auto 2px;
}

    .controlhint:after {
        font-size: var(--font-size-s);
        font-family: 'Themify';
        content: "\e718";
    }

    .controlhint:hover {
        color: var(--skin-color-main);
        cursor: pointer;
    }

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: var(--height-input-box) !important;*/

}

.nav-tabs {
    margin: 5px 0;
    background: #f4f4f1;
    border-bottom: 1px solid var(--skin-color-main);
}

.grid_container_container .nav-tabs {
    margin-bottom: 0px;
}

.grid_container_container .tab_sheet_content_detail {
    top: 10px;
}

/*** nav-tab and navbar ***/

.navbar-default .navbar-nav > li > a {
    color: white;
    font-family: var(--font-4), var(--font-1), var(--font-3), var(--font-2);
    font-weight: bold;
    font-size: var(--font-size-m);
    padding: calc(var(--solution-header-height)/8) 15px;
    text-transform:uppercase;
}

    .navbar-default .navbar-nav > li > a:first-letter {
        text-transform: uppercase;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    padding: calc(var(--solution-header-height)/3.3333) 15px;
}

.navbar-nav {
    text-transform: uppercase;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-tabs > li {
    height: var(--height-input-box);
    min-width: 10%;
    text-align: center;
    font-family: var(--font-5);
}

    .nav-tabs > li.invalid a {
        -webkit-box-shadow: 0 0 5px 2px rgba(232,25,25,0.7);
        -moz-box-shadow: 0 0 5px 2px rgba(232,25,25,0.7);
        box-shadow: 0 0 5px 2px rgba(232,25,25,0.7);
    }


    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-top: 4px solid var(--skin-color-main);
    }

    .nav-tabs > li > a {
        margin-right: 0;
        height: var(--height-input-box);
        line-height: var(--height-xs);
        font-size: var(--font-size-m);
        color: #666;
    }

        .nav-tabs > li > a:hover {
            border: none;
            border-radius: 0;
            -webkit-border-radius: 0;
        }

label {
    text-transform: capitalize !important;
    font-weight: normal;
    font-size: var(--label-font-size);
    font-family: var(--font-6);
    color: #333333;
    display: flex;
    word-break: break-word;
    min-width: var(--height-xxl);
    justify-content: space-between;
}

/*** End of nav-tab and navbar ***/

/*** Buttons ***/

.btn-primary, .btn-warning, .btn-default {
    background: var(--skin-color-main, #fd4f00);
}

a.cke_dialog_ui_button_ok {
    background: var(--skin-color-main, #fd4f00)!important;
}

.ui-jqgrid-view .btn-primary, .ui-jqgrid-view .btn-warning {
    color: white;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: var(--font-4);
    text-transform: none;
    display: inline-flex;
    align-items: center;
}

/*
    USE CASE: STOCK - Button is unvisible in web view
    25.10.2021 DemirMahmutovic
*/
.list_grid_container_menu_txt .btn-primary, .list_grid_container_menu_txt .btn-warning, .list_grid_container_menu_txt .btn-default {
    padding: 10px;
    border-radius: 20px;
    margin-top: 0;
    color: #333;
}


.btn-warning:hover, .btn-warning:focus {
    border-color: inherit;
    outline: none;
}

.btn-default:hover, .btn-default:focus {
    background-color: none;
    outline: none;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group > .btn:first-child {
    margin: 0px 5px;
    font-size: var(--font-size-m);
    min-height: 20px;
    min-width: 60px;
}

.btn .caret {
    margin: 0 auto;
}
/*** End of Buttons ***/


/*** CUSTOMIZATION CONTAINER ***/

.customization-header {
    height: 15px;
    background: #ddd;
    display: none;
}

    .customization-header:hover {
        background: #ccc;
    }

.nav-tabs .customization-li-frame {
    border: 1px dotted #333;
    height: auto;
}

.customization-container {
    border: #ccc 1px dotted !important;
    cursor: pointer;
    margin: 1px;
}

.customization-container-button {
    position: absolute;
    z-index: 3000;
    padding: 3px;
    background: #ddd;
    cursor: pointer;
    -webkit-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.5);
}

    .customization-container-button:active {
        -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.3);
    }

    .customization-container-button .glyphicon {
        width: 10px;
        height: 10px;
    }

    .customization-container:hover,
    .customization-container:hover INPUT,
    .customization-container:hover TEXTAREA,
    .customization-container:hover .input_box_input,
    .customization-container-button:hover {
        background-color: #eee !important;
    }

.customize-panel {
    position: absolute; /* leave it like this do not change! */
    z-index: 100;
    width: 500px;
    /*height:200px;*/
    border: solid 1px #fda527;
    background-color: white;
    z-index: 4000;
    padding: 10px 15px 20px 15px;
}

#TabSheet_Customization,
#TabSheet_CustomizationGlobalScope,
#TabSheet_CustomizationTaskScope {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

.customize-container-wrap {
    position: relative;
    min-width: 100px;
    min-height: 30px;
    border: 1px dotted #ccc;
}

.customize-container-content {
    padding: 5px;
    position: relative;
}

.customize-container-hover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .customize-container-hover:hover {
        border-color: #444;
        border-style: solid;
    }

.customize-container-header {
    background: #f2f2f2;
    cursor: pointer;
    font-size: var(--font-size-xs) !important;
    padding: 1px 0 1px 5px;
    color: #666;
}

.customize-container-hover:hover .customize-container-header:hover {
    background: #bbb;
}

.customize-container-hover:hover,
.customize-container-hover:hover .customize-container-header:hover {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.uf-edit-container .uf_container {
    border: 0.5px dotted var(--skin-color-main) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.uf-edit-container .editor_container_container {
}

/*Edit button on control fields*/

.uf-edit-container .udf-edit-button:hover,
.uf-edit-container .udf-edit-button:hover span.cbtn:before,
.uf-edit-container .udf-jqgrid-edit-button:hover span.cbtn:before,
.uf-edit-container .udf-jqgrid-delete-button:hover span.cbtn:before,
.uf-edit-container .udf-container-edit-button:hover span.cbtn:before,
.uf-edit-container .udf-tabsheet-edit-button:hover span.cbtn:before {
    color: #78dc69;
}

.uf-edit-container .udf-edit-button span.cbtn:before,
.uf-edit-container .udf-jqgrid-edit-button span.cbtn:before,
.uf-edit-container .udf-jqgrid-delete-button span.cbtn:before,
.uf-edit-container .udf-container-edit-button span.cbtn:before,
.uf-edit-container .udf-container-delete-button span.cbtn:before,
.uf-edit-container .udf-tabsheet-edit-button span.cbtn:before,
.uf-edit-container .udf-tabsheet-delete-button span.cbtn:before,
.uf-edit-container .delete-button span.cbtn:before {
    cursor: pointer;
    font-size: 11px;
}

.uf-edit-container .udf-jqgrid-edit-button:hover,
.uf-edit-container .udf-jqgrid-delete-button:hover,
.uf-edit-container .udf-container-edit-button:hover,
.uf-edit-container .udf-tabsheet-edit-button:hover,
.uf-edit-container .udf-tabsheet-delete-button:hover {
    border-color: #78dc69;
}

.uf-edit-container .udf-container-edit-button,
.uf-edit-container .udf-container-delete-button,
.uf-edit-container .udf-edit-button,
.uf-edit-container .udf-jqgrid-delete-button,
.uf-edit-container .udf-jqgrid-edit-button,
.uf-edit-container .udf-tabsheet-edit-button,
.uf-edit-container .udf-tabsheet-delete-button,
.uf-edit-container .delete-button {
    display: inline-block;
    /*border: 1px solid #ddd;*/
    /*background: #fff;*/
    color: #777;
    padding: 5px 5px 15px 5px;
    position: relative;
    z-index: 400;
    top: 10px;
    right: 5px;
    cursor: pointer;
    width: 7px;
    border-radius: 8px;
    padding-right: 15px;
    padding-left: 2px;
    height: 20px;
    float:right;
}

    .uf-edit-container .udf-container-delete-button:hover span.cbtn:before,
    .uf-edit-container .udf-container-delete-button:hover,
    .uf-edit-container .udf-tabsheet-delete-button:hover span.cbtn:before,
    .uf-edit-container .delete-button:hover,
    .uf-edit-container .delete-button:hover span.cbtn:before {
        color: #ef8b8b;
    }

.uf-edit-container .udf-tabsheet-delete-button {
    margin-bottom: 5px;
}




#Tab_Userform_Settings .input-group-addon label {
    color: black !important;
}

#Container_Next_Steps_Buttons_container .save_cancel_datainput {
    width: 100% !important;
}

.btn-load-bulk-data {
    float: left;
}

/*#Use case: Userforms: A clear view, where to drop controls on container*/
.ui-sortable.ui-droppable {
    min-height: inherit;
}

.uf-edit-container .readonly-blanket { /* set editors readonly */
    display: block;
}

.uf-edit-container .btn { /* hide buttons */
    display: none;
}

/*** End of In userform edit ***/


/***--- DROPBOX ------------***/

Container_DocStore_Browse_DropBox_editor_container {
    width: 350px !important;
    float: left;
}

#DocBrDB_save,
#DocBrDB_cancel {
    margin-top: 16px;
}

.drop-box-container {
    display: grid;
    gap: .5em;
    justify-content: center;
    align-items: center;
    width: 350px;
    min-height: var(--height-l);
    border: var(--skin-color-main) 1px solid;
    border-radius: 10px;
    padding: calc(var(--height-l)/2) 0;
}

    .drop-box-container:hover {
        background: rgba(0,0,0,.1);
    }

    .drop-box-container .message {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .drop-box-container .message:before {
            cursor: pointer;
            font-size: 1.5em;
            padding: 0 .5em 0 0;
            color: #888;
            content: "\e6b2";
            font-family: 'Themify';
        }

    /*-------------------------
    Image Previews
--------------------------*/
    .drop-box-container .preview {
        width: 330px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
    }

        .drop-box-container .preview .filename {
            width: 300px;
            color: #fff;
            position: absolute;
            display: inline-flex;
            justify-content: flex-start;
            align-items: center;
            white-space: nowrap;
            overflow: hidden;
            z-index: 2;
        }

    .drop-box-container .uploaded {
        display: none;
    }

    .drop-box-container .preview.done .uploaded {
        display: block;
    }

    /*-------------------------
    Progress Bars
--------------------------*/
    .drop-box-container .progressHolder {
        width: 350px;
        position: sticky;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 1;
    }

    .drop-box-container .progress {
        justify-content: center;
        align-items: center;
        height: var(--height-l);
        margin-bottom: 0;
        width: 0;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
        background-color: var(--skin-color-4);
        background-image: var(--skin-color-4);
        /*background-image: -moz-linear-gradient(left, var(--skin-color-main), var(--skin-color-top-menu-pwa));
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--skin-color-main)), to(var(--skin-color-top-menu-pwa)));
        background-image: -webkit-linear-gradient(left, var(--skin-color-main), var(--skin-color-top-menu-pwa));
        background-image: -o-linear-gradient(left, var(--skin-color-main), var(--skin-color-top-menu-pwa));
        background-image: linear-gradient(to right, var(--skin-color-main), var(--skin-color-top-menu-pwa));*/
        background-repeat: repeat-x;
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);*/
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .drop-box-container .preview.done .progress {
        width: 350px !important;
        min-width: 350px !important;
    }

/***--- HEADER POPUP MENU ------------***/

.header_popup_menu {
    position: fixed;
    width: 200px;
    border: solid 1px #AAA;
    margin-bottom: 0px;
    background-color: white;
    top: 90px !important;
    max-height: 100px;
}

/***------- MESSAGING ------------***/

.messaging-control-more {
    cursor: pointer;
    font-size: var(--font-size-s);
    margin-top: 5px;
    color: #34559A;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
    margin: 12px 5px;
    position: relative;
}

.messaging-item-control {
    width: 88%;
    float: left;
    clear: both;
    padding: 10px;
    margin-left: .5em;
}

    .messaging-item-control.alternate {
    }

.messaging-item-avatar {
    float: left;
    margin: 0 5px 2px 0;
}

    .notifavatar, .messaging-item-avatar img {
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        min-height: 40px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        -moz-border-radius: 25px;
    }

.messaging-item-sender {
    width: 100%;
    /*color: grey;*/
    font-size: var(--font-size-s);
    margin: 0px 5px 3px 5px;
    word-wrap: break-word;
    font-weight: bold;
    padding-top: 3px;
    text-align: left;
}

.messaging-item-text {
    /*color : #888;*/
    font-size: var(--font-size-s);
    word-wrap: break-word;
    text-align: justify;
}

    .messaging-item-text.clickable {
        cursor: pointer;
        text-decoration: underline;
    }

messaging-item-document {
    width: 300px;
    height: 200px;
}

.messaging-item-document {
    font-size: var(--font-size-m);
    word-wrap: break-word;
    text-align: justify;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 5px;
}

.messaging-item-picture {
    width: 50%;
}

.messaging-item-time {
    margin: 0px 0px 0px 0px;
    color: #999;
    clear: both;
    font-size: 9px;
    word-wrap: break-word;
    text-align: right;
}

.messaging-item-duedate {
    margin: 0px 0px 0px 0px;
    color: #999;
    clear: both;
    font-size: 9px;
    word-wrap: break-word;
    text-align: right;
}

/* Messagin forum */
.messaging-forum-item-control {
}

    .messaging-forum-item-control .item-parts {
        display: table-row;
    }

    .messaging-forum-item-control .item-part {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        text-align: left;
        padding-bottom: 4px;
        position: relative;
        padding:0px;
    }

        .messaging-forum-item-control .item-part.icons {
            width: 28px;
            padding: 5px;
        }

.messaging-forum-item-control {
    position: relative;
    clear: both;
    display: table;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: var(--skin-color-light-content);
    margin: 5px 10px 5px 10px;
    max-width: 600px;
}

    .messaging-forum-item-control .avatar-container .forum-type {
        width: 32px;
        height: 32px;
        margin:4px;
    }

        .messaging-forum-item-control .avatar-container .forum-type img {
            margin: 0;
        }

    .messaging-forum-item-control.alternate {
        margin-left: 40px;
    }

    .messaging-forum-item-control .avatar-container {
        margin-left: -10px;
        width: 28px;
    }

     

        .messaging-forum-item-control .avatar-container .avatar, .messaging-forum-item-control .avatar-container .type-icon {
            width: 32px;
            height: 32px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            background: #eee;
        }

        .messaging-forum-item-control .avatar-container .type-icon {
            width: 16px;
            height: 16px;
            padding: 2px;
        }

    .messaging-forum-item-control.combined .avatar {
        display: none;
    }

    .messaging-forum-item-control.combined .type-icon {
        display: none;
    }

    .messaging-forum-item-control.combined .item-sender {
        display: none;
    }

    .messaging-forum-item-control .content-container {
        vertical-align: top;
    }

    .messaging-forum-item-control .item-sender {
        word-wrap: break-word;
        font-weight: bold;
        margin: 10px;
    }

    .messaging-forum-item-control .item-subject {
        font-weight: bold;
        margin-left: 10px;
    }

    .messaging-forum-item-control .item-text {
        color: #333;
        font-size: var(--font-size-s);
        margin: 10px 5px 10px 0px;
        word-wrap: break-word;
        text-align: justify;
        white-space: pre-wrap;
    }

    .messaging-forum-item-control .item-time {
        margin: 3px 0px 3px 0px;
        color: #787878;
        font-size: var(--font-size-s);
        word-wrap: break-word;
        text-align: left;
    }

    .messaging-forum-item-control .item-duedate {
        margin: 3px 0px 3px 10px;
        color: #787878;
        font-size: var(--font-size-s);
        word-wrap: break-word;
        text-align: left;
    }

    .messaging-forum-item-control .item-actions {
        display: none;
    }

    .messaging-forum-item-control.last .item-actions {
        display: inline;
    }


    .messaging-forum-item-control .item-time {
        display: none;
    }

    .messaging-forum-item-control.last .item-time {
        display: block;
    }


    .messaging-forum-item-control .item-action, .messaging-forum-item-control .item-action-chatreply, .messaging-forum-item-control .item-action-chatforvard, .messaging-forum-item-control .item-action-chatimportant {
        display: inline;
        cursor: pointer;
        padding: 0px 15px 0 0;
        font-weight: bold;
        color: #333 !important;
        line-height: var(--height-xl);
    }

        .messaging-control-more:hover,
        .messaging-forum-item-control .item-action:hover {
            text-decoration: underline;
        }

        .messaging-control-more:hover,
        .messaging-forum-item-control .item-action-chatreply:hover {
            text-decoration: underline;
        }

        .messaging-control-more:hover,
        .messaging-forum-item-control .item-action-chatforvard:hover {
            text-decoration: underline;
        }

        .messaging-control-more:hover,
        .messaging-forum-item-control .item-action-chatimportant:hover {
            text-decoration: underline;
        }

/* /Messaging forum */

.messaging-control-text-cont {
    display: table;
    width: 100%;
    padding: 5px;
    background: #ffffff;
    position: relative;
    margin: 0 5px 5px 5px;
    position: sticky;
    bottom: 0px;
}

.messaging-control-text {
    display: table-row;
}

.message-action-icon {
    display: inline-block;
    background: #fff;
    margin: 10px 5px;
    padding: 12px;
    border: #ccc 1px solid;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

    .message-action-icon img {
        width: var(--font-size-l);
        height: var(--font-size-l);
    }

    .message-action-icon:hover {
        cursor: pointer;
    }

.item-entry-data {
    cursor: pointer;
}

    .message-email .forum-type img {
        content: url(/appearances/10XOneNew/Images/mail-send24.png);
    }

    .message-document .forum-type img {
        content: url(/appearances/10XOneNew/Images/folder24.png);
    }


    .message-picture .forum-type img {
        content: url(/appearances/10XOneNew/Images/gallery24.png);
    }


    .message-phone-in .forum-type img {
        content: url(/appearances/10XOneNew/Images/telephone-in24.png);
    }


    .message-phone-out .forum-type img {
        content: url(/appearances/10XOneNew/Images/telephone-out24.png);
    }


    .message-meeting .forum-type img {
        content: url(/appearances/10XOneNew/Images/meeting24.png);
    }


    .message-calendar .forum-type img {
        content: url(/appearances/10XOneNew/Images/calendar24.png);
    }


    .message-activity .forum-type img {
        content: url(/appearances/10XOneNew/Images/activity24.png);
    }

.messaging-control-text-input-cont {
    display: table-cell;
    padding-right: 3px;
    /*padding-left:3px;*/
    text-align: left;
    width: 85%;
}

.messaging-control-text-input {
    width: 97%;
    border-style: solid;
    border-width: 1px;
    border-color: #C7C4C0;
    height: 12px;
    font-size: var(--font-size-s);
    /*font-family: Arial;*/
    resize: none;
    color: #999;
    padding: .6em;
    height: 30px !important;
}

    .messaging-control-text-input:focus {
        color: #333;
    }

.messaging-control-text-email {
    min-width: 165px;
    padding: 0px 5px 0 14px;
    display: table-cell;
    vertical-align: top;
    text-transform: uppercase;
}

    .messaging-control-text-email span {
        width: 50px;
        cursor: pointer;
        font-size: var(--font-size-m);
        color: #fda527;
        top: 8px;
        position: relative;
        font-weight: bold;
    }

        .messaging-control-text-email span:before {
            width: 32px;
            height: 32px;
            left: -5px;
            top: 3px;
            position: relative;
            font-family: Themify;
            content: "\e61a";
            font-size: var(--font-size-xl);
            padding-right: 5px;
            background: white;
            padding: 5px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
        }


        .messaging-control-text-email span:hover {
            text-decoration: underline;
        }

.messaging-control {
    width: 100%;
    min-height: 100vh !important;
    margin-bottom: 0px;
    background-color: white;
    left: 0.2em;
    position: relative;
    overflow-x: scroll;
    resize: vertical;
}

.messaging-control-container {
    width: 100%;
    padding: 5px 5px 0 0;
    border-top: 1px solid;
    border-color: var(--skin-color-input-border);
    height:600px;
}

div[data-form-id="CC_InvMessages"] > div > .messaging-control-container {
    height: revert;
}

.messaging-control-text .input-group .form-control, .input-group textarea {
    background: #fafafa;
    font-size: var(--font-size-l);
    border-radius:30px;
}

.message-checkbox {
    display: inline-block;
    position: absolute;
    right: 4%;
    top: 0;
    background-color: White;
    z-index: 10;
    padding: 4px;
    border: solid 1px #DDDDDD;
    font-size: var(--font-size-s);
}

    .message-checkbox span {
        display: inline;
        vertical-align: middle;
    }

    .message-checkbox img {
        display: inline;
        height: 13px;
        width: 13px;
        margin-left: 5px;
        cursor: pointer;
        position: relative;
    }

/* Üsszevont üzenetknél nem látszódik az avatar és név */
.messaging-item-control.combined {
    padding-top: 0px;
    padding-bottom: 0px;
    /*border-top: #EEE 1px solid;*/
}

    .messaging-item-control.combined.last {
        padding-bottom: 10px;
    }

    .messaging-item-control.combined .messaging-item-avatar {
        display: none;
    }

    .messaging-item-control.combined .messaging-item-text {
        margin-top: 0;
        margin-bottom: 0;
        width: 80%;
    }

    .messaging-item-control.combined .messaging-item-document {
        margin-top: 0;
        margin-bottom: 0;
        width: 80%;
    }

    .messaging-item-control.combined .messaging-item-sender {
        display: none;
    }




/***------- IMAGE LIST ------------***/

/* ---- Listcontentben  ----*/
.image-list-block {
    display: block;
    float: left;
}

    .image-list-block.first {
        display: block;
        padding-right: 5px;
        border-right: solid 1px;
    }

    .image-list-block.last {
        display: block;
        padding-right: 5px;
        margin-left: 5px;
        padding-bottom: 6px;
    }

.image-list-block-mass {
    display: block;
    padding-bottom: 6px;
    float: left;
    clear: both;
}

.image-chart-image {
    /*border: 1px solid #ededed;*/
    padding: .4em;
}

    .image-chart-image:hover {
        cursor: pointer;
    }

/* --***/

.avatar-custom {
    margin: 18px 0;
}

img.avatar-small {
    width: 2em;
    height: 2em;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

img.avatar-medium {
    width: 3em;
    height: 3em;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

img.avatar-large {
    width: 4em;
    height: 4em;
}

img.avatar-and-name-medium {
    width: 3em;
    height: 3em;
    vertical-align: middle;
}

.image-list-item.first {
    clear: left;
    float: left;
}

.image-list-item.item {
    float: left;
}

.image-list-item.last {
    float: left;
}

.image-list-item-alert {
    text-align: center;
    vertical-align: bottom;
    color: white;
    width: 9px;
    height: 9px;
    position: relative;
    font-size: 8px;
    left: 15px;
    top: -10px;
    background: red;
    background-position: center top;
    border: white 1px solid;
    font-weight: bold;
}

/***--------- CONAINER ------------***/

.main-container {
    display: block;
}

.invisible {
    display: none;
}

.visible {
    display: initial;
}

td.invisiblespan span {
    display: none;
}

td.visiblespan span {
    display: initial;
}

/*jquery popup make it nicer */

.ui-dialog .ui-dialog-content {
    padding: 15px;
}

    .ui-dialog .ui-dialog-content option {
        padding: 5px;
    }


/***------ ATTACHMENT CONTROL -----***/

.attachment_control.input_main {
    height: 50px;
}

.attachment_control {
    vertical-align: top;
}

    .attachment_control .input_txt {
        height: 40px;
        width: 100%;
        overflow: auto;
    }

.plus_button_cell {
    position: relative;
    overflow: hidden;
}

.attachment_control.readonly .plus_button_cell {
    display: none;
}


.attachment_control .plus_button {
    width: 20px;
    height: 12px;
    cursor: pointer;
    z-index: 5000;
}


.attachment_control .items_cell {
    overflow-y: auto;
    max-height: 40px;
    display: block;
    margin-right: 22px;
}

.attachment_control .uploaded_item {
    margin: 3px;
}

    .attachment_control .uploaded_item div {
        float: left;
    }


    .attachment_control .uploaded_item #txt_cell {
        padding: 0px 4px;
        color: #666666;
        cursor: default;
        background: #f6f6f6;
    }

    .attachment_control .uploaded_item .del_cell {
        border: solid 1px #F6F6F6;
    }

    .attachment_control .uploaded_item.readonly .del_cell {
        display: none;
    }

    .attachment_control .uploaded_item .delbutton {
        width: 12px;
        height: 12px;
        cursor: pointer;
        border: none;
        padding: 0px;
        z-index: 5001;
        background: transparent;
    }

    .attachment_control .uploaded_item .prog_cell {
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
        padding: 0px 3px;
    }

    .attachment_control .uploaded_item .prog_button {
        width: 12px;
        height: 12px;
        cursor: pointer;
    }



/***--------  CONTROL_PAGE  ----------------***/

.PAGE_MAIN_CONTAINER {
    position: inherit;
}

/* nyil_main osztálynév az xml-ben átírva */
.EXPANDABLE_CONTAINER_nyil_main {
    width: 19px;
    height: 20px;
    cursor: pointer;
    position: relative;
    background: url(../images/nyil_main.png) no-repeat 0px 0px;
}

/* nyil_main_open osztálynév az xml-ben átírva */
.EXPANDABLE_CONTAINER_nyil_main_open {
    width: 19px;
    height: 20px;
    cursor: pointer;
    position: relative;
    background: url(../images/nyil_main_open.png) no-repeat 0px 0px;
}


/***--------  CONTROL_EXPANDABLE_CONTAINER  ----------------***/

.EXPANDABLE_CONTAINER_td_1 {
    width: 25px;
    text-align: center;
    vertical-align: top;
}

.EXPANDABLE_CONTAINER_td_2 {
    cursor: pointer;
    font-size: var(--font-size-m);
}

.EXPANDABLE_CONTAINER_tr {
    width: 100%;
}

.EXPANDABLE_CONTAINER_table {
    width: 100%;
}

.EXPANDABLE_CONTAINER_div_div_div {
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
}

.EXPANDABLE_CONTAINER_div_div {
    overflow: hidden;
    margin-left: 25px;
}

.EXPANDABLE_CONTAINER_div {
    padding: 10px;
    border: solid 1px #EEE;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: visible;
}


/***--------  CONTROL_TEXT_EDITOR  ----------------***/

.TEXT_EDITOR_INNER_EDITOR {
    border: none;
    background: transparent;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.TEXT_EDITOR_input_main {
    width: 100%;
    position: relative;
}


/***--------  CONTROL_MEMO_EDITOR  ----------------***/

.MEMO_EDITOR_INNER_EDITOR {
    border: none;
    background: transparent;
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
}

.CONTROL_MEMO_EDITOR_input_main {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    height: 28px;
}


/***--------  CONTROL_HTML_EDITOR  ----------------***/

.HTML_EDITOR_input_main {
    width: 100%;
    position: relative;
    background: #f2f2f2;
    height: 320px;
}

.HTML_EDITOR_body {
    width: 100%;
}


/***--------  CONTROL_INTEGER_EDITOR  ----------------***/

.INTEGER_EDITOR_INNER_EDITOR {
    border: none;
    position: relative;
    background: transparent;
    bottom: 0px;
    top: 0px;
    font-size: 12px;
    margin: 0px;
    padding-right: 2px;
    left: 0px;
    width: 100%;
}

.CONTROL_INTEGER_EDITOR_input_main {
    height: 27px;
    position: relative;
}


/***--------  CONTROL_FLOAT_EDITOR  ----------------***/

.FLOAT_EDITOR_INNER_EDITOR {
    border: none;
    position: relative;
    background: transparent;
    bottom: 0px;
    top: 0px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    left: 0px;
    padding-right: 2px;
    width: 100%;
}

.FLOAT_EDITOR_input_main {
    position: relative;
    background: #f2f2f2;
}


/***--------  CONTROL_DATE_EDITOR  ----------------***/

.DATE_EDITOR_INNER_EDITOR {
    border: none;
    background: transparent;
    font-size: 12px;
    margin: 0px;
    padding-right: 2px;
    width: 70px;
}


.DATE_EDITOR_input_main {
    position: relative;
    background: #f2f2f2;
}

/***--------  CONTROL_TIME_EDITOR  ----------------***/

.TIME_EDITOR_INNER_EDITOR {
    border: none;
    background: transparent;
    font-size: 12px;
    margin: 0px;
    padding-right: 2px;
    width: 60px;
}


.TIME_EDITOR_input_main {
    height: 27px;
    width: 75px;
    position: relative;
}


/***--------  CONTROL_STRUCTURED_CONTROL_ITEM  ----------------***/

.STRUCTURED_CONTROL_ITEM_SIMPLE_CONTROL_input {
    width: 100%;
    height: 100%;
}

.STRUCTURED_CONTROL_ITEM_nyil_menu_back {
    width: 15px;
    height: 12px;
    background: url(../images/nyil_menu_back.png) 0px 0px no-repeat;
    overflow: hidden;
}

    .STRUCTURED_CONTROL_ITEM_nyil_menu_back:hover {
        background: url(../images/nyil_menu_back.png) 0px -12px no-repeat;
    }



/***--------  CONTROL_USER_PROFILE  ----------------***/

.USER_PROFILE_user_pic_img {
    width: 100%;
    height: 100%;
}

.USER_PROFILE_user_pic {
    vertical-align: middle;
    text-align: center;
}


/***--------  CONTROL_ADV_LOOKUP_EDITOR  ----------------***/

.ADV_LOOKUP_EDITOR_inner_editor_controll_works {
    position: absolute;
    width: 13px;
    top: 0px;
    height: 15px;
    right: 2px;
    border: none;
    background: transparent url(../images/it_works2.gif) no-repeat center right;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}


.ADV_LOOKUP_EDITOR_input_main {
    height: 27px;
    width: 100%;
    position: relative;
    background: #f2f2f2;
}

.ADV_LOOKUP_EDITOR_panel_txt {
    overflow-y: auto;
    overflow-x: hidden;
}

.ADV_LOOKUP_EDITOR_div_div2 {
    overflow: hidden;
    position: absolute;
    padding: 0px 10px 10px 0px;
}

.ADV_LOOKUP_EDITOR_div {
    position: inherit;
}

    .ADV_LOOKUP_EDITOR_div .panel_s1, .ADV_LOOKUP_EDITOR_div .panel_s2, .ADV_LOOKUP_EDITOR_div .panel_s3,
    .ADV_LOOKUP_EDITOR_div .panel_s4, .ADV_LOOKUP_EDITOR_div .panel_o1, .ADV_LOOKUP_EDITOR_div .panel_o2,
    .ADV_LOOKUP_EDITOR_div .panel_o3, .ADV_LOOKUP_EDITOR_div .panel_o4 {
        display: none;
    }

.control_adv_lookup_editor input.inner_editor_controll {
    /* height: 26px;
    padding-left:6px;*/
}


/***--------  CONTROL_PASSWORD_EDITOR  ----------------***/

.PASSWORD_EDITOR_INNER_EDITOR {
    border: none;
    position: absolute;
    background: transparent;
    bottom: 0px;
    top: 0px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
}


.PASSWORD_EDITOR_input_main {
    height: 27px;
    width: 100%;
    position: relative;
    background: #f2f2f2;
}

/*** --- --- ////// ADV_LOOKUP_EDITOR ////// --- --- ***/

.adv_lookup_new_button {
    height: var(--height-input-box) !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid;
    border-color: var(--skin-color-input-border);
    border-left: 0;
    padding-top: 6px;
    background: white;
}


    .adv_lookup_new_button.increase,
    .adv_lookup_new_button.decrease {
        height: calc(var(--height-input-box)/2) !important;
    }

    .adv_lookup_new_button.decrease {
        border-top: none;
    }


    .adv_lookup_new_button:hover {
        background-color: #F0F0F0;
        border-color: rgb(159, 191, 217);
    }

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.adv_lookup_container {
    background: #e5e5e5;
    display: inline-block;
    width: 100%;
}

.adv_lookup_main {
    width: 100%;
    background: transparent !important;
}

.adv_lookup_item {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border-bottom: #c9c5c2 1px solid;
    padding: 6px 10px 6px 10px;
    cursor: pointer;
    font-size: var(--font-size-m);
    display: block;
}

.adv_lookup_selected {
    background: #565656;
    color: #fff;
    border-bottom: whitesmoke 1px solid;
}

.adv_lookup_panel {
    overflow: hidden;
    position: absolute;
    padding: 0 10px 10px 0;
    min-width: 250px;
    left: 0;
    top: 33px;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/***--------  CONTROL_RADIO_GROUP_ITEM  ----------------***/

.CONTROL_RADIO_GROUP_ITEM_div_div_div3 {
    position: relative;
    top: 30px;
    height: 15px;
    text-align: center;
    overflow: visible;
}

.CONTROL_RADIO_GROUP_ITEM_div {
    position: relative;
    overflow: visible;
}

.control_radio_group_editor {
    height: 30px;
    border: none;
    background: none;
}

/***--------  CONTROL_EXTENDED_TAB_SHEET  ----------------***/

.EXTENDED_TAB_SHEET_div_div {
    clear: both;
    position: relative;
    height: 24px;
    border-bottom: solid 1px silver;
    margin-bottom: 5px;
}

.EXTENDED_TAB_SHEET_div {
    border-bottom: solid 1px silver;
    padding-bottom: 10px;
}

.close-tab {
    color: red;
    border-right: 0px;
    margin-left: 8px;
    background: #f0f0f0;
}

.tab_sheet_detail li.close-tab {
    position: relative;
    right: 0px;
    border: none;
    color: black;
    margin-top: .2em;
    float: left;
    z-index: 1;
    left: -1.3em;
    background: transparent;
}

    .tab_sheet_detail li.close-tab:before {
        position: relative;
        content: "X";
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        font-size: var(--font-size-m);
        color: red;
        padding: .5em;
        background: #ccc;
        margin-right: .5em;
    }

.close-tab.invisible {
    display: none;
}

.extended-tab-sheet {
    margin-top: 20px;
    display: block;
    position: relative;
}

    .extended-tab-sheet .main-container {
        /*position: relative;*/
        float: left;
        /*border: solid 1px #CCC;*/
        width: 100%;
    }


/***--------  CONTROL_EXTENDED_TAB  ----------------***/

.EXTENDED_TAB_img {
    width: 19px;
    height: 20px;
    padding-top: 1px;
}

.EXTENDED_TAB_td1 {
    vertical-align: middle;
    width: 25px;
}

.EXTENDED_TAB_td2 {
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    padding-right: 15px;
}

.EXTENDED_TAB_table {
    height: 100%;
    width: 100%;
}

.EXTENDED_TAB_div {
    float: left;
    height: 20px;
    cursor: pointer;
}


/***--------  CONTROL_EXTENDED_TAB SOLID  ----------------***/

.extended-tab-items {
    border-bottom: 2px solid #CCC;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.solid-tabsheet {
    font-size: var(--font-size-s);
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 8px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

    .solid-tabsheet.selected {
        background: url(../images/radio_solid_flack.gif) no-repeat;
        background-position: bottom center;
        font-weight: bold;
        color: #000000;
    }

/***--------  CONTROL_GRID_CONTAINER  ----------------***/

/***--------  CONTROL_GRID_CONTAINER_ITEM  ----------------***/

.GRID_CONTAINER_ITEM_div {
   
}




/***--------  TRSApplicationFramework.XMLU_HorizontalLineControlClass  ----------------***/

.TRSApplicationFramework_divrizontalLineControl_div {
    border-bottom: solid 1px silver;
    width: 100%;
    height: 5px;
}



/***--------  CONTROL_EDITOR_CONTAINER  ----------------***/

.EDITOR_CONTAINER_MAIN_CONTAINER {
    vertical-align: top;
    margin-top: 10px;
}

    .EDITOR_CONTAINER_MAIN_CONTAINER td {
        vertical-align: bottom;
    }

.input_table td {
    vertical-align: middle;
}


.control_editor.readonly input, .control_editor.readonly .input_txt, .control_editor.readonly textarea {
    color: #888;
}


/***--------  CONTROL_MENU_ITEM_VERTICAL  ----------------***/

.MENU_ITEM_VERTICAL_a {
    cursor: pointer;
}

.MENU_ITEM_VERTICAL_div {
    text-align: center;
}



/***--------  CONTROL_MESSAGE  ----------------***/

.MESSAGE_div {
    text-align: center;
}



/***--------  CONTROL_SIDEBAR  ----------------***/

.SIDEBAR_div_div {
    top: 0px;
    left: 0px;
    width: 8px;
    position: absolute;
    height: 25px;
}
/*!!!!! A backgroundot képestől bent hagytam */

.SIDEBAR_ul {
    margin: 5px;
    left: 0px;
    top: 0px;
    padding: 0px;
}

.SIDEBAR_div {
    top: 0px;
    left: 0px;
    width: 8px;
    position: absolute;
    height: 25px;
}
/*!!!!! A backgroundot képestől bent hagytam  */

/***--------  CONTROL_SIDEBAR_ITEM  ----------------***/

.SIDEBAR_ITEM_a {
    color: #FFF;
}

.side_bar_item {
    background: none;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    list-style: none;
}

.simplebold {
    font-weight: bold;
}

.SIDEBAR_ITEM_BOLD_div {
    font-weight: bold;
    margin: 5px 0;
}

.invoice_summary_label {
    font-size: var(--font-size-m);
    padding: 15px;
    font-family: var(--font-5);
    float: left;
    width: 50%;
    padding-top: 1px;
}

    .invoice_summary_label:nth-of-type(2n+1) {
        color: var(--skin-color-main);
        padding-bottom: 0px;
        font-weight: bold;
    }


.MENU_TOP_LABEL_div {
    color: #777;
    font-size: var(--font-size-m);
    text-align: center;
    float: left;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%;
    text-transform: uppercase;
}


/***--------  CONTROL_EDITOR_UPLOAD  ----------------***/

.EDITOR_UPLOAD_td1 {
    width: 100%;
}

.EDITOR_UPLOAD_button {
    border: 1px solid #333;
    color: #ccc;
    font-size: var(--font-size-s);
    padding: 3px 5px;
    text-transform: uppercase;
}

.EDITOR_UPLOAD_table {
    width: 100%;
}

.control_upload_editor .input_button_back_td.last {
    width: 20px;
}

/***--------  CONTROL_GRIDVIEW  ----------------***/

.GRIDVIEW_SimpleGrid_div {
    overflow: hidden;
    float: left;
}


/***--------  CONTROL_GRID_ROW  ----------------***/

.GRID_ROW_GROUP_tr {
    background-color: silver;
    font-weight: bold;
}


/***--------  CONTROL_GRID_COLUMN  ----------------***/

.CONTROL_GRID_COLUMN_BUTTON_button {
    border: 1px solid #333;
    color: #ccc;
    font-size: var(--font-size-s);
    padding: 3px 5px;
    text-transform: uppercase;
}

.CONTROL_GRID_COLUMN_BUTTON_td {
    overflow: hidden;
    border-bottom: dotted 1px black;
    padding: 2px;
}

.CONTROL_GRID_COLUMN_ANCHOR_a {
    width: 100%;
    height: 100%;
    display: block;
}

.CONTROL_GRID_COLUMN_ANCHOR_td {
    overflow: hidden;
    border-bottom: dotted 1px black;
    padding: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CONTROL_GRID_COLUMN_GROUP_td {
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}


/***--------  CONTROL_UPLOAD_EDITOR  ----------------***/

/***--------  DATA FILTER  ----------------***/

.data-filter {
    border: solid 1px #CCC;
    padding: 0;
    margin-bottom: 10px;
    height: 25px;
}

.data-filter-add-button, .data-filter-search-button, .data-filter-visible-change {
    width: 20px;
    height: 25px;
    cursor: pointer;
    background-position: 1px 2px;
    border-right: solid 1px #CCC;
}

.data-filter-add-button {
    background-image: url(../images/ikon_input_plus_over.gif);
    background-position: 3px 6px;
    background-repeat: no-repeat;
}

.data-filter-caption {
    margin: 0 5px;
    font-weight: bold;
    color: #BBB;
    cursor: default;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.data-filter-search {
    display: inline-block;
}

.data-filter-search-textbox {
    height: 17px;
    width: 200px;
    font-size: var(--font-size-m);
    margin-bottom: 3px;
    margin-right: 3px;
    border: solid 1px #CCC;
    vertical-align: bottom;
}

.data-filter-search-button {
    background-image: url(../images/ikon_head_search.png);
    background-position: 2px 6px;
    background-repeat: no-repeat;
    font-size: var(--font-size-m);
}

.data-filter-visible-change {
    background-image: url(../images/nyil_main_open.png);
    background-position: 2px 4px;
    background-repeat: no-repeat;
}

/***--------  HIDDEN EDITOR  ----------------***/

.control_hidden_editor {
    display: none;
}



/* --- ---  ////// calendar ////// --- --- */

.calendar_container {
    position: absolute;
    padding: 0 20px 10px 20px;
    background: #fff;
    color: #555;
    z-index: 60000;
    margin: -20px 0 0 0 !important;
    border: 1px #eee solid;
}

.calendar_main_table td, .calendar_main_table tr {
    border: none;
}

.calendar_table td {
    font-size: var(--font-size-m);
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.calendar_days_head {
    padding: 4px 2px 4px 2px;
    color: #888;
    font-weight: normal;
    font-size: 10px;
    border-bottom: solid 1px #dcdcdc;
    cursor: default;
    background: #fafafa url(../images/bg_fh_1px.gif) top repeat-x;
}

.calendar_days_black {
    color: #000;
    background-color: white;
    border: solid 1px #fff;
}

.calendar_days_today {
    color: #000;
    background-color: #FFE5B4;
    border: solid 1px #fff;
}

.calendar_days_selected {
    color: #fff;
    background-color: #333;
    border: solid 1px #fff;
}

.calendar_days_weekend {
    color: #ff3333;
    background-color: #f2f2f2;
    border: solid 1px #fff;
}

.calendar_days_otherMonth {
    color: #999;
    cursor: default;
    background-color: #f2f2f2;
    border: solid 1px #fff;
}

.calendar_days_Selected {
    background-color: #b1b1b1;
    color: #fff;
    border-color: #f2f2f2;
    cursor: default;
}

.calendar_days_black:hover, .calendar_days_weekend:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    border-color: #fff #dcdcdc #dcdcdc #fff;
}

.calendar_days_today:hover, .calendar_days_selected:hover {
    cursor: pointer;
    border-color: #fff #dcdcdc #dcdcdc #fff;
}

.calendar_Today {
    background-image: url(../images/bg_calendar_today.gif);
    background-repeat: no-repeat;
}

.calendar_head_table {
    background: var(--skin-color-2);
    font-weight: bold;
    width: 100%;
    margin: 10px 0;
}

.calendar_month_year_td {
    text-align: center;
    color: white;
    background: var(--skin-color-main);
    font-size: 12px;
    cursor: default;
    vertical-align: middle;
    padding-bottom: 5px 0;
}

.calendar_btn_td {
    border-left: solid 1px #fff;
    padding: 0px;
    width: 14px;
    height: 12px;
}

.calendar_btn {
    width: 18px;
    height: 25px;
    cursor: pointer;
    border: none;
}

.calendar_btn_div {
    background: no-repeat 0px 1px;
    width: 9px;
    height: 9px;
    margin: 1px;
}

.calendar_btn_left2:after, .calendar_btn_left:after, .calendar_btn_right:after, .calendar_btn_right2:after {
    margin-left: -8px;
    position: relative;
    top: -6px;
}

.calendar_btn_left2:after {
    content: "<<";
}

.calendar_btn_left:after {
    content: "<";
}

.calendar_btn_right:after {
    content: ">";
}

.calendar_btn_right2:after {
    content: ">>";
}


.calendar_btn:hover, .calendar_btn:focus {
    background: no-repeat 0px -10px;
}

.cal-icon {
    width: 20px;
    height: 16px;
}

.fc-body .fc-resource-area .fc-cell-content {
    font-size: var(--font-size-s);
}

/* Scheduler calendar controls */

.fcal-container {padding-top: 10px;}

.fc-body .fc-resource-area .fc-cell-content {
    font-size: var(--font-size-s);
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: #ddd !important;
}


/*Other controls */

td .icon_circle_arrow_gray {
    top: 0em;
    right: -1.5em;
    position: initial;
    text-align: center;
}

.ChA-ConnEdit-caption {
    width: 40px;
}

.label-padding-top {
    padding: 8px 2px 2px 15px;
    font-size: var(--font-size-m);
    color: #a9aeb4;
}

.label-padding-top-nocolor {
    padding: 8px 2px 2px 15px;
    font-size: var(--font-size-l);
}

.label-info-type {
    border: none;
    margin: 0px 10px 5px 0px;
    padding: 1px 1px 1px 0px;
    color: #bfbfbf;
    font-size: var(--font-size-s);
}

    .label-info-type.label-medium {
        font-size: var(--font-size-l);
    }

    .label-info-type.label-large {
        font-size: var(--font-size-xl);
    }

    .label-info-type.top-bottom-margin {
        margin: 10px 0;
    }

.label-alert-type {
    border: none;
    padding: 5px 0px 0px 0px;
    font-size: var(--font-size-m);
    margin: 0px 10px 0px 10px;
    padding: 1px 1px 1px 0px;
    color: red;
    font-size: var(--font-size-m);
}

.label-operations-header {
    padding: 10px 20px 10px 10px;
    margin-top: 0px;
    color: grey;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #eee;
    border-left: none;
    float: right;
}

.icon_filter_gray:after {
    content: "\f0b0";
    font-size: 1.5em;
    opacity: .6;
    cursor: pointer;
    color: #777;
    font-family: 'FontAwesome';
    float: right;
    margin: 0px 4px;
}

.icon_filter_gray.icon_close_panel:after {
    content: "\f00d";
    font-size: 1.8em;
    opacity: .9;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'FontAwesome';
    float: right;
    margin: 0px 2px;
}


.icon_circle_arrow_gray,
.dd_menu_circle_arrow_gray {
    cursor: pointer;
    color: #333;
    float: right;
}

.icon_circle_arrow_gray_half {
    cursor: pointer;
    color: #333;
    font-family: 'FontAwesome';
    position: relative;
    float: right;
    padding: 5px;
}

    .icon_circle_arrow_gray_half:after {
        content: "\f0c9";
        font-size: 1.5em;
        opacity: .6;
    }

.icon_circle_arrow_gray_item {
    cursor: pointer;
    color: #888;
    font-family: 'FontAwesome';
    position: relative;
}

    .icon_circle_arrow_gray_item:after {
        content: "\f0c9";
        font-size: 1.5em;
        opacity: .6;
    }

.icon_circle_arrow_withcontrol {
    cursor: pointer;
    color: #888;
    font-family: 'FontAwesome';
    top: -1.3em;
}

.treetable .icon_circle_arrow_gray, treetable .dd_menu_circle_arrow_gray {
    top: 0;
    left: 0;
    position: relative;
}

.icon_circle_arrow_gray:after {
    content: "\e68e";
    font-size: 1.5em;
    opacity: .6;
    font-family: 'Themify';
}

#chartheadercont_action_buttons_editor_container .icon_circle_arrow_gray:after {
    top: 1.8em;
    right: 9%;
}


#email_main_container_with_icon_editor_container .icon_circle_arrow_gray {
    top: -1.7em;
}

.dd_menu_circle_arrow_gray:after {
}

.icon_circle_arrow_gray_big:after,
.dd_menu_circle_arrow_gray_big:after {
    cursor: pointer;
    font-size: 1.5em;
    padding: .9em .2em .2em .25em;
    color: #888;
    font-family: 'FontAwesome';
    position: absolute;
}



.dd_menu_circle_arrow_orange {
    width: 21px;
    height: 21px;
    /*background: url(../images/icon_circle_arrow.png) no-repeat;*/
    position: absolute;
    left: 2px;
    top: 2px;
}

.dd_menu_tab_shape_right {
    width: 1em;
    position: absolute;
    top: -0.3em;
    right: 1.4em;
}

.dd_menu_tab_shape_left {
    width: 28px;
    height: 27px;
}

.dd_menu_container {
    position: absolute;
    width: 207px;
    right: 0;
    left: auto !important;
}

    .dd_menu_container.top {
        position: fixed;
    }


.ui-jqgrid .dd_menu_container {
    right: inherit;
    left: inherit !important;
}

.dd_menu_top {
    width: 205px;
    height: 0px;
    cursor: pointer;
}

.dd_menu_content {
    width: auto;
    height: auto;
    background: #555;
    padding: 1px 0px;
    line-height: 1.2;
    position: relative;
    top: 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

    .dd_menu_content.top {
        line-height: 2;
        position: fixed;
        top: calc(var(--solution-header-height)*1.1);
    }

.dd_menu_column {
    float: left;
    margin: 0 15px;
    display: inline-grid;
}

.dd_menu_bottom {
    width: 147px;
    height: 6px;
    position: relative;
    background: url(../images/bg_dd_menu_bottom.png) no-repeat;
}


.dd_menu_item_container {
    position: relative;
    cursor: pointer;
    display: inline-grid;
    width: 100%;
}

.dd_menu_item_main {
    font-size: 13px;
    color: #fff;
    min-width: 102px;
    margin: 10px 5px;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px dotted grey;
}

.dd_menu_content.top .dd_menu_item_main {
    padding: 30px 10px 15px 10px;
}


.dd_menu_content.top .dd_menu_item_container:before {
    font-family: 'Themify';
    margin: 20px 10px -35px 15px;
    color: white;
    float: left;
}

.Customize:before {
    content: "\e640";
}

.SimpleForm:before {
    content: "\e70c";
}

.Solutionedit:before {
    content: "\e6a0";
}

.UserFormEdit:before {
    content: "\e61d";
}

.ControlHint:before {
    content: "\e718";
}

.CustomComplexTables:before {
    content: "\e62e";
}

.CustomSimpleTables:before {
    content: "\e62e";
}

.SystemTables:before {
    content: "\e62e";
}

.FormsEditor:before {
    content: "\e61d";
}

.SystemParameters:before {
    content: "\e686";
}

.CustomCodeBlocks:before {
    content: "\e687";
}

.Interfaces:before {
    content: "\e6ef";
}

.InterfaceLog:before {
    content: "\e6ef";
}

.DataLoader:before {
    content: "\e6b2";
}

.StatusTransition:before {
    content: "\e62e";
}

.CustomInvoices:before {
    content: "\e6a6";
}

.EmailTemplates:before {
    content: "\e75a";
}

.financial_report:before {
    content: "\e68c";
}

.activity_report:before {
    content: "\e64d";
}

.employee_report:before {
    content: "\e602";
}

.employee_history:before {
    content: "\e602";
}

.timeandholiday_report:before {
    content: "\e6b6";
}

.transportOrder_transportTrip:before {
    content: "\e66d";
}
.TransportationWaybill:before {
    content: "\e66d";
}

.partner_report:before {
    content: "\e699";
}

.stock_report:before {
    content: "\e60d";
}

.sales_order_report:before {
    content: "\e60d";
}

.warehouse_report:before {
    content: "\e60d";
}

.contract_report:before {
    content: "\e6c7";
}

.vehicle_report:before {
    content: "\e6b5";
}

.reports_report:before {
    content: "\e6ba";
}

.custom_report:before {
    content: "\e6c8";
}

.invite_others:before {
    content: "\e61a";
}

.invitations_sent:before {
    content: "\e75a";
}

.approve_registrations:before {
    content: "\e64c";
}

.my_profile:before {
    content: "\e602";
}

.my_company:before {
    content: "\e69b";
}

.my_networks:before {
    content: "\e707";
}

.version_info:before {
    content: "\e697";
}

.svn_logs:before {
    content: "\e697";
}

.dd_menu_item_main:hover {
    color: #f74b00;
}

/*------------------  TOP HEADER MENU UNIQUE STYLE ------------------*/


table[id="jqgrid_GCJQGridControl_Task_Browse"] .dd_menu_content {
    background: #555;
    border: 3px solid #555;
    text-align: left;
    width: 170px;
}

table[id="jqgrid_GCJQGridControl_Task_Browse"] .dd_menu_top {
    background: none;
}

table[id="jqgrid_GCJQGridControl_Mis_grid_dyn"] tr.jqgrow td {
    white-space: nowrap !important;
}

.dd_menu_item_sub {
    font-size: 12px;
    color: #7ca8e9;
    text-transform: uppercase;
    width: 102px;
    margin: 6px 0;
    cursor: pointer;
}

    .dd_menu_item_sub:hover {
        color: #f74b00;
    }

.dd_menu_help {
    width: 20px;
    height: 20px;
    background: url(../images/icon_dd_menu_help.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0px;
    cursor: pointer;
}

.dd_menu_title {
    margin: 3px 12px 3px 10px;
    font-size: 12px;
    color: #fff;
    cursor: default;
}


/*------------------  CZP 13.9.13 Mandatory field check: error message ------------------*/

.error_txt {
    position: relative;
    float: left;
    margin-top: 2px;
    top: 2px;
    background: #fff;
    color: #f44242;
    padding: 3px;
}

/*--- Gantt ----*/
.ribbonContainer {
    overflow: auto;
    background-color: white;
    border-bottom: 1px solid White;
    /*font-family: Raleway, Arial;*/
    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-size: var(--font-size-s);
    text-transform: uppercase;
}

.ribbonPanel {
    float: left;
    overflow: auto;
    background-color: white;
    border-right: 1px solid #eee;
}

.ribbonHeader {
    background-color: #FDA527;
    color: white;
    padding: 2px 4px;
    display: none;
}

.ribbonCommandsArea {
    padding: 1px 2px;
}

.ribbonCommand {
    float: left;
    margin: 4px;
}

    .ribbonCommand img {
        border: 0px;
    }

.extraPanel {
    background-color: #FDA527;
    border-bottom: 1px solid White;
    color: White;
    /*font-family: Raleway, Arial;*/
    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
    font-size: var(--font-size-s);
}

.extraPanelHeader {
    background-color: #FDA527;
    padding: 4px;
}

.extraPanelContent {
    padding: 1px 4px;
    color: Black;
}

.extraPanelCommandsArea {
    float: right;
    padding: 5px 6px;
}

.extraPanel a {
    color: White;
}

.toggle {
    margin: 2px;
    padding: 2px;
    padding-bottom: 0px;
    opacity: 0.95;
}

.pressed {
    background-color: #e0e0e0;
    opacity: 1;
}

.chatreply {
    background-color: #e0e0e0;
}

.chatforvard {
    background-color: #e0e0e0;
}


/*  
	*****
	BEGIN: CheckboxDDL Control 
	***** 
*/
.cm-chddl .cm-selected-item {
    display: inline-block;
    border: 1px solid;
    margin: 0 2px 2px 0;
    max-width: 100%;
    background: #fff;
}

    .cm-chddl .cm-selected-item .cm-item-name {
        padding: 4px 7px;
        max-width: calc(100% - 27px);
        display: inline-block;
    }

        .cm-chddl .cm-selected-item .cm-item-name span {
            overflow: hidden;
            white-space: nowrap;
            display: flex;
            padding: 5px 3px;
        }

    .cm-chddl .cm-selected-item .cm-remove {
        cursor: pointer;
        display: inline-block;
        border-left: 1px solid;
    }

    .cm-chddl .cm-selected-item,
    .cm-chddl .cm-selected-item .cm-remove {
        border-color: #ccc;
    }

.cm-chddl .cm-remove span {
    display: block;
    padding: 9px 10px 10px;
}


.cm-chddl .cm-item-list {
    height: 200px;
}

.cm-item-list li {
    margin: 2px 0 10px;
    padding: 3px 0;
    border-bottom: #e2e2ea 1px solid;
}

.cm-chddl .cm-item-list ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    background: #fafaf2;
}

    .cm-chddl .cm-item-list ul li.cm-checkbox.hidden {
        display: none;
    }

    .cm-chddl .cm-item-list ul li label {
        width: 100%;
        padding: 4px 10px;
        font-weight: normal;
        margin: 0;
    }

    .cm-chddl .cm-item-list ul li input {
        margin-right: 5px;
    }

.cm-chddl .cm-item-list .cm-more {
    background: #ddd;
    text-align: center;
    padding: 8px 8px 7px;
    cursor: pointer;
}

    .cm-chddl .cm-item-list .cm-more span {
        font-size: 23px;
        color: #444;
    }

.cm-chddl .cm-rel {
    position: relative;
}

.cm-chddl .cm-ddl {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    display: none;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 2000;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);
}

    .cm-chddl .cm-ddl .cm-item-list {
        overflow: auto;
    }

.cm-chddl .cm-selected-items,
.cm-chddl .cm-ddl-toggler,
.cm-chddl.cm-fix-height .cm-list-toggler {
    display: inline-block;
}

.cm-chddl .cm-selected-items {
    width: calc(100% - 78px);
    padding: 2px 2px 0 2px;
}

.cm-chddl .cm-control {
    position: relative;
    border: 1px solid #ddd;
    min-height: 40px;
}

.cm-chddl .cm-ddl-toggler,
.cm-chddl .cm-list-toggler,
.cm-chddl .cm-remove-toggler {
    padding: 10px 6px;
    border-left: 1px solid #ddd;
    background-color: #fff;
    width: 28px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
}

.cm-chddl .cm-list-toggler {
    right: 56px;
}

.cm-chddl .cm-remove-toggler {
    right: 28px;
}

.cm-ddl-toggler span,
.cm-list-toggler span {
    padding-left: 2px;
}

.cm-list-toggler span {
    padding-top: 3px;
}

.cm-chddl .input-group .btn {
    background: #fff;
    margin-left: 0;
    padding: 13px 7px 14px;
    width: 27px;
    border-bottom: 1px solid #ddd;
}

    .cm-chddl .input-group .btn:hover {
        box-shadow: none;
    }

.cm-chddl .input-group button,
.cm-chddl .input-group input {
    border-radius: 0;
    border-top: 0;
    border-color: #ddd;
}

.cm-chddl .input-group button {
    border-right: 0;
    padding-bottom: 7px;
}

    .cm-chddl .input-group button:hover {
        border-color: #ddd;
    }

.cm-chddl .input-group input {
    border-left: 0;
}

.cm-chddl .cm-numbers-hide .cm-separator,
.cm-chddl .cm-numbers-hide .cm-more,
.cm-chddl .cm-list-toggler {
    display: none;
}

.cm-chddl .cm-separator {
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .cm-chddl .cm-separator span {
        display: block;
        text-align: right;
        font-size: var(--font-size-s);
        color: #555;
        position: absolute;
        top: -6px;
        right: 0;
        background: #fff;
        padding: 0 5px;
    }

.cm-chddl .cm-search-info {
    display: none;
    font-size: 11px;
    color: #777;
    padding: 5px 10px 0 10px;
    margin: 0;
}

.cm-chddl .cm-numbers-hide .cm-search-info {
    display: block;
}

/** Fix height version */
.cm-chddl.cm-fix-height .cm-control {
    height: 40px;
    background-color: #fff;
}

.cm-chddl.cm-fix-height .cm-selected-items {
    overflow: hidden;
    white-space: nowrap;
}

.cm-chddl.cm-fix-height .cm-selected-item {
}

.cm-chddl.cm-fix-height .cm-selected-items.cm-open {
    position: absolute;
    background: #fafaf2;
    z-index: 3000;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    border: 1px solid #fafaf2;
    padding: 2px 2px 0 2px;
    max-height: 150px;
    min-height: 40px;
    margin-top: -1px;
}

.cm-chddl.cm-fix-height .cm-selected-items.cm-open,
.cm-chddl.cm-fix-height .cm-selected-items {
    width: calc(100% - 84px);
}

.cm-tick-on, .cm-tick-off {
    margin-right: 15px;
}

.cm-remove-toggler span {
    margin: auto;
}

.cm-chddl .cm-list-toggler.readonly {
    right: 0;
}

.cm-chddl .cm-selected-item .cm-item-name.readonly {
    max-width: 100%;
}

.cm-chddl .cm-control .cm-selected-items.readonly {
    width: 100%;
    background-color: #eee;
}

.cm-chddl.cm-fix-height .cm-selected-items.readonly.cm-open {
    width: calc(100% - 28px);
}

.cm-chddl .cm-ddl.reverse {
    top: auto;
    bottom: 42px;
}

.cm-chddl .fa-chevron-up {
    display: none;
}
/*  
	***
	END: CheckboxDDL Control 
	*** 
*/



/*** right side panel: hide what is not needed ***/
#event_menu_editor_container .user_pic,
#event_menu_editor_container #header_user_name,
#event_menu_editor_container .head_menu,
#event_menu_editor_container .dd_menu_top,
#event_menu_editor_container .dd_menu_content,
#event_menu_editor_container .logo_10xone {
    display: none;
}

#event_menu_editor_container .head_left_menu {
    position: absolute;
    left: 0px;
    top: 6.5em;
    border-top: 1px solid #ddd;
}

#event_menu_editor_container {
    position: relative;
    top: -6.0em;
}

/* Right side message panel */
#RightSide_Label_OnlineUsersExpContainer_control, #Board_Top_Tasks_Expandable_control {
    position: relative;
    margin-top: -15px;
}
/*** End of right side panel: hide what is not needed ***/

/*** Calendar ***/


.fc-toolbar.fc-header-toolbar {
    margin-bottom: 5px !important;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #f2f2f2;
}

.fc-past {
    background: #fefefe;
}

.fc-today, .fc-future {
    background: white;
}

.fc-day-header.fc-widget-header {
    height: 20px;
    vertical-align: middle;
    margin: auto 0;
    font-family: var(--font-4);
    font-size: var(--font-size-l);
    text-transform: uppercase;
}

.fc-center h2 {
    font-weight: normal;
    float: left;
    font-size: var(--font-size-xl);
    padding-left: 10px;
}

.fc-license-message {
    display: none;
}

.fc-day-header.fc-widget-header.fc-past, .fc-day-header.fc-widget-header.fc-future {
    color: #999;
}

.fc td {
    text-align: center !important;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none !important;
}

.fc-right {
    float: right;
}

.fc-button-group {
    float: left;
}

.fc-state-default {
    background-image: none !important;
    background-repeat: none !important;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
}

    .fc-state-default.fc-corner-left { /* non-theme */
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .fc-state-default.fc-corner-right { /* non-theme */
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.fc-day-number, .fc-week-number {
    font-size: var(--font-size-l);
    font-family: var(--font-4) !important;
}

.fc-day-top, .fc-week-number {
    background: #f2f1f1 !important;
    border-top: 1px #ddd solid !important;
    border-left: 1px #ddd solid !important;
    border-right: 1px #ddd solid !important;
}

.fc-week-number {
    margin-left: 0px;
    padding: 0;
    float: none;
    background: #f2f1f1 !important;
}

.fc-icon-left-single-arrow:after, .fc-icon-right-single-arrow:after {
    font-weight: normal !important;
}

.fc-toolbar h2 {
    text-transform: none;
}

button#Action_Calendar_DataInput_Save {
    background: #c10f81 !important;
}

/*Commented due to conflict with Fullcalender.css 5.1.1*/
/*.fc button .fc-icon, .fc-today-button, .fc-button {
	color: #333 !important;
	top: 0 !important;
}*/

/*** End of Calendar ***/

/*** INLINE editor styles***/
.container-inline .editor_container_column {
    display: inline-flex;
    /* float: none !important;*/
}

.container-inline .editor_container_column_r {
    display: inline-flex;
    /* float: none !important;*/
    right: 5px;
    padding-left: 10px;
}

.container-inline .editor_container_column_r {
    display: inline-flex;
    float: none !important;
    right: 5px;
    padding-left: 0px;
}

.container-inline .left-padding .editor_container_column_r {
    padding-left: 10px;
}
/*** End of INLINE editor styles***/
/*** Other, misc controls ***/
.clear-both {
    clear: both;
}

.integer-editor-placeholder {
    text-align: left;
}

.input-group textarea {
    min-height: 40px;
    border: 1px solid #eee;
    background: #fafaf2;
}

.editor_container_container.horizontal-placeholder-no-line {
    margin-top: 10px;
}


.inline-btn {
    padding: 9.5px 12px !important;
}

/** horizontal toolbar menu **/

.ribbontoolbar {
    border: none;
}

    .ribbontoolbar:empty {
        height: 0px;
        opacity: 0;
    }

    .ribbontoolbar .trsbutton, .ribbontoolbar button {
        width: 100px !important;
        text-transform: none;
        background: transparent;
        cursor: pointer;
        margin: 0px 0px 2px 0px;
        height: var(--height-xl);
        font-size: var(--font-size-s);
        color: #fff !important;
        border-right: 2px solid white;
        line-height: 10px;
        justify-content: center;
        align-items: center;
        border-radius: 0px !important;
    }

        .ribbontoolbar .trsbutton:before {
            color: white;
            font-size: var(--font-size-s);
            margin: 0 5px 2px auto;
        }

        .ribbontoolbar .trsbutton:hover, .ribbontoolbar .trsbutton:focus {
            background: var(--skin-color-9);
            box-shadow: none;
            color: white !important;
        }

            .ribbontoolbar .trsbutton:hover:before, .ribbontoolbar .trsbutton:focus:before {
                color: white !important;
            }

        .ribbontoolbar .trsbutton:nth-of-type(10n+1), .ribbontoolbar button:nth-of-type(10n+1) {
            background-color: var(--skin-color-main);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+2), .ribbontoolbar button:nth-of-type(10n+2) {
            background-color: var(--skin-color-2);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+3), .ribbontoolbar button:nth-of-type(10n+3) {
            background-color: var(--skin-color-3);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+4), .ribbontoolbar button:nth-of-type(10n+4) {
            background-color: var(--skin-color-4);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+5), .ribbontoolbar button:nth-of-type(10n+5) {
            background-color: var(--skin-color-5);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+6), .ribbontoolbar button:nth-of-type(10n+6) {
            background-color: var(--skin-color-6);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+7), .ribbontoolbar button:nth-of-type(10n+7) {
            background-color: var(--skin-color-7);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+8), .ribbontoolbar button:nth-of-type(10n+8) {
            background-color: var(--skin-color-8);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+9), .ribbontoolbar button:nth-of-type(10n+9) {
            background-color: var(--skin-color-9);
        }

        .ribbontoolbar .trsbutton:nth-of-type(10n+10), .ribbontoolbar button:nth-of-type(10n+10) {
            background-color: var(--skin-color-10);
        }




/* jqgrid date and time editor css */
.jqgrid_date_editor {
    margin-top: -16px !important;
}

.ui-jqgrid .ui-jqgrid-view select, .ui-jqgrid .ui-jqgrid-view button {
    font-size: var(--font-size-s);
    line-height: 1em;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
    width: 10px;
}

.ui-jqgrid-view .input-group {
    margin: 3px 0 5px 0;
    min-height: 40px;
}

/* activity toolbar custom icons */
.toolbar-new-button:before {
    content: '\e61a';
}

/*Starts - #Use Case: Fleet Management - Control Map, Vehicles, Activities and Trips*/

.control-activity-icon:before {
    content: '\e61a';
    width: 100%;
    display: inline-block;
}

.control-accident-icon:before {
    content: '\e6c5';
    width: 100%;
    display: inline-block;
}

.control-repair-icon:before {
    content: '\e6b5';
    width: 100%;
    display: inline-block;
}

.control-darp-icon:before {
    content: '\e62b';
    width: 100%;
    display: inline-block;
}

.control-schedmain-icon:before {
    content: '\e69a';
    width: 100%;
    display: inline-block;
}

.control-mechbreak-icon:before {
    content: '\e60f';
    width: 100%;
    display: inline-block;
}

/*Ends - #Use Case: Fleet Management - Control Map, Vehicles, Activities and Trips*/

.toolbar-delete-button:before {
    content: '\e605';
}

.toolbar-editgridcell-button:before {
    content: '\e61c';
}

#bacSettingsButton:before {
    content: '\e60f';
}


/* invoice toolbar custom icons */
.toolbar-normal-inv-new-button:before, #Container_InvoiceList_container .toolbar-custom-button:before,
#Container_InvoiceList_container .toolbar-custom2-button:before {
    content: "\e61a";
}

.toolbar-advance-inv-new-button:before, #Container_InvoiceList_container .toolbar-delete-button:before {
    content: '\e72b';
}

.toolbar-proforma-inv-new-button:before, #Container_InvoiceList_container .toolbar-assign1-button:before {
    content: '\e6dc';
}

#Container_InvoiceList_container .toolbar-assign2-button:before {
    content: '\e6dc';
}

/* calculation toolbar custom icons */
#baccustomButtonAction_Calculation_Op_Ge_Divide:before {
    content: "\e675" !important;
}

#baccustomButtonAction_Calculation_Op_Ge_Repeat:before {
    content: "\e630" !important;
}

#baccustomButtonAction_Calculation_Op_Nd_ConvToFact:before {
    content: "\e628" !important;
}

#baccustomButtonAction_Calculation_Op_Nd_AutoInvoice:before {
    content: "\e6a3" !important;
}

#baccustomButtonAction_Calculation_Op_Nd_ShippingNote:before {
    content: "\e66d" !important;
}

#baccustomButtonAction_Calculation_Inv_Customer:before {
    content: "\e61a";
}

#baccustomButtonAction_Calculation_Inv_Supplier:before {
    content: "\e61a";
}

#bacSettingsButtonAction_Calculation_Item_Invoice:before {
    content: "\e61a";
}

#bacSettingsButtonAction_Calculation_Manual_Invoice:before {
    content: "\e71b" !important;
}

#baccustomButtonAction_Calculation_Op_Nd_UConvToFact:before {
    content: "\e6bc" !important;
}

#baccustomButtonAction_Calculation_Op_Nd_Clearing:before {
    content: '\e64c' !important;
}

#baccustomButtonAction_Calculation_Op_Nd_UClearing:before {
    content: '\e6bc' !important;
}

#baccustomButtonAction_Calculation_Op_Wd_GenId:before {
    content: '\e608' !important;
}

#baccustomButtonAction_Calculation_Op_Wd_BankTrans:before {
    content: '\e721' !important;
}

/* jqgrid color picker */
.customelement {
    height: 20px;
    width: auto !important;
    padding: 5px;
    height: auto !important;
    border: #999 1px solid !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    padding: 0px 3px;
    text-wrap: pretty;
    max-height: 45px;
    word-break: break-word;
    font-size: 11px;
}

/* jqgrid end */

.dropdown-menu > li > a {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    font-size: var(--font-size-m);
    line-height: 1.4;
    cursor: pointer;
}

.input-group input {
    border: none;
    font-size: var(--font-size-m);
}

.input-group .input-group, .input-group textarea {
    border: none;
    margin: 0;
    min-height: var(--height-input-box);
}

#MenuPanel .input-group .input-group {
    border: none;
    margin: 0;
    min-height: 40px;
    padding-top: 0px;
    background: transparent !important;
}

.input-group .input-group .input-group {
    border: none;
}

td .input-group, td .input-group .input-group {
    min-height: var(--height-input-box);
}

    .input-group .form-control.big {
        font-size: var(--font-size-xxxl);
    }

.input-group-addon.small-label label {
    font-size: var(--font-size-s);
}

.input-group-addon.medium-label label {
    font-size: var(--font-size-l);
}

.input-group-addon.large-label label {
    font-size: var(--font-size-xl);
}

.input-group-addon label {
    padding-left: 10px;
}

.input-group-addon {
    font-size: var(--font-size-s);
}
/* input group with top label */
.input-group.top .form-control, .input-group.top textarea {
    min-height: calc(var(--height-input-box) + 5px) !important;
    padding-top: 15px;
    padding: 15px 5px 0 5px;
    /*border: 1px solid;*/
    border-color: var(--skin-color-input-border);
}

.input-group.top .adv_lookup_new_button {
    min-height: calc(var(--height-input-box) + 5px) !important;
    border: 1px solid;
    border-color: var(--skin-color-input-border);
}

    .input-group.top .adv_lookup_new_button.increase, .input-group.top .adv_lookup_new_button.decrease {
        min-height: calc((var(--height-input-box) + 5px)/2) !important;
    }

.input-group.top label {
    position: relative;
    top: 15px;
    left: 5px;
    z-index: 1;
    opacity: .8;
}

.input-group.top {
    padding: 0;
    margin: -6px 0 1px 0 !important;
}

.input-group .form-control, .input-group textarea {
    min-height: var(--height-input-box) !important;
    border: 2px solid;
    border-color: var(--skin-color-input-border);
    border-radius: 0 !important;
    background: #fafaf2;
    line-height: unset;
    font-weight: normal;
}

.input-group .form-control {
    /* height: fit-content!important;*/
}




    .input-group.top.control_html_editor label {
        top: 0;
        margin-top: 10px !important;
    }

.input-group.top.control_circle_check_box_editor label {
    top: 0;
    margin-top: 10px !important;
}
/* image custom classes */
    .company-logo {
    border-width: 1px;
    border-color: lightgrey;
    border-style: solid;
}

/* input-group overrides*/
.input-group.keep-with-next {
    margin-bottom: -10px;
    border-bottom: none;
}

.content_left .input-group .input-group, .content_left .input-group textarea,
.content_right .input-group .input-group, .content_right .input-group textarea {
    border: none;
    margin: 0;
}





.width100 {
    width: 100%;
}

.trsbutton:last-of-type {
    margin-right: 0;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* -- Actomic classes * */
.ww {
    word-wrap: break-word;
}

/* -- /Actomic classes * */

/* -- Container types * */

.container-framed {
    border: solid 1px #DDDDDD;
}

.undo-button {
}

.redo-button {
}
/* -- /Container types * */

.whitecontainer {
    display: table;
    width: 100%;
    margin-top: 2px;
    background-color: white;
}

.action-list {
    display: inline-block;
}

    .action-list .action-list-item {
        border: none;
        padding: 0px 8px;
        border-right: #C9C6C1 1px solid;
    }

.linecontrol-top-padding {
    display: block;
    border-bottom: #EEE 1px solid;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 7px;
}

.linecontrol-bottom-padding {
    display: block;
    border-bottom: #EEE 1px solid;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 7px;
}

.action-list-item {
    text-decoration: underline;
    cursor: pointer;
}


.action-list-mefvnuitem {
    display: block;
    float: left;
    border-right: #C9C6C1 1px solid;
    padding: 0px 8px;
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: top;
}


.action-list-menuitem-last {
    display: block;
    float: left;
    padding: 0px 8px;
    font-size: var(--font-size-xs);
    text-transform: uppercase;
    cursor: pointer;
    vertical-align: top;
}

.container-base-noborder {
    border-style: none;
}

.container-rightalign {
    text-align: right;
}

.form-control:focus, .formcontrolfocus {
    border-color: var(--skin-color-3);
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.link_simple {
    color: var(--skin-color-4);
}

    .link_simple:hover {
        color: var(--skin-color-5);
    }

.link_simple_bigfont {
    font-size: var(--font-size-l);
}

.link-simple-action-special-right {
    display: inline-block;
    float: right;
    margin: 0px 0px;
    font-size: var(--font-size-s);
    margin-bottom: 4px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.link-advanced-invoices {
    padding-top: 3px;
}

.action-sf-addnew {
    background-color: #FF9C1F;
    margin-top: 0px;
    min-height: 35px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1em 1em;
    font-size: 1em;
    line-height: 1;
    border: none;
}

.link_simple_action.big {
    font-size: var(--font-size-l);
}

.link-simple-action-special {
    display: inline-block;
}

.link-simple-action-special-item,
.link-simple-action-special-item-last {
    display: block;
    float: left;
    font-size: var(--font-size-m);
    cursor: pointer;
    vertical-align: top;
    background: #f0ad4e;
    padding: 8px;
    color: white !important;
    margin: 1em .6em 0em 0;
}


.link-simple-action-special-item-small {
    padding: 0px 8px 3px 0px;
    color: #fda527;
    text-decoration: none;
    cursor: pointer;
}

    .link-simple-action-special-item:hover,
    .link-simple-action-special-item-last:hover,
    .link-simple-action-special-item-small:hover {
        text-decoration: underline;
    }


.link_simple_action.link-simple-action-special-item {
    color: white;
}


.container-base-rightpadding {
    padding-right: 10px;
}

.editor-base-rightpadding {
    padding-right: 4px;
}

.container-box {
    padding: 10px 12px;
    margin: 5px 0px 10px 0px;
    background: url(../images/bg_center.png) repeat-x;
}

.container-box-top-padding {
    height: .5em;
}

.container-box-right-margin {
    right: 15px;
    position: relative;
}

.container-box-margin-left {
    margin-left: 2em;
}

.container-box-nopadding {
    border-top: #f2f2f2 1px solid;
    padding: 0;
    margin: 0px 0px 3px 0px;
}

.actioncontainer-style-margin {
    margin-left: 15px;
    margin-top: 15px;
}

.action-style-bottom-padding {
    padding: 0px 0px 4px 0px;
}

.action-style {
    display: block;
    color: #fda527;
    font-size: var(--font-size-m);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}

    .action-style:hover {
        text-decoration: underline;
    }


.action-notification-style {
    padding-top: 7px;
    color: #ff0800;
}

.container-nopadding {
    padding: 0px 0px 0px 0px;
}

.container-toppadding {
    padding-top: 10px;
}

.action-notify-jump-list {
    font-size: var(--font-size-s);
}

#TagEditorContainer_Notification_Submenu_editor_container > .editor_container_container > .editor_container_column_r > div > .action_container {
    display: flex;
    justify-content: center;
}


.user_notif_count, .user_chat_notif_count {
    height: auto;
    float: left;
    width: auto;
    padding: 5px 8px;
    border-radius: 50%;
    background: red;
    color: white;
    margin: 18px 0 0 calc(var(--solution-header-height)*7);
    cursor: pointer;
    position: fixed;
    z-index: 1;
}

.user_chat_notif_count {
    margin-left: calc(var(--solution-header-height)*5.8);
}


.user_notif_count_bt {
    font-size: var(--font-size-xs);
    font-weight: bold;
}

.user_chat_notif_count_bt {
    font-size: var(--font-size-xs);
    font-weight: bold;
}

/* First row label */
.browse-first-row-label {
    font-size: var(--font-size-m);
    font-weight: bold;
    padding-top: 2px;
    height: 20px;
    border-right: 1px #999 solid;
    margin: 15px 0 15px 0;
}
/***  UNIQUE STYLES ***/
.cke_toolgroup {
    border: none !important;
    c border-right: 1px solid #999;
    margin: 3px 6px 5px 3px !important;
}

.cke_inner {
    border: 1px #ddd solid !important;
}

.cke_reset_all, .cke_reset_all * {
    font-family: inherit !important;
}

span.cke_wrapper cke_ltr, table.cke_editor, td.cke_contents, span.cke_skin_kama, span.cke_wrapper, span.cke_browser_webkit {
    height: 100% !important;
}

.none_border {
    border: none !important;
}

.leaflet-control-attribution {
    display: none;
}


#MenuPanel {
    width: 100% !important;
     margin-top: calc(var(--solution-header-height));
}

    #MenuPanel .adv_lookup_new_button {
        /*background-color: #494F59;*/
    background-color: transparent !important;
    color: #a7b1c2 !important;
    border-color: #a7b1c2;
    border: none;
    margin-top: -4px;
}

        #MenuPanel .adv_lookup_new_button.increase, #MenuPanel .adv_lookup_new_button.decrease {
            min-height: calc(var(--height-input-box)/2) !important;
        }

    #MenuPanel input {
        background-color: transparent !important;
        color: #a7b1c2 !important;
        border-color: #a7b1c2;
        border: none;
        border-radius: 0;
    }

    #MenuPanel .input-group .form-control, .content_left .input-group .form-control {
        text-transform: lowercase;
        font-weight: normal;
    }

    #MenuPanel .input-group input::first-letter, .content_left .input-group input::first-letter {
        text-transform: uppercase !important;
    }
  
    #MenuPanel .icon_x:after,
    #MenuPanel .icon:after,
    #MenuPanel .icon_arrow:after
    #MenuPanel .multi-lookup-control .dropdown:after,
    #MenuPanel .lookup_select_16_h:after,
    #MenuPanel .lookup_save_gc:after {
        color: #a7b1c2 !important;
    }

    #MenuPanel .control_composite_editor {
        background-color: transparent;
    }

    #MenuPanel .input-group-addon,
    #MenuPanel .adv_lookup_new_button {
        color: #a7b1c2;
        position: relative;
        height: 34px !important;
        
    }

    #MenuPanel .radio_btn_sign:after {
        color: #a7b1c2;
    }

    #MenuPanel .radio_btn {
        border: 1px solid #a7b1c2;
    }

        #MenuPanel .radio_btn:after {
            color: #6c6c6c;
        }

#ChatPanel .headerbackground {
    background: none !important;
}

#ChatPanel {
    top: -50px;
    position: relative;
    height: 92%;
    overflow-y: hidden;
}

    #ChatPanel .grid_container_container {
        background-color: white;
        padding: 5px 0 0 10px;
        border-bottom: 1px #eee solid;
        margin-top: 0px;
        width: 100%;
        float: left;
        font-size: var(--font-size-s);
        min-height: 30px;
    }

    #ChatPanel .link_simple_action {
        width: 75%;
        float: left;
        padding-right: 0;
        margin-right: 0;
    }

    #ChatPanel #Action_Top_Tasks_Finish, #ChatPanel #Action_Top_Tasks_Finish_Option {
        width: 20%;
        float: right;
        right: 15px;
        border-left: 1px #eee solid;
        margin-left: 5px;
        padding-top: 5px;
        line-height: 1;
    }

    #ChatPanel .action_container_no_margin_biggerfont {
        margin-bottom: 0;
    }

.timetrackinggridcontainer > #GCGridContainer_ROPSC_TaskNotePageNoteList_div > div > div.selected > .grid_container_container {
    border: 2px solid var(--skin-color-main) !important;
    background: var(--skin-color-9) !important;
}

.timetrackinggridcontainer > #GCGridContainer_ROPSC_TaskNotePageNoteList_div > div > div.grid-container-list-item > .grid_container_container {
    margin: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.timetrackinggridcontainer > #GCGridContainer_ROPSC_TaskNotePageNoteList_Time_Tracking_div > div > div.selected > .grid_container_container {
    border: 2px solid var(--skin-color-main) !important;
    background: var(--skin-color-9) !important;
}

.timetrackinggridcontainer > #GCGridContainer_ROPSC_TaskNotePageNoteList_Time_Tracking_div > div > div.grid-container-list-item > .grid_container_container {
    margin: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#ChatPanel input {
    background-color: white;
    border: none;
}

#ChatPanel .adv_lookup_new_button {
    background-color: white;
    border: none;
}

#ChatPanel div#TaskNoteROPSCPageNoteFilter_data_filter {
    padding: 0px;
    margin: 0px;
}

    #ChatPanel div#TaskNoteROPSCPageNoteFilter_data_filter > div.search_panel_main > div.search_last_part > div.inner-addon {
        padding: 0px;
    }

#label_CustomContent_ROPSCActivity_CurrentTimeTrackingStartTimeStamp {
    display: none;
}

#label_CustomContent_ROPSCActivity_CurrentTimeTrackingEndTimeStamp {
    display: none;
}

#label_CustomContent_ROPSCActivity_DailyGeneralTimeTrackingStartTimeStamp {
    display: none;
}

#label_CustomContent_ROPSCActivity_DailyGeneralTimeTrackingEndTimeStamp {
    display: none;
}

span#Action_ROPSCActivity_Save {
    display: none;
}

div#chartheadercont_action_buttons_editor_container > .editor_container_container {
    display: flex;
    align-items: center;
}

div#ChatPanel {
    overflow: auto;
}

span#Action_ROPSCActivity_Start {
    background-image: url(/images/play-button-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: 50px;
    margin: 0px 0px 0px 3px;
}

span#Action_ROPSCActivity_Pause {
    background-image: url(/images/pause-button-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    height: 50px;
    margin: 0px 0px 0px 3px;
}

#Container_ROPSCActivity_SelectedActivity_CurrentTimeTrackingDuration_editor_container.greenbackground > .editor_container_container {
    background-color: #008439;
}

#Container_ROPSCActivity_Item_Start_Pause_editor_container > .editor_container_container {
    display: flex;
    align-items: center;
}

    #Container_ROPSCActivity_Item_Start_Pause_editor_container > .editor_container_container > .editor_container_column.uf_container {
        padding-right: 34px;
        margin-top: 5px;
    }

#Container_ROPSCActivity_SelectedActivity_CurrentTimeTrackingDuration_editor_container > .editor_container_container {
    background-color: #726c7c;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 12px 0px;
    margin: 0px 0px 3px 0px;
    font-weight: 700;
    font-size: larger;
}

#Container_ROPSCActivity_TotalTimeTrackedTodayTitle_DailyGeneralTimeTrackingDuration_editor_container > .editor_container_container {
    background-color: #cecece;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 12px 0px;
    margin: 3px 0px 3px 0px;
    font-weight: 700;
    font-size: larger;
}

div#ExpandableContainer_TimeTracking_Details__c, div#ExpandableContainer_TimeTracking_Details__e {
    text-transform: revert;
    font-family: revert;
    color: #000000;
    font-weight: 700;
    font-size: unset;
    border-top: none;
}

div#ExpandableContainer_TimeTracking_Details__c::before, div#ExpandableContainer_TimeTracking_Details__e::before {
    font-size: var(--font-size-s);
    color: #a0a0a0;
    top: 0.1em;
}

div#ExpandableContainer_TimeTracking_Details__h {
    height: 3em;
    margin-top: -1.5em;
    margin-bottom: -0.75em;
}

textarea[name="Editor_TimeTracking_Notes"] {
    background-color: white !important;
}

div#Tab_TimeTracking {
    background-color: #f6f7f3;
}

#Container_ROPSCActivity_TotalTimeTrackedTodayTitle_DailyGeneralTimeTrackingDuration_editor_container > .editor_container_container > .editor_container_column.uf_container > div > .label_medium_bold {
    text-transform: revert;
    font-size: smaller;
    font-family: revert;
}

#Container_ROPSCActivity_SelectedActivity_CurrentTimeTrackingDuration_editor_container > .editor_container_container > .editor_container_column.uf_container > div > .label_medium_bold {
    text-transform: revert;
    font-family: revert;
    font-size: medium;
}

/* Hide the "WORKTIME SETTINGS FOR THIS ITEM CODE" label on the financial item edit on the "Item's actual data" tab. */
div#UIP_ITEM_ITEM_PARAM_EDIT_EDIT_LIST_LIST_CONTENTRef0\:\:Container_Expandable_ItemParamAct_WorkData__CONTAINER > div.label_medium_bold,
div#UIP_ITEM_ITEMEDIT_GC_ContentRefUIP_ITEM_ITEM_PARAM_EDIT_EDIT_LIST_LIST_CONTENTRef0\:\:Container_Expandable_ItemParamAct_WorkData__CONTAINER > div.label_medium_bold,
div#UIP_ITEM_ITEMEDITRefUIP_ITEM_ITEM_PARAM_EDIT_EDIT_LIST_LIST_CONTENTRef0\:\:Container_Expandable_ItemParamAct_WorkData__CONTAINER > div.label_medium_bold {
    display: none;
}

.horizontal_line {
    border-bottom: #EEE 1px solid;
    margin: 5px 0;
}

.horizontal_line_red {
    border-bottom: bottom 1px solid;
    margin-top: 25px;
    margin-bottom: 25px;
}

#Container_FilterPanel_editor_container .input_box_label label,
.input_box_label_nf label {
    min-width: 4em;
}


#Save_Cancel_Button_Wrapper_editor_container {
    position: absolute;
    top: 9.1em;
    right: .4%;
    z-index: 11;
    opacity: .95;
    float: right;
    .ui-widget.ui-widget.popup-container, .ui-widget.popup-container;
}


#ExtendedPanel {
    overflow-y: scroll !important;
    padding: 2.5em;
}

#ExtendedPopUpPanel {
    overflow-y: scroll;
    margin-bottom: 10px;
    min-height: 200px !important;
}


#Action_FilterExpandable {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-left: 7px;
    color: #fda527;
    /*font-family: Arial, 'lucida grande', tahoma, verdana;*/
    font-size: var(--font-size-l);
    margin-top: 15px;
}

.ulclass {
    display: inline-block;
    position: absolute;
    width: 200px;
    background: #555;
    color: #fff;
    left: 0;
    top: 28px;
    overflow: visible;
    z-index: 5000;
    list-style: none;
    opacity: .90;
}

.liclass {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    z-index: 5000;
    text-align: left;
    background: #555;
    color: #fff;
    font-size: var(--font-size-s);
}

    .liclass:hover {
        background: #666;
        color: #fff;
    }

.ulnotvisible {
    visibility: hidden;
}

.ulvisible {
    visibility: visible;
}

/*** End of other, misc controls ***/


/* Calculation grid */
.btn-jqgrid {
    display: inline-block;
}

/*** Making any grid fixed on the screen - not to move with scroll ***/

.frozen-div {
    margin-top: -12px !important;
    z-index: 3;
}

.frozen-bdiv {
    margin-top: -12px !important;
    z-index: 3;
}
/*** End of Making any grid fixed on the screen - not to move with scroll ***/


.input-right input {
    text-align: right;
}

/*** Grid container menu ***/

.grid-container-list-item .grid_container_menu_txt .btn {
    color: #333 !important;
    height: 25px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    font-weight: bold;
}

.grid_container_menu_txt .btn-default {
    background: none;
}

/*** Grid container thumbnail item ***/

.grid-container-thumbnail-item {
    width: 315px;
    height: 200px;
    box-sizing: border-box;
    box-shadow: none !important;
    max-height: 220px;
    background-color: white;
    border: 0px solid transparent !important;
    border-radius: 2px;
    float: left;
    margin: 15px;
    border: 1px solid #eee !important;
}

.grid-container-thumbnail-item-title {
    top: 156px;
    width: 235px;
    font-size: var(--font-size-l);
    font-weight: bold;
    position: absolute;
    left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-container-thumbnail-item-subtitle {
    bottom: 10px;
    font-size: var(--font-size-s);
    width: 245px;
    position: absolute;
    left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.grid-container-thumbnail-item-action {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-family: 'Open Sans',arial,sans-serif;
    font-weight: bold;
    font-size: var(--font-size-m);
    color: #1c5ac4 !important;
    text-transform: uppercase;
    margin-left: 5px;
}

.grid-container-thumbnail-item-desc {
    opacity: 0;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-s);
    top: 15px;
    left: 20px;
    width: 250px;
    height: 140px;
}

.grid-container-thumbnail-item-longdesc {
    position: absolute;
    top: 180px;
    width: 130px;
    text-align: center;
    left: 0;
    height: 35px;
    padding: 0 5px 0 5px;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: var(--font-size-s);
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.grid-container-thumbnail-item-code {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
    font-size: var(--font-size-xxl);
    color: #337ab7;
    letter-spacing: 10px;
    font-family: var(--font-3);
    vertical-align: middle;
    display: table-cell;
}
/*** End of Grid container thumbnail item ***/


/*** Login screeen clouds: http://codepen.io/pmk/pen/ByXOOq/ ***/

@-webkit-keyframes cloud {
    0% {
        left: -140px;
    }

    100% {
        left: 880px;
    }
}

@keyframes cloud {
    0% {
        left: -140px;
    }

    100% {
        left: 880px;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.fun .globe {
    margin: 0em 0 0 0;
    position: relative;
    text-align: left;
    height: 600px;
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 33%;
    opacity: .3;
}

    .fun .globe:before, .fun .globe:after {
        position: absolute;
        content: "";
        box-sizing: border-box;
        border-radius: 50%;
        z-index: 10;
    }

    .fun .globe:before {
        height: 94%;
        width: 94%;
        top: 3%;
        right: 3%;
        border: 10px solid transparent;
        border-right-color: rgba(255, 255, 255, 0.3);
        border-right-width: 10px;
        border-right-style: solid;
    }

    .fun .globe:after {
        top: 50px;
        right: 65px;
        width: 10px;
        height: 10px;
        background: rgba(255, 255, 255, 0.3);
    }

    .fun .globe .bird {
        position: absolute;
        z-index: 1;
        left: 96px;
        top: 100px;
    }

        .fun .globe .bird .body {
            position: absolute;
            width: 175px;
            height: 186px;
            border-radius: 50%;
            background-clip: padding-box;
            background-color: #11e7d7;
            box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.3);
        }

            .fun .globe .bird .body:before, .fun .globe .bird .body:after {
                position: absolute;
                content: "";
                z-index: -1;
                width: 26px;
                height: 93px;
                border-radius: 50%;
                background-color: #11e7d7;
                box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.3);
                top: 70px;
                -webkit-animation: wings 4.5s linear infinite;
                animation: wings 4.5s linear infinite;
            }

            .fun .globe .bird .body:before {
                left: 0;
            }

            .fun .globe .bird .body:after {
                right: 0;
            }

            .fun .globe .bird .body .eye {
                position: absolute;
                z-index: 1;
                overflow: hidden;
                width: 56px;
                height: 56px;
                top: 28px;
                border-radius: 50%;
                background-color: #fff;
                border: 1px solid #01c7be;
                box-shadow: inset 0 0 0 1px #01c7be;
            }

                .fun .globe .bird .body .eye:before, .fun .globe .bird .body .eye:after {
                    position: absolute;
                    content: "";
                }

                .fun .globe .bird .body .eye:before {
                    width: 18px;
                    height: 18px;
                    border-radius: 50%;
                    background-color: #000;
                    top: 30px;
                }

                .fun .globe .bird .body .eye:after {
                    width: 200px;
                    height: 200px;
                    background: -webkit-radial-gradient(center ellipse, rgba(109, 0, 25, 0) 0%, rgba(130, 1, 31, 0) 35%, #01c7be 36%, #31bfae 100%);
                    background: radial-gradient(ellipse at center, rgba(109, 0, 25, 0) 0%, rgba(130, 1, 31, 0) 35%, #01c7be 36%, #31bfae 100%);
                    -webkit-animation: eyes 4.5s linear infinite;
                    animation: eyes 4.5s linear infinite;
                }

                .fun .globe .bird .body .eye.left {
                    left: 15px;
                }

                    .fun .globe .bird .body .eye.left:before {
                        left: 20px;
                    }

                    .fun .globe .bird .body .eye.left:after {
                        left: -60px;
                        top: -45px;
                    }

                .fun .globe .bird .body .eye.right {
                    right: 15px;
                }

                    .fun .globe .bird .body .eye.right:before {
                        right: 20px;
                    }

                    .fun .globe .bird .body .eye.right:after {
                        right: -60px;
                        top: -45px;
                    }

            .fun .globe .bird .body .beak {
                position: absolute;
                z-index: 1;
                width: 41px;
                height: 55px;
                top: 70px;
                left: 67px;
                border-radius: 50%;
                background-color: #31bfae;
            }

                .fun .globe .bird .body .beak:before {
                    position: absolute;
                    content: "";
                    width: inherit;
                    height: inherit;
                    top: 2px;
                    border-radius: 50%;
                    background: #eb9f2d;
                }

                .fun .globe .bird .body .beak:after {
                    position: absolute;
                    content: "";
                    z-index: -1;
                    width: 37px;
                    height: inherit;
                    top: 12px;
                    left: 2px;
                    border-radius: 50%;
                    background: #31bfae;
                }

                .fun .globe .bird .body .beak div {
                    position: absolute;
                    width: 43px;
                    height: 43px;
                    top: -1px;
                    left: -1px;
                    border-radius: 50% 60% 50% 40%;
                    background-clip: padding-box;
                    background-color: #f7d35d;
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                    .fun .globe .bird .body .beak div:before {
                        position: absolute;
                        content: "";
                        -webkit-transform: rotate(45deg);
                        transform: rotate(45deg);
                        width: 17px;
                        height: 8px;
                        top: 10px;
                        left: 20px;
                        border-radius: 50%;
                        background-color: #fff;
                    }

            .fun .globe .bird .body .feet {
                position: absolute;
                bottom: 15px;
                width: 100%;
            }

                .fun .globe .bird .body .feet:before, .fun .globe .bird .body .feet:after {
                    position: absolute;
                    content: "";
                    width: 27px;
                    height: 21px;
                    border-radius: 50%;
                    background-color: #f8c14d;
                    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
                    -webkit-animation: feet 4.5s linear infinite;
                    animation: feet 4.5s linear infinite;
                }

                .fun .globe .bird .body .feet:before {
                    left: 40px;
                }

                .fun .globe .bird .body .feet:after {
                    right: 40px;
                }

    .fun .globe .wire {
        position: absolute;
        z-index: -1;
        width: 500px;
        height: 400px;
        left: -173px;
        top: -215px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-bottom-color: black;
    }

    .fun .globe .hills {
        position: absolute;
        width: 300px;
        height: 100px;
        border-radius: 30%;
        left: 60px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: -webkit-radial-gradient(top left ellipse, #cacaca 0%, #f3f3f3 100%);
        background: radial-gradient(ellipse at top left, #cacaca 0%, #f3f3f3 100%);
        box-shadow: inset 5px 0 12px rgba(0, 0, 0, 0.2);
        top: 480px;
    }

        .fun .globe .hills:before, .fun .globe .hills:after {
            position: absolute;
            content: "";
            width: 428px;
            height: 290px;
            border-radius: 50%;
            background: inherit;
            box-shadow: inherit;
        }

        .fun .globe .hills:before {
            left: -90px;
            top: 20px;
            z-index: -1;
            -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }

        .fun .globe .hills:after {
            left: 0px;
            top: -55px;
            -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
        }

    .fun .globe .cloud {
        position: absolute;
        width: 70px;
        height: 24px;
        background: -webkit-linear-gradient(top, #f2f9fe 5%, #d6f0fd 100%);
        background: linear-gradient(to bottom, #f2f9fe 5%, #d6f0fd 100%);
        border-radius: 20px;
        top: -20px;
        z-index: -1;
        -webkit-animation: cloud 9s linear infinite;
        animation: cloud 9s linear infinite;
    }

        .fun .globe .cloud.small {
            top: -50px;
            -webkit-transform: scale(0.6);
            transform: scale(0.6);
            -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
            -webkit-animation-duration: 13.5s;
            animation-duration: 13.5s;
        }

        .fun .globe .cloud:before, .fun .globe .cloud:after {
            position: absolute;
            content: "";
            background: inherit;
            z-index: -1;
        }

        .fun .globe .cloud:before {
            width: 36px;
            height: 36px;
            top: -18px;
            right: 10px;
            border-radius: 40px;
        }

        .fun .globe .cloud:after {
            width: 20px;
            height: 20px;
            top: -10px;
            left: 10px;
            border-radius: 20px;
        }
/*** End of login screen***/

/*** Start Custom content classes ***/
.info {
    color: #aaa;
    padding-left: 5px;
    padding-right: 5px;
}

    .info.top {
        padding-bottom: 10px;
    }

.ib {
    display: inline-block;
}

.w280 {
    width: 280px;
}

.ib190 {
    display: inline-block;
    margin: 8px 0;
    font-size: 12px;
    color: green;
    font-weight: 800;
}

.w190 {
    width: 190px;
    margin: 8px 0 8px 4px;
    font-weight: bold;
    color: #333333 !important;
}

/*** End Custom content classes ***/


/*** Entity field-level time validity ***/
.etv-calendar-icon,
.etv-dates {
    position: absolute;
    z-index: 1;
    top: 44px;
    right: 0;
    color: #375c9e;
}

.etv-calendar-icon {
    top: 0;
    right: 0;
    padding: 3px;
    font-size: var(--font-size-xl);
    background: #fff;
    cursor: pointer;
    color: #aaa;
    min-width: 10px;
    min-height: 10px;
}

    .etv-calendar-icon:hover {
        color: #000;
    }

.etv-dates.etvc {
    top: 24px;
}

.etv-container {
    background: #fafaf2;
    margin-bottom: 15px;
}

.etv-dates p {
    color: #1060f1 !important;
    font-size: var(--font-size-s);
}

/*** End of Entity field-level time validity ***/

.left-side-label {
    color: #bbb;
    padding: 5px;
}


.invalidbrowserouter {
    content: "\e69c";
}

.veh-dropdown .adv_lookup_panel {
    position: static !important;
}

.vehdamagetopbuttons {
    margin-top: 35px;
}

.vehdmgauditlogclearbtn {
    color: black !important;
}

.btn-group.btn-group-toggle {
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #e2e2e2 ;*/
}

    .btn-group.btn-group-toggle .btn {
        display: inline-block;
        max-width: 30%;
        text-align: center;
        height: 38px;
        padding-top: 10px !important;
    }

    .btn-group.btn-group-toggle .btn {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .btn-group.btn-group-toggle .btn.low.btn-success {
            background-color: red !important;
            background-image: linear-gradient(to bottom, #ff0404 0%, #ff0404 100%);
            border-color: #ff0404;
        }

        .btn-group.btn-group-toggle .btn.low.btn-secondary {
            border-left: 1px solid #e2e2e2;
            border-top: 1px solid #e2e2e2;
            border-bottom: 1px solid #e2e2e2;
        }

        .btn-group.btn-group-toggle .btn.average.btn-success {
            background-color: orange !important;
            background-image: linear-gradient(to bottom, #ffab00 0%, #ffab00 100%);
            border-color: #ffab00;
        }

        .btn-group.btn-group-toggle .btn.average.btn-secondary {
            border-top: 1px solid #e2e2e2;
            border-bottom: 1px solid #e2e2e2;
        }

        .btn-group.btn-group-toggle .btn.high.btn-success {
            background-color: greenyellow !important;
            background-image: linear-gradient(to bottom, #5cb85c 0%, #5cb85c 100%);
            border-color: #5cb85c;
        }

        .btn-group.btn-group-toggle .btn.high.btn-secondary {
            border-right: 1px solid #e2e2e2;
            border-top: 1px solid #e2e2e2;
            border-bottom: 1px solid #e2e2e2;
        }

.slider-container {
    margin-left: 10%;
    margin-top: 18px;
    max-width: 80%;
}

    .slider-container.ui-slider a.ui-slider-handle {
        background-color: var(--skin-color-main);
        border-color: var(--skin-color-main);
        width: 2.8em;
        height: 1.8em;
        top: -.6em;
        margin-left: -1.4em;
        text-align: center;
        color: white;
        text-decoration: none !important;
    }

        .slider-container.ui-slider a.ui-slider-handle:hover {
            box-shadow: 0 0 3pt 2pt var(--skin-color-4);
        }

        .slider-container.ui-slider a.ui-slider-handle:active {
            box-shadow: 0 0 3pt 2pt var(--skin-color-4);
        }



        .slider-container.ui-slider a.ui-slider-handle.ui-state-hover {
            text-decoration: none !important;
        }


/* STAR RATING CONTROL START*/

.rate-base-layer {
    font-size: 30px;
}

.rate-select-layer {
    font-size: 30px;
}

.rate-hover-layer {
    font-size: 30px;
}

.starrating-container {
    margin-top: 8px;
    margin-left: 20px;
    color: var(--skin-color-main);
}

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
    -webkit-filter: drop-shadow( -2px -2px 2px #888 );
    filter: drop-shadow( -2px -2px 2px #888 );
}

/* STAR RATING CONTROL END*/

/* //////////////////////////// ////////////////////////////////////////////////////////////// */
/* Styles for mobiles */

@media only screen and (max-width: 860px) {


    .trsbutton {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        line-height: auto;
    }


    /*Mobile - move some top menu elements to top */
    .logo_10xone, .more_menu {
        position: fixed;
        background-color: var(--skin-color-base);
        color: white;
    }

        .logo_10xone:after, .more_menu:after {
            color: white;
        }

    .user_notif_count {
        position: fixed;
        top: calc(var(--solution-header-height)*0.5);
        margin: 0 0 0 calc(var(--solution-header-height)*4);
    }
    .user_chat_notif_count {
        position: fixed; 
        top: calc(var(--solution-header-height)*0.5); 
        margin: 0 0 0 calc(var(--solution-header-height)*3); 
    }

    .nav_icon_toolbar {
        position: fixed;
        background-color: var(--skin-color-base);
        color: white;
    }

    .navbar-nav {
        margin: 0;
    }

    /* Styles for main menu */
    .collapse {
        display: block;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
        background-color: white !important;
        color: black;
    }

    .nav .current, .navbar-nav .current, .nav10xdiv .current {
        display: block; /* show only current <li> item */
    }

        .nav .current a, .navbar-nav .current a, .nav10xdiv .current a {
            background: none;
            color: #666;
        }

    /* on nav hover */
    .nav ul:hover, .navbar-nav ul:hover, .nav10xul:hover {
        background-image: none;
    }

        .nav ul:hover li, .navbar-nav ul:hover li, .nav10xul:hover li {
            display: block;
            margin: 0 0 5px;
        }

        .nav ul:hover .current, .navbar-nav ul:hover .current, .nav10xul ul:hover .current {
            background: url(images/icon-check.png) no-repeat 10px 7px;
        }

    /* right nav */
    .nav.right ul, .navbar-nav.right ul, .nav10xul.right ul {
        left: auto;
        right: 0;
    }

    /* center nav */
    .nav.center ul, .navbar-nav.center ul, .nav10xul.center ul {
        left: 50%;
        margin-left: -90px;
    }

    /* Styles for menu end */

    .content_left {
        position: relative;
        background: none;
        padding: 0;
    }

    /* Styles for view selector */
    .editor_container_container.view-selector {
        height: auto;
        width: 100%;
        padding: 0;
    }

    .content_left .view_selector {
        display: contents;
        height: var( --height-xxl);
        font-family: ralewayregular;
        padding: 0;
        text-transform: uppercase;
        margin: 0;
        background: transparent;
    }

        .content_left .view_selector .view_selector_ul {
            width: auto;
            padding-bottom: 15px;
        }

        .content_left .view_selector .view_selector_li {
            cursor: pointer;
            background-color: transparent;
            color: var(--skin-color-main);
            font-family: 'Themify';
            font-size: var(--font-size-xl);
            padding: 8px 10px 8px 10px;
        }

            .content_left .view_selector .view_selector_li.selected {
                border-radius: 15% !important;
                background: var(--skin-color-3);
                color: rgba(255,255,255,.8);
                /* font-weight: bold;*/
                -webkit-box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.5) !important;
                box-shadow: 2px 2px 14px -4px rgba(0,0,0,0.5) !important;
            }

        .content_left .view_selector .view_selector_before {
            display: inline-block;
            width: 100%;
            font-family: var(--font-3);
            font-size: var(--font-size-s);
            height: auto;
            float: left;
            background-color: transparent;
            color: rgba(255,255,255,.4);
            margin: 0px;
            /* text-transform: uppercase;*/
        }

            .content_left .view_selector .view_selector_before:before {
                content: 'Choose View';
            }

    .view_selector_li_div {
        all: unset;
    }
    /* Styles for view selector end */

    .editor_container_column {
        float: none;
    }

    #Container_Expandable_SkinSelector_control {
        width: 90%;
        left: 0;
    }

    #Container_Expandable_SkinSelector_control1 {
        width: 90%;
        left: 0;
    }

    .content_right {
        display: none;
    }

    .content {
        min-height: 758px;
        left: 0 !important;
        margin: 0 auto;
        background-color: transparent;
    }

    #main_content {
        min-height: 94vh !important;
        left: unset !important;
        height: 94vh !important;
        width: 100% !important;
        padding: 5px 15px 4vh 15px !important;
    }

    .invisible {
        display: none !important;
    }

    .container_box {
        margin-bottom: 5px;
    }

    .editor_container_column, .editor_container_column_r {
        float: none;
        width: 100% !important;
        display:block;
    }

    .input-group-addon label {
        padding-top: 10px 0 0 0;
        width: 100%;
    }


    html {
        -webkit-text-size-adjust: none;
    }

    button.button_orange,
    button.button_smartmap,
    button.button_red,
    button.button_gray,
    .button_undo,
    .button_redo,
    .control-refresh {
        line-height: .1em;
        padding: .8em;
    }

    td:nth-of-type(n+1) {
        display: table-row;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .dd_menu_item_main {
        margin: 0;
        padding: 10px 5px;
    }

    .dd_menu_content.top .dd_menu_item_main {
        margin: 5px auto;
        padding: 0px;
        text-align: center;
    }

    /* Left (or bottom in mobile mode) panel for edit mode*/
    .menupanel-editmode {
        background: #fff !important;
        overflow-y: hidden;
        overflow-x: hidden;
        width: 100%;
        color: white;
        bottom: 0;
        height: 8vh;
        z-index: 2;
        position: fixed;
    }

    .customize-container-content .menupanel-editmode {
        background-color: transparent !important;
        position: relative;
    }

    .menupanel-editmode .nav-pills > li > a {
        color: #333;
        height: auto;
    }

    .menupanel-editmode .nav > li > a:hover, .nav > li > a:focus, .menupanel-editmode .nav > li:hover, .nav > li:focus {
        background-color: #f1f1f1;
    }

    .jcnumber .menupanel-editmode .nav-pills > li.active:before {
        color: white !important;
    }

    .menupanel-editmode .nav-stacked > li {
        border-bottom: 1px #f1f1f1 solid;
        padding-top: 4px;
    }

    .nav-stacked li li {
        border-bottom: none;
    }


    .nav-stacked > li.active:before {
        text-align: left;
    }

    .menupanel-editmode .nav-stacked > li span {
        text-align: left;
    }
    /* END OF Left (or bottom in mobile mode) panel for edit mode*/

    /* filter Icons*/
    .icon_filter_gray {
        display: block;
        position: fixed;
        top: 1.5vh;
        left: 5px!important;
        z-index: 10003;
        right: unset !important;
    }

        .icon_filter_gray:after {
            font-size: 24px;
            cursor: pointer;
            color: var(--skin-color-base);
            font-family: 'Themify';
            content: "\e610";
            float: left;
            padding: 0 15px 0 0;
            color: white;
            opacity: 1;
        }

            .icon_filter_gray.icon_close_panel:after {
                font-size: 28px;
                opacity: .7;
                cursor: pointer;
                color: #fff;
                font-family: 'Themify';
                content: "\e646" !important;
                float: right;
                padding: 0;
            }

        /*chat pwa custom icon*/
        .icon_filter_gray.chat:after {
            font-family: 'FontAwesome';
            content: "\f053" !important;
            opacity:1;
            font-size: 20px;
            cursor: pointer;
            color: #fff;
            padding: 5px 0;
        }

        .icon_filter_gray.icon_close_panel.chat:after {
            display: none;
            /*font-family: 'FontAwesome';
            content: "\f064" !important;
            font-size: 20px;
            opacity: .7;
            cursor: pointer;
            color: #fff;
            float: right;
            padding: 5px 0;*/
        }

    .messaging-control-text-email span:nth-child(2n+1):hover {
        text-decoration: none;
    }

    /*avatar sizes*/

    .avatar-custom {
        margin: 18px 0;
    }

    img.avatar-small {
        width: 2em;
        height: 2em;
        border: 1px solid var(--skin-color-input-border);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    img.avatar-medium {
        width: 3em;
        height: 3em;
        border: 1px solid var(--skin-color-input-border);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    img.avatar-large {
        width: 4em;
        height: 4em;
        border: 1px solid var(--skin-color-input-border);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    img.avatar-and-name-medium {
        width: 3em;
        height: 3em;
        vertical-align: middle;
    }

    .image-list-item.first {
        clear: left;
        float: left;
    }

    .image-list-item.item {
        float: left;
    }

    .image-list-item.last {
        float: left;
    }

    .image-list-item-alert {
        text-align: center;
        vertical-align: bottom;
        color: white;
        width: 9px;
        height: 9px;
        position: relative;
        font-size: 8px;
        left: 15px;
        top: -10px;
        background: red;
        background-position: center top;
        border: white 1px solid;
        font-weight: bold;
    }
}



/*.icon_filter_gray:after {*/
/*content: "\f0b0";*/
/*display: inline-block;       
        font-size: 2.3em;
        opacity: .2;
        cursor: pointer;
        color: black;*/
/*  color: var(--skin-color-3);*/
/*font-family: 'FontAwesome';*/
/*font-weight: 100 !important;*/
/*float: right;*/
/*margin: 0px 4px;
        vertical-align: middle;
    }

    .icon_close_panel {
        content: "\f057" !important;
        font-size: 1.5em;
        opacity: .2;
        cursor: pointer;
        color: black;
    }*/
/*END of filter Icons*/




/* End of Styles for mobiles */
/* ////////////////////////////////////////////////////////////////////////////////////////// */

.label-info-type-padded {
    border: none;
    margin: 0px 10px 5px 0px;
    padding: 0px 10px 0px 10px;
    color: #a9aeb4;
    font-size: var(--font-size-s);
}