/*
 * 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.
 */

.btn-primary{
    color: #E9A553 !important;
    background-color: #365176 !important;
}

.btn-primary:hover, .btn-primary:active{
    color: #F2A645 !important;
    background-color: #1F3553 !important;
}

#home {
    background: #347480 !important;
}

.home-view{
    background-image: url('../img/clayton_bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    background-attachment: fixed !important;
    overflow: hidden !important;
    position: relative;
    height: 100vh;
}

#home_logo{
    width: 175px;
    margin-top: 10px !important;
    margin-left: 9px;
}

#home_header {
    display: block;
    height: 8.5vh;
    margin: 0;
    padding: 0 13px 0 0;
    position: relative;
    background-color: #1F3553;
}

#main_div {
    height: 79.5vh;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12vh;
}

#logo {
    padding: 5px 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

#logo img {
    height: -webkit-fill-available !important;
}

.container>.row {
    padding: 20px 30px 30px 30px;
    border: 20px;
}

.txt-color-blue{
    color: #1F3553 !important;
}

#login-form1 {
    background-color: transparent;
}

#extr-page #header{
    background: #1F3553 !important;
    border-bottom: none !important;
}

.smart-style-1 aside {
    background: #1F3553 !important;
}

.smart-style-1 .login-info a, .smart-style-1 nav ul li a, .smart-style-1 nav ul ul li > a {
    color: #E9A553;
}

.smart-style-1 .btn-header>:first-child>a {
    border: 1px solid #E9A553;
    color: #1F3553 !important;
    background: #E9A553;
}

.smart-style-1 .MsgTitle .txt-color-orangeDark {
    color: #C02631 !important;
}

div#Msg1 {
    background-color: #192940 !important;
    color: #e93c3c !important;
}

.well {
    background: none;
    opacity: 0.88;
    border: 0.5px solid cadetblue;
}