﻿

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: url('../imgs/bg_2_.jpg');
    opacity: 0.9;
    background-position: center;
    background-size: cover;
}

#form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.hidden {
    visibility: hidden;
}

.displayNone {
    display: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.border-bottom-green {
    border-bottom: 1px solid #00CC00;
}

#logo {
    height: 40px;
}

#logo2 {
    height: 30px;
}


.red {
    color: #ff0000;
}

.green {
    color: #008000;
}

.bg-green2 {
    background-color: #6bcf7182;
}

.button-green {
    background: #36A93E;
    color: #000000;
    border-color: #aeaeae;
}

.fixed-row-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 20px;
}

.m5px {
    margin: 5px;
}

.mr5px{
    margin-right:5px;
}

.w100p {
    width: 100%;
}

.w50px {
    width:50px;
}

.w120px {
    width: 120px;
}

.w125px {
    width: 125px;
}

.w150px {
    width: 150px;
}

.mw120 {
    min-width:120px;
}

.tr {
    text-align:right;
}

input.rouded {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px;
}

textarea.rounded,
select.rouded {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 3px;
}

.input-validation-error {
    border: 2px solid #FF0000 !important;
    border-color: #FF0000 !important;
}


#acceptRules.input-validation-error {
    outline: 2px solid red;
}

.req {
    font-weight: bold;
    color: red;
}

.g-recaptcha {
    display: inline-block;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.label {
    padding-top: 4px;
}

.carImage {
    max-width: 100%;
}

.respectNewLines {
    white-space: pre-line;
}

.font-small-11 {
    font-size: 11px;
}

.font-v-small {
    font-size:12px;
}

.sortableColumn {
    cursor:pointer;
}
/*.capital {
    text-transform: capitalize;
}*/

.cardAT {
    background-color: #b4e2b7;
    text-decoration: none;
    height: 100%;
    border: 10px solid #fff;
}