﻿/* DOCUMENT LAYOUT: The structure of the document */
@media all {
  html {
    height: 100%; }
  body {
    background: #2874c8 url(../images/bgMP.jpg) repeat-x 50% 0%;
    font-size: 14px;
    font-family: Arial;
    color: #1b2f4b; }
    body h1, body h2, body h3 {
      margin: 0px 0px 15px 0px; }
    body h1 {
      font-size: 20px; }
    body h2 {
      font-size: 16px;
      margin: 0px; }
    body p {
      line-height: 20px; }
  @-webkit-keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0); }
    to {
      -webkit-transform: translateX(46px); } }
  @keyframes MOVE-BG {
    from {
      transform: translateX(0); }
    to {
      transform: translateX(46px); } }
    body .loading {
      height: 14px;
      text-align: center;
      color: #4c3f2e;
      position: relative;
      overflow: hidden;
      padding: 0px;
      font-style: italic;
      border-radius: 20px;
      width: 270px;
      margin: 20px auto 60px auto; }
      body .loading .bg {
        position: absolute;
        left: -46px;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        border-radius: 20px;
        background: -webkit-repeating-linear-gradient(145deg, #365db1 1px, #4981d0 2px, #4981d0 11px, #365db1 12px, #365db1 20px);
        background: repeating-linear-gradient(-55deg, #365db1 1px, #4981d0 2px, #4981d0 11px, #365db1 12px, #365db1 20px);
        -webkit-animation-name: MOVE-BG;
        -webkit-animation-duration: .6s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-name: MOVE-BG;
        animation-duration: .6s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        -moz-box-shadow: inset 0 -10px 19px -1px #1c3171;
        -webkit-box-shadow: inset 0 -10px 19px -1px #1c3171;
        box-shadow: inset 0 -10px 19px -1px #1c3171; }
    body hr {
      height: 1px;
      background: #d4d7da;
      width: 100%;
      border: none;
      margin: 15px 0px 15px 0px; }
    body .btnHuge {
      background: -webkit-linear-gradient(top, #ffffff 0%, #cad8e4 100%);
      background: linear-gradient(to bottom, #ffffff 0%, #cad8e4 100%);
      box-shadow: 0px 1px 3px #565656;
      /*line-height: 32px;*/
      color: #1b2f4b;
      float: right;
      font-size: 14px;
      padding: 10px 20px;
      margin-right: 0px;
      border-radius: 5px;
      line-height: 15px;
      font-weight: bold;
      top: 0px;
      border: none;
      text-decoration: none;
      position: relative;
      cursor: pointer;
      text-align: center; }
      body .btnHuge:hover {
        color: #1b2f4b;
        text-decoration: none;
        background: -webkit-linear-gradient(top, #cad8e4 0%, #ffffff 100%);
        background: linear-gradient(to bottom, #cad8e4 0%, #ffffff 100%); }
      body .btnHuge.oneTwo {
        height: 30px !important;
        line-height: 30px !important; }
      body .btnHuge.two {
        line-height: 29px !important;
        height: 30px !important; }
      body .btnHuge.left {
        float: left; }
      body .btnHuge.right {
        float: right; }
      body .btnHuge.small {
        float: left;
        height: 25px;
        font-size: 12px !important;
        padding: 0px 20px !important;
        line-height: 25px;
        font-weight: bold; }
      body .btnHuge.orange {
        background: -webkit-linear-gradient(top, #f45e03 0%, #c14f02 100%);
        background: linear-gradient(to bottom, #f45e03 0%, #c14f02 100%);
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.orange:hover {
          color: #ffffff !important;
          text-decoration: none;
          background: -webkit-linear-gradient(top, #c14f02 0%, #f45e03 100%);
          background: linear-gradient(to bottom, #c14f02 0%, #f45e03 100%); }
      body .btnHuge.red {
        background: -webkit-linear-gradient(top, #a1001a 0%, #820015 100%);
        background: linear-gradient(to bottom, #a1001a 0%, #820015 100%);
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.red:hover {
          background: -webkit-linear-gradient(top, #820015 0%, #a1001a 100%);
          background: linear-gradient(to bottom, #820015 0%, #a1001a 100%);
          text-decoration: none; }
      body .btnHuge.bluu {
        background: -webkit-linear-gradient(top, #4eb1fe 0%, #0384f1 100%);
        background: linear-gradient(to bottom, #4eb1fe 0%, #0384f1 100%);
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.bluu:hover {
          background: -webkit-linear-gradient(top, #0384f1 0%, #4eb1fe 100%);
          background: linear-gradient(to bottom, #0384f1 0%, #4eb1fe 100%);
          text-decoration: none; }
      body .btnHuge.green {
        background: -webkit-linear-gradient(top, #82cc00 0%, #4aa700 100%);
        background: linear-gradient(to bottom, #82cc00 0%, #4aa700 100%);
        text-decoration: none;
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.green:hover {
          background: -webkit-linear-gradient(top, #4aa700 0%, #82cc00 100%);
          background: linear-gradient(to bottom, #4aa700 0%, #82cc00 100%); }
      body .btnHuge.redL {
        background: -webkit-linear-gradient(top, #c70000 0%, #9e0000 100%);
        background: linear-gradient(to bottom, #c70000 0%, #9e0000 100%);
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.redL:hover {
          background: -webkit-linear-gradient(top, #9e0000 0%, #c70000 100%);
          background: linear-gradient(to bottom, #9e0000 0%, #c70000 100%);
          text-decoration: none; }
      body .btnHuge.blue {
        background: -webkit-linear-gradient(top, #4891d6 0%, #296ec4 100%);
        background: linear-gradient(to bottom, #4891d6 0%, #296ec4 100%);
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.blue:hover {
          background: -webkit-linear-gradient(top, #296ec4 0%, #4891d6 100%);
          background: linear-gradient(to bottom, #296ec4 0%, #4891d6 100%);
          text-decoration: none; }
      body .btnHuge.Lblue {
        background: -webkit-linear-gradient(top, #ffffff 0%, #a5bdd2 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #a5bdd2 100%);
        text-decoration: none; }
        body .btnHuge.Lblue:hover {
          background: -webkit-linear-gradient(top, #a5bdd2 0%, #ffffff 100%);
          background: linear-gradient(to bottom, #a5bdd2 0%, #ffffff 100%);
          text-decoration: none; }
      body .btnHuge.Dblue {
        background: -webkit-linear-gradient(top, #194087 0%, #192c68 100%);
        background: linear-gradient(to bottom, #194087 0%, #192c68 100%);
        color: #ffffff !important;
        text-decoration: none; }
        body .btnHuge.Dblue:hover {
          background: -webkit-linear-gradient(top, #192c68 0%, #194087 100%);
          background: linear-gradient(to bottom, #192c68 0%, #194087 100%);
          text-decoration: none; }
    body .clear {
      clear: both; }
    body br.clear,
    body hr.clear {
      height: 1px;
      margin: -1px 0em 0em 0em;
      overflow: hidden;
      visibility: hidden;
      display: block; }
    body ul {
      margin: 0px 0px 20px 16px;
      padding: 0px; }
  .whiteBox {
    background: #ffffff;
    width: 466px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    margin: 100px auto;
    padding: 32px 56px 0px 56px;
    max-height: 500px;
    overflow: auto; }
    .whiteBox article {
      font-size: 13px; }
      .whiteBox article p:first-of-type {
        margin-top: 0px; }
    .whiteBox footer {
      padding-bottom: 32px; }
      .whiteBox footer span {
        font-size: 12px;
        padding: 10px 0px;
        display: inline-block;
        position: relative;
        vertical-align: baseline; }
      .whiteBox footer p {
        font-size: 13px; }
    .whiteBox fieldset {
      border: none;
      margin: 0px 0px 20px 0px;
      padding: 0px 65px 0px 0px; }
      .whiteBox fieldset div.error {
        border-style: solid;
        border-width: 1px;
        border-color: #efdb81;
        background-color: #fdfdd6;
        color: #707070;
        padding: 20px;
        font-size: 12px;
        margin-bottom: 20px; }
      .whiteBox fieldset table {
        width: 100%; }
        .whiteBox fieldset table tr th, .whiteBox fieldset table tr td {
          text-align: left;
          padding-bottom: 2px; }
          .whiteBox fieldset table tr th span, .whiteBox fieldset table tr td span {
            display: block;
            font-size: 11px;
            width: 235px;
            padding-bottom: 10px; }
      .whiteBox fieldset label {
        font-size: 12px;
        font-weight: normal;
        width: 154px;
        display: inline-block; }
      .whiteBox fieldset input.input {
        vertical-align: top;
        color: #000;
        font-size: 11px;
        /* font-weight: bold; */
        background: #ffffff;
        border-radius: 5px;
        width: 220px;
        border-width: 1px;
        border-color: #5e5e5c;
        border-style: solid;
        border-radius: 5px;
        background-color: white;
        height: 25px;
        padding-left: 6px;
        box-sizing: border-box; }
        .whiteBox fieldset input.input.error {
          background-color: #fdfdd6; }
    .whiteBox.center article {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start;
      height: 380px; }
      .whiteBox.center article div.flex {
        text-align: center;
        align-self: center;
        margin: auto auto;
        font-size: 16px;
        width: 300px; }
        .whiteBox.center article div.flex p {
          line-height: 26px; } }
