.hidden{
	display:none;
}

#simplemodal-overlay {
	background-color:#000;
}

.secureCode span, .smartSecureCode span, .smartIdSecureCode span{
	font-size:2.6em;
}

#service_select #quantity{
	float:left;
	width:40px;
	margin-right:3px;
}

.order-form #service_select label{
	clear:none;
	float:left;
	padding-right:25px;
}

#selectedServices{
	margin-top:20px;
}

#selectedServices p{
	margin:5px 0 5px 0;
}

.order-form input.inputError,.order-form textarea.inputError,.order-form select.inputError, .inputError, .termsError, .inputErrorParent .selector,
.form-row input.inputError,.form-row textarea.inputError,.form-row select.inputError{
	border:solid 1px #FF0000;
}

.errorSelect {
	border: 1px solid red;
	width: 258px;
}

.termsError{
	display:block;
	padding:10px;
}


.order-form .textError, .textError{
	color:#FF0000;
	font-wight:bold;
	border: 1px solid #FF0000;
    box-shadow: 1px 1px 1px #E3E3E3;
    padding:6px 10px 6px 10px;
    font-weight:bold;
    margin:20px 0 0 0;
}

.generalError {
	margin-bottom:10px!important;
	padding:5px!important;
}

.form-block-accordion .textError{
	border: none;
	box-shadow: none;
	padding-bottom:10px;
}

.confirm .save_contact_data{
	display:none;
}

#uploadCsrReq{
	margin-top:20px;
}

.save_contact_data_loading{
	background: url('../img/ajax-loader.gif') 0 0 no-repeat;
	height: 31px;
	width: 31px;
	display:none;
}

.save_contact_data_loading{
	background: url('../img/ajax-loader.gif') 0 0 no-repeat;
	height: 31px;
	width: 31px;
	display:none;
}

#compliteLoader .loader{
	background: url('../img/ajax-loader2.gif') center center no-repeat;
	height: 80px;
}

.person_agent_tip {
    margin:0 !important;
}

.mobileIdSignInfo {
    color:#999;
    padding-top:15px;
}

.popup-wrap.sign-id-wrap {
    width:360px;
}

.sign-id-wrap .mobileIdCode {
    text-align: center;
}

.error-info {
    color:#000;
    font-size:0.85em;
    font-weight: normal;
    padding-top:15px;
}

.tag-editor {
	background: none repeat scroll 0 0 #f8f8f8;
	border: 1px solid #bbb;
	width: 101%;
	padding-bottom:8px !important;
}

.tag-editor li {
	padding: 8px 0 0 !important;
}

.tag-editor .tag-editor-tag, .tag-editor .tag-editor-delete {
	background-color: #bababa;
	color:#fff;
}

.tag-editor .tag-editor-tag.active input {
	border-color: #f8f8f8;
	font-weight: normal;
}

.order-form .table li {
	clear:both;
}
.order-form .table li.col-2 {
	clear:none;
}

.error-row .icon-error {
	float: right;
	width: 19px;
	height: 18px;
	background: url('../img/icon-error.png') no-repeat;
	cursor: pointer;
	position: relative;
}
.error-row .error-msg {
	display: none;
	min-width: 120px;
	padding: 15px 20px;
	line-height: 21px;
	color: #444;
	border: 1px #f15d2a solid;
	background-color: #fff;
	position: absolute;
	left: 28px;
	top: -10px;
	box-shadow: 0 0 10px rgba(0,0,0, .2);
	cursor: auto;
	z-index: 2;
}
.error-row .error-msg:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #f15d2a;
	position: absolute;
	left: -7px;
	top: 12px;
}
.error-row .error-msg:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	position: absolute;
	left: -6px;
	top: 13px;
}

.error-row .icon-error:hover .error-msg{
	display: block;
}

.order-form .floating-list li {
	float: none !important;
}
.order-additional-info
{
	margin-top: 15px;
}

textarea.csr_req {
	resize: vertical !important;
}
.form-block-accordion.open p.remove:hover
{
	cursor: pointer;
}
.xTeeOrderService {
	padding: 20px 0px;
}

.error-padding-fix{
    padding-top:25px;
}