﻿html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 11px;
    background-color: #f0eff5;
    overflow: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0) scale(1.0, 1.0);
}

    body .ui.left.vertical.iso.sidebar {
        scrollbar-face-color: #006395;
        scrollbar-track-color: #3aa5db;
    }

    iframe {
        border: none !important;
    }

input, textarea, .container {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body .container ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
}

body .container ::-webkit-scrollbar-track-piece {
    background: rgba(0,0,0,0);
}

body .container ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0) !important;
}

body .container ::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, 0.09) !important;
}

body .container ::-webkit-scrollbar-thumb:hover {
    background: #98a3a6 !important;
}

body .container ::-webkit-scrollbar-thumb:vertical {
    background: #c8c8c8;
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0);
}

body .container ::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0,0,0,0.61);
}

body .container ::-webkit-scrollbar-thumb:horizontal {
    background: #c8c8c8;
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0);
}

body .container ::-webkit-scrollbar-thumb:horizontal:active {
    background: rgba(0,0,0,0.61);
}


::-webkit-scrollbar-track {
    background: rgba(0,0,0,0);
}

::-webkit-scrollbar-track-piece {
    background: rgba(0,0,0,0);
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(0,0,0,0) !important;
}

::-webkit-scrollbar:hover { 
    background-color: rgba(0, 0, 0, 0.09) !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #006395 !important;
}

::-webkit-scrollbar-thumb:vertical {
    background: rgba(0,0,0,0.5);
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0,0,0,0.61);
}

::-webkit-scrollbar-thumb:horizontal {
    background: rgba(0,0,0,0.5);
    background-clip: padding-box;
    border: 4px solid rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb:horizontal:active {
    background: rgba(0,0,0,0.61);
}


/*.lt-1280 .site_width {
	width: 100% !important;
}*/

/** {
    font-family: "Verdana";
}*/

.placeholder {
    color: #cdcdcd !important;
}

::-webkit-input-placeholder {
    color: #cdcdcd;
}

:-moz-placeholder { /* Firefox 18- */
    color: #cdcdcd;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #cdcdcd;
}

:-ms-input-placeholder {
    color: #cdcdcd;
}

a {
    text-decoration: none;
    color: #2b6893;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    padding: 0px;
}

td.eventbutton {
    width:35px;
}

.body {
    width: 100%;
    height: 100%;
    background-color: #f0eff5;
}

    .body .content:not(.message.content) {
        margin-left: -1px;
        margin-right: auto;
        height: 100%;        
        background: #fff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

.cdgt-win .body .content {
    width: 100%;
}

/* Code Tempates */
.codeTemplate {
    display: none;
}

/* Default HTML Control Styling */
input, textarea {
    outline: none;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type=text],
    input[type=password],
    input[type=number],
    select {
        width: 100%;
        height: 20px;
        vertical-align: middle;
        font-size: 1em;
        outline: none;
        border: none;
        -moz-user-select: text;
    }

textarea {
    width: 100%;
    min-height: 80px;
    vertical-align: middle;
    font-size: 1em;
    outline: none;
    border: none;
    -moz-user-select: text;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-overflow: clip;
    color: blue;
    background: url('../images/layout/editable.png') right center no-repeat;
}

textarea[readonly] {
    min-height: auto;
}

textarea.inline-multiline {
    min-height: 10px;
    height:21px;
}

.k-grid-content .textbox {
    height:22px;
    overflow:hidden;
}

#inlineTextareaEdit {
    position:absolute;
    height:80px;
    overflow: hidden;
    top:5px;
    z-index:2;
    background-color:#ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
    -moz-box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
    box-shadow: 1px 1px 3px 0px rgba(194,194,194,1);
    display:none;
}

#requestTable textarea {
    background-color: white !important;
}

input:not([readonly]):not([type='hidden']) {
    color: blue;
    background: url('../images/layout/editable.png') right center no-repeat;
    padding: 0 0 0 4px;
    text-overflow: ellipsis;
}

input[readonly]:not([type='hidden']), input[disabled]:not([type='hidden']), textarea[readonly]:not([type='hidden']), textarea[disabled]:not([type='hidden']) {
    color: #000;
    background: url('../images/layout/editable.png') right center no-repeat;
    padding: 0 0 0 4px;
    text-overflow: ellipsis;
}

input[type=number] {
    background: url('../images/layout/hash.png') 98% 5px/11px 12px no-repeat;
    padding: 1px 0 0 4px;
    width: 97%;
    text-overflow: ellipsis;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.border {
    border: 1px solid #cccccc !important;
}

input::-ms-clear {
    display: none;
}

/* Text Classes */
.smalltext {
    font-size: 9px;
}

.bigtext {
    font-size: 14px;
}

.framed {
    border: 1px solid gainsboro !important;
}

.text.grey {
    color: #cdcdcd;
}

.text.red {
    color: #cc0000;
}

.panelbarEvent {
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.panelbarReportItem {
    /*padding: 10px;
    padding-left: 5px;
    padding-right: 5px;*/
    /*padding-bottom: 5px;*/
    padding-right: 5px;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
}

.searchReportItem {
    /*padding: 10px;
    padding-left: 5px;
    padding-right: 5px;*/
    /*padding-bottom: 5px;*/
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
}

.panelbarReportType {
    color: #999999;
    /*padding: 5%;*/
    /*padding-left: 5px;
    padding-right: 5px;*/
}

.panelbarReportIcons {
    /*padding-bottom: 2px;*/
    float: right;
    /*padding-right: 6px;*/
}
/* Validation Classes */
.reqbox {
    width: auto;
    height: auto;
    margin: 0px 2px 0 -2px;
    background-image: url('../images/layout/req.png');
    background-repeat: repeat-y;
    padding-left: 2px;
}

.nreqbox {
    width: auto;
    height: auto;
    margin: 0px 2px 0 -2px;;
    padding-left: 2px;
    background: none;
}

.dirty.reqbox {
    background-image: url('../images/layout/dreq.png');
    background-repeat: repeat-y;
}

.ready.reqbox {
    background-image: none;
    background-repeat: repeat-y;
}

.px24 {
    height: 24px !important;
}

.px26 {
    height: 26px !important;
}

/* Object Widgets */
.objectWidget {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #cdcdcd;
}


/* Search Widgets */
.searchWidget {
    width: 100%;
    box-shadow: 0px 1px 4px -2px rgba(0,0,0,.2);
}

    .searchWidget .top {
        width: 100%;
        border-bottom: 1px solid #cdcdcd;
        display: inline-block;
        background: #f5f8fb;
        height: 26px;
    }

    .searchWidget .top:empty{
        display: none!important;
    }

    .searchWidget .widgetText {
        line-height: 26px;
        height: 26px;
        padding-left: 6px;
        padding-right: 8px;
        white-space: nowrap;
        display: inline-block;
    }

    .searchWidget .widgetbutton {
        float: right;
        width: 18px;
        text-align: center;
        margin: 0 2px 0 0;
        padding: 2px 0 0 0;
        font-size: 18px;
        border-right: 1px solid #fff;
        border: none;
        box-sizing: border-box;
        min-width: 22px;
        min-height: 22px;
        margin-top: 2px!important;
    }

    .searchWidget .widgetbutton_tab {
        float: right;
        width: 18px;
        height: 20px;
        margin: 3px 2px 0 0;
        text-align: center;
        padding: 1px 0 0 2px;
        font-size: 16px;
        background-color: #f5f5f5;
        border-left: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
        border-right: 1px solid #cdcdcd;
    }

    .searchWidget .px16 {
        font-size: 16px !important;
    }

    .searchWidget .filter:not(.icon) {
        display: none;
        background-color: #f5f5f5;
        border-bottom: 1px solid #cdcdcd;
        padding: 5px;
    }

        .searchWidget .filter .option {
            display: block;
            width: 100%;
            height: 24px;
        }

            .searchWidget .filter .option img {
                float: left;
                display: inline-block;
            }

            .searchWidget .filter .option .text {
                display: inline-block;
                padding: 2px 0 0 0;
                margin: -3px 0px;
                /* CVS - 20151113 - v4.0.0RC5 - #235 - Added ellipsis to text in options. Assigned set values for minimum width on Kendo splitters */
                text-overflow: ellipsis;
                width: 150px !important;
                white-space: nowrap;
                overflow: hidden;
                cursor: text;
            }

        .searchWidget .search:not(.icon) {
            width: 100%;
            display: inline-flex;
            background: white;
            /* CVS - 20150930 - v4.0.0RC2 - #45 - Change CSS display type to "inline-flex" and increased the width of the control */
            display: inline-flex;
            border-bottom: 1px solid #cdcdcd;
        }

        .searchWidget .search .input {
            /* CVS - 20150930 - v4.0.0RC2 - #45 - Change CSS display type to "inline-flex" and increased the width of the control */
            width: calc(100% - 22px);
            height: 24px;
            border: none;
            padding: 0px 0px 0px 5px;
            margin: -2px 0 0 0;
            outline: none;
            background: none;
            font-size: 1em;
        }

            .searchWidget .search .input:-ms-input-placeholder {
                color: #cdcdcd;
            }

        .searchWidget .search .nobg {
            background: none;
        }

        .searchWidget .search .widgetbutton {
            font-size: 13px;
            padding: 5px 0 0 0;
            margin: 0px;
            background-color: white;
            color: #2e2e2e;
            margin-top: 0px!important;
        }

    .searchWidget .rightBorder {
        border-right: 1px solid #cdcdcd;
    }

.rightContent {
    height: auto;
}

    .rightContent iframe {
        width: 100%;
        border: none;
        border: 1px solid #DFDFDF;
        border-top: none;
    }

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.padded {
    padding: 10px 10px 10px 10px;
}

.grey:not(.logo):not(.icon) {
    background-color: #f2f2f2 !important;
}

.lightgrey {
    background-color: #f9f9f9 !important;
}

.saltpan{
    background-color: #F3F4F5 !important;
}

/* Box Widget */
.widget {
    background: #f7f7f7;
    border: 1px solid #cdcdcd;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: 0 2px 2px -2px #ccc;
}

    .widget .border {
        border: 1px solid #cccccc !important;
        background-color: #fff;
        width: 100%;
        height: 22px;
    }

    .widget > [class*="whead"] {
        border-bottom: 1px solid #007db1;
        -moz-box-shadow: 0 1px 0 #fff;
        background: #007db1 !important;
        color: #fff !important;
        border-radius: 0;
        position: relative;
        margin: -1px;
        height: 28px;
    }
        
    .widgetPager{
        border: 1px solid #cdcdcd;
        box-shadow: 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 #fff;
        -moz-box-shadow: 0 1px 0 #fff;
        background: #f5f5f5!important;
        border-radius: 0px;
        position: relative;
        padding: 3px;
    }
    
    

.whead {
    color: #636363;
    background-color: #f5f8fb;
}

[class*="whead"]:after {
    content: "";
    display: block;
    clear: both;
}

.widget > [class*="whead"] .label {
    float: left;
    display: block;
    padding: 7px 5px;
    cursor: default;
}

.widget .whead span.icon {
    padding: 6px 6px 6px 6px;
    margin: 0;
    float: right;
    transition: all 0.3s ease-out;
    font-size: 16px;
}

.widget span.icon.menu {
    padding: 3px 4px 2px 4px;
}

.treeBox {
    position: relative;
    width: 100%;
    overflow: auto;
}

.treeCount {
    background-color: #f5f5f5;
    border-top: 1px solid #e1e1e1;
    width: 100%;
    height: 37px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color: #8a8a8a;
    cursor: default;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

    .treeCount > div:not(.icheckbox) {
        width: auto;
        display: inline-block;
        height: 37px;
    }

        .treeCount > div:first-child {
            float: left;
            width: 26px;
            line-height: 35px;
        }

        .treeCount > div:last-child {
            width: 26px;
            float: right;
            line-height: 35px;
        }

    .treeCount .count {
        padding: 3px 0 0 0;
    }

    .treeCount .smalltext{
        line-height: 14px;
    }

    .treeCount .smalltext:first-child{
        margin-top: 3px;
    }
/* Checkbox and Radio Buttons */
input[type="radio"] {
    display: none;
    width: auto !important;
    height: auto !important;
}

label > input[type="radio"]:checked + span {
    background: url(../images/radio/chk_par.png) left top no-repeat;
}

label > input[type="radio"]:checked:hover + span {
    background: url(../images/radio/chk_par.png) left top no-repeat;
}

label > input[type="radio"]:hover + span {
    background: url(../images/radio/chk.png) left top no-repeat;
}

label > input[type="radio"] + span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(../images/radio/chk.png) left top no-repeat;
    cursor: pointer;
    margin-left: 2px;
}

input[type="checkbox"] {
    display: none;
    width: auto !important;
    height: auto !important;
}

label > input[type="checkbox"]:checked + span {
    background: url(../images/checkbox/chk_on.png) left top no-repeat;
}

label > input[type="checkbox"]:checked:hover + span {
    background: url(../images/checkbox/chk_on.png) left top no-repeat;
}

label > input[type="checkbox"]:hover + span {
    background: url(../images/checkbox/chk.png) left top no-repeat;
}

label > input[type="checkbox"] + span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(../images/checkbox/chk.png) left top no-repeat;
    cursor: pointer;
}

/*  CVS - 20151119 - v4.0.0RC6 - #341 - Added code to display "disabled"-checkbox */
label > input[type="checkbox"]:disabled + span {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url(../images/checkbox/chk_no.png) left top no-repeat;
    cursor: pointer;
}

label > div {
    display: inline;
}

.propertyBox {
    background-image: url('../images/layout/c.png');
    background-repeat: no-repeat;
    background-color: transparent;
    padding-top: 10px;
    text-align: left;
}

    .propertyBox .pad {
        padding: 4px 14px 4px 14px;
    }

    .propertyBox .padded {
        background-color: #ffffff;
    }
    /* CVS - 20151117 - v4.0.0RC6 - #235 - Updated Kendo splitter values, recalculating of page (width & height) and added ellipses to text */
    .propertyBox .object {
        display: inline-block;
        width: 100%;
    }

        .propertyBox .object .icon {
            float: left;
            padding: 0 0 0 10px;
            width: 30%;
            height: 54px;
            font-size: 50px;
            color: #767676;
        }

        .propertyBox .object .title {
            width: 60% !important;
            text-overflow: ellipsis;
            float: left;
        }

    .propertyBox .title .name {
        line-height: 24px;
        /* CVS - 20150807 - v4.0.0 - #17666 - Added elllipsis and a title onMouseover to display if user's name and surname is too long */
        width: 100% !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .propertyBox .object .title .type {
        font-size: 9px;
        color: #767676;
    }

    .propertyBox .separator {
        width: 100%;
        height: 2px;
        border-bottom: 1px solid #cdcdcd;
    }

    .propertyBox .label {
        height: auto;
        padding: 0 0 6px 0;
    }

    .propertyBox .reqbox {
        height: 24px;
    }

    .propertyBox .option {
        display: block;
        width: 100%;
        line-height: 16px;
        justify-content: space-between;
        white-space: nowrap;
    }

        .propertyBox .option img {
             float: left;
             display: inline-block;
             font-size: 16px;
        }

        .propertyBox .img.icon {
            font-size: 16px;
        }

        .propertyBox .img.icon.unlink2 {
            font-size: 14px;
        }

        .propertyBox .option .text {
            display: inline-block;
            padding: 0 0 0 0;
            width: 80%;
            vertical-align: text-top;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/*Tabs*/
.tab {
    width: 115px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: bottom left;
    border: none;
    text-align: center;
    padding-top: 5px;
    color: #FFF;
    cursor: pointer;
}

.tab-table {
    height: 30px; 
    padding-top: 20px; 
    width: 100%;
    background-color: #f5f8fb;
}

.tab-header{
    height: 5px;
    width: calc(100% + 20px); 
    margin-left: -10px;
    border-top: 1px dotted #ececec;
    background-color: #f5f8fb;
}

.tab-sel {
    width: 115px;
    height: 31px;
    text-align: center;
    border: 1px solid gainsboro;
    border-bottom: 1px solid white;
    text-align: center;
    padding-top: 5px;
    background-color: white;
    margin-top: 4px !important;
    background-repeat: no-repeat;
    background-position: bottom left;
    color: black !important;
}

.lastTab {
    margin-right: 40px !important;
}

.subTab {
    width: 150px;
    cursor: pointer;
    border-bottom: 1px solid #bdcfd9;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #8a8a8a;
    border-right: 1px solid rgba(128, 128, 128, 0.28);
    text-align: center;
}

.subTab:hover{
    color: #000;
}

.subTab_pre{
    border-bottom: 1px solid #bdcfd9; 
    width: 20px;
}

.subTab_post{
    border-bottom: 1px solid #bdcfd9;
}

.subTab_sel {
    color: #000;
    width: 150px;
    cursor: pointer;
    border-left: 1px solid #bdcfd9;
    border-right: 1px solid #bdcfd9;
    border-bottom: 0px;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: #ffffff;
    border-top: 2px solid #27C45F;
    text-align: center;
}

.subTab_dis {
    width: 150px;
    border-bottom: 1px solid #bdcfd9;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #c1c1c1;
    text-align: center;
}

.udftab {
    width: 150px;
    background-color: #bdcfd9;
    background-image: url(../Images/clearmenu25.png);
    background-repeat: repeat-x;
    height: 22px;
    border-right: 1px solid #bdcfd9;
    border-left: 1px solid #bdcfd9;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 2px;
    text-align: center;
}

.udftab_inactive {
    width: 150px;
    height: 22px;
    border-bottom: 1px solid #bdcfd9;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 2px;
    text-align: center;
}

.udftabbox {
    border-right: 1px solid #bdcfd9;
    border-left: 1px solid #bdcfd9;
    border-bottom: 1px solid #bdcfd9;
    font-size: 1em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 2px;
}

.tabContent {
    display: block;
    width: 808px;
    overflow: auto;
    padding: 10px 0 0 10px;
}

.superUser {
    color: red;
}

/* CVS - 20150625 - v4.0.0 - 17090 - Added border to textarea on "reject message" pop-up */
.rejectMessage {
    border: 1px solid #ccc !important;
}

/* OpenTip Tooltip styles */
.opentip-container.style-validation .opentip {
    color: #f8f8f8;
    text-shadow: none;
    font-size: 1em;
}

.opentip-container.style-tooltip .opentip {
    color: #f8f8f8;
    text-shadow: none;
    font-size: 1em;
}

.opentip-container .opentip .val-close {
    float: right;
    margin: -10px -12px 0 0;
    cursor: pointer;
}

/* Report Builder - Non-editable field value */
.nonedit-field {
    color: #c5c5c5;
    margin-left: 10px;
    height: 20px;
}

.translator-box {
    border-left: 1px solid #cdcdcd;
    background-color: #f2f2f2;
    float: left;
    position: relative;
    width: 22px;
    cursor: pointer;
    text-align: center;
    padding-top: 2px;
}

    .translator-box div.icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.multilang-box {
    position: absolute;
    border: 2px solid #cdcdcd;
    background-color: #f2f2f2;
    height: 30px;
    box-shadow: 1px 1px 7px #cecece;
    display: none;
}

.emphasis {
    font-style: italic;
}



.grid .c-cal {
    margin-top:-2px;
}

.grid span .k-picker-wrap{
    height: 22px;
}

.grid span .k-picker-wrap .k-input{
    height: 18px;
}

#ifrMain{
    height: calc(100% - 46px);
    width: 100%;
    position: absolute;
    margin: -1.55em -2.15em -2em -1.8em;
}

.ui.left.vertical.iso.sidebar.menu.uncover{
    height: calc(100% - 80px)!important;
}

.notifications{
    position: absolute;
    top: 83px;
    right: 52px;
    width: 230px;
    z-index: 100;
}

.wrapper .notifications{
    position: absolute;
    top: 5px;
    right: 39px;
    width: 230px;
    z-index: 100;
}

#divMessage, #passwordResetVariable {
    display: none;
}

#divMessage {
    box-shadow: 0px 3px 3px -2px rgba(0,0,0,.15);
    background-color: #ffffff;
    text-shadow: none;
    border: 1px solid #cccccc;
    border-left: 2px solid #00cc00;
    height: auto;
    display: none;
}

#divMessage #txtHeader{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: lighter;
    font-size: 11px;
}

#divMessage #messageIcon{
    display: none;
}

/* Override kendo grid loading image */
.k-loading-image{    
    font-size: 1em;
    color: rgba(0,0,0,.87);
    min-width: 2.28571429rem;
    padding-top: 3.07142857rem;
    width: auto!important;
    height: auto!important;
    text-align: center;
    font-style: normal;
    display: block;
    position: absolute;
    top: 50%!important;
    left: 50%!important;
    margin: 0;
    z-index: 1000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-image: none!important;
}

.k-loading-image:before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    border-radius: 500rem;
    border: .2em solid rgba(0,0,0,.1);
}

.k-loading-image:after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    -webkit-animation: loader .6s linear;
    animation: loader .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 transparent transparent;
    border-style: solid;
    border-width: .2em;
    box-shadow: 0 0 0 1px transparent;
}

.k-loading-image:after, .k-loading-image:before{
    width: 2.28571429rem;
    height: 2.28571429rem;
    margin: 0 0 0 -1.14285714rem;
}

#divContent02{
    background-color: #f5f8fb;
    border-bottom: 1px solid white;
    width: calc(100% + 20px)!important;
    margin-left: -10px;
}

#divCanvas{
    margin-top: -3px;   
}

#mapConfig {
    display: none;
}

/*TODO: Move to theme project and package into menu.min.css*/

/* Context Menu */
.ui.vertical.menu.context:not(.active){
    display : none;
}

.ui.vertical.menu.context {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    width: auto;
    z-index: 99999 !important;
    margin: 0;
    padding: 2px;
    position: fixed;
    background: #ffffff;
    border: 1px solid #979797;
    -moz-box-shadow: 5px 5px 4px -4px #666666;
    -webkit-box-shadow: 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px #999999;
}

.ui.vertical.menu.context:before {
    content: '';
    height: calc(100% - 4px);
    top: 2px;
    bottom: 2px;
    left: 2.5em;
    width: 1px;
    position: absolute;
    border-left: 1px solid #e2e3e3;
    z-index: 1;
}

.ui.vertical.menu.context ul{
    padding: 0px;
    margin: 0px;
}

.ui.vertical.menu.context .item{
    position: initial;
    list-style: none;
    display: block;
    padding: 0 3em 0 3em;
    text-decoration: none;
    width: auto;
    color: black;
    white-space: nowrap;
    line-height: 2.4em;
    -moz-text-shadow: 1px 1px 0 white;
    -webkit-text-shadow: 1px 1px 0 white;
    text-shadow: 1px 1px 0 white;
    border: none;
    cursor: pointer;
}

.ui.vertical.menu.context .item:hover{
    position: relative;
    background-color: #e8eff7;
    -moz-box-shadow: 0 0 2px #0a6aa1;
    -webkit-box-shadow: 0 0 2px #0a6aa1;
    box-shadow: 0 0 2px #0a6aa1;
}

.ui.vertical.menu.context .item i{
    margin-right: -1px;
    font-size: 1.5em;
}

.ui.vertical.menu.context .item>i.icon {
    width: 0.4em;
    float: left;
    margin: 0 1.1em 0 -1.7em;
}

.ui.left.vertical.iso.sidebar.menu .item>i.icon:before{
    font-size: 18px;
}

.ui.menu .ui.dropdown .vertical.menu>.item .icon:not(.dropdown) {
    display: inline-block;
    font-size: 1.3em!important;
    float: none;
    margin: 0 .75em 0 0;
}

.ui.left.vertical.iso.sidebar.menu .item>i.icon {
    margin: -7px 14px 0 -26px!important;
}

#divWait.login #txtWait{
    margin-left: -29px;
}

i.large[class*='icon'] {
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5em;
}

.ui.menu .item > i[class*='icon'] {
    opacity: .9;
    float: none;
    margin: .1em .35714286em 0 0;
}

.error .ui.loader:before{
    top: -2em;
    border: none;
    background-color: rgba(255,0,0,.4);
    width: .8em;
    height: 4em;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: auto;
}
.error .ui.loader:after{
    top: 2.4em;
    width: .8em!important;
    height: .8em!important;
    border: none;
    background-color: rgba(255,0,0,.4);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: auto;
}

/*END TODO*/

.container.admin, #siteNavbar {
    border-right: 1px solid #cdcdcd;
    box-shadow: 0px 3px 3px rgba(0,0,0,.6);
    display: none;
    box-sizing: content-box;
}

.container.admin {
    height: 100%;
}

#qlikSenseApp{
    display: none;
    visibility: hidden;
}

.ui-page{
    height: 100%;
}


.side.head.wrapper .header.item{
    height: 47px;
    width: 200px;
    display: block!important;
}

.ui.top.fixed.menu .right.menu .dropdown.item .menu{
    max-height: 500px;
    overflow-y: auto;
    z-index: 9;
}

.icon.bin {
    color: #BD081D;
}

.ui.icon.message :not(.close).icon + .content{
    flex-basis: 100%;
}

.ui.menu.fixed .item.interface.edit{
    box-shadow: 0px 1px 6px 0px inset rgba(0,0,0,.2);
    margin: 1px 0px 0px 0px;
    background: #f5f8fb;
    display: block;
    color: black;
    border: 1px solid rgba(152, 152, 152, .3);
}

.ui.menu.fixed .item.interface.edit:after{
    content: ' ';
    background: #f5f8fb;
    width: 44px;
    height: 20px;
    left: 5px;
    position: absolute;
    display: block;
    box-shadow: 0 3px 6px 2px #f5f8fb;
}

.ui.menu.fixed .item.interface.edit:hover {
    color: #00A8E0 !important;
}

.jstree-node, .jstree-children, .jstree-container-ul {
    width: calc(100% - 8px);
}


/* GLOBAL SEARCH*/

#divGlobalSearch{
    transition: all 1s ease-in-out !important;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -ms-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    top: calc(50% - 50px);
}

#divGlobalSearch .popup-container{
    width: calc(100% + 50px);
}

#btnGlobalClearSearch{
    color: #a89d9d;
}

#divGlobalSearch .searchWidget {
    z-index: 9;
    position: relative;
}

#divGlobalSearch .ui.loader{
    margin-top: -36px;
}

#divSearchLoading{
    z-index: 99999999
}

#divSearchLoading #txtWait{
    margin: -61px 0px 0px -28px;
    transform: scale(1.0, 1.0);
}

#divGlobalSearch #txtGlobalSearch{
    font-size: 14px;
    padding: 3px;
}

#divGlobalSearch #globalSearchPopup{
    min-width: 800px;
    padding: 0px;
    width: auto;
    max-width: 100%;
}

#divGlobalSearch .searchWidget .search:not(.icon) {
    width: calc(100% - 0px);
    display: inline-flex;
    background: white;
    display: inline-flex;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

#divGlobalSearch .searchWidget .search .widgetbutton{
    font-size: 14px;
    padding: 8px 7px 0 0;
}

#divGlobalSearch .searchWidget .search:not(.icon):focus-within{
    border: 1px solid #00A8E0;
}

#divGlobalSearch .ui.vertical.menu {
    width: 100%;
    margin: 0px;
    border-top: none;
}

#divGlobalSearch .ui.vertical.menu .item>i.icon{
    font-size: 16px;
    float: left;
    margin: -1px 6px 0px 0px;
}

#divGlobalSearch .ui.vertical.menu .item.hidden{
    display: none!important;
}

#suggestionMenu .item{
    width: calc(100% + 2px);
    border-bottom: 1px solid #cdcdcd;
    background: #007db1;
    padding: 5px;
    color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    margin: 0px 0px 0px -1px;
    height: 30px;
    line-height: 18px;
}

#suggestionMenu ul{
    margin: 0px;
    list-style: none;
    padding: 0px;
    max-height: 156px;
    overflow-y: scroll;
    padding-bottom: 10px;
}

#suggestionMenu ul li{
    padding: 10px;
    cursor: pointer;
    font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    height: 39px;
    line-height: 16px;
    border-bottom: 1px solid rgba(152,152,152,.3);
}

#suggestionMenu ul#moduleInstanceList li {
    line-height: 14px;
}

#suggestionMenu ul li:hover{
    background: rgba(0,0,0,.05)!important;
    color: blue!important;
}

#suggestionMenu ul li i{
    font-size: 16px;
    color: white;
    padding: 0px;
    height: 26px;
    width: 26px;
    line-height: 26px;
}

#suggestionMenu ul li .cool-grey.circle{
    float: left;
    font-size: 16px;
    margin: -4px 10px 0px 0px;
    background: #bba9a9;
    color: white;
    line-height: 26px;
    border-radius: 100px;
    height: 26px;
    width: 26px;
}

#suggestionMenu i{
    color: #8a8a8a;        
}

#moduleInstanceList li:hover .process, #moduleInstanceList li:hover .child{
    color: #8a8a8a;
}

#moduleInstanceList span.icon{
    float: left;
    font-size: 16px;
    margin: -6px 0px 0px 0px;
    line-height: 26px;
}
.search-level{
    width: auto;
    position: relative;
    display: inline-block;
    padding: 0px 2px;
    line-height: 16px;
}
#suggestionMenu .match{
    font-weight: bold;
}

#moduleInstanceList .cool-grey.circle:hover ~ div.child:last-child{
    color: blue!important;
}

#moduleInstanceList .cool-grey.circle:hover ~ div.parent{
    color: #8a8a8a!important;
}

#moduleInstanceList .cool-grey.circle:hover ~ div.parent:last-child{
    color: blue!important;
}

#moduleInstanceList .separator{
    color: #8a8a8a;
    text-shadow: none;
    font-size: 20px;
    padding: 0 4px;
}

#moduleInstanceList .separator:after{
    content: '/';
}

/* END GLOBAL SEARCH */

/* CONTAINERS */

#divContent03 {
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
}

.rotate180{
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#generalWarningSupportedBrowser {
    background-color: blanchedalmond;
    position: relative;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding-top: 2px;
}

    #generalWarningSupportedBrowser p {
        padding-top: 1px !important;
        padding-bottom: 3px !important;
        color: #BD081D !important;
    }

.generalWarningSupportedBrowserText {
    white-space: pre-wrap;
    display: inline-block;
    width: 100%;
    text-align: center
}
