@CHARSET "UTF-8";

@font-face {
	font-family: 'icon-font';
	src:url('../fonts/icon-font.eot?ymcsh7');
	src:url('../fonts/icon-font.eot?#iefixymcsh7') format('embedded-opentype'),
		url('../fonts/icon-font.woff?ymcsh7') format('woff'),
		url('../fonts/icon-font.ttf?ymcsh7') format('truetype'),
		url('../fonts/icon-font.svg?ymcsh7#icon-font') format('svg');
	font-weight: normal;
	font-style: normal;
}

.showPassword {
	display: none;
}

.stateDropDown {
	display: none;
}

.errorLabel {
	color: red;
	display: none;
}

ul.errorLabel3 {
	list-style-type: none;
	padding: 0;
}

.errorLabel2 {
	color: #CF2030;
	font-family: 'Conv_CiscoSansExtraLight';
	display: none;
}

.errorLabel2noHide {
	color: #CF2030;
	font-family: 'Conv_CiscoSansExtraLight';
}

ul.passwordHints {
	list-style-type: none;
	padding: 0;
	display: none;
}

ul.passwordHints li.cross {
	/* list-style-position: inside; */
    /* text-indent: 1em; */
    position: relative;
    padding-left: 20px;
}

ul.passwordHints li.cross:before
{
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: '\e069';
    color: #CF2030;
    /* margin: 0 1em; */    /* any design */
    padding-right: 1em;
    position: absolute;
    left: 0;
}

ul.passwordHints li.check {
	/* list-style-position: inside; */
    /* text-indent: 1em; */
    position: relative;
    padding-left: 20px;
}

ul.passwordHints li.check:before
{
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: '\e079';
    color: #93C85E;
    /* margin: 0 1em; */    /* any design */
    padding-right: 1em;
    position: absolute;
    left: 0;
}

ul.userIdHints {
	list-style-type: none;
	padding: 0;
	display: none;
}

ul.userIdHints li.cross {
	/* list-style-position: inside; */
    /* text-indent: 1em; */
    position: relative;
    padding-left: 20px;
}

ul.userIdHints li.cross:before
{
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: '\e069';
    color: #CF2030;
    /* margin: 0 1em; */    /* any design */
    padding-right: 1em;
    position: absolute;
    left: 0;
}

ul.userIdHints li.check {
	/* list-style-position: inside; */
    /* text-indent: 1em; */
    position: relative;
    padding-left: 20px;
}

ul.userIdHints li.check:before
{
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: '\e079';
    color: #93C85E;
    /* margin: 0 1em; */    /* any design */
    padding-right: 1em;
    position: absolute;
    left: 0;
}

ul.securityAnswerHints {
	list-style-type: none;
	padding: 0;
	display: none;
}

ul.securityAnswerHints li.cross {
	/* list-style-position: inside; */
    /* text-indent: 1em; */
    position: relative;
    padding-left: 20px;
}

ul.securityAnswerHints li.cross:before
{
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: '\e069';
    color: #CF2030;
    /* margin: 0 1em; */    /* any design */
    padding-right: 1em;
    position: absolute;
    left: 0;
}

ul.securityAnswerHints li.check {
	/* list-style-position: inside; */
    /* text-indent: 1em; */
    position: relative;
    padding-left: 20px;
}

ul.securityAnswerHints li.check:before
{
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
    content: '\e079';
    color: #93C85E;
    /* margin: 0 1em; */    /* any design */
    padding-right: 1em;
    position: absolute;
    left: 0;
}

.ui-datepicker {
	background: #fff; /* Old browsers */
	background: #fff -moz-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* FF3.6+ */
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc)), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: #fff -webkit-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
	background: #fff -o-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* Opera11.10+ */
	background: #fff -ms-linear-gradient(top, #fcfcfc 0%, #fff 100%); /* IE10+ */
	background: #fff linear-gradient(top, #fcfcfc 0%, #fff 100%); /* W3C */
	font-size: 13px;
	font-family: Conv_CiscoSansExtraLight;
	padding: 10px;
	border: 1px solid #B4B4B4;
	display: none;
}
.ui-datepicker .ui-datepicker-today a{
	border: 1px solid #0096D6;
}
 
.ui-datepicker table {
	width: 200px;
}
 
.ui-datepicker table td {
	text-align: center;
}
 
.ui-datepicker a {
	cursor: pointer;
	text-decoration: none;
}
 
.ui-datepicker-prev {
}
 
.ui-datepicker-next {
	float: right;
}
 
.ui-datepicker-title {
	text-align: center;
	font-weight: bold;
}

ul.ssError {
	list-style-type: none;
	padding: 0;
}

ul.ssError > li > span {
	color: color: #CF2030 !important;
}

ul.errorMessage li {
	color: white !important;
}

ul.errorMessage > li > span {
	color: white !important;
}

.error {
	border-color: #CF2030 !important;
	background-color: #FAEAEA !important;
}

.error:hover, .error:focus, .error:active {
	border-color: #CF2030 !important;
}

/*
 * .error2 class is for EAV Errors
 * (for highlighting fields without affecting validation)
 */
.error2 {
	border-color: #CF2030 !important;
	background-color: #FAEAEA !important;
}

.error2:hover, .error:focus, .error:active {
	border-color: #CF2030 !important;
}

input[type=text]::-ms-clear { display: none !important}

.radio-list {
 	height: 150px;
    overflow: auto;
    border: 1px solid #EEEEEE;
    padding: 0 10px;
	margin-top: 5px;
}