/*
 * 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
 */
#extr-page #header #logo {
    margin-top:12px;
    margin-left:0;
}
#logo {
    display:inline-block;
    width:175px;
    margin-top:3px;
    margin-left:35px
}
#logo img {
    width: 95px;
    height: auto;
    padding-left: 0px;
}
.btn-disabled>:first-child>a{
    font-size:16px;
    color:black;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-weight: 400;
    height: 30px;
    line-height: 24px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none!important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    margin: 10px 2px 0px;
}
.menu-on-top .menu-item-parent {
    max-width: 300px;
    min-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px){
.widget-body .form-horizontal .control-label {
    text-align: left; 
}
}
#id_roles li {
    
    list-style-type: none;
   margin-left:-40px;
}

.errorlist {
    color:#b94a48;
    display: inline-block;
    vertical-align: middle;
    padding-left:40px;
}

.errornote{
    color:#b94a48;
    content: "\f2c3";
    
}
p.errornote:before{
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
 }
 
 p.errornote:before {
    content: "\f057";
 }

 /*responsive css for mobile view*/
 @media (max-width: 530px){
    #header {
        padding-bottom: 100px;
    }
    #ribbon {
        padding-top: 50px;
    }
    #left-panel {
        padding-top: 100px;
    }
    .fixed-ribbon #content {
        padding-top: 100px;
    }
    #logo{
       vertical-align:middle;
       margin-left:15px;
    }
    #logo img{
        width: 160px;
    }
    #header #balance{
        min-width:100%;
        text-align:right;
    }

}

#terms-error {
    color: #b94a48;
}

#id_password-error{
    color: #b94a48;
}

#id_username-error{
    color: #b94a48;
}
.modal-backdrop{
    height:500%;
}
.terms-body {
    max-height: 450px;
}


 


