body:{
    font-family: Roboto,sans-serif;
    color:#222222;
background:#f4f4f4;
}
a{
    color:#2773cb;
}
.Analytics h2{
        font-weight: 700;
    font-size: 1.5em;
    color: #333333;
    white-space: nowrap;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.admin-product-table thead {
    background-color: #ececec;
}
#search-form.callout-region {
    background-color: #161e31;
    color: white;
    padding: 0;
    text-align: left;
}
.feature-region {
    background-image: -webkit-linear-gradient(to right, #1c2840, #1c2840 50%, #1c2840);
    background-image: linear-gradient(to right, #1c2840, #1c2840 50%, #1c2840);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1A7994', endColorstr='#FF1A7994', GradientType=1);
    min-height: 15px;
}
#search-form .search-box {
    padding: 0 10px 0 30px;
    border-radius: 2px;
    font-size: 18px;
}
#main{
background-color: #f4f4f4;
    min-height: calc(100% - 100px);
padding-top:20px;
}

.StickyHeader{
background-color: #f4f4f4;
border: 0;
}

#app-header .col-xs-12.col-sm-6.col-md-7{
    width:85%;
}
#app-header{
    padding: 5px 0 15px;
}
.StickyHeader__Title{
margin-top:-20px;
font-size:1.5em;
}
#app-header .AccountDropdown--margin-top{
    width:15%;
}
.btn-info{
    background:#2773CB;
    border:0;
    border-radius: 2px;
    margin-bottom: .5em;
    padding: 10px 15px;
    vertical-align: top;
}
.btn-info:hover{
    background:#1A66BE;
}
#app-header .nav>li>a {
    padding: 10px 15px 10px 15px;
}
#app-header .nav>li>a:hover {
    text-decoration:none;
}
.header-nav ul {
    margin-left: 0px;
}
.header-nav ul li:hover{
transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
-moz-transition:all 0.1s linear;
    border-bottom: 5px solid #3b99fb;
}
.navbar {
    margin-bottom: 0px;
    margin-top:8px;
    margin-left:40px;
}
#main .btn-link{
    border: 1px solid #d8d8d8;
    background: 0 0;
    font-size: 14px;
    border-radius: 2px;
    padding: 9px 15px;
    cursor: pointer;
    outline: 0;
}
.header-branding h1 a{
    height:50px;
}
.hamMenu{
    display: none;
position:relative;
    fill: #1c2840;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    z-index: 1012;
    float: left;
    margin-right: 20px;
}
.hamMenu i{
line-height: 80px;
    font-size: 32px;
    color: #1c2840;
}
.hamMenu i.textWhite{
transition:color 0.1s ease-in-out;
color:#fff;
}
@media (max-width: 1200px){
    .navbar {
        margin-left:25px;
    }
}

@media (max-width: 992px){
    .navbar {
        margin-left:0px;
    }
    #app-header .col-xs-12.col-sm-6.col-md-7 {
        width: 85%;
    }
}


@media (max-width: 768px){   
.header-branding{
position: absolute;
    left: 62.5%;
    transform: translateX(-50%);
}
    .hamMenu{
        display:block;
    }
    .header-nav{
        position: fixed;
        width: 50%;
        background: #161f31;
       color:#ffffff;
        height: 100vh;
        z-index: 1005;
        overflow: hidden;
        top: 0;
        left: -50%;
        transition:left 0.1s ease-in-out;
    }
    .header-nav.open{
        left:0;
    }
    .header-nav .navbar{
        width: 100%;
        height: 100%;
        margin: 0;
margin-top: 60px;
    }
    .header-nav ul.nav{
        margin: 0;
        width: 100%;
        height: 100%;
    }
    .header-nav ul.nav li{
        margin: 0;
        width: 100%;
        height: 50px;
        display:block;
        padding-left: 20px;
    }
}
@media (max-width: 736px){ 
#app-header .AccountDropdown--margin-top {
    width: auto;
    position: absolute;
    right: 0;
}
}
@media (max-width: 600px){
 .header-nav{
width:100%;
left:-100%;
}
}
@media (max-width: 475px){
#app-header .AccountDropdown--margin-top {
    width: auto;
    position: relative;
    width: 100%;
    height: 37px;
}
#user-nav{
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1004;

}
}