@charset "utf-8";
/* CSS Document */

/* Clearfix hack ====================================================================================================== */

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* General ====================================================================================================== */

a.disabled {
    cursor: default !important;
    color: #D4D4D4 !important;
}
.red {
    color: red;
}
.smallText {
    font-size: 0.8em;
}
ul, ol, dl {
    line-height: inherit;
}
.hide {
    display: none !important;
}
hr.small {
    margin: 5px;
    background-color: #eee;
}
.invisible {
    opacity: 0;
    pointer-events: none;
}

::selection {
    background-color: #03AFAC;
    color: #FFFFFF;
}
::-moz-selection {
    background-color: #03AFAC;
    color: #FFFFFF;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #444444;

    /* Make content not selectable */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    /* Scrollbars for IE */
    scrollbar-arrow-color: #444444;
    scrollbar-track-color: #EEEEEE;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-darkshadow-color: #CCCCCC;
}

/* Scrollbars for webkit */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    background-color: #AAA;
    display: none;
}
::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 0 1px;
}
::-webkit-scrollbar-track-piece {
}
::-webkit-scrollbar-thumb {
    background-color: #AAA;
    border: 1px solid #999;
    border-radius: 4px;
}
::-webkit-scrollbar-corner {
    background-color: rgba(255, 255, 255, 0.75);
}
::-webkit-resizer {
    background-color: #EEEEEE;
}

.resetCSSContext * {
    all: unset;
}

.emailContainer {
    background-color: #FFFFFF;
    display: block;
    padding:20px;
    max-width:1280px;
    margin:auto;
}

#ticketRequestBtn {
    z-index:  999999;
    border: 2px solid white;
    border-radius: 5px;
    padding: 5px;
    color: white;
    font-weight: bold;
    position: relative;
    display: inline;
    cursor: pointer;
}
#ticketRequestInputField {
    height: 200px;
}

.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; }

/* Login Form ====================================================================================================== */
#login {
    background-color: #2B2F32;
    background-image: url('../images/grain.jpg');
    position: static;
}
#login .shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) url('../images/outer-shadow.png');
    background-size: 100% 100%;
}
#login .container {
    width: 440px;
    height: 304px;
    padding: 0 10px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#login header {
    margin-bottom: 20px;
}
#login header img {
    max-width: 33.3%;
}
#login footer {
    margin: 10px 0 50px 0;
    text-align: right;
    color: #FFFFFF;
}
#login form {
    background-color: #FFFFFF;
    padding: 30px 40px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 0 130px rgba(255, 255, 255, 0.33);
}
#login form label {
    padding-left: 40px;
    position: relative;
}
#login form .loginUserLabel, #login form .loginPasswordLabel {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    padding: 0;
}
#login form .loginUserLabel {
    background: url('../images/icons.png') no-repeat 0 -180px;
}
#login form .loginPasswordLabel {
    background: url('../images/icons.png') no-repeat -30px -180px;
}
#login form input {
    height:33px;
    margin: 0 0 -1px 0;
    width: 100%;
    font-size: 1.5em;
    border: 1px solid #CCC;
    box-shadow: 0 0 0 #54C2C0;/*, 1px 1px 3px #D1D1D1 inset;*/
}
#login form input:focus {
    border-color: #54C2C0;
    box-shadow: 0 0 8px #54C2C0;/*, 0 0 0 #D1D1D1 inset;*/
}
#login form button {
    margin: 5px 0 0 0;
    font-size: 1.5em;
    height: 30px;
    padding: 0 20px !important;
}


/* Email Form ====================================================================================================== */
#email {
    background-color: #2B2F32;
    padding: 10px;
}
#email form {
    width: 600px;
}
#email form label {
    padding-left: 100px;
    position: relative;
    margin-bottom: 2px !important;
}
#email form label span {
    position: absolute;
    left: 0;
    color: #FFFFFF;
    width: 100px;
}
#email form input {
    width: 100%;
    margin: 0;
}
#email form button {
    border: 1px solid #808080;
    cursor: pointer;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin: 5px 0 0 0;
}

/* Main Menu ====================================================================================================== */

#desktopTitlebarWrapper {
    overflow:visible;
    background: url("../images/Logo.png") no-repeat 20px center;
}

.is_acc_server #desktopTitlebarWrapper {
    background: url("../images/Logo_acc.png") no-repeat 20px center;
}
.is_test_server #desktopTitlebarWrapper {
    background: url("../images/Logo_test.png") no-repeat 20px center;
}
.is_local_server #desktopTitlebarWrapper {
    background: url("../images/Logo_local.png") no-repeat 20px center;
}
#topNav ul.menu-right {
    margin-right:35px;
}
#spinnerWrapper {
    position:absolute;
    right:6px;
    top:11px;
}
#desktopNavbar {
    margin-left:160px;
    margin-right:250px;
    background-color:transparent;
}
#desktopNavbar ul li {
    font-weight:600;
    padding: 6px 10px;
    text-shadow: 0 0 5px #8E8E8E;
}
#desktopNavbar > ul > li:focus, #desktopNavbar > ul > li.selected {
    color: #03AFAC;
}
#desktopNavbar li ul li {
    width:100%;
}
#desktopNavbar li ul {
    left:auto;
    display:none;
    width:250px;
}
#desktopNavbar li ul ul {
    margin:-22px 0 0 250px;
}
#desktopNavbar li:hover ul ul, #desktopNavbar li.ieHover ul ul, #desktopNavbar li:hover ul ul ul, #desktopNavbar li.ieHover ul ul ul {
    left:auto;
}
#desktopNavbar li ul li a {
    width:auto;
}

#desktopNavbar li span {
    text-transform: uppercase;;
}

li.dividerRoot {
    border-left:1px solid #DDDDDD;
    margin-left:2px;
    padding-left:3px;
}

/* Desktop ====================================================================================================== */

#desktop {
    min-width: inherit;
}

/* Taskbar ====================================================================================================== */

#dock {
    min-height: 30px;
}
#dockPlacement {
    display:none;
}
#dockAutoHide {
    display:none;
}
#dockCanvas {
    display:none;
}
.dockTab .recordTitle, .mochaTitle .recordTitle {
    padding-left:6px;
}
.dockTab .recordName, .mochaTitle .recordName {
    font-weight:normal;
    font-style:italic;
    padding-left:3px;
}
.mochaTitle .recordStatusDescription {
    color: #888888;
    font-size: 11px;
    font-weight: normal;
    padding-left: 10px;
}
.dockTab {
    width:auto;
    background-color: #606365;
}
.dockTab .dockText {
    width:auto;
    position:static;
    padding:4px 28px 2px 0;
    margin:0 0 0 3px;
    height: 25px;
}
.dockTab.activeDockTab .dockText {
    background-position:right -24px;
}

.dockTab .dockButton {
    display: block;
    background:url("../images/icons.png") no-repeat scroll -40px -22px transparent;
    width: 16px;
    height: 16px;
    position:absolute;
    right:0;
    top: -2px;
    margin:5px;
    opacity: 0.85;
    transform: scale(0.85);
    filter: invert(0.5);
}

.dockButton::after {
    content: ' ';
    display: block;
    opacity: 0.6;
    height: 26px;
    margin-top: -3px;
    width: 24px;
    transform: scale(1.15);
    filter: none;
}
.dockTabOver .dockButton::after {
    background-color: #3c3c3c5c;
}
.dockTab.dockTabOver .dockButton, .activeDockTab .dockButton {
    background-position:-40px -22px;
    filter: none;
}
.dockTab.dockTabOver .dockButton.over, .activeDockTab .dockButton.over {
    background-position:-40px -2px;
    filter: none;
}

#dockShowDesktop {
    cursor:pointer;
    float:left;
    font-size:11px;
    height:24px;
    margin:0 3px 2px 0;
    overflow:hidden;
    position:relative;
    width:auto;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius: 3px;
    background-color: #606365;
}
#dockShowDesktopContainer {
    display:block;
    font-weight:600;
    height:20px;
    left:0;
    overflow:hidden;
    padding:2px 4px 2px 0;
    margin:0 0 0 4px;
    position:static;
    text-align:left;
    top:0;
    width:auto;
    color: #D4D4D4;
}
#dockShowDesktopButton {
    background : url("../images/icons.png") no-repeat scroll 0 -80px;
    width:20px;
    height:20px;
}
#dockShowDesktop:hover {
    color: #444444;
    background-color: #EEE;
}

/* Windows ====================================================================================================== */

.mocha {
    background-color: #DDD;
}
.mochaTitlebar {
    background-color: #EEE;
}
.mochaTitlebar div {
    color:#888888;
    font-size:12px;
    font-weight:600;
    line-height:15px;
    margin:0;
    padding:5px 10px 4px 8px;
}
.mocha.isFocused .mochaTitlebar div {
    color: #181818;
}
.mochaContentWrapper {
    border-bottom:1px solid #D4D4D4;
    box-sizing: content-box;
    background: #EEE;
}
.mochaContentBorder {
    border:none;
    /*border-bottom:1px solid #FFFFFF;*/
}

/* User Rights Window =========================================================================================== */

.windowRights {
    padding: 18px 0 0;
    display : block;
    z-index : 0;
    position: relative;
    background-color: #EEE;
    height: 100%;
}
.windowRights.hasToolbar {
    padding-top: 49px !important;
}
.windowRights .windowTitle {
    font-size: 12px;
    font-weight: 600;
    color: #181818;
    position: absolute;
    top: 0;
    padding : 0 8px;
    z-index: 1;
}
.windowRights .windowToolbarContainer {
    position: absolute;
    top: 18px;
    background-color: #E5E5E5;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    z-index: 1;
}
.windowRights .windowToolbar {
    border-bottom: 1px solid #D9D9D9;
}
.windowRights .windowToolbar .tool.disabled{
    cursor: pointer !important;
}
.windowRights .column, .windowRights > .windowRightsContent {
    width : 100% !important;
    background-color: #EEEEEE;
}
.windowRights > .windowRightsContent {
    height: 100%;
    overflow: auto;
}

/* Modal Windows ====================================================================================================== */

#modalOverlay {
    z-index: 20000;
}

/* Columns ====================================================================================================== */

.column.collapsed .panelWrapper {
    display:none !important;
}

/* Panels ====================================================================================================== */

.panel-header {
    background: linear-gradient(to bottom, #DDD 0%,#E7E7E7 85%,#DDD 100%);
}
.pad .mochaContent.pad {
    padding:0 !important;
    display:block !important;
}
.panelWrapper.collapsed .panel {
    display:none !important;
}

/* Tabs ====================================================================================================== */

#appBackground .tab-menu li {
    background-color: transparent;
}
#appBackground .tab-menu li a {
    color: #EEE;
}
#appBackground .tab-menu li.selected {
    background-color: #FFFFFF;
    box-shadow: none;
    border: none;
}
#appBackground .tab-menu li.selected a {
    color: #444444;
    border: none;
    padding-bottom: 6px;
}
.tab-menu li.focused .app.windowTabButton {
    color: #03AFAC;
}
.app.windowTabContent, .windowTabHtmlContent {
    display:none;
}
.app.windowTabContent.active {
    display:block;
    padding-bottom: 20pt;
}
.tab-menu li:hover a {
    color: #03AFAC;
}
.tab-menu li a {
    font-weight: 600;
}
.app.windowTabButton input[type=checkbox] {
    height: auto !important;
}
.tab-menu li.alert{
    background-position:left -140px;
}
.tab-menu li.error{
    background-position:left -140px;
    padding: 0;
    margin-bottom: 1px;
}
.tab-menu li.alert li.error .app.windowTabButton {
    background-position:right -140px;
    padding-left: 0;
    color: #877906;
}
.tab-menu li.selected {
    box-shadow: 2px 2px 3px rgba(162, 162, 162, 0.5);
}
.tab-menu li.selected.alert li.selected.error{
    background-position:left -175px;
}
.tab-menu li.selected.alert li.selected.error .app.windowTabButton {
    background-position:right -175px;
    color: #5E5407;
}
.tab-menu li.alert .app.windowTabButton .alert {
    background: url("../images/alertIconYellow.png") no-repeat transparent;
    display: block;
    float: left;
    height: 14px;
    width: 16px;
}

.tab-menu li.error .app.windowTabButton .error {
    background: url("../images/alertIconRed.png") no-repeat transparent;
    display: block;
    float: left;
    height: 14px;
    width: 16px;
    margin: 0;
}


/* Window status icons ====================================================================================================== */

.dockTab .statusIcon, .mochaTitle .statusIcon {
    display:block;
    float:left;
    width:16px;
    height:16px;
    background:url("../images/icons.png") no-repeat scroll -22px -82px transparent;
}
.mocha.statusNew .mochaTitle .statusIcon, .dockTab.statusNew .statusIcon {
    background-position:-22px -82px;
}
.mocha.isFocused.statusNew .mochaTitle .statusIcon, .dockTab.dockTabOver.statusNew .statusIcon {
    background-position:-22px -62px;
}
.mocha.statusOpen .mochaTitle .statusIcon, .dockTab.statusOpen .statusIcon {
    background-position:-42px -82px;
}
.mocha.isFocused.statusOpen .mochaTitle .statusIcon, .dockTab.dockTabOver.statusOpen .statusIcon {
    background-position:-42px -62px;
}
.mocha.statusChanged .mochaTitle .statusIcon, .dockTab.statusChanged .statusIcon {
    background-position:-62px -82px;
}
.mocha.isFocused.statusChanged .mochaTitle .statusIcon, .dockTab.dockTabOver.statusChanged .statusIcon {
    background-position:-62px -62px;
}
.mocha.statusIncomplete .mochaTitle .statusIcon, .dockTab.statusIncomplete .statusIcon {
    background-position:-82px -82px;
}
.mocha.isFocused.statusIncomplete .mochaTitle .statusIcon, .dockTab.dockTabOver.statusIncomplete .statusIcon {
    background-position:-82px -62px;
}
.mocha.statusSaved .mochaTitle .statusIcon, .dockTab.statusSaved .statusIcon {
    background-position:-102px -82px;
}
.mocha.isFocused.statusSaved .mochaTitle .statusIcon, .dockTab.dockTabOver.statusSaved .statusIcon {
    background-position:-102px -62px;
}
.mocha.statusLocked .mochaTitle .statusIcon, .dockTab.statusLocked .statusIcon {
    background-position:-122px -82px;
}
.mocha.isFocused.statusLocked .mochaTitle .statusIcon, .dockTab.dockTabOver.statusLocked .statusIcon {
    background-position:-122px -62px;
}

/* Icons ====================================================================================================== */

.mochaIcon {
    display:inline-block;
    float:left;
    width:16px;
    height:16px;
    background:url("../images/icons.png") no-repeat scroll -22px -82px transparent;
}
.mochaIcon.locked {
    background-position:-122px -62px;
}

/* Window Toolbar ====================================================================================================== */

.mochaToolbarWrapper {
    height:30px !important;
    background-color:transparent;
    overflow:visible;
    z-index: 2;
}
.mochaToolbarWrapper.disabled {
    height:0 !important;
}
.mochaToolbarWrapper.disabled .mochaToolbar {
    display:none;
}
.mochaToolbar {
    height:29px !important;
    box-shadow: 0 2px 3px rgba(162, 162, 162, 0.5);
    overflow: hidden;

    background: rgb(238,238,238); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}
.mochaToolbar .toolbox {
    height:22px;
    margin:3px 0;
    padding:0 5px;
}
.mochaToolbar .toolbox.divider {
    background: none;
    padding-left: 5px;
    border-left: 1px solid #CCC;
    box-shadow: -1px 0 0 #EEE;
}
.toolboxLeft {
    float:left;
}
.mochaToolbar .tool {
    background : transparent url("../images/icons.png") no-repeat scroll;
    display:block;
    float:left;
    width:22px;
    height:22px;
    margin:0 1px;
    border:1px solid transparent;
    cursor:pointer;
}
.mochaToolbar .tool.disabled {
    cursor:default;
}
.mochaToolbar .tool.toolOver, .mochaToolbar .tool.active {
    border-color:#D4D4D4;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.mochaToolbar .tool.toolOver.disabled {
    background-color:transparent;
    border-color:transparent;
}
.mochaToolbar [app=toolNew] {
    background-position:0 -20px;
}
.mochaToolbar [app=toolNew].toolOver {
    background-position:0 0;
}
.mochaToolbar [app=toolNew].disabled {
    background-position:0 -40px;
}
.mochaToolbar [app=toolSave] {
    background-position:-20px -20px;
}
.mochaToolbar [app=toolSave].toolOver {
    background-position:-20px 0;
}
.mochaToolbar [app=toolSave].disabled {
    background-position:-20px -40px;
}
.mochaToolbar [app=toolDelete] {
    background-position:-40px -20px;
}
.mochaToolbar [app=toolDelete].toolOver {
    background-position:-40px 0;
}
.mochaToolbar [app=toolDelete].disabled {
    background-position:-40px -40px;
}
.mochaToolbar [app=toolFirst] {
    background-position:-60px -20px;
}
.mochaToolbar [app=toolFirst].toolOver {
    background-position:-60px 0;
}
.mochaToolbar [app=toolFirst].disabled {
    background-position:-60px -40px;
}
.mochaToolbar [app=toolPrevious] {
    background-position:-80px -20px;
}
.mochaToolbar [app=toolPrevious].toolOver {
    background-position:-80px 0;
}
.mochaToolbar [app=toolPrevious].disabled {
    background-position:-80px -40px;
}
.mochaToolbar [app=toolRefresh] {
    background-position:-100px -20px;
}
.mochaToolbar [app=toolRefresh].toolOver {
    background-position:-100px 0;
}
.mochaToolbar [app=toolRefresh].disabled {
    background-position:-100px -40px;
}
.mochaToolbar [app=toolNext] {
    background-position:-120px -20px;
}
.mochaToolbar [app=toolNext].toolOver {
    background-position:-120px 0;
}
.mochaToolbar [app=toolNext].disabled {
    background-position:-120px -40px;
}
.mochaToolbar [app=toolLast] {
    background-position:-140px -20px;
}
.mochaToolbar [app=toolLast].toolOver {
    background-position:-140px 0;
}
.mochaToolbar [app=toolLast].disabled {
    background-position:-140px -40px;
}
.mochaToolbar [app=toolPrint] {
    background-position:-160px -20px;
}
.mochaToolbar [app=toolPrint].toolOver {
    background-position:-160px 0;
}
.mochaToolbar [app=toolPrint].disabled {
    background-position:-160px -40px;
}
.mochaToolbar [app=toolEmail] {
    background-position:-180px -20px;
}
.mochaToolbar [app=toolEmail].toolOver {
    background-position:-180px 0;
}
.mochaToolbar [app=toolEmail].disabled {
    background-position:-180px -40px;
}
.mochaToolbar [app=toolAttachments] {
    background-position:-200px -20px;
}
.mochaToolbar [app=toolAttachments].toolOver {
    background-position:-200px 0;
}
.mochaToolbar [app=toolAttachments].disabled {
    background-position:-200px -40px;
}
.mochaToolbar [app=toolVersions] {
    background-position:-220px -20px;
}
.mochaToolbar [app=toolVersions].toolOver, .mochaToolbar [app=toolVersions].active {
    background-position:-220px 0;
}
.mochaToolbar [app=toolVersions].disabled {
    background-position:-220px -40px;
}
.mochaToolbar [app=toolMap] {
    background-position:-240px -20px;
}
.mochaToolbar [app=toolMap].toolOver {
    background-position:-240px 0;
}
.mochaToolbar [app=toolMap].disabled {
    background-position:-240px -40px;
}
.mochaToolbar [app=toolSearch] {
    background-position:-19px -119px;
    border:none;
    height:22px;
    margin:0 -22px 0 0;
    padding:0;
    width:22px;
    left:-22px;
}
.mochaToolbar [app=toolSearch].searchToolOver {
    background-position:-19px -99px;
}
.mochaToolbar [app=toolSearch].disabled {
    background-position:-19px -139px;
}

.mochaToolbar [app=toolSearchInput] {
    float:left;
    width:135px;
    height:22px;
    padding:0 22px 0 3px;
    margin:0;
}

/* Versions Toolbar ====================================================================================================== */

.versionsToolbarContainer {
    border-bottom: 1px solid #FFFFFF;
}
.versionsToolbar {
    border-bottom: 1px solid #D9D9D9;
    padding: 5.5px;
    min-height : 38px;
}
.newVersionButton {
    float: right;
    margin: 3px;
}
.versionsList {
    margin: 0;
    padding: 0;
}
.versionsList li {
    display: inline;
    margin: 0 15px 0 0;
}
.versionsList li a  {
    white-space: nowrap;
    line-height: 17px;
    margin-right: 4px;
}
.versionsList.disabled li a {
    cursor: default;
}
.versionsList li.selected a  {
    color: #009900;
    text-shadow : 0 0 10px #009900;
    font-weight: bold;
}
.versionsList li a span {
    font-size: 11px;
    font-style : italic;
    padding  : 0 0 0 5px;
    color    : #999;
}
.versionsList li input {
    background: url("../images/icons.png") no-repeat scroll transparent;
    border: none;
    cursor: pointer;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 4px;
}
.versionsList li input.delete {
    background-position: -1px -124px;
}
.versionsList li input.delete:hover {
    background-position: -1px -104px;
}
.versionsList li input.print {
    background-position: -160px -20px;
    width: 18px;
    height: 18px;
}
.versionsList li input.print:hover {
    background-position: -160px 0;
}
.versionsList li icon {
    background: url("../images/icons.png") no-repeat scroll transparent;
    border: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}
.versionsList li icon.new {
    background-position: 0 -20px;
}
.versionsList li icon.published {
    background-position: -180px -20px;
}
.versionsList li icon.checked--color {
    background-position: -22px -160px;
}

/* Tooltips ====================================================================================================== */

.hasTooltip {
    cursor: help;
}

.tooltipElement {
    z-index: 99999999;
    text-align:justify;
    background: #f1f0f0;
    border: 1px solid #c8c8c8;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 0 0 1px #FFF inset, 0 0 20px #CFCFCF inset;
    border-radius: 5px;
}
.tooltipElement .tip-top{
}
.tooltipElement .tip{
}
.tooltipElement .tip-title {
    border-bottom: none;
    padding:7px 7px 4px 7px;
    font-size:1.25em;
}
.tooltipElement .tip-text {
    padding:0 7px 7px 7px;
    text-align:justify;
    font-size: 11px;
}
.tooltipElement .tip-bottom{
}
.tooltipElement .tip-text ul {
    margin:0;
    padding:0 0 0 20px;
}
.tooltipElement .tip-text label {
    clear:both;
    display:block;
    float:left;
    margin-right:0.5em;
    text-align:right;
    width: 120px !important;
    font-weight:600;
    padding-top : 0px;
    white-space : nowrap;
}
.tooltipElement .tip-text label + div {
    padding-left: 130px;
    min-height  : 18px;
}

/* Alerts ====================================================================================================== */

#appAlerts .row.alertsMainRow {
    max-width: 100%;
}
#appAlerts, .alertsRights {
    /*background-color: #718BA6;
		color           : #FFF;*/
}
#appAlerts .alertsContainer, .alertsRights .alertsContainer {
    border-top: 1px solid #C5C5C5; /*#9FB5CD*/
    padding: 8px 3px 0;
    margin: 5px 0 25px;
    position : relative;
}
#appAlerts .alertsLegend, .alertsRights .alertsLegend {
    font-weight:bold;
    font-size:14px;
    /*font-style: italic;*/
    margin-left : -3px;
    display   : inline;
    padding   : 0 10px 0 3px;
    position  : absolute;
    top       : -10px;
    background-color : #FFFFFF; /*#718BA6*/
    color : #000000;
}
#appAlerts_header {
    background: #2B2F32;
}
    .CompContainer .companySelected, .BrandContainer .companySelected, .GroupContainer .companySelected, .AgentContainer .companySelected, .CalculatorContainer .companySelected, .ProjectLeadContainer .companySelected, .CustomerContainer .companySelected, .EmployeeContainer .companySelected, .TaskTypeContainer .companySelected, .OfferTypesContainer .companySelected, .TaskGroupContainer .companySelected, .IssueTypeContainer .companySelected, .alertFilter .companySelected{
    background-color: #03AFAC;
    border-color: #03AFAC;
    color: #ffffff;
}
	.CompContainer .companySelected:hover, .BrandContainer .companySelected:hover, .GroupContainer .companySelected:hover, .AgentContainer .companySelected:hover, .CalculatorContainer .companySelected:hover, .ProjectLeadContainer .companySelected:hover, .CustomerContainer .companySelected:hover, .EmployeeContainer .companySelected:hover, .TaskTypeContainer .companySelected:hover, .OfferTypesContainer .companySelected:hover , .TaskGroupContainer .companySelected:hover, .IssueTypeContainer .companySelected:hover, .alertFilter .companySelected:hover{
    color: #ffffff;
}
	.GroupContainer input[type="radio"], .AgentContainer input[type="radio"], .CalculatorContainer input[type="radio"], .ProjectLeadContainer input[type="radio"], .CustomerContainer input[type="radio"], .EmployeeContainer input[type="radio"], .TaskTypeContainer input[type="radio"], .OfferTypesContainer input[type="radio"], .TaskGroupContainer input[type="radio"], .IssueTypeContainer input[type="radio"], .alertFilter input[type="radio"]{
    display: none;
}
.CompContainer label, .BrandContainer label, .GroupContainer label, .AgentContainer label, .CalculatorContainer label, .ProjectLeadContainer label, .CustomerContainer label, .EmployeeContainer label, .TaskTypeContainer label, .OfferTypesContainer label, .TaskGroupContainer label, .IssueTypeContainer label, .alertFilter label {    display: inline-block !important;
    width: auto !important;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 0 5px;
    margin-left: 4px !important;
    margin-right: 0 !important;
    float: left;
    margin-bottom: 1px !important;
    border: 1px solid #ccc;
}
.alertsRights .alertsContainer.section {
    padding: 0 5px;
}
.alertsRights .alertsContainer.section .alertsLegend {
    display: none !important;
}
#appAlerts .alertsLabel, .alertsRights .alertsLabel {
    font-weight: bold;
    /*font-style: italic;*/
    color : #000000;
    line-height: 21px;
}
#appAlerts .alertsLegendContainer .alertsLabel, .alertsRights .alertsLegendContainer .alertsLabel {
    line-height: 1.6;
}
#appAlerts .alertsLabel strong, .alertsRights .alertsLabel strong {
    font-weight: 600;
}
.alertsList .alertsLabel {
    margin : 0 170px 1px 0;
    display: inline-block;
}
.alertsList .alertsList__tag {
    background-color: red;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.22222rem 0.44444rem 0.22222rem;
    font-size: 0.61111rem;
    text-indent: 0;
}
.legendItem {
    width: auto !important;
    float: left;
    border-radius: 10px;
    padding: 0 5px;
    margin-right: 4px !important;
    /*color: #FFF;*/
}
.showAllAgentAlerts {
    display: none;
}
.legendColor {
    display:inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: -5px;
}
.alertsList {
    position : relative;
}
.alertsList ul {
    overflow : auto;
}
.alertsList .spinner-msg {
    padding: 0;
    color: #444444;
}
.alertsList .spinner-alert {
    background: none;
    display: none;
}
.alertsList .alertsListMenu {
    display: inline-block;
    font-size : 11px;
    color: #444444;
    height: 21px;
    position: sticky;
    top: 0;
    background-color: #e8e8e8;
    border-radius: 10px;
    padding: 2px 5px;
}
.alertsList .alertsCount {
    padding : 2px 5px 0 0;
}
.alertsList .alertsListMenu .alertsRefreshButton {
    background : url("../images/icons.png") no-repeat scroll -142px -82px transparent;
    width: 18px;
    height: 18px;
    border:none;
    cursor:pointer;
}
.alertsList .alertsListMenu .alertsRefreshButton:hover {
    background-position:-142px -62px;
}
.alertsList .alertsListMenu .alertsMinimizeButton {
    background : url("../images/icons.png") no-repeat scroll -162px -82px transparent;
    width: 18px;
    height: 18px;
    border:none;
    cursor:pointer;
}
.alertsList .alertsListMenu .alertsMinimizeButton:hover {
    background-position:-162px -62px;
}
.alertsList ul {
    list-style-type:disc;
    list-style-image:url(../images/alertIconRed.png);
    list-style-position:inside;
    margin:0;
    padding:0;
    text-indent:-25px;
}
.alertsList li {
    list-style-type: disc;
    list-style-position:inside;
    display: none;
        padding-left:25px;
	}
    .alertsList li[sortable="true"] {
        padding-left: 40px;
        position: relative;
}
.alertsList li.show {
    display: list-item;
}
.alertsList li.empty {
    list-style: none !important;
    text-indent : 0;
}
.alertsList li.alertEmpty {
    list-style: none;
}
.alertsList li i{
    display: inline;
}
.alertsList li a{
    /*color: #FFF;*/
    padding: 2px 0 1px 0;
}
	.CompContainer label:hover, .BrandContainer label:hover, .GroupContainer label:hover, .CalculatorContainer label:hover, .ProjectLeadContainer label:hover, .legendItem:hover, .CustomerContainer label:hover, .EmployeeContainer label:hover, .TaskTypeContainer label:hover, .TaskGroupContainer label:hover, .IssueTypeContainer label:hover, .alertFilter label:hover {
    border-color: #03AFAC;
}
.alertsList ul.selectable li:hover {
    background-color: #C0E7F8;
}
.alertsList li:hover a {
    text-decoration: underline;
}
.alertsList li.alertGreen {
    list-style-image:url(../images/alertIconGreen.png);
}
.alertsList li.alertYellow {
    list-style-image:url(../images/alertIconYellow.png);
}
.alertsList li.alertRed {
    list-style-image:url(../images/alertIconRed.png);
}
.alertsList .alertUrgent {
    border-bottom: 1px solid #FF0000;
}
.alertsList ul li.selected{
		background-color: #03AFAD;
		color: #ffffff !important;

	}
	.alertsList ul li.selected a{
		color: white !important;

	}
	.alertsList .alertNotUrgent {
    color:#049903 !important; /*#00FF00*/
}
.colorCode {
    padding: 2px 9px 0px 9px;
    display: inline;
    border-radius: 50%;
}

/* Console ====================================================================================================== */

#mochaConsole ul li.notice, #mochaConsole ul li.error, #mochaConsole ul li.success {
    padding:2px;
    margin-bottom:1px;
}
#mochaConsole ul li.notice {
    border-color:#CCCCCC;
    background-color:#F6F6F6;
    color:#666666;
}
#mochaConsole ul li.error {
    color:#FF0000;
}
#mochaConsole ul li.success {
    color:#009900;
}
#mochaConsole .timestamp {
    font-size:10px;
    padding:0 5px 0 0;
}

/* Spinner overlay for elements ====================================================================================================== */

.spinner, .spinnerTop {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    z-index: 99;
    /*background-color: #EEE;*/
    visibility : inherit !important;
    overflow: hidden;
}
.spinnerTop {
    z-index: 99999;
}
.spinner-msg, .spinnerTop-msg {
    text-align: center;
    font-weight: bold;
}
.spinner-img, .spinnerTop-img {
    background: url(../images/spinner.gif) no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}
.spinner-alert, .spinnerTop-alert {
    background:url("../images/icons.png") no-repeat scroll -82px -62px transparent;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.spinner--progress {
    background-color: #ffffff;
    opacity: 1;
}
.spinner--progress .spinner-img {
    display: none;
}
.spinner-progressbar {
    --color: #03AFAC;
    --trail_color: hsl(0deg 0% 0% / 3%);
    --shadow: 0px;
    --duration: 10s;
    --percent: 100;
    position: relative;
    width: 170px;
    height: 170px;
    margin: auto;
    transform: rotate(-90deg);
}
.spinner-progressbar-message {
    max-width: 500px;
}
.spinner-progressbar-svg {
    position: relative;
    width: 100%;
    height: 100%;
}
.spinner-progressbar-circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px, 5px); /* stroke-width / 2 */
}
.spinner-progressbar-circle--progress {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    stroke: var(--color);
    filter: drop-shadow(0 0 var(--shadow) var(--color));
    animation: anim_circle-js var(--duration) ease-in-out forwards;
}
.spinner-progressbar-circle--bg {
    stroke: var(--trail_color);
}
.spinner-progressbar-text {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0.25em 0.5em;
    color: var(--color);
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0.25em;
    transform: translate(-50%, -50%) rotate(90deg);
    text-transform: lowercase;
    font-size: 1.1em;
    text-align: center;
}

@keyframes anim_circle-js {
    to {
        stroke-dashoffset: calc(440px - (440px * var(--percent)) / 100);
    }
}

/* Form elements ====================================================================================================== */

.containerForm2Columns {
    width: 1020px;
    margin: auto;
}
form {
    margin-left:auto;
    margin-right:auto;
    width:500px;
}
form.row {
    margin: 0 auto;
    max-width: 640px;
}
form.row.medium {
    margin: 0 auto;
    max-width: 1024px;
}
form.row.large {
    margin: 0 auto;
    max-width: 1680px;
}
form.row.huge {
    margin: 0;
    max-width: 100%;
}
.formColumnLeft {
    float: left;
}
.formColumnRight {
    float: right;
}
form fieldset {
    border:none;
    border-top:1px solid #FFF;
    box-shadow: 0 -1px 0 #CCC;
    padding:0;
    margin:10px 0;
    clear: none;
    overflow: visible;
}
form fieldset.noLegend {
    margin-top: 0;
    border: none;
    box-shadow: none;
}
form fieldset.positionRelative {
    position: relative;
}
form fieldset > fieldset {
    box-shadow: none;
    border-top: 1px dashed #CCC;
}
form fieldset > fieldset:first-of-type {
    margin-top: 0;
}
form br, fieldset br {
    clear:both;
}
.hiddenForm {
    box-shadow: none;
    margin: 0 0 5px 0;
    padding: 2px 5px 2px 5px;
    border: 1px inset rgb(245, 245, 245);
    background-color: rgba(213, 213, 213, 0.5);
}
.hiddenForm label {
}
fieldset.subsection {
    border-color : #AAA;
}
fieldset.subsection legend {
    font-size: 1.1em;
    padding: 0 10px 0 20px;
}
form .form-row {
    margin: 5px 0 !important;
}
form .form-row-bottom {
    margin: 5px 0 0 0 !important;
}
form .form-row-top {
    margin: 0 0 5px 0 !important;
}
form legend {
    font-size:1.2em;
    margin: 0 0 5px;
    padding: 0 10px 0 0;
    color: #444444;
    background: #EEE;
    font-weight : 600;
}
form .hiddenForm legend {
    background: rgb(226, 226, 226);
}
form fieldset fieldset legend {
    font-size:1.1em;
    padding-left: 20px;
}
legend {
    font-size:1.2em;
    margin: 0 0 5px;
    padding: 0 10px 0 0;
    color: #444444;
    background:none;
    font-weight : 600;
}
form legend a.alignRight {
    background-color: #E5E5E5;
    padding-left: 10px;
    position: absolute;
    right: 0;
}
label, div.divLabel {
    display:block;
    padding: 0;
    text-align:left !important;
    width:100% !important;
    margin:0 !important;
}
label > span:first-child, div.divLabel > span:first-child {
    width: 50%;
    padding-right: 18px;
    display: inline-block;
    text-align: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    font-size: 1.2em;
    line-height: 1.3em;
    vertical-align: middle;
    transition: color 0.5s;
}
label.mandatory > span:first-child {
    position: relative;
}
label.mandatory > span:first-child:after {
    content: "\f111";
    color: #888;
    text-shadow: 0 0 1px #888;
    display: inline-block;
    width: 18px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 0.55em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 30%;
    right: 0;
    transition: color 0.5s, text-shadow 0.5s;
}
label.fullWidth > span:first-child {
    width: 100%;
    padding-right: 0;
    text-align: left;
}
label.fullWidth > span:first-child:after {
    position: static;
    vertical-align: middle;
}
label > span:nth-child(2) {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    color: inherit;
}
label > span.focused, label:hover > span, div.divLabel > span > label.focused, div.divLabel > span > label:hover {
    color: #03AFAC;
    text-shadow: 0 0 3px #FFF;
}
label.mandatory > span.focused:after, label.mandatory:hover > span:after {
    color: #B93D3D;
    text-shadow: 0 0 1px #B93D3D;
}
label.wide {
    width: 430px !important;
}
label.fullWidth {
    width: 100% !important;
    text-align: left;
}
label.autoWidth{
    width: auto !important;
}
label.free{
    display: inline;
    float: none !important;
}
label.free > span:first-child {
    width: auto;
}
label.inline{
    display: inline;
    float: none !important;
}
label > label > span:first-child {
    padding-right: 9px;
    font-size: 1.4em;
}
label > label + label {
    padding-left: 18px;
}
.fieldRights {
    height : 15px !important;
}
select {
    height:22px;
    width: 300px;
}
select.fullWidth {
    width: 300px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    margin:0 0 1px 0;
    width:50%;
    color: #000000;
    border-radius:3px;
    border:none;
    display: inline-block;
    font-size: 1.2em;
    box-shadow: 0 0 0 #54C2C0;/*, 2px 2px 3px #D1D1D1 inset, -1px -1px 2px rgba(255, 255, 255, 0.5), 1px 1px 2px rgba(255, 255, 255, 0.5);*/
    transition: border-color 0.5s;
}
input[type="text"].oneThirdWidth{
    width: 33%;
}
label.fullWidth input[type=text], label.fullWidth input[type=password], label.fullWidth textarea, label.fullWidth select {
    width: 100%;
}
input[type=text].groupTop, input[type=password].groupTop, textarea.groupTop, select.groupTop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 1px;
}
input[type=text].groupMiddle, input[type=password].groupMiddle, textarea.groupMiddle, select.groupMiddle {
    border-radius: 0;
    margin-bottom: 1px;
}
input[type=text].groupBottom, input[type=password].groupBottom, textarea.groupBottom, select.groupBottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
input[type=text].groupLeft, input[type=password].groupLeft, textarea.groupLeft, select.groupLeft {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input[type=text].groupCenter, input[type=password].groupCenter, textarea.groupCenter, select.groupCenter {
    border-radius: 0;
    margin-left: 1px;
}
input[type=text].groupRight, input[type=password].groupRight, textarea.groupRight, select.groupRight {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 1px;
}

input[type=button].groupTop, button.groupTop, .button.groupTop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
input[type=button].groupMiddle, button.groupMiddle, .button.groupMiddle {
    border-radius: 0;
    margin-bottom: -1px;
}
input[type=button].groupBottom, button.groupBottom, .button.groupBottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
input[type=button].groupLeft, button.groupLeft, .button.groupLeft {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}
input[type=button].groupCenter, button.groupCenter, .button.groupCenter {
    border-radius: 0;
    margin-right: -1px;
}
input[type=button].groupRight, button.groupRight, .button.groupRight {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.htmlData--basic {
    display: inline-block;
    padding-left: 0.5em;
}
.htmlData {
    margin:0 0 1px 0;
    padding:3px;
    width:50%;
    height: 33px;
    border-radius:3px;
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    border-color: #D4D4D4;
    background-color: #EEE;
    box-shadow: 0 0 1px #CCC;
    overflow: auto;
}
label .htmlData {
    font-weight: normal;
    line-height: normal;
    vertical-align: middle;
}
.different {
    background : url(../images/dataTable-changed.png) repeat;
}
input[type=text].fullWidth, input[type=password].fullWidth, textarea.fullWidth, .htmlData.fullWidth {
    width: 100%;
}
input[type=text].columns3, input[type=password].columns3, textarea.columns3, .htmlData.columns3 {
    width: 90px;
    margin-left: 1px;
    margin-right: 1px;
}
input[type=text].width3, input[type=password].width3, textarea.width3, .htmlData.width3 {
    width: 90px;
    margin-left: 1px;
    margin-right: 1px;
}
input[type=text].width-auto, input[type=password].width-auto, textarea.width3, .htmlData.width-auto {
    width: auto !important;
    margin-left: 1px;
    margin-right: 1px;
}
input.leftMargin, textarea.leftMargin, htmlData.leftMargin {
    margin-left: 1px;
}
input[type=text].skipColumn3, input[type=password].skipColumn3, textarea.skipColumn3, .htmlData.skipColumn3 {
    margin-left: 101px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
    height:23px;
}
form.row input[type=text], form.row input[type=password], form.row select {
    height:33px;
}
input[type=checkbox], input[type=radio] {
    height:23px;
}
input[type=checkbox].textInputHeight, input[type=radio].textInputHeight {
    height: 34px;
}
input[type=checkbox]:focus, input[type=radio]:focus {
    outline: 1px solid #54C2C0;
}
select option {
    white-space: nowrap;
    padding: 1px 3px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 2px;
    background-color: #DAEFEE;
    color: #444;
}
form .formButtonContainer {
    text-align: center;
    margin-top: 5px;
}
textarea {
    height: 68px;
    resize:none;
}
.dataTable textarea {
    height: 43px;
    min-height: 43px;
}
.dataTable .htmlData {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    padding:0;
}
button, .button {
    height: 33px;
    vertical-align: top;
    padding: 0 10px;
    color: #000000;
    z-index: 1;
    box-shadow: none;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
.toolbox button, .toolbox .button {
    height: 24px;
}
input.inputWithButton, textarea.inputWithButton {
    padding-right:22px;
}
input[type=text][disabled], input[type=text][readonly], input[type=password][disabled], input[type=password][readonly], textarea[disabled], textarea[readonly], select[disabled], select[readonly] {
    border-color:#D4D4D4;
    background-color: #EEEEEE;
    box-shadow: 0 0 1px #CCC;
}
.formError {
    background-color:#FDE8E8 !important;
    box-shadow: none;
}
input[type=text].changed, input[type=password].changed, textarea.changed, select.changed {
    background : url(../images/dataTable-changed.png) repeat;
}
input[type=text].focused, input[type=password].focused, textarea.focused, select.focused, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    background-color: #DAEFEE;
    /*border-color: #54C2C0;*/
    box-shadow: 0 0 8px #54C2C0;/*, 0 0 0 #D1D1D1 inset;*/
    position: relative;
    z-index: 1;
}
input[type=text].formError.focused, input[type=password].formError.focused, textarea.formError.focused, select.formError.focused, input[type=text].formError:focus, input[type=password].formError:focus, textarea.formError:focus, select.formError:focus{
    box-shadow: 0 0 8px #b93d3d;/*, 0 0 0 #D1D1D1 inset;*/
}
input.inputButton {
    background : transparent url("../images/icons.png") no-repeat scroll;
    width:22px;
    height:22px;
    position:relative;
    left:-22px;
    border:none;
    padding:0;
    margin:0 -22px 0 0;
    cursor:pointer;
    vertical-align:top;
    z-index: 1;
}
input.inputButton.dynamic1 {
		left: -44px;
		font-size: large;
		background: none;
	}
	input.inputButton.dynamic1 {
		left: -44px;
		font-size: large;
		background: none;
	}
input.inputButton.dynamic2 {
	left: -70px;
	font-size: large;
	background: none;
}

div.errorMessage {
    left: 50%;
    position: relative;
    width: 50%;
    color: #ff0000;
}

input.inputButton.dynamic3 {
	left: -96px;
	font-size: large;
	background: none;
}
	input.inputButton.disabled {
		cursor: not-allowed;
	}
	form.row input.inputButton{
		margin-top: 5px;
	}
	.filterSeparator {
		display: inline-block;
		width: 16px;
		text-align: center;
	}
	input.filterRemove, input.filterAdd {
		height:20px;
		width:20px;
		padding:0;
		margin:0;
		background : transparent url("../images/icons.png") no-repeat;
		border:none;
		display:inline;
		cursor:pointer;
	}
	input.filterRemove {
		background-position:-60px -120px;
	}
	input.filterRemove.over {
		background-position:-60px -100px;
	}
	input.filterRemove.disabled {
		background-position:-60px -140px;
	}
	input.filterAdd {
		background-position:-80px -120px;
	}
	input.filterAdd.over {
		background-position:-80px -100px;
	}
	input.filterAdd.disabled {
		background-position:-80px -140px;
	}
	.popupWindow .filterContainer {
		/*overflow:hidden;*/
	}
	.popupWindow .filterContainer .filterRow {
		/*overflow:hidden;*/
		height:26px;
	}
	.appActions button, .appActions .button, input.actionButton, button.actionButton {
		margin: 0 5px 5px 0;
	}
	.userRightsButton {
		color:#999999 !important;
		background-color:#E5E5E5 !important;
		border: 1px solid #999999;
		border-radius:3px;
		cursor: pointer;
		font-size: 12px;
		font-weight: bold;
		margin: 0 5px 5px 0;
		padding: 3px 6px;
		vertical-align: middle;
		float: left;
	}
	.userRightsButton input.buttonRights {
		height: auto !important;
	}
	button.loading, .button.loading {
		background: transparent url("../images/autocompleterLoading.gif") repeat-x 0 -8px !important;
	}
	br.clear {
		clear:both;
	}
	.alignLeft {
		text-align:left !important;
	}
	.alignCenter {
		text-align:center !important;
	}
	.alignRight {
		text-align:right !important;
	}
	.layouts {
		padding-left: 25%;
	}
	.layouts fieldset {
        margin-bottom: 1em;
        border: none;
	}
	.layouts fieldset legend {
        background: transparent;
	}
	input.checkboxLeft {
		float: left;
		height: 17px;
	}
	label.checkboxLeft {
		padding-left: 5px;
		float: none;
		display: inline;
	}
    label.checkboxRight {
        text-align: right !important;
        padding-left: 5px;
        padding-right: 10%;
        float: none;
    }

/* Select Element ====================================================================================================== */

ul.autocompleter-choices, ul.toolSearchInput-choices{
    position:absolute;
    margin:-2px 0 0 1px;
    padding:2px 0;
    list-style : none none;
    text-align:left;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border:1px solid #718BA6;
    background-color: #DAEFEE;
    overflow-x:hidden;
    width: auto !important;
    max-width: 75vw;
}
ul.toolSearchInput-choices {
    margin-top:-3px !important;
    -webkit-border-top-right-radius: 3px !important;
    -moz-border-radius-topright: 3px !important;
    border-top-right-radius: 3px !important;
}
ul.autocompleter-choices li, ul.toolSearchInput-choices li{
    white-space:nowrap;
    padding:1px 3px;
    margin:0 2px;
    cursor:pointer;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
ul.autocompleter-choices li.autocompleter-selected, ul.toolSearchInput-choices li.autocompleter-selected{
    background-color: #03AFAC;
    color:#FFFFFF;
}
ul.autocompleter-choices span.autocompleter-queried, ul.toolSearchInput-choices span.autocompleter-queried{
    display:inline;
    float:none;
    font-weight:bold;
    margin:0;
    padding:0;
}
ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried, ul.toolSearchInput-choices li.autocompleter-selected span.autocompleter-queried{
    color:#D4DCE4;
}
input.inputButton.selectButton {
    background-position:-39px -119px;
}
input.inputButton.selectButton.over {
    background-position:-39px -99px;
}
input.inputButton.selectButton.disabled {
    background-position:-39px -139px;
}
input.autocompleterLoading {
    background: transparent url("../images/autocompleterLoading.gif") repeat-x 0 center !important;
}

/* Data Table Element ====================================================================================================== */

.dataTable {
    width:100%;
    height:250px;
    position:relative;
    border:1px solid #D4D4D4;
    background-color: #E7E7E7;
}
.dataTable.focused {
    border-color:#6c98d9;
}
.dataTable.free {
    overflow: auto !important;
}
.dataTable.free .thead {
    position: static !important;
}
.dataTable.free td, .dataTable.free th {
    padding: 2px 3px;
}
.dataTable.focused .thead {
}
.dataTable.focused table .table-th-sort-span {
}
.dataTable.focused .thead .table-th-resize {
}
.dataTable .loading {
    background : #C3C3C3 url(../themes/default/images/spinner.gif) no-repeat center center;
    z-index:1;
}
.dataTable .message {
    background-color:#C3C3C3;
    z-index:1;
}
.dataTable.auto-size table {
    width:auto !important;
}
.dataTable.auto-size .thead {
    width:auto !important;
}
.dataTable.auto-size .tbody {
    width:auto !important;
}
.dataTable.auto-size .tfoot {
    width:auto !important;
}
.dataTable.auto-size td > div {
    width:auto !important;
}
.dataTable.auto-size th > div {
    width:auto !important;
}

.dataTable .dataTableInfo {
    position: absolute;
    top: -18px;
    right: 0;
    font-weight : bold;
    font-size : 11px;
    display: none;
}
.dataTable .printForm, .dataTable .exportForm {
    display: none;
}
.dataTable table {
    border-spacing:0;
    margin: 0;
    border: none;
}
#desktop .app.dataTable .tbody tr.success td  {
    background-color: #E6EFC2 !important;
    color: #529214 !important;
}
#desktop .app.dataTable .tbody tr.success td input, #desktop .app.dataTable .tbody tr.success td textarea {
    color: #529214 !important;
}
#desktop .app.dataTable .tbody tr.notice td  {
    background-color: #FFF6BF !important;
    color: #817134 !important;
}
#desktop .app.dataTable .tbody tr.notice td input, #desktop .app.dataTable .tbody tr.notice td textarea {
    color: #817134 !important;
}
#desktop .app.dataTable .tbody tr.error td  {
    background-color: #FBE3E4 !important;
    color: #D12F19 !important;
}
#desktop .app.dataTable .tbody tr.error td input, #desktop .app.dataTable .tbody tr.error td textarea {
    color: #D12F19 !important;
}
.dataTable td, .dataTable th {
    padding:0;
    vertical-align:middle;
    font-size: 1em;
    line-height: inherit;
}
.dataTable th {
    overflow:hidden;
}
.dataTable td:not(.editable) > div, .dataTable th > div {
    padding:2px 6px; /* if these paddings change adjust also the width corrections in the updateDimensions() function of the dataTable */
    text-align:left;
}
.dataTable td:not(.editable) > div > div, .dataTable th > div {
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.dataTable td:not(.editable) input[type=text], .dataTable td:not(.editable) input[type=password], .dataTable td:not(.editable) textarea, .dataTable td:not(.editable) select {
    border: none;
    padding: 0;
}
.dataTable td:not(.editable) > div {
    overflow:hidden;
}
.dataTable td.editable {
    padding:0;
}
.dataTable td.editable > div {
    padding:1px 1px 1px 0; /* if these paddings change adjust also the width corrections in the updateDimensions() function of the dataTable */
    white-space:nowrap;
}

.dataTable td.inputWithButton > div {
    /*padding-right:28px !important;  if these paddings change adjust also the width corrections in the updateDimensions() function of the dataTable */
}
/*.dataTable th.editable {
		padding:2px 6px 2px 3px;
	}
	.dataTable th.editable .table-th-resize {
		right:-7px;
	}
	.dataTable td.inputWithButton > div {
		padding-right:28px !important;
	}
	.dataTable th.inputWithButton {
		padding-right:25px !important;
	}
	.dataTable th.inputWithButton .table-th-resize {
		right:-26px !important;
	}*/
.dataTable td input[type="text"], .dataTable td input[type="password"], .dataTable td textarea, .dataTable td select  {
    width:100%;
    box-shadow: 0 0 0 #DAEFEE;/*, 2px 2px 3px #D1D1D1 inset;*/
    border-radius: 0;
    margin: 0;
}
.dataTable td input[type="text"].focused, .dataTable td input[type="text"]:focus, .dataTable td input[type="password"].focused, .dataTable td input[type="password"]:focus, .dataTable td textarea.focused, .dataTable td textarea:focus, .dataTable td select.focused, .dataTable td select:focus  {
    box-shadow: 0 0 8px #DAEFEE;/*, 0 0 0 #D1D1D1 inset;*/
}
.dataTable td label {
    display: inline-block;
    width: auto !important;
    margin-right: 1em !important;
}
.dataTable td label > span:nth-child(2) {
    width: auto;
    vertical-align: middle;
    margin-left: 0.5em;
}
.dataTable td label:hover > span {
    color: inherit;
    text-shadow: none;
}
.dataTable tr.selected td label {
    color: white;
}
.dataTable td .htmlData {
    width:100%;
    border-radius: 0;
}
.dataTable td .htmlData img {
    vertical-align: middle;
}
.dataTable tr:not(.selected) td input[type="text"],
.dataTable:not(.focused) td input[type="text"],
.dataTable td input[readonly][type="text"],
.dataTable tr:not(.selected) td input[type="password"],
.dataTable:not(.focused) td input[type="password"],
.dataTable td input[readonly][type="password"],
.dataTable tr:not(.selected) td textarea,
.dataTable:not(.focused) td textarea,
.dataTable td textarea[readonly],
.dataTable tr:not(.selected) td select
.dataTable:not(.focused) td select,
.dataTable td select[readonly] {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 #DAEFEE;/*, 0 0 0 #D1D1D1 inset;*/

}
.dataTable td.nowrap > div, .dataTable th.nowrap > div {
    white-space:nowrap;
}
.dataTable .thead {
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    cursor:pointer;
    /*border-bottom:1px solid #C3C3C3;*/
    box-shadow: 0 2px 3px rgba(162, 162, 162, 0.5);
    z-index:2;
    background-color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
}
.dataTable .thead thead, .dataTable .tfoot tfoot {
    background-color: #FFFFFF;
}
.dataTable .thead th {
    text-align:center;
    vertical-align:bottom;
    font-weight: 400;
}
.dataTable .thead tr.headerMove {
    cursor:e-resize !important;
}
.dataTable .thead tr.headerMove th.headerMove {
    background-color:#6C98D9 ;
    color:#FFFFFF;
}
.dataTable .thead th div {
    position:relative;
    padding:2px 5px 2px 12px; /* if these paddings change adjust also the width corrections in the updateDimensions() function of the dataTable */
}
.dataTable .tbody {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #FFFFFF;
}
.dataTable .tbody.overflowXAuto {
    overflow-x: auto;
}
.dataTable .tbody.overflowYAuto {
    overflow-y: auto;
}
.dataTable .tbody thead {
    /*display:none;*/
}
.dataTable .tbody thead th {
    padding:0;
}
.dataTable .tbody thead th div {
    display:none;
}
.dataTable.hideScrollbars .tbody {
    overflow:hidden !important;
}
.dataTable .tbody td {
    line-height:normal;
}
.dataTable .thead th.hidden, .dataTable .tbody td.hidden {
    display: none;
}
.dataTable .tbody td.changed, .dataTable .tbody tr.new td {
    background : url(../images/dataTable-changed.png) repeat;
}
.dataTable .tbody tr.group td {
		background-color: #E7E7E7 !important;
    padding: 3px 0px 5px 4px !important;
    font-weight: bold;
}
.dataTable .tbody tr.group td .label {
    font-weight: normal !important;
}
.dataTable .tbody tr.group td a.record {
    /*background-image: none;
		padding: 0;*/
}
.dataTable .tbody tr.group div.app {
    display: inline;
}

	.dataTable .tbody tr.foot td {
		background-color: #E7E7E7 !important;
		font-weight: bold;
}

.dataTable.focused .tbody tr.selected:not(.alertRow) td {
    background-color: #03AFAC !important;
    color:#FFFFFF !important;
    transition: all 200ms;
}

.dataTable:not(.focused) .tbody tr.selected td:not(.editable) input, .dataTable:not(.focused) .tbody tr.selected td:not(.editable) textarea,
.dataTable.focused .tbody tr.selected td:not(.editable) input, .dataTable.focused .tbody tr.selected td:not(.editable) textarea {
    color:#000000 !important;
}
.dataTable.focused .tbody tr.selected td a.app.action {
    color: #D1FF5A !important;
}
.dataTable.focused .tbody tr.selected td a.app.action:hover, .dataTable.focused .tbody tr.selected td a.app.action:focus {
    color: #FFFFFF !important;
}
.dataTable:not(.focused) .tbody tr.selected td {
    background-color:#D4D4D4 !important;
    color:#FFFFFF !important;
}
.dataTable:not(.focused) .tbody tr.selected td input[type="text"],
.dataTable:not(.focused) .tbody tr.selected td input[type="password"],
.dataTable:not(.focused) .tbody tr.selected td textarea,
.dataTable:not(.focused) .tbody tr.selected td select {
    color:#000000 !important;
}

.dataTable .tbody tr.hovered td {
    background-color: #ACE2DF;
    transition: all 200ms;
}
.dataTable .tfoot {
    position:absolute;
    left:0;
    overflow:hidden;
    border-top:1px solid #C3C3C3;
    z-index:2;
    background-color: #FFFFFF;
}
.dataTable .tfoot td {
    font-weight:bold;
}
.dataTable.columnResize {
    cursor:col-resize !important;
}
.dataTable .thead .table-th-resize {
    width:5px;
    background:url("../images/table-columnResize.gif") repeat-y 1px 0 transparent;
    height:300px;
    position:absolute !important;
    right:-1px;
    top:-150px;
    cursor:col-resize !important;
    padding:0 !important;
}
.dataTableButtonContainer {
    width:100%;
    text-align:center;
    margin:3px 0;
}
.dataTableButtonContainer input:not(:first-child) {
    margin-left: 10px;
}
table .table-th-sort-span {
    display:block;
    position:absolute;
    bottom:4px;
    left:1px;
    width:9px;
    height:14px;
    background:url("../images/table.png") no-repeat scroll -5px -2px transparent;
}
table th.table-th-sort .table-th-sort-span {
    background-position:-45px -2px !important;
}
table th.table-th-sort-rev .table-th-sort-span {
    background-position:-25px -2px !important;
}
a.file, a.record {
    background-repeat: no-repeat;
    height: 18px;
    padding: 0 0 2px 19px;
}
a.record {
    background-image : url("../images/uploader_page.png");
    background-position-y: 1px;
    font-size: 1.2em;
}
.dataTable .tbody tr.selected td a.file, .dataTable .tbody tr.selected td a.record {
    color:#FFF;
}
.customRowRed td {
    color: #CD0000;
}
	.customBackgroundRowRed td {
		background-color: #f85959;
	}
.dataTable tr.alertRow td {
    color: red !important;
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
    background-color: rgba(255, 0, 0, 0.1) !important;
}
.dataTable tr.alertRow td + td {
    display: none;
}


/* Upload Element ====================================================================================================== */

.opa-0 {
    opacity: 0;
}
.uploadContainer {
    padding-left:510px;
}
.uploadListContainer {
    float:right;
    width: 100%;
}
.upload {
    border: 1px solid #D4D4D4; /* 808080 */
}
.uploadContainer > .upload, .hasUploadList {
    float:left;
    margin-left:-510px;
    width: 500px;
}
.upload-button {
    margin: 8px;
    cursor: pointer;
    display: block;
    line-height: 33px;
}
.upload.inline .upload-button, .upload.inline .upload-drop-text {
    display: inline-block;
    vertical-align: middle;
}
.upload-button input {
    cursor: pointer;
}
.upload-button.buttonDisabled input {
    cursor:not-allowed !important;
}
.upload-queue-container {
    clear:both;
    overflow:auto;
}
table.upload-queue {
    background: none repeat scroll 0 0 #F3F3F3;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width:100%;
}
table.upload-queue tfoot {
    background:repeat-x top url("../images/table-foot.gif") #e5e5e5;
    border-top:1px solid #C3C3C3;
}
table.upload-queue thead {
    background:repeat-x bottom url("../images/table-head.gif") #e5e5e5;
    border-bottom:1px solid #C3C3C3;
    border-top:1px solid #808080;
}
table.upload-queue thead th {
}
table.upload-queue thead button, table.upload-queue tfoot button {
}
table.upload-queue tbody {
}
table.upload-queue td, table.upload-queue th {
    padding: 5px;
}
td.upload-size {
    text-align: right;
}
.upload-icon {
    background : no-repeat center center;
    width: 16px;
}
.cellBorderCenter{
    border:1px solid black;
    padding:4px;
    text-align:center;
}
button.upload-icon {
    background-color: inherit;
    border: medium none;
    height: 16px;
}
.upload-button.upload-icon-spinner {
    background  : no-repeat 3px 50%;
    padding-left: 20px;
}
.upload-icon-spinner {
    background-image: url("../images/uploader_loading.gif");
}
.upload-icon-wait {
    background-image: url("../images/uploader_wait.png");
}
.upload-icon-error {
    background-image: url("../images/uploader_exclamation.png");
}
.upload-icon-file {
    background-image: url("../images/uploader_page.png");
}
.upload-icon-archive {
    background-image: url("../images/uploader_compress.png");
}
.upload-icon-image {
    background-image: url("../images/uploader_photo.png");
}
.upload-icon-pdf {
    background-image: url("../images/uploader_pdf.png");
}
.upload-icon-word {
    background-image: url("../images/uploader_word.png");
}
.upload-icon-excel {
    background-image: url("../images/uploader_excel.png");
}
.icon-ctrl-start {
    background-image: url("../images/uploader_play.png");
}
.icon-ctrl-pause {
    background-image: url("../images/uploader_pause.png");
}
.icon-ctrl-hidden {
    background-image: none;
}
.upload-drop-text {
    color: #181818;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.upload-drop-area-active .upload-drop-text {
    color: #47648E;
}
.upload.upload-drop-area-active {
    border-color: #6C98D9;
}
.moogressbar {
    border: 1px solid #C3C3C3;
    width: 100%;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
    border-radius:100px;
}
.moogressbar-error {
    border-color: #FF0000;
}
.table-tr-odd {
    background: none repeat scroll 0 0 #E5E5E5;
}

/* Section Element ====================================================================================================== */

.app.section {
    position: relative;
}
.app.section.inline {
    display: inline-block;
}
.app.section.enabled {
    border-color        : #444444;
    border-top          : 15px solid !important;
    border-bottom       : 2px dashed !important;
    background-image    : url("../images/section-leftBorder.gif");
    background-position : left;
    background-repeat   : repeat-y !important;
    padding-left: 5px;
    margin-bottom: 15px;
}
.app.section.disabled {
    background-color: #ffb6c1;
}
.app.section > input.sectionRights {
    position: absolute;
    left: 1px;
    top: -14px;
    height : 14px;
    margin : 0;
}
.app.section > .sectionLabel {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    position : absolute;
    top      : -16px;
    left     : 16px;
}

/* Map tool ====================================================================================================== */

.mapForm {
    float: left;
    width: 400px;
}
.mapContainer {
    margin-left: 400px;
}
.mapRoute {
}
.mapRouteLabel {
    width      : 20px !important;
    float      : none;
    text-align : right;
    padding    : 0;
    display    : inline;
}
.mapRouteInput {
    width : 319px !important;
}

/* Purr Notifications Class ====================================================================================================== */

.purr-wrapper{
    margin:10px 0;
}
.purr-alert{
    margin-bottom:10px;
    padding:10px;
    background:#000;
    font-size:13px;
    font-weight:bold;
    color:#FFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -moz-box-shadow: 0 0 10px rgba(255,255,0,.25);
    width:500px;
}
.purr-alert button{
    font-size:10px;
    margin:0 5px;
}
.purr-alert.error{
    color:#F55;
    padding-left:30px;
    background:url(../images/notification-error.png) no-repeat #000 7px 10px;
    width:480px;
}
.purr-alert.warning{
    color: #f4f200;
    padding-left:30px;
    background:url(../images/alertIconYellow.png) no-repeat #000 7px 10px;
    width:480px;
    border: 1px solid;
}
.purr-alert.success{
    color:#5F5;
    padding-left:30px;
    background:url(../images/notification-success.png) no-repeat #000 7px 10px;
    width:480px;
}
.purr-alert.notice{
    color:#99F;
    padding-left:30px;
    background:url(../images/notification-notice.png) no-repeat #000 7px 10px;
    width:480px;
}

.purr-element-alert{
    width:400px;
}

.purr-button-wrapper{
    text-align:center;
}

/* MooPromptu Prompt messages Class ====================================================================================================== */

.jqifade{
    position: absolute;
    background-color: #000000;
}
div.jqi{
    width: 600px; /* 520px */
    /*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;*/
    position: absolute;
    background-color: #F8F8F8;
    text-align: left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}
div.jqi .jqicontainer{
}
.agendaEditEvent {
    overflow-y: auto;
    max-height: 75vh;
}
div.jqi .jqiclose{
    position: absolute;
    top: 4px; right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
    z-index : 100;
}
div.jqi .jqimessage{
    padding: 10px;
    line-height: 20px;
    color: #444444;
}
div.jqi form legend {
    background: #F8F8F8;
}
div.jqi input[type=text], div.jqi input[type=password], div.jqi textarea, div.jqi select {
    border: 1px solid #CCC;
}
div.jqi input[type=text].groupTop, div.jqi input[type=password].groupTop, div.jqi textarea.groupTop, div.jqi select.groupTop, div.jqi button.groupTop {
    margin-bottom: 0;
    border-bottom: none !important;
}
div.jqi input[type=text].groupMiddle, div.jqi input[type=password].groupMiddle, div.jqi textarea.groupMiddle, div.jqi select.groupMiddle, div.jqi button.groupMiddle {
    margin-bottom: 0;
    border-bottom: none !important;
}
div.jqi input[type=text].groupBottom, div.jqi input[type=password].groupBottom, div.jqi textarea.groupBottom, div.jqi select.groupBottom, div.jqi button.groupBottom {
}
div.jqi input[type=text].groupLeft, div.jqi input[type=password].groupLeft, div.jqi textarea.groupLeft, div.jqi select.groupLeft, div.jqi button.groupLeft {
}
div.jqi input[type=text].groupCenter, div.jqi input[type=password].groupCenter, div.jqi textarea.groupCenter, div.jqi select.groupCenter, div.jqi button.groupCenter {
    margin-left: 0;
    border-left: none !important;
}
div.jqi input[type=text].groupRight, div.jqi input[type=password].groupRight, div.jqi textarea.groupRight, div.jqi select.groupRight, div.jqi button.groupRight {
    margin-left: 0;
    border-left: none !important;
}
div.jqi .jqibuttons{
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #E4E4E4;
    background-color: #EEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.jqi .jqibuttons button{
    margin: 0 5px 0 0;
}
div.jqi button.jqidefaultbutton{
    background : #DAEFEE none;
}
.jqiwarning .jqi .jqibuttons{
    background-color: #03AFAC;
}
div.jqi .jqimessage pre {
    max-height: 300px;
}

/* Mif.Menu context menu Class ====================================================================================================== */

.mif-menu{
		z-index:40002;
    position:absolute;
    font-size:14px;
    color:#000;
    padding:4px 0;
}
.mif-menu * {
    box-sizing: content-box !important;
}
.mif-menu-wrapper{
    position:relative;
    left:0;
    top:0;
    overflow:hidden;
    min-height:19px;
}
.mif-menu-item, .mif-menu-scroll, .mif-menu-sep, .mif-menu-desc{
    height:19px;
    padding:0 25px 0 25px;
    line-height:19px;
    white-space:nowrap;
    position:relative;
    overflow:hidden;
    vertical-align:baseline;
    cursor:default;
}
.mif-menu-sep{
    background:url('../images/Mif.Menu/sep.gif') center center repeat-x;
    margin:0 1px;
    height:14px;
}
.mif-menu-scroll{
    height:13px;
    width:100%;
    padding:0;
    margin:0;
    display:none;
    position:absolute;
    z-index:1;
}
.mif-menu-scroll-top{
    top:4px;
    background: url('../images/Mif.Menu/top.png') center center no-repeat #fff;
}
.mif-menu-scroll-bottom{
    bottom:4px;
    background: url('../images/Mif.Menu/bottom.png') center center no-repeat #fff;
}
.mif-menu-icon, .mif-menu-name{
    height:19px;
    line-height:19px;
    display:inline-block;
    overflow:hidden;
    vertical-align:top;
}
.mif-menu-name .shortcut{
    color: #999999;
    font-size: 10px;
    font-style: italic;
    /*position: absolute;
		right: 25px;*/
    padding-left : 5px;
}
td.dataTableRightsContainer span.shortcut {
    display: none;
}
.mif-menu-icon{
    width:16px;
    height:16px;
    line-height:16px;
    margin-right:5px;
    margin-top:2px;
}

.mif-menu-name{
}
.mif-menu .hover{
    background-color: #03AFAC;
    color: #FFFFFF;
}
.mif-menu .hover .shortcut{
    color: #DDDDDD;
}
.mif-menu .disabled{
    color:#D7D7D7;
}
.mif-menu .disabled .mif-menu-icon{
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.mif-menu-submenu, .mif-menu-loader, .mif-menu-check{
    width:17px;
    height:100%;
    display:inline-block;
    background:url('../images/Mif.Menu/left.png') no-repeat center center;
    vertical-align:middle;
    position:absolute;
    right:8px;
    top:0;
}
.hover .mif-menu-submenu{
    background-image:url('../images/Mif.Menu/left-white.png')
}
.mif-menu-loader{
    background-image:url('../images/Mif.Menu/loader.gif');
}
.mif-menu-check{
    right:auto;
    left:3px;
    background-image:none;
}
.mif-menu-checked{
    background-image:url('../images/Mif.Menu/checked.png');
}
.hover .mif-menu-checked{
    background-image:url('../images/Mif.Menu/checked-selected.png');
}
/*@background*/
.mif-menu-bg{
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.mif-menu-bg, .mif-menu-bg div{
    position: absolute;
    overflow:hidden;
}
.mif-menu-bg {
    left:-19px;
    top:-17px;
    padding-left:40px;
    padding-top:47px;
}
.mif-menu-bg .top{
    height: 35px;
    width: 100%;
    position: relative;
    top:-47px;
    padding-left:40px;
    padding-top:47px;
    left:-40px;
}
.mif-menu-bg .center{
    height: 100%;
    width: 100%;
    position: relative;
    top:-164px;
    padding-left:40px;
    padding-top:47px;
    left:-40px;
}
.mif-menu-bg .bottom{
    height: 35px;
    width:100%;
    top:-164px;
    position:relative;
    padding-left:40px;
    left:-40px;
}
.mif-menu-bg .tl{
    width: 45px;
    height: 35px;
    background:url("../images/Mif.Menu/bg-tl.png");
    left:0;
    top:0;
}
.mif-menu-bg .tr{
    width: 45px;
    height: 35px;
    float:right;
    position: relative;
    background:url("../images/Mif.Menu/bg-tr.png");
    top:-47px;
}
.mif-menu-bg .t{
    height: 35px;
    width:100%;
    left:-85px;
    top: 0;
    clip:rect(auto, auto, auto, 130px);
    background:url("../images/Mif.Menu/bg-t.png");
    padding-left:40px;
}
.mif-menu-bg .bl{
    width: 45px;
    height: 35px;
    background:url("../images/Mif.Menu/bg-bl.png");
    left:0
}
.mif-menu-bg .br{
    width: 45px;
    height: 35px;
    float: right;
    position: relative;
    background:url("../images/Mif.Menu/bg-br.png");
}
.mif-menu-bg .b{
    height: 35px;
    width:100%;
    left:-85px;
    clip:rect(auto, auto, auto, 130px);
    background:url("../images/Mif.Menu/bg-b.png");
    padding-left:40px;
}
.mif-menu-bg .l{
    height:10000px;
    width:45px;
    left:0;
    top:70px;
    background:url("../images/Mif.Menu/bg-l.png");
    background-size: contain;
}
.mif-menu-bg .r{
    height:10000px;
    width:45px;
    top:23px;
    float:right;
    position:relative;
    background:url("../images/Mif.Menu/bg-r.png");
    background-size: contain;
}
.mif-menu-bg .c{
    height: 10000px;
    width:100%;
    left:-85px;
    top:70px;
    clip:rect(auto, auto, auto, 130px);
    background:url("../images/Mif.Menu/bg-c.png");
    padding-left:40px;
}

.right .mif-menu-bg .tl{
    background-image:url('../images/Mif.Menu/bg-rect-tl.png');
}
.left .mif-menu-bg .tr{
    background-image:url('../images/Mif.Menu/bg-rect-tr.png');
}

/* Date Picker Class ====================================================================================================== */

.datepicker {
    position: absolute;
    border: 2px solid #1C3262;
    font-size: 11px;
    width: 194px;
    padding: 3px;
    height: 221px;
    background: #fff;
    line-height: normal;
    z-index: 10001;
}

.datepicker.column_2 {
    width: 393px;
}

.datepicker.column_3 {
    width: 592px;
}

.datepicker.column_4 {
    width: 791px;
}

.datepicker.column_5 {
    width: 990px;
}

/* header */
.datepicker .header {
    position: relative;
    background: #1C3262;
    height: 21px;
    padding-top: 4px;
    margin-bottom: 3px;
}

.datepicker .header .title {
    text-align: center;
    padding-top: 1px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 99999px;
}

.datepicker .header .titleText {
}
.datepicker .header .next,
.datepicker .header .previous,
.datepicker .header .closeButton {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    text-align: center;
    color: #666;
    top: 5px;
    cursor: pointer;
}
.datepicker .header .previous {
    left: 5px;
}
.datepicker .header .next {
    right: 28px;
}
.datepicker .header .closeButton {
    right: 5px;
}

/* body */
.datepicker .body {
    position: relative;
    top: 0;
    left: 0;
    height: 193px;
    overflow: hidden;
}

/* Columns */

.datepicker .body .pickerColumn {
    float: left !important;
    width: 194px !important;
    min-height: 193px;
    margin-left: 5px;
}

.datepicker .body .pickerColumn.column_1 {
    margin-left: 0;
}

.datepicker .titleText .pickerColumn {
    float: none !important;
    width: 194px !important;
    margin-left: 5px;
}

.datepicker .titleText .pickerColumn.column_1 {
    margin-left: 0;
}

/* Footer */

.datepicker.footer {
    height: 280px;
}

.datepicker .footer {
    margin-top: 3px;
    padding: 15px 5px;
    height: 26px;
}

/* time */
.datepicker .time {
    width: 100%;
    height: 100%;
    background: #eee;
}

.datepicker .time .hour,
.datepicker .time .separator,
.datepicker .time .minutes {
    border: 1px solid #ccc;
    background: #fff;
    width: 50px;
    font-size: 32px;
    position: absolute;
    top: 50px;
    text-align: center;
    padding: 2px;
}

.datepicker .time .hour {
    left: 30px;
}
.datepicker .time .separator {
    background: transparent;
    border: 0;
    width: 10px;
    left: 91px;
}

.datepicker .time .minutes {
    left: 110px;
}
.datepicker .time .ok {
    position: absolute;
    top: 105px;
    width: 136px;
    left: 30px;
    font-size: 20px;
}

/* days-grid */
.datepicker .days .day {
    float: left;
    background: #ccc;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
    width: 25px;
    overflow: hidden;
    height: 21px;
    margin: 0 3px 3px 0;
}

.datepicker .days .day0 {
    margin-right: 0;
}

.datepicker .days .week5 .day {
    margin-bottom: 0;
}

/* days-colors */
.datepicker .days .title {
    background: #5D6E95;
    font-weight: bold;
    color: #fff;
    cursor: default;
}

.datepicker .days .otherMonth {
    background: #eee;
    color: #aaa;
}

/* months */
.datepicker .months .month {
    float: left;
    background: #eee;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    width: 62px;
    height: 31px;
    padding-top: 15px;
    margin: 0 3px 3px 0;
}

.datepicker .months .month3,
.datepicker .months .month6,
.datepicker .months .month9,
.datepicker .months .month12 {
    margin-right: 0;
    width: 64px;
}

.datepicker .months .month10,
.datepicker .months .month11,
.datepicker .months .month12 {
    margin-bottom: 0;
}

/* years */
.datepicker .years .year {
    float: left;
    background: #eee;
    cursor: pointer;
    text-align: center;
    padding-top: 11px;
    width: 46px;
    overflow: hidden;
    height: 25px;
    margin: 0 3px 3px 0;
}

.datepicker .years .year3,
.datepicker .years .year7,
.datepicker .years .year11,
.datepicker .years .year15,
.datepicker .years .year19 {
    margin-right: 0;
    width: 47px;
}

.datepicker .years .year16,
.datepicker .years .year17,
.datepicker .years .year18,
.datepicker .years .year19 {
    margin-bottom: 0;
    height: 26px;
}

/* global */
.datepicker .selected {
    background: #8C929F !important;
    color: #fff !important;
}

.datepicker .days .otherMonth.selected {
    background: #bbbfc8 !important;
}

.datepicker .unavailable,
.datepicker .body .days .week .day.unavailable:hover {
    background: #edd !important;
    color: #b88 !important;
    cursor: default !important;
}

.datepicker .days .week .day:hover,
.datepicker .months .month:hover,
.datepicker .years .year:hover {
    background: #5D6E95 !important;
    color: #fff !important;
}

.datepicker .days.weeknumbers .day {
    width: 22px;
}

.datepicker .days.weeknumbers .day.weeknumber,
.datepicker .days.weeknumbers .day.weeknumber:hover {
    color: #AAA !important;
    width: 16px !important;
    background: #EEE !important;
}

.datepicker table {
    border-spacing: 0;
}

.datepicker th,
.datepicker td {
    padding: 0;
}

/* Date Picker Class - Vista theme ====================================================================================================== */

.datepicker_vista {
    position: absolute;
    font-size: 10px;
    /*font-family: Tahoma, sans-serif;*/
    color: #000;
    line-height: normal;
    width: 200px;
    height: 163px;
    padding: 14px;
    background: url(../images/datepicker_vista/frame.png) no-repeat;
    z-index: 10001;
}

/* header */
.datepicker_vista .header {
    position: relative;
    height: 15px;
    margin-bottom: 5px;
    padding-top: 1px;
}

.datepicker_vista .header .title {
    text-align: center;
    margin: 0 18px 0 18px;
}

.datepicker_vista .header .titleText {
}

.datepicker_vista .header .previous,
.datepicker_vista .header .next,
.datepicker_vista .header .closeButton {
    position: absolute;
    cursor: pointer;
    text-indent: -40px;
    overflow: hidden;
    width: 12px;
    height: 12px;
    top: 2px;
    background : url(../images/datepicker_vista/buttons.png) no-repeat left top;
}

.datepicker_vista .header .previous {
    left: 4px;
}
.datepicker_vista .header .previous:hover {
    background-position: left bottom;
}
.datepicker_vista .header .next {
    right: 4px;
    background-position: -13px top;
}
.datepicker_vista .header .next:hover {
    background-position: -13px bottom;
}
.datepicker_vista .header .closeButton {
    display: none;
    right: 0;
    top: 0;
    background-position: right top;
}
.datepicker_vista .header .closeButton:hover {
    background-position: right bottom;
}

/* body */
.datepicker_vista .body {
    position: relative;
    top: 0;
    left: 2px;
    width: 168px;
    height: 112px;
    overflow: hidden;
}

/* time */
.datepicker_vista .time {
    position: relative;
    width: 100%;
    height: 100%;
}

.datepicker_vista .time .hour,
.datepicker_vista .time .separator,
.datepicker_vista .time .minutes {
    border: 1px solid #ccc;
    width: 50px;
    height: 45px;
    font-size: 32px;
    position: absolute;
    top: 10px;
    text-align: center;
    padding: 2px;
    /*height:auto;*/
}

.datepicker_vista .time .hour {
    left: 15px;
}
.datepicker_vista .time .separator {
    background: transparent;
    border: 0;
    width: 10px;
    left: 76px;
}

.datepicker_vista .time .minutes {
    left: 95px;
}
.datepicker_vista .time .ok {
    position: absolute;
    top: 65px;
    width: 136px;
    left: 15px;
    font-size: 20px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
    border: 1px solid #808080;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 3px 6px;
    vertical-align: middle;
}
.datepicker_vista .time .ok:focus, .datepicker_vista .time .ok:hover {
    color:#FFFFFF !important;
    background : #03AFAC none !important;
    border-color: transparent;
    box-shadow: 0 0 8px #54C2C0;
}

/* days-grid */
.datepicker_vista .days .day {
    float: left;
    text-align: center;
    overflow: hidden;
    width: 24px;
    height: 15px;
}
.datepicker_vista .days .titles {
    height: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1px;
}
.datepicker_vista .days .day0 {
    margin-right: 0;
}

.datepicker_vista .days .week5 .day {
    margin-bottom: 0;
}

/* days-colors */
.datepicker_vista .days .week .day {
    cursor: pointer;
}
.datepicker_vista .days .week .day:hover {
    background: url(../images/datepicker_vista/days.png) left top no-repeat;
    color: #0084AA;
}

.datepicker_vista .days .otherMonth {
    color: #aaa;
}

.datepicker_vista .days .selected {
    background: url(../images/datepicker_vista/days.png) left bottom no-repeat;
    color: #316879;
}

/* months-grid */
.datepicker_vista .months .month {
    float: left;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    width: 56px;
    overflow: hidden;
    height: 27px;
}

.datepicker_vista .months .month3,
.datepicker_vista .months .month6,
.datepicker_vista .months .month9,
.datepicker_vista .months .month12 {
    margin-right: 0;
}

.datepicker_vista .months .month10,
.datepicker_vista .months .month11,
.datepicker_vista .months .month12 {
    margin-bottom: 0;
}

/* months-colors */
.datepicker_vista .months .month:hover {
    background: url(../images/datepicker_vista/months.png) left top no-repeat;
    color: #0084AA;
}

.datepicker_vista .months .selected {
    background: url(../images/datepicker_vista/months.png) left bottom no-repeat;
    color: #316879;
}

/* years-grid */
.datepicker_vista .years .year {
    float: left;
    cursor: pointer;
    text-align: center;
    padding-top: 6px;
    width: 33px;
    overflow: hidden;
    height: 27px;
}

.datepicker_vista .years .year4,
.datepicker_vista .years .year9,
.datepicker_vista .years .year14,
.datepicker_vista .years .year19 {
    margin-right: 0;
}

.datepicker_vista .years .year15,
.datepicker_vista .years .year16,
.datepicker_vista .years .year17,
.datepicker_vista .years .year18,
.datepicker_vista .years .year19 {
    margin-bottom: 0;
}

/* years-colors */
.datepicker_vista .years .year:hover {
    background: url(../images/datepicker_vista/years.png) left top no-repeat;
    color: #0084AA;
}

.datepicker_vista .years .selected {
    background: url(../images/datepicker_vista/years.png) left bottom no-repeat;
    color: #316879;
}

/* global */
.datepicker_vista .unavailable {
    background: none !important;
    color: #fbb !important;
    cursor: default !important;
}

.datepicker_vista table {
    border-spacing: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}
.datepicker_vista table tr {
    background-color: transparent;
}
.datepicker_vista td, .datepicker_vista th {
    line-height: normal;
}

.datepicker_vista th,
.datepicker_vista td {
    padding: 0;
}

/* Date Select Element ====================================================================================================== */

input.inputButton.dateButton {
    background-position:-99px -119px;
}
input.inputButton.dateButton.over {
    background-position:-99px -99px;
}
input.inputButton.dateButton.disabled {
    background-position:-99px -139px;
}

/* Color Picker Element ====================================================================================================== */

div.inputButton.colorPickerButton {
    width: 22px;
    height: 33px;
    position:relative;
    left:-22px;
    padding:0;
    margin:0 -22px 0 0;
    vertical-align:top;
    display: inline-block;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 1;
    pointer-events: none;
}
.dataTableDBField.colorPickerButton{
    height: 33px;
}
.mooRainbow {
    z-index: 10001;
}
.moor-box {
    width            : 123px;
    height           : 88px;
    border           : 1px solid #636163;
    background-color : #f9f9f9;
}
.moor-overlayBox {
    width       : 80px; /* Width and Height of the overlay must be setted here: default 256x256 */
    height      : 80px;
    margin-top  : 3px;
    margin-left : 3px;
    border      : 1px solid #000;
}
.moor-slider {
    border      : 1px solid #000;
    margin-top  : 3px;
    margin-left : 86px;
    width       : 10px; /* if you want a bigger or smaller slider... */
    height      : 80px;
}
.moor-colorBox {
    /*display: none;*/
    visibility  : hidden;
    border      : 1px solid #000;
    width       : 59px;
    height      : 68px;
    margin-top  : 20px;
    margin-left : 315px;
}

.moor-currentColor {
    /* Bottom Box Color, the backup one */
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 55px;
    margin-left : 316px;
    width       : 59px;
    height      : 34px;
}
.moor-okButton {
    visibility : hidden;
    font-family       : Tahoma;
    font-weight       : bold;
    font-size         : 8px;
    margin-top        : 90px;
    margin-left       : 3px;
    background        : #e6e6e6;
    height            : 15px;
    border            : 1px solid #d6d6d6;
    border-left-color : #f5f5f5;
    border-top-color  : #f5f5f5;
}
/* Following are just <label> */
.moor-rLabel {
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 100px;
    margin-left : 315px;
}
.moor-gLabel {
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 125px;
    margin-left : 315px;
}
.moor-bLabel {
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 150px;
    margin-left : 315px;
}
.moor-HueLabel {
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 190px;
    margin-left : 315px;
}
span.moor-ballino {
    /* Style hue ° (degree) !! */
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 190px;
    margin-left : 370px;
}
.moor-SatuLabel {
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 215px;
    margin-left : 315px;
}
.moor-BrighLabel {
    /*display: none;*/
    visibility  : hidden;
    margin-top  : 240px;
    margin-left : 315px;
}
.moor-hexLabel {
    visibility : hidden;
    font-size   : 0px;
    margin-top  : 90px;
    margin-left : 70px;
}

/* <input> */
.moor-rInput, .moor-gInput, .moor-bInput, .moor-HueInput, .moor-SatuInput, .moor-BrighInput {
    /*display: none;*/
    visibility : hidden;
    width      : 30px;
}
.moor-hexInput {
    visibility : hidden;
    font-size : 9px;
    width     : 45px;
}
.moor-cursor {
    /*background-image: url(images/moor_cursor.gif); */
    width  : 12px;
    height : 12px;
}
.moor-arrows {
    /*display: none;*/
    background-image: url(../images/moor_arrows.gif);
    top        : 9px;
    left       : 83px;
    width      : 16px;
    height     : 7px;
    z-index: 3 !important;
}

.moor-chooseColor {
    margin-left : 100px;
    margin-top  : 3px;
    width       : 20px;
    height      : 82px;
}

/* Language Text Element ====================================================================================================== */

input.inputButton.languageTextButton {
    background-position:-119px -119px;
}
input.inputButton.languageTextButton.over {
    background-position:-119px -99px;
}
input.inputButton.languageTextButton.disabled {
    background-position:-119px -139px;
}
.languageTextPopupInput {
    width: 100%;
}

/* Email Element ==================================================================================================== */

input.inputButton.emailButton {
    background-position:-179px -19px;
}
input.inputButton.emailButton.over {
    background-position:-179px 1px;
}
input.inputButton.emailButton.disabled {
    background-position:-179px -39px;
}

/* Document Structure ==================================================================================================== */

.documentStructure .noSuffix {
    padding-top: 9px;
}
.documentStructure .linkedIssue {
    height: 36px !important;
    padding-top: 0;
}
.documentStructure ul.list {
    display: inline-block;
    list-style: none outside none;
    padding: 0;
    margin:0;
    vertical-align: top;
}
.documentStructure ul {
    display: inline-block;
    list-style: none outside none;
    padding-left: 0;
    vertical-align: middle;
}
.documentStructure div {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    vertical-align: top;
    width: 100px;
    text-align: center;
}
div.documentStructure:nth-of-type(1) {
    text-align: center;
}
.documentStructure div.currentElement a{
    font-weight: bold;
    color:#006600 ;
}
.documentStructure div.currentElement a.undeliveredOrder {
    color: #FF0000FF;
}
.documentStructure div.haschild {
    background: url("../images/treeRoot.png") no-repeat scroll right center transparent;
    padding-right: 10px;
}

.documentStructure div.joined {
    background: url("../images/treeMiddleB.png") no-repeat right center transparent;
    padding-right: 10px;
}
.documentStructure div.startJoin{
    background: url("../images/treeTopB.png") no-repeat right center transparent;
    padding-right: 10px;
}

.documentStructure div.endJoin{
    background: url("../images/treeBottomB.png") no-repeat right center transparent;
    padding-right: 10px;
}

.documentStructure div.clientIssues {
    height: auto !important;
    width: 200px !important;
}
.documentStructure div.clientIssues div {
    width: 200px !important;
}

.documentStructure div.issues {
    height: auto !important;
}

.documentStructure div.issue {
    margin-top: 8px;
}
.documentStructure > ul.list > li{
    padding-left: 0;
    background: none !important;
    vertical-align: top;
}
.documentStructure > ul.list {
    list-style: none outside none;
    padding: 0;
}
.documentStructure ul.group {
    padding: 0;
    margin:0;
}
.documentStructure ul.group > li {
    list-style: none outside none;
    background: none;
    padding-left: 0;
}
.documentStructure > ul.list > li > div{
    width: 200px;
}
.documentStructure li {
    padding-left: 10px;
    text-align: left;
    background: url("../images/treeMiddle.png") no-repeat scroll left -482px transparent;
}
.documentStructure li.CurrentBranch{
    background-color: #D4D4D4 !important;
}
.documentStructure li.top{
    background: url("../images/treeTop.png") no-repeat scroll left -482px transparent;
}
.documentStructure li.bottom{
    background: url(../images/treeBottom.png) no-repeat left top;
}
.documentStructure li.only{
    background: url("../images/treeRoot.png") no-repeat scroll left 17px transparent;
}
.documentStructure li.topVert{
    background: url("../images/treeTopVert.png") no-repeat scroll left top transparent !important;
}
.documentStructure li.middleVert{
    background: url(../images/treeVertLine.png) no-repeat left !important;
}
.documentStructure li.group{
    background: none;
    padding: 0;
}
.documentStructure li.group > ul{
    padding: 0;
}

.documentStructure .undeliveredOrder {
    color: #FF0000FF;
}


/* Tree ============================================================================================================= */

.treeSelectionContainer {
    padding-left: 310px;
}
.treeSelectionDisplayArea {
    float: right;
    width: 100%;
}
.tree {
    border:1px solid #808080;
    overflow : auto;
}
.tree.hasSelectionDisplayArea {
    float:left;
    margin-left:-310px;
    width: 300px;
}
/*@global*/
.mif-tree-wrapper{
    position: relative;
    width: 100%;
    height:100%;
    margin:0;
    padding:0;
    overflow:auto;
    font-family:sans-serif;
    font-size: 12px;
    line-height:18px;/******Tree node height******/
    white-space:nowrap;
    cursor:default;
}
.mif-tree-bg{
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
}
.mif-tree-bg-container{
    width:100%;
    display:none;
}
.mif-tree-bg-node{
    width:100%;
    height:18px;
}
.mif-tree-bg-selected{
    background-color:#dcd7ab;
}
.mif-tree-wrapper:focus{
    outline:0;
}
.mif-tree-wrapper span{
    padding-bottom:2px;
    padding-top:2px;
    cursor:inherit;
}
.mif-tree-children{
    padding-left:18px;
    width:18px;
}
.mif-tree-node{
    width:18px;
    position:relative;
    background:url('../images/Mif.Tree/line.gif') repeat-y 8px 0;
}
.mif-tree-node-last{
    background:url('../images/Mif.Tree/line.gif') no-repeat 8px 0;
}
.mif-tree-name{
    cursor: default;
    overflow:hidden;
    margin-left:4px;
}
.mif-tree-name a{
    color:red;
}
.mif-tree-name a:hover{
    color:blue;
}
.mif-tree-wrapper .mif-tree-node-wrapper{
    background:url('../images/Mif.Tree/horizontal-line.gif') no-repeat 9px center;
}
/*@gadjets*/
.mif-tree-gadjet{
    background-image:url('../images/Mif.Tree/gadjets.gif');
    padding-right: 16px;
    z-index:1;
    overflow:hidden;
    background-repeat:no-repeat;
    cursor:default;
}
.mif-tree-gadjet-none{
    background:none;
}
.mif-tree-gadjet-minus{
    background-position: 0 50%;
}
.mif-tree-gadjet-plus{
    background-position: -18px 50%;
}
.mif-tree-gadjet-middle{
    background-position: -36px 50%;
}
.mif-tree-gadjet-hover .mif-tree-gadjet-minus{
    background-position: -54px 50%;
}
.mif-tree-gadjet-hover .mif-tree-gadjet-plus{
    background-position: -72px 50%;
}
.mif-tree-gadjet-hover .mif-tree-gadjet-middle{
    background-position: -90px 50%;
}
/*.mif-tree-gadjet-hover{
	background-image:url('../images/Mif.Tree/gadjets-hover.gif');
	}*/
/*@icons*/
.mif-tree-icon{
    padding-right:18px;
    background-position:0 50%;
    background-repeat:no-repeat;
    cursor:inherit;
}
.mif-tree-open-icon{
    background-image:url('../images/Mif.Tree/openicon.gif')
}
.mif-tree-close-icon{
    background-image:url('../images/Mif.Tree/closeicon.gif')
}
.mif-tree-middle-icon{
    /*background-image:url('../images/Mif.Tree/middleicon.gif');*/
}
.mif-tree-loader-open-icon,.mif-tree-loader-close-icon{
    background-image:url('../images/Mif.Tree/mootree_loader.gif');
}
.mif-tree-book-icon{
    background-image:url('../images/Mif.Tree/book_icon.gif');
}
.mif-tree-bin-open-icon{
    background-image:url('../images/Mif.Tree/bin_open_icon.gif');
}
.mif-tree-bin-close-icon{
    background-image:url('../images/Mif.Tree/bin_close_icon.gif');
}
.mif-tree-bin-middle-icon{
    background-image:url('../images/Mif.Tree/bin_middle_icon.gif');
}
.mif-tree-file-icon{
    background-image:url('../images/Mif.Tree/file.gif')
}
/*@selection*/
.mif-tree-node-selected .mif-tree-name{
    background-color: #010161;
    color:#fff;
    font-style: italic;
}
.mif-tree-highlighter{
    height:18px;
    overflow:hidden;
    width:100%;
    background:#b64553;
    position:absolute;
}
/*@d'n'd*/
.mif-tree-pointer{
    height:1px;
    overflow: hidden;
    position: absolute;
    background-image:url('../images/Mif.Tree/1.gif');
    background-repeat:repeat-x;
    background-color:#292fef;
}
.mif-tree-ghost{
    background-color:#fff;
    border:solid 2px #e8e8f7;
    padding-left:2px;
    position:absolute;
}
.mif-tree-ghost .mif-tree-node-wrapper{
    background:none;
}
.mif-tree-ghost span.mif-tree-text{
    padding-top:1px;
    padding-bottom:1px;
}
.mif-tree-ghost-icon{
    padding-left:16px;
    background-color:#fff;
    background-repeat:no-repeat;
    background-image:url('../images/Mif.Tree/dropzone.gif');
}
.mif-tree-ghost-after{
    background-position:-64px 2px;
}
.mif-tree-ghost-before{
    background-position:-48px 2px;
}
.mif-tree-ghost-between{
    background-position:-16px 2px;
}
.mif-tree-ghost-inside{
    background-position:-0px 2px;
}
.mif-tree-ghost-notAllowed{
    background-position:-32px 2px;
}
.mif-tree-drag-current{
    background-color:#cfcfd8;
}
.mif-tree-replace{
    background-color:#99c8fb;
}
/*@checkbox*/
.mif-tree-checkbox{
    padding-left:18px;
    background-image:url('../images/Mif.Tree/checkboxes.gif');
    background-repeat: no-repeat;
}
.mif-tree-node-checked{
    background-position:0px center;
}
.mif-tree-node-unchecked{
    background-position:-18px center;
}
.mif-tree-node-nochecked{
    background-position:-108px center;
}
.mif-tree-hover-checkbox .mif-tree-node-checked{
    background-position:-36px center;
}
.mif-tree-hover-checkbox .mif-tree-node-unchecked{
    background-position:-54px center;
}
.mif-tree-node-partially{
    background-position:-72px center;
}
.mif-tree-node-partially-selected, .mif-tree-hover-checkbox .mif-tree-node-partially{
    background-position:-90px center;
}
.mif-tree-node-checked-selected{
    background-position:-36px center;
}
.mif-tree-node-unchecked-selected{
    background-position:-54px center;
}
/*@rename*/
.mif-tree-rename{
    display: inline;
    line-height: 14px;
    height:14px;
    cursor: default;
    overflow:hidden;
    font-family:sans-serif;
    font-size:11px;
    padding:1px 0;
    border:solid 1px black;
}

/* Email Form */

form.sendMail {
    width: auto !important;
}
.emailFormField {
    width:500px !important;
}
div.messageGood {
    background-color:#009900;
    color:#FFFFFF;
}
div.messageBad {
    background-color:#FF0000;
    color:#FFFFFF;
}

/* Calendar Report */
.calendar{
    background-color: #C3C3C3;
    border: 1px solid #808080;
    overflow: auto;

}
.calendar table {
    margin: auto;
    background-color: #FFFFFF;
}
.calendar table th {
    background: url("../images/table-head.gif") repeat-x scroll center bottom #E5E5E5;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
    left: 0;
    padding: 2px 5px;
    top: 0;
    z-index: 1;
    width: 14% !important;
    text-align: center;
}
.calendar table td{
    border-right: 1px solid #CCCCCC;
}
.calendar .calendarTime {
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
    vertical-align: top;
}
.calendar .calendarInfo {
    display: inline-block;
}
.calendar .calendarItem {
    border-bottom: 1px solid #CCCCCC;
    padding-right: 5px;
}
.calendar tr td.calendarItem{
    background-color: #E5E5E5;
}
.calendar tr:nth-child(odd) td.calendarItem{
    background-color: #F3F3F3;
}

/* BOM Calculator =================================================================================================== */
#panelLayout * {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
#panelLayout .container {
    margin-left  : auto;
    margin-right : auto;
}
#panelLayout .resultContainer {
    padding-top : 20px;
    text-align  : right;
}
#panelLayout .result {
    font-weight : bold;
    font-size   : large;
    width       : 100px;
    float       : right;
    text-align  : right;
}
#panelLayout .measure {
    font-weight  : bold;
    font-size    : large;
    width        : 70px;
    float        : right;
    text-align   : left;
    padding-left : 5px;
}
#panelLayout .clear {
    clear : both;
}
#panelLayout input.small {
    width : 100px !important;
}
#panelLayout select.small {
    width : 104px !important;
}
#panelLayout span.small {
    font-size : 10px;
}

#panelLayout .expandMenu__menu {
    display: none;
    position: absolute;
    background-color: white;
    border: 2px solid black;
    padding: 2px;
}
#panelLayout .expandMenu:hover > .expandMenu__menu {
    display: block;
}
#panelLayout .expandMenu__menu > div {
    cursor: pointer !important;
    display: block !important;
    position: static !important;
    margin: 3px 0;
    width: 50px;
    height: 50px;
}

#InverterTabsContainer ol.manualInverters, #InverterTabsContainer .manualPowerBoxes, ul.brandSelector, ul.articleGroupSelector {
    margin : 0 auto;
    width  : 350px;
	}
	ul.brandSelector{
		list-style: none;
}
    ul.articleGroupSelector{
        list-style:none;
    }
#InverterTabsContainer ol.manualStrings {
    margin-left: 20px;
}
#InverterTabsContainer ol.manualStrings .manualStringPanels {
    width : 55px !important;
}
#InverterTabsContainer ol.manualStrings .manualStringGroup {
    width : 78px !important;
}
#InverterTabsContainer .manualAddStringsNr {
    background-color : transparent !important;
    border           : none !important;
    width            : 18px !important;
    height           : 14px !important;
    margin           : 0 !important;
    padding          : 0 !important;
    display          : none;
}

/* Panel layout */
#panelLayout .drawingAreaContainer {
    position         : relative;
    border           : 1px solid;
    background-color : #FFFFFF;
    overflow         : auto;
    height           : 500px;
    z-index          : 10000;
}
#drawingArea {
    height           : 100%;
    width            : 100%;
    overflow         : auto;
    position         : absolute;
    -moz-user-select : -moz-none;
}
#panelLayout .drawingAreaContent {
    /*padding:10px 45px;
		position:absolute;*/
    margin : 0 auto;
}
#panelLayout .drawingAreaContainerMaximised {
    height   : 100%;
    width    : 100%;
    position : fixed !important;
    left     : 0;
    top      : 0;
}
#drawingArea {
}
#panelLayout .maximize {
    background          : url(../images/BOMCalculator-Maximize.gif) no-repeat left top;
    width               : 20px;
    height              : 20px;
    position            : absolute;
    top                 : 0;
    right               : 17px;
    cursor              : pointer;
    z-index             : 1001;
}
#panelLayout .shortcutsTitle {
    width       : 100px;
    font-weight : bold;
    cursor      : pointer;
    margin      : 20px auto 5px auto;
    text-align  : center;
}
#panelLayout .shortcuts {
    font-size      : 12px;
    font-family    : Arial, Helvetica, sans-serif;
    width          : 400px;
    margin         : 0 auto;
    padding-bottom : 10px;
}
#panelLayout .bomShortcut {
    float       : left;
    width       : 130px;
    font-weight : bold;
}
#installationInfo, .installationInfo {
    text-align	: center;
    margin      : 0 auto;
    font-size   : 12px;
    font-family : Arial, Helvetica, sans-serif;
}
#panelLayout .installationInfoCell {
}
#panelLayout .installationInfoName {
    display       : inline;
    text-align    : right;
    padding-right : 3px;
}
#panelLayout .installationInfoValue {
    display       : inline;
    padding-right : 10px;
}
#roofContainerContainer {
    position : relative;
    margin   : 30px 85px 12px 45px;
    border   : 2px dashed #DDDDDD;
}
#roofContainer {
    position : relative;
    width    : 100%;
    height   : 100%;
}
#panelLayout .deviceIcon {
    width               : 25px;
    height              : 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position            : absolute;
    left                : 0;
    top                 : 0;
    z-index             : 10;
    cursor              : move;
    display             : none;
    font-weight         : bold;
    text-align          : center;
}
#panelLayout .deviceIcon[deviceType="grounding"] {
    background-image    : url(../images/BOMCalculator-Grounding.png);
}
#panelLayout .deviceIcon[deviceType="distribution"] {
    background-image    : url(../images/BOMCalculator-DistributionBox.png);
}
#panelLayout .deviceIcon[deviceType="inverter"] {
    background-image    : url(../images/BOMCalculator-inverter.gif);
}
#panelLayout .deviceIcon[deviceType="panel"] {
    background-image    : url(../images/BOMCalculator-Panel.png);
	}
#panelLayout .deviceIcon[deviceType="inverterHybrid"] {
    background-image    : url(../images/BOMCalculator-inverter-hybrid.gif);
}
#panelLayout .deviceIcon[deviceType="groundBreaker"] {
    background-image    : url(../images/BOMCalculator-groundbreaker.png);
}
#panelLayout .deviceIcon[deviceType="battery"] {
    background-image    : url(../images/BOMCalculator-Battery.png);
}
#panelLayout .deviceIcon[deviceType="battery"] {
    background-image    : url(../images/BOMCalculator-Battery.png);
}
#panelLayout .deviceIcon[deviceType="chargingStation"] {
    background-image    : url(../images/BOMCalculator-ChargingStation.png);
}
#panelLayout .deviceIcon[deviceType="counter"] {
    background-image    : url(../images/BOMCalculator-Counter.png);
}
#panelLayout .deviceIconInactive {}
#panelLayout .deleteToolDeviceIcon {
    color: red;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: -1.25rem;
    left: 0;
    padding-bottom: 2px;
    cursor: pointer;
}
#panelLayout .deleteToolDeviceIcon:before {
    content: '\1F5D9';
}
#panelLayout .device .deleteToolDeviceIcon {
    display: none !important;
}
#panelLayout .roof {
    position          : absolute;
    background-repeat : repeat;
}
#panelLayout .roofPanelGroups {
    background : #DDDDDD none !important;
}
#panelLayout .roofStringLayout {
    background : #DDDDDD none !important;
}
#panelLayout .roofElectricalLayout {
    background : #DDDDDD none !important;
}
#panelLayout .room {
    background: #fff none !important;
    box-shadow: inset 0 0 0 10px #bbb;
}
#panelLayout .roofDakdoorvoer {
    width               : 20px;
    height              : 20px;
    background          : url(../images/BOMCalculator-Dakdoorvoer.gif) left top;
    position            : absolute;
    left                : 0;
    top                 : 0;
    z-index             : 10;
    cursor              : move;
    display             : none;
}
#panelLayout .roofLabel {
    position         : absolute;
    z-index          : 100;
    outline: 3px solid black;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0 3px;
    font-size: 1rem;
    line-height: 1;
}
#panelLayout .labelContent {
    user-select: text;
    font-family: Courier;
}
#panelLayout .roofLabelInactive {
    outline: none;
    background-color: transparent;
}
#panelLayout .roomElement {
    position         : absolute;
    z-index          : 90;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left                : 0;
    top                 : 0;
    cursor              : move;
    transform-origin: top left;
}
#panelLayout .roomElement[rotation="0"] {
    transform: rotate(0);
}
#panelLayout .roomElement[rotation="90"] {
    transform: rotate(90deg);
}
#panelLayout .roomElement[rotation="180"] {
    transform: rotate(180deg);
}
#panelLayout .roomElement[rotation="270"] {
    transform: rotate(270deg);
}
#panelLayout .roomElementInactive {}
#panelLayout .roomElement[elementType="door"] {
    width: 50px;
    height: 10px;
}
#panelLayout .roomElement[elementType="door"]:after {
    content: "";
    display: block;
    width: 100%;
    height: 250%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/BOMCalculator-Door.png);
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
}
#panelLayout .roomElement[elementType="gate"] {
    width: 125px;
    height: 10px;
    background-image: url(../images/BOMCalculator-Gate.png);
}
#panelLayout .roomElement[elementType="stairs"] {
    width: 100px;
    height: 50px;
    background-image: url(../images/BOMCalculator-Stairs.png);
}
#panelLayout .series {
    position         : absolute;
    background-image : url(../images/BOMCalculator-SeriesBackground.png);
    z-index          : 100;
}
	#panelLayout .seriesOverlay, #panelLayout .roofOverlay {
    background-color : #BBBBBB;
		opacity          : 0.55;
    width            : 100%;
    height           : 100%;
    text-align       : center;
		line-height      : 1.2;
    position         : absolute;
    top              : 0;
    left             : 0;
		z-index          : 1000;
    cursor           : default;
        font-weight: bold;
        color: black;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
}
#panelLayout .seriesOverlayForStringLayout {
    background-color : transparent !important;
    opacity          : 1 !important;
    z-index          : auto !important;
}
#panelLayout .seriesInactive {
    background-image : none;
}
#panelLayout .seriesOut {
    background-image : url(../images/BOMCalculator-SeriesOutBackground.png);
}
#panelLayout .row {
    clear       : both;
    position    : relative;
    white-space : nowrap;
    max-width: 100%;
}
#panelLayout .panelShift {
    float    : left;
    position : relative;
}
#panelLayout .rail {
    position         : absolute;
    background-color : #DDDDDD;
}
#panelLayout .railBlack {
    background-color : #000000;
}
#panelLayout .railStringLayout {
    display : none;
}
#panelLayout .cell {
    float               : left;
    position            : relative;
    background : no-repeat -1000px;
    overflow: hidden;
}
#panelLayout .panel {
    background-position : center !important;
    border: none;
}
#panelLayout .panel.stringSelected {
    background-image : none !important;
}
#panelLayout .panelOverlay {
    width       : 100%;
    height      : 100%;
    text-align  : center;
    line-height : 0;
    cursor      : default;
}
#panelLayout .panelObstacle {
    background-color : #000000;
    opacity          : 1 !important;
}
#panelLayout .optimizer:after {
    content: '';
    background-image: url(https://happerp.com/images/PanelOptimizer.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    pointer-events: none;
}
#panelLayout .panelSpaceVertical {
    clear : both;
}

#panelLayout .drawingAreaContainer.print .seriesOverlayForStringLayout, .drawingAreaContainer.print #roofContainerToolbar, .drawingAreaContainer.print .maximize, .drawingAreaContainer.print .installationInfo, .drawingAreaContainer.print #installationInfo, .drawingAreaContainer.print .shortcutsTitle, .drawingAreaContainer.print .shortcuts {
    display : none;
}
#panelLayout .drawingAreaContainer.print .panelOverlay {
    border : 1px solid #000000;
}

/* general tools */
#panelLayout .roofContainerToolbar {
    background-color : #FFFFFF;
    border-bottom    : 2px solid #000000;
    border-right     : 2px solid #000000;
    padding          : 1px;
    position         : absolute;
    z-index          : 1001;
}
#panelLayout .zoomIn {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-ZoomInTool.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
#panelLayout .zoomOut {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-ZoomOutTool.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
#panelLayout .toolSeparator {
    width            : 2px;
    height           : 18px;
    background-color : #333333;
    float            : left;
    margin           : 0 5px;
}
#panelLayout .addRoof {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-AddRoofTool.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
#panelLayout .addDeviceIcon {
    display     : none;
    float: left;
}
#panelLayout .addDeviceIcon .expandMenu__button {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-AddDeviceIconTool.gif) no-repeat bottom left;
}
#panelLayout .externalPanelLayoutService {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-ExternalPanelLayoutServiceTool.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
	#panelLayout .switchLayoutTemplates {
		width               : 18px;
		height              : 18px;
		background          : url(../images/BOMCalculator-LayoutTemplatesOff.gif) no-repeat bottom left;
		cursor              : pointer;
		float               : left;
	}
	#panelLayout .switchLayoutTemplatesOn {
		background-image : url(../images/BOMCalculator-StringLayoutOn.gif);
	}
#panelLayout .switchPanelGroups {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-PanelGroupsOff.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
#panelLayout .switchPanelGroupsOn {
    background-image : url(../images/BOMCalculator-StringLayoutOn.gif);
}
#panelLayout .switchStringLayout {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-StringLayoutOff.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
#panelLayout .switchStringLayoutOn {
    background-image : url(../images/BOMCalculator-StringLayoutOn.gif);
}
#panelLayout .switchElectricalLayout {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-ElectricalLayoutOff.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
}
#panelLayout .switchElectricalLayoutOn {
    background-image : url(../images/BOMCalculator-StringLayoutOn.gif);
}

	#inverters, #strings, #groups, #layoutTemplates {
    float       : left;
    display     : none;
    font-size   : 11px;
        height: 18px;
        margin: 0;
}
#inverters {
    width : 150px;
}
#strings {
    width : 175px;
}
#groups {
    width : 70px;
}
	#layoutTemplates {
		width : 150px;
	}
#stringColor {
    float       : left;
    margin-left : 3px;
    display     : none;
    width       : 15px;
    height      : 15px;
    border      : 1px solid #000000;
    opacity     : 0.5;
}
#panelLayout .addString {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-AddString.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
    margin-left         : 3px;
    display             : none;
}
#panelLayout .removeString {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-RemoveString.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
    margin-left         : 3px;
    display             : none;
}
	#panelLayout .addGroup, #panelLayout .addLayoutTemplate {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-AddGroup.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
    margin-left         : 3px;
    display             : none;
}
	#panelLayout .removeGroup, #panelLayout .removeLayoutTemplate {
    width               : 18px;
    height              : 18px;
    background          : url(../images/BOMCalculator-RemoveGroup.gif) no-repeat bottom left;
    cursor              : pointer;
    float               : left;
    margin-left         : 3px;
    display             : none;
}
	#groupColor, #layoutTemplateColor {
    float       : left;
    margin-left : 3px;
    display     : none;
    width       : 15px;
    height      : 15px;
    border      : 1px solid #000000;
    opacity     : 0.5;
}
    #panelLayout #editLayoutTemplate {
        display     : none;
        width               : 18px;
        height              : 18px;
        background          : url(../images/BOMCalculator-EditLayoutTemplateTool.gif) no-repeat bottom left;
        cursor              : pointer;
        float               : left;
    }
    #layoutTemplateCopies {
        float               : left;
        display: none;
    }
    #layoutTemplateCopies var {
        font-weight: bold;
    }

/* roof tools */
#panelLayout .roofMoveToolRoof {
    cursor              : move;
    background          : url(../images/BOMCalculator-RoofHeaderCenter.gif) repeat-x bottom left;
    width               : 100%;
    height              : 17px;
    position            : absolute;
    left                : 0;
    top                 : -17px;
    opacity             : 0.8;
}
#panelLayout .roofMoveToolLeft {
    background          : url(../images/BOMCalculator-RoofHeaderLeft.gif) repeat bottom left;
    height              : 17px;
    width               : 8px;
    position            : absolute;
    left                : -8px;
    float               : left;
}
#panelLayout .roofMoveToolInfo {
    color       : #FFFFFF;
    font-size   : 12px;
    line-height : 15px;
    font-weight : bold;
    height      : 17px;
    overflow    : hidden;
}
#panelLayout .roofDeleteToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-RoofHeaderDelete.gif) no-repeat bottom left;
    height              : 17px;
    width               : 16px;
    position            : absolute;
    right               : -16px;
    top                 : -17px;
    opacity             : 0.8;
}
#panelLayout .addSeriesToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-AddSeries.gif) no-repeat top right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    top                 : 0;
    padding             : 1px 0 0 0;
}
#panelLayout .addLabelToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-AddLabel.gif) no-repeat top right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    top                 : 0;
    padding             : 1px 0 0 0;
}
#panelLayout .obstaclesToolRoof {
    height   : 17px;
    width    : 17px;
    position : absolute;
    right    : -20px;
    top      : 18px;
    overflow : hidden;
    padding  : 1px 0 0 3px;
}
#panelLayout .obstaclesToolRoof[bigRoofTool] {
    top      : 34px;
}
#panelLayout .obstaclesToolRoofOver {
    width : 34px !important;
    right : -37px !important;
}
#panelLayout .obstaclesToolRoofOver[bigRoofTool] {
    width : 66px !important;
    right : -72px !important;
}
#panelLayout .addObstacleToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-AddObstacle.gif) no-repeat top left;
    float               : left;
    height              : 17px;
    width               : 17px;
}
#panelLayout .addObstacleToolRoofOver {
    background-image : url(../images/BOMCalculator-AddObstacleOn.gif);
}
#panelLayout .addRectangleToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-AddRectangle.gif) no-repeat top left;
    float               : left;
    height              : 17px;
    width               : 17px;
}
#panelLayout .addRectangleToolRoofOver {
    background-image : url(../images/BOMCalculator-AddRectangleOn.gif);
}
#panelLayout .deleteObstacleToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-DeleteObstacle.gif) no-repeat top right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    top                 : 36px;
    padding             : 1px 0 0 0;
}
#panelLayout .deleteObstacleToolRoof[bigRoofTool] {
    top      : 68px;
}
#panelLayout .deleteObstacleToolRoofOver {
    background-image : url(../images/BOMCalculator-DeleteObstacleOn.gif);
}
#panelLayout .switchRoofCoverOrientationToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SwitchRoofCoverOrientation.gif) no-repeat bottom right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    bottom              : 18px;
    padding             : 1px 0 0 0;
}
#panelLayout .switchRoofCoverOrientationToolRoof[bigRoofTool] {
    bottom      : 34px;
}
#panelLayout .switchRoofCoverTypeToolRoof {
    height   : 17px;
    width    : 20px;
    position : absolute;
    right    : -20px;
    bottom   : 0;
    padding  : 1px 0 0 0;
    overflow : hidden;
}
#panelLayout .switchRoofCoverTypeButtonToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SwitchRoofCoverType.gif) no-repeat bottom right;
    height              : 17px;
    width               : 20px;
}
#panelLayout .switchRoofCoverTypeListToolRoof {
    cursor           : pointer;
    font-size        : 12px;
    width            : 150px;
    background-color : #FFFFFF;
    border           : 1px solid #000000;
}
#panelLayout .switchListOver {
    overflow : visible !important;
}
#panelLayout .switchListItem {
    padding : 1px 2px;
    border-top: 1px solid hsl(0deg 0% 0% / 10%);
}
#panelLayout .switchListItemOver {
    background-color : #0066FF;
    color            : #FFFFFF;
}
#panelLayout .switchListItemSelected {
    background-color : #000000 !important;
    color            : #FFFFFF !important;
}
#panelLayout .sizeHToolRoof {
    background          : url(../images/BOMCalculator-SizeHorizontalCenter.gif) repeat-x top;
    height              : 12px;
    position            : absolute;
    bottom              : -12px;
    text-align          : center;
    width               : 100%;
}
#panelLayout .sizeHToolLeft {
    background          : url(../images/BOMCalculator-SizeHorizontalLeft.gif) no-repeat left top;
    width               : 7px;
    height              : 12px;
    float               : left;
}
#panelLayout .sizeHToolRight {
    background          : url(../images/BOMCalculator-SizeHorizontalRight.gif) no-repeat right top;
    width               : 7px;
    height              : 12px;
    float               : right;
}
#panelLayout .sizeHToolValue {
    height      : 14px !important;
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    border      : 0 none !important;
    padding     : 0 !important;
    width       : 50px !important;
    text-align  : center;
    background  : transparent !important;
    position    : relative;
    bottom      : -7px;
    text-shadow : 0 0 1px #FFFFFF;
}
#panelLayout .sizeVToolRoof {
    background          : url(../images/BOMCalculator-SizeVerticalCenter.gif) repeat-y right;
    height              : 100%;
    position            : absolute;
    left                : -12px;
    width               : 12px;
}
#panelLayout .sizeVToolTop {
    background          : url(../images/BOMCalculator-SizeVerticalTop.gif) no-repeat right top;
    width               : 12px;
    height              : 7px;
    position            : absolute;
    top                 : 0;
    right               : 0;
}
#panelLayout .sizeVToolBottom {
    background          : url(../images/BOMCalculator-SizeVerticalBottom.gif) no-repeat right bottom;
    width               : 12px;
    height              : 7px;
    position            : absolute;
    bottom              : 0;
    right               : 0;
}
#panelLayout .sizeVToolValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    position    : absolute;
    right       : 9px;
    width       : 50px !important;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    background  : transparent !important;
    text-shadow : 0 0 1px #FFFFFF;
}
#panelLayout .sizeTopToolRoof {
    background          : url(../images/BOMCalculator-SizeVerticalCenter.gif) repeat-y left;
    position            : absolute;
    width               : 8px;
    left                : -12px;
}
#panelLayout .sizeTopToolTop {
    background          : url(../images/BOMCalculator-SizeTop.gif) no-repeat left top;
    width               : 8px;
    height              : 7px;
    position            : absolute;
    top                 : 0;
    right               : 0;
}
#panelLayout .sizeTopToolValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    position    : absolute;
    right       : 8px;
    bottom      : 0;
    width       : 50px !important;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    background  : transparent !important;
    color       : #000000;
    text-shadow : 0 0 1px #FFFFFF;
}
#panelLayout .sizeLeftToolRoof {
    background          : url(../images/BOMCalculator-SizeHorizontalCenter.gif) repeat-x bottom;
    height              : 8px;
    position            : absolute;
    top                 : -4px;
    text-align          : center;
}
#panelLayout .sizeLeftToolLeft {
    background          : url(../images/BOMCalculator-SizeLeft.gif) no-repeat left bottom;
    width               : 7px;
    height              : 8px;
    float               : left;
}
#panelLayout .sizeLeftToolValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    color       : #000000;
    text-shadow : 0 0 1px #FFFFFF;
    position    : absolute;
    top         : 3px;
    right       : 12px;
    height     : 14px !important;
    border     : 0 none !important;
    padding    : 0 !important;
    width       : 50px !important;
    background : transparent !important;
}

#panelLayout .roomElementsToolRoof {
    height   : 17px;
    width    : 17px;
    position : absolute;
    right    : -20px;
    top      : 54px;
    overflow : hidden;
    padding  : 1px 0 0 3px;
}
#panelLayout .roomElementsToolRoofOver {
    width : 51px !important;
    right : -54px !important;
}
#panelLayout .addDoorToolRoof {
    background          : url(../images/BOMCalculator-AddDoor.gif) no-repeat top right;
    cursor              : pointer;
    float               : left;
    height              : 17px;
    width               : 17px;
}
#panelLayout .addGateToolRoof {
    background          : url(../images/BOMCalculator-AddGate.gif) no-repeat top right;
    cursor              : pointer;
    float               : left;
    height              : 17px;
    width               : 17px;
}
#panelLayout .addStairsToolRoof {
    background          : url(../images/BOMCalculator-AddStairs.gif) no-repeat top right;
    cursor              : pointer;
    float               : left;
    height              : 17px;
    width               : 17px;
}
#panelLayout .deleteToolRoomElement {
    color: red;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: -1.25rem;
    left: 0;
    padding-bottom: 2px;
    cursor: pointer;
}
#panelLayout .roomElement[elementType="door"] .deleteToolRoomElement {
    top: -2rem;
}
#panelLayout .deleteToolRoomElement:before {
    content: '\1F5D9';
}
#panelLayout .rotateToolRoomElement {
    color: black;
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    top: -1.25rem;
    left: 1rem;
    padding-bottom: 2px;
    padding-left: 0.25rem;
    cursor: pointer;
}
#panelLayout .roomElement[elementType="door"] .rotateToolRoomElement {
    top: -2rem;
}
#panelLayout .rotateToolRoomElement:before {
    content: '\2B6E';
}

#panelLayout .roofOrientationToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-ShowCompass.gif) no-repeat top right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    top                 : 54px;
    padding             : 1px 0 0 0;
}
#panelLayout .roofOrientationToolRoof[bigRoofTool] {
    top      : 102px;
}
#panelLayout .roofOrientationButton {
    width  : 100%;
    height : 100%;
}
#panelLayout .roofOrientationButtonValue {
    position    : relative;
    left        : 21px;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 8px;
    padding-top : 3.5px;
    text-shadow : #FFFFFF 0 0 1px;
}
#panelLayout .compassContainerContainer {
    position            : absolute;
    padding             : 14px 0 4px 3px;
    background          : url(../images/BOMCalculator-Compass.gif) no-repeat top right;
    z-index             : 2;
}
#panelLayout .compassContainer {
    margin   : auto;
    position : relative;
}
#panelLayout .compass {
    position : absolute;
}
#panelLayout .compassValue {
    height      : 12px;
    width       : 100%;
    margin-top  : 13px;
    text-align  : center;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 10px;
    font-weight : bold;
    color       : #FFFFFF;
    border      : none;
    background  : transparent;
    padding     : 0;
}
#panelLayout .pixel {
    background-color : #000000;
    position         : absolute;
    width            : 1px;
    height           : 1px;
}
#panelLayout .pixelMedium {
    border-top  : 1px solid #000000;
    border-left : 1px solid #000000;
}
#panelLayout .pixelBig {
    border : 1px solid #000000;
}
#panelLayout .compassLabel {
    position    : absolute;
    width       : 20px;
    height      : 10px;
    text-align  : center;
    font-size   : 9px;
    font-weight : bold;
    font-family : Verdana, Arial, Helvetica, sans-serif;
}
#panelLayout .roofInclinationToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-ShowInclination.gif) no-repeat top right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    top                 : 72px;
    padding             : 1px 0 0 0;
}
#panelLayout .roofInclinationToolRoof[bigRoofTool] {
    top      : 136px;
}
#panelLayout .roofInclinationButton {
    width  : 100%;
    height : 100%;
}
#panelLayout .roofInclinationButtonValue {
    position    : relative;
    left        : 21px;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 8px;
    padding-top : 3.5px;
    text-shadow : #FFFFFF 0 0 1px;
}
#panelLayout .inclinationContainerContainer {
    width               : 78px;
    height              : 95px;
    padding             : 9px 0 0 13px;
    background          : url(../images/BOMCalculator-Inclination.gif) no-repeat right top;
    z-index             : 1;
    position            : absolute;
}
#panelLayout .inclinationContainer {
    padding  : 0 6px 8px 0;
    position : relative;
}
#panelLayout .inclinationValue {
    height      : 12px;
    width       : 100%;
    text-align  : center;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 10px;
    border      : none;
    background  : transparent;
    position    : relative;
    left        : -3px;
    color       : #FFFFFF;
}

#panelLayout .roofNameToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-RoofName.gif) no-repeat top right;
    height              : 17px;
    width               : 20px;
    position            : absolute;
    right               : -20px;
    top                 : 90px;
    padding             : 1px 0 0 0;
}
#panelLayout .roofNameButton {
    width  : 100%;
    height : 100%;
}
#panelLayout .roofNameContainer {
    width               : 150px;
    z-index             : 1;
    position            : absolute;
}
#panelLayout .nameValue {
    height      : 12px;
    width       : 100%;
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 12px;
    position    : relative;
    left        : 3px;
    background-color: white;
    border: 1px solid black;
    padding: 0.25rem;
    text-align: left;
}

/* series tools */
#panelLayout .seriesMoveTool, #panelLayout .labelMoveToolLabel {
    cursor              : move;
    background          : url(../images/BOMCalculator-SeriesHeaderCenter.gif) repeat-x bottom left;
    width               : 100%;
    height              : 10px;
    position            : absolute;
    left                : 1px;
    top                 : -10px;
    z-index             : 1000;
    opacity             : 0.8;
}
#panelLayout .seriesMoveToolLeft {
    background          : url(../images/BOMCalculator-SeriesHeaderLeft.gif) repeat bottom left;
    height              : 10px;
    width               : 4px;
    position            : absolute;
    left                : -4px;
    float               : left;
}
#panelLayout .seriesMoveToolInfo {
    color       : #FFFFFF;
    font-size   : 10px;
    line-height : 10px;
    font-weight : bold;
    height      : 10px;
    overflow    : hidden;
}
#panelLayout .seriesDeleteTool, #panelLayout .labelDeleteToolLabel {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SeriesHeaderDelete.gif) no-repeat bottom left;
    height              : 10px;
    width               : 10px;
    position            : absolute;
    right               : -11px;
    top                 : -10px;
    z-index             : 1000;
    opacity             : 0.8;
}
#panelLayout .addColumnTool {
    height   : 11px;
    width    : 12px;
    position : absolute;
    right    : -12px;
    top      : 0;
    z-index  : 1000;
    overflow : hidden;
}
#panelLayout .addColumnToolOver {
    width : 33px !important;
    right : -33px !important;
}
#panelLayout .addColumnToolOver[bigSeriesTool] {
    width : 45px !important;
    right : -45px !important;
}
#panelLayout .addColumnOneTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-AddColumn.gif) no-repeat top left;
    float               : left;
    height              : 11px;
    width               : 12px;
}
#panelLayout .addColumnNrTool {
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 11px;
    line-height : 11px;
    font-weight : bold;
    background  : transparent;
    border      : none;
    padding     : 0 0 0 2px;
    float       : left;
    height      : 13px;
    width       : 19px;
    text-align  : left;
}
#panelLayout .deleteColumnTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-DeleteColumn.gif) no-repeat top right;
    height              : 11px;
    width               : 7px;
    position            : absolute;
    top                 : 3px;
    right               : 3px;
    z-index             : 1000;
}
#panelLayout .series[mirroredColumns="true"] .cell:nth-child(odd) .deleteColumnTool {
    display: none;
}
#panelLayout .addRowTool {
    height   : 13px;
    width    : 11px;
    position : absolute;
    left     : -11px;
    bottom   : -13px;
    z-index  : 1000;
    overflow : hidden;
}
#panelLayout .addRowToolOver {
    width : 32px !important;
    left  : -32px !important;
}
#panelLayout .addRowToolOver[bigSeriesTool] {
    width : 45px !important;
    right : -45px !important;
}
#panelLayout .addRowOneTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-AddRow.gif) no-repeat bottom right;
    height              : 12px;
    width               : 11px;
    float               : right;
}
#panelLayout .addRowNrTool {
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 11px;
    line-height : 11px;
    font-weight : bold;
    background  : transparent;
    border      : none;
    padding     : 0;
    height      : 13px;
    width       : 21px;
    float       : right;
    text-align  : right;
}
#panelLayout .deleteRowTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-DeleteRow.gif) no-repeat top left;
    height              : 7px;
    width               : 11px;
    position            : absolute;
    top                 : 3px;
    left                : 3px;
    z-index             : 1000;
}
#panelLayout .shiftRowTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-ShiftPanels.gif) no-repeat top left;
    height              : 5px;
    width               : 12px;
    position            : absolute;
    top                 : 12px;
    left                : 3px;
    z-index             : 1000;
}
#panelLayout .switchInstallationTypeTool {
    height   : 12px;
    width    : 12px;
    position : absolute;
    bottom   : 0;
    right    : -12px;
    z-index  : 1000;
    overflow : hidden;
}
#panelLayout .switchInstallationTypeButtonTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SwitchInstallationType.gif) no-repeat bottom left;
    height              : 12px;
    width               : 12px;
    float               : left;
}
#panelLayout .switchInstallationTypeListTool {
    cursor           : pointer;
    font-size        : 12px;
    float            : left;
    width            : 200px;
    background-color : #FFFFFF;
    border           : 1px solid #000000;
}
#panelLayout .switchPanelOrientationTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SwitchPanelOrientation.gif) no-repeat bottom left;
    height              : 12px;
    width               : 12px;
    position            : absolute;
    bottom              : 12px;
    right               : -12px;
    z-index             : 1000;
}
#panelLayout .switchPanelOrientationTool[bigseriestool] {
    bottom      : 24px;
}
#panelLayout .turnPanelsToolRoof {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SwitchPanelOrientation.gif) no-repeat bottom left;
    height              : 24px;
    width               : 24px;
    position            : absolute;
    top                 : 0px;
    right               : -24px;
    z-index             : 1000;
}
#panelLayout .switchRailOrientationTool {
    cursor              : pointer;
    background          : url(../images/BOMCalculator-SwitchRailOrientation.gif) no-repeat bottom left;
    height              : 12px;
    width               : 12px;
    position            : absolute;
    bottom              : 24px;
    right               : -12px;
    z-index             : 1000;
}
#panelLayout .switchRailOrientationTool[bigseriestool] {
    bottom      : 48px;
}
#panelLayout .seriesSizeHTool {
    background          : url(../images/BOMCalculator-SeriesSizeHorizontalCenter.gif) repeat-x top;
    height              : 8px;
    position            : absolute;
    bottom              : -8px;
    left                : 0;
    text-align          : center;
    width               : 100%;
}
#panelLayout .seriesSizeHToolLeft {
    background          : url(../images/BOMCalculator-SeriesSizeHorizontalLeft.gif) no-repeat left top;
    width               : 7px;
    height              : 8px;
    float               : left;
}
#panelLayout .seriesSizeHToolRight {
    background          : url(../images/BOMCalculator-SeriesSizeHorizontalRight.gif) no-repeat right top;
    width               : 7px;
    height              : 8px;
    float               : right;
}
#panelLayout .seriesSizeHToolValue {
    height      : 11px;
    font-size   : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : center;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    position    : relative;
    bottom      : -3px;
}
#panelLayout .seriesSizeVTool {
    background          : url(../images/BOMCalculator-SeriesSizeVerticalCenter.gif) repeat-y right;
    height              : 100%;
    position            : absolute;
    left                : -8px;
    top                 : 0;
    width               : 8px;
}
#panelLayout .seriesSizeVToolTop {
    background          : url(../images/BOMCalculator-SeriesSizeVerticalTop.gif) no-repeat right top;
    width               : 8px;
    height              : 7px;
    position            : absolute;
    top                 : 0;
    right               : 0;
}
#panelLayout .seriesSizeVToolBottom {
    background          : url(../images/BOMCalculator-SeriesSizeVerticalBottom.gif) no-repeat right bottom;
    width               : 8px;
    height              : 7px;
    position            : absolute;
    bottom              : 0;
    right               : 0;
}
#panelLayout .seriesSizeVToolValue {
    line-height : 11px;
    font-size   : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    width       : 50px !important;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    position    : absolute;
    right       : 6px;
    height      : 14px;
    z-index     : 1000;
}
#panelLayout .seriesSizeTopTool {
    background          : url(../images/BOMCalculator-SeriesSizeVerticalCenter.gif) repeat-y right;
    position            : absolute;
    width               : 8px;
    left                : -8px;
    z-index             : 1000;
}
#panelLayout .seriesSizeTopToolTop {
    background          : url(../images/BOMCalculator-SeriesSizeTop.gif) no-repeat right top;
    width               : 8px;
    height              : 6px;
    position            : absolute;
    top                 : 0;
    right               : 0;
}
#panelLayout .seriesSizeTopToolValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    position    : absolute;
    right       : 7px;
    bottom      : 0;
    width       : 50px !important;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    background  : transparent !important;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    z-index     : 1000;
}
#panelLayout .seriesSizeLeftTool {
    background          : url(../images/BOMCalculator-SeriesSizeHorizontalCenter.gif) repeat-x top;
    height              : 8px;
    position            : absolute;
    top                 : -4px;
    text-align          : center;
    z-index             : 1000;
}
#panelLayout .seriesSizeLeftToolLeft {
    background          : url(../images/BOMCalculator-SeriesSizeLeft.gif) no-repeat left top;
    width               : 6px;
    height              : 8px;
    float               : left;
}
#panelLayout .seriesSizeLeftToolValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    position    : absolute;
    top         : 3px;
    right       : 7px;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    width       : 50px !important;
    background  : transparent !important;
    z-index     : 1000;
}

/* obstacles */
#panelLayout .obstacle {
    width    : 0;
    height   : 0;
    position : absolute;
}
#panelLayout .obstacleDiv {
    position         : absolute;
    background-color : #FFFFFF;
}
#panelLayout .room .obstacleDiv {
    background-color : #bbb;
    /*border-left: 1px solid black;
        border-right: 1px solid black;
        box-sizing: border-box !important;*/
}
/*#panelLayout .room .obstacleDivFirst, #panelLayout .room .obstacleDivLast {
        background-color: black;
    }*/
#panelLayout .roof-addingObstacle .obstacleDiv {
    pointer-events: none;
}
#panelLayout .obstacleDivBlack {
    position         : absolute;
    background-color : #000000;
}
#panelLayout .obstacleNodeTool {
    position : absolute;
    width    : 7px;
    height   : 7px;
}
#panelLayout .roof-addingObstacle .obstacleNodeTool {
    pointer-events: none;
}
#panelLayout .nodeDragHandle {
    background-color : #000000 !important;
    width            : 7px;
    height           : 7px;
    position         : relative;
    z-index          : 1001;
}
#panelLayout .obstacleOver {
}
#panelLayout .obstacleOver .obstacleDiv {
    background-color : #FF0000 !important;
}
#panelLayout .obstacleSizeTopToolObstacle {
    background          : url(../images/BOMCalculator-SeriesSizeVerticalCenter.gif) repeat-y right;
    position            : absolute;
    width               : 8px;
    top                 : 0;
    z-index             : 1000;
}
#panelLayout .obstacleSizeTopToolObstacleTop {
    background          : url(../images/BOMCalculator-SeriesSizeTop.gif) no-repeat right top;
    width               : 8px;
    height              : 6px;
    position            : absolute;
    top                 : 0;
    right               : 0;
}
#panelLayout .obstacleSizeTopToolObstacleValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    position    : absolute;
    right       : 10px;
    bottom      : -4px;
    width       : 50px !important;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    background  : transparent !important;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    z-index     : 1000;
}
#panelLayout .obstacleSizeLeftToolObstacle {
    background          : url(../images/BOMCalculator-SeriesSizeHorizontalCenter.gif) repeat-x top;
    height              : 8px;
    position            : absolute;
    left                : 0;
    top                 : 0;
    text-align          : center;
    z-index             : 1000;
}
#panelLayout .obstacleSizeLeftToolObstacleLeft {
    background          : url(../images/BOMCalculator-SeriesSizeLeft.gif) no-repeat left top;
    width               : 6px;
    height              : 8px;
    float               : left;
}
#panelLayout .obstacleSizeLeftToolObstacleValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    position    : absolute;
    top         : 3px;
    right       : 2px;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    width       : 50px !important;
    background  : transparent !important;
    z-index     : 1000;
}
#panelLayout .roofNodeSizeTopToolObstacle {
    background          : url(../images/BOMCalculator-SeriesSizeVerticalCenter.gif) repeat-y right;
    position            : absolute;
    width               : 8px;
    top                 : 0;
    z-index             : 1000;
    pointer-events: none;
}
#panelLayout .roofNodeSizeTopToolObstacleTop {
    background          : url(../images/BOMCalculator-SeriesSizeTop.gif) no-repeat right top;
    width               : 8px;
    height              : 6px;
    position            : absolute;
    top                 : 0;
    right               : 0;
}
#panelLayout .roofNodeSizeTopToolObstacleValue {
    font-size   : 10px;
    line-height : 10px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    position    : absolute;
    right       : 10px;
    bottom      : 0;
    width       : 50px !important;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    background  : transparent !important;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    z-index     : 1000;
}
#panelLayout .roofNodeSizeLeftToolObstacle {
    background          : url(../images/BOMCalculator-SeriesSizeHorizontalCenter.gif) repeat-x top;
    height              : 8px;
    position            : absolute;
    left                : 0;
    text-align          : center;
    z-index             : 1000;
    pointer-events: none;
}
#panelLayout .roofNodeSizeLeftToolObstacleLeft {
    background          : url(../images/BOMCalculator-SeriesSizeLeft.gif) no-repeat left top;
    width               : 6px;
    height              : 8px;
    float               : left;
}
#panelLayout .roofNodeSizeLeftToolObstacleValue {
    font-size   : 11px;
    line-height : 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight : bold;
    text-align  : right;
    color       : #FFFFFF;
    text-shadow : 2px 0 1px rgba(0, 0, 0, 0.5), 0 2px 1px rgba(0, 0, 0, 0.5), -2px 0 1px rgba(0, 0, 0, 0.5), 0 -2px 1px rgba(0, 0, 0, 0.5), -2px -2px 1px rgba(0, 0, 0, 0.5), -2px 2px 1px rgba(0, 0, 0, 0.5), 2px -2px 1px rgba(0, 0, 0, 0.5), 2px 2px 1px rgba(0, 0, 0, 0.5);
    position    : absolute;
    top         : 3px;
    right       : 6px;
    height      : 14px !important;
    border      : 0 none !important;
    padding     : 0 !important;
    width       : 50px !important;
    background  : transparent !important;
    z-index     : 1000;
}

#panelLayout [bigRoofTool] {
    height: 33px;
    width: 33px;
    right: -40px;
    background-size: contain;
}
#panelLayout [bigSeriesTool] {
    height: 24px;
    width: 24px;
    right: -24px;
    background-size: contain;
}

#externalPanelLayoutService__container {
    display: none;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}
#externalPanelLayoutService__container.externalPanelLayoutService--show {
    display: block;
}
#externalPanelLayoutService__container .externalPanelLayoutService__iframe {
    width: 100%;
    height: 100%;
}

/* BOM Config ============================================================================================== */
.optionCategory {
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 0 1em 0 1em;
    margin: 2rem 0;
}
.optionCategory__legend {
    font-size: 2em;
}
.optionGroup {
    margin: 0 -15px;
    padding: 15px;
    border-top: 1px solid #ccc;
}
.optionGroup:first-of-type {
    border-top: none;
}
.optionGroup__label {
    font-size: 1.7em;
    font-weight: bold;
}
.optionGroupProperty__label {
    font-weight: bold;
    margin-top: 0.5em;
    display: block;
}
.optionGroupProperty--customValue, .optionGroupProperty--customQuantity {
    text-align: right;
}
.optionGroupProperty--customValue .optionGroupProperty__label, .optionGroupProperty--customQuantity .optionGroupProperty__label {
    width: 50% !important;
    display: inline-block;
}
.optionGroupProperty--customValue .optionGroupProperty__label span, .optionGroupProperty--customQuantity .optionGroupProperty__label span {
    width: 50% !important;
    display: inline-block;
}
.optionGroupProperty, .option {
    margin-top: 1rem;
    font-size: 1.3em;
}
.radioGroup__options {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 0.25em;
}
.radioGroup__options .radio {
    flex: 1 0 auto;
    text-align: center;
}
.radio__input {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.radio__label {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    width: auto !important;
}
label.radio__label > span.focused, label.radio__label:hover > span {
    color: inherit;
    text-shadow: none;
}
label.radio__label > span:first-child {
    width: auto;
    padding: 0;
    font-family: inherit;
    font-weight: bold;
    transition: none;
}
.radio__input:checked + .radio__label {
    background-color: #03AFAC;
    color: white;
}
.radioGroup__options .radio__label {
    height: 3rem;
}

/* Slider ============================================================================================== */
.slider__row {
    display: flex;
    align-items: flex-end;
}
.slider__container {
    flex: 0 1 100%;
}
.slider__input-container {
    flex: 0 1 0;
    padding-left: 1.5rem;
}
.slider__input {
    width: 5rem !important;
    margin: 0 !important;
    font-size: 1rem !important;
}
.slider {
    height: 9px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0.5rem 0;
}
.slider__knob {
    left: 0px;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    top: -100%;
}
.slider__knob:after {
    content: '';
    display: inline-block;
    background-color: #03AFAC;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 5px;
}

/* Switch ============================================================================================== */
.cl-switch {
    display: flex;
    align-items: center;
    font-size: 1em;
}
.cl-switch input {
    display: none;
    visibility: hidden; }
.cl-switch .cl-switch__switcher {
    display: inline-block;
    border-radius: 100px;
    width: 35px;
    height: 15px;
    color: #03AFAC;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer; }
.cl-switch .cl-switch__switcher:before {
    content: "";
    display: block;
    border-radius: 100px;
    background-color: #ccc;
    width: 100%;
    height: 100%;
}
.cl-switch .cl-switch__switcher:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    margin-top: -2.5px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
.cl-switch .cl-switch__switcher:active:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.1);
    transition: all, 0.1s; }
.cl-switch .cl-switch__label {
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    vertical-align: middle;
    flex: 1 0 auto;
    margin: 0;
    text-align: left; }
.cl-switch input:checked + .cl-switch__switcher:before {
    background-color: currentColor;
    filter: opacity(50%); }
.cl-switch input:checked + .cl-switch__switcher:after {
    left: 100%;
    margin-left: -20px;
    background-color: currentColor; }
.cl-switch [disabled]:not([disabled="false"]) + .cl-switch__switcher:before {
    background: #ccc !important; }
.cl-switch [disabled]:not([disabled="false"]) + .cl-switch__switcher:active:after {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
.cl-switch [disabled]:not([disabled="false"]) + .cl-switch__switcher:after {
    background-color: #e2e2e2 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
.cl-switch.cl-switch-large .cl-switch__switcher {
    width: 52px;
    height: 22px; }
.cl-switch.cl-switch-large .cl-switch__switcher:after {
    width: 30px;
    height: 30px;
    margin-top: -4px; }
.cl-switch.cl-switch-large .cl-switch__label {
    font-size: 1.7em;
    font-weight: bold; }
.cl-switch.cl-switch-large input:checked + .cl-switch__switcher:after {
    margin-left: -30px; }
.cl-switch.cl-switch-xlarge .cl-switch__switcher {
    width: 87px;
    height: 37px; }
.cl-switch.cl-switch-xlarge .cl-switch__switcher:after {
    width: 50px;
    height: 50px;
    margin-top: -6px; }
.cl-switch.cl-switch-xlarge .cl-switch__label {
    font-size: 1.5rem; }
.cl-switch.cl-switch-xlarge input:checked + .cl-switch__switcher:after {
    margin-left: -50px; }

/* Google style agenda ============================================================================================== */
.chip {
    border: 1px solid #DDDDDD;
    font-size: 1rem;
    display: inline-block;
    border-radius: 100px;
    padding: 2px 10px;
    margin: 0 0 1px 0;
    background-color: white;
    font-size: inherit;
}

.bg_red {
    background-color: #FF0000;
    color: white;
}

.bg_green {
    background-color: #009900;
    color: white;
}

.agendaEditEvent .agendaPromptUser {
    border: 1px solid #DDDDDD;
    font-size: 1rem;
    display: inline-block;
    border-radius: 100px;
    padding: 2px 10px;
    margin: 0 0 1px 0;
    background-color: white;
}

.agendaEditEvent .agendaPromptUser:hover {
    background-color: #eee;
}

.agendaFlex {
    display: flex;
}

.flexGrow2 {
    flex-grow: 2;
}

.flexGrow3 {
    flex-grow: 3;
}

.agenda {
    font-size: 12px;
    color: #555555;
    position: relative;
    padding-top: 36px;
}
.agenda.hasRecordList {
    padding-left: 150px;
}
.agenda.resize * {
    cursor: ns-resize !important;
}
.agenda.resizeH * {
    cursor: ew-resize !important;
}
.agenda.drag * {
    cursor: move !important;
}
.agenda.notAllowed * {
    cursor: not-allowed !important;
}
.agenda > .browsing {
    margin-bottom: 3px !important;
    position: absolute;
    top: 0;
    left: 0;
}
.agenda > .browsing > button.agendaMode {
    float: right;
}
.agenda table {
    width: 100%;
    table-layout:fixed;
    background-color: #FFF;
    border: none;
    border-spacing: 0;
    border-collapse:collapse;
    font-size: 12px;
    color: #555555;
    margin: 0;
}
.agenda table thead, .agenda table tfoot {
    background: #FFF;
}
.agenda table tr {
    background: none;
}
.agenda .entityModeContainerContainer .scrollContainer table tr.days {
    border-bottom: 1px solid #DDDDDD;
    height: 17px;
}
.agenda .entityModeContainerContainer .scrollContainer table tr.days:hover .entitiesCol {
    background-color: #ACE2DF;
}
.agenda .entityModeContainerContainer .scrollContainer table tr.days:hover .background {
    background-color: #ACE2DF;
}
.agenda table td {
    padding: 0;
}
.agenda .entityModeContainerContainer table td {
    padding: 0 1px 0 1px;
    position: relative;
}

.agenda > .browsing > .todayButton, .agenda > .browsing > .stockArticlesLoadButton {
    margin-right: 10px;
}
.agenda > .browsing > .refreshButton {
    font-size: 1.2em;
}
.agenda > .browsing > .agendaDate {
    width: 106px;
    margin-left: 10px;
}
.agenda > .browsing .printButton {
    margin-left: 10px;
}
.agenda > .browsing > .agendaTitle {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 2.4em;
    padding: 0;
    margin: 0 217px 0 300px;
    height: 33px;
}

/* record filter*/
.agenda .recordFilterContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    padding: 36px 7px 0 0;
}
.agenda .recordFilterContainer > form {
    padding: 10px 7px 10px 7px;
}
.agenda .recordFilterContainer > form > .agendaRecordFilter {
    width: 100%;
}
.agenda .recordFilterContainer hr {
    margin: 0;
}

/* map filter*/
.agenda .mapFilterContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    padding: 36px 7px 0 0;
}
.agenda .mapFilterContainer > form {
    padding: 10px 7px 10px 7px;
}
.agenda .mapFilterContainer > form > .agendaMapFilter {
    width: 100%;
}
.agenda .mapFilterContainer hr {
    margin: 0;
}

/* record list*/
.agenda .recordList {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 100%;
    padding: 36px 7px 0 0;
    display: flex;
    flex-direction: column;
}

.agenda .recordList .filterList .FilterInput:not([type='checkbox']) {
    width: 100%;
}

.agenda .recordList .filterList,
.agenda .recordList .infoLayerList {
    border: none;
    margin-top: 1rem;
}

.agenda .recordList .infoLayerDiv {
}

.agenda .recordList .filterList > div,
.agenda .recordList .infoLayerList > div {
    margin-bottom: 5px;
    width: 100%;
}

.agenda .recordList .filterList > div:first-of-type,
.agenda .recordList .infoLayerList > div:first-of-type {
    margin-top: 5px;
}

.agenda .recordList .filterList > div > label,
.agenda .recordList .infoLayerDiv > label {
    font-size: 14px;
}

.agenda .recordList .filterList .FilterInput:not([type='checkbox']),
.agenda .recordList .infoLayerList .infoLayerInput:not([type='checkbox']){
    height: 33px;
    margin-bottom: 5px;
}

.agenda .recordList .filterList .FilterInput[type='checkbox'],
.agenda .recordList .infoLayerList .infoLayerInput[type='checkbox']{
    float: right;
    height: 20px;
    position: absolute;
    right: 5px;
}

.agenda .recordList .filterList .inputButton {
    top: 5px;
}

.agenda .recordList.hasFilter, .agenda .recordList.hasRecordFilter {
    padding-top: 90px;
}
.agenda .recordList.hasFilter.hasRecordFilter {
    padding-top: 145px;
}
.agenda .recordList > form {
    position: absolute;
    top: 36px;
    padding: 10px 14px 10px 7px;
}
.agenda .recordList.hasRecordFilter > form {
    top: 92px;
}
.agenda .recordList > form > .agendaEntityFilter {
    width: 100%;
}
.agenda .recordList > ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 7px 10px 7px;
    overflow-y: auto;
}
.agenda .recordList > ul > li {
    background-color: #03AFAC;
    border: 1px solid #037370;
    padding: 2px 4px;
    color: #1D1D1D;
    cursor: pointer;
    margin-bottom: 3px;
    word-break: break-word;
    overflow: hidden;
    outline: 1px solid #FFF;
    font-weight: 600;
    transition: box-shadow 0.3s linear, outline 0.3s linear, outline-width 0.3s linear, border-color 0.3s linear, background-color 0.3s linear, z-index 0.3s linear;
}
.agenda .recordList > ul > li.highlight {
    border-color: #000 !important;
    outline-color: #000 !important;
    box-shadow: 0 0 10px #000 !important;
    z-index: 1;
}
.agenda div.day .event.highlight {
    /*	outline-color: #000 !important;
		box-shadow: 0 0 10px #000 !important;*/
    z-index: 1000 !important;
    opacity: 1 !important;
    width: calc(100% - 10px) !important;
    left: 0 !important;
}
.agenda div.day .event.imported  {
    z-index: 0 !important;
}
.agenda div.day .event.highlight .content {
    /*border-color: #000 !important;
		outline: 1px solid #000 !important;*/
}
.agenda div.day .event.noHighlight {
    opacity: 0 !important;
    z-index: -1 !important;
}
.agenda .monthContainer .event.highlight {
    z-index: 1;
}
.agenda .monthContainer .event.highlight .content {
    box-shadow: 0 0 10px #000 !important;
    border-color: #000 !important;
    outline: 1px solid #000 !important;
}
.agenda div.day .event.focus {
    outline: 2px solid #000 !important;
    z-index: 1001 !important;
}

/* week mode */
.agenda > div.weekContainerContainer, .agenda > div.entityModeContainerContainer {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    position: relative;
    padding-top: 34px;
    width: 100%;
    height: 100%;
}
.agenda > div.entityModeContainerContainer {
    padding-top: 15px;
}
.agenda .topContainer {
    padding: 0 16px 5px 0;
    position: absolute;
    top: 0;
}
html.chrome .agenda .topContainer {
    padding-right: 8px;
}
.agenda .colLabels > td {
    padding: 0;
    text-align: center;
}
.agenda .colLabels > td > span {
    cursor: pointer;
    font-size: 1.1em;
    line-height: normal;
    font-weight: normal;
}
.agenda .colLabels > td > span:hover {
    text-decoration: underline;
}
.agenda .colLabels > td.today > span {
    color: #000000;
    font-weight: bold;
}
.agenda .hoursHeader {
    width: 60px;
    padding: 0 !important;
}
.agenda .entitiesHeader {
    width: 100px;
    padding: 0 !important;
}
.agenda .headerCells > td {
    border: 1px solid #DDDDDD;
    border-right: none;
    padding-bottom: 10px;
}
.agenda .headerCells > td.disabled {
    background-color: rgba(255, 0, 0, 0.1);
}
.agenda .headerCells > td.last {
    border-right: 1px solid #DDDDDD;
}
.agenda .headerCells > td.today {
    background-color: #F1F1F1;
}
.agenda .headerCells > td.selected {
    background-color: #03AFAC;
    border-color: #03AFAC;
}

.agenda .scrollContainer {
    background-color: #F1F1F1;
    border-top: 1px solid #DDDDDD;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 11px 0 9px 0;
    height: 100%;
}
.agenda .entityModeContainerContainer .scrollContainer {
    padding: 0;
}
.agenda .hoursCol, .agenda .entitiesCol {
    width: 59px;
    border-left-width: 0 !important;
    vertical-align: middle;
}
.agenda .entitiesCol {
    width: 130px;
    white-space: nowrap;
    border-left-width: 0 !important;
    position: relative;
    transition: background-color 0.3s ease-out;
}
.agenda .hoursCol > div {
    height: 42px;
    border-bottom: 1px solid #DDDDDD;
    padding-right: 2px;
    text-align: right;
    vertical-align: top;
}
.agenda .entitiesCol > div {
    padding-right: 2px;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
}
.agenda .hoursCol > div.last, .agenda .entitiesCol > div.last {
    border-bottom: none;
}
.agenda .hoursCol > div.nowMarker {
    position: absolute;
    width: 5px;
    height: 9px;
    background-image: url("../images/Agenda/now_marker.png");
    left: 0;
    top: 0;
    padding: 0;
    border: none;
}
.agenda .markers {
    height: 0;
}
.agenda .markersWeek > div {
    position: relative;
}
.agenda .markersWeek > div > div {
    position: absolute;
    width: 100%;
}
.agenda .markersWeek > div > div > div {
    height: 22px;
    margin-top: 20px;
    border-top: 1px dotted #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
.agenda .markersWeek > div > div > div.last {
    border-bottom: none;
}
.agenda .days > td {
    border: none;
    border-left: 1px solid #DDDDDD;
}
.agenda .entityModeContainerContainer .days > td.week {
    vertical-align: top;
    position: relative;
}
.agenda .days > td.today {
    background-color: #F1F1F1;
}
.agenda .days > td.today > div.dayOverlay {
    height: 0;
    position: relative;
    z-index: 98;
}
.agenda .days > td.today > div.dayOverlay  > div.nowMarker {
    position: absolute;
    border-top: 2px solid #FF7F6E;
    height: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.agenda .days > td > div.day {
    position: relative;
    height: 1007px;
}
.agenda .entityModeContainerContainer .days > td > div.day {
    height: auto;
}
.agenda .days > td > div.day.disabled {
    background-color: rgba(255, 0, 0, 0.1);
}
.agenda .days > td > div.day > div {
    margin: -2px 0 0 -1px;
    position: relative;
}
.agenda .entityModeContainerContainer .days > td > div.day {
    padding: 1px;
}
.agenda .entityModeContainerContainer .days > td > div.day > div {
    margin: 0;
}
.agenda div.day .event {
    padding: 0 0 1px 0;
    position: absolute;
    width: 100%;
    transition: width 0.5s linear, left 0.5s linear, opacity 0.5s linear/*, box-shadow 0.3s linear, outline-color 0.3s linear*/;
    background-color: #89d6cf;
    outline: 1px solid #FFF;
}
.agenda div.day .event.noAnim {
    transition: all 0s !important;
}
.agenda div.day .event.dragging, .agenda div.day .event.resizing {
    opacity: 0.5;
    width: 100% !important;
    z-index: 97 !important;
    left: 0 !important;
}
.agenda .event.past > div.content, .agenda .event.locked > div.content {
    color: #777777 !important;
}
.agenda div.day .event > div.content {
    background-color: #03AFAC;
    border: 1px solid #037370;
    padding: 2px 4px;
    color: #1D1D1D;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: outline-color 0.3s linear, outline-width 0.3s linear, border-color 0.3s linear;
}
.agenda div.day .event.busy > div.content, .agenda div.monthContainer .event.busy > div.content {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.25) 25%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.25) 100%);
    background-size: 56.57px 56.57px;
}


.agenda div.day .event.noOverlap {
    width: 100% !important;
}
.agenda div.day .event .arrowTop, .agenda div.day .event .arrowBottom {
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    z-index: 1;
    border-left: 1px solid;
    border-right: 1px solid;
}
.agenda div.day .event .arrowTop > svg, .agenda div.day .event .arrowBottom > svg {
    width: 100%;
    height: 100%;
}
.agenda div.day .event.arrowTop > div.content {
    border-top-width: 0;
}
.agenda div.day .event .arrowTop {
    top: -10px;
    width: calc(100% + 1px);
    left: -1px;
    border-left-color: #FFF;
}
.agenda div.day .event .arrowTop > svg {
    border-left-width: 1px;
    border-left-style: solid;
}
.agenda div.day .event.arrowBottom > div.content {
    border-bottom-width: 0;
}
.agenda div.day .event .arrowBottom {
    bottom: -9px;
    border-color: transparent;
}
.agenda div.day .event .resizeEvent {
    display: none;
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0.8em;
    background-color: rgba(0, 0, 0, 0.25);
    color: #000;
}
.agenda div.day .event.locked .resizeEvent, .agenda div.day .event.disabled .resizeEvent  {
    display: none !important;
}
.agenda div.day .event .content:hover .resizeEvent, .agenda div.day .event.resizing .resizeEvent {
    display: block;
}
.agenda:not(.drag) div.day .event .resizeEvent {
    cursor: ns-resize;
}
.agenda div.day .event.small > div.content {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.agenda div.day .event.small dt, .agenda div.day .event.small dd {
    display: inline;
    width: auto;
}
.agenda div.day .event dt {
    font-weight: 600;
    display: block;
    height: 11px;
    overflow: hidden;
    width: 100%;
}
.agenda div.day .event.small dt:after, .agenda .monthContainer .event dt:after {
    content: '\00a0-\00a0';
}
.agenda .event dt.noTime {
    display: none !important;
}
.agenda .event dd, .agendaEditEvent_eventBodyScrollContainer {
    padding: 3px 0;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1em;
}
.agenda .event dd .event__contentColumn, .agendaEditEvent_eventBodyScrollContainer .event__contentColumn {
    float: left;
}
.agenda .event dd .event__contentExtraColumn, .agendaEditEvent_eventBodyScrollContainer .event__contentExtraColumn {
    display: inline-block;
}
.agenda div.day .event.small dd, .agenda .monthContainer .event.small dd {
    padding: 0;
}
.agenda .event dd span.type, .agendaEditEvent_eventBodyScrollContainer span.type {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.agenda .event dd span.type small, .agendaEditEvent_eventBodyScrollContainer span.type small {
    font-size: 80%;
}
.agenda .event dd span.description, .agendaEditEvent_eventBodyScrollContainer span.description {
    display: block;
}
.agenda .event.small dd span.description {
    display: inline;
}
.agenda .event.small dd span.description:before {
    content: ': '
}
.agenda .event dd .article_status, .agendaEditEvent .article_status, .icon-alarm_status {
    display: inline-block;
    width: 16px;
    height: 14px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.agenda .event dd .article_status0, .agenda .event dd .article_status1, .agendaEditEvent .article_status1, .icon-alarm_status0, .icon-alarm_status1 {
    background-image: url(../images/alertIconGreen.png);
}
.agenda .event dd .article_status2, .agendaEditEvent .article_status2, .icon-alarm_status2 {
    background-image: url(../images/alertIconYellow.png);
}
.agenda .event dd .article_status3, .agenda .event dd .article_status4, .agendaEditEvent .article_status3, .agendaEditEvent .article_status4, .icon-alarm_status3, .icon-alarm_status4 {
    background-image: url(../images/alertIconRed.png);
}
.agenda .event dd .article_status_installation_confirmed, .agendaEditEvent .article_status_installation_confirmed, .article_status_installation_confirmed {
    background-image: url(../images/appointmentConfirmed.png);
}

/* month mode */
.agenda > div.monthContainerContainer {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    position: relative;
    padding-top: 13px;
    width: 100%;
    height: 100%;
}
.agenda .monthTopContainer {
    border-bottom: none;
    position: absolute;
    top: 0;
}
.agenda .monthContainer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.agenda .monthContainer table.background {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    table-layout: fixed;
    transition: background-color 0.3s ease-out;
}
.agenda .monthContainer table.background tr > td:first-child {
    border-left-width: 0;
}
.agenda .monthContainer table.background td {
    border-left: 1px solid #DDDDDD;
    position: relative;
}
.agenda .monthContainer table.background td.disabled {
    background-color: rgba(255, 0, 0, 0.1) !important;
}
.agenda .monthContainer table.background td > div.more {
    position: absolute;
    bottom: -1px;
    height: 5px;
    width: 100%;
    text-align: center;
    z-index: 96;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,#FFF 75%,#FFF 100%);
}
.agenda .monthContainer table.background td > div.more > span {
    font-weight: bold;
    line-height: 0.9em;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    display: inline-block;
    background-color: #FFF;
    box-shadow: 0 0 7px #FFF;
    height: 30px;
    position: relative;
    top: -8px;
    padding: 0 15px;
}
.agenda .monthContainer table.background td > div.more > span:before, .agenda .monthContainer table.background td > div.more > span:after {
    font-family: FontAwesome;
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: text-bottom;
}
.agenda .monthContainer table.background td.today {
    background-color: #F1F1F1;
}
.agenda .monthContainer table.background td.otherMonth {
    background-color: #F8F8F8;
}
.agenda .monthContainer div.week {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.agenda .monthContainer div.week.expanded {
    height: auto !important;
    box-shadow: 0 3px 20px #000;
    z-index: 97;
    background-color: #FFF;
    padding-bottom: 5px;
}
.agenda .monthContainer div.week.expanded > table.background {
    height: 1000px;
}
.agenda .highlighter > div {
    position: absolute;
    background-color: #03AFAC;
    opacity: 0.5;
    z-index: 97;
}
.agenda .monthContainer table.events {
    position: relative;
    background-color: transparent;
}
.agenda:not(.drag) .monthContainer .event {
    cursor: pointer;
}
.agenda .monthContainer .event {
    height: 17px;
    padding: 1px 1px 0 2px;
    position: relative;
    transition: z-index 0.3s linear;
    overflow: hidden;
}
.agenda .entityModeContainerContainer .monthContainer .event {
    position: absolute;
    top: 0;
}
.agenda .monthContainer .event.dragging {
    opacity: 0.5;
    z-index: 97 !important;
}
.agenda .monthContainer .event > .content {
    border: 1px solid;
    padding: 1px 5px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: box-shadow 0.3s linear, outline-color 0.3s linear, outline-width 0.3s linear, border-color 0.3s linear, z-index 0.3s linear;
}
.agenda .monthContainer .event dt {
    display: inline;
    font-weight: 600;
}
.agenda .monthContainer .event dd {
    display: inline;
    padding: 0;
}

.agenda .monthContainer .event .arrowLeft, .agenda .monthContainer .event .arrowLeft > div:first-child, .agenda .monthContainer .event .arrowLeft > div:last-child, .agenda .monthContainer .event .arrowRight, .agenda .monthContainer .event .arrowRight:after {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 8px solid transparent;
}
.agenda .monthContainer .event.arrowLeft {
    padding-left: 9px;
}
.agenda .monthContainer .event.arrowLeft > .content {
    padding-left: 0;
    border-left: none;
}
.agenda .monthContainer .event .arrowLeft {
    top: 1px;
    left: 1px;
    height: 16px;
    width: 8px;
    border-width: 1px 0 1px 0;
    border-color: #037370;
}
.agenda .monthContainer .event .arrowLeft > div:first-child {
    top: 0;
    right: 0;
    border: 4px solid #03AFAC;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.agenda .monthContainer .event .arrowLeft > div:last-child {
    bottom: 0;
    right: 0;
    border: 4px solid #03AFAC;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
}
.agenda .monthContainer .event.arrowRight {
    padding-right: 8px;
}
.agenda .monthContainer .event.arrowRight > .content {
    padding-right: 0;
    border-right: none;
}
.agenda .monthContainer .event .arrowRight {
    top: 1px;
    right: -7px;
    border-left-color: #03AFAC;
}
/*.agenda .monthContainer .event .arrowRight:after {
		content: '';
		top: -7px;
		left: -8px;
		border-width: 7px;
		border-left-color: #9FE1E7;
	}*/

.agenda .monthContainer table.events tr.titles td {
    border-top: 1px solid #DDDDDD;
    color: #222222;
    overflow: hidden;
    padding: 0 4px;
}
.agenda .monthContainer table.events tr.titles td.today {
    color: #000000;
    font-weight: bold;
}
.agenda .monthContainer table.events tr.titles td.otherMonth {
    color: #AAA;
}
.agenda .monthContainer table.events tr.titles td > span {
    cursor: pointer;
}
.agenda .monthContainer table.events tr.titles td > span:hover {
    text-decoration: underline;
}
.agenda .monthContainer table.events div.eventContainer {
    padding: 1px 1px 0 2px;
}

/* edit event popup */
.agendaEditEvent fieldset{
    margin: 0;
}
.agendaEditEvent input[appid="typeSelection"], .agendaEditEvent input.typeSelection {
    width: 202px;
}
.agendaEditEvent.allDayEvent input[appid="typeSelection"], .agendaEditEvent.allDayEvent input.typeSelection {
    width: 334px;
}
.agendaEditEvent input.field-startDate, .agendaEditEvent input.field-endDate {
    width: 106px;
}
.agendaEditEvent input.field-startTime, .agendaEditEvent input.field-endTime {
    width: 66px;
}
.agendaEditEvent .fa-arrow-right {
    font-size: 1.4em;
    vertical-align: middle;
    margin: 0 2px 0 3px;
}
.agendaFlex .fa-arrow-right {
    align-self: center;
}
.agendaEditEvent input.field-UserID {
    width: 385px;
}
.agendaEditEvent button[appid="addUser"] {
    width: 100px;
}
.agendaEditEvent div[appid="users"] {
    padding-right: 100px;
}
.agendaEditEvent [appid="loweredCheckboxes"] {
    position: absolute;
    bottom: 18px;
}
.agendaEditEvent [appid="loweredCheckboxes"] label {
    display: inline-block;
    width: auto !important;
    padding-right: 10px;
}
.agendaEditEvent [appid="loweredCheckboxes"] label > span {
    width: auto;
    padding: 0;
}

.agendaEditEvent .agendaPromptUser {
        border: 1px solid #DDDDDD;
        font-size: 1rem;
        display: inline-block;
        border-radius: 100px;
        padding: 2px 10px;
        margin: 0 0 1px 0;
        background-color: white;
	}
    .agendaEditEvent .agendaPromptUser:hover {
        background-color: #eee;
}
.agendaEditEvent .agendaPromptUser.delete {
    display: none;
}
.agendaEditEvent .agendaPromptUser button {
    background: url("../images/icons.png") no-repeat scroll -1px -124px transparent;
    border: none;
    cursor: pointer;
    height: 15px;
    width: 15px;
    padding-left: 5px;
}
.agendaEditEvent .agendaPromptUser button:hover {
        background: url(../images/icons.png) no-repeat scroll -1px -104px transparent !important;
        box-shadow: none;
}

.agendaEditEvent .articleOptions fieldset {
    margin: 0 0 10px 0;
    border: none;
    box-shadow: none;
}
.agendaEditEvent .articleOptions legend {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}
.agendaEditEvent .articleOptions > div, .agendaEditEvent .articleOptions fieldset > div {
    border: 1px solid #808080;
    background-color: #FFFFFF;
    padding: 3px 5px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 3px;
}
.agendaEditEvent .articleOptions fieldset > div {
    border-bottom-width: 0;
    margin-bottom: 0;
    border-radius: 0;
}
.agendaEditEvent .articleOptions fieldset > div:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.agendaEditEvent .articleOptions fieldset > div:last-of-type {
    border-bottom-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.agendaEditEvent .articleOptions > div:hover, .agendaEditEvent .articleOptions fieldset > div:hover {
    background-color: #E9F0BC;
}
.agendaEditEvent .articleOptions > div.locked, .agendaEditEvent .articleOptions fieldset > div.locked {
    border-color: #D4D4D4;
    background-color: #FFF;
    color: #D4D4D4;
    cursor: not-allowed;
}
.agendaEditEvent .articleOptions > div.selected, .agendaEditEvent .articleOptions fieldset > div.selected {
    background-color: #A9BA33;
    border-color: #6B7523;
    color: #FFF;
}
.agendaEditEvent .articleOptions > div.selected.locked, .agendaEditEvent .articleOptions fieldset > div.selected.locked {
    background-color: #D4D4D4;
    border-color: #C2C2C2;
    color: #FFF;
}
.agendaEditEvent .articleOptions input.articleOption {
    display: none;
}
.agendaEditEvent .articleOptions .code {
    display: inline-block;
    width: 75%;
    text-align: left;
}
.agendaEditEvent .articleOptions .price {
    display: inline-block;
    width:25%;
    text-align: right;
    text-decoration: line-through;
}
.agendaEditEvent .articleOptions div.selected .price {
    text-decoration: none;
}

.agendaEditEvent .totalPriceContainer {
    position: relative;
}
.agendaEditEvent .totalPrice {
    position: absolute;
    right: 0;
    top: -1px;
    background-color: #F8F8F8;
    padding-left: 10px;
}
.agendaEditEvent var {
    font-style: normal;
    font-weight: bold;
}
.agendaEditEvent table {
    width: 100%
}
.agendaEditEvent .articlesListOverview {
    cursor: pointer;
        display: inline-block;
        width: 100%;
}
.agendaEditEvent .articlesListOverview i.fa {
    font-size: 130%;
}
    button[appid="assignArticlesButton"], button[appid="makeDeliveryNoteButton"] {
        float: right;
        margin: 0 5px 5px 0;
    }
.agendaEditEvent .articlesList {
    display: none;
		overflow-y: auto;
		max-height: 200px;
}
.agendaEditEvent .articlesList i.fa {
    font-size: 130%;
    cursor: help;
}
.agendaEditEvent_eventBodyScrollContainer {
        overflow-y: auto;
        max-height: 200px;
}

/* map mode */
.agenda.hasMap {
    padding-right: calc(100% - 450px);
}
.agenda.hasMap > .browsing > .agendaTitle {
    margin-right: 410px;
}
.agenda .mapContainer {
    width: calc(100% - 450px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 36px;
    margin-left: 0;
}
.agenda .mapContainer.hasMapFilter {
    padding-top: 90px;
}
.agenda .map {
    height: 100%;
}
.agenda > .browsing > .recordSearch {
    width: 135px;
    margin-right: 10px;
    float: right;
    z-index: 2;
    position: relative;
}


/* issues */
.issues_messageOutgoing, .issues_messageIncoming {
    user-select: text;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 0.7rem;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 1.2em;
    font-weight: normal;
    box-shadow: 2px 2px 5px #ccc;
}
.issues_messageIncoming {
    font-size: 1em;
}

.issues_messageHeaderOutgoing h3, .issues_messageHeaderIncoming h3 {
    line-height: 1.3em;
    cursor: pointer;
}

.issues_messageHeaderOutgoing :hover, .issues_messageHeaderIncoming :hover {
    cursor: pointer;
}

.issues_messageOutgoingContent, .issues_messageIncomingContent {
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    cursor: text;
}

.issues_messageTime {
    user-select: text;
    font-size: 0.95em;
    font-weight: normal;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #333;
}

.issues_messageSubject {
    font-size: 1.0em;
    font-weight: normal;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
}

.issues_messageIncoming {
    background-color: #fdfdfd;
}

.issues_messageCustomer {
    color: #00ABC7;
}

.issues_messageRepresentative {
    color: #7f1e61;
}

h2[appid=title] {
    user-select: text;
}

.issuesMinimizeButton {
    background: url("https://happerp.com/images/icons.png") no-repeat scroll -162px -82px transparent;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer !important;
}
.issuesMinimizeButton:hover {
    opacity: 0.5;
}

#brandSelector {
    width: 50%;
}
#articleGroupSelector {
    width: 50%;
}

	.inverterSelector {
		width: 97%;
	}

    .grippy {
        cursor: grab;
        width: 8px;
        position: absolute;
        left: 0;
        top: 3px;
    }

    .grippy:active {
        cursor: grabbing;
    }

    .container__sorting-in-progress {
        pointer-events: none;
    }
    .sorting-in-progress {
        visibility: hidden !important;
        pointer-events: none;
    }

.underline-red {
	text-decoration: underline;
	text-decoration-color: red;
}

.hidden {
    display: none !important;
}
