﻿html
{
    margin: 0;
    padding: 0;
}

.hidden
{
    display: none !important;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.listing-box-img img, .featured-box-img img
{
    text-align: center;
    display: block;
    margin: 0 auto;
}

.listing-count
{
    color: White;
    padding: 10px;
}

.selected-page
{
    font-weight: bold !important;
    color: black !important;
}

.categoriesinner01-main01-right p
{
    font-size: 14px !important;
}
.field-validation-error
{
    color: #ff0000;
}
/* info and errors */
.input-validation-error, input.error, select.error, textarea.error, file.error
{
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 15px;
}

.error
{
    color: #e80c4d;
}

label.error
{
    float: left;
}

h1.error, h2.error
{
    font-size: 26px !important;
}
.center
{
    text-align: center;
}
.error-main
{
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0px auto;
}
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.bold
{
    font-weight: bold;
}
.font-size-24
{
    font-size: 24px;
}
/*Login+forgot -password*/
.login-block, .forgot-password-block
{
    width: 320px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-top: 5px solid #ff656c;
    margin: 0 auto;
}

.login-block h1, .forgot-password-block h1
{
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block input, .forgot-password-block input
{
    width: 100% !important;
    height: 42px !important;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px !important;
    font-size: 14px !important;
    padding: 0 20px 0 50px !important;
    outline: none;
}

.forgot-password-block input
{
    padding: 0 20px 0 10px !important;
}

.login-block input#username
{
    background: #fff url('../png/login-icon.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#username:focus
{
    background: #fff url('../png/login-icon.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#password
{
    background: #fff url('../png/login-pass-icon.png') 20px top no-repeat;
    background-size: 16px 80px;
    margin-top: 20px;
}

.login-block input#password:focus
{
    background: #fff url('../png/login-icon.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus
{
    border: 1px solid #ff656c;
}

.login-block button, .forgot-password-block button
{
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
    margin-top: 20px;
}

.login-block button:hover, .forgot-password-block button:hover
{
    background: #ff7b81;
}
.forgot-password-link
{
    padding: 10px;
}
.forgot-password-link a
{
    color: #000 !important;
    text-decoration: underline !important;
}

/***
UI Loading
***/
.loading-message
{
    display: inline-block;
    min-width: 125px;
    margin-left: -60px;
    padding: 10px;
    margin: 0 auto;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}
.loading-message.loading-message-boxed
{
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.loading-message > span
{
    line-height: 20px;
    vertical-align: middle;
}

.page-loading
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 125px;
    margin-left: -60px;
    margin-top: -30px;
    padding: 7px;
    text-align: center;
    color: #333;
    font-size: 13px;
    border: 1px solid #ddd;
    background-color: #eee;
    vertical-align: middle;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading > span
{
    line-height: 20px;
    vertical-align: middle;
}

.page-spinner-bar
{
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}
.page-spinner-bar > div
{
    margin: 0 5px;
    width: 18px;
    height: 18px;
    background: #eee;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.page-spinner-bar .bounce1
{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.page-spinner-bar .bounce2
{
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.block-spinner-bar
{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.block-spinner-bar > div
{
    margin: 0 2px;
    width: 15px;
    height: 15px;
    background: #eee;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.block-spinner-bar .bounce1
{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.block-spinner-bar .bounce2
{
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.ui-dialog-titlebar
{
    background-color: #f7222c;
    background-image: none;
    color: #000;
}
.reset-forgot-password
{
    background: none !important;
}
.user-info-container
{
    padding: 10px 0px;
}
/*General main box*/
.main-box
{
    max-width: 1122px;
    height: auto;
    padding: 45px 0px;
    margin: 0px auto;
}
.main-box h2, .main-box h1
{
    color: #06101d;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 22px;
}
.main-box h5
{
    color: #3a3a3a;
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.main-box01, .main-box02
{
    width: 100%;
    background: #eaeaea;
    border: 1px solid #a5abb2;
    padding: 25px;
    margin: 0px auto;
}
.amain-box01 h5 span, .main-box02 h5 span
{
    color: #ff0101;
}

.main-box01 input[type="text"], .main-box01 input[type="password"], .main-box01 input[type="email"], .main-box01 input[type="number"], .main-box01 textarea
{
    width: 100%;
    border: 1px solid #8ba4bc;
    min-height: 44px;
    padding: 2%;
    margin: 0px auto 18px auto;
}
.main-box01 select
{
    width: 100%;
    border: 1px solid #8ba4bc;
    min-height: 44px;
    padding: 2%;
    margin: 0px auto 18px auto;
}


.main-box01 input[type="submit"], .main-box01 input[type="button"], .main-box01 a
{
    background: #f3131e;
    color: #FFF;
    font-size: 17px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 12px 28px;
}

/*End Main-box*/

/*Custom Table*/

table.custom-table
{
    font-size: 16px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.custom-table td, .custom-table th
{
    border: 1px solid #bdbdbd;
    text-align: left;
    padding: 8px;
}

.custom-table td.action
{
    vertical-align: middle;
    text-align: center;
}

.custom-table th
{
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #021327;
    color: white;
}
.custom-table td
{
    height: 60px;
}
.table-wrapper
{
    background: #FFF;
    margin-top: 20px;
}

.image-upload-container, .image-container
{
    width: 50%;
    float: left;
}
.image-item
{
    float: left;
    display: inline-block;
    margin: 10px;
    width: 29%;
}
.image-item, .image-item img
{
    position: relative;
}
.image-item img
{
    width: 100%;
}
.image-button
{
    display: none;
    position: absolute;
    width: 50px;
    opacity: 0.7;
    left: 34%;
    top: 35%;
}
.image-button button
{
    width: 50px;
}
.image-button-delete
{
    margin-top: 5px;
}

.image-item:hover .image-button
{
    display: block;
}
.image-upload
{
    overflow: hidden;
}
/*popup start*/

/*forms style*/
.form
{
    margin: 0px 5px;
}
.form .input
{
    margin-right: 1px;
    margin-bottom: 0px;
}
.form .input label
{
    display: block;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 22px;
    height: 22px;
    padding: 0px 4px;
}
.form .input-text input, .form .input-date input, .form .input-time input, .form .input-textarea textarea, .form .input-select select
{
    width: 100%;
    border: 1px solid #8ba4bc;
    min-height: 44px;
    padding: 2%;
    margin: 0px auto 18px auto;
}

.form .input-select select
{
    /*padding: 5px 8px;*/
}

.form .input-date input
{
    background-image: url(../error40408bf.html);
    background-repeat: no-repeat;
    background-position: right center;
    width: 94px;
}
.form .input-time input
{
    width: 38px;
    text-align: center;
}
.form .input-read div
{
    background-color: #b89d1c;
    border: 1px #ae835a solid;
    color: #FFF;
    padding: 6px 8px;
}
.form .input-checkbox label
{
    margin-bottom: 4px;
}
.form .input-radio label
{
    margin-bottom: 4px;
}
.form .submit
{
    height: 60px;
}
.form .submit input
{
    background-color: #f3131e;
    color: #FFF;
    border: 3px #f3131a solid;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 2px 4px 0px #555555;
    -moz-box-shadow: 0px 2px 4px 0px #555555;
    box-shadow: 0px 2px 4px 0px #555555;
}
.form .submit input:hover
{
    background-color: #FFF;
    color: #333;
}
.form .submit input:active
{
    background-color: #111;
    color: #ccc;
    margin-top: 2px;
    border: 3px #FFF solid;
}

/* Form Input Area */

.add_edit_form_area
{
    margin-top: 10px;
}

.add_edit_form_area .row
{
    clear: both;
    padding: 0px 0px 7px 0px;
    height: 30px;
}

.add_edit_form_area .row label
{
    width: 120px;
    display: block;
    text-align: right;
    margin: 0px 10px 0px 0px;
    float: left;
    font-size: 13px;
}

.login_area .row label
{
    width: 90px !important;
}

.add_edit_form_area .row input[type="text"], .add_edit_form_area .row textarea, .add_edit_form_area .row input[type="password"]
{
    width: 200px;
    display: block;
    float: left;
}

.add_edit_form_area .row textarea
{
    height: 60px;
}

.add_edit_form_area .input-checkbox input[type="checkbox"]
{
    margin-top: 5px;
}

.add_edit_form_area .input-checkbox span
{
    margin: 0px 0px 0px 5px;
    font-weight: bold;
    padding-top: -5px;
}

.add_edit_form_area .row select
{
    min-width: 250px;
}

.add_edit_form_area .submit
{
    margin-top: 10px !important;
}

.row_id
{
    height: 15px !important;
}

.row_id span
{
    line-height: 20px;
}

#overlay
{
    display: none;
    position: fixed;
    background: #fff;
    z-index: 10000;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
}
.popup
{
    z-index: 55000;
    position: fixed;
    display: none;
}

.popup_container_cover .popup
{
    position: absolute !important;
}

.popup_container_cover
{
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
    display: none;
}

.popup_edit
{
    display: none;
    z-index: 99;
    height: auto;
    width: auto;
    overflow: hidden;
    position: absolute;
    background-color: White;
    padding: 0px 0px 10px 0px;
    border: 1px solid #BFA84E;
}

.popup_edit_main
{
    background-color: White;
    padding-right: 40px;
    overflow: hidden;
}

.popup_edit_background_cover
{
    display: none;
    padding: 0px;
    width: 2000px;
    height: 2000px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: White;
    z-index: 99;
    position: fixed;
    top: 0px;
    left: 0px;
}

.popup_header
{
    padding: 10px 0px 10px 10px;
    background-color: #111111;
    color: White;
    font-weight: bold;
}
/*popup end */
.img-holder
{
    width: 300px;
    margin-bottom: 10px;
    margin-left: 47px;
}
.img-holder img
{
    width: 300px;
    max-height: 300px;
}
.captcha_area
{
    padding: 10px 0px;
    clear: both;
}
.categoriesinner01-main01.heartland-owned
{
    background-color: #bdcedf;
    border: 7px solid #013a80;
}
.crop
{
    position: relative;
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.search-img-crop
{
    position: relative;
    height: 274px;
    overflow: hidden;
    margin-left: 10px;
}

.crop img
{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.search-img-crop img
{
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.categoriesinner01-main01-right h5
{
    min-height: 100px;
}
.pagenation:last-child .listing-count
{
    display: none;
}
.agent-box
{
    width: 30%;
    display: inline-block;
    margin: 1%;
    text-align: center;
    vertical-align: top;
}
.agent-box .description, .agent-box p
{
    text-align: left;
}

.agent-box h3
{
    margin-top: 10px;
    text-transform: upper;
    font-size: 18px;
}

.detail-section02 h6 a
{
    margin-bottom: 10px;
}
.listing-detail .image-upload-container, .listing-detail .image-container
{
    width: 100%;
    float: left;
}
.top-social ul li
{
    width: 100%;
}
.categoriesinner01 h1{font-size:30px; text-align: center; line-height:35px; color:#06101d; font-weight:700; text-transform:uppercase; background:url(../png/separate.png) center bottom no-repeat; padding-bottom:25px; margin-top: 20px; }
.categoriesinner01 h2
{
    color: #06101d;
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 22px;
}

.categoriesinner01 h2 a
{
    color: #06101d !important;
}
.categoriesinner01-main01
{
    min-height: 415px;
}
.property-content-header
{
    text-align: left !important;
}
.property-content .main-box02 
{
	width: 60% !important;
}

.property-box
{
    width: 48%;
    display: inline-block;
    margin: 1% 1%;
    padding: 1% 4%;
    text-align: center;
    vertical-align: top;
    border: 1px solid black;
    min-height: 200px;
}
.property-box:nth-child(even)
{
    margin-right: 0px;
}
.property-box .description, .property-box p
{
    text-align: left;
}

.property-box h3
{
    margin-top: 10px;
    text-transform: upper;
    font-size: 18px;
}
.property-box ul
{
    text-align: left;
    margin-left: 30px;
}
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #ccc;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.paid {
    background: #d1f5cf !important;
}