
.az-show-profileimage {
    margin-top: -80px;
}
 .az-show-profileimage > div {
     width: 160px;
     height: 160px;
     padding: 5px;
     background: #ffffff;
 }

 .ms-container {
     width: auto!important;
 }

 @media (min-width: 992px) {
     .az-show-profileimage {
         margin-top: -100px;
     }
     .az-show-profileimage > div {
         width: 200px;
         height: 200px;
     }
}


@media (min-width: 1200px) {
    .az-show-profileimage {
        margin-top: -120px;
    }
    .az-show-profileimage > div {
        width: 240px;
        height: 240px;
    }
}

/* ######################################
Events
###################################### */
.deleteImageIcon {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.5rem;
    width: 1.5rem;
    transform: translate(50%,-50%);
}

.deleteDateIcon {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 1.55rem;
}
.deleteDateIcon span {
    transform: translateY(-3px);
    display: block;
}

.az-bubble {
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -.1rem
}

.azmanager-event-list-image {
    background: rgb(240,240,240);
    background: radial-gradient(circle, rgba(240,240,240,1) 0%, rgba(210,210,210,1) 100%);
}

/* ######################################
Slide to unlock
###################################### */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-bottom:0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0066CC;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0066CC;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* ######################################
FE Manager
###################################### */

.femanager_fieldset {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.femanager_fieldset .control-label {
    flex: 0 0 100%;
    max-width: 100%;
}
