
#loader_mask
{
    position:fixed;
    background-color:black;
    opacity:0.4;
    display:none;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:5100;
}

#mask
{
    position:fixed;
    background-color:rgba(0,0,0,0.8);
    display:none;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index:5001;
}
#loader, #login_dialog, #alert_dialog, #confirm_dialog, #contact_us_dialog, #add_edit_ad_dialog, #splash_page
{
    position:fixed;
    display:none;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    left:0;
    top:0;
    z-index:5002;
}

#splash_page
{
    background-image: url("/images/splash_page.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
/*    left: 50%;
    margin: 0 auto 0 -199px;
    max-width: 398px;*/
    width: 100%;
}

#loader
{
    z-index:5101;
}
.mask_msg
{
    background-color: #FFFFFF;
    border: 0 none;
    border-radius: 0;
    margin: 0 auto;
    min-width: 390px;
    padding: 35px;
    max-width:885px;
}
.mask_msg_wrap
{
    margin:5px auto 0;
    height:100%;
}

.mask_msg_wrap #alert_dialog_msg, .mask_msg_wrap #confirm_dialog_msg
{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom:10px;
}

.mask_msg_wrap .text
{
    color:#5D5D5D;
    font-size:16px;
}

.mask_msg_wrap input[type="checkbox"]
{
    background-color: #FFFFFF;
    margin: -3px 8px 0 0;
    vertical-align: middle;
}

.admin .mask_msg_wrap #add_edit_ad_form input[type="checkbox"]
{
    margin:6px 10px 0;
}

.mask_msg_wrap .field_wrap
{
    margin-bottom:10px;
}

.mask_msg_wrap .label
{
    color: #A5CAE4;
    margin: 0;
    background-color: #52585E;
    cursor: default;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding: 6px 0 0 10px;
    text-transform: uppercase;
    width: 80px;
}

.admin .mask_msg_wrap #add_edit_ad_form .label
{
    width:110px;
}

.mask_msg_wrap input[type="text"], .mask_msg_wrap input[type="file"], .mask_msg_wrap input[type="password"], .mask_msg_wrap select, .mask_msg_wrap textarea
{
    background-color: #EEEEEE !important;
    border: 0 none;
    color: #444444;
    font-size: 15px;
    height: 22px;
    padding: 2px 5px;
    width: 290px;
}

.mask_msg_wrap input[type="file"]
{
    font-size:13px;
}

.mask_msg_wrap select
{
    width:300px;
    height:26px;
}

.mask_msg_wrap textarea
{
    height: 100px;
    margin-top: 0;
}

.dialog_title
{
	color: #5D5D5D;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.mask_msg_wrap .x_close
{
    cursor:pointer;
    color: #5D5D5D;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    float:right;
}

.mask_msg_wrap .btn
{
    background-color: #52585E;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

.mask_msg_wrap .btn.action
{
    background-color: #126FB3;
}

.mask_msg_wrap .btn.cancel
{
    background-color: #B31212;
}

.dialog_help
{
    background-color: #5D5D5D;
    color: #FFFFFF;
    font-style: italic;
    height: 22px;
    padding: 10px 40px;
}
.dialog_help a
{
    color:white;
    text-decoration:none;
}
.dialog_help a:hover
{
    text-decoration:underline;
}

#contact_us_dialog .mask_msg_wrap .label
{
    width:200px;
}