/*CLEARFIX*/
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix {display: inline-block;}
.clearfix {display: block; zoom: 1;}

span.select2-selection__rendered{
	line-height: normal !important;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'ralewaysemibold';
	src: url('fonts/raleway-semibold-webfont.eot');
	src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/raleway-semibold-webfont.woff') format('woff'),
	url('fonts/raleway-semibold-webfont.ttf') format('truetype'),
	url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ralewaymedium';
	src: url('fonts/raleway-medium-webfont.eot');
	src: url('fonts/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/raleway-medium-webfont.woff') format('woff'),
	url('fonts/raleway-medium-webfont.ttf') format('truetype'),
	url('fonts/raleway-medium-webfont.svg#ralewaymedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
.ui-widget a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}
html, body {
	height: 100%;
}
body {
	font: 14px/22px "ralewaysemibold", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.txt_right_nomob {
	text-align: right;
}
.txt_right_nomob[type="text"] {
	padding-right: 10px;
	text-align: right;
}
.wrapper {
	min-height: 100%;
	position: relative;
}

.message_button {
	padding-bottom: 2px !important;
}

.login_page_video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: -15%;
}
.thank_page {
	background: url("http://www.efgroup.ca/wp-content/uploads/2015/02/contact-bg.jpg") 50% 0 no-repeat;
	background-size: cover;
}
.content_container {
	width: 1400px;
	max-width: 98%;
	margin: 0 auto;
	overflow:auto;
	padding-bottom: 70px;
	padding-top: 16px;
}

#uv {
	postion: relative;
}
.my-class {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.container-message a {
	cursor: pointer;
	color: #3473ab;
	text-decoration: underline !important;
}
.container-message a:hover,
.container-message a:focus {
	color: #163856;
}

.content_container_visual {
	margin: 0 auto;
	overflow:auto;
}
.red-background {
    background: #FF5733;
}

/*FOOTER*/
.footer {
	position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;
	background: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0 -2px 5px -2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 -2px 5px -2px rgba(0,0,0,0.25);
	box-shadow: 0 -2px 5px -2px rgba(0,0,0,0.25);
}
.footer_list {
	padding: 19px 0;
	text-align: center;
}
.footer_list li {
	display: inline-block;
}
.footer_list a {
	border: 1px solid #999999;
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	transition: 0.2s all linear;
	line-height: 30px;
	margin: 0 5px;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	color: #999999;
}
.footer_list a i {
	font-size: 15px;
	vertical-align: inherit;
}

.footer_list a:hover {
	border-color: #fdb405;
}

.footer_list .switch_platform {
	margin-top: -20px;
	position: absolute;
	right: 0;
}
.footer_list .switch_platform a {
	border: none;
	width: 230px;
	padding: 20px 10px;
	color: #000000;
}
.footer_list .switch_platform span {
	padding: 0 10px 0 0;
}
.footer_list .switch_platform img {
	max-height: 24px;
	vertical-align: middle;
}
.footer_list .footer_logo img {
	max-height: 40px;
	padding-left: 10px;
}
.footer_list .footer_logo a {
	border: none;
	width: auto;
}
.footer_list .footer_logo {
	position: absolute;
	left: 0;
}
/* / FOOTER*/

/*LOGIN*/
#loginform-email {
	font-family: Arial;
}

.sing_box {
	box-sizing: border-box;
	padding: 26px;
	border-radius: 3px;
	color: #000;
}

.sing_box #login_form.bg_box {
	background: #c0bbbded;
}

.bg_box {
	background: rgba(255, 255, 255, 0.9);
	padding: 26px;
	margin: 0 0 26px 0;

	-webkit-box-shadow: 1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	-moz-box-shadow:    1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	box-shadow:         1px 1px 5px 0px rgba(71, 70, 70, 0.3);
}

.bg_box > div:last-child .input_group {
	min-height: 0;
}
.bg_box div:first-child .input_group {
	min-height: 51px;
}
.filed_box {
	padding-bottom: 6px;
}

.sing_box_pos {
	margin: -140px 0 0 -300px;
	width: 600px;
	height: 280px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.sing_box h1 {
	font-weight: normal;
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	padding-bottom: 16px;
	/*height: 38px;*/
}

.sing_box h1:after {
	content:" ";
	display:block;
	clear:both;
}
.sing_box .logo {
	position: absolute;
	top: -60px;
	left: 94px;
}

.form-group {
	margin-bottom: 0px !important;
}
.form-group.field-user-phone .form-group .input-group-phone {
	width: auto;
	min-height: auto;
}
.form-group .input-group-phone .input-group-addon {
	padding: 3px;
	color: #555;
	background-color: #eee;
	border-color: #ccc;
}

.sing_box label {
	display: block;
	max-width: 100%;
	line-height: 1;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	min-height: 22px;
	margin: 2px 0;
}

.input_group {
	width: 100%;
	table-layout: fixed;
	position: relative;
	display: table;
	border-collapse: separate;
	min-height: 51px;

}

.input_group select,
.input_group input[type="text"],
.input_group input[type="tel"],
.input_group input[type="email"],
.input_group input[type="address"],
.input_group input[type="password"] {
	padding: 6px 12px;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	display: table-cell;
	height: 38px;

	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 1px solid transparent;
	outline: none;
	color: #000;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: rgb(173, 173, 173);
	background: rgba(173, 173, 173, 0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.input_group input[disabled] {
	line-height: 1;
	cursor: default;
}

.input_group input[type="hidden"] {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

.input_group select:disabled + .select2-container--disabled .select2-selection__arrow {
	opacity: 0;
}

.help-block {
	margin: 0;
	font-size: 12px;
	line-height: 1;
	padding-top: 1px;
	clear: both;
}

.efa-hint {
	margin-bottom: 10px;
	border-left: 3px solid;
	border-left-color: #fdb405;
	padding-left: 5px;
	font-size: 70%;
}

.input_group_a {
	position: relative;
	padding: 0;
	border: 0 none;
	width: 0;
	display: table-cell;
}

.legacy-level-bronze {
	background: linear-gradient(
		135deg,
		rgba(214, 133, 11, 0.85) 2.8%,
		rgba(245, 164, 65, 0.85) 21.86%,
		rgba(251, 207, 176, 0.85) 38.72%,
		rgba(245, 170, 71, 0.85) 57.67%,
		rgba(251, 208, 177, 0.85) 70.65%,
		rgba(245, 164, 64, 0.85) 87.39%,
		rgba(245, 164, 64, 0.85) 104.89%
	);
}
.legacy-level-silver {
	background: linear-gradient(
		135deg,
		rgba(113, 113, 113, 0.85) 2.8%,
		rgba(158, 152, 152, 0.85) 21.86%,
		rgba(214, 214, 214, 0.85) 38.72%,
		rgba(214, 214, 214, 0.85) 57.67%,
		rgba(214, 214, 214, 0.85) 70.65%,
		rgba(155, 155, 155, 0.85) 87.39%,
		rgba(155, 155, 155, 0.85) 104.89%
	);
}
.legacy-level-gold {
	background: linear-gradient(
		135deg,
		rgba(234, 158, 53, 0.85) 2.8%,
		rgba(230, 149, 15, 0.85) 21.86%,
		rgba(255, 203, 60, 0.85) 38.72%,
		rgba(255, 215, 101, 0.85) 57.67%,
		rgba(255, 203, 60, 0.85) 70.65%,
		rgba(230, 149, 15, 0.85) 87.39%,
		rgba(234, 158, 53, 0.85) 104.89%
	);
}
.legacy-level-platinum {
	background: linear-gradient(
		135deg,
		rgba(180, 180, 180, 0.85) 2.8%,
		rgba(165, 165, 165, 0.85) 21.86%,
		rgba(214, 214, 214, 0.85) 38.72%,
		rgba(232, 225, 207, 0.85) 57.67%,
		rgba(232, 225, 207, 0.85) 70.65%,
		rgba(200, 195, 185, 0.85) 87.39%,
		rgba(170, 170, 170, 0.85) 104.89%
	);
}
.legacy-level-platinum-plus {
	background: linear-gradient(
		135deg,
		rgba(214, 195, 182, 0.85) 2.8%,
		rgba(226, 209, 196, 0.85) 21.86%,
		rgba(250, 237, 226, 0.85) 38.72%,
		rgba(255, 250, 246, 0.85) 57.67%,
		rgba(250, 237, 226, 0.85) 70.65%,
		rgba(226, 209, 196, 0.85) 87.39%,
		rgba(214, 195, 182, 0.85) 104.89%
	);
}

.legacy-level-label-wrapper {
	display: flex;
}

.legacy-level-popover ul {
	list-style: circle;
	padding-left: 20px;
}

.legacy-level-popover li li {
	list-style: disc;
}

.legacy-level-popover li li li {
	list-style: square;
}

.legacy-level-popover .popover-content {
	max-height: 80vh;
	overflow: auto;
}

.legacy-level-toggle {
	margin: -5px 0 0 5px;
	cursor: pointer;
}

.promotion-guidelines-text {
	padding-block: 10px;
}

.input_group_a span {
	right: 0;
	padding: 10px 14px;
	font-size: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	border: 0;
	z-index: 3;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	pointer-events: none;
	line-height: 1;
}

.ui-datepicker {
	z-index: 1056 !important;
}

.btn {
	background: #fdb405;
	border: none;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	color: #FFFFFF;
	padding: 8px 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-left: 20px;

	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-appearance: none;
	width: auto;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.btn.block {
	display:block;
	text-align:center;
	width:100%;
	height:38px;
	line-height:24px;
	border-radius:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	color:#fff;
	font-weight:bold;
}
.btn.btn-green {
	background: #449d44;
}

.btn_acrtive {
	color: #FFFFFF;
	background: #888888;
	border: none;
	cursor: default;
}

.btn:hover, .btn:focus, .btn.btn-green:hover, .btn.btn-green:focus {
	color: #FFFFFF;
	background: #111111;
	border: none;
}
.btn_acrtive:hover, .btn_acrtive:focus {
	color: #FFFFFF;
	background: #888888;
	border: none;
}

.btn-danger-hover:hover {
	background-color: red;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}

.field-nbtinsurance-efaid {
	display: none;
}

.d_inline-block {
	display: inline-block;
}
.d_inline {
	display: inline;
}
.d_block {
	display: block;
}
.lostpassword_box a {
	/*color: #ffffff;*/
	color: #000000;
	text-decoration: none;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
/*----------------*/

.sing_box2 {

	visibility: hidden;
	backface-visibility: hidden;

}

.md-show {
	visibility: visible!important;
}


.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.md-modal {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 50%;
	margin-top: -140px;
	margin-left: -315px;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 12000;
	visibility: hidden;
	backface-visibility: hidden;
	/*transform: translateX(-50%) translateY(-50%);*/
}

.auth-modal .modal-footer {
	text-align: center;
}
.auth-modal .bootbox-body {
	text-align: justify;
}
.auth-modal .rest-time {
	font-size: 1.3em;
	color: darkred;
}

.mb-10 {
	margin-bottom: 10px;
}

.md-show {
	visibility: visible;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 11000;
	opacity: 0;

	/*background: rgba(255, 255, 255, 0.80);*/
	background: rgba(129, 129, 129, 0.8);

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

.md-content {
	/*box-shadow: 0 0 25px #cacaca;*/
	position: relative;
	margin: 0 auto;
	background-color: white;
}

.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.close-md {
	position: absolute;
	right: 9px;
	top: 6px;
	color: #adadad;
	font-weight: normal;
	font-size: 20px;
	display: block;
	float: right;
}
.close-md:hover {
	color: #000000;
}
/* / LOGIN*/

/*USER ACCOUNT EDIT*/
.account_edit_page {
	/*background: url("images/main02_midle.jpg") 0 0 no-repeat;*/
	/*background-size: cover;*/
	background: #f5f5f5;
}

.background_gray{
	background-color: #e4e4e4;
}

.sing_box_half {
	float: left;
	width: 50%;
	padding-right: 13px;
}

.font_size_16 {
	font-size: 16px;
}

.half_two_input > .form-group {
	float: left;
	width: 50%;
	padding: 0 13px 0 13px;
}

.half_two_input.half_two_input--full > .form-group {
	width: 100%;
	padding-right: 0;
}

.half_two_input > .form-group > .form-group {
	margin-bottom: 0!important;
}

.half_two_input .form-group + .form-group {
	padding-right: 0;
}
.half_two_input .form-group:first-child {
	padding-left: 0;
}
.half_two_input.half_two_input-right > .form-group {
	margin-left: 50%;
	padding: 0 0 0 13px;
}

.three_items {
	margin-left:-13px;
	margin-right:-13px;
}
.three_items > .form-group {
	float: left;
	width: 33.33%;
	padding: 0 13px;
}

.tshirt_dynamic_form_wrapper .half_two_input .form-group:nth-child(2n+1) {
	padding-left: 0;
	padding-right: 6px;
}

.tshirt_dynamic_form_wrapper .form-options-item{
	position: relative;
	margin-bottom: 15px;
}

.tshirt_dynamic_form_wrapper .delete-tshirt{
	top: 20px;
	right: -25px;
}

.reason_letter_box {
	margin-left: -13px;
	margin-right:-13px;
	margin-bottom: 15px;
}
.reason_letter_box > .form-group{
	float: left;
	width: 42.5%;
	padding-left: 28px;
}
.reason_letter_box > .or {
	float: left;
	width: 7.5%;
	margin-top: 35px;
	text-align: center;
}
.reason_letter_box > .field-reasonLetter {
	width: 50%;
	/*padding-left: 16px;*/
}
.reason_letter_box > .form-group label {
	text-indent: -16px;
}

.user_carrier_overrides-wrap {
	margin:10px -13px;
}
.user_carrier_overrides-wrap .field-custompersonalcomissions-insurance_paid_by_carrier {
	margin-left:26%;
}
.user_carrier_overrides-wrap .field-custompersonalcomissions-insurance_paid_by_carrier label[for="username"] {display:none;}

.user_carrier_overrides {
	margin-left:-13px;
	margin-right:-13px;
}
.user_carrier_overrides:after {
	content:" ";
	display:block;
	clear:both;
}
.user_carrier_overrides > .form-group {
	float: left;
	width: 25%;
	padding: 0 13px;
	box-sizing:border-box;
}

.user_carrier_overrides .btn {
	display:block;
	text-align:center;
	padding:13px 20px;
	width:100%;
	margin:0;
}

#user_experior_employment label[for=user-experior-employment--type],
#user_experior_employment label[for=user-experior-employment--type] .input_group {
	position: relative;
	width: fit-content;
}

#user_experior_employment .user-experior-employment--info__btn,
#user_experior_employment .user-experior-employment--info__btn_2 {
	position: absolute;
	right: -15px;
}

#user_experior_employment .user-experior-employment--info__btn {
	bottom: 8px;
}

#user_experior_employment .user-experior-employment--info__btn_2 {
	top: 6px;
}

.hti_border > .form-group:first-child {
	border-right: 1px dashed #B1B1B1;
	padding-right: 16px;
}
.hti_border > .form-group + .form-group {
	padding-left: 16px;
}

.hti_border .half_two_input, .hti_border .r2_with_input_box  {
	position: relative;
	margin-bottom: 4px;
}
.hti_border .half_two_input:before,
.hti_border .r2_with_input_box:before {
	position: absolute;
	content: '';
	display: block;
	border-bottom: 1px dashed rgb(213, 213, 212);
	bottom: 0;
	margin: 0 40% 0 40%;
	left: 0;
	right: 0;
}
.hti_border .half_two_input:last-child:before {
	display: none;
}
.all_block .one-block:last-child .hti_border .half_two_input:last-child:before {
	display: none;
}
.hti_border.last_hes_border .half_two_input:last-child:before {
	display: block;
}
.sing_box .sing_box_half + .sing_box_half {
	padding-left: 13px;
	padding-right: 0;
}

select + .select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	padding: 10px 16px 10px 10px;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	display: table-cell;
	height: 38px;

	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 1px solid transparent;
	outline: none;
	color: #000000;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;

	background: rgb(173, 173, 173);
	background: rgba(173, 173, 173, 0.5);

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 1;
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px;
	right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #000 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #000000 transparent;
}
.select2-container--default .select2-results__group {
	display: block;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: .375rem .75rem;
	line-height: 1.5;
	white-space: nowrap;
}
.select2-container .select2-selection--single {
	height: 38px;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
	position: absolute;
}

.radio label, .checkbox label {
	line-height: 20px!important;
}
.checkbox label::after {
	top: -2px;
}

.checkbox-align label {
	margin-left: 16px;
}
.checkbox-align label input {
	margin-left: -16px;
}

.checkbox-bootstrap .checkbox input, .radio-bootstrap .radio input {
	opacity: 1;
}
.checkbox-bootstrap .checkbox label, .radio-bootstrap .radio label  {
	font-size: inherit;
}
.checkbox-bootstrap .checkbox label:before, .radio-bootstrap .radio label:before  {
	display: none;
}

.title_for_field {
	border-bottom: 1px solid rgb(213, 213, 212);
	padding: 12px 12px 2px 0;
	margin-bottom: 6px;
	color: rgb(0, 0, 0);
	font-size: 12px;
	text-transform: uppercase;
}
.title_for_field span {
	color: red;
	font-size: 12px;
	vertical-align: top;
}

/* fix table scroll on full hd */
.table__padding--sm .table > thead > tr > th,
.table__padding--sm .table > tbody > tr > th,
.table__padding--sm .table > tfoot > tr > th,
.table__padding--sm .table > thead > tr > td,
.table__padding--sm .table > tbody > tr > td,
.table__padding--sm .table > tfoot > tr > td {
	padding: 5px;
}

.select2--small {
	width: 215px;
}

.select2--small .select2-container .select2-selection--single {
	height: 30px;
	padding: 5px 8px 6px;
}

.select2--small .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: -1px;
	right: -1px;
	height: 30px;
}

/*.select2--small .select2-container--default .select2-selection--single .select2-selection__clear {*/
/*    margin-right: 15px;*/
/*}*/

.select2--small .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 0;
}

.hide-resize .rc-handle-container {
	overflow: hidden;
}

.app-nav-pills.nav > li > a, .app-subnav-pills.nav > li > a {
	padding: 8px 12px;
}

.app-subnav-pills.nav > li > a {
	font-size: 0.95em;
}

.ex_table_box div.summary {
	padding-bottom: 5px;
}

.ex_table_box td .empty {
	margin: 20px 5px;
	font-size: 16px;
}

.field_group {
	border-bottom: 1px solid rgb(213, 213, 212);
	padding: 0 0 10px 0;
	margin-bottom: 18px;
}

.gen_title_for_field {
	font-size: 20px;
	padding-bottom: 0;
	line-height: 22px;
	font-weight: normal;
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.gtf_add_pad {
	padding-bottom: 8px;
}
.pad_bot_gtff {
	padding-bottom: 8px;
}

/* form wizard */
.wizard_progress {
	margin: 0 auto 30px;
	width: 80%;
}
.language_switcher {
	position: relative;
	padding: 15px;
	left: -27px;
	text-align: left;
}
.steps_progress {
	margin: 0 52px;
	height: 4px;
	top: 34px;
	position: relative;
	background: #cccccc;
}
.progress_indicator {
	height: 100%;
	width: 0;
	background: #cccccc;
	-webkit-transition: width 0.2s ease-in;
	-moz-transition: width 0.2s ease-in;
	transition: width 0.2s ease-in;
}
.progress_indicator_active {
	background: #0088cc;
}
.no_number .progress_indicator_active {
	background: #cccccc;
}

.ticket-description-normalize {
	white-space: normal;
}
.ticket-description-normalize p {
	margin: 20px 0 !important;
}
.ticket-description-normalize ul {
	list-style-type: disc;
	padding-left: 20px;
}
.ticket-description-normalize b,
.ticket-description-normalize strong {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.wizard_steps {
	padding-top: 30px;
	list-style: none;
	margin: 0;
	display: inline-block;
	width: 100%;
	font-size: 0;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
}
.wizard_steps:after {
	display: inline-block;
	width: 100%;
	content: '.';
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.wizard_steps li {
	max-width: 150px;
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
}

.wizard_steps li a {
	padding-top: 40px;
	font-size: 14px;
	position: relative;
	display: block;
	color: #33333f;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	word-break: break-all;

	text-shadow: rgb(255, 255, 255) 0 0 5px, rgb(255, 255, 255) 0 0 10px, rgb(255, 255, 255) 0 0 15px, rgb(255, 255, 255) 0 0 20px, rgb(255, 255, 255) 0 0 30px, rgb(255, 255, 255) 0 0 40px, rgb(255, 255, 255) 0 0 50px, rgb(255, 255, 255) 0 0 75px;
}
.wizard_steps li a span {
	background: #cccccc;
	color: white;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 60px;
	line-height: 52px;
	font-size: 22px;
	border-width: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	text-align: center;
	text-indent: -1px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-shadow: none;
}
.wizard_steps li.completed a span {
	border: 4px solid #0088cc;
	background: #0088cc;
}
.wizard_steps  li.active a span {
	color: #0088cc;
	border: 4px solid #0088cc;
	background: white;
}
/* /form wizard */
/* / USER ACCOUNT EDIT*/

/*RADIO*/
.radio_table {
	display: table;
	width: 100%;
}
.radio_table > .form-group .control-label {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	padding-right: 12px;
	box-sizing: border-box;
	width: 82%;
}
.radio_table > .form-group .radio2 {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
}
.radio_table .radio2 .help-block {
	display: none;
}

.radio-vertical div label{
	display: block;
}

.radio-list input[type="radio"] {
	margin-right: 5px;
	vertical-align: top;
}

.radio-list label {
	display: block;
}

.checkbox-flex label{display: flex;}
.checkbox-flex label input{margin-right: 5px;}

.radio2 div label {
	display: inline-block;

}
.radio2 div label + label {
	padding-left: 12px;
}
.radio2__ label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio2__ label:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	-o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio___ input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
/* / RADIO*/

.signature_box__ {
	background-color: rgba(255, 255, 255, 0.41);
}
.signature_box > div {
	background-color: rgba(255, 255, 255, 0.41);
	margin-top: -6px;
	height: 134px;
	text-align: center;
	line-height: 254px;
	position: relative;
}
.signature_box > div:after {
	position: absolute;
	content: '';
	display: block;
	border-bottom: 2px solid #404040;
	margin: 0 39px;
	left: 0;
	right: 0;
	bottom: 26px;
}
.thank-container {
	max-width: 800px;
}
.no_border {
	border-bottom: none;
	padding: 0px 0 0px 0;
	margin-bottom: 0;
}

.agreement_box p {
	padding-bottom: 16px;
}

.thank_box {
	font-size: 22px;
	text-align: center;
}

.new_thank_box {
	margin: auto;
	background-color: white;
	border-radius: 24px;
	padding: 20px;
	max-width: 800px;
}

.agreement_box {
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.agreement_list {
	list-style-position: outside;
	padding-left: 26px;
}
.agreement_list li {
	padding-bottom: 26px;
}
.agreement_list li:first-child {
	padding-top: 26px;
	padding-bottom: 26px;
}
.agreement_list ol {
	padding-left: 52px;
}
.agreement_list ol li:last-child {
	padding-bottom: 0;
}
.agreement-rules-print-margin {
	display: none;
}

.file-collapse-button{
	background: transparent;
	margin: 5px 0;
	color: black;
	padding: 4px 4px;
}

.login_page_box .input_group {
	min-height: 0!important;
}
.login_page_box .form-group .form-group {
	min-height: 72px;
}
.md-modal-2 {
	 position: absolute;
	 top: 60%;
	 left: 50%;
	 width: 64%;
	 margin-top: -140px;
	 margin-left: -600px;
	 max-width: 1200px;
	 min-width: 320px;
	 height: auto;
	 z-index: 12000;
	 visibility: hidden;
	 backface-visibility: hidden;
}

.md-modal-btn {
	width: 100px;
	margin: 0 5px !important;
}

.experior_box {
	max-height: 760px;
	overflow-y: auto;
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.experior_title {
	font-size: 26px;
	padding: 0 0 16px 10px;
}
.experior_list_box {

}

ul.experior_list {
	list-style: none;
}

.experior_list li:before {
	content:  "—";
	position: relative;
	left:     -5px;
}
.experior_list li {
	padding: 0 0 26px 0;
}

.agree_a {

}

.arcticmodal-container_i2 {
	padding-top: 84px;
}
.box-modal {
	width: 1128px;
	box-shadow: none;
}

.agree_label {
	font-size: 14px!important;
}
.agree_a {
	cursor: pointer;
	color: #337ab7;
	font-size: 14px;
	line-height: 20px;
	vertical-align: bottom;
}
.agree_a:hover {
	text-decoration: underline;
}

.reset_sign{
	position: relative;
	z-index: 10;
}

.red {
	color: red;
}

#request-oa-change-modal label {
	font-size: inherit;
}

.simple_txt_box {
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stb_title {
	font-size: 26px!important;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 26px;
}
.stb_title_nb {
	font-size: 26px!important;
	border-bottom: none;
	margin-bottom: 16px;
}
.stb_subtitle {
	font-size: 20px!important;
}
.simple_txt_box p {
	padding-bottom: 16px;
}

.simple_txt_box h1 {
	font-size: 26px;
	padding-bottom: 16px;
}

.simple_txt_box h2 {
	font-size: 24px;
	padding-bottom: 16px;
}

.simple_txt_box ol {
	padding-bottom: 16px;
	padding-left: 26px;
}

.simple_txt_box ol li{
	padding-top: 8px;
}

.simple_txt_box ul {
	list-style-type: disc;
	padding: 16px 0 26px 26px;
}

.pdf_table_box {
	display: table;
	width: 100%;
}
.pdf_tb_tr {
	display: table-row;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.pdf_tb_tr:hover {
	background-color: rgba(60, 63, 65, 0.18);
}
.pdf_tb_title {
	display: table-cell;
	padding: 6px;
}
.pdf_tb_link {
	display: table-cell;
	padding: 6px;
}
.pdf_td_desc {
	display: table-cell;
	text-align: right;
	padding: 6px;
}

/*WEBINAR*/
.webinar_box {
	margin-bottom: 26px;
}
.webinar_box, .webinar_box a {
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.web_img {
	width: 30%;
	float: left;
}
.web_img img {

}
.web_txt_box {
	width: 70%;
	float: left;
	padding-left: 26px;
}
.web_title {
	font-size: 22px;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 6px;
	font-weight: normal;
}
.web_title a {
	font-weight: bold;
}
.web_title a:hover {
	text-decoration: none;
}
.web_date_box {
	padding-bottom: 16px;
	font-weight: bold;
}
.web_date {
	float: left;
	width: 80%;
}
.web_duration {
	float: right;
	width: 20%;
	text-align: right;
}
.web_desk {
	padding-bottom: 16px;
}
.web_link {
	/*text-align: right;*/
}
.web_link a {
	text-decoration: none;
}
/* / WEBINAR*/

/*HP*/
.hp_box {

}
.sing_box .hp_title {
	font-size: 28px;
}
.sing_box .hp_subtitle {
	font-size: 22px;
}
.hp_content {

}
.hospital_box {
	float: left;
	width: 25%;
	padding-right: 26px;
}
.hp_title_box {
	padding: 0 26px 26px 26px;
	text-align: center;
}
.hospital_title {
	padding: 0 0 12px 0;
}
.hp_video_box {
	float: left;
	width: 50%;
	padding-left: 16px;
}
.hp_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.hp_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hp_news_box {
	float: left;
	width: 25%;
	padding-left: 16px;
}

.hp_list {
	text-align: center;
	padding: 26px 0 0 0;
}
.hp_list_unit {
	display: inline-block;
	width: 24.7%;
	vertical-align: top;
}
.hp_list_unit_box {
	background-color: white;
	display: inline-block;
	margin-left: 16px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 0 transparent, 0 0 0 transparent;
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 0 transparent, 0 0 0 transparent;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 0 0 transparent, 0 0 0 transparent;
}
.hp_list_title_box {
	display: block;
	background-color: #fdb405;
}
.hp_list_title {
	display: table;
	width: 100%;
	font-size: 24px;
}
.hp_list_title_cell {
	display: table-cell;
	height: 150px;
	vertical-align: middle;
	color: white;
	line-height: 1.3;
	text-align: center;
	padding: 0 12px;
}
.hp_list_subtitle {
	font-size: 12px;
}
.hp_list_img {
	display: block;
}
.hp_list_img img{
	width: 100%;
}
.hp_list_desc {
	display: inline-block;
	padding: 12px;
	text-align: justify;
}
/* / HP*/

/*FORM > VIDEO*/
.video_container {
	width: 800px;
	margin: 0 auto;
	padding: 8px 0 30px 0;
}
.video_box {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* / FORM > VIDEO*/

.msg_box {
	float: left;
	margin-left: 12px;
	padding: 4px 18px;
	background-color: white;
	border-radius: 3px;

	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	-moz-box-shadow: 1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	box-shadow: 1px 1px 5px 0px rgba(71, 70, 70, 0.3);
}

.doc_header_box {
	text-align: center;
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.doc_title {
	font-size: 16px;
	padding-bottom: 16px;
}
.doc_mark {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.doc_mark_box {
	font-size: 14px;
}
.box_separate {
	margin-bottom: 26px;
}

.box-active-label label {
	float: left;
	padding-right: 20px;
}

.bg_box .table {
	margin-bottom: 0;
}
.bg_box .table td {
	vertical-align: middle;
	white-space: normal!important;
}
.bg_box .summary {
	font-style: italic;
	padding-bottom: 16px;
}
.bg_box:after {
	content:" ";
	display:block;
	clear:both;
}

.bg_box h2:not(.gen_title_for_field) {
	font-size:20px;
	line-height:30px;
	clear:both;
	margin-bottom:20px;
}
.disable-span-button {
	background-color: #bababa;
	padding: 8px 10px 8px 10px;
	border-radius: 3px;
}
.span-10-left {
	margin-left: 10px;
}
.span-10-right {
	margin-right: 10px;
}
.show_structure {
	margin-top: 5px;
}
.dropdown_btn .dropdown-menu {
	position: relative;
}

.dropdownpage-title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table_btn a, .table_btn .btn, .show_structure {
	font-family: "ralewaysemibold", Helvetica Neue, Helvetica, Arial, sans-serif!important;
	display: inline-block;
	padding: 2px 8px;
	background-color: orange;
	border-radius: 4px;
	color: white;
	border: none;
}

.table_btn a.bg-white {
	background-color: white;
}

.table_btn .disabled {
	opacity: 0.6;
	cursor: no-drop;
}
.table_btn a:focus, .show_structure:focus {
	text-decoration: none;
	border: none;
}
.table_btn a:before, .show_structure:before {
	padding-right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	border: none;
}
.table_btn a:hover, .show_structure:hover {
	text-decoration: none;
	color: #000000;
	border: none;
}
.table_btn button{
	font-family: "ralewaysemibold", Helvetica Neue, Helvetica, Arial, sans-serif!important;
	display: inline-block;
	padding: 2px 8px;
	background-color: orange;
	border-radius: 4px;
	color: white;
	border: none;
}

.table_btn .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.table_btn .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn_send_aoa_link {
	color: #3CB371 !important;
}
.btn_send_aoa_link_long_ago {
	color: #DC143C !important;
}
.fund-serv-code {
	font-size: 18px;
}

.table_agreement_link {
	padding: 5px 8px!important;
	margin-top: 5px;
}

.alert .close:focus {
	outline: none;
}

/*EFA*/
.efa_check_box label{
	display: block;
	padding-bottom: 5px;
}

.efa-info__btn {
	padding: 3px 5px;
	margin-left: 2px;
	background: transparent;
	border: 0;
}

.input_group textarea {
	padding: 10px 36px 10px 10px;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	display: table-cell;
	font-family: 'ralewaymedium', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: 1px solid transparent;
	outline: none;
	color: #000000;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-transition: 0.2s background linear;
	-moz-transition: 0.2s background linear;
	transition: 0.2s background linear;
	-webkit-transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: rgba(173, 173, 173, 0.5);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.half_two_input .radio2 {
	min-height: 51px;
	padding: 6px 0 10px 0;
}

.pad_top_16 {
 padding-top: 16px;
}
.pad_top_48 {
	padding-top: 48px;
}

.wrapper-efa .efa_create_btn a {
	margin: 3px 0 0 20px;
}
/* / EFA*/

/*Saving for Retirement*/
.r2_with_input_box > div {
	float: left;
}
.r2_with_input_box_rev > div {
	float: right;
}
.r2_with_input_box .form-group {
	float: right;
}
.r2_with_input_box_rev .form-group {
	float: left;
}
.r2_with_input_box .input_group, .r2_with_input_box_rev .input_group {
	width: auto;
}
.tft_add_padding {
	padding-top: 38px;
	margin-bottom: 10px;
}
.or_box {
	position: relative;
}
.or_box:after {
	content: 'or';
	display: block;
	position: absolute;
	top: 28px;
	right: -18px;
	font-size: 12px;
}
.or_box .input_group input {
	padding: 10px 10px 10px 10px;
	text-align: right;
}

.or_box_container .or_box {
	float: right;
	width: 37%;
}
.or_box_container > .form-group + .form-group .form-group {
	width: 37%;
}

.ui-tooltip {
	font-size: 12px!important;
}
/* / Saving for Retirement*/

/*DIALOG*/
#dialog {
	display: none;
}
.new-position-dialog {
	left: 50%;
	margin-left: -160px;
	top: 280px;
}
body .custom_dialog .ui-state-default,
body .custom_dialog .ui-widget-content .ui-state-default,
body .custom_dialog .ui-widget-header .ui-state-default {
	border: none;
	background: none;
}
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus {
	outline: none;
}
.custom_dialog .ui-state-default:before,
.custom_dialog .ui-widget-content .ui-state-default:before,
.custom_dialog .ui-widget-header .ui-state-default:before {
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 16px;
}
body .custom_dialog.ui-dialog {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif!important;
	font-size: 12px;
}

/*.dialog_content {*/

/*}*/
.dialog_content h3 {
	font-weight: bold;
	padding-bottom: 16px;
}
.dialog_content p {
	padding-bottom: 16px;
}
.dialog_content table {
	width: 100%;
	text-align: center;
	margin-bottom: 16px;
}
.dialog_content th {
	font-weight: bold;
	text-align: center;
}
.dialog_content p.glow_mark {
	color: #6b6b6b;
}
body .ui-corner-all {
	border-radius: 0;
}
/* / DIALOG*/

/*Saving for Retirement Results*/
.bold_tr_td td {
	font-weight: bold;
}
/* / Saving for Retirement Results*/

.tabs_form_box {
	float: right;
}
.tabs_form_box .btn {
	float: left;
}

.no_number .fa {
	padding-left: 3px;
	padding-top: 18px;
}

.no_number .active .fa {
	padding-top: 0;
}
.dollars{
	font-size: 20px;
}
.tbl_ret, .tbl_ret th,.tbl_ret td{
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}
.tbl_ret_bold{
	background-color: #D5D5D5;
}
.tbl_ret_bold td{
	font-size: 16px;
}
.no_wrap{
	white-space: nowrap;
}

/*TBL_RET*/
sup {
	top: 0;
}
.tbl_ret th, .table th, .head_td, .head_tr td, tfoot td {
	background-color: #FFD060;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 12px;
}
.ex_half_table_box {
	padding-bottom: 26px;
}
.ex_half_table_unit {
	float: left;
	width: 50%;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}
.ex_half_table_box .ex_half_table_unit:first-child {
	padding: 0 20px 0 0;
}
/* / TBL_RET*/

.err-tbl-res{
	height: 139px;
	display: inline-block;
	color: red;
	font-size: 16px;
}

/* Style for money columns */
.money-column {
	text-align: right;
	font-family: monospace !important;
	font-weight: 600;
}
.report-money-column {
	font-family: monospace !important;
	font-weight: 600;
}
.format-amount {
	font-family: monospace !important;
	font-weight: 500;
}
.money-column-total td {
	background-color: #b0cfb5;
}
.money-column-total td:first-child {
	text-align: left;
}
.pay-count-column {
	text-align: center;
}
.date-column {
	white-space: nowrap;
}
/* / Style for money columns */

.chargeback-info {
	opacity: 0.7;
	background: none;
	border: 0;
}
.chargeback-info:hover {
	opacity: 1;
}
.chargeback-info .fa-info {
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	border: 1px solid;
	border-radius: 50%;
}
.chargeback-info .fa-info-circle {
	font-size: 16px;
}
.chargeback-info-popover {
	max-width: none;
}
.chargeback-info-popover .chargeback-info-data {
	min-width: 380px;
	max-height: 320px;
	overflow: auto;
}
.chargeback-info-popover.chargeback-info-popover-nolink .chargeback-info-data {
	min-width: 260px;
}
.chargeback-info-popover.chargeback-info-popover-nolink .chargeback-info-data td:last-child,
.chargeback-info-popover.chargeback-info-popover-nolink .chargeback-info-data th:last-child {
	display: none;
}

/* Style for tip columns */
.charge_back_report_member td {
	background-color: #ffb5b5;
}
.recurring_commission_member td {
	background-color: #fff2b2;
}

.report_tip span {
	margin-bottom: -6px;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin-right: 10px;
}
.charge_back_report_tip {
	background-color: #ffb5b5;
	color: #ffb5b5;
}
.charge_back_report_view_tip {
	background-color: #dcdcdc;
}
.recurring_commission_tip {
	background-color: #fff2b2;
	color: #fff2b2;
}
.send_aoa_link_tip {
	background-color: #3CB371;
	color: #3CB371;
}
.send_aoa_link_default_tip {
	background-color: #fdb405;
	color: #fdb405;
}
.send_aoa_link_long_ago_tip {
	background-color: #DC143C;
	color: #DC143C;
}
.not_approved_resident_lisence_tip {
	background-color: #FFE240;
	color: #FFE240;
	border-radius: 7.5px;
}

.unlicensed_share_advisor_note {
	color: #a94442;
}

.unlicensed_share_advisor_note a {
	color: inherit;
}

/* / Style for tip columns */

span.add_company > .fa-plus:before {
	position: relative;
	top: 7px;
	left: 2px;
}

.form-options-item:first-of-type .add_company_box {
	padding-right: 0;
}

.add_company_box {
	position: relative;
	padding-right: 45px;
}
.add_company_button {
	position: absolute;
	top: -5px;
	right: 0;
	height: 38px;
	vertical-align: middle;
}
#calendar{
	height: 900px;
	width: 100%;
	display: inline-table;
	border: none;
}

.hp_container .fc-day-grid-event .fc-content {
	white-space: normal;
	text-align: center;
}

.lead-agent-block {
	text-align: center;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 1px 1px 5px 0 rgba(71, 70, 70, 0.3);
	-moz-box-shadow:    1px 1px 5px 0 rgba(71, 70, 70, 0.3);
	box-shadow:         1px 1px 5px 0 rgba(71, 70, 70, 0.3);
}

.lead-agent-text {
	height: 100% !important;
	width: 100%;
	background: linear-gradient(to left, #ffff00, #ffa500);
	font-weight: bold;
	font-size: 18px;
	min-height: 80px;
	position: relative;
}

.contest-lead-agent-text {
	height: 100% !important;
	width: 100%;
	background: url('/images/contest-lead-agent.png') no-repeat center content-box;
	background-size: 170%;
	font-weight: bold;
	font-size: 18px;
	min-height: 80px;
	position: relative;
}

.lead-agent-text .user-avatar-container,
.contest-lead-agent-text .user-avatar-container {
	position: absolute;
	right: 20px;
	top: -74px;
	margin-right: 0;
}

.coaches-corner .lead-agent-text,
.coaches-corner .contest-lead-agent-text {
	background: none;
	background-color: #960117;
	color: #ffffff;
}

.lead-agent-title {
	max-width: 1250px;
	text-align: left;
	display: flex;
}

.contest-table-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.contest-lead-agent-title {
	max-width: 1250px;
	text-align: center;
	display: flex;
	justify-content: center;
}

.lead-agent-title > .text,
.contest-lead-agent-title > .text,
.contest-lead-agent-title > .text {
	padding: 20px;
	line-height: 1.8;
	display: inline-block;
}

.coachsCorner, .whistler {
	display: inline-block;
}

.form_filter {
	margin: 30px 0;
	display: block;
	padding: 26px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	-moz-box-shadow:    1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	box-shadow:         1px 1px 5px 0px rgba(71, 70, 70, 0.3);
}

input[type="checkbox"].without-bottom {
	vertical-align: baseline;
}

.html-symbol {
	font-size: 2em;
}
.html-symbol.infinite:before {
	content: "\221E";
}
.html-symbol.sum:before {
	content: "\2211";
}
.html-symbol.mdash:before {
	content: "\2014";
}

.signature-block .input_group input {
	float: none;
	margin: auto;
	width: 50%;
}
.signature-block label {
	text-align: center;
}
.center2 {
	text-align: center;
}
/*frontend home page*/
/*home top slider box*/
.slick-baner li img{
	width: 100%;
}

.slick-card button.slick-next:before,
.slick-baner button.slick-next:before{
	content: "\f105";
}

.slick-card  button.slick-prev:before,
.slick-baner .slick-prev:before{
	content: "\f104";
}

.slick-card button:before,
.slick-baner button:before{
	font-family: FontAwesome;
	font-size: 48px;
	color: rgba(0, 0, 0, 0.8);
}

.hp_cont_slide_item{
	margin: 0 4px 0;
}

.hp_top_slider_box{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.hp_top_slide_list{
	overflow: hidden;
}
.hp_top_slide_item{
	position: relative;
 }
.htop_title_box{
	position: absolute;
	top: 50%;
	left: 25%;
	display: block;
	text-align: center;
}
.htop_slide_title{
	font-size: 50px;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
}
.htop_sl_btn{
	font-size: 45px;
	text-align: center;
	line-height: 55px;
	color: #FFEF0E;
}
.hp_top_slider_box .flex-control-nav,
.hp_cont_slider_box .flex-control-nav{
	width: 100%;
	position: absolute;
	margin-top: -25px;
	text-align: center;
}
.hp_top_slider_box .flex-control-nav li,
.hp_cont_slider_box .flex-control-nav li{
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}
.hp_top_slider_box .flex-control-paging li a,
.hp_cont_slider_box .flex-control-paging li a{
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.hp_top_slider_box .flex-control-paging li a.flex-active,
.hp_cont_slider_box .flex-control-paging li a.flex-active{
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.hp_top_slider_box:hover .flex-direction-nav .flex-prev,
.hp_cont_slider_box:hover .flex-direction-nav .flex-prev{
	opacity: 0.7;
	left: 10px;
}
.hp_top_slider_box .flex-direction-nav .flex-prev,
.hp_cont_slider_box .flex-direction-nav .flex-prev{
	left: -50px;
}
.hp_top_slider_box:hover .flex-direction-nav .flex-next,
.hp_cont_slider_box:hover .flex-direction-nav .flex-next{
	opacity: 0.7;
	right: 10px;
}
.hp_top_slider_box .flex-direction-nav .flex-next,
.hp_cont_slider_box .flex-direction-nav .flex-next{
	right: -50px;
}
.hp_top_slider_box .flex-direction-nav a,
.hp_cont_slider_box .flex-direction-nav a{
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 48px;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.hp_top_slider_box .flex-direction-nav a.flex-next:before,
.hp_cont_slider_box .flex-direction-nav a.flex-next:before{
	content: "\f105";
}

.hp_top_slider_box img {
	width:100%;
	display:block;
}
/*end home top slider box*/
/* home content slider box*/
.hp_cont_slider_box{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	font-family: ralewaymedium, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hp_cont_slide_list{
	overflow: hidden;
}
.hp_cont_slide_item{
	position: relative;
	display: inline-block;
	width: 30%;
	height: 510px;
	padding: 30px 15px;
	border: 1px solid #666;
	box-shadow: 1px 1px 5px 0px rgba(71, 70, 70, 0.3);
	background: #FAFFBD;
}
.hcont_testimon_box{
	display: block;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.hcont_slide_title{
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
}
.slide_test_item{
	display: block;
	margin-bottom: 20px;
}
.test_img_box{
	display: inline-block;
	width: 30%;
	float: left;
}
.test_desct_box{
	display: inline-block;
	width: 60%;
	float: right;
	text-align: left;
}
.slide_t_descr{
	font-size: 10px;
	font-style: italic;
	text-align: left;
	margin-bottom: 10px;
}
.t_user_name,
.t_user_locate{
	font-size: 10px;
	text-align: left;
}
.t_user_name{
	font-weight: bold;
}
.hcont_sl_btn{
	position: absolute;
	bottom: 25px;
	display: block;
	background: #fdb405;
	padding: 10px;
	left: 10px;
	bottom: 10px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom: 80px;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video_descr_box{
	padding: 30px 0;
}
.hcont_img_box{
	margin: 0 auto;
	display: block;
}
.hcont_img_box img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
/*end home content slider box*/
.content_section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 25px auto;
}
.cont_img_box {
	width: 30%;
}

.cont_descr_box {
	width: 60%;
	padding: 20px;
}

.cont_descr_box h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.cont_descr_box p{
	font-size: 16px;
	text-align: center;
}
/*end frontend home page*/

.licensed_row {
	background-color: #b0cfb5 !important;
}
.incorrect_row {
	background-color: #ffb5b5 !important;
}

.ipqSection {
	margin: 13px 0 13px 0;
}

#generated_email {
	text-decoration: underline;
	color: green;
}

.license_hr {
	width: 100%;
	color: black;
	height: 1px;
	background-color:black;
}

.link-profile-wrapper {
	display: flex;
	justify-content: center;
	align-items: start;
	gap: 20px;
}

#deal_structure {
	margin-top: 100px;
}
#deal_structure button {
	margin-top: 20px;
}
.modal-deal-structure {
	overflow: auto;
}
.nav-bar-btn {
	color: white !important;
}

.scoreboard-menu > ul {
	line-height: 30px !important;
}
.scoreboard-menu li {
	margin-bottom: 15px;
	display: inline-block;
}
.scoreboard-menu a {
	color: white !important;
}
.scoreboard-menu li:not(.active) a:hover {
	color: black !important;
}
.scoreboard-menu li.active a {
	background-color: darkgray;
}

.scoreboard-ring-item,
.scoreboard-ring-diamond-wrap {
	border: 1px solid #ced2d9;
	border-radius: 6px;
}

.scoreboard-ring-item {
	width: 32px;
	height: 32px;
	padding: 4px;
}

.scoreboard-ring-diamond {
	width: 22px;
	margin-left: 4px;
}

.scoreboard-ring-diamond-wrap {
	height: 32px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.scoreboard-ring-legacy-wrap,
.scoreboard-ring-wrap {
	display: flex;
	align-items: center;
	gap: 6px;
	font-family: monospace;
}

.scoreboard-ring-wrap {
	font-size: 20px;
}

.scoreboard-unit-export {
	margin: 22px 22px 0;
	vertical-align: top;
	background-color: #70c1d0;
}

.scoreboard_link {
	text-transform: uppercase;
	font-size: 12px;
}

.scoreboard_export_btn {
	background-color: #70c1d0 !important;
	margin-left: 10px;
}

.profile_avatar {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 100px;
	border: 2px solid green;
	box-shadow: 0 0 7px #666;
}

.profile-add-item {
	float: right;
	margin: 5px 2px 8px !important;
}
.profile-add-item + .profile-add-item {
	display: none;
}

.profile_user_menu {
	display: flex;
	margin-bottom: 20px;
}

.profile_user_menu li.active a {
	background-color: #a6a5a5;
}

.profile_user_menu_item {
	padding-right: 10px;
}

.profile_user_menu_item a {
	padding: 4px 25px;
	font-size: 15px;
}

.scoreboard-catalyst-month-image {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border-radius: 100px;
	border: 2px solid red;
	box-shadow: 0 0 25px red;
}

.scoreboard-catalyst-year-image {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border-radius: 100px;
	border: 2px solid blue;
	box-shadow: 0 0 25px blue;
}

.scoreboard-catalyst-top-image {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	border-radius: 100px;
	border: 2px solid green;
	box-shadow: 0 0 25px green;
}

.contest-scoreboard-top-places-top-border {
	border-top: 3px solid rgba(0, 208, 255, 0.76);
	border-left: 3px solid rgba(0, 208, 255, 0.76);
	border-right: 3px solid rgba(0, 208, 255, 0.76);
	box-shadow: 0 -1px 10px #00d0ff4a, 0 -10px 10px #00d0ff4a;
}

.contest-scoreboard-top-places-right-left-borders {
	border-left: 3px solid rgba(0, 208, 255, 0.76);
	border-right: 3px solid rgba(0, 208, 255, 0.76);
	box-shadow: 10px 0px 10px #00d0ff1f, -10px 0 10px #00d0ff1f;
}

.contest-scoreboard-top-places-bottom-border {
	border-left: 3px solid rgba(0, 208, 255, 0.76);
	border-right: 3px solid rgba(0, 208, 255, 0.76);
	border-bottom: 3px solid rgba(0, 208, 255, 0.76);
	box-shadow: 5px 1px 10px #00d0ff4a, -5px 10px 10px #00d0ff4a;
}

.collapse-arrow {
	transition: transform 333ms ease-out, color 333ms;
}

.collapse-arrow.active {
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@media screen {
	.catalyst-grid-header {
		width:5%;
		word-wrap: break-word;
		word-break: break-all;
		text-align: center;
	}
}

.coaches-corner .user-avatar {
	border: none;
}

.coaches-corner .li_menu.active a, .coaches-corner .li_menu a:hover{
	background-color: #606060;
}

.coaches-corner .li_menu a, .coaches-corner .table_agreement_link {
	background-color: darkgrey;
}

.coaches-corner .table th {
	background-color: #960117;
	color: #fff;
}
.coaches-corner .table .info > th {
	color: inherit;
}

#scoreboard-menu {
	text-align: left;
	width: 100%;
	padding-right: 160px !important;
}

#scoreboard-menu .menu {
	text-align: left;
}

#scoreboard-menu .li_menu:before {
	content: none;
}
#scoreboard-menu .li_menu:after {
	content: ' ';
	padding: 0 12px;
}
.scoreboard-agent-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 4px;
}
.scoreboard-legacy-level {
	width: 32px;
	height: 32px;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.payments-user-table {
	width:100%;
	margin:2em 0;
	font-size:16px;
	font-weight:normal;
}
.payments-user-table thead {
	font-weight:bold;
	text-align: center;;
}
.payments-user-table thead {}
.payments-user-table th,td {
	padding:0.5em;
	border-bottom:1px solid #ccc;
}
.payments-user-table tbody > tr:last-child td { border-bottom:none; }
.payments-user-table tbody > tr:last-child th { border-bottom:none; }
.payments-user-table th {}
.payments-user-table td {
	font-weight:normal;
}

.payments-user-table .totals-table {
	float:right;
}
.payments-user-table .totals-table td,
.payments-user-table .totals-table th {
	border-bottom:1px solid #ccc;
}

/*.ui-datepicker {z-index: 9999 !important;}*/
.select2-container.select2-container--open {z-index: 9999 !important;}

.commissions-import {}
.commissions-import table th {
	border-bottom:1px solid #999;
	padding:0.5em;
	font-size:12px;
}
.commissions-import header h3 {
	font-size:30px;
	line-height:40px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.commissions-import header table {}
.commissions-import header table th {
	border-bottom:1px solid #999;
	padding:0.5em;
	font-size:12px;
}
.commissions-import header table td {}
.commissions-import .deals {
	background:#ececec;
	margin-bottom:20px;
}

.commissions-import .deals h3 {
	font-size:16px;
	line-height:20px;
	margin-bottom:20px;
}
.commissions-import .deals table {}
.commissions-import .deals table th {
	border-bottom:1px solid #999;
	padding:0.5em;
	font-size:12px;
}
.commissions-import .deals table th:nth-child(2) {
	width:625px;
}
.commissions-import .deals table th:last-child {
	width:150px;
}
.commissions-import .deals table td {

}
.commissions-import .deals label {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}
.commissions-import .import-row {}

.focus-text {
	font-weight:bold;
	font-size:1.3em;
}

.website-overlay {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,0.7);
	z-index:9000;
}
.website-overlay .overlay {
	position:absolute;
	z-index:9999;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	display:flex;
	align-items:center;
}
.website-overlay .overlay-message {
	background:#fff;
	color:#000;
	width:450px;
	max-width:95%;
	margin:0 auto;
}
.website-overlay .title {
	display:block;
	background:orange;
	color:#fff;
	font-size:18px;
	padding:10px 20px;
	text-align:center;
}
.website-overlay .title .close-overlay {
	color:#fff;
	font-size:20px;
	float:right;
	text-decoration:none;

}
.website-overlay .message {
	font-weight:normal;
	text-align:center;
	padding:20px;
}

.renewals-box {}
.renewals-box .sing_box_half:first-child {
	width:40%;
}
.renewals-box .sing_box_half:nth-child(2) {
	width:60%;
}

.adding { color:green; white-space: nowrap;  }
.subtracting { color:red;white-space: nowrap;  }

.grid-additional-filters {
	margin:0;
	padding:0;
}
.grid-additional-filters:after {
	content:" ";
	display:block;
	clear:both;
}
.grid-additional-filters .filter {
	float:right;
	margin-left:10px;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
}
.grid-additional-filters label {
	font-weight:normal;
}
.error-summary {
	color: #a94442 !important;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
#childs-box, #structure-box {
	margin-left: 13px;
	font-size: 0.75em;
	display: none;
}
#childs-box ul, #structure-box ul {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
/* Generate report pending pdf*/
#report-pending-pdf h1.stb_title a, #report-pending-pdf .box_separate {
	display: none;
}

#report-table .table > thead > tr > th,
#report-table .table > tbody > tr > th,
#report-table .table > tfoot > tr > th,
#report-table .table > thead > tr > td,
#report-table .table > tbody > tr > td,
#report-table .table > tfoot > tr > td
{
	padding-left: 5px;
	padding-right: 5px;
}
.remove-file:hover {
	color: red;
	cursor: pointer;
}

.ui-dialog-titlebar-close {
	display: none;
}

#select2-usersearch-userreferral-container,
#select2-usersearch-secondreferral-container,
#select2-usersearch-thirdreferral-container,
#select2-usersearch-firstdirector-container {
	max-width: 140px;
}

#additionalAdvisorsPercentage {
	display: none;
}

.upload-fpb-form {
	padding: 7px;
	display: none;
}
.upload-fpb-form h3 {
	color: orangered;
	font-weight: 700;
	font-size: 1.25em;
	padding-bottom: 8px;
}

/* Preloader */
.holder {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
}

.preloader {
	/* size */
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
	0% {
		transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
	}
	100% {
		transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
	}
}
.preloader div {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.preloader div:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	width: 10%;
	height: 10%;
	background-color: #eec368;
	transform: translateX(-50%);
	border-radius: 50%;
}

.preloader div:nth-child(1) {
	transform: rotateZ(0deg);
	animation: rotateCircle1 2s infinite linear;
	z-index: 9;
}

@keyframes rotateCircle1 {
	0% {
		opacity: 0;
	}
	0% {
		opacity: 1;
		transform: rotateZ(36deg);
	}
	7% {
		transform: rotateZ(0deg);
	}
	57% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(2) {
	transform: rotateZ(36deg);
	animation: rotateCircle2 2s infinite linear;
	z-index: 8;
}

@keyframes rotateCircle2 {
	5% {
		opacity: 0;
	}
	5.0001% {
		opacity: 1;
		transform: rotateZ(0deg);
	}
	12% {
		transform: rotateZ(-36deg);
	}
	62% {
		transform: rotateZ(-36deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(3) {
	transform: rotateZ(72deg);
	animation: rotateCircle3 2s infinite linear;
	z-index: 7;
}

@keyframes rotateCircle3 {
	10% {
		opacity: 0;
	}
	10.0002% {
		opacity: 1;
		transform: rotateZ(-36deg);
	}
	17% {
		transform: rotateZ(-72deg);
	}
	67% {
		transform: rotateZ(-72deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(4) {
	transform: rotateZ(108deg);
	animation: rotateCircle4 2s infinite linear;
	z-index: 6;
}

@keyframes rotateCircle4 {
	15% {
		opacity: 0;
	}
	15.0003% {
		opacity: 1;
		transform: rotateZ(-72deg);
	}
	22% {
		transform: rotateZ(-108deg);
	}
	72% {
		transform: rotateZ(-108deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(5) {
	transform: rotateZ(144deg);
	animation: rotateCircle5 2s infinite linear;
	z-index: 5;
}

@keyframes rotateCircle5 {
	20% {
		opacity: 0;
	}
	20.0004% {
		opacity: 1;
		transform: rotateZ(-108deg);
	}
	27% {
		transform: rotateZ(-144deg);
	}
	77% {
		transform: rotateZ(-144deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(6) {
	transform: rotateZ(180deg);
	animation: rotateCircle6 2s infinite linear;
	z-index: 4;
}

@keyframes rotateCircle6 {
	25% {
		opacity: 0;
	}
	25.0005% {
		opacity: 1;
		transform: rotateZ(-144deg);
	}
	32% {
		transform: rotateZ(-180deg);
	}
	82% {
		transform: rotateZ(-180deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(7) {
	transform: rotateZ(216deg);
	animation: rotateCircle7 2s infinite linear;
	z-index: 3;
}

@keyframes rotateCircle7 {
	30% {
		opacity: 0;
	}
	30.0006% {
		opacity: 1;
		transform: rotateZ(-180deg);
	}
	37% {
		transform: rotateZ(-216deg);
	}
	87% {
		transform: rotateZ(-216deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(8) {
	transform: rotateZ(252deg);
	animation: rotateCircle8 2s infinite linear;
	z-index: 2;
}

@keyframes rotateCircle8 {
	35% {
		opacity: 0;
	}
	35.0007% {
		opacity: 1;
		transform: rotateZ(-216deg);
	}
	42% {
		transform: rotateZ(-252deg);
	}
	92% {
		transform: rotateZ(-252deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(9) {
	transform: rotateZ(288deg);
	animation: rotateCircle9 2s infinite linear;
	z-index: 1;
}

@keyframes rotateCircle9 {
	40% {
		opacity: 0;
	}
	40.0008% {
		opacity: 1;
		transform: rotateZ(-252deg);
	}
	47% {
		transform: rotateZ(-288deg);
	}
	97% {
		transform: rotateZ(-288deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(10) {
	transform: rotateZ(324deg);
	animation: rotateCircle10 2s infinite linear;
	z-index: 0;
}

@keyframes rotateCircle10 {
	45% {
		opacity: 0;
	}
	45.0009% {
		opacity: 1;
		transform: rotateZ(-288deg);
	}
	52% {
		transform: rotateZ(-324deg);
	}
	102% {
		transform: rotateZ(-324deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

/*Add scroll Table for small screen:*/
.ef_table_scroll_container {
	overflow-x: auto;
}

.ef_overflow_for_menu {
	overflow: hidden;
}
.current-advisors {
	overflow-x: auto;
}

.cursor-help-dotted {
	cursor: help;
	text-decoration: underline dotted;
}

.over-box {
	overflow-x: auto;
}
.agreed {
	text-align: right;
}
.agreed label {
	font-weight: bold;
	font-size: 16px;
}
.form-redesign .agreed .help-block {
	margin-right: 0;
}

/* Contracting page*/
.headerCompany {
	font-size: 14px;
	font-weight: 700;
	border-top: 2px solid #959590 !important;
}
.headerCompanyLevel {
	font-size: 21px;
	font-weight: 900;
	border-top: 2px solid #959590 !important;
}
.noteContract {
	font-size: 11px;
	color: darkred;
}

/*DSC report view*/
.reset-button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
}
.show-hide-btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 2px 0;
	border: solid 1px #00000057;
	border-radius: 4px;
	padding: 0.5px 7px;
	color: #0a0a0a;
	font-family: arial;
}
.show-hide-btn:focus {
	outline: none;
}
.center-payment{
	width: 96%;
	margin-left: 2%;
}
.report_title {
	font-size: 22px;
}

.deal-with-payments {
	margin-bottom: 40px;
}

#render-view-deal {
	font-size: 0.7em;
}
#render-view-deal h1 {
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#render-view-deal .btn, #render-view-deal .table_btn {
	display: none;
}

.is-attribute-prefilled {
	display: inline-block !important;
	margin-left: 10px !important;
}

.contract-comment {
	color: red;
}

.modal-dialog  div[id^=additionalAdvisors-] .select2-selection{
	background-color: #fff;
	border-radius: 5px;
}

.file-upload-modal {
	margin-top: 100px;
}
.separated-block {
	padding-top: 26px;
}

.secure-sin {
	position: relative;
	padding-right: 35px;
}
.secure-sin .table_btn {
	position: absolute;
	top: 0;
	right: 0;
}
.secure-sin .table_btn a {
	width: 35px;
	line-height: 38px;
	padding: 0;
	text-align: center;
	text-indent: 5px;
}
.pdf-only {
	color: #f00;
}

.secure-field-button {
	position: absolute;
	top: -5px;
	right: 0;
	height: 38px;
	vertical-align: middle;
}
span.secure-field-button-box > .fa-edit:before, span.secure-field-button-box > .fa-history:before {
	position: relative;
	top: 7px;
	left: 2px;
	z-index: 2;
}

.secure-field-button.sin-edit {
	z-index: 2;
}

.sin-view {
	right: 36px;
	z-index: 2;
}

.sin-view:before {
	position: relative;
	top: 7px;
	left: 2px;
}

.sin-error-pin-code,
.sin-error-blocked {
	display: none;
	color: red;
	margin-top: -5px;
	margin-bottom: 20px;
}

.display-none {
	display: none;
}

.pointer {
	cursor: pointer;
}

.originals_wrapper .title {
	display: none;
}
.show_originals {
	padding: 10px;
	cursor: pointer;
}
.show_originals .kv-expand-icon {
	display: inline-block;
}
.counters {
	margin: 0 10px;
}
.counters>span:not(:first-child) {
	padding: 10px;
	margin-right: 10px;
	border-radius: 5px;
}

.department-list {color: #000;}
.department-short-description {color: #337ab7;}
li.select2-results__option--highlighted .department-short-description {color: #ffffff;}

.disabled {
	cursor: default;
	pointer-events: none;
	opacity: 0.6;
}

.inactive {
	opacity: 0.6;
}

.reports-user-name {
	max-width: 120px;
}
.reports-status-field-filter {
	max-width: 100px;
}
.reports-status-field {
	max-width: 100px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.reports-user-status-field-filter {
	max-width: 70px;
}
.reports-user-status-field {
	max-width: 70px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.debt-schema-radio {
	display: inline-block;
	max-width: 70%;
}

.debt-schema-radio label {
	font-size: 14px;
}

.debt-plan {
	max-width: 70%;
	margin-left: 30px;
	display: inline-block;
}

field-nbtinsurance-split_sale .nbt.sing_box label{display: inline-block;}

.custom-select2 + span.select2 .select2-selection {
	padding-top: 10px;
}

.custom-select2 + span.select2 .select2-selection__clear {
	padding-right: 5px;
	cursor: pointer;
}

.left-close-select2 + span.select2 .select2-selection__clear {
	right: 0px;
	top: 0px;
}

span.select2.select2-container--default .select2-selection__clear {
	right: 20px;
	top: 0;
}

.scoreboard-agent-filter .select2-selection__clear {
	right: 25px !important;
}

.scoreboard-green-contest-expand-grid .kv-expand-detail-row > td {
	background: #c9ffc8 !important;
}

span.select2 .select2-selection__arrow {
	height: 37px;
}

.custom-select2 + span.select2.select2-container--default .select2-selection__arrow {
	height: 27px;
}

.search-bar-flex {
	display: flex;
}

.search-bar a {
	text-decoration: none;
}

.search-bar .no-result {
	color: darkred !important;
	font-weight: bold !important;
}

.search-bar .search-content-item:hover,
.search-bar .search-media-item:hover {
	background: #ffeac1;
}

.search-bar .search-content-item {
	font: 14px Arial;
	color: black;
	padding: 5px 10px 10px 10px;
	border-top: 1px solid #7a757529;
}

.search-bar .search-media-item {
	display: flex;
	margin: 0;
	font: 12px Arial;
	color: black;
	padding: 5px 0 5px 30px;
	border-top: 1px solid #7a757529;
}

.media-search-data h1.title {
	padding-left: 30px;
}

.search-media-item .media-text{
	padding-left: 20px;
	display: table;
}

.media-text h1 {
	padding-top: 5px;
	font-size: 1.2em;
}

.media-text .tag {
	color: #f7b739;
	font-size: 14px;
	display: table-footer-group;
	vertical-align: bottom;
}

.search-bar h2 {
	font-size: 18px;
	padding: 10px 0 10px 25px;
}

.search-bar .title {
	color: #7c7c7c;
	font-size: 16px;
	padding: 5px 0 5px 15px;
}

.search-bar .text {
	padding: 5px 0 5px 15px;
}

.search-bar .content-search-data {
	width: 60%;
}

.search-bar .media-search-data {
	width: 40%;
	border-left: black 1px solid;
}

.show-full-search:hover {
	background: #ffeac1;
}

.show-full-search {
	padding: 5px;
	border-top: black 1px solid;
	display: flex;
	justify-content: center;
}

.show-full-search a {
	color: black;
	text-decoration: none;
}

#select2-listAllItems-results,
#select2-fullSearch-results {
	max-height: 600px !important;
}

#select2-listAllItems-results li,
#select2-fullSearch-results li {
	background-color: white;
	padding: 0;
}

#select2-listAllItems-results .select2-results__message,
#select2-listAllItems-results .loading-results,
#select2-fullSearch-results .select2-results__message,
#select2-fullSearch-results .loading-results {
	padding: 6px;
}

#select2-fullSearch-container {
	padding-top: 4px !important;
}

#select2-fullSearch-container ~ span {
	display:none !important;
}

.half_two_input .form-group.right{
	float: right;
	padding-left: 13px;
}
.debt-balance {
	color: red;
}

.indent-bottom {
	padding-bottom: 50px;
}

.btn.contract-rule-btn {
	margin: 0;
}

.btn.f_right{
	margin-left: 5px;
}

.field-nbtsendform-email {
	display: none;
}

.delete_button{
	border: none;
	background: none;
	font-size: 18px;
	color: #d86767;
}

.nav-tabs > li > a {
	color: black !important;
}

.nav-tabs > li.active > a {
	color: black !important;
	background-color: #FFD060 !important;
}

.deal_riders_dynamic_form_wrapper {
	margin: 0 0 10px 0;
}

.deal_riders_dynamic_form_wrapper .add_company_box {
	padding-left: 7px;
}

.add-rider > a.btn:before {
	padding: 4px;
}

.sub_deal_dropdown, .view_sub_deal_dropdown{
	display: none;
	margin-top: 10px;
	width: 138px;
}

.add_rider_dropdown,
.add_tshirt_dropdown
{
	display: none;
	margin-top: 35px;
	width: 138px;
}

.rider_button_container {
	margin-top: 10px;
	float: right;
}

.insurance_rider_button {
	position: relative;
	top: -61px;
	width: 50% !important;
	float: right;
}

.invite-first-part {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	border: 1px solid #ADADADFF;
	padding-inline: 6px 12px;
	white-space: nowrap;
}

.insurance-ccp-block {
	font-size: 16px;
	color: #0a73bb;
	font-family: math;
	font-weight: bold;
}

.insurance-ccp-block:hover {
	text-decoration: underline;
	cursor: pointer;
}

.form-options-item-product {
	display: inline-block;
	width: 48%;
	padding-right: 10px;
}

.form-options-item-product:nth-child(even) {
   float: right;
}

.deal_riders_dynamic_form_wrapper_nbt .select2-selection--single {
	background-color: #fff !important;
	border: 1px solid #aaa !important;
	border-radius: 4px !important;
}

.rider_button_container .sub_deal_dropdown {
	margin-top: 35px;
}

.monospace_numbers {
	font-family: monospace;
}

.trainee {
	display: none;
}

.white_grid_footer > td {
	background-color: #ffffff !important;
}

.contracting-company-switch {
	margin: 20px 0;
}
.contracting-company-switch .nav-pills > li.active > a {
	background-color: orange;
}

.anchored {
	position: relative;
	border-top: 55px solid transparent;
	margin-top: -55px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.anchored:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	border-top: 2px solid #ccc;
}

.trainee-conversion-charts {
	text-align: center;
}

.trainee-conversion-charts .pie-chart {
	display: inline-block;
	width: 300px;
	height: 400px;
}

.trainee-conversion-charts .pie-chart canvas {
	height: 250px;
}

.trainee-conversion-charts .line-charts {
	display: inline-block;
	width: 282px;
}

.trainee-conversion-charts .line-chart {
	display: inline-block;
	width: 280px;
}

.trainee-conversion-charts canvas {
	width: 100%;
}

.export-payments-grid .table th {
	height: 35px;
	font-size: 18px;
}

*[id^='container-message-'] {
	all:initial;
}

*[id^='container-message-'].container-message {
	border: 1px solid #3c763d;
	border-radius: 5px;
	padding: 7px;
	display: inline-block;
	max-height: 150px;
	background-color: #ececec;
	overflow: auto;
	min-width: 97%;
	max-width: 97%;
}

*[id^='container-message-'].container-message .question,
*[id^='container-message-'].container-message .answer {
	display: inline-block;
	width: 100%;
	padding: 4px;
}

*[id^='container-message-'].container-message p{
	background: #f7f7f7;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
}

*[id^='container-message-'].container-message .answer {
	text-align: right;
	float: right;
}

*[id^='container-message-'].container-message .question {
	float: left;
	text-align: left;
}

*[id^='container-message-'].container-message .profile_avatar {
	margin-left: 10px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	border-radius: 100px;
	border: 2px solid green;
	box-shadow: 0 0 7px #666;
}

*[id^='container-message-'].container-message .message-file{
	margin: 5px;
	cursor: pointer;
}

*[id^='container-message-'] .table_btn a, .table_btn .btn, .show_structure {
	font-family: "ralewaysemibold", Helvetica Neue, Helvetica, Arial, sans-serif!important;
	display: inline-block;
	padding: 2px 8px;
	background-color: orange;
	border-radius: 4px;
	color: white;
	border: none;
}

*[id^='container-message-'] .table_btn .disabled {
	opacity: 0.6;
	cursor: no-drop;
}
*[id^='container-message-'] .table_btn a:focus, .show_structure:focus {
	text-decoration: none;
	border: none;
}
*[id^='container-message-'] .table_btn a:before, .show_structure:before {
	padding-right: 5px;
	font: normal normal normal 14px/1 FontAwesome;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	border: none;
}
*[id^='container-message-'] .table_btn a:hover, .show_structure:hover {
	text-decoration: none;
	color: #000000;
	border: none;
}
*[id^='container-message-'] .table_btn button {
	font-family: "ralewaysemibold", Helvetica Neue, Helvetica, Arial, sans-serif!important;
	display: inline-block;
	padding: 2px 8px;
	background-color: orange;
	border-radius: 4px;
	color: white;
	border: none;
}

*[id^='container-message-'] .table_btn .btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
*[id^='container-message-'] .table_btn .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
*[id^='container-message-'] strong{
	font-weight: bold;
}
*[id^='container-message-'] u{
	text-decoration: underline;
}
*[id^='container-message-'] em{
	font-style: italic;
}
*[id^='container-message-'] p{
	display: block;
}

.new_messages_list {
	color: blue !important;
}

.update-client-policy {
	color: darkred;
}
.btn-group.grid-actions .btn {
	margin-left: 5px;
	margin-top: 5px;
}

.header-action-btn {
	margin: 10px 0;
}

.debt-counters-navigation {
	margin: 10px 0;
}
.debt-counters-navigation a.btn {
	margin: 0;
}
.btn.new-payment-method {
	margin-left: 0;
	margin-top: 20px;
}
.message-about-debt-payment-fee {
	margin-top: 40px;
}
.sub-block {
	padding-top: 0;
}

.table_agreement_link.compressed {
	font-size: small;
}

.flow-check-element-block {
	margin: 10px 0;
}
.btn-left-border {
	margin-left: 0;
}
.contracting-access-block {
	margin-bottom: 20px;
}
.contracting-access-block .btn {
	margin: 4px;
}
.contracting-access-block .btn.docusign-link:hover, .contracting-access-block .btn.docusign-link:focus {
	background-color: #111 !important;
}
.contracting-page-switch-element {
	background-color: grey !important;
}

.log-modal .modal-dialog, .modal--maxw .modal-dialog {
	width: 90%;
	max-width: 1200px;
}

.log-modal .content, .modal--maxw .content {
	overflow: auto;
}

.modal--maxw table, .modal--maxw iframe {
	width: 100%!important;
}

.modal--maxw iframe {
	min-height: 500px;
}

.modal--maxw img {
	display: block;
	margin: 0 auto;
}

.file-link a {
	word-break: break-word;
}

.btn-container {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.btn-container .btn {
	margin: 4px 0 0 4px;
}

.checkbox__hidden-input {
	margin-top: -28px;
}

.bootstrap-dialog-footer-buttons .btn {
	margin-bottom: 0;
}

.default-language-modal {
	margin: 16px 0;
	text-align: center;
}

.default-language-modal .row {
	margin-top: 16px;
}

/* Utils */
.m-0 {
	margin: 0!important;
}

.m-1 {
	margin: 3px!important;
}

.p-0 {
	padding: 0!important;
}

.personal-invite-buttons {
	display: flex;
	justify-content: end;
}

.personal-invite-input-container {
	display: flex;
}

.grid-filter__controls .btn {
	margin: 2px;
}

.grid-filter--onclick .summary {
	display: inline-block;
}

.kv-grid-container {
	clear: both;
}

.docusign-payment-creation-form-block {
    margin: 20px 0;
}
.docusign-agreement {
    margin: 20px 0;
}
.docusign-agreement-block {
	margin-bottom: 20px;
}
.docusign-agreement-block .important-part {
	color: red;
	text-decoration: underline;
}
.docusign-link {
	background-color: deepskyblue !important;
}

.answer img {
	max-width: 100%;
	height: auto;
}

.message-resize{
	margin-right: 5px;
	float: right;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
	cursor: pointer;
}

.popover-title
.fa{
	margin-top: 6px;
}

.popover-dialog {
	position: absolute;
	left: 0 !important;
	min-width: 100% !important;
}
.popover-container-dialog {
	max-height: none !important;
	min-width: 99% !important;
}

.export-messages-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.split-message {
	border: 1px solid;
	border-color: #f90606;
	border-radius: 9px;
	text-align: center;
	font-size: 18px;
	padding: 25px;
	margin-top: 10px;
}

.confirm-split-label {
	margin-top: 10px;
}

.confirm-split-label > input[type="checkbox"] {
	position: relative;
	top: -4px;
}

.select2-users + span.select2 .select2-selection__clear {
	position: relative;
}

#select2-user-location_id-results .select2-results__group {
	font-family: 'Helvetica';
}

.modal {
	z-index: 1055 !important;
}
.modal-important {
	z-index: 1056 !important;
}

.message-modal {
	margin-top: 100px;
}

.select2-dropdown {
	z-index: 1061 !important;
}

.selectpicker .btn {
	margin-left: 0;
	color: #000;
	font-weight: bold;
	background: #e6e6e6;
	text-transform: none;
}

.add-payment-method-modal {
	z-index: 1058 !important;
}
.break_all {
	word-break: break-all;
}

.blocked_response {
	max-width: 80%;
	background: #ffe8eb;
	border: 1px solid #ff6666;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	left: 10%;
	font-style: italic;
	margin-top: 15px;
}

.user-profile-links {
	padding-top: 10px;
	width: 100%;
}

.user-profile-links .links {
	display: flex;
}

.user-profile-links .links a {
	margin-left: 100px;
}

.p-8 {
	padding: 8px!important;
}

.payments_list .payments .table th, .head_td, .head_tr td, tfoot td {
	background: #e4e4e4;
	font-size: 14px;
}

.payments_list .date-input {
	border-radius: 20px;
}

.payments_list .payments-user-table th, td {
	border: 0;
}

.payments_list thead tr th:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.payments_list thead tr th:nth-child(2) a {
	margin-right: 5px;
	font-size: 15px;
	color: #000000;
}

.payments_list thead tr th:nth-child(1),
.payments_list tbody tr td:nth-child(1) {
	text-align: center;
}

.payments_list .payments .fa-arrow-up,
.payments_list .payments .fa-arrow-down {
	font-size: 13px;
}

.fundserv_import th, .fundserv_import .table th, .fundserv_import .head_td, .fundserv_import .head_tr td, .fundserv_import tfoot td {
	background-color: #FF5733;
}

.list-inside-disc {
	list-style: inside disc;
}

.scoreboard_bottom_menu {
	float: right;
}

.scoreboard_bottom_menu #scoreboard-menu {
	padding: 0 !important;
}

.scoreboard_licensed_message {
	color: red;
	text-align: center;
	font-size: 17px;
	padding-bottom: 20px;
}

.logs-table tbody tr {
	word-break: break-all;
}

.logs-table tbody tr th {
	min-width: 100px;
}

.ship-preloader {
	position: fixed;
	display: flex;
	height: 100vh;
	width: 100vw;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	z-index: 100;
	transition: all 0.5s ease;
	opacity: 0;
	pointer-events: none;
}

.ship-preloader-finish {
	opacity: 0;
	pointer-events: none;
}

.ship-preloader-start {
	opacity: 1;
}

.ship-preloader-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ship-preloader-content__image {
	height: 300px;
	width: 400px;
	border-radius: 50%;
	margin-bottom: 1rem;
}

.ship-preloader-content__text {
	font-size: 2rem;
	text-transform: uppercase;
	color: #7ed8f7;
}

.yellow-bubble-top-borders {
	border-top: 3px solid rgba(255, 204, 0, 0.76);
	border-left: 3px solid rgba(255, 204, 0, 0.76);
	border-right: 3px solid rgba(255, 204, 0, 0.76);
	box-shadow: 0 -1px 10px #ffe9004a, 0 -10px 10px #ffe9004a;
}

.yellow-bubble-left-right-borders {
	border-left: 3px solid rgba(255, 204, 0, 0.76);
	border-right: 3px solid rgba(255, 204, 0, 0.76);
	box-shadow: 5px 0px 10px #ffe9004a, -5px 0 10px #ffe9004a;
}

.yellow-bubble-bottom-border {
	border-bottom: 3px solid rgba(255, 204, 0, 0.76);
	border-left: 3px solid rgba(255, 204, 0, 0.76);
	border-right: 3px solid rgba(255, 204, 0, 0.76);
	box-shadow: 5px 1px 10px #ffe9004a, -5px 10px 10px #ffe9004a;
}

.border-bottom-solid-1 {
	border-bottom: 1px solid #d3d3d3;
}

.collapse-sub-deal-button {
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}

.collapse-sub-deal-button span {
	display: flex
}

.collapse-sub-deal-button span:nth-child(2) {
	align-items: end;
}

.collapse-sub-deal-button i {
	margin-left: 5px
}

.virtgate-import-btn {
	background: #9e9e9e;
	cursor: default;
	pointer-events: none;
	opacity: 0.6;
}

.assistant_page ~ .add-payment-method-modal {
	backdrop-filter: blur(8px) grayscale(1);
}

.assistant_profile_page .disabled-background {
	background-color: #adadad;
}

.field-additionalcommission-additional_commission_option_id {
	float: left;
	width: 50%;
	padding: 0 13px 0 13px;
}

.modal .field-additionalcommission-is_deleted,
.modal .field-additionalcommission-is_recurring {
	margin-top: -10px !important;
	margin-bottom: 10px !important;
}

.modal .field-additionalcommission-is_deleted input,
.modal .field-additionalcommission-is_recurring input {
	margin-top: -4px !important;
	vertical-align: middle;
}

/*----------------------------------------------Match Import Commisson Page-------------------------------------------*/
.match-import-commissions_page .deal-ccp-block {
	font-size: 12px;
	color: #0a73bb;
	font-family: math;
	font-weight: bold;
}

.match-import-commissions_page .deal-ccp-block:hover {
	text-decoration: underline;
	cursor: pointer;
}

.match-import-commissions_page .stick_container {
	font-size: 275%;
	position: sticky;
	top: 35px;
	z-index: 1;
}

.match-import-commissions_page .company-name-import {
	background: #f2f2f2;
	padding: 35px 0 5px 0;
}

.match-import-commissions_page .content_container {
	padding-top: 0;
}
/*----------------------------------------END - Match Import Commisson Page-------------------------------------------*/

.user-info-top-nav-header-title {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

.user-info-top-nav-header .btn-back {
	border: none;
	background: none;
	margin-left: 10px;
	color: inherit;
	text-decoration-line: underline;
}
.user-info-top-nav-header .btn-back:hover {
	color: inherit;
}

/*------------------------------------------------ User Information Page --------------------------------------------*/
.user-info-bonus-settings .hint-block {
	font-size: 0.75em;
	color: #808080;
}
/*------------------------------------------ END - User Information Page --------------------------------------------*/

/*-------------------------------------------------- User Bonus Page ------------------------------------------------*/
.user-bonus-page .user-bonus-header {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 26px;
}
/*--------------------------------------------- END - User Bonus Page -----------------------------------------------*/

/*------------------------------------------------- Bootstrap Callouts ----------------------------------------------*/
.bs-callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}
.bs-callout h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.bs-callout p:last-child {
	margin-bottom: 0;
}
.bs-callout code {
	border-radius: 3px;
}

.blue-button {
	background: #4343e6 !important;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
	margin-top: -5px;
}

/* Variations */
.bs-callout-danger {
	border-left-color: #ce4844;
}
.bs-callout-danger h4 {
	color: #ce4844;
}
.bs-callout-warning {
	border-left-color: #aa6708;
}
.bs-callout-warning h4 {
	color: #aa6708;
}
.bs-callout-info {
	border-left-color: #1b809e;
}
.bs-callout-info h4 {
	color: #1b809e;
}

/* Special color, in the style of the site. */
.bs-callout-notice {
	border-left-color: #ffd060;
}
.bs-callout-notice h4 {
	color: #ffd060;
}

.bs-font-weight-bold {
	font-weight: bold;
}
/*-------------------------------------------- END - Bootstrap Callouts ---------------------------------------------*/

.agreement-table-wrapper .table thead tr th{
	background: transparent;
}

.clipboard-copy-btn {
	padding: 7px;
	cursor: pointer;
}

.clipboard-copy-btn:active {
	opacity: 0.5;
}

.ticket-attachment .attachment-wrapper-control {
	text-align: end;
}

.ticket-attachment .attachment-wrapper-control button {
	border: none;
	margin-bottom: 5px;
}

.ticket-attachment .ticket-attachment-clear-field {
	display: none;
}
