﻿@media only screen and (min-width: 501px) {
    ._bTxt {
        font-size: 118%;
    }
}

@media only screen and (min-width: 421px ) and (max-width: 520px) {
    #_friendZone, #_firstDate, .fa fa-arrow-right {
        font-size: 68% !important;
    }

    ._bTxt {
        font-size: 148%;
    }
    #_divLoc {
        display: flex;
        flex-flow: column;
    }
}


@media only screen and (min-width: 398px ) and (max-width :420.99px) {
    #_friendZone, #_firstDate, .fa fa-arrow-right {
        font-size: 63% !important;
    }

    ._bTxt {
        font-size: 168%;
    }
    #_divLoc {
        display: flex;
        flex-flow: column;
    }
}

@media only screen and (min-width: 370px ) and (max-width :397.99px) {
    #_friendZone, #_firstDate, .fa fa-arrow-right {
        font-size: 56% !important;
    }

    ._bTxt {
        font-size: 166%;
    }
    #_divLoc {
        display: flex;
        flex-flow: column;
    }
}

@media only screen and (min-width: 325px ) and (max-width:369.99px) {
    #_friendZone, #_firstDate, .fa fa-arrow-right {
        font-size: 44% !important;
    }

    ._bTxt {
        font-size: 164%;
    }
    #_divLoc {
        display: flex;
        flex-flow: column;
    }
}

@media only screen and (max-width: 324.99px ) {
    #_friendZone, #_firstDate, .fa fa-arrow-right {
        font-size: 40% !important;
    }

    ._bTxt {
        font-size: 135%;
    }

    #_minMessage {
        font-size: 100% !important
    }

    #_divLoc {
        display: flex;
        flex-flow: column;
    }
}

@media only screen and (min-width: 311px ) and (max-width: 324px) {
    #_divFA {
        padding-bottom: 20px;
    }
}

#_friendZone:hover, #_firstDate:hover {
    background-color: #1D8BBF !important;
    color: #fff !important;
}

#_friendZone {
    width: 53% !important;
    float: left;
    font-size: 100%;
    font-weight: bold;
    padding: 0 10px 0 10px !important;
    height: 55px;
}

#_firstDate {
    width: 44% !important;
    float: right;
    font-size: 100%;
    font-weight: bold;
    padding: 0 10px 0 10px !important;
    height: 55px;
}



.modal-header {
    background-color: #25b5e7;
}

.modal-footer {
    float: left;
}

.btn-default {
    width: 150px !important;
    background-color: #fff !important;
    color: #1D8BBF !important;
    border-color: #1D8BBF !important;
    padding: 8px !important;
    border-color: #1D8BBF !important;
}

.form-control {
    border: 1px solid #ccc !important;
    padding: 5px !important;
    border-radius: 4px !important;
}


.formbtn {
    margin-top: 18px;
}

.login-block {
    margin: 0px auto;
}

#stateValue {
    display: inline-block;
    width: 48% !important;
    height: 33px !important;
    margin-left: 4%;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    border-radius: 4px;
}

#countryValue {
    display: inline-block;
    height: 33px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    border-radius: 4px;
}

#cityValue {
    display: inline-block;
    width: 48%;
}

#lblCity {
    display: inline-block;
}

#lblCountry {
    display: inline-block;
}

#lblState {
    margin-left: 44%;
    display: inline-block;
}

.xButton {
    position: absolute;
    font-size: 15px;
    font-weight: 900;
    height: 30px;
    width: 30px;
    top: 29px;
    right: 10px;
}


form input {
    width: 65%;
    height: 60px;
    padding: 17px 20px 20px 55px;
    background-image: url(../img/field-icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    border: none;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.banner form {
    margin-top: 30px;
}

form button {
    height: 60px;
    padding: 17px 20px;
    background-color: #25b5e7;
    font-size: 22px;
    text-transform: uppercase;
    border: none;
    color: #FFF;
    width: 35%;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid #97dcf4;
}

form input::placeholder {
    color: #3f454b;
    opacity: 1; /* Firefox */
    font-size: 18px;
    font-family: 'Roboto';
}

form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #3f454b;
}

form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #3f454b;
}

.modal .modal-content .modal-footer {
    padding: 10px 30px;
    box-shadow: 0 0 4px 0 rgba(43,43,43,0.1);
}

.modal-footer {
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body {
    padding-right: 0 !important
}

.bTxtWrap {
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    padding-top: 5px;
}

.bArrWrap {
    height: 55px;
    float: right;
    display: flex;
    align-items: center;
}

.form-fix {
    height: 34px;
}

