.authenticate-user-content {
	margin-top: 40px;
}
.authenticate-user-content .site-logo {
	display: inline-block;
	text-align: left;
}
.authenticate-user-content .site-logo a {
	display: inline-block;
}
.authenticate-user-content .site-logo a svg {
    width: 138px;
    height: 40px;
}
.authenticate-user-content .site-logo a svg g:not(:last-child) path {
	fill: #1d1d1d;
}
.authenticate-user-content .btn-access {
	float: right;
	position: relative;
	text-align: right;
}
.authenticate-user-content .btn-access span {
	font-size: 14px;
	font-family: 'proxima_nova_rgregular';
	color: #1d1d1d;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.authenticate-user-content .btn-access .button {
	height: 40px;
	padding: 0px 30px;
	margin-top: 0;
}
.authenticate-user-content * {
	transition: all 0.3s ease-in-out;
}
.authenticate-user-content header {
	margin: 50px auto 60px auto;
	text-align: center;
}
.authenticate-user-content #container_wrapper {
	margin-bottom: 80px;
}
#login-user-page #user-login-form,
#forgot-pass-user-page #user-pass,
#register-user-page .custom-user-register-form {
	max-width: 555px;
	margin: 0px auto 0px auto;
}
.authenticate-user-content .form-wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
    margin-bottom: 30px;
}
.authenticate-user-content input[type="submit"] {
	display: block;
	margin: 30px auto 0px auto;
}
.authenticate-user-content input + label.hidden  {
    display: none !important;
}
.authenticate-user-content #reCaptchaForm {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.authenticate-user-content #reCaptchaForm .captcha {
    width: 306px;
    height: 80px;
}
.authenticate-user-content #reCaptchaForm.orange-border .captcha {
    border: 2px solid #f7931e;
}
.authenticate-user-content #reCaptchaForm .msg-warning-form {
    padding: 5px 0 0 0;
    bottom: -20px;
    text-align: center !important;
}

/* Login User */
#login-user-page #user-login-form .form-item-persistent-login {
	text-align: center;
	margin-bottom: 10px;
}
#login-user-page .recover-password-link {
	display: block;
	margin: 40px auto 0px auto;
	font-size: 13px;
	color: #1d1d1d;
	font-family: 'proxima_nova_rgbold';
	text-decoration: underline;
	text-align: center;
}
#login-user-page input:not([type='submit'])[required] + label:after {
	content: none;
}

/* Forgot Password User */
#forgot-pass-user-page #user-pass p {
	display: none
}
#forgot-pass-user-page input:not([type='submit'])[required] + label:after {
	content: none;
}
#user-pass-reset {
	text-align: center;
	margin: 50px auto;
}

/* Register User */
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper,
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper,
#register-user-page .custom-user-register-form #edit-field-user-newsletter-wrapper {
	text-align: center;
}
#register-user-page .custom-user-register-form #edit-field-user-newsletter-wrapper {
	margin-bottom: 10px;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper label,
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper label {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper label:after {
	content: '*';
	color: #ed152c;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper label:first-child {
	position: relative !important;
	overflow: auto;
	width: auto;
	height: auto;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper input + label {
	position: relative !important;
    display: inline-block;
	background: url('../images/add-img-register.png') no-repeat;
	width: 50px;
	height: 50px;
	padding: 0;
	font-size: 0;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper input + label.imgUploadFile {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	height: 88px;
	width: 88px;
	background-color: transparent;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper .tmpNameFile {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	font-family: 'proxima_nova_rgregular';
	color: #6c6d6f;
	padding-top: 5px;
}
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper .select2-container--default {
	margin-bottom: 0;
	max-width: 350px;
	width: 100% !important;
}
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	text-align: left;
	color: #1d1d1d;
	padding: 10px 25px 10px 15px;
    text-transform: capitalize;
}
.path-user .select2-results__option[aria-selected] {
	font-size: 14px;
    line-height: 14px;
    font-family: 'proxima_nova_rgregular';
    text-transform: capitalize;
}
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #6c6d6f;
}
#register-user-page .custom-user-register-form #edit-field-user-foto-wrapper .msg-form,
#register-user-page .custom-user-register-form #edit-field-user-role-wrapper .msg-form {
	text-align: center;
}


/* User Profile */
#user_profile_wrapper {
	position: relative;
    margin-bottom: 60px;
}
#user_profile_wrapper .header-profile {
}
#user_profile_wrapper .header-profile .title-btn-profile {
	position: relative;
	margin-bottom: 45px;
}
#user_profile_wrapper .header-profile .title-btn-profile .button {
	height: 40px;
	padding: 0px 30px;
	position: absolute;
	right: 0; top: 5px;
}
#user_profile_wrapper .header-profile .picture-user-profile {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#user_profile_wrapper .header-profile .picture-user-profile svg {
	display: inline-block;
	vertical-align: middle;
    height: 80px;
    width: 80px;
    padding: 15px;
}
#user_profile_wrapper .header-profile .picture-user-profile svg path {
	stroke: #1d1d1d;
}
#user_profile_wrapper .header-profile .picture-user-profile .border-not-image {
	display: inline-block;
	border: 3px solid #1d1d1d;
	border-radius: 50px;
	padding: 2px;
}
#user_profile_wrapper .header-profile .picture-user-profile img {
	border-radius: 50px;
	height: 80px;
	width: 80px;
	display: block;
}
#user_profile_wrapper .header-profile .picture-user-profile .border-not-image.imgUploadFile div {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	background-color: transparent;
}
#user_profile_wrapper .header-profile .picture-user-profile .border-not-image.imgUploadFile img,
#user_profile_wrapper .header-profile .picture-user-profile .border-not-image.imgUploadFile svg {
	display: none;
}

#user_profile_wrapper .header-profile  .options-show-profile {
	text-align: center;
}
	#user_profile_wrapper .custom-user-avatar-form {
		position: relative;
	}
	#user_profile_wrapper .custom-user-avatar-form * {
		transition: all 0.3s ease-in-out;
	}
	#user_profile_wrapper .custom-user-avatar-form #edit-field-user-foto-wrapper input[type='file'] {
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		z-index: -1;
	}
	#user_profile_wrapper .custom-user-avatar-form #edit-field-user-foto-wrapper input[type='file'] + label {
		position: relative !important;
		display: inline-block;
		font-size: 12px;
		line-height: 40px;
		font-family: 'proxima_nova_rgbold';
		border-radius: 50px;
		padding: 0px 30px;
		text-transform: uppercase;		
		vertical-align: middle;
		height: 40px;
		min-width: 165px;
		transition: all 0.2s ease;
		width: auto;
		color: #1d1d1d;
		border: 2px solid #1d1d1d;
		background-color: transparent;
		text-align: center;
	}
	#user_profile_wrapper .custom-user-avatar-form #edit-field-user-foto-wrapper input[type='file'] + label:hover {
		color: #FFFFFF;
		border: 2px solid #1d1d1d;
		background-color: #1d1d1d;
	}
	#user_profile_wrapper .custom-user-avatar-form #edit-field-user-foto-wrapper .msg-form {
		padding: 5px 15px 0px 15px;
		position: relative;
		text-align: center;
	}
	#user_profile_wrapper .custom-user-avatar-form #edit-field-user-foto-wrapper .tmpNameFile {
		display: inline-block;
		vertical-align: middle;
		font-size: 12px;
		line-height: normal;
		font-family: 'proxima_nova_rgregular';
		color: #6c6d6f;
	    position: absolute;
	    top: 13px;
	    margin-left: 15px;
	}
	#user_profile_wrapper .custom-user-avatar-form input[type="submit"] {
		display: none;
	}
	#user_profile_wrapper .header-profile .change-picture-user .info-upload-picture {
		font-size: 13px;
		line-height: 15px;
		font-family: 'proxima_nova_rgregular';
		color: #6c6d6f;
		margin-top: 10px;
	}
	#user_profile_wrapper .header-profile .change-picture-user .info-upload-picture span {
		font-family: 'proxima_nova_rgbold';
		color: #1d1d1d;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile p {
		color: #1d1d1d;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile p span {
		font-family: 'proxima_nova_rgbold';
		text-transform: uppercase;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user {
		margin-top: 20px;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div {
		display: inline-block;
		vertical-align: middle;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div:first-child {
		margin-right: 20px;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div img,
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div svg {
		width: 25px;
		height: 30px;
		display: inline-block;
		vertical-align: middle;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div:first-child img,
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div:first-child svg {
		width: 32px;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div svg path {
		stroke: red;
	}
	#user_profile_wrapper .header-profile .welcome-msg-profile .group-numbers-user > div span {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		line-height: 16px;
		font-family: 'proxima_nova_rgbold';
		color: #1d1d1d;
		padding-left: 5px;
		padding-top: 3px;
	}

#user_profile_wrapper .header-profile .tabs-menu-profile {
	margin: 40px auto;
	max-width: 555px;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs {
	height: 55px;
	border: 2px solid #1d1d1d;
	background-color: #1d1d1d;
	border-radius: 50px;
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
    overflow: hidden;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-color: #FFFFFF;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab:nth-child(2) {
	border-left: 2px solid #1d1d1d;
	border-right: 2px solid #1d1d1d;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab.active-tab {
	background-color: #1d1d1d;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab:first-child {
	border-radius: 25px 0px 0px 25px;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab:last-child {
	border-radius: 0px 25px 25px 0px;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab a {
	font-size: 16px;
	line-height: 51px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: absolute;
	left: 0; right: 0; top: 0;
}
#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab.active-tab a {
	color: #FFFFFF;
}

#user_profile_wrapper .filter-profile-tables {
	margin: 0px auto;
}
#user_profile_wrapper .filter-profile-tables h2 {
	font-size: 13px;
	line-height: 14px;
	margin: 0px 0px 15px 0px;
}
#user_profile_wrapper .filter-profile-tables h2:after {
    width: 60px;
}
#user_profile_wrapper .filter-profile-tables .group-item-fields-bg {
	padding: 30px 52px 30px 32px;
}
#user_profile_wrapper .filter-profile-tables .form-item-field-venues-keyworks {
	display: block;
	margin: 30px 0px 20px auto;
	max-width: 345px;
}
#user_profile_wrapper .short-table-profile {
	margin-bottom: 25px;
	border-bottom: 1px solid #1d1d1d;
	padding: 0px 20px 10px 20px;
	cursor: pointer;
	display: block;
	width: 100%;
}
#user_profile_wrapper .short-table-profile > div {
	cursor: pointer;
	display: inline-block;
}
#user_profile_wrapper .short-table-profile img {
	display: inline-block;
	vertical-align: middle;
}
#user_profile_wrapper .short-table-profile span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	font-family: 'proxima_nova_rgbold';
	color: #1d1d1d;
	text-transform: uppercase;
}
#user_profile_wrapper .short-table-profile #orderByAZ {
	width: 61%;
}
#user_profile_wrapper .table-profile {
	display: table;
	width: 100%;
}
#user_profile_wrapper .table-profile * {
	transition: all 0.3s ease-in-out;
}
#user_profile_wrapper .table-profile .iconSupplierVenues  {
	height: 33px;
	max-width: 40px;
}
#user_profile_wrapper .table-profile .tr {
	display: table-row;
	min-height: 95px;
	cursor: pointer;
}
#user_profile_wrapper .table-profile .tr:nth-child(odd) {
	background-color: #f0f0f1;
}
#user_profile_wrapper .table-profile .tr:hover {
	background-color: #1d1d1d;
}
#user_profile_wrapper .table-profile .tr .td {
	display: table-cell;
	vertical-align: middle;
    padding: 15px 0px;
    text-align: center;
}
#user_profile_wrapper .table-profile .tr .td .border-img-venues {
	border: 2px solid transparent;
	border-radius: 50px;
	display: inline-block;
	padding: 1px;
}
#user_profile_wrapper .table-profile .tr:hover .td .border-img-venues {
	border: 2px solid #FFFFFF;
}
#user_profile_wrapper .table-profile .tr .td .border-img-venues img {
	width: 64px;
	height: 64px;
	border-radius: 50px;
	display: block;
}
#user_profile_wrapper .table-profile .tr .td.title-venues {
	text-align: left;
	padding-left: 20px;
}
#user_profile_wrapper .table-profile .tr .td.title-venues span {
	font-size: 16px;
	line-height: 19px;
	font-family: 'proxima_nova_rgbold';
	text-transform: uppercase;
	color: #1d1d1d;
}
#user_profile_wrapper .table-profile .tr:hover .td.title-venues span {
	color: #FFFFFF;
}
#user_profile_wrapper .table-profile .tr .td.created-date {
	text-align: left !important;
	padding-left: 35px !important;
}
#user_profile_wrapper .table-profile .tr .td.created-date span {
	font-size: 16px;
	line-height: 16px;
	font-family: 'proxima_nova_rgregular';
	color: #6c6d6f !important;
	display: block;
}
#user_profile_wrapper .table-profile .tr:hover .td.created-date span {
	color: #FFFFFF;
}
#user_profile_wrapper .table-profile .tr:hover .td .iconSupplierVenues polyline,
#user_profile_wrapper .table-profile .tr:hover .td .iconSupplierVenues polygon,
#user_profile_wrapper .table-profile .tr:hover .td .iconSupplierVenues rect,
#user_profile_wrapper .table-profile .tr:hover .td .iconSupplierVenues path,
#user_profile_wrapper .table-profile .tr:hover .td .iconSupplierVenues line {
	fill: #FFFFFF !important;
}

/* Icon Info Historic */
#user_profile_wrapper .table-profile .tr .td.iconHistoric circle,
#user_profile_wrapper .table-profile .tr .td.iconHistoric path {
	fill: #1d1d1d !important;
}
#user_profile_wrapper .table-profile .tr .td.iconHistoric span.labelInfo {
	font-size: 12px;
	font-family: 'proxima_nova_rgregular';
	color: #1d1d1d;
	text-transform: uppercase;
	display: block;
}
#user_profile_wrapper .table-profile .tr:hover .td.iconHistoric circle,
#user_profile_wrapper .table-profile .tr:hover .td.iconHistoric path {
	fill: #FFFFFF !important;
}
#user_profile_wrapper .table-profile .tr:hover .td.iconHistoric span.labelInfo {
	color: #FFFFFF;
}
#user_profile_wrapper .table-profile .tr .td.iconHistoric .tooltip-wrapper:hover circle,
#user_profile_wrapper .table-profile .tr .td.iconHistoric .tooltip-wrapper:hover path {
	fill: #ed152c !important;
}
#user_profile_wrapper .table-profile .tr .td.iconHistoric .tooltip-wrapper:hover span.labelInfo {
	color: #ed152c;
}

#user_profile_wrapper .table-profile .tr .td .button {
	height: 40px;
	padding: 0px 30px;
	min-width: 130px;
	font-size: 14px;
}
#user_profile_wrapper .table-profile .tr:hover .td .button2 {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background-color: transparent;
}
#user_profile_wrapper .table-profile .tr .td .button2:hover {
	color: #1d1d1d;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
#user_profile_wrapper .table-profile .tr .td .clickRemoveLike {
	cursor: pointer;
}
#user_profile_wrapper .table-profile .tr .td .clickRemoveLike svg path {
	fill: #EE162D;
}
#user_profile_wrapper .table-profile .tr .td img.sizeSvg24,
#user_profile_wrapper .table-profile .tr .td svg.sizeSvg24 {
	height: 24px;
	max-width: 24px;
}
#user_profile_wrapper .table-profile .tr .td.width5 {
	width: 5%;
}
#user_profile_wrapper .table-profile .tr .td.width7 {
	width: 7%;
}
#user_profile_wrapper .table-profile .tr .td.width10 {
	width: 10%;
}
#user_profile_wrapper .table-profile .tr .td.width15 {
	width: 15%;
}
#user_profile_wrapper .table-profile .tr .td.width25 {
	width: 25%;
}
#user_profile_wrapper h6.notResults {
	text-align: center;
	margin-bottom: 30px;
	display: none;
}


#edit-user-profile-content .custom-user-edit-form,
#edit-user-profile-content .custom-user-password-form {
	max-width: 555px;
	margin: 0px auto 0px auto;
}
#edit-user-profile-content .custom-user-edit-form .form-wrapper,
#edit-user-profile-content .custom-user-password-form .form-wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
    margin-bottom: 30px;
}
#edit-user-profile-content .custom-user-edit-form input[type="submit"],
#edit-user-profile-content .custom-user-password-form input[type="submit"] {
	display: block;
	margin: 30px auto 0px auto;
}
#edit-user-profile-content .custom-user-edit-form .form-wrapper label,
#edit-user-profile-content .custom-user-password-form .form-wrapper label {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	line-height: normal;
	font-family: 'proxima_nova_rgbold';
	color: #6c6d6f;
	text-transform: uppercase;
	padding: 0px 0px 10px 15px;
}
#edit-user-profile-content .custom-user-password-form .form-wrapper label:after {
	content: '*';
	color: #ed152c;
}
#edit-user-profile-content .custom-user-edit-form #edit-field-user-role-wrapper .select2-container--default {
	margin-bottom: 0;
	max-width: 100%;
	width: 100% !important;
}
#edit-user-profile-content .custom-user-edit-form #edit-field-user-role-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	line-height: 14px;
	font-family: 'proxima_nova_rgregular';
	text-align: left;
	color: #1d1d1d;
	padding: 10px 25px 10px 15px;
    text-transform: capitalize;
}
.path-user .select2-results__option[aria-selected] {
	font-size: 14px;
    line-height: 14px;
    font-family: 'proxima_nova_rgregular';
    text-transform: capitalize;
}
#edit-user-profile-content .custom-user-edit-form #edit-field-user-role-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
	color: #6c6d6f;
}
#edit-user-profile-content .changePasswordOpen {
    display: table;
    border-bottom: 1px solid #1d1d1d;
    padding: 0px 5px;
	margin: 55px auto 25px auto;
	font-size: 13px;
	color: #1d1d1d;
	font-family: 'proxima_nova_rgbold';
	text-decoration: none;
	cursor: pointer;
}
#edit-user-profile-content .changePasswordOpen:hover {
	color: #ed152c;
    border-bottom: 1px solid #ed152c;
}
#group-change-pass-user {
	display: none;
}

#user-form {
	display: none;
}

#simplenews-confirm-removal,
#simplenews-subscriber-account-form {
	text-align: center;
	margin: 50px auto;
}
#simplenews-confirm-removal #edit-cancel {
	margin-left: 10px;
}

@media only screen and (max-width: 990px) {
	#user_profile_wrapper .table-profile {
		max-width: 550px;
		margin: auto;
		border-spacing: 0px 10px;
	}
	#user_profile_wrapper .table-profile .tr {
		background-color: #f0f0f1 !important;
	}
	#user_profile_wrapper .table-profile .tr:hover {
		background-color: #f0f0f1 !important;
	}
	#user_profile_wrapper .table-profile .tr {
		display: table;
		width: 100%;
		margin-bottom: 20px;
	}
	#user_profile_wrapper .table-profile .tr .td {
		width: 100% !important;
		display: block;
		text-align: center !important;
		border-bottom: 0 !important;
    	padding: 5px 5px !important;
	}
	#user_profile_wrapper .table-profile .tr .td.width15 {
		width: calc(50% - 2px) !important;
		float: left;
		padding: 15px 5px;
	}
	#user_profile_wrapper .table-profile .tr:hover .td {
		border-bottom: 1px solid #FFFFFF;
	}
	#user_profile_wrapper .table-profile .tr .td:last-child,
	#user_profile_wrapper .table-profile .tr .td:nth-last-child(2) {
		width: 50% !important;
		float: left;
		border: 0 !important;
	}
	#user_profile_wrapper .table-profile .tr .td.title-venues {
		padding-bottom: 10px !important;
	}
	#user_profile_wrapper .table-profile .tr .td .button {
		min-width: auto;
		max-width: 135px;
		width: 100%;
		font-size: 13px;
    	line-height: 38px;
		padding: 0px 20px;
	}

	#favorites-user-profile-content .table-profile .tr .td:nth-child(3) {
		display: none;
	}
	#favorites-user-profile-content .table-profile .tr .td:last-child {
		width: 100% !important;
	}
	#historic-user-profile-content .table-profile .tr .td.iconHistoric,
	#historic-user-profile-content .table-profile .tr .td.created-date {
		width: 100% !important;
		text-align: center !important;
		padding-left: 5px !important;
	}
	#historic-user-profile-content .table-profile .tr .td.created-date {
		padding: 0px 5px 5px 5px !important;
	}
	#historic-user-profile-content .table-profile .tr .td.created-date span {
		padding: 0px;
	}
	#historic-user-profile-content .table-profile .tr .td:last-child, 
	#historic-user-profile-content .table-profile .tr .td:nth-last-child(2),
	#historic-user-profile-content .table-profile .tr .td:nth-last-child(3) {
		width: 15% !important;
		float: left;
		border: 0 !important;
    	padding-bottom: 0px !important;
	}
	#historic-user-profile-content .table-profile .tr .td:nth-last-child(3) {
		padding-right: 20px !important;
	}
	#historic-user-profile-content .table-profile .tr .td:last-child {
		width: 70% !important;
		text-align: right !important;
		padding-right: 20px !important;
	}

	#user_profile_wrapper .table-profile .tr:hover .td.title-venues span,
	#user_profile_wrapper .table-profile .tr:hover .td.iconHistoric span.labelInfo {
		color: #1d1d1d;
	}
	#user_profile_wrapper .table-profile .tr:hover .td.iconHistoric circle, 
	#user_profile_wrapper .table-profile .tr:hover .td.iconHistoric path {
		fill: #1d1d1d !important;
	}
	#user_profile_wrapper .table-profile .tr:hover .td.created-date span {
		color: #6c6d6f;
	}
	#user_profile_wrapper .table-profile .tr:hover .td .button2 {
		color: #1d1d1d;
		border: 2px solid #1d1d1d;
	}
}
@media only screen and (max-width: 768px) {
	#user_profile_wrapper .header-profile .title-btn-profile .button {
		min-width: 110px;
	}
}
@media only screen and (max-width: 580px) {
	#user_profile_wrapper .short-table-profile {
		padding: 0px 0px 10px 0px;
	}
	#user_profile_wrapper .short-table-profile #orderByAZ {
		width: 60%;
	}
	#user_profile_wrapper .short-table-profile span {
		font-size: 12px;
		line-height: 14px;
		width: calc(100% - 30px);
	}
	#user_profile_wrapper .short-table-profile #orderByDate {
		width: 38%;
	}
	#user_profile_wrapper .short-table-profile #orderByDate span {
		width: calc(100% - 42px);
	}
}
@media only screen and (max-width: 550px) {
	#user_profile_wrapper .header-profile .title-btn-profile {
		text-align: center;
	}
	#user_profile_wrapper .header-profile .title-btn-profile .button {
		position: relative;
		top: 0;
		min-width: 165px;
		margin-top: 20px;
	}
	#simplenews-confirm-removal #edit-cancel {
		display: table;
		margin: 20px auto 0px auto;
	}
}
@media only screen and (max-width: 500px) {
	.authenticate-user-content .btn-access span {
		display: none;
	}
	.authenticate-user-content .btn-access .button {
		min-width: 120px;
	}
	#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs {
		border: 0;
		border-radius: 0;
		background-color: transparent;
	}
	#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab {
		display: block;		
		margin-bottom: 10px;
		border: 2px solid #1d1d1d;
		border-radius: 50px !important;
	}
	#user_profile_wrapper .header-profile .tabs-menu-profile .group-tabs .item-tab a {
		position: relative;
	}
}