.heading_borderbottom
{
    font-weight: bold;
    background-color: transparent;
    padding: 5px;
    border: none;
    text-transform: uppercase;
    margin-bottom: 10PX;
    margin-top: 10PX;
    border-bottom: 1px solid #E2E2E2;
}


/* form-control for validation */
.form-control
{
    width: 350px;
   
}
.control-label
{
    /*text-decoration: none !important;*/
    font-weight: bold;
}
.control-label-position
{
    /*float: right;*/
    margin-right: 10px;
}
.form-control-feedback
{
    right: 10px !important;
}
/*.mandatory:after
{
    content: "*";
    color: #a94442;
    text-decoration: none;
}*/

.mandatory
{
    text-decoration:underline;
}




.ValidationFail, .error
{
    float:left;
padding:5px;
margin-top:5px;
font-weight:normal; 
color: #a94442 !important;
background-color: #f2dede;
border: 1px solid transparent;
border-color: #ebccd1;
border-radius: 4px;
display:inline-block;

}








.ValidationFail:before, .error:before {
    content: "\e101";
       font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    vertical-align:bottom;
/*--adjust as necessary--*/
     font-size: 16px;
    padding-right: 0.5em;
}

/*.ValidationFail
{
    float:left;
border: 1px solid #d63301;
padding:5px;
margin-top:5px;
background-repeat: no-repeat;
background-position: 10px center;
font-weight:normal; 
color: #D63301;
background-color: #FFCCBA;

}*/


/*.error:before {
    content: "\e101";
       font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    vertical-align:bottom;

     font-size: 16px;
    padding-right: 0.5em;
}

.error
{

border: 1px solid #d63301;
padding:5px;
margin-top:5px;
background-repeat: no-repeat;
background-position: 10px center;
font-weight:normal; 
color: #D63301;
background-color: #FFCCBA;

}*/




/*** table styles ***/
table.entatable_validator
{
    background: none repeat scroll 0 0 #ffffff; /*margin-bottom: 20px;     margin-top: 20px;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

table.entatable_validator tr
{
    border-left: none;
    border-top: none;
}


table.entatable_validator tr td
{
    padding-bottom: 5px;
    padding-right: 10px;
    border-left: none;
    border-top: none;
    border-bottom: none;
    line-height: 150%;
}


.validator-next
{
    background-color: #C3DD64;
    font-size: 20px;
    padding: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    float: right;
    clear: right;
}

.validator-next:hover
{
    text-decoration: none;
    background-color: #ABBF5B;
}



/** media queries **/
@media (max-width: 992px)
{
    .ValidationFail, .error
    {
        width:100%;
    }
    
    .control-label-position
    {
        float: none;
    }

    table.entatable_validator tr td
    {
        padding-bottom: 15px;
    }


    .validator-next
    {
        margin-bottom: 20px;
        width: 100% !important;
        text-align: center;
    }
}
