/* _settings.scss - SASS global variables */
.mdwModal {
  position: absolute; }
  .mdwModal .background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    display: none; }
    .mdwModal .background .area {
      background-color: white;
      position: absolute;
      width: 90% !important;
      max-width: 400px;
      margin: auto;
      top: 15%;
      right: 0;
      left: 0;
      display: none;
      border: 1px solid #d9d9d9;
      font-family: "MDW_Regular", Helvetica, Arial, sans-serif;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
      @media only screen and (min-width: 768px) {
        .mdwModal .background .area {
          width: 400px; } }
      .mdwModal .background .area .header {
        display: table;
        border-bottom: 1px solid #d9d9d9;
        height: 50px;
        font-size: 150%;
        width: 100%;
        position: absolute; }
        @media only screen and (min-width: 768px) {
          .mdwModal .background .area .header {
            height: 40px;
            font-size: 130%; } }
        .mdwModal .background .area .header p {
          display: table-cell;
          vertical-align: middle; }
      .mdwModal .background .area .modal-subtitle, .mdwModal .background .area .header {
        color: #006293;
        font-size: 120%;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap; }
      .mdwModal .background .area .content {
        padding-top: 8px;
        padding-bottom: 8px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: 50px;
        margin-bottom: 62px;
        height: 100%; }
        @media only screen and (min-width: 768px) {
          .mdwModal .background .area .content {
            margin-top: 40px;
            margin-bottom: 52px; } }
      .mdwModal .background .area .footer {
        display: table;
        table-layout: fixed;
        border-top: 1px solid #d9d9d9;
        background-color: #f4f4f4;
        height: 60px;
        border-spacing: 8px;
        width: 100%;
        position: absolute;
        bottom: 0px; }
        @media only screen and (min-width: 768px) {
          .mdwModal .background .area .footer {
            height: 50px; } }
        .mdwModal .background .area .footer .button {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          border: 1px solid #1e7eaa;
          color: White;
          background-color: #26a1da;
          cursor: pointer;
          height: 35px; }
  @media only screen and (max-height: 361px) and (orientation: landscape) {
    .mdwModal .background .area {
      background-color: transparent;
      max-height: 400px;
      border: none;
      box-shadow: none;
      max-width: 450px;
      margin-top: -90px;
      position: fixed;
      top: 50%;
      right: 10px;
      bottom: 10px;
      left: 10px; }
      .mdwModal .background .area .header {
        display: block;
        left: 25%;
        background: white;
        border: 1px solid #d9d9d9;
        border-bottom-color: #1e7eaa;
        right: 0px;
        width: auto; }
        .mdwModal .background .area .header p {
          line-height: 48px; }
      .mdwModal .background .area .content {
        left: 25%;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        background: white;
        position: absolute;
        width: auto;
        right: 0px;
        height: auto;
        margin-bottom: 10px; }
      .mdwModal .background .area .footer {
        right: 75%;
        bottom: auto;
        width: 100px;
        display: table;
        table-layout: fixed;
        border-spacing: 2px;
        border: 1px solid #d9d9d9;
        background-color: #f4f4f4;
        height: auto; }
        .mdwModal .background .area .footer .button {
          display: block;
          width: 100%;
          height: 50px;
          line-height: 50px; }
        .mdwModal .background .area .footer .button + .button {
          margin-top: 2px; } }

.mdwComboBox .background .area {
  top: 1%; }
  @media only screen and (min-width: 768px) {
    .mdwComboBox .background .area {
      top: 15%; } }
  .mdwComboBox .background .area .content .extra-message {
    padding: 5px 15px; }
  .mdwComboBox .background .area .content .mdwComboBox-content-items .mdwComboBox-item {
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-left: 20px;
    cursor: pointer; }
    .mdwComboBox .background .area .content .mdwComboBox-content-items .mdwComboBox-item:hover {
      background-color: #effaff; }
  .mdwComboBox .background .area .content .mdwComboBox-content-items .mdwComboBox-item-forced-hover, .mdwComboBox .background .area .content .mdwComboBox-content-items .mdwComboBox-item-current {
    background-color: #effaff; }
  .mdwComboBox .background .area .content .mdwComboBox-content-items .item-emphasis {
    color: #006293; }
  .mdwComboBox .background .area .content .mdwComboBox-content-items .item-emphasis-green {
    color: #07c754; }
  .mdwComboBox .background .area .footer {
    padding-left: 30%;
    padding-right: 30%; }
    @media only screen and (max-height: 361px) and (orientation: landscape) {
      .mdwComboBox .background .area .footer {
        padding-left: 0;
        padding-right: 0; } }
    .mdwComboBox .background .area .footer.multiselect-buttons {
      padding-left: 0 !important;
      padding-right: 0 !important; }
.mdwComboBox .mdwComboBox-check {
  width: 30px;
  height: 30px;
  background-color: transparent !important;
  border: 1px solid #d9d9d9;
  float: left;
  margin-right: 8px;
  margin-left: -8px; }
  .mdwComboBox .mdwComboBox-check .disabled {
    opacity: .3;
    cursor: default; }
.mdwComboBox .mdwComboBox-label {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 85%;
  text-overflow: ellipsis; }
@media only screen and (max-height: 361px) and (orientation: landscape) {
  .mdwComboBox .background .area {
    margin-top: 10px;
    top: 1%; } }
