﻿html, body {
	height: 100%;
    font-size: 18px;
}

p[style="color:#0f468f"] {
    font-size: 16px;
}

label {
    font-size: 17px;
}

.title {
    font-size: 17px;
}



.skip-button {
    background-color: #e75641;
}

.red-button {
    background-color: #e75641 !important;
    color: white !important;
}

.yellow-button {
    color: #FFF !important;
    display: block;
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: none !important;
    width: 100%;
    font-size: 16px;
    margin: .5em 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f8bd51 !important;
    border: 1px solid #f3c063;
}

body {
    height: 100%;
    overflow: scroll;
    /*background-color: #f2ecdb;*/
    background-color:#ffffff;
}

.background {
    /*background-color: #f2ecdb;*/
    background-color: #ffffff;
    min-height: 100% !important;
    overflow: scroll;
}

.ui-mobile .ui-page-active {
    overflow-x: visible;
}

.go-btn {
    background-image: linear-gradient(to right, #8dc63f, #4c9d2f);
    color: #8dc63f;
}

.north {
    background-color: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.ui-content {
    height: 100%;
    padding: 0px !important;
}

.go-btn {
    color: #FFF !important;
    background-color: #8dc63f !important;
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: none !important;
}

.no-btn {
    color: #FFF !important;
    background-color: #e75641 !important;
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: none !important;
}

.other-btn {
    color: #FFF !important;
    background-image: linear-gradient(to right, #2485c6, #0f468f);
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: none !important;
    user-select: element;
}

.other-btng {
    color: #FFF !important;
    background-image: linear-gradient(to right, #949798, #55575a);
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: none !important;
    user-select: element;
}

    .other-btn:focus {
        background-color: #f3c063 !important;
        cursor: pointer;
        user-select: element;
    }

    .other-btn:hover {
        background-color: #f3c063 !important;
        cursor: pointer;
        user-select: element;
    }

    .other-btn > label {
        text-align: left !important;
    }

.north {
    background-color: #0f468f !important;
    font-size: 15px;
    color: #FFF !important;
    text-shadow: none !important;
}

.south {
    font-size: 12px;
    color: #4d4d4f !important;
    text-shadow: none !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ddd;
    margin: 0px;
    padding: 5px;
}

    .south .English {
        text-align: center;
        font-size: 14px;
        margin: 0px auto;
    }

.welcome {
    width: 75%;
    margin: 0 auto;
}

.topCover {
    background-color: #e9e9e9;
    width: 100%;
}

.topText {
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
    border: 5px solid #e9e9e9;
    padding: 10px;
}

.ui-header .ui-title {
    margin: 5% !important;
    white-space: normal;
}

.bold {
    font-weight: 600;
}

.page-content {
    margin-left: 5%;
}

.addressDisplay {
}

p {
    font-size: 15px;
}

.topTitle {
    font-size: 17px;
    margin: 5%;
    white-space: normal;
    text-align: center;
}

.required {
    color: red;
    font-style: italic;
    font-size: 14px;
}

input[type="radio"] {
    float: left;
    margin: 8px 0px;
}

.ui-field-contain {
    /*margin:10px 25px;*/
}

.ui-field-contain-double {
    /*margin:10px 50px;*/
}

.ui-btn {
    /*margin:10px 50px;*/
}

.ui-radio {
    margin: 0px !important;
    position: initial !important;
}

    .ui-radio:focus {
        background-color: #f3c063 !important;
    }

    .ui-radio .ui-btn {
        background-color: #2485c6 !important;
        border-radius: 0px;
        color: white;
        text-shadow: none;
        margin: .5em 0;
    }

        .ui-radio .ui-btn:hover {
            color: white;
            text-shadow: none;
            background-color: #f3c063 !important;
        }

        .ui-radio .ui-btn:focus {
            color: white;
            text-shadow: none;
            background-color: #fff !important;
        }



    .ui-radio input {
    }

    .ui-radio .ui-btn.ui-radio-on::after {
        width: 18px;
        height: 18px;
        border-width: 5px;
        border-style: solid;
        background-color: #3388cc;
    }

.ui-page-theme-a .ui-radio-on::after, html .ui-bar-a .ui-radio-on::after, html .ui-body-a .ui-radio-on::after, html body .ui-group-theme-a .ui-radio-on::after, .ui-btn.ui-radio-on.ui-btn-a::after {
    border-color: #3388cc;
}

.English {
}

.Spanish .ui-title {
    display: none !important;
}

label {
    margin: 5px 0px;
}

.RequiredFieldValidator {
    color: red !important;
    font-style: italic;
    font-size: 20px;
    vertical-align: middle;
}

.form-control {
    padding: 6px !important;
}

/*BOOTSTRAP OVERRIDES*/

.btn-primary,
.btn-primary[type="submit"] {
    background-color: #4c9d2f;
    -webkit-appearance: none;
    border: none;
}

    .btn-primary:hover {
        background-color: #158200;
    }

.btn-danger,
.btn-danger[type="submit"],
.ui-btn{
    -webkit-appearance: none;
    background-color: #e75641;
}

    .btn-skip,
    .btn-skip[type="submit"],
    .ui-btn {
        -webkit-appearance: none;
        background-color: #fff;
    }

    .btn-danger:hover {
        background-color: #c82333;
    }

.btn-group-vertical > .btn:not(:last-child) {
    margin-bottom: 10px;
}

.space-between {
    justify-content: space-between;
}

.fill-addressPage-height {
    height: calc(100% - 95.5px);
    padding-bottom: 40px;
}

.fb-35 {
    flex-basis: 35%;
}

.addressContainer {
    flex-basis: 20%;
}

.btn_Col_Container {
    flex-basis: 22%;
}

@media only screen and (max-width: 320px) {
    #UseRecommenedAddressText {
        font-size: 14px;
        letter-spacing: 0px;
    }
}

#RenderAppraiserPhotoArea {
    margin: 0 auto;
}

.w-100 {
    width: 100;
}

.button-container {
    position: absolute;
    bottom: 10%;
}

.warning-banner {
    font-size: 15px;
    font-weight: 600;
    background-color: #facf4e;
}

.field-validation-error {
    color: #dc3545;
}