body {
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    cursor:pointer;
}

.b {font-weight: bold;}
.u {text-decoration: underline;}
.i {font-style: italic;}

.ct {text-align:center;}
.lt {text-align:left;}
.rt {text-align:right;}
.jt {text-align:justify;}

.spacer {
    height: 8px;
}

.login-client-logo {
    max-width: 350px;
}

.form-container {
    margin: 12px;
}

.sb-input {
    background-color: #e1e1e1;
    border-color: #b8b8b8;
    border-width: 2px;
}

.subtext {
    color: gray;
    font-size: 12px;
}

.negative-top-6 {
    margin-top: -6px;
}

.bold-link {
    font-weight: bold;
    color: black;
}

.brand-selection-logo {
    width:100px;
}

.login-container {
    background-color: white;
    position: absolute;
    top: 5%;
    left: 5%;
    max-width: 370px;
    padding: 18px;
}

.gray {
    color: gray;
}

.white {
    color: white;
}

.main-container {
    height: 100%;
}

.text-white {
    color: white
}

.footer {
    background-color: black;
    max-height: 50px;
    width: 100%;
    text-align: center;
    color: gray;
}

.footer-link {
    color: grey;
}

.footer-link:visited {
    color: gray;
}

.account-recovery-modal-lg {
    width:900px;
    max-width: 900px;
}

.admin-email {
    font-weight:bold;
    text-decoration: underline;
}

.flag-container {
    width:100%;
    position:absolute;
    text-align:center;
    top: 10px;
}

#application-brand-selection-modal-body img {
    width: 300px;
    margin-bottom:30px;
    margin-top:30px;
}

#application-brand-selection-modal-body .col-md-4,
#store-owner-brand-selection-modal-body .col-md-3,
.brand-selection-hover-image {
    border: 1px #ffffff solid;
    text-align: center;
    margin: auto;
}

#store-owner-brand-selection-modal-body img {
    width: 225px;
    margin-bottom:30px;
    margin-top:30px;
}

#store-owner-brand-selection-modal-body .col-md-3 {
    border: 1px #ffffff solid;
    text-align: center;
    margin: auto;
}

#application-brand-selection-modal-body .col-md-12:hover,
#store-owner-brand-selection-modal-body .col-md-3:hover,
.brand-selection-hover-image:hover { 
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: #f5f5f5; 
    border: 1px #a6a6a6 solid;
}

#faqs-modal-body  td {
    padding-bottom:20px;
}

.flag {
    width: 2%;
    cursor: pointer;
    margin-right:10px;
}
.glowing-border {
    border: 2px solid #21fa04;
    border-radius: 7px;
}

.hand,
.cursor {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.bad-input-border {
    border-color: red;
}

.red {color:red;}

.bad-checkbox-border {
    outline: 2px solid red;
    border: none !important;
}

.bad-span-border {
    border:solid 1px red;
}

.hidden {
    display:none;
}

.fixed-header, .fixed-footer{
    width: 100%;
    position: fixed;        
    background: black;
    color: white;
    padding: 10px 0;
    z-index: 1059;
}

.fixed-header{
    top: 0;
}

.fixed-footer{
    bottom: 0;
}

.fixed-container{
    text-align:center;
    width: 100%;
    margin: 0 auto; /* Center the DIV horizontally */
    z-index: 1059;
    height:70px;
}

.terms-and-conditions-content {
    padding-left:50px;
    padding-right:50px;
    padding-top:20px;
}

.sub-section-header {
    font-weight: bold;
    text-decoration: underline;
}