#professionalData,#personalData,#addressData,#socialProfilesData,#adminData{
	display: none;
}
#formProfile[data-visiblepage='professionalData'] #professionalData,
#formProfile[data-visiblepage='personalData'] #personalData,
#formProfile[data-visiblepage='addressData'] #addressData,
#formProfile[data-visiblepage='socialProfilesData'] #socialProfilesData,
#formProfileCenter[data-visiblepage='adminData'] #adminData,
#formProfileCenter[data-visiblepage='addressData'] #addressData{
	display: block;
}

#profileBreadCrumb .step{
	width: 25%;
	height: 48px;
	text-align: center;
	background-color: #e9eaee;
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#formProfileCenter #profileBreadCrumb .step{
    width: 50%;
}

#profileBreadCrumb .step:before {
    content: " ";
    position: absolute;
    box-sizing: border-box;
    top: -4px;
    right: -52px;
    bottom: 0;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: rgba(194,225,245,0);
    border-left-color: #FFF;
    z-index: 8;
    border-width: 28px;
    margin-top: 0;
}

#profileBreadCrumb .step:after {
    content: " ";
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: -43px;
    bottom: 0;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: rgba(194,225,245,0);
    border-left-color: #e9eaee;
    z-index: 9;
    border-width: 24px;
    margin-top: 0;
}

#formProfile[data-visiblepage='professionalData'] #profileBreadCrumb .step:nth-child(1), 
#formProfile[data-visiblepage='personalData'] #profileBreadCrumb .step:nth-child(2), 
#formProfile[data-visiblepage='addressData'] #profileBreadCrumb .step:nth-child(3), 
#formProfile[data-visiblepage='socialProfilesData'] #profileBreadCrumb .step:nth-child(4),
#formProfileCenter[data-visiblepage='addressData'] #profileBreadCrumb .step:nth-child(1),
#formProfileCenter[data-visiblepage='adminData'] #profileBreadCrumb .step:nth-child(2){
	background-color: #09c;
    color: #FFF;
    display: flex !important;
}

#formProfileCenter[data-visiblepage='addressData'] #profileBreadCrumb .step:nth-child(2),
#formProfile[data-visiblepage='professionalData'] #profileBreadCrumb .step:nth-child(2), 
#formProfile[data-visiblepage='professionalData'] #profileBreadCrumb .step:nth-child(3), 
#formProfile[data-visiblepage='professionalData'] #profileBreadCrumb .step:nth-child(4), 
#formProfile[data-visiblepage='personalData'] #profileBreadCrumb .step:nth-child(3), 
#formProfile[data-visiblepage='personalData'] #profileBreadCrumb .step:nth-child(4), 
#formProfile[data-visiblepage='addressData'] #profileBreadCrumb .step:nth-child(4) {
    color: #9fa5b8;
    text-shadow: 1px 1px #FFF;
}

#formProfileCenter[data-visiblepage='addressData'] #profileBreadCrumb .step:nth-child(1):after,
#formProfile[data-visiblepage='professionalData'] #profileBreadCrumb .step:nth-child(1):after, 
#formProfile[data-visiblepage='personalData'] #profileBreadCrumb .step:nth-child(2):after, 
#formProfile[data-visiblepage='addressData'] #profileBreadCrumb .step:nth-child(3):after{
    border-left-color: #09c;
}



#profileBreadCrumb .step:last-of-type:before,#profileBreadCrumb .step:last-of-type:after {
	display: none;
}

select[name=treatment]{
	width: 150px;
}

.inputsContainer{
	width: 100%;
	max-width: 520px;
}

#formProfile select{
	width: auto;
}

.divSpeciality{
	width: 224px;
    flex: 0 1 auto;
}

.optionsDoctor > div{
	margin: 0.5rem 0;
}

.optionsDentist .list-group {
    max-height: 302px;
    overflow: auto;
}

.inputsContainer > div{
	margin-top: .5rem;
}

.listSearchInsurance{
	max-height: 206px;
	overflow: auto;
    z-index: 2;
}

.divStablishmentInfo > div{
	margin-bottom: .25rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* #previewPhoto{
    max-width: 400px;
    max-height: 400px;
} */

.cropper-crop-box{
    pointer-events: none;
}

#modalCropImage .modal-body{
    /* height: 400px; */
}

#photoProfile{
    width: 180px;
}

#previewPhoto{
    max-width: 520px;
}

.map{
    width: 100%;
    max-width: 400px;
    height: 400px;
}

.placeHolderMap {
    position: relative
}

.placeHolderMap::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../imgs/map.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.placeHolderMap .spinner-border{
    display: none;
}

.loading .placeHolderMap .spinner-border{
    display: block;
}

.placeHolderMap h6{
    z-index: 2;
}

.loading .placeHolderMap h6{
    display: none;
}

.loading .placeHolderMap::before{
    opacity: 0.6;
}

.listStabilishmentsZipcode .logo,.listStabilishmentsZipcode .containerImgAdd{
    width: 60px;
    height: 60px;
}

.listStabilishmentsZipcode {
    position: absolute;
    width: 100%;
    z-index: 2;
    max-height: 400px;
    overflow: auto;
}

.containerImgFile{
    position: relative;
    overflow:hidden;
}

.containerImgFile input[type=file]{
    position: absolute;
    bottom: 100%;
    left: 100%;
}

.divAddress .containerImgFile img{
    max-width: 180px;
    max-height: 180px;
}

.divAddress::after{
    content: " ";
    border-bottom: solid 1px var(--cx-border-color);
    position: absolute;
    width: 100%;
    left: 0;
    padding-top: 1.5rem;
}

@media (min-width: 520px){
    
    #previewPhoto{
        
        max-width: 320px;
        
    }

}
@media (max-width: 992px){
    #profileBreadCrumb .step:nth-child(4){
        padding-left: 21px;
    }
}

@media (max-width: 680px){
    #profileBreadCrumb .step{
        width: 100%;
        display: none;
    }
    #profileBreadCrumb .step:after, #profileBreadCrumb .step:before{
        display: none;
    }
}
@-moz-document url-prefix() {
    input[type='file'] {
        display: none;
    }
}