.coupon-styles {
    padding: 20px;
    text-align: center;
    margin-bottom: 30px
}

.well-nobg {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    margin-top: 10px
}

.well-account {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well-account-header {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 0
}

.home-gray-links a {
    padding: 0 48px;
    display: block
}

.link-margin {
    margin-left: 30px
}

.footer-links-social {
    background-color: #eaeaea;
    padding: 40px
}

.gray-footer-links a {
    display: inline-block;
    font-family: 'Lato';
    font-weight: 900
}

.gray-footer-social {
    text-align: right
}

.gray-footer-social a {
    padding: 0 10px;
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 900
}

.system-status-green {
    padding: 100px;
    background-color: green
}

.system-status-red {
    padding: 100px;
    background-color: red
}

.home-banner {
    font-size: 20px;
    min-height: 500px
}

.home-banner h1 {
    font-size: 35px;
    color: #bf1e2d;
    margin-top: 10px
}

.home-banner a {
    display: inline-block;
    padding: 10px;
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px
}

.home-banner a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #b5121c !important;
    text-decoration: none
}

@media (min-width:1200px) {
    .home-banner {
        background-image: url(/themes/salix/images/home-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: left
    }
}

@media (max-width:1199px) {
    .home-banner {
        background-image: url(/themes/salix/images/home-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: left
    }
}

@media (max-width:979px) {
    .home-banner {
        background-image: none;
        text-align: center
    }
}

@media (max-width:767px) {
    .home-banner {
        background-image: none;
        text-align: center
    }
}

@media (min-width:100px) and (max-width:768px) {
    .home-banner {
        background-image: none;
        text-align: left
    }
    .home-banner h1 {
        font-size: 40px
    }
}

.home-phone-bar {
    padding: 20px;
    font-family: 'Lato';
    font-size: 24px;
    color: #fff;
    text-align: center
}

.home-phone-bar a {
    color: #fff !important
}

fieldset.acme {
    border: 5px solid #d5d5d5;
    padding: 20px;
    margin-bottom: 10px
}

legend.acme {
    display: block;
    width: auto;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 20px;
    color: #bf1e2d;
    border: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .gray-footer-links a {
        width: 100%;
        padding: 5px 5px
    }
    .gray-footer-social a {
        margin-top: 20px;
        padding: 0 5px
    }
    .gray-footer-social {
        margin-top: 20px;
        text-align: left
    }
}

#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .9)
}

#login-dp .help-block {
    font-size: 12px
}

#login-dp .bottom {
    background-color: rgba(255, 255, 255, .9);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px
}

#login-dp .social-buttons {
    margin: 12px 0
}

#login-dp .social-buttons a {
    width: 49%
}

#login-dp .form-group {
    margin-bottom: 10px
}

.btn-fb {
    color: #fff;
    background-color: #3b5998
}

.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}

.btn-tw {
    color: #fff;
    background-color: #55acee
}

.btn-tw:hover {
    color: #fff;
    background-color: #59b5fa
}

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff
    }
    #login-dp .bottom {
        background-color: inherit;
        border-top: 0 none
    }
}

#search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    -moz-transform: translate(0, -100%) scale(0, 0);
    -o-transform: translate(0, -100%) scale(0, 0);
    -ms-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0
}

#search.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1
}

#search input[type="search"] {
    position: absolute;
    top: 25%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none
}

#search .btn {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px
}

fieldset.section {
    border: 5px solid #e9e9e9;
    padding: 20px;
    margin-bottom: 10px
}

legend.section_label {
    display: block;
    width: auto;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 20px;
    color: #333;
    border: 0;
    margin-bottom: 0
}

.login_sections {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center
}

b.red {
    color: red
}

input[type="radio"] {
    margin-top: -5px;
    margin-right: 6px
}

h1.dashboard,
h1.dashboard a {
    padding: 0;
    margin: 0;
    font-size: 22px;
    text-decoration: none
}

.dash-section {
    background-color: #fff;
    padding: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #d3cbcb;
    width: 90%
}

.dash-btn2-inactive {
    color: #EEE;
    padding: 20px !important;
    -webkit-box-shadow: 0 6px 4px rgb(112, 112, 112);
    -moz-box-shadow: 0 6px 4px rgb(112, 112, 112);
    box-shadow: 0 6px 4px rgb(112, 112, 112);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #9ea1cd;
    width: 155px !important;
    height: 155px !important;
    margin-top: 7px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
    overflow: visible;
    font-size:13px;
}

.dash-btn2 {
    color: #FFF;
    padding: 20px !important;
    -webkit-box-shadow: 0 6px 4px rgb(112, 112, 112);
    -moz-box-shadow: 0 6px 4px rgb(112, 112, 112);
    box-shadow: 0 6px 4px rgb(112, 112, 112);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #294b9e;
    width: 155px !important;
    height: 155px !important;
    margin-top: 7px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
    overflow: visible;
    font-size:13px;
}

.dash-btn-user {
    color: #FFF;
    padding: 7px !important;
    -webkit-box-shadow: 0 6px 4px rgb(112, 112, 112);
    -moz-box-shadow: 0 6px 4px rgb(112, 112, 112);
    box-shadow: 0 6px 4px rgb(112, 112, 112);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #3d4388;
    width: 140px !important;
    height: 140px !important;
    margin-top: 7px;
    font-size:11px;
}

.btn-custom {
    background-color: hsl(26, 100%, 44%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7a14", endColorstr="#e06100");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ff7a14), to(#e06100));
    background-image: -moz-linear-gradient(top, #ff7a14, #e06100);
    background-image: -ms-linear-gradient(top, #ff7a14, #e06100);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7a14), color-stop(100%, #e06100));
    background-image: -webkit-linear-gradient(top, #ff7a14, #e06100);
    background-image: -o-linear-gradient(top, #ff7a14, #e06100);
    background-image: linear-gradient(#ff7a14, #e06100);
    border-color: #e06100 #e06100 hsl(26, 100%, 41.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .16);
    -webkit-font-smoothing: antialiased
}

.alt1 {
    background-color: #ffffff !important;
    padding: 10px
}

.alt2 {
    background-color: #eeeeee !important;
    padding: 10px
}

/* textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    padding: 4px 7px;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.2em;
    text-transform: none;
    color: #7d7d7d;
    text-decoration: none;
    position: relative;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    background: #fff;
    box-shadow: none
} */

/* textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    box-shadow: none;
    border-color: #666
}

input[type='submit'],
input[type='reset'] {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429
} */

.badge {
    padding: 1px 9px 2px;
    font-size: 12.025px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px
}

.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.badge-error {
    background-color: #b94a48
}

.badge-error:hover {
    background-color: #953b39
}

.badge-warning {
    background-color: #f89406
}

.badge-warning:hover {
    background-color: #c67605
}

.badge-success {
    background-color: #468847
}

.badge-success:hover {
    background-color: #356635
}

.badge-info {
    background-color: #3a87ad
}

.badge-info:hover {
    background-color: #2d6987
}

.badge-inverse {
    background-color: #333
}

.badge-inverse:hover {
    background-color: #1a1a1a
}

label {
    margin-bottom: 0px !important;
    font-weight: bold !important;
    color: #00529b !important
}

.well-account-header h4 {
    color: #fff !important;
    margin: 0
}
