.error-message:before {
    clear: both;
    content: "";
}
.error-message {
    width: 100%;
    color: red;
    font-size:14px;
}
.success-message {
    width: 100%;
    color: green;
}
.error {
    border: solid 1px red !important;
}
.disableclass{
    pointer-events:none;
}
.has-error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat;
    display: none;
    background-color: #000000;
    opacity: 0.5;
    background-size: 100px 100px;

}
.paddingaction{
    padding: 0px 3px;
}

img {
    vertical-align: middle;
}
img {
    border: 0 none;
}
img {
    max-width: 100%;
}
.mgb15 {
    margin-bottom: 15px !important;
}
.mgb10 {
    margin-bottom: 10px !important;
}
.mgt10 {
    margin-top: 10px !important;
}
.mgt15 {
    margin-top: 15px !important;
}
.wrapper,body{
    height:inherit!important;
    min-height: inherit!important;
}
html{height: 100% !important;}
.new_form_main_tit {

    background-color: #e2e3e7 !important;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 15px;
    padding: 7px 10px;
}
.label_input
{
    padding-top:7px;
    margin-bottom: 0px
}
.control-label {

    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
hr{
    border-top: 1px solid #e2e3e7;
}
.tbl-responsive {

    width: 100%;
    overflow-y: hidden;
    min-height: .01%;
    overflow-x: auto;

}
