/* @group button format */

.submit_profile,
.submit-forgot-password,
.submit_login {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* @end */

.hidden {
	display: none;
}

/* @group admin section */

#accordion {
	margin: 0 15px 15px 0;
}
#registrationForm1 li,
#registrationForm2 li,
#registrationForm3 li,
#registrationForm4 li,
#registrationForm5 li,
#shortcodes-list-reg li,
#shortcode-selected-login li,
#shortcodes-list-login li,
#shortcode-selected-lostpassword li,
#shortcodes-list-lostpassword li,
#shortcode-selected-profile li,
#shortcodes-list-profile li {
	padding: 5px;
	margin-bottom: 4px;
	background: #ebeced;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-radius: 4px;
	margin-bottom: 20px !important;
}

#accordion .tab-step li h3 {
	margin: 0;
}
#accordion .tab-step li {
	margin-bottom: 0;
}


/* @end */

/* @group Frontend section */

.tab-step{
	list-style: none;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}
.active-tab {
	background-color: rgba(192, 192, 192, 0.3);
	color: rgba(0, 0, 0, 0.31);
}
.tab-step li{
	float: left;
	padding: 10px;
	/* color: #333333; */
	border: 1px solid #ffffff;
	border-left: none;
	margin-right: 1px;
	margin: 3px;
}

.tab-step-content{	
	float: left;
	width: 65%;
}
.tab-step h4 {
	margin: 0px;	
}
.description-step {
	font-size: 80%;
}
.goto-next-tab {
	border-radius: 2px;
	border-color: transparent;
	float: right;
	border-style: hidden;
	padding: 12px;
	color: #fff;
	background-color: #bb7795;
}
.goto-prev-tab {
	border-radius: 2px;
	border-color: transparent;
	float: left;
	border-style: hidden;
	padding: 12px;
	color: #fff;
	background-color: #bb7795;
}
.goto-next-tab {
	border-radius: 2px;
	border-color: transparent;
	float: right;
	border-style: hidden;
	padding: 12px;
	color: #fff;
}
#submit_registration {
	border-radius: 2px;
	border-color: transparent;
	float: right;
	border-style: hidden;
	padding: 12px;
	color: #fff;
}
.goto-next-tab:hover,
.goto-prev-tab:hover,
#submit_registration:hover {
	color: #ffffff;
}

.tab-step-content ul,
#shortcodes-list-reg,
#shortcode-selected-login,
#shortcodes-list-login,
#shortcode-selected-lostpassword,
#shortcodes-list-lostpassword,
#shortcode-selected-profile,
#shortcodes-list-profile {
	padding: 15px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.ui-accordion-header{
	padding: 15px;
	background: #e6e6e6;
	margin-bottom: 0;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.accordion-content {
	margin: 0;
}
.tab-step-content ul:first-child{
	display:block;
}

.shortcode-selected-reg{
	display:none;
	height: 300px;
	background: #ffffff;
	overflow: auto !important;
}
#shortcodes-list-reg{
	width: 25%;
	float: right;
	height: 300px;
	overflow: auto;
	background: #ffffff;
}

#shortcode-selected-login{
	width: 65%;
	float: left;
	min-height: 200px;
	background: #ffffff;
}
#shortcodes-list-login{
	width: 25%;
	float: right;
	min-height: 200px;
	background: #ffffff;
}

#shortcode-selected-lostpassword{
	width: 65%;
	float: left;
	height: 200px;
	background: #ffffff;
}
#shortcodes-list-lostpassword{
	width: 25%;
	float: right;
	height: 200px;
	background: #ffffff;
}

#shortcode-selected-profile{
	width: 65%;
	float: left;
	height: 300px;
	background: #ffffff;
	overflow: auto;
}
#shortcodes-list-profile{
	width: 25%;
	float: right;
	height: 300px;
	background: #ffffff;
	overflow: auto;
}

.reg-step-content{
	display:none;
}

#status-message{
	padding: 10px;
	margin-bottom: 20px;
}

.confirm-message{
	background: rgba(183, 235, 206, 0.3);
	padding: 10px;
	display: inline-block;
	width: 100%;
}
.error-message{
	background: rgba(172, 75, 125, 0.3);
	padding: 10px;
	margin-bottom: 20px;
}

.register_specializzations{
	display:none;
}
#form_registration div:first-child{
	display: block;
}
#set-shortcodes-list-reg,
#set-shortcodes-list-login,
#set-shortcodes-list-lostpassword,
#set-shortcodes-list-profile {
	background: #ffffff;
	display: table;
	width: 96%;
	padding: 2%;
	vertical-align: middle;
}
#set-shortcodes-list-reg li,
#set-shortcodes-list-login li,
#set-shortcodes-list-lostpassword li,
#set-shortcodes-list-profile li {
	display: table-row;
}
#set-shortcodes-list-reg li div,
#set-shortcodes-list-login li div,
#set-shortcodes-list-lostpassword li div,
#set-shortcodes-list-profile li div {
	display: table-cell;
	float: none;
	width: inherit;
}
.shortcode-list-head {
	font-weight: bold;
}
li.shortcode-list-head div{
	width: 100px;
	float:left;
}
/*.privacy .description {
	font-size: 80%;
}*/
.privacy a,
.privacy a label {
	color: #d9534f;
	cursor: pointer;
}

/* @end */

@media (max-width: 768px) {

	.tab-step {
		width: 100%;
	}
	.tab-step li {
	float: none;
	}
	.active-tab {
		padding-right: 20px;
	}	
.tab-step li:after {
		position: absolute;
		margin-top: 4px;
		display: block;
		text-align: center;
		left: 50%;
		margin-left: -10px;
	}
	
	.tab-step-content{	
		float: left;
		width: 65%;
	}
	.tab-step h4 {
		margin: 0;	
	}
	.description-step {
		font-size: 80%;
	}

}
