/* codeDESIGN - com_users.css */
@charset "utf-8";

/* USER LIST GRID */
.jsn-l-w12, .jsn-l-w6, .jsn-l-w4, .jsn-l-w3, .jsn-l-w2, .jsn-l-w1 {
	box-sizing: border-box;
	display: table-cell;
	border-bottom: 0px #ccc dashed !important;
	padding: 0px 0px 0px 0px !important;
}
div.jsn_list_hint {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
div.jsn_list_hint a.readmore_inline,
div.jsn_list_hint a.readmore_inline:link,
div.jsn_list_hint a.readmore_inline:visited {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 15px;
}



/* USER LIST PROFILE */
div.user_list_profile {
	background: #F8F8F8;
	margin: 0px 20px 20px 0px;
	/*padding: 15px 10px 15px 15px;	*/
}
@media only screen and (max-width: 991px) {

	div.user_list_profile {
		margin: 0px 0px 20px 0px;
	}
	
}
div.user_list_profile_image {
	position: relative;	
}
div.user_list_profile_image img {
	width: 120px;
	/*height: 180px;*/
	/*
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	*/
	box-sizing: border-box;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 991px) {

	div.user_list_profile_image img {
		width: 90px;
	}
	
}
div.user_list_profile_image span.item_image_overlay {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.user_list_profile_image:hover span.item_image_overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
div.user_list_profile_image span.item_image_overlay i {
	font-size: 30px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
div.user_list_profile_details {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 20px;	
}
div.user_list_profile_details a,
div.user_list_profile_details a:link,
div.user_list_profile_details a:visited {
	color: var(--ci_color_black);
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
div.user_list_profile_details a:hover {
	color: var(--ci_color);
}
div.user_list_profile_details_name {
	font: normal 16px/16px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 500;
	color: var(--ci_color_black);
	letter-spacing: 0px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	position: relative;	
}
div.user_list_profile_details_name:after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.user_list_profile_details_name:hover:after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
div.user_list_profile_details_name a,
div.user_list_profile_details_name a:link,
div.user_list_profile_details_name a:visited {
	color: var(--ci_color_black);
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
div.user_list_profile_details_name a:hover {
	color: var(--ci_color);
}
div.user_list_profile_details_city {
	font-size: 13px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	max-width: 370px;
}
div.user_list_profile_details_other {
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.user_list_profile_details_field_icon {
	width: 25px;
}
div.user_list_profile_details_field_icon i {
	color: var(--ci_color);
	padding: 0px 0px 0px 0px;
}
div.user_list_profile_details_field_label {
	width: 100px;
}



/* USER PROFILE */
.com_jsn div.jsn-p-top [class^="col-"],
.com_jsn div.jsn-p-top [class*=" col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
.com_jsn .href_button {
	margin: 0px 0px 0px 10px;
}
.com_jsn .href_button i {
	padding: 0px 6px 0px 0px;	
}
.com_jsn .jsn-p-top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
}
.com_jsn .jsn-p-avatar {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.com_jsn .jsn-p-avatar img, 
.com_jsn .jsn-l-avatar img {
	width: 120px;
	display: block;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;	
	box-sizing: border-box;
}
.com_jsn .jsn-form-fieldset, 
.com_jsn .jsn-form-fieldset > dl {
	border: none;
}
.com_jsn dl.dl-horizontal {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
.com_jsn dl.dl-horizontal dt {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;	
}
.com_jsn div.z-content a,
.com_jsn div.z-content a:link,
.com_jsn div.z-content a:visited {
	font-weight: 300;
	color: var(--ci_color_font_dark);
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
.com_jsn div.z-content a:hover {
	color: var(--ci_color);
	text-decoration: underline;
}
.com_jsn div.jsn-p-title {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;	
}
.com_jsn div.jsn-p-title h3 {
	width: 100%;
	display: inline-block;
	font: var(--font-h1_component);
	font-style: normal;
	color: var(--ci_color_black);
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	border-bottom: var(--border_bottom-headings);
}
.com_jsn div.jsn-p-title h3:after {

}
div.jsn-p-title-location_city {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}



.com_jsn div.jsn-p-fields {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}



/* JSN */
.com_jsn div.alert {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
	margin: 20px 0px 0px 0px;		
}
.com_jsn div.jsn-total {
	margin: 20px 0px 0px 0px;		
}
.com_jsn div.jsn_search {
	background: #F8F8F8;
	margin: 0px 20px 0px 0px;
	padding: 20px 20px 10px 20px;		
}
@media only screen and (max-width: 991px) {

	.com_jsn div.jsn_search {
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
	}
	.com_jsn div.jsn_search label.control-label {
		display: none;
	}
	.com_jsn div.responsive_form_wrapper div.form_element_row {
    	margin: 0px 0px 5px 0px !important;
    	padding: 0px 0px 0px 0px;
	}
		
}
.com_jsn div.jsn_search label.control-label, 
.com_jsn div.jsn_search_module label.control-label {
    font-weight: 300 !important;
}
.com_jsn div.jsn_search textarea, 
.com_jsn div.jsn_search input, 
.com_jsn div.jsn_search select {
	background: #ffffff;
}
.com_jsn div.jsn_search input {
	width: 100% !important;
}



/* JSN CHOSEN */
.com_users .chzn-container-multi .chzn-choices, 
.com_users .chzn-container-active .chzn-choices,
.com_jsn .chzn-container-multi .chzn-choices, 
.com_jsn .chzn-container-active .chzn-choices  {
	background: #ffffff !important;
	font: normal 14px/19px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424 !important;
	border-left: 0px solid #c5c5c5 !important;
	border-right: 0px solid #c5c5c5 !important;
	border-top: 0px solid #c5c5c5 !important;
	border-bottom: 1px solid #c5c5c5 !important;
	padding: 2px 5px 2px 10px !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3) !important;
}
.com_users .chzn-container-multi .chzn-choices li.search-field input[type="text"], 
.com_jsn .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	color: #c7c7c7 !important;
}
.com_users .chzn-container-active .chzn-choices li.search-field input[type="text"],
.com_jsn .chzn-container-active .chzn-choices li.search-field input[type="text"] {
	color: #242424 !important;
}
.com_users .chzn-container .chzn-results,
.com_jsn .chzn-container .chzn-results {
	font: normal 14px/19px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #242424;
}
.com_users .chzn-container .chzn-results li.highlighted,
.com_jsn .chzn-container .chzn-results li.highlighted {
	background: #242424;
	color: #ffffff;
}
.com_users .chzn-container-multi .chzn-choices li.search-choice,
.com_jsn .chzn-container-multi .chzn-choices li.search-choice {
	background: var(--ci_color_accent_1) !important;
	max-width: 100% !important;
	position: relative !important;
	display: block !important;
	font: normal 14px/19px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 300 !important;
	color: var(--ci_color_accent_1_text) !important;
	margin: 3px 5px 3px 0 !important;
	padding: 3px 30px 3px 5px !important;
	border-left: 0px solid #c5c5c5 !important;
	border-right: 0px solid #c5c5c5 !important;
	border-top: 0px solid #c5c5c5 !important;
	border-bottom: 1px solid #c5c5c5 !important;
	-webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	border-radius: 0px !important; 
	box-shadow: 0px 0px 0px white inset, 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}
.com_users .chzn-container-single .chzn-single,
.com_jsn .chzn-container-single .chzn-single {
	background: #ffffff !important;
	position: relative !important;
	display: block !important;
	overflow: hidden !important;
	font: normal 14px/19px 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 300;
	color: var(--ci_color_black) !important;
	margin: 0px 0px 0px 0px !important;
	padding: 6px 10px 7px 10px !important;
	border-left: 0px solid #c5c5c5 !important;
	border-right: 0px solid #c5c5c5 !important;
	border-top: 0px solid #c5c5c5 !important;;
	border-bottom: 1px solid #c5c5c5 !important;
	-webkit-border-radius: 0px !important; 
	-moz-border-radius: 0px !important; 
	border-radius: 0px !important; 
	box-shadow: 0px 0px 0px white inset, 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}
.com_users .chzn-container-multi .chzn-choices li.search-choice .search-choice-close,
.com_jsn .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
	background: none;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	color: #242424 !important;
}
.com_users .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before,
.com_jsn .chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
	background: #ffffff !important;
	color: #242424 !important;
	content: "\f00d" !important;
	font-family: 'Font Awesome 5 Pro' !important;
	font-weight: 100 !important;
	font-size: 15px !important;
	top: 0px !important;
	right: 1px !important;
	display: inline-block !important;
	width: 17px !important;
	height: 17px !important;
	position: absolute !important;
	text-align: center;
}



/* USER FORM */
.jsn_registration_controls {
	border-top: none !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;	
}
#jsn-form textarea, 
#jsn-form input, 
#jsn-form select {
	background: #ffffff;
}
#imgupload_avatar {
	width: 100% !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;	
	cursor: pointer !important;
}



/* USER FORM TABS */
#jsn-form.z-tabs > ul#jsn-profile-tabs {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	overflow: hidden !important;
	font-weight: 300 !important;
}
#jsn-form.z-tabs li.z-tab,
#jsn-form.z-tabs li.z-tab a,
#jsn-form.z-tabs li.z-tab a:link,
#jsn-form.z-tabs li.z-tab a:visited,
#jsn-form.z-tabs li.z-tab a:hover {
	background: #ffffff !important;	
}
#jsn-form.z-tabs li.z-tab.z-active,
#jsn-form.z-tabs li.z-tab.z-active:hover,
#jsn-form.z-tabs li.z-tab.z-active a,
#jsn-form.z-tabs li.z-tab.z-active a:link,
#jsn-form.z-tabs li.z-tab.z-active a:visited,
#jsn-form.z-tabs li.z-tab.z-active a:hover {
	background: var(--ci_color_accent_1) !important;
	color: var(--ci_color_accent_1_text) !important;
	font-weight: 300 !important;
}
#jsn-form.z-tabs li.z-tab a span {
	display: none !important;
}
#jsn-form div.z-content div.z-content-inner {
	background: #F8F8F8 !important;
	margin: 0px 0px 0px 0px !important;
	padding: 20px 20px 20px 20px !important;	
}


/* MODAL BOX */
div.users_jsn_details h5 {
	font: normal 16px/16px 'Myriad Pro Regular','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-weight: 500;
	color: var(--ci_color_black);
	letter-spacing: 0px;
	margin: 20px 0px 8px 0px;
	padding: 0px 0px 8px 0px;
	position: relative;
	border-bottom: var(--border_bottom-headings);
}
div.users_jsn_details h5::after {
	background: var(--ci_color_accent_1);
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0%;
	margin: 0px 0px 0px 0px;
	position: absolute;
	width: 82px;
	transition: all 0.33s ease-in-out;
	-moz-transition: all 0.33s ease-in-out;
	-o-transition: all 0.33s ease-in-out;
	-webkit-transition: all 0.33s ease-in-out;
}
div.users_jsn_details h5:hover::after {
	background: var(--ci_color_accent_1);
	width: 180px;
}
div.users_jsn_details {
	/*background: #f8f8f8;*/
	box-shadow: 0 0 6px -2px #242424;
	max-width: 960px;
}

.fancybox-bg {
	background: rgba(255, 255, 255, 1) !important;
}
.fancybox-is-open .fancybox-bg {
	opacity: 1 !important;
}

div.user_list_profile_details_name {
	border-bottom: var(--border_bottom-headings);
}
div.users_jsn_details div.user_list_profile_details_name {
	margin-top: 20px;
}

div.user_list_profile_details_other a,
div.user_list_profile_details_other a:link,
div.user_list_profile_details_other a:visited {
	color: var(--ci_color_black);
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
div.user_list_profile_details_other a:hover {
	color: var(--ci_color);
}

div.user_list_profile_details_departments ul {
    list-style: none;
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
div.user_list_profile_details_departments ul li {
    list-style: none;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    position: relative;
}
div.user_list_profile_details_departments ul li::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    font-size: 1.4em;
    color: var(--ci_color_accent_1);
    margin: 1px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    position: absolute;
    left: 0px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
div.user_list_profile_details_departments ul li:hover::before {
    color: var(--ci_color_accent_1);
    left: 6px;
}



/* USER PANEL / USER PANEL TRIGGER */
button.user_mmenu_trigger,
button.user_mmenu_trigger_in_panel {
	background: var(--ci_color_accent_1);
	border: none;
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: var(--ci_color_white);
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 18%;
	left: 15px;
	z-index: 9999;
	cursor: pointer;
	pointer-events: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
button.user_mmenu_trigger_in_panel {
	position: relative;
	top: 30px;
	left: calc(50% - 40px);
}
button.user_mmenu_trigger::after,
button.user_mmenu_trigger_in_panel::after {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 2px solid var(--ci_color_accent_1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
	-webkit-animation-name: user_mmenu_trigger_pulse_border;
	animation-name: user_mmenu_trigger_pulse_border;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes user_mmenu_trigger_pulse_border {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}
@keyframes user_mmenu_trigger_pulse_border {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	80% {
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}
