/* Table of Contents ================================================== # Header # Application # Media Queries */ /* # Header ================================================== */ .header-fixed { left: 0; position: fixed; right: 0; top: 0; z-index: 1030; } .header { background: rgba(255,255,255,1); border-bottom: 1px solid rgba(225,232,237,1); box-shadow: 0 1px 3px rgba(225,232,237,1); box-sizing: border-box; height: 80px; padding: 0 10px; width: 100%; } .header-brand > a { color: rgba(0,132,255,1); float: left; font-size: 44px; line-height: 88px; text-decoration: none; } .header-brand > a > img { margin-top: 7px; height: 44px; } .header-trunk { float: left; list-style-type: none; margin: 0 0 0 20px; padding: 0; } .header-trunk > li { float: left; } .header-trunk > li.btn-group a { border-radius: 0; } .header-trunk > li.btn-group + li.btn-group { margin: 0; } .header-trunk > li > a { background: rgba(255,255,255,1); border-radius: 0; border-right: 1px solid rgba(230,237,242,1); box-sizing: border-box; color: rgba(102,117,127,1); display: block; font-size: 13px; font-weight: 500; line-height: 13px; letter-spacing: 1px; overflow: hidden; padding: 33px 15px 32px 15px; text-align: center; text-decoration: none; text-transform: uppercase; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; width: 220px; } .header-trunk > li:first-child > a { border-left: 1px solid rgba(230,237,242,1); } .header-trunk > li > a > .badge, .header-trunk > li > a > .label { display: inline-block; font-size: 10px; letter-spacing: 0; line-height: 10px; min-width: 10px; padding: 4px; text-transform: none; vertical-align: middle; } .header-trunk > li.header-trunk-navicon a { font-size: 32px; line-height: 32px; padding: 24px 10px 20px 10px; width: 74px; } .header-trunk > li > ul.dropdown-menu { border-top-right-radius: 0; border-top-left-radius: 0; box-shadow: 0 1px 2px rgba(56,67,81,0.75); margin: 0 0 0 -1px; padding: 10px 0; width: calc(100% + 2px); } .header-trunk > li > ul.dropdown-menu > li.divider { margin: 14px 0 10px 0; } .header-trunk > li .badge, .header-trunk > li .label { margin: -8px 0 -6px 0; } .header-search { float: left; margin: 19px 0 0 20px; width: 280px; } .header-search > input { margin: 0; } .header-nav { float: right; list-style-type: none; margin: 26px 0 10px 0; padding: 0; } .header-nav > li { color: rgba(43,50,53,1); display: inline-block; font-size: 13px; font-weight: 500; margin-left: 15px; line-height: 13px; } .header-nav > li:first-child { margin-left: 0; } .header-nav > li > a { border: 1px solid transparent; border-radius: 2px; color: rgba(102,117,127,1); letter-spacing: 1px; padding: 14px 0 13px 0; text-decoration: none; text-transform: uppercase; } .header-nav > li.bordered > a { border-color: rgba(230,237,242,1); padding-right: 20px; padding-left: 20px; } .header-user { float: right; font-size: 13px; margin: 19px 0 0 15px; } .header-user > a { color: rgba(102,117,127,1); text-decoration: none; } .header-user img, .header-user-placeholder { background: rgba(176,193,206,1); color: rgba(255,255,255,1); border-radius: 500px; display: inline-block; height: 40px; margin: 0; padding: 0; text-align: center; width: 40px; vertical-align: middle; } .header-user-placeholder > i { font-size: 26px; line-height: 44px; } .header-user > ul.dropdown-menu { margin: -8px 10px 0 0; } .header-toggle > a { color: rgba(102,117,127,1); float: right; font-size: 40px; padding: 4px 0px 3px 14px; text-decoration: none; } /* # Application ================================================== */ .header-app { height: 60px; } .header-app .header-brand > a { line-height: 67px; } .header-app .header-trunk > li > a { padding: 23px 15px 22px 15px; } .header-app .header-trunk > li.header-trunk-navicon a { padding: 13px 10px 11px 10px; } .header-app .header-search { margin-top: 9px; } .header-app .header-nav { margin-top: 17px; } .header-app .header-user { margin-top: 10px; } /* # Media Queries ================================================== */ @media only screen and (min-width: 768px) and (max-width: 959px) { .header-trunk > li > a { width: 180px; } } @media only screen and (max-width: 767px) { .header { height: 50px; padding: 0; } .header-brand > a, .header-app .header-brand > a { font-size: 36px; line-height: 57px; } }