﻿
.hideInput {
    display: none;
}

/*Style For Progress panel*/
.ajaxloading {
    border: 0px solid #BEAF80;
    width: 200px;
    height: 125px;
    background-color: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -100px;
    text-align: center;
    font-size: 12px;
    font-family: Trebuchet MS;
    color: Navy;
    z-index: 100000;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

.form_input_block .form_checkbox_custom {
    margin: 0 0;
}