/* start profile dropdown */
#header .navbar-content {
    width: 270px;
    padding: 20px 20px 0;
    padding-bottom: 0px;
    background: #ffffff;
    display: inline-block;
    color: #347cac;
}

#header .navbar-content:before, #header .navbar-content:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-content .navbar-content-left {
    float: left;
    width: 40%;
}

#header .navbar-content .navbar-content-right {
    float: left;
    width: calc(60% - 10px);
    padding-left: 5px;
}

#header .navbar-content .navbar-content-links .navbar-content-link {
    width: 33.3%;
    float: left;
    padding: 38px 0 20px 0;
    text-align: left;
}

#header .navbar-content .navbar-content-links .navbar-content-link:nth-child(2) {
    text-align: center;
}

#header .navbar-content .navbar-content-links .navbar-content-link:nth-child(3) {
    text-align: right;
}

#header .navbar-content .navbar-content-links .navbar-content-link a {
    font-size: 14px;
}

#header .navbar-content .navbar-content-links .navbar-content-link a:hover {
    text-decoration: underline;
}

#header .navbar-content .navbar-content-right,
#header .navbar-content a {
    color: #347cac;
}

#header .navbar-content .user-types {
    display: block;
    overflow: hidden;
    width: 67%;
    float: left;
    border-right: 1px dotted #347cac;
}

#header .navbar-content .user-type {
    word-break: break-all;
    padding: 0 0 3px;
    float: left;
    width: 100%;
    text-align: left;
    color: #347cac;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    line-height: 14px;
}

#header .navbar-content .user-type:nth-child(2) {
    font-size: 10px;
    line-height: 10px;
    padding-top: 3px;
}

#header .navbar-content .user-type a {
    color: #ffffff;
    font-size: 10px;
}

#header .navbar-content .version {
    width: 30%;
    float: left;
    padding: 12px 0 0 5px;
    text-align: right;
    height: 12px;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 12px;
}

#header .navbar-content .divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 48px;
    width: 100%;
}

#header .navbar-nav.navbar-right:last-child {
    margin-right: 15px !important;
}

#header .navbar-footer {
    background: #ffffff none repeat scroll 0 0;
    border-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: table;
    padding: 20px 0;
    width: 100%;
}

#header .navbar-footer-content {
    display: inline-block;
    width: 100%;
}

.dropdown-menu {
    padding: 0px;
    overflow: hidden;
}

#header .navbar-footer .footer-left-half {
    float: left;
    width: 50%;
    text-align: left;
}

#header .navbar-footer .footer-left-half a {
    margin-left: 20px;
}

#header .navbar-footer .footer-right-half {
    float: right;
    width: 50%;
    text-align: right;
}

#header .navbar-footer .footer-right-half a {
    margin-right: 20px;
}

#header #profile-dropdown {
    display: inline-block;
    position: relative;
    margin: 7px 14px 0 14px;
    float: left;
    padding: 0;
    line-height: 7px;s
}

#header #profile-dropdown .avatar {
    height: 32px;
    line-height: 32px;
    width: 32px;
}

#header #profile-dropdown .dropdown-icon {
    height: 100%;
    float: left;
}

#header #profile-dropdown .dropdown-icon span {
    font-size: 16px;
}

#header #profile-dropdown .dropdown-username {
    padding: 15px 5px;
    float: left;
}

#header #dropdown-profile-content {
    display: inline-block;
}

#header .dropdown-content {
    min-width: 160px;
    left: -57px;
    top: 52px;
    -moz-user-select: text;
    animation: 0.2s ease 0s normal none 1 running gb__a;
    background: #fff repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    color: #000;
    display: none;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

#header ul.dropdown-content li {
    margin: 0;
}

#header.cells > .menu-cell-wrapper {
    display: inline-block;
}

#header .profile-btn {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #347cac;
    border-radius: 2px;
    display: inline-block;
    line-height: 28px;
    padding: 0 12px;
    color: #347cac;
}

#header .profile-btn:hover {
    background: #f2f2f2;
    text-decoration: none;
}

#header .dropdown-triangle-a {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent rgba(0, 0, 0, 0.2);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    height: 0;
    left: 6.5px;
    position: absolute;
    top: 44px;
    width: 0;
    z-index: 3;
}

#header .dropdown-triangle-b {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 2px 8.5px 8.5px;
    display: none;
    height: 0;
    left: 6.5px;
    position: absolute;
    top: 44px;
    width: 0;
    z-index: 4;
}

#header .dropdown-content .icon {
    font-size: 12px;
}

/* end profile dropdown */


/* start quickmenu dropdown */

#header #quickmenu-dropdown {
    display: block;
    position: relative;
    margin: 7px 13px 0 1px;
    float: left;
    width: 20px;
    height: 20px;
}

#header #quickmenu-dropdown .dropdown-icon:hover {background:#5EA9D1;}

#header #quickmenu-dropdown .dropdown-content {
    top: 50px;
}

#header #quickmenu-dropdown .dropdown-content .navbar-content {
    width: 350px;
    height: auto;
    padding: 10px 10px 15px 10px;
}

#header #quickmenu-dropdown .dropdown-content .lims-side-quickmenu {
    position: relative;
    text-align: center;
}

#header #quickmenu-dropdown .dropdown-content .lims-side-quickmenu .quick-item {
    float: left;
    width: 33.3%;
    text-align: center;
    padding: 15px 0;
}
#header #quickmenu-dropdown .dropdown-content .lims-side-quickmenu .quick-item:hover {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

#header #quickmenu-dropdown .dropdown-content .lims-side-quickmenu .quick-item .menu-icon {
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 110px;
}

#header #quickmenu-dropdown .dropdown-content .lims-side-quickmenu .quick-item .menu-icon:hover {
    background: none;
}

#header #quickmenu-dropdown .dropdown-content .lims-side-quickmenu .quick-item .menu-title {
    text-align: center;
    line-height: 20px;
}

#header #quickmenu-dropdown .dropdown-triangle-a,
#header #quickmenu-dropdown .dropdown-triangle-b {
    top: 42px;
}

#header #quickmenu-dropdown .dropdown-icon {
    height: 100%;
    padding: 4px 8px 9px 4px;
    width: 100%;
}
#header #quickmenu-dropdown .dropdown-icon span {
    font-size: 16px;
    padding: 0 0 0 4px;
}

/* end quickmenu dropdown */

/* start export dropdown */
#dropdown-export-content {
    /*display: inline-block;*/
}

#dropdown-export-content .dropdown-content {
    -moz-user-select: text;
    animation: 0.2s ease 0s normal none 1 running gb__a;
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    color: #000;
    display: none;
    left: 0;
    margin: 0;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    top: 48px;
    z-index: 2;
}

#dropdown-export-content .dropdown-content li {
    margin: 0;
}

#dropdown-export-content .dropdown-triangle-a {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent rgba(0, 0, 0, 0.2);
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    display: none;
    height: 0;
    left: 9.5px;
    position: absolute;
    top: 39px;
    width: 0;
    z-index: 3;
}

#dropdown-export-content .dropdown-triangle-b {
    animation: 0.2s ease 0s normal none 1 running gb__a;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 2px 8.5px 8.5px;
    display: none;
    height: 0;
    left: 9.5px;
    position: absolute;
    top: 39px;
    width: 0;
    z-index: 4;
}

#dropdown-export-content .dropdown-content .navbar-content {
    height: auto;
    padding: 15px 10px 5px 5px;
    width: 100px;
}
#dropdown-export-content .navbar-content {
    background: #ffffff none repeat scroll 0 0;
    color: #347cac;
    display: inline-block;
    padding: 20px 20px 0;
    width: 270px;
}

#dropdown-export-content .navbar-content .export-element {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

#dropdown-export-content .navbar-content .export-element:last-child {
    margin-bottom: 0;
}
/* end export dropdown */