html {
    height: 100%;
}

body {
    font: normal 11px arial, tahoma, helvetica, sans-serif;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
    border: 0px;
    background-color: #dedede;
    text-align: center;
    color: black;
}

th {
    font-weight: bold;
}

.error_list {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    list-style-type: none;
    color: red;
    clear: both;
}

.hidden {
    display: none;
    visibility: hidden;
}

.no_default {
    /* this is an empty class used to mark HTML controls that should never trigger default form action (ENTER key) */
}

img {
    border: none;
}

a {
    letter-spacing: 1px;
    font-family: tahoma,helvetica,arial;
    font-size: 11px;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

#layout_wrapper {
    width: 95%;
    margin: 0 auto;
}

#header:not(.header_userpanel):not(.header_platform) {
    height: 104px;
}

@media screen and (max-width: 849px) {
    #header:not(.header_userpanel):not(.header_platform)  {
        height: 169px;
    }
}
@media screen and (max-width: 427px) {
    #header:not(.header_userpanel):not(.header_platform)  {
        height: 232px;
    }
}
@media screen and (max-width: 336px) {
    #header:not(.header_userpanel):not(.header_platform)  {
        height: 297px;
    }
}
@media screen and (max-width: 256px) {
    #header:not(.header_userpanel):not(.header_platform)  {
        height: 362px;
    }
}

.navi_commands_userpanel {
    display: inline;
    clear: none;
    float: none;
}


.navi_userpanel {
    width: 100%;
    padding-top: 5px;
    display: flex;
}

#userpanel_header_navi > table {
    width: 100%;
    height: 55px;
}

#userpanel_header_navi > table > tr {
    height: 55px
}

#userpanel_header_navi > table > tr > td:first-of-type {
    min-width: 40px;
    height: 55px;
}

.navi_userpanel .icon {
    margin-left: 5px
}

#userpanel_header_navi {
    padding-right: 10px;
    margin-right: 5px;
    display: inline;
    float:left;
    min-width: 200px;
    max-width: 400px;
    width: 19%;
    height: 55px
}

.header_userpanel {
    height: 70px;
}

@media screen and (max-width: 1395px) {
    .header_userpanel {
        height: 135px;
    }
    #userpanel_header_navi {
        
    }
}
@media screen and (max-width: 715px) {
    .header_userpanel {
        height: 200px;
    }
}
@media screen and (max-width: 505px) {
    .header_userpanel {
        height: 260px;
        margin-right: 0px;
    }
    #userpanel_header_navi {
    }
}
@media screen and (max-width: 370px) {
    .header_userpanel {
        height: 315px;
    }
    #userpanel_header_navi {
        width: 260px !important;
    }
}

.header_platform {
    height: 70px;
}

@media screen and (max-width: 1085px) {
    .header_platform {
        height: 135px;
    }
}
@media screen and (max-width: 975px) {
    .header_platform {
        height: 200px;
    }
}
@media screen and (max-width: 492px) {
    .header_platform {
        height: 260px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 370px) {
    .header_platform {
        height: 315px;
    }
}

#content {
    overflow: hidden;
    margin: 10px 0;
    clear: both;
}

#menu_left_wrapper, #main_wrapper, #menu_right_wrapper {
    float: left;
}

#main_wrapper {
    width: 60%; /* 3-column layout */
}

#menu_left_wrapper, #menu_right_wrapper {
    width: 19%; /* (100%-60%-2*1%)/2 */
}

#menu_left_wrapper {
    margin-right: 1%;
}

#menu_right_wrapper {
    margin-left: 1%;
}

#menu_left_content, #main_content, #menu_right_content {
    margin: 0px;
    padding: 0px;
    background-color: #B2C0E6;
    border: 1px solid #787A81;
    border-radius: 0 0 8px 8px;
    position: relative; /* relative for sliders */
}

#menu_left {
    text-align: left;
    margin-left: 5px;
    margin-right: auto;
}

#main {
    text-align: center;
}

#menu_right {
    padding-left: 5px;
}

#main, #menu_left, #menu_right {
    position: relative;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

#left_vertical_slider, 
#left_horizontal_slider,
#main_vertical_slider,
#main_horizontal_slider,
#right_vertical_slider,
#right_horizontal_slider {
    position: absolute;
}

#left_horizontal_slider,
#main_horizontal_slider,
#right_horizontal_slider {
    left: 5px;
    bottom: 5px;
    width: 90%;
    width: calc(100% - 15px);
    height: 11px;
}

#left_vertical_slider,
#main_vertical_slider,
#right_vertical_slider {
    top: 5px;
    right: 2px;
    width: 11px;
    height: 0px;
}

#statusbar {
    clear: both;	
    color: white;
    border-radius: 0 0 8px 8px;
}

#statusbar #panels {
    height: 30px;
    font-size: 12px;
    font-weight: bold;
}

#statusbar .panel {
    vertical-align: middle;
}

#statusbar .separator
{
    height: 30px;
    width: 20px;
}

#statusbar #alarms_panel #alarms_table .alarm_cell
{
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

#statusbar .alarm_icon
{
    width: 12px;
    width: 12px;
}

#statusbar .alarm_icon img
{
    vertical-align: middle;
}

.titlebar {
    color: #dde0f3;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
}

#header_left {
    width: 20%;
    float: left;
}

#header #navigation {
    width: 80%;
    float: left;
}

#header #commands,
#header #navigation_special {
    float: left;
    clear: left;
    width: 100%;
}

#header #commands .icon {
    border: none;
    float: left;
}

#header #commands #commands_right_side {
    float: right;
}

#header #navigation .button {
    float: left;
    text-align: center;
    margin: 0 4px;
}

#header #toolbar_wrapper {
    background-color: #ededed;
    border-radius: 16px;
    max-width: 50%;
    float: left;
    padding: 2px 3px 0 3px; 
}

#header #special_commands_wrapper {
    height: 23px;
    text-align: right;
    line-height: 23px;
    color: #FFFFFF;
    font-weight: bold;
    float: right;
}

#header #special_commands_wrapper a {
    color: #FFFFFF;
    text-decoration: underline;
}

#header #special_commands_wrapper img {
    vertical-align: middle;
}

#header #toolbar {
    white-space: nowrap;
}

#header #toolbar .icon_separator {
    position: relative;
    margin-top: -22px;
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
    height: 21px;
    width: 2px;
}


#header #toolbar .icon {
    cursor: pointer;
    width: 21px;
    height: 21px;
}

.tree a {
    display: inline-block;
}

.tree a::first-letter {
    text-transform: capitalize;
}

@media screen and (max-width: 800px) {

    #content > div {
        float: left;
        width: 100%;
        clear: both;
        margin-bottom: 1em;
        margin-left: 0px;
        margin-right: 0px;
    }

}

#login_form {
    position: relative;
    width: 471px;
    height: 343px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    top: 100px;
    color: white;
}

#login_header {
    position: relative;
    background-image: url(../images/login_header.png);
    width: 471px;
    height: 57px;
}

#login_main {
    position: relative;
    background-image: url(../images/login_background.png);
    width: 471px;
    height: 286px;	
    font-size: 14px;
}

#login_main #username {
    position: absolute;
    left: 35px;
    top: 40px;
    width: 400px;
    height: 50px;
    font-weight: bold;
}

#login_main #password {
    position: absolute;
    left: 35px;
    top: 90px;
    width: 400px;
    height: 50px;
    font-weight: bold;
}

#login_main #skin {
    position: absolute;
    left: 35px;
    top: 140px;
    width: 400px;
    height: 50px;
    font-weight: bold;
}

#login_main #skin_control {
    position: relative;
    width: 139px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

#login_main #button {
    position: absolute;
    left: 35px;
    top: 230px;
    width: 400px;
    height: 50px;
}

#login_main #message {
    position: absolute;
    left: 35px;
    top: 190px;
    width: 400px;
    height: 30px;
}
#login_main #title {
    position: absolute;
    left: 35px;
    top: 10px;
    width: 400px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: large;
}

#login_main #message2 {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 445px;
    height: 40px;
    color: red;
    font-size: 12px;
    text-align: center;
}

.context_menu a {
    display: inline-block;
    width: 100%;
}

.context_menu a::first-letter {
    text-transform: capitalize;
}

.context_menu li {
    list-style: none;
}

.context_menu a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.context_menu ul {
    margin: 0;
    padding: 0;
}

#busybox,
#login_page_busybox {
    z-index: 99999;
    background: white url(../images/wait_icon.gif) center no-repeat;
    border: solid 1px black;
}
#busybox {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50%);
}
#login_page_busybox {
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
