﻿/*************
*   Search   *
*************/
nav .search {
    margin: 1.8rem 3rem 1.8rem 1.3rem;
    float: right;
}
/********************
*   Button / Link   *
********************/
/* Fake Tabs */
.sub-line-tab {
    display: block !important;
    margin-top: 0.5rem !important;
    margin-left: 0 !important;
}
/************
*   Header  *
************/
#bg-header {
    background-color: #5e594d;
    height: 182px;
}
header {
    height: 182px;
}
.logo {
    margin: 0.9rem 0;
    position: absolute;
    left: 50%;
    margin-left: -117px;
}
nav {
    border-top: solid 1px #e5e4e3;
    top: 91px;
    left: 0;
    width: 100%;
    margin: 0 auto;
}
li.top-item:hover ul.submenu {
    left: 0;
    margin-left: 0;
}
#blockLog {
    position: absolute;
    top: -90px;
    right: 3rem;
}
/***************
*   Content   *
**************/
body, #Form1 {
    min-height: 90.5%;
    padding-bottom: 2rem;
}
.wrapper {
    min-width: 700px;
    margin: 6.1rem 0 0 0;
}

#headGlobalPageReports>.flexTitle {
    display: list-item !important;
    list-style: none !important;
    margin-bottom: 0.5rem !important;
}
.mobileWidth {
    min-width: 900px;
}
/*************
*   Mobile   *
*************/
.hideMobile {
    display: none !important;
}
/* END: Mobile */