.front-end-edit ul {
    padding: 0 !important;
}

.hide_dadosassociados {
	display: none;
}

.front-end-edit li {
    list-style: none;
    margin-bottom: 6px !important;
}

.front-end-edit label {
    margin-right: 10px;
    display: block;
    float: left;
    text-align: right;
    width: 100px !important;
}

.front-end-edit .radio label {
    float: none;
}

.front-end-edit .readonly {
    border: none !important;
    color: #666;
}

.front-end-edit #editor-xtd-buttons {
    height: 50px;
    width: 600px;
    float: left;
}

.front-end-edit .toggle-editor {
    height: 50px;
    width: 120px;
    float: right;
}

#access-rules a:hover {
    background: #f5f5f5 url('../images/slider_minus.png') right top no-repeat;
    color: #444;
}

fieldset.radio label {
    width: 50px !important;
}

form div.button-div {
    margin-left: 110px;
}

.admin.com_associados tr.subform-repeatable-group td div:nth-child(4) {
    display: none;
}
.form-horizontal .observacoes .control-label {
    display: block;
    width: auto !important;
    float: none !important;
}
.form-horizontal .observacoes .controls {
    margin-left: 0;
    float: none;
    width: auto;
}
.form-horizontal .observacoes .controls textarea {
    width: 90%;
    height: 500px;
}
/* Backend */
.back-end-edit .nav-tabs li a {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.8em;
}
.back-end-edit .controls input, 
.back-end-edit .controls textarea {
    width: calc(100% - 2em);
    padding-left: 1em !important;
    padding-right: 1em !important;
    font-size: 1.1em;
}
.back-end-edit .controls input {
    height: 32px !important;
}
.back-end-edit .control-label label {
    font-weight: 600;
    font-size: 1.1em;
}
.back-end-edit .controls > div:not(.chzn-container) {
    font-weight: 500;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
    background: #fff;
}
.back-end-edit .controls > .row-fluid {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.back-end-edit .controls .btn-group.btn-group-yesno > .btn {
    width: calc(50% - 1.6em) !important;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-size: 14px;
    font-weight: bold;
}
.back-end-edit .chzn-container-single .chzn-single {
    height: 42px;
    line-height: 40px;
    font-size: 1.1em;
}
.back-end-edit .text-center {
    text-align: center;
}
.back-end-edit .control-group .chzn-container {
    width: 100% !important;
}
#associado-form .back-end-edit .controls textarea {
    resize: vertical;
    width: calc(100% - 30px) !important;
    min-height: 265px;
}
.back-end-edit .subform-table-layout .controls .inputbox {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.back-end-edit .subform-repeatable .btn {
    font-size: 16px;
    padding: 0.6em 0.8em;
} 
.back-end-edit .well .subform-repeatable-group {
    background: #fff;
    padding-right: 4em !important;
}
.associado-edit .card {
    border-radius: 0 !important;
}
.associado-edit .card-header {
    background: #ffffff;
    padding: 0;
    border-radius: 0 !important;
    border: none;
}
.associado-edit .card-header h3 {
    margin: 0;
}
.associado-edit .card-header a {
     color: #fff;
     padding: 0.5em 1em 0.5em 1.5em;
     display: block;
     overflow: hidden;
     position: relative;
     font-size: 1em;
     font-weight: 500;
}
.associado-edit .card-header a:after {
    content: "×";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: -0.35em;
    padding: 0.5em;
    font-size: 1.4em;
    transition: all 0.5s;
    transform: rotate(45deg);
}
.associado-edit .card-header a[aria-expanded="true"]:after {
    transform: rotate(0deg);
}

.associado-edit .card-header h3 i:before {
    /* font-size: 0.6em; */
    /* position: absolute; */
    /* left: 0.8em; */
    /* top: 50%; */
    margin-top: -0.4em;
    /* color: #ffffff; */
    opacity: 1;
}

.sp-module-content[style] {
    display: block !important; 
}
.associado-edit .form-control[name="sccaptcha"]{
	border-top: 1px solid #ddd !important;
}

/* Cards Body */

.associado-edit .card.card-default{
	border: none;
}

.associado-edit .card-body.bg-white{
	padding: 0;
}

.associado-edit .card-header h3 i:before{
	color: #fff;
	font-size: 1em;
	left: 0.8em;
	top: 50%;
	margin-top: -0.4em;
	opacity: 1;
}

.associado-edit .page-title .bg-ampcon-blue-darkness.cl-branco{
    color: #fff;
    padding: .5em 0;
    border-bottom: 2px solid;
    margin-bottom: 1em;
}

.associado-edit .page-title .bg-ampcon-blue-darkness.cl-branco .fa{
	width: 60px;
	text-align: center;
}

.associado-edit .card-header a:after{
	content: "×";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	top: auto;
	padding: 0.5em;
	font-size: 1.4em;
	transition: all 0.5s;
	transform: rotate(45deg);
}


/* Botões */

.control-group .validate.btn {
	border-radius: 0;
}


/* Modal Notice */

.view-associadoform .alert-notice {
	position: fixed;
	left: 50%;
	z-index: 999;
	width: 600px;
	top: 50%;
	margin-top: -10%;
	margin-left: -300px;
	font-size: 120%;
	background: none;
	border: none;
}
.view-associadoform .alert-notice:before {
	content: "";
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.view-associadoform .alert-notice:after {
	content: "";
	background: #d1ecf1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-shadow: 1px 1px 7px;
}
.view-associadoform .alert-notice .close {
	font-size: 2.6em;
}
.view-associadoform .situacao {
	padding: 0.5em 0;
	margin-bottom: 0.4em;
	margin-top: -1em;
	background: #c8e1f7;
}
.view-associadoform .chzn-container .chzn-results li.disabled-result {
	display: none;
}
@media screen and (max-width: 641px) {
	.view-associadoform .alert-notice {
		width: 300px;
		margin-left: -150px;
		margin-top: -25%;
	}
	.view-associadoform .alert-notice .alert-heading:before {
		text-align: left;
	}
	.view-associadoform .alert-notice .alert-heading:after {
		text-align: left;
	}
}
/* Modal Error */

.view-associadoform .alert-error {
	position: fixed;
	left: 50%;
	z-index: 999;
	width: 600px;
	top: 50%;
	margin-top: -10%;
	margin-left: -300px;
	font-size: 120%;
	background: none;
	border: none;
}
.view-associadoform .alert-error:before {
	content: "";
	background: rgba(0,0,0,0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.view-associadoform .alert-error:after {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	box-shadow: 1px 1px 7px;
}
.view-associadoform .alert-error .alert-heading:before {
	content: "Atenção!";
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 0.5em;
}
.view-associadoform .alert-error .alert-heading:after {
	display: block;
	text-align: center;
	content: "Não foi possível enviar o formulário.";
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
}
.view-associadoform .alert-error .close {
	font-size: 2.6em;
}
.view-associadoform .situacao {
	padding: 0.5em 0;
	margin-bottom: 0.4em;
	margin-top: -1em;
	background: #c8e1f7;
}
.view-associadoform .chzn-container .chzn-results li.disabled-result {
	display: none;
}
@media screen and (max-width: 641px) {
	.view-associadoform .alert-error {
		width: 300px;
		margin-left: -150px;
		margin-top: -25%;
	}
	.view-associadoform .alert-error .alert-heading:before {
		text-align: left;
	}
	.view-associadoform .alert-error .alert-heading:after {
		text-align: left;
	}
}
.associado-edit .foto-input {
	display: inline-block;
	padding: 2.2em 0.5em 1.6em 0.5em;
	margin-bottom: 0em;
}
.associado-edit .foto-input label {
	display: block !important;
	font-weight: bold;
}
.associado-edit .foto-input input {
	background: #fff;
	padding: 0.5em;
	font-size: 0.8em;
	border: 1px solid #ccc;
}
.associado-edit .btn-danger {
	color: #fff !important;
}
.associado-edit .chzn-container {
	width: 100% !important;
}
.associado-edit input.form-control, .associado-edit select,
.associado-edit .chzn-container.chzn-container-single .chzn-single {
	/* height: 48px !important; */
	line-height: 30px;
	border-radius: 0px;
}
.associado-edit .chzn-container .chzn-results li {
	font-size: 1.2em;
	line-height: 1.5;
}
.sp_quickcontact .control-group p.sp_qc_loading {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: not-allowed;
	background-position: 13px 12px;
}
.associado-edit .subform-repeatable-wrapper .btn {
	color: #fff !important;
}

.associado-edit .subform-repeatable-wrapper .subform-repeatable-group .form-group {
	width: 45%;
	float: left;
}
.associado-edit .subform-repeatable-wrapper .subform-repeatable-group .form-group input.inputbox {
	height: 48px;
}
.associado-edit .subform-repeatable-wrapper .subform-repeatable-group .form-group:first-child {
	width: 100%;
}
.associado-edit .subform-repeatable-wrapper .subform-repeatable-group .form-group:nth-child(3) {
	margin-left: 5%;
	float: right;
}
.btn-group-yesno {
	width: 100%;
}
.btn-group-yesno .form-check-label {
	margin-top: 0.5em;
}
.btn-group-yesno .form-check-label input {
	display: inline-block;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.btn-group-yesno .form-check-label {
	background: #fff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .10rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-weight: bold;
	border: 3px solid #e1ebef;
}
.btn-group-yesno .form-check-label input:before {
	content: "";
	border: 2px solid #3c4e7c;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: relative; 
	top: 0.4em;
	border-radius: 100%;
}
.btn-group-yesno .form-check-label input:checked:after {
	content: "\f00c";
	font-family: 'FontAwesome';
	position: absolute;
	left: 50%;
	margin-left: -0.5em;
	top: 50%; 
	margin-top: -0.55em;
}
@media screen and (max-width: 991px) {
	#dependentes-repeatable {
		width: 100%;
		flex: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.associado-edit .subform-repeatable-wrapper .subform-repeatable-group .form-group {
		width: 100%;
		float: none;
		margi-left: 0;
	}
	.associado-edit .subform-repeatable-wrapper .btn-group .btn {
		display: block;
		float: none;
	}
}
.view-associadoform .hasTooltip {
	display: inline-block !important;
}
.associado-edit #jform_privacidade-lbl {
	display: block;
}
#jform_foto-lbl {
	display: block !important; 
}
@media screen and (max-width: 575px) {
	.associado-edit .foto-field {
		width: 100%;
	}
	.associado-edit .card-header a {
		padding: 0.5em 2em 0.5em 1em !important;
		font-size: 0.9em;
	}
	.associado-edit .card-header a i.fa {
		display: none;
	}
	.associado-edit .foto-input input {
		width: 100%;
	}
}
.view-associadoform .associado-edit .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}
@media screen and (max-width: 767px) {
	.view-associadoform .associado-edit legend.text-right {
		font-size: 0.9em;
	}
}
