﻿
.header_panel {
    height: 85px;
    padding: 0;
    color: #333333;
    background-color: #f0f0f0;
    margin-bottom: 3px;
}

    .header_panel .solution_image {
        float: left;
        margin-left: 5px;
        max-height: 100px;
    }

.header_panel .pageImage {
        height: 49px;
    }

.SHS .pageImage {
    background: no-repeat;
    display: inline-block;
    min-height: 78px;
    min-width: 150px;
    background-size: 150px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 5px;
}


.SHS .header_panel .systemStatus {
    /*float: right;*/
    /*width: 290px;*/
}

.SHS .header_panel .pageStatus {
    /*width: 325px;*/
    /*margin-left: 15px;*/
}

.SHS .header_panel .logoInformation {
    /*width: 300px*/
}

.SHS .solution_image {
    background: url(/Images/oculys-support-logo.png) no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px;
    width: 60px;
    background-size: 60px;
    margin-left: 7px;
    margin-top: 13px;
}

.SHS .currentTime {
    font-size: 35px;
    line-height: 36px;
    margin-left: 0;
    display: inline-block;
}

.SHS .currentDate {
    text-align: left;
    font-size: 15px;
    margin-top: 14px;
    display: block;
    margin-left: 0;
}

.SHS .toolsMenu {
    top: 34px;
}

.SHS .tools_menu .tool_button {
    margin-bottom: 0;
}

.SHS .systemStatus .loginStatus {
    margin-top: 5px;
}

.header_panel .logoInformation {
    /*float: left;*/
    /*width: 350px;*/
    vertical-align: middle;
}

.header_panel .pageStatus {
    /*width: 260px;*/
    text-align: center;
    /*float: left;*/
    vertical-align: bottom;
}

.header_panel .systemStatus {
    /*float: left;*/
    /*width: 340px;*/
    /*padding-right: 10px;*/
}

    .header_panel .systemStatus .loginStatus {
        height: 70px;
        text-align: right;
        font-size: 13px;
        margin-top: 10px;
    }

.tools_menu {
    padding: 1px;
    float: right;
    clear: right;
}

.toolsMenu {
    position: absolute;
    top: 56px;
    right: 21px;
    width: auto;
}

.tools_menu .tool_button {
    float: left;
    margin: 0 0 5px 10px;
    text-decoration: none;
    border: 0;
}

.tools_menu .aspNetDisabled {
    opacity: 0.3;
}

.tools_menu .tool_button .tool_button_image {
    width: 45px;
    height: 45px;
    float: left;
    text-decoration: none;
    border: 0;
}

a img {
    border: 0;
}
