﻿#second-modal.desktop .second-modal-background {
  z-index: 1501;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .40;
  background-color: #000000;
}
#second-modal.desktop .second-modal-container {
  z-index: 1501;
  position: fixed;
  top: calc(50% - 45px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  background-color: #FFFFFF;
}
#second-modal.desktop #second-modal-header {
  display: inline-block;
  width: calc(100% - 20px);
  font: 14px Arial;
  color: #FFFFFF;
  background-color: #4B4B4B;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
#second-modal.desktop .second-modal-close-button {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9FaQsiAAAAM3RSTlMAJicxNDs/SElyc3R4fH6AgoSGh4mKi4yNjo+Qk5SYmpucoaKprbDv8fP19vf4+fr8/f756pRGAAAAk0lEQVR42jXO5xaCMAxA4evegnsCIg5EUSTv/242Eb4fadL0JIW+jKkcpAU9kWyI2RQibcT5xv++IipdfAawF012EOaa+IE2yglOoq30pXGNuWpTrahc7lpmI2rn1AYO6jrJxLx9zM3WvPVmZv/76r5FpG9yD4651jGENmeOHo8tTiSKjshnilm6OU3oFh6VU9HgB930G+dDbnA9AAAAAElFTkSuQmCC);
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  cursor: pointer;
  user-select: none;
}
#second-modal.desktop .second-modal-body {
  max-height: 600px;
  overflow-y: auto;
}
#second-modal.desktop .second-modal-body #second-modal-description {
  padding: 10px 10px 0 10px;
}
#second-modal.desktop .second-modal-body #second-modal-content {
  padding: 20px;
  padding-bottom: 60px;
}
#second-modal.desktop .second-modal-actions {
  display: inline-block;
  width: 100%;
  background-color: #E4E4E4;
  height: 45px;
  box-shadow: 0 8px 6px -6px rgba(75, 75, 75, 0.5);
  position: absolute;
  bottom: -46px;
  border-top: 1px solid #CCCCCC;
}
#second-modal.desktop .second-modal-actions #second-modal-action-primary {
  display: inline-block;
  position: relative;
  min-width: 90px;
  background-color: #00B1B0;
  color: #FFFFFF;
  height: 25px;
  text-align: center;
  font: 14px Arial;
  background-image: none;
  margin: 10px 0 10px 10px;
  line-height: 25px;
}
#second-modal.desktop .second-modal-actions #second-modal-action-secondary {
  display: inline-block;
  position: relative;
  min-width: 90px;
  background-color: transparent;
  color: #4B4B4B;
  height: 25px;
  text-align: left;
  font: 14px Arial;
  background-image: none;
  margin: 10px 10px 10px 25px;
  line-height: 25px;
}
#second-modal.desktop .second-modal-actions #second-modal-action-tertiary {
  display: inline-block;
  float: right;
  position: relative;
  background-color: transparent;
  color: #4B4B4B;
  height: 25px;
  text-align: left;
  font: 14px Arial;
  background-image: none;
  margin: 10px 10px 10px 0;
  line-height: 25px;
}
#second-modal.mobile .second-modal-background {
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  width: 100%;
  opacity: .40;
  background-color: #000000;
}
#second-modal.mobile .second-modal-container {
  z-index: 1501;
  position: fixed;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  background-color: #FFFFFF;
}
#second-modal.mobile .second-modal-container #second-modal-header {
  display: inline-block;
  width: 100%;
  font: 14px Arial;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #4B4B4B;
  height: 40px;
  line-height: 40px;
}
#second-modal.mobile .second-modal-container #second-modal-header .second-modal-close-button {
  display: none;
}
#second-modal.mobile .second-modal-container .second-modal-body {
  max-height: 400px;
  overflow-y: auto;
}
#second-modal.mobile .second-modal-container .second-modal-body #second-modal-description {
  padding: 10px 10px 0 10px;
}
#second-modal.mobile .second-modal-container .second-modal-body #second-modal-content {
  padding: 10px;
}
#second-modal.mobile .second-modal-container .second-modal-actions {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  background-color: #E4E4E4;
  height: 40px;
  box-shadow: 0 8px 6px -6px rgba(75, 75, 75, 0.5);
  position: absolute;
  bottom: -41px;
  border-top: 1px solid #CCCCCC;
}
#second-modal.mobile .second-modal-container .second-modal-actions #second-modal-action-primary {
  font: 14px Arial;
  font-weight: bold;
  text-align: center;
  background-color: #00B1B0;
  color: #FFFFFF;
  line-height: 40px;
  flex: 1;
}
#second-modal.mobile .second-modal-container .second-modal-actions #second-modal-action-secondary {
  font: 14px Arial;
  font-weight: bold;
  text-align: center;
  color: #4B4B4B;
  line-height: 40px;
  flex: 1;
}
#second-modal.mobile .second-modal-container .second-modal-actions #second-modal-action-tertiary {
  display: none !important;
}
.second-modal-actions > div {
  cursor: pointer;
  user-select: none;
}
