/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{

  color: #ff0000;
 
  font-weight: bold;
  display: block;
  font-size: 11px; 
  background-repeat: no-repeat;
  
  padding-right: 10px;
  
  margin-bottom: 3px;
  margin-top:3px;

}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid red !important;
    background-color: #ffeeee;
    
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
/*Javascript validation css*/
 .mandatory {
        border: 1px solid red !important;
        background-color: #ffeeee;
    }

    .displayNone {
        color: #ff0000;
        font-weight: bold;
        display: block;
        font-size: 11px;
        background-repeat: no-repeat;
        padding-right: 10px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .displayVesselNone {
        color: #ff0000;
        font-weight: bold;
        display: block;
        font-size: 11px;
        background-repeat: no-repeat;
        padding-right: 10px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .input_error {
        color: #C11B17;
    }

.readonly-textbox-color {
   background-color: #F0F0F0;
}

.color_green {
	color: #3c763d;
}
.color_red {
	color: #990000;
}
.color_lightBlue {
	color: #2472b2;
}
.color_blue {
	color: #173a5a;
}
.color_red_01 {
	color: #e94949;
}
.color_black {
	color: #000;
}