/*CSS*/
#new_header_leftcell img {
    margin: 20px 10px 0 10px;
    float: left;
}
table#page_header {
    background-image: none;
    background-color: #fff;
    height: 80px;
    border-bottom: 16px solid #a0aeb5;
}

div#webtop_favorites_outer_container {
    margin-bottom: 30px;
}
table#page_header td#header_rightcell span#webtop_header_message{
    display: none;
}

table#page_header td#header_rightcell button#disconnect img {
    display: none;
}
table#page_header td#header_rightcell {
    padding-top: 9px;
}
table#page_header td#header_rightcell button {
    padding: 6px 10px;
}
table#page_header td#header_rightcell button#disconnect:hover {
    background: #7d8692; 
    background-color:#7d8692;
}

table#page_header td#header_leftcell img {
    display: none;
}

div#page_footer {
    width: 100%;
    border-top: 1px solid rgba(219, 219, 219, 0.08);
    padding: 6px 0px 20px 0;
    margin: 0px 0 0 0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 0px 1px rgba(55, 55, 55, 0.08);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
div#page_footer div {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    font-size: 12px;
    color: #738191;
}


/*mobile styles*/
@media (min-width:500px){
    table#page_header td#maxTimeoutTd {
        right: 16px;
        position: absolute;
        top: 68px;
        padding-top: 0px;
        height: 20px;
    }
    table#page_header {
        height: 110px;
    }
}

 #new_header_leftcell img {
    margin: 20px 10px 0 10px;
    float: left;
    width: 309px;
    height: 44px;
}
table#page_header {
    border-bottom: 16px solid #CC0000;
}
/*mobile styles*/
@media (max-width:499px) {
    #new_header_leftcell img {
        margin: 10px 10px 0 10px;
        float: left;
        width: 200px;
        height: 28px;
    }
}
#new_header_leftcell {
    *background: url(https://cdn.f5.com/websites/globalapm/logos/remote-access-logo.png) no-repeat 10px 20px;
}
#new_header_leftcell img {
    *width: 380px;
    *visibility: hidden; 
}
