/* ==========================================================================
   Modals
   ========================================================================== */
.modal-title {
  font-weight: 100;
  /*padding:10px 0;*/
}
.modal-content {
  border: 0 none;
  border-radius: 0;
}
.modal-body {
  max-height: 600px;
  max-height: calc(100vh - 190px);
  overflow-y: auto;
}
#associate-dialog .modal-body {
  overflow-y: initial;
}
.modal-body .nav-tabs {
  margin: 0 -15px 15px;
  padding: 0 15px;
}
a[data-toggle='modal'] {
  cursor: pointer;
}
.modal-backdrop {
  bottom: 0;
}

/*.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear;
  &.ng-enter {
    opacity: 0;
    &.ng-enter-active {
      opacity: .5;
    }
  }
  &.ng-leave {
    opacity: .5;
    &.ng-leave-active {
      opacity: 0;
    }
  }
}*/

.modal--close__white {
  color: white;
  margin: 0 !important;
  text-shadow: none;
  position: relative;
  top: 3px;
}

.modal--header__blue {
  background-color: #247bdf;
  color: white;
}
