

/*themeSettings={"formHeadingsColor":"22263E","linkColor":"125F67","hoveredLinkColor":{"r":106,"g":18,"b":94,"a":255,"h":309,"s":83,"v":41,"hex":"6a125e","ahex":"6a125eff"},"gradientStartColor":"f6f6f6","gradientEndColor":"e8e8e8","buttonTextColor":"E59875","buttonBorderColor":"E59875","buttonHoverColor":"046c8e"}*/
/*
 * Admin pages specific
 */

body.form-layout #header h1 {
    color: rgba(255, 255, 255, 0); /* effectively hide the company name, since the logo contains the name */
    width: 232px;
    height: 100px;
    overflow: hidden;
}

body.form-layout #header {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE */
}

body.form-layout #header {
    border-bottom: none;
}

body.form-layout #header a {
    color: #048FC2;
}

body.form-layout #header a:hover {
    color: #046C8E;
}

body.form-layout #header .inactive-header-link {
    color: #808080;
}

body.form-layout .header-links-border {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #F7F7F7;
}

/*
 * Common
 */
.company-logo {
    background-image: url("/Theme/CompanyImageFromPath?temp=false&company_id=142453&path=CompanyLogo.png&v=1563829808755");
    width: 232px;
    height: 100px;
}
body.form-layout #main h1, body.form-layout #main h2, body.form-layout #main h3, body.form-layout #change-password-form h2, body.dashboard .project-name { color: #0c88af; }
body.form-layout a, body.form-layout #header a, .headers-container a, #documentsearchresults a,
    .dropdown-button, body.dashboard #filters li label, .dropdown-menu a {
        color: #125F67;
}
#inner-header-right .icon svg path,
#inner-header-right .icon svg polygon,
body.view #header-links .icon svg path,
body.view #header-links .icon svg polygon {
    fill: #125F67;
    stroke: #125F67;
}
body.view #header-links .dropdown-button .button-arrow-down { border-top: 5px solid #125F67; }
.blockMsg, #pleasewait { border: 2px solid #125F67; }
body.form-layout a:hover, body.form-layout #header a:hover, .headers-container a:hover, #documentsearchresults a:hover,
    .dropdown-button:hover, body.dashboard #filters li label:hover {
    color: #125F67;
}
body.view #header-links .dropdown-button:hover .button-arrow-down { border-top: 5px solid #6a125e; }
body.view .tree-view.focused .items .item.selected-item,
    body.view .tree-view .tree-view-inner .item.selected-item:hover,
    body.view .tree-view-item-container.selected-item:hover {
    background-color: rgba(106, 18, 94, 0.1);
    border-color: rgba(106, 18, 94, 0.3);
}
.button, body.dashboard .tabs ul li a {
    background-color: #e8e8e8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e8e8e8));
    background: linear-gradient(top, #f6f6f6, #e8e8e8);
    background: -moz-linear-gradient(top, #f6f6f6, #e8e8e8);
    background: -ms-linear-gradient(top, #f6f6f6, #e8e8e8);
    background: -o-linear-gradient(top, #f6f6f6, #e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e8e8e8');
}
body.dashboard #btnSave.disabled-button {
    color: #C0C0C0 !important;
}
body.dashboard #btnSave.disabled-button:hover {
    color: #C0C0C0 !important;
}
.button-arrow-down {
    border-top: 5px solid #ffffff;
}
.button-arrow-up {
    border-bottom: 5px solid #ffffff;
}
.button, body.dashboard #btnSave, a.button, body.form-layout a.button, body.dashboard .tabs ul li a {
    color: #048fc2;
}
.button > .button-arrow-down, body.dashboard .tabs ul li a > .button-arrow-down {
    border-top: 5px solid #048fc2;
}
.button > .button-arrow-up, body.dashboard .tabs ul li a > .button-arrow-up {
    border-bottom: 5px solid #048fc2;
}
.button { border-color: #c9c9c9; border-style: solid; border-width: 1px; }
.button:hover, body.dashboard .tabs ul li a:hover, body.dashboard #btnSave:hover, a.button:hover, body.form-layout a.button:hover {
    color: #046c8e;
}
.button:hover > .button-arrow-down, body.dashboard .tabs ul li a:hover > .button-arrow-down {
    border-top: 5px solid #046c8e;
}
.button:hover > .button-arrow-up, body.dashboard .tabs ul li a:hover > .button-arrow-up {
    border-bottom: 5px solid #046c8e;
}

body.dashboard.view .item-expander-group--1 { transform: rotate(135deg) }
body.dashboard.view .item-icon {display: none !important;}
body.dashboard.view #report-tree { font-size: 15px; font-weight: 300; font-family: Arial; font-color: black }
body.dashboard.view .tree-view .tree-view-inner .item { height: auto !important; margin-bottom: 0.3em; background-color: #D6D7D8; color: black; padding-top: 0.4em; padding-bottom: 0.4em; border: none; }
body.dashboard.view .tree-view .tree-view-inner .item:hover { background-color: #22263E; color:white }
body.dashboard.view .tree-view .tree-view-inner .item.selected-item { background-color: #22263E
; color:white}
body.dashboard.view .tree-view .tree-view-inner .item .item-title { top: -1px; }
body.dashboard.view .tree-view-long-item-tooltip-container { visibility: hidden; }


