/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.sidebar-left {
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #0f1249;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.sidebar-left .nav-pills>li>a {
    padding: 12px 10px;
    font-size: 14px;
     font-weight: 800;
    border-left: solid 4px #293949;
    border-radius: 0;
    color: white;
}
#header .brand {
    float: left;
    width: 240px;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}
#header {
    z-index: 200;
    background: #0f1249;
    min-height: 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-right: 0;
}
panel-default>.panel-heading {
    border-color: #eff2f7;
    background: #0f1249;
    color: #ffffff;
}
.panel-default>.panel-footer {
    border-color: #eff2f7;
    background: #0f1249;
    color: #767676;
}
.sidebar-left .nav>li>.nav-sub>li>a {
    padding-left: 43px;
    padding-right: 8px;
    color: white;
}
.panel-solid-default>.panel-body, .panel-solid-default>.panel-footer, .panel-solid-default>.panel-heading {
    background:#2b2b2b;
    color: #fff;
    border: none;
}
.sidebar-left .nav>li>a:hover {
    color: #fff;
    border-left: solid 4px #ffffff;
    background-color: #293949;
}
.sidebar-left .nav>li>a:hover {
    color: #fff;
    border-left: solid 4px #ffffff;
    background-color: #1abc9c;
}
.panel-default>.panel-heading {
    border-color: #eff2f7;
    background: #0f1249;
    color: #767676;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
    color: white;
}
.panel-default>.panel-heading {
    border-color: #eff2f7;
    background: #0f1249;
    color: #ffffff;
}

.main-content-wrapper #main-content .h1, h1, h2, h3, h4, h5, h6 {
    font-family: auto;
}
.panel-view-cart .item {
    padding: 15px;
    border-bottom: 1px solid #eff2f7;
    font-size: 16px;
    color: #888;
}
.col-xs-7 {
    width: 58.33333333%;
    font-size: 18px;
}
.badge.badge-primary {
    background-color: #e84c3d;
    color: #fff;
}
.sidebar-left .nav-pills>li>a {
    padding: 12px 10px;
    font-size: 13px;
    border-left: solid 4px #293949;
    border-radius: 0;
    color: white;
}
.btn-primary.btn-3d {
    -webkit-box-shadow: 0 6px 0 #14a084;
    -moz-box-shadow: 0 6px 0 #14a084;
    box-shadow: 0 6px 0 #14a08400;
}
a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #797979;
}
#header .dropdown.settings>a {
    font-weight: 600;
    font-size: 12px;
    color: wheat;
}
.sitebuilder-feature-row img {
    display: block;
    margin: 0 auto 5px auto;
    width: 100px;
}
#header .dropdown.settings>a {
    font-weight: 600;
    font-size: 12px;
    color: white;
}
.panel>.panel-heading {
    background: #158888;
    font-size: 13px;
}
.panel-title {
    margin-top: 0;
    font-size: 16px;
    color: white;
    font-family: 'Open Sans';
}

.label-default {
    background-color: #efc00e;
}
.sidebar-left .nav-pills>li>a {
    padding: 12px 10px;
    font-size: 13px;
    border-left: solid 4px #f9fcff;
    border-radius: 0;
    color: white;
}
.panel-default>.panel-footer {
    border-color: #eff2f7;
    background: #158888;
    color: #767676;
}

a:link, a:visited {
    text-decoration: none;
    outline: 0;
    color: #440404;
}
body {
    color: #5c5c5c;
    background: #F0F1F6;
    font-family: 'Open Sans',sans-serif;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    position: relative;
    font-weight: 900;
    min-height: 100%;
}