/* Global-DS2 - Release:2017.04 - v.2.1.0 */
/* Last updated: 2017-03-22, 3:44:36 PM. */
/* Copyright (c) 2017 AT&T Services, Inc. */
html.styled-by-modal {
  overflow-y: hidden !important;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 300ms linear 50ms;
}
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: opacity 300ms linear 0ms;
}
.modalwrapper {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  padding: 0 20px;
  top: 0;
  z-index: -1;
}
.modalwrapper.active {
  z-index: 1050;
  overflow-y: auto;
}
.modal {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background-clip: padding-box;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  outline: medium none;
  /*position:relative;*/
  height: auto;
  min-height: 150px;
  overflow: hidden;
  width: 100%;
  z-index: 1060;
}
.ds2-no-colors .modal {
  outline: 1px solid black;
}
.modal.fade.in {
  position: relative;
  overflow: auto;
  z-index: 1060;
  transition: opacity 300ms linear 0s;
}
.modal.fade.in.modal-landscape {
  overflow-y: auto;
}
.modalwrapper.modal-docked {
  -webkit-overflow-scrolling: auto;
}
.modalwrapper.modal-docked .modal.fade.in {
  overflow: hidden;
}
.modal.fade {
  transition: opacity 300ms linear 0s;
  border: none;
}
.fade.in {
  opacity: 1;
}
.fade {
  opacity: 0;
}
.modal-header {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px 8px 0 0;
  min-height: 60px;
  overflow: hidden;
  padding: 30px 46px 24px 30px;
  position: relative;
}
.modal-header > h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.modal-header-portrait {
  -webkit-overflow-scrolling: auto;
}
.modal-header-landscape {
  -webkit-overflow-scrolling: auto;
}
.modal.text-center .modal-header {
  display: block;
}
.modal-body {
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px 30px;
  width: auto;
}
.modal-body:focus {
  outline: 1px dotted #191919;
}
.modal-header + .modal-body {
  padding: 0 30px 20px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #fff;
  width: 100%;
  padding: 0 30px;
  border-radius: 0;
  position: absolute;
  bottom: 0;
}
:not(.modal-docked) .modal-footer,
.modal-landscape .modal-footer {
  position: relative;
}
[class*="modal-"] {
  width: 100%;
}
.modal-small {
  max-width: 420px;
}
.modal-medium {
  max-width: 620px;
}
.modal-large {
  max-width: 720px;
}
.modal-xlarge {
  max-width: 860px;
}
.modal-jumbo {
  max-width: 1000px;
}
.modalwrapper.modal-docked {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.modalwrapper.modal-docked .modal-body {
  height: 80%;
  overflow-y: scroll;
  padding-bottom: 60px;
}
.modalwrapper.modal-docked .modal {
  max-height: 100%;
  height: 80%;
  overflow: hidden;
  top: 0;
}
.modalwrapper.modal-docked .modal-body > *:last-child {
  margin-bottom: 30px;
}
.btn-clear {
  outline-color: transparent !important;
  background: transparent !important;
  border-color: transparent !important;
  font-weight: normal;
  font-family: "Omnes-ATT-W02";
  box-shadow: none;
  text-decoration: none;
  color: #0568ae;
}
.btn-clear:focus,
.btn-clear:hover {
  text-decoration: underline;
}
.btn-clear:focus {
  outline: 1px dotted #191919;
}
.modal-long-adjust {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 767px) {
  .modalwrapper {
    display: block;
    overflow-x: hidden;
    padding: 0 15px;
  }
  .modal.fade,
  .modal.fade.in {
    top: 0;
    right: 0;
    left: 0;
    margin: 15px auto;
    padding: 0;
    border: none;
  }
  .modal-header {
    padding: 20px 46px 30px 15px;
  }
  .modal-header > h2 {
    font-size: 2.4rem;
  }
  .modal-header + .modal-body {
    width: 100%;
    padding: 0 15px 15px;
  }
  .modalwrapper.modal-docked {
    position: fixed;
    height: 100%;
    padding: 0;
  }
  .modalwrapper.modal-docked .modal.fade,
  .modalwrapper.modal-docked .modal.fade.in {
    margin: 0;
    max-width: 100% !important;
    max-height: 100%;
    height: 100%;
    border-radius: 0;
  }
  .modalwrapper.modal-docked .modal-header {
    border-radius: 0;
  }
  .modalwrapper.modal-docked .modal-body {
    overflow-y: scroll;
    height: 100%;
  }
  .modalwrapper.modal-docked.modal-landscape {
    overflow-y: hidden;
    position: fixed;
  }
  .modalwrapper.modal-docked.modal-landscape .modal-header {
    border-radius: 0;
  }
  .modalwrapper.modal-docked.modal-landscape .modal.fade.in {
    overflow-y: scroll;
    max-width: 100%;
  }
  .modalwrapper.modal-docked.modal-landscape .modal-body {
    height: auto;
    overflow-y: hidden;
  }
  .modal-footer {
    padding: 0 15px;
  }
  .modal-alert > .modal-header,
  .modal-success > .modal-header {
    padding-right: 15px;
  }
}
.modal-confirmation .modal-header > h2 {
  -ms-flex-align: center;
      align-items: center;
  color: #007a3e;
  display: -ms-flexbox;
  display: flex;
}
.modal-confirmation .modal-header [class*="icon-"] {
  color: #007a3e;
  font-size: 20px;
  top: -2px;
}
.modal-centered .modal-header {
  padding-bottom: 20px;
  -ms-flex-pack: center;
      justify-content: center;
}
.modal-centered .modal-header > h2 {
  font-size: 2.4rem;
  color: #191919;
  line-height: .78;
  -ms-flex-pack: center;
      justify-content: center;
}
.modal-centered .modal-header > h2 > label {
  font-family: "Omnes-ATT-W02";
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
  line-height: .78;
}
.modal-centered .modal-body {
  text-align: center;
}
.modal-success .modal-header h2,
.modal-success .modal-header [class*="icon-"] {
  color: #007a3e;
}
.modal-success .modal-header [class*="icon-"] {
  font-size: 30px;
  top: -5px;
}
.modal-success .modal-header > h2 {
  -ms-flex-align: start;
      align-items: flex-start;
}
.modal-alert .modal-header h2,
.modal-alert .modal-header [class*="icon-"] {
  color: #cf2a2a;
}
.modal-alert .modal-header [class*="icon-"] {
  font-size: 30px;
  top: -5px;
}
.modal-alert .modal-header > h2 {
  -ms-flex-align: start;
      align-items: flex-start;
}
