/* RGB */
.pull-right {
  display: flex;
  justify-content: flex-end;
}
.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.columnize {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.outline {
  border: 1px rgba(255, 255, 255, 0.5) solid;
  background-color: rgba(255, 255, 255, 0.25);
  background-image: repeating-linear-gradient(45deg, transparent 0, transparent 9px, rgba(255, 255, 255, 0.1) 9px, rgba(255, 255, 255, 0.1) 10px), repeating-linear-gradient(135deg, transparent 0, transparent 9px, rgba(255, 255, 255, 0.1) 9px, rgba(255, 255, 255, 0.1) 10px);
  border-radius: 0 1em 0 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.maximize {
  height: 100%;
  display: block;
}
.full-screen {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vh;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}
.card {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 1rem;
  width: 100%;
  padding: 2em;
}
.app-icon-call-center h1,
.app-icon-call-center h2,
.app-icon-call-center h3,
.app-icon-call-center h4 {
  font-family: 'Oswald', sans-serif;
  font-size-adjust: 0.5;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
}
.app-icon-call-center h5,
.app-icon-call-center h6 {
  font-family: 'Roboto', sans-serif;
  font-size-adjust: 0.5;
  text-align: center;
}
.app-icon-call-center h1 {
  font-size: 3em;
  color: #ffffff;
}
.app-icon-call-center h2 {
  font-size: 2.5em;
  color: #ffffff;
}
.app-icon-call-center h3 {
  font-size: 2em;
  color: #ffffff;
}
.app-icon-call-center h4 {
  font-size: 1.5em;
  color: #ffffff;
}
.app-icon-call-center h5 {
  font-size: 1.25em;
  color: #38686a;
}
.app-icon-call-center h6 {
  font-size: 1em;
  color: #38686a;
}
.app-icon-call-center hr {
  border-color: #cfd3d7;
}
.app-icon-call-center a {
  color: #38686a;
  text-decoration: none;
}
.app-icon-call-center a:hover {
  text-decoration: underline;
}
.app-icon-call-center small {
  font-size: 0.5em;
}
.app-icon-call-center header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 10vh;
  background: radial-gradient(ellipse at 50% 0, transparent, rgba(255, 255, 255, 0.25) 70%, transparent 70%);
  background-size: 150% 100%;
  background-position: top;
}
.app-icon-call-center section {
  min-height: 70vh;
  margin: 5vh 0;
}
.app-icon-call-center footer {
  height: 10vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.25);
  background: radial-gradient(ellipse at 50% 100%, transparent, rgba(255, 255, 255, 0.25) 70%, transparent 70%);
  background-size: 150% 100%;
  background-position: bottom;
}
.app-icon-call-center article {
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.5), #ffffff);
  padding: 1em;
  border-radius: 0.5em;
  opacity: 0;
  animation: microExpand 0.5s forwards ease-in;
  transform-origin: center;
  height: 60vh;
}
.app-icon-call-center article h1,
.app-icon-call-center article h2,
.app-icon-call-center article h3,
.app-icon-call-center article h4,
.app-icon-call-center article h5,
.app-icon-call-center article h6 {
  color: #47b0af;
}
.app-icon-call-center table {
  width: 100%;
  margin-bottom: 1em;
}
.app-icon-call-center table tr {
  background-color: rgba(255, 255, 255, 0.15);
}
.app-icon-call-center table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.35);
}
.app-icon-call-center table tr td,
.app-icon-call-center table tr th {
  padding: 0.25em 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.app-icon-call-center button,
.app-icon-call-center .btn,
.app-icon-call-center input[type=submit] {
  width: auto;
  font-family: 'Oswald', sans-serif;
  font-size: 1em;
  padding: 0.5em 1em;
  background-color: transparent;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.5));
  border: 0.25em #ffffff solid;
  transition: all 0.25s ease;
  border-radius: 0 0.5em 0 0.5em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.app-icon-call-center button.btn-small,
.app-icon-call-center .btn.btn-small,
.app-icon-call-center input[type=submit].btn-small {
  padding: 0.25em;
  font-size: 0.75em;
}
.app-icon-call-center button[disabled],
.app-icon-call-center .btn[disabled],
.app-icon-call-center input[type=submit][disabled] {
  text-decoration: none;
}
.app-icon-call-center button:hover:not([disabled]),
.app-icon-call-center .btn:hover:not([disabled]),
.app-icon-call-center input[type=submit]:hover:not([disabled]) {
  background-color: #f4cd30;
  background-image: none;
  border-color: #f4cd30;
  border-radius: 0.5em 0 0.5em 0;
  text-shadow: 0 1px 6px #cda60b;
  color: #ffffff;
  text-decoration: none;
}
.app-icon-call-center input[type=text],
.app-icon-call-center input[type=tel],
.app-icon-call-center select,
.app-icon-call-center textarea {
  background-color: #ffffff;
  color: #909093;
  padding: 0.5em;
  width: 100%;
  border: none;
  border-bottom: 0.3em solid transparent;
  transition: all 0.35s ease;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.5em;
}
.app-icon-call-center input[type=text]:hover,
.app-icon-call-center input[type=tel]:hover,
.app-icon-call-center select:hover,
.app-icon-call-center textarea:hover {
  border-color: #f4cd30;
  border-radius: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
}
.app-icon-call-center input[type=text]:active,
.app-icon-call-center input[type=tel]:active,
.app-icon-call-center select:active,
.app-icon-call-center textarea:active,
.app-icon-call-center input[type=text]:focus,
.app-icon-call-center input[type=tel]:focus,
.app-icon-call-center select:focus,
.app-icon-call-center textarea:focus {
  outline: none;
  border-color: #47b0af;
  border-radius: 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
}
.app-icon-call-center input[type=text]:disabled,
.app-icon-call-center input[type=tel]:disabled,
.app-icon-call-center select:disabled,
.app-icon-call-center textarea:disabled {
  background-color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}
.app-icon-call-center input[type=text]:disabled::placeholder,
.app-icon-call-center input[type=tel]:disabled::placeholder,
.app-icon-call-center select:disabled::placeholder,
.app-icon-call-center textarea:disabled::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.app-icon-call-center input[type=text]:disabled:hover,
.app-icon-call-center input[type=tel]:disabled:hover,
.app-icon-call-center select:disabled:hover,
.app-icon-call-center textarea:disabled:hover {
  border-color: transparent;
}
.app-icon-call-center textarea {
  height: 200px;
}
.app-icon-call-center label {
  display: block;
  color: #2a6767;
  font-family: 'Oswald', sans-serif;
  align-items: center;
  font-weight: normal;
  text-transform: capitalize;
  background: rgba(255, 255, 255, 0.25);
  padding: 0.5em;
  margin: 0;
  line-height: 1.8em;
}
.field-validation-error,
.validation-summary-errors,
.alert {
  position: relative;
  background: radial-gradient(circle, #841332, #b11943 90%);
  color: #ffffff;
  font-weight: normal;
  min-height: 1.5em;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  padding: 0.25em 7%;
  margin-bottom: 1em;
  opacity: 0;
  animation: expand 0.15s linear forwards;
  font-size: 0.75em;
  clip-path: polygon(0% 0%, 3% 50%, 0% 100%, 100% 100%, 97% 50%, 100% 0);
  text-align: center;
}
.field-validation-error a,
.validation-summary-errors a,
.alert a {
  color: #f4cd30;
}
.field-validation-error ul,
.validation-summary-errors ul,
.alert ul {
  margin: 0;
  list-style: none;
  padding: 0;
  text-transform: lowercase;
}
.field-validation-error ul li::first-letter,
.validation-summary-errors ul li::first-letter,
.alert ul li::first-letter {
  text-transform: uppercase;
}
.alert {
  display: flex;
}
.modal {
  background-color: transparent;
  background-image: linear-gradient(45deg, rgba(71, 176, 175, 0.75), rgba(143, 188, 230, 0.75));
}
.modal .modal-header .modal-title {
  color: #47b0af;
}
.modal .btn,
.modal .close {
  background-color: #47b0af;
  background-image: none;
  border-color: #47b0af;
  color: #ffffff;
  opacity: 1;
}
.modal .close {
  padding: 0;
  font-size: 1em;
  border-radius: 2px;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal label {
  background-color: #8fbce6;
  background-image: linear-gradient(90deg, transparent, #47b0af);
  padding: 0 0.25em;
  margin: 0.5em 0;
  color: white;
  border-radius: 2px;
}
.modal .modal-body span {
  background-color: rgba(144, 144, 147, 0.25);
  padding: 0.5em;
  display: block;
  border-radius: 2px 1em 2px 1em;
  margin: 0 0 2em 0;
}
.modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal .modal-footer > * {
  margin-left: 0.5em;
}
.modal .modal-footer input[type=submit] {
  background-color: #47b0af;
  border-color: #47b0af;
  background-image: none;
  color: #ffffff;
}
.iradio,
.icheckbox {
  background-color: #ffffff;
  color: #ffffff;
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  cursor: pointer;
}
.iradio:before,
.icheckbox:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  font-size: 0.75em;
}
.iradio.hover,
.icheckbox.hover {
  background-color: #f4cd30;
  color: #ffffff;
}
.iradio.checked:before,
.icheckbox.checked:before {
  color: #47b0af;
}
.iradio {
  border-radius: 50%;
}
.page-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}
.page-login .field-1 > div:nth-child(1) > * {
  transform-origin: right;
}
.page-login .field-1 > div:nth-child(2) > * {
  transform-origin: left;
}
.page-login .field-1 > div > * {
  opacity: 0;
  transform: scale(0);
  animation-name: expand;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}
.page-login .field-2 > div:nth-child(1) > * {
  transform-origin: right;
}
.page-login .field-2 > div:nth-child(2) > * {
  transform-origin: left;
}
.page-login .field-2 > div > * {
  opacity: 0;
  transform: scale(0);
  animation-name: expand;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
.page-login .field-3 > div:nth-child(1) > * {
  transform-origin: right;
}
.page-login .field-3 > div:nth-child(2) > * {
  transform-origin: left;
}
.page-login .field-3 > div > * {
  opacity: 0;
  transform: scale(0);
  animation-name: expand;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0.75s;
}
.page-login .agentId-label:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f2c1';
  margin-left: 0.25em;
}
.page-login .dnis-label:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f095';
  margin-left: 0.25em;
}
.page-login .balloon-logo {
  background: url("../images/balloon_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 10vh;
}
.page-login input[type=text],
.page-login select,
.page-login option,
.page-login textarea {
  border-radius: 0 0.5em 0.5em 0;
  margin-bottom: 0.5em;
}
.page-login input[type=text]:hover,
.page-login select:hover,
.page-login option:hover,
.page-login textarea:hover,
.page-login input[type=text]:active,
.page-login select:active,
.page-login option:active,
.page-login textarea:active,
.page-login input[type=text]:focus,
.page-login select:focus,
.page-login option:focus,
.page-login textarea:focus {
  border-radius: 0;
}
.page-login label {
  display: flex;
  justify-content: flex-end;
  border-radius: 0.5em 0 0 0.5em;
  margin-bottom: 0.5em;
}
.page-location-search label {
  margin-bottom: 0.5em;
}
.page-select-sponsor label {
  margin-bottom: 0.5em;
}
.page-select-location .table-content {
  position: relative;
}
.page-select-location table {
  table-layout: fixed;
  font-size: 0.75em;
  position: relative;
}
.page-select-location table td:nth-child(1),
.page-select-location table th:nth-child(1) {
  width: 15%;
}
.page-select-location table td:nth-child(2),
.page-select-location table th:nth-child(2) {
  width: 40%;
}
.page-select-location table td:nth-child(3),
.page-select-location table th:nth-child(3) {
  width: 20%;
}
.page-select-location table td:nth-child(5),
.page-select-location table th:nth-child(5) {
  width: 10%;
}
.page-select-location table td:nth-child(6),
.page-select-location table th:nth-child(6) {
  width: 5%;
}
.page-select-location table thead tr {
  background-color: #ffffff;
}
.page-select-location tbody tr {
  display: none;
}
.page-select-location tbody tr input[type=radio] {
  display: inline-block;
}
.page-select-location tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.5);
  outline: #ffffff 1px solid;
  cursor: pointer;
}
.page-select-location .page-display {
  font-size: 0.65em;
  margin-bottom: 1em;
  text-align: center;
}
.page-select-location .page-control {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  font-size: 0.9em;
}
.page-select-location .page-control * {
  margin: 0 0.25em;
}
.page-select-location .page-control #page-numbers {
  display: flex;
  flex-direction: column;
  flex: 2;
  align-items: center;
}
.page-select-location .page-control #page-numbers > div {
  display: none;
}
.page-select-location .page-control #page-numbers > div > a[data-active=true] {
  border-color: #47b0af;
  background-color: #47b0af;
  background-image: none;
  color: #ffffff;
  pointer-events: none;
  cursor: default;
}
.page-select-location .page-control #page-numbers > div:first-child {
  display: inline-block;
}
.page-select-location .pagination-controls,
.page-select-location .submission-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), transparent, rgba(255, 255, 255, 0.25));
  border-radius: 0.5em;
}
.page-select-location .new-location-button:before {
  font-family: 'Font Awesome 5 Pro';
  margin-right: 0.25em;
  content: '\f041';
}
.page-balloon-reorder {
  font-size: 0.75em;
}
.page-balloon-reorder article {
  height: auto;
  margin-bottom: 1em;
}
.page-balloon-reorder textarea {
  height: auto;
}
.page-balloon-reorder label {
  margin-bottom: 0.5em;
}
.page-balloon-reorder table td:first-child,
.page-balloon-reorder table th:first-child {
  text-align: center;
}
.page-balloon-reorder #previous-order-table th {
  font-size: 0.8em;
  white-space: normal;
  text-align: left;
}
.page-balloon-reorder #previous-order-table th a {
  text-decoration: none;
}
.page-balloon-reorder #previous-order-table td {
  font-size: 1em;
}
.page-balloon-reorder #previous-order-table .comment {
  white-space: normal;
}
.page-balloon-reorder .available-items {
  display: flex;
  justify-content: space-between;
}
.page-balloon-reorder .available-items > div {
  flex: 1;
}
.page-balloon-reorder .available-items > div:not(:first-child) {
  padding-left: 0.5em;
}
.page-balloon-reorder .disposition-choice {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.5em 1em;
  text-transform: capitalize;
  margin-bottom: 0.5em;
  cursor: pointer;
}
.page-balloon-reorder .disposition-choice:hover {
  outline: 1px solid rgba(255, 255, 255, 0.65);
  background-color: rgba(255, 255, 255, 0.4);
}
@keyframes expand {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes microExpand {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  65% {
    opacity: 1;
    transform: scale(1.01);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes expandHorizontally {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes expandVertically {
  from {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.6em;
  }
}
/* Custom, iPhone Retina */
html,
body {
  margin: 0;
  padding: 0;
}
.app-icon-call-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 15pt;
  font-size-adjust: 0.5;
  background-color: #ffffff;
  line-height: normal;
  background-image: radial-gradient(circle, #47b0af, #8fbce6, transparent), repeating-linear-gradient(45deg, rgba(71, 176, 175, 0.03) 0, rgba(71, 176, 175, 0.03) 10px, transparent 10px, transparent 20px), repeating-linear-gradient(135deg, rgba(71, 176, 175, 0.03) 0, rgba(71, 176, 175, 0.03) 10px, transparent 10px, transparent 20px), url('../images/balloons.jpg');
  background-size: 100%, 100%, 100%, cover;
  background-position: center, center, center, bottom;
  color: #38686a;
}
.app-icon-call-center > * {
  width: 100%;
}
a.location-nf-link {
  color: #134648;
}
