/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.page-footer {
    background: #739321;
}

aside {
    display: block;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,#739321 93%,#2a2725 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,#739321),color-stop(100%,#2a2725));
    background: -webkit-linear-gradient(left,#739321 93%,#2a2725 100%);
    background: -o-linear-gradient(left,#739321 93%,#2a2725 100%);
    background: -ms-linear-gradient(left,#739321 93%,#2a2725 100%);
    background: linear-gradient(to right,#739321 93%,#2a2725 100%);
    min-height: 100%;
}

nav ul .active>a {
    color: #fff!important;
    position: relative;
}

nav ul li a {
    color: #333;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
    /*width: 10%;*/
}


.form-horizontal .control-label {
    text-align: left;
}

.fixed-ribbon #content {
    padding-top: 10px;
}