﻿ .addRemoveIcons 
{ 
    height: 10px;
    width:20px;
    padding-bottom: 4px; 
    background-image: url('../images/addremoveicons.png'); 
    background-repeat:no-repeat;  
    margin: 0px 4px 0px 4px;    
}

 .addIcon  { background-position: -40px -10px; }

.field-validation-error {
	color: transparent;
	background-repeat:no-repeat;
	 width: 25px; 
	 height: 25px;
	 padding: 3px 8px;
}

.errorContainer
{
	float: right;
	padding-top: 8px;
	padding-left: 11px;
	width:19px;
}

.errorContainerIssue
{
	float: right;
	padding-left: 11px;
	width:19px;
    padding-top:6px;
}

.subSectionHeaderContainerNoValidation
{
	float:right;
	padding-right: 30px;
}

.addNewHeader {
    float: left;
    margin-top: -5px;
    padding: 10px 5px 0px 5px;
    font-weight: 600;
    border-bottom: 1px solid;
    cursor: pointer;
}