/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -3px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
          right: 3px;
          left: 0; }
.bs-datepicker-body table.days span.in-range.select-end:before {
          right: 4px;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
.bs-datepicker-buttons .btn-today-wrapper {
      display: flex;
      flex-flow: row wrap; }
.bs-datepicker-buttons .clear-right,
    .bs-datepicker-buttons .today-right {
      flex-grow: 0; }
.bs-datepicker-buttons .clear-left,
    .bs-datepicker-buttons .today-left {
      flex-grow: 1; }
.bs-datepicker-buttons .clear-center,
    .bs-datepicker-buttons .today-center {
      flex-grow: 0.5; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: baseline;
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161; }
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E; }
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34; }
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838; }
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD; }
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7; }
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498; }
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9; }
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531; }
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732; }
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29; }
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35; }
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.007b2705c0a8f69dfdf6.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.9d5328fb490cddd43f66.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.04em solid #03327c;
  width: 0.92em;
  height: 0.92em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  transform: rotate(0deg);
}
.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}
.c100 *,
.c100 *:before,
.c100 *:after {
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 5em;
  line-height: 5em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.c100:after {
  position: absolute;
  top: 0.05em;
  left: 0.05em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 0.90em;
  height: 0.90em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  transform: rotate(18deg);
}
.c100.p6 .bar {
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  transform: rotate(36deg);
}
.c100.p11 .bar {
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  transform: rotate(46.800000000000004deg);
}
.c100.p14 .bar {
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  transform: rotate(54deg);
}
.c100.p16 .bar {
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  transform: rotate(72deg);
}
.c100.p21 .bar {
  transform: rotate(75.60000000000001deg);
}
.c100.p22 .bar {
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  transform: rotate(90deg);
}
.c100.p26 .bar {
  transform: rotate(93.60000000000001deg);
}
.c100.p27 .bar {
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  transform: rotate(108deg);
}
.c100.p31 .bar {
  transform: rotate(111.60000000000001deg);
}
.c100.p32 .bar {
  transform: rotate(115.2deg);
}
.c100.p33 .bar {
  transform: rotate(118.8deg);
}
.c100.p34 .bar {
  transform: rotate(122.4deg);
}
.c100.p35 .bar {
  transform: rotate(126deg);
}
.c100.p36 .bar {
  transform: rotate(129.6deg);
}
.c100.p37 .bar {
  transform: rotate(133.20000000000002deg);
}
.c100.p38 .bar {
  transform: rotate(136.8deg);
}
.c100.p39 .bar {
  transform: rotate(140.4deg);
}
.c100.p40 .bar {
  transform: rotate(144deg);
}
.c100.p41 .bar {
  transform: rotate(147.6deg);
}
.c100.p42 .bar {
  transform: rotate(151.20000000000002deg);
}
.c100.p43 .bar {
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  transform: rotate(158.4deg);
}
.c100.p45 .bar {
  transform: rotate(162deg);
}
.c100.p46 .bar {
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  transform: rotate(169.20000000000002deg);
}
.c100.p48 .bar {
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  transform: rotate(176.4deg);
}
.c100.p50 .bar {
  transform: rotate(180deg);
}
.c100.p51 .bar {
  transform: rotate(183.6deg);
}
.c100.p52 .bar {
  transform: rotate(187.20000000000002deg);
}
.c100.p53 .bar {
  transform: rotate(190.8deg);
}
.c100.p54 .bar {
  transform: rotate(194.4deg);
}
.c100.p55 .bar {
  transform: rotate(198deg);
}
.c100.p56 .bar {
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  transform: rotate(205.20000000000002deg);
}
.c100.p58 .bar {
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  transform: rotate(212.4deg);
}
.c100.p60 .bar {
  transform: rotate(216deg);
}
.c100.p61 .bar {
  transform: rotate(219.6deg);
}
.c100.p62 .bar {
  transform: rotate(223.20000000000002deg);
}
.c100.p63 .bar {
  transform: rotate(226.8deg);
}
.c100.p64 .bar {
  transform: rotate(230.4deg);
}
.c100.p65 .bar {
  transform: rotate(234deg);
}
.c100.p66 .bar {
  transform: rotate(237.6deg);
}
.c100.p67 .bar {
  transform: rotate(241.20000000000002deg);
}
.c100.p68 .bar {
  transform: rotate(244.8deg);
}
.c100.p69 .bar {
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  transform: rotate(252deg);
}
.c100.p71 .bar {
  transform: rotate(255.6deg);
}
.c100.p72 .bar {
  transform: rotate(259.2deg);
}
.c100.p73 .bar {
  transform: rotate(262.8deg);
}
.c100.p74 .bar {
  transform: rotate(266.40000000000003deg);
}
.c100.p75 .bar {
  transform: rotate(270deg);
}
.c100.p76 .bar {
  transform: rotate(273.6deg);
}
.c100.p77 .bar {
  transform: rotate(277.2deg);
}
.c100.p78 .bar {
  transform: rotate(280.8deg);
}
.c100.p79 .bar {
  transform: rotate(284.40000000000003deg);
}
.c100.p80 .bar {
  transform: rotate(288deg);
}
.c100.p81 .bar {
  transform: rotate(291.6deg);
}
.c100.p82 .bar {
  transform: rotate(295.2deg);
}
.c100.p83 .bar {
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  transform: rotate(302.40000000000003deg);
}
.c100.p85 .bar {
  transform: rotate(306deg);
}
.c100.p86 .bar {
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  transform: rotate(313.2deg);
}
.c100.p88 .bar {
  transform: rotate(316.8deg);
}
.c100.p89 .bar {
  transform: rotate(320.40000000000003deg);
}
.c100.p90 .bar {
  transform: rotate(324deg);
}
.c100.p91 .bar {
  transform: rotate(327.6deg);
}
.c100.p92 .bar {
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  transform: rotate(334.8deg);
}
.c100.p94 .bar {
  transform: rotate(338.40000000000003deg);
}
.c100.p95 .bar {
  transform: rotate(342deg);
}
.c100.p96 .bar {
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  transform: rotate(349.2deg);
}
.c100.p98 .bar {
  transform: rotate(352.8deg);
}
.c100.p99 .bar {
  transform: rotate(356.40000000000003deg);
}
.c100.p100 .bar {
  transform: rotate(360deg);
}
/*.c100:hover {
  cursor: default;
}
.c100:hover > span {
  //width: 3.33em;
  //line-height: 3.33em;
  //font-size: 0.3em;
  //color: #8fc872;
}*/
/*.c100:hover:after {
  top: 0.04em;
  left: 0.04em;
  width: 0.92em;
  height: 0.92em;
}*/
.c100.dark {
  background-color: #777777;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777777;
}
.c100.dark:after {
  background-color: #666666;
}
/*.c100.dark:hover > span {
  color: #c6ff00;
}*/
.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}
/*.c100.green:hover > span {
  color: #4db53c;
}*/
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}
/*.c100.green.dark:hover > span {
  color: #5fd400;
}*/
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
/*.c100.orange:hover > span {
  color: #dd9d22;
}*/
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
/*.c100.orange.dark:hover > span {
  color: #e08833;
}*/

/* You can add global styles to this file, and also import other style files */
.evs-modal--patient .block2 {
  background-color: #022C70;
  width: 90%;
  text-align: center;
  color: white;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.evs-modal--patient .block2 select {
  color: white;
  background: #03327C !important;
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block2 input {
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block2 button,
.evs-modal--patient .block2 .button {
  background: #03327C;
}
.evs-modal--patient .block2 button:hover,
.evs-modal--patient .block2 .button:hover {
  background: #9AADCB;
}
.evs-modal--patient .block2 button:hover {
  border: 1px solid #9AADCB;
}
.evs-modal--patient .block2 .appointment-message {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.evs-modal--patient .block2 .appointment-message strong {
  text-decoration: underline;
}
.evs-modal--patient .block2 .close {
  background: #fff;
  border: 1px solid;
  color: #022C70;
  opacity: unset;
  border-bottom: 1px solid !important;
}
.evs-modal--patient .block2 .close:hover {
  color: #fff !important;
  background: #022C70 !important;
}
.evs-modal--patient .block--light {
  color: #112047 !important;
}
.evs-modal--patient .block select {
  color: white;
  background: #03327C !important;
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block input,
.evs-modal--patient .block textarea {
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block button,
.evs-modal--patient .block .button {
  background: #03327C;
}
.evs-modal--patient .block button:hover,
.evs-modal--patient .block .button:hover {
  background: #9AADCB;
}
.evs-modal--patient .block button:hover {
  border: 1px solid #9AADCB;
}
.evs-modal--patient .block .appointment-message {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.evs-modal--patient .block .appointment-message strong {
  text-decoration: underline;
}
.evs-modal--patient .block .cancel {
  background: #aaa !important;
  border: 1px solid;
}
.evs-modal--patient .block .cancel:hover {
  color: #aaa !important;
  background: white !important;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.evs-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 5;
  padding-top: 160px;
}
.evs-preloader img {
  width: 50px;
}
.evs-preloader--section {
  position: absolute;
  padding-top: 40px;
  left: 0;
  top: 0;
}
.evs-preloader--relative {
  position: absolute;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
@media print {
  .spinner {
    display: none;
  }
}
.spinner--xs {
  width: 15px;
  height: 15px;
}
.spinner--xs:not(:required):before {
  border-width: 1px !important;
}
.spinner--sm {
  width: 20px;
  height: 20px;
}
.spinner--sm:not(:required):before {
  border-width: 1px !important;
}
.spinner--lg {
  width: 50px;
  height: 50px;
}
.spinner--float-right {
  position: absolute;
  top: 0;
}
.spinner--float-right.spinner--xs {
  right: -25px;
}
.spinner--float-right.spinner--sm {
  right: -30px;
}
.spinner--float-right.spinner--md {
  right: -55px;
}
.spinner--float-right.spinner--lg {
  right: -65px;
}
.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #29658f;
  animation: spinner 0.6s linear infinite;
  -webkit-animation: spinner 0.6s linear infinite;
}
.show-sm,
.show-md,
.show-lg {
  display: none !important;
}
.hide-sm,
.hide-md,
.hide-lg {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
.mc-font-primary-text {
  color: var(--mc-font-primary) !important;
}
.mc-font-secondary-text {
  color: var(--mc-font-secondary) !important;
}
.mc-primary-color-text {
  color: var(--mc-primary-color) !important;
}
.mc-secondary-color-text {
  color: var(--mc-secondary-color) !important;
}
.white-text {
  color: #fff !important;
}
.flex-display {
  display: flex;
}
.align-center {
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-display {
  display: block;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
}
.justify-content-space-bw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full-width-vw {
  width: 100vw;
}
.full-height-vh {
  height: 100vh;
}
.fit-content-width {
  width: -moz-fit-content;
  width: fit-content;
}
.text-btn {
  cursor: pointer;
}
.text-btn:hover {
  text-decoration: underline;
}
.normal-font-weight {
  font-weight: normal;
}
.section-bg {
  background-color: var(--mc-section-bg-color);
}
.mc-progress-bar .mat-progress-bar {
  height: 30px;
}
.mc-progress-bar .mat-progress-bar-buffer {
  background-color: #DBE1E7;
}
.mc-progress-bar .mat-progress-bar-fill::after {
  background: linear-gradient(90deg, var(--mc-secondary-color) -0.01%, var(--mc-primary-color) 101.4%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 30px !important;
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  /*click effect color change*/
  background-color: var(--mc-primary-color) !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: var(--mc-primary-color) !important;
  /*inner circle color change*/
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--mc-primary-color) !important;
  /*outer ring color change*/
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--mc-primary-color);
}
.spinner-md {
  height: 50px !important;
  width: 50px !important;
}
.spinner-md svg {
  height: 50px !important;
  width: 50px !important;
}
.spinner-sm {
  height: 25px !important;
  width: 25px !important;
}
.spinner-sm svg {
  height: 25px !important;
  width: 25px !important;
}
.mat-icon {
  color: var(--mc-primary-color);
}
.mat-icon-btn {
  color: var(--mc-primary-color);
  cursor: pointer;
}
.mat-icon-btn .mat-icon-btn:hover {
  color: var(--mc-primary-color);
}
@media screen and (min-width: 1280px) {
  .mat-icon-btn:hover {
    color: var(--mc-secondary-color);
  }
}
.mat-chip.mat-standard-chip {
  background-color: var(--mc-secondary-color);
  font-weight: normal;
  border-radius: 10px;
  cursor: pointer;
}
.mc-icon {
  height: 20px;
  width: auto;
}
.font-weight-normal {
  font-weight: normal;
}
.mc-error-message {
  background-color: #f7dada;
  color: #ff0000;
  padding: 5px;
  text-align: center;
}
.mc-success-message {
  color: #8bc861;
  padding: 5px;
  text-align: center;
}
.mc-warning-message {
  color: #FAB62E;
  padding: 5px;
  text-align: center;
}
.page-bg-color {
  background-color: var(--mc-page-bg-color);
}
.bold {
  font-weight: bold;
}
.no-wrap {
  white-space: nowrap;
}
.space-between {
  justify-content: space-between !important;
}
.min-height {
  min-height: 100vh;
}

@font-face {
  font-family: 'evidentiae';
  src:  url('evidentiae.fad1a83f91220d6b5004.eot?w99eyv');
  src:  url('evidentiae.fad1a83f91220d6b5004.eot?w99eyv#iefix') format('embedded-opentype'),
    url('evidentiae.0709b9479dadc12d94ff.ttf?w99eyv') format('truetype'),
    url('evidentiae.23fe5f6c8c642eb8a817.woff?w99eyv') format('woff'),
    url('evidentiae.0743a19843bbb9d3720f.svg?w99eyv#evidentiae') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="evs-icon-"], [class*=" evs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'evidentiae' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.evs-icon-medical:before {
  content: "\e954";
}

.evs-icon-yelp:before {
  content: "\e95a";
}

.evs-icon-personal-note:before {
  content: "\e959";
}

.evs-icon-checklist:before {
  content: "\e958";
}

.evs-icon-reports:before {
  content: "\e957";
}

.evs-icon-billing:before {
  content: "\e955";
}

.evs-icon-claim:before {
  content: "\e956";
}

.evs-icon-confidential-01:before {
  content: "\e941";
}

.evs-icon-confidential-02:before {
  content: "\e942";
}

.evs-icon-confidential-03:before {
  content: "\e943";
}

.evs-icon-confidential-04:before {
  content: "\e944";
}

.evs-icon-confidential-05:before {
  content: "\e945";
}

.evs-icon-confidential-06:before {
  content: "\e946";
}

.evs-icon-dental-01:before {
  content: "\e947";
}

.evs-icon-dental-02:before {
  content: "\e948";
}

.evs-icon-dental-03:before {
  content: "\e949";
}

.evs-icon-dental-04:before {
  content: "\e94a";
}

.evs-icon-dental-05:before {
  content: "\e94b";
}

.evs-icon-medical-1:before {
  content: "\e94c";
}

.evs-icon-medical-2:before {
  content: "\e94d";
}

.evs-icon-medical-3:before {
  content: "\e94e";
}

.evs-icon-medical-4:before {
  content: "\e94f";
}

.evs-icon-medical-5:before {
  content: "\e950";
}

.evs-icon-medical-6:before {
  content: "\e951";
}

.evs-icon-medical-7:before {
  content: "\e952";
}

.evs-icon-medical-8:before {
  content: "\e953";
}

.evs-icon-hide:before {
  content: "\e93f";
}

.evs-icon-view:before {
  content: "\e940";
}

.evs-icon-profile:before {
  content: "\e93e";
}

.evs-icon-arrow-back:before {
  content: "\e93d";
}

.evs-icon-cross:before {
  content: "\e93c";
}

.evs-icon-arrow-down-double-thin:before {
  content: "\e935";
}

.evs-icon-arrow-up-double-thin:before {
  content: "\e939";
}

.evs-icon-arrow-down-double-thick:before {
  content: "\e934";
}

.evs-icon-arrow-down-thick:before {
  content: "\e936";
}

.evs-icon-arrow-down-thin:before {
  content: "\e937";
}

.evs-icon-arrow-up-double-thick:before {
  content: "\e938";
}

.evs-icon-arrow-up-thick:before {
  content: "\e93a";
}

.evs-icon-arrow-up-thin:before {
  content: "\e93b";
}

.evs-icon-condition:before {
  content: "\e932";
}

.evs-icon-teeth-popover:before {
  content: "\e933";
}

.evs-icon-check:before {
  content: "\e905";
}

.evs-icon-facebook:before {
  content: "\e900";
}

.evs-icon-g-plus:before {
  content: "\e901";
}

.evs-icon-instagram:before {
  content: "\e902";
}

.evs-icon-linked-in:before {
  content: "\e903";
}

.evs-icon-twitter:before {
  content: "\e904";
}

.evs-icon-analyze:before {
  content: "\e92b";
}

.evs-icon-intraoral-camera:before {
  content: "\e928";
}

.evs-icon-intraoral-missingactive:before {
  content: "\e929";
}

.evs-icon-intraoral-missing:before {
  content: "\e92a";
}

.evs-icon-help:before {
  content: "\e926";
}

.evs-icon-import:before {
  content: "\e927";
}

.evs-icon-add:before {
  content: "\e906";
}

.evs-icon-adduser:before {
  content: "\e907";
}

.evs-icon-admin:before {
  content: "\e908";
}

.evs-icon-arrowclose:before {
  content: "\e909";
}

.evs-icon-arrowopen:before {
  content: "\e90a";
}

.evs-icon-bin-1:before {
  content: "\e90b";
}

.evs-icon-bin-2:before {
  content: "\e90c";
}

.evs-icon-bin-3:before {
  content: "\e90d";
}

.evs-icon-calendar:before {
  content: "\e90e";
}

.evs-icon-compare:before {
  content: "\e90f";
}

.evs-icon-discuss:before {
  content: "\e910";
}

.evs-icon-edit:before {
  content: "\e911";
}

.evs-icon-editphoto:before {
  content: "\e912";
}

.evs-icon-help-admin:before {
  content: "\e913";
}

.evs-icon-help-diagnostic:before {
  content: "\e914";
}

.evs-icon-help-exam:before {
  content: "\e915";
}

.evs-icon-help-login:before {
  content: "\e916";
}

.evs-icon-help-patient:before {
  content: "\e917";
}

.evs-icon-help-patientwith:before {
  content: "\e918";
}

.evs-icon-help-patientwithout:before {
  content: "\e919";
}

.evs-icon-help-risk:before {
  content: "\e91a";
}

.evs-icon-help-treat:before {
  content: "\e91b";
}

.evs-icon-login:before {
  content: "\e91c";
}

.evs-icon-mirrorH:before {
  content: "\e91d";
}

.evs-icon-mirrorV:before {
  content: "\e91e";
}

.evs-icon-multiple-select:before {
  content: "\e91f";
}

.evs-icon-notes:before {
  content: "\e920";
}

.evs-icon-patientlist:before {
  content: "\e921";
}

.evs-icon-popover:before {
  content: "\e922";
}

.evs-icon-printbig:before {
  content: "\e923";
}

.evs-icon-printsmall:before {
  content: "\e924";
}

.evs-icon-rotateCCW:before {
  content: "\e925";
}

.evs-icon-rotateCW:before {
  content: "\e92c";
}

.evs-icon-search:before {
  content: "\e92d";
}

.evs-icon-sendemail:before {
  content: "\e92e";
}

.evs-icon-settings:before {
  content: "\e92f";
}

.evs-icon-single-select:before {
  content: "\e930";
}

.evs-icon-update:before {
  content: "\e931";
}

.evs-icon-add-comment {
  content: url("/assets/img/comment-icon.svg");
  width: 15px;
}

.evs-icon-add-comment:hover {
  content: url("/assets/img/comment-icon-white.svg");
  width: 15px;
}

.evs-icon-add-comment-white {
  content: url("/assets/img/comment-icon-white.svg");
  width: 15px;
}

.evs-icon-add-comment-white:hover {
  content: url("/assets/img/comment-icon.svg");
  width: 15px;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* Webfont: Lato-Black */
@font-face {
    font-family: 'LatoWebBlack';
    src: url('Lato-Black.d4a032d145dcb8693679.eot'); /* IE9 Compat Modes */
    src: url('Lato-Black.d4a032d145dcb8693679.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Black.6d20cff5b3255dd0078f.woff2') format('woff2'), 
         url('Lato-Black.6cfa65c63939188f33ef.woff') format('woff'), 
         url('Lato-Black.c7687ac11011d85e040e.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-BlackItalic */
@font-face {
    font-family: 'LatoWebBlack';
    src: url('Lato-BlackItalic.ea3436a8a3297b0289ae.eot'); /* IE9 Compat Modes */
    src: url('Lato-BlackItalic.ea3436a8a3297b0289ae.eot?#iefix') format('embedded-opentype'), 
         url('Lato-BlackItalic.b9c017a718cdeb8538b8.woff2') format('woff2'), 
         url('Lato-BlackItalic.0d0882bc6997a213dace.woff') format('woff'), 
         url('Lato-BlackItalic.829739c1b280e853aa8d.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Bold */
@font-face {
    font-family: 'LatoWebBold';
    src: url('Lato-Bold.825d6d758b2655ab90e8.eot'); /* IE9 Compat Modes */
    src: url('Lato-Bold.825d6d758b2655ab90e8.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Bold.21b3848a32fce5b0f501.woff2') format('woff2'), 
         url('Lato-Bold.89b618086a797a8be0f4.woff') format('woff'), 
         url('Lato-Bold.8acc961684668b6e28e9.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-BoldItalic */
@font-face {
    font-family: 'LatoWebBold';
    src: url('Lato-BoldItalic.add7906632a672c46d96.eot'); /* IE9 Compat Modes */
    src: url('Lato-BoldItalic.add7906632a672c46d96.eot?#iefix') format('embedded-opentype'), 
         url('Lato-BoldItalic.e48918f9c91871c0ce3e.woff2') format('woff2'), 
         url('Lato-BoldItalic.3e6b99809852a8290c42.woff') format('woff'), 
         url('Lato-BoldItalic.50fe8d1523af5d944dba.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Hairline */
@font-face {
    font-family: 'LatoWebHairline';
    src: url('Lato-Hairline.eb69d8069ad1477979ba.eot'); /* IE9 Compat Modes */
    src: url('Lato-Hairline.eb69d8069ad1477979ba.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Hairline.73d2c04510d153b6da52.woff2') format('woff2'), 
         url('Lato-Hairline.7d1b926dcecd9fd7425e.woff') format('woff'), 
         url('Lato-Hairline.a2e540ec4ae8c07221c7.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-HairlineItalic */
@font-face {
    font-family: 'LatoWebHairline';
    src: url('Lato-HairlineItalic.8467f961bd266121eb69.eot'); /* IE9 Compat Modes */
    src: url('Lato-HairlineItalic.8467f961bd266121eb69.eot?#iefix') format('embedded-opentype'), 
         url('Lato-HairlineItalic.863985d67436f8342e2d.woff2') format('woff2'), 
         url('Lato-HairlineItalic.598d09137818c7135a24.woff') format('woff'), 
         url('Lato-HairlineItalic.905a72b549d01f143794.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Heavy */
@font-face {
    font-family: 'LatoWebHeavy';
    src: url('Lato-Heavy.a71b68edff9e94c35094.eot'); /* IE9 Compat Modes */
    src: url('Lato-Heavy.a71b68edff9e94c35094.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Heavy.75f024ce11d1fb961e8c.woff2') format('woff2'), 
         url('Lato-Heavy.5b824a726edcf6642539.woff') format('woff'), 
         url('Lato-Heavy.ba81e9fe23612fe14264.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-HeavyItalic */
@font-face {
    font-family: 'LatoWebHeavy';
    src: url('Lato-HeavyItalic.3f8a7636622f058c23a5.eot'); /* IE9 Compat Modes */
    src: url('Lato-HeavyItalic.3f8a7636622f058c23a5.eot?#iefix') format('embedded-opentype'), 
         url('Lato-HeavyItalic.353a3bb93ba34c9b0476.woff2') format('woff2'), 
         url('Lato-HeavyItalic.e014213d2c1456d5f1af.woff') format('woff'), 
         url('Lato-HeavyItalic.3ee268b7ef0c81fbb239.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Italic */
@font-face {
    font-family: 'LatoWeb';
    src: url('Lato-Italic.2f91a4b63d1e65b9dc8e.eot'); /* IE9 Compat Modes */
    src: url('Lato-Italic.2f91a4b63d1e65b9dc8e.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Italic.bb5de40edffdbd3ab519.woff2') format('woff2'), 
         url('Lato-Italic.62a9c838c99d073c7ba6.woff') format('woff'), 
         url('Lato-Italic.22694696c76f3f352b01.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */
@font-face {
    font-family: 'LatoWebLight';
    src: url('Lato-Light.a535f1663295e4d3a7fc.eot'); /* IE9 Compat Modes */
    src: url('Lato-Light.a535f1663295e4d3a7fc.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Light.e244488c8cc2f5337153.woff2') format('woff2'), 
         url('Lato-Light.848f3a6e80058194c450.woff') format('woff'), 
         url('Lato-Light.2a5730eb90a8be72bc93.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-LightItalic */
@font-face {
    font-family: 'LatoWebLight';
    src: url('Lato-LightItalic.738871ed9b5e8b3b2d78.eot'); /* IE9 Compat Modes */
    src: url('Lato-LightItalic.738871ed9b5e8b3b2d78.eot?#iefix') format('embedded-opentype'), 
         url('Lato-LightItalic.dcb1947bf381a2824c71.woff2') format('woff2'), 
         url('Lato-LightItalic.ed49088eb627c1c0155d.woff') format('woff'), 
         url('Lato-LightItalic.20f105750babd5827e29.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Medium */
@font-face {
    font-family: 'LatoWebMedium';
    src: url('Lato-Medium.4846ef7c6601bf85d6c8.eot'); /* IE9 Compat Modes */
    src: url('Lato-Medium.4846ef7c6601bf85d6c8.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Medium.a071abba7e9bd90947f7.woff2') format('woff2'), 
         url('Lato-Medium.08eb0932dc2145b3f6b2.woff') format('woff'), 
         url('Lato-Medium.dabeb5a4d357db3dc75f.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-MediumItalic */
@font-face {
    font-family: 'LatoWebMedium';
    src: url('Lato-MediumItalic.f938c20906f3fbf8afcf.eot'); /* IE9 Compat Modes */
    src: url('Lato-MediumItalic.f938c20906f3fbf8afcf.eot?#iefix') format('embedded-opentype'), 
         url('Lato-MediumItalic.3e22a5367c2e68d6e4ba.woff2') format('woff2'), 
         url('Lato-MediumItalic.9ba7233345056c919454.woff') format('woff'), 
         url('Lato-MediumItalic.5e8fa09bde5cd58185a2.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */
@font-face {
    font-family: 'LatoWeb';
    src: url('Lato-Regular.19df47b6173ee16371f8.eot'); /* IE9 Compat Modes */
    src: url('Lato-Regular.19df47b6173ee16371f8.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Regular.75614cfcfedd509b1f7a.woff2') format('woff2'), 
         url('Lato-Regular.1d2ca94dfba6f8d87cfd.woff') format('woff'), 
         url('Lato-Regular.bb14dc80e8b5d860fe9c.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Semibold */
@font-face {
    font-family: 'LatoWebSemibold';
    src: url('Lato-Semibold.f862184b70a53c32b167.eot'); /* IE9 Compat Modes */
    src: url('Lato-Semibold.f862184b70a53c32b167.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Semibold.a6069540692725c247f1.woff2') format('woff2'), 
         url('Lato-Semibold.c66465590541129e82d3.woff') format('woff'), 
         url('Lato-Semibold.18ea3062c6e779649b89.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-SemiboldItalic */
@font-face {
    font-family: 'LatoWebSemibold';
    src: url('Lato-SemiboldItalic.c5143be3b794b072930c.eot'); /* IE9 Compat Modes */
    src: url('Lato-SemiboldItalic.c5143be3b794b072930c.eot?#iefix') format('embedded-opentype'), 
         url('Lato-SemiboldItalic.34b49f334f41cea8e365.woff2') format('woff2'), 
         url('Lato-SemiboldItalic.3fdee263fe69b843601f.woff') format('woff'), 
         url('Lato-SemiboldItalic.b0da6953022c735657ef.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Thin */
@font-face {
    font-family: 'LatoWebThin';
    src: url('Lato-Thin.0430e3817369c8d5548a.eot'); /* IE9 Compat Modes */
    src: url('Lato-Thin.0430e3817369c8d5548a.eot?#iefix') format('embedded-opentype'), 
         url('Lato-Thin.6ae7abff1b20614e4a70.woff2') format('woff2'), 
         url('Lato-Thin.1fd1d41f8c400da7af75.woff') format('woff'), 
         url('Lato-Thin.84b73e57366b1d4ae417.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-ThinItalic */
@font-face {
    font-family: 'LatoWebThin';
    src: url('Lato-ThinItalic.6884b9c400619f963a62.eot'); /* IE9 Compat Modes */
    src: url('Lato-ThinItalic.6884b9c400619f963a62.eot?#iefix') format('embedded-opentype'), 
         url('Lato-ThinItalic.46957bf0a71db5883313.woff2') format('woff2'), 
         url('Lato-ThinItalic.546b4809e90728a64a4f.woff') format('woff'), 
         url('Lato-ThinItalic.2590eb24856615c91b74.ttf') format('truetype');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
@keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}
.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}
.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge{position:relative}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-badge-content{color:#fff;background:#3f51b5}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{fill:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header{color:rgba(0,0,0,.38)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(63,81,181,.3)}
.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(255,64,129,.3)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(244,67,54,.3)}
.mat-datepicker-content-touch{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-datepicker-toggle-active{color:#3f51b5}
.mat-datepicker-toggle-active.mat-accent{color:#ff4081}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ff4081}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#3f51b5}
.mat-icon.mat-accent{color:#ff4081}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#3f51b5}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-item-disabled{background-color:#eee}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled]::after,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#cbd0e9}
.mat-progress-bar-buffer{background-color:#cbd0e9}
.mat-progress-bar-fill::after{background-color:#3f51b5}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#fbccdc}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#fbccdc}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}
.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}
.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ff4081}
.mat-accent .mat-slider-thumb-label-text{color:#fff}
.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}
.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}
.mat-step-header.mat-accent .mat-step-icon{color:#fff}
.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}
.mat-step-header.mat-warn .mat-step-icon{color:#fff}
.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}
.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}
.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}
.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#3f51b5}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}
.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#ff4081}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator::before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator::before{border-color:#fff}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}
.mat-toolbar.mat-accent{background:#ff4081;color:#fff}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-simple-snackbar-action{color:#ff4081}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #101828;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #03327c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #011431;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #f6f6f6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #e5e5e5;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #e5e5e5;
}
.bg-primary {
  color: #fff;
  background-color: #03327c;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #021e4a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #f6f6f6;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e5e5e5;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #f6f6f6;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #e5e5e5;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f6f6f6;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #777777;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 992px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1920px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #e5e5e5;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #777777;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #aaaaaa;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #aaaaaa;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f6f6f6;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 30px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 33px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #344f83;
}
@media (min-width: 992px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 992px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: var(--mc-primary-color);
  border-color: var(--mc-primary-color);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: var(--mc-primary-color-dark);
  border-color: var(--mc-primary-color-dark);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--mc-primary-color-dark);
  border-color: var(--mc-primary-color-dark);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: var(--mc-primary-color-dark);
  border-color: var(--mc-primary-color-dark);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: var(--mc-primary-color-dark);
  border-color: var(--mc-primary-color-dark);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: var(--mc-primary-color);
  border-color: var(--mc-primary-color);
}
.btn-primary .badge {
  color: var(--mc-primary-color);
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #9c6;
  border-color: #8cc653;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #80bf40;
  border-color: #4d7326;
}
.btn-success:hover {
  color: #fff;
  background-color: #80bf40;
  border-color: #6ea437;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #80bf40;
  border-color: #6ea437;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #6ea437;
  border-color: #4d7326;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #9c6;
  border-color: #8cc653;
}
.btn-success .badge {
  color: #9c6;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f66;
  border-color: #ff4c4c;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff3333;
  border-color: #cc0000;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff3333;
  border-color: #ff0f0f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ff3333;
  border-color: #ff0f0f;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ff0f0f;
  border-color: #cc0000;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #f66;
  border-color: #ff4c4c;
}
.btn-danger .badge {
  color: #f66;
  background-color: #fff;
}
.btn-link {
  color: #03327c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #011431;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #e5e5e5;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #6a6a6a;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #03327c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #e5e5e5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #e5e5e5;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  line-height: 42px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #aaaaaa;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}
.nav > li.disabled > a {
  color: #e5e5e5;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #e5e5e5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f6f6f6;
  border-color: #03327c;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #aaaaaa;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #03327c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 992px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #e5e5e5;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #03327c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #011431;
  background-color: #f6f6f6;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #03327c;
  border-color: #03327c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e5e5e5;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f6f6f6;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e5e5e5;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #475467;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #e5e5e5;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #cbcbcb;
}
.label-primary {
  background-color: #03327c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #021e4a;
}
.label-success {
  background-color: #9c6;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #80bf40;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #f66;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ff3333;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e5e5e5;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #03327c;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f6f6f6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dddddd;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 59px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #03327c;
}
.thumbnail .caption {
  padding: 9px;
  color: #101828;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #03327c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #9c6;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #f66;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f6f6f6;
  color: #e5e5e5;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e5e5e5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #03327c;
  border-color: #03327c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #5092fb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #777777;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #777777;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #03327c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #03327c;
  border-color: #03327c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #03327c;
}
.panel-primary > .panel-heading .badge {
  color: #03327c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #03327c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .modal-lg {
    width: 900px;
  }
}
.status-footer {
  margin-bottom: 15px;
  padding: 6px;
  padding-right: 30px;
  background-color: lightgrey;
}
.danger-status {
  background-color: #d9534f !important;
}
.success-status {
  background-color: #8bc861 !important;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 992px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1920px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1920px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1920px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1280px) and (max-width: 1919px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('/assets/fonts/Lato/lato-regular.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('/assets/fonts/Lato/lato-regular2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
  font-style: normal;
  font-weight: normal;
}
*:focus,
*:active {
  outline: none !important;
}
.idle-link {
  color: #666666;
}
.primary-color {
  color: #03327c;
}
.red-text {
  color: red !important;
}
.inactive {
  zoom: 1;
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.missingField,
.ng-touched.ng-invalid-ng-intl-tel-input {
  border: 3px solid red !important;
}
.missingField .required-comment,
.ng-touched.ng-invalid-ng-intl-tel-input .required-comment {
  border: 1px solid red !important;
}
.missingFieldSpan {
  border: 3px solid red !important;
  padding: 4px;
  display: inline-block;
}
.pointer-cursor {
  cursor: pointer;
}
.light-separator {
  border-top: 1px solid #ddd;
  margin: 10px 0;
}
.copy-data {
  color: #03327c;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.question-number {
  width: 30px;
  text-align: right;
  display: inline-block;
  padding-right: 3px;
  float: left;
  min-height: 1px;
}
.question-english-number {
  width: 20px;
  text-align: right;
  display: inline-block;
  padding-right: 3px;
  float: left;
  min-height: 1px;
}
.question-body {
  padding-left: 15px;
  clear: left;
}
.question-body .faded-question {
  display: none;
}
.question-body.inactive .faded-question {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  top: 0;
}
.question-text {
  display: block;
  margin-left: 20px;
}
.zero-padding {
  padding: 0;
}
.question-dashed-line {
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  top: 0;
  border-bottom: 1px dashed #ddd;
}
.dashed-wrapper {
  height: 1px;
  position: relative;
  margin: -4px 0px;
  display: none;
}
.question-span {
  display: inline-block;
  position: relative;
  background-color: #fff;
  z-index: 3;
  padding-right: 5px;
}
ul.nav.nav-tabs.affix {
  position: fixed;
  top: 0;
  left: 25px;
  right: 25px;
  background-color: #fff;
  margin: 0px 5px 0px 5px;
  z-index: 9;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  ul.nav.nav-tabs.affix {
    left: 0;
    right: 0;
    margin: 0;
  }
}
.confidential .nav-wrapper {
  height: 50px;
}
@media only screen and (max-width: 992px) {
  .confidential .nav-wrapper {
    height: 65px;
  }
}
.medical .nav-wrapper {
  height: 55px;
}
@media only screen and (max-width: 992px) {
  .medical .nav-wrapper {
    height: 70px;
  }
}
.dental .nav-wrapper {
  height: 55px;
}
@media only screen and (max-width: 992px) {
  .dental .nav-wrapper {
    height: 70px;
  }
}
.inline-block {
  display: inline-block;
}
.address-wrapper {
  display: inline-block;
  margin-left: 5px;
}
.address-input-wrapper {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.finish-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.finish-overlay .background {
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  width: 100%;
  height: 100%;
}
.finish-overlay .overlay-content {
  background-color: #fff;
  margin: auto;
  max-width: 700px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 90px;
  padding: 40px 20px;
}
.finish-overlay .overlay-content img {
  height: 350px;
  width: auto;
}
.finish-overlay .overlay-content .close-button {
  position: absolute;
  right: 15px;
  top: 6px;
  font-size: 20px;
  color: #03327c;
  cursor: pointer;
}
.finish-overlay .overlay-content .congrate {
  font-size: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #03327c;
}
.finish-overlay .overlay-content a {
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
}
input.ng-invalid.ng-touched,
select.ng-invalid.ng-touched,
.ng-submitted input.ng-invalid,
.ng-submitted select.ng-invalid {
  border: 1px solid red;
}
.clear-both {
  clear: both;
}
@media only screen and (max-width: 640px) {
  .copy-data {
    top: -25px;
    right: 5px;
  }
  .address-input-wrapper {
    display: block;
    width: 100%;
  }
  .address-input-wrapper input,
  .address-input-wrapper select {
    width: 100%;
  }
  .address-wrapper {
    margin-top: 5px;
    width: 100%;
  }
}
@media print {
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
}
.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  border-bottom: 1px solid black;
}
@media only screen and (max-width: 760px) {
  .finish-overlay .overlay-content img {
    height: 200px;
  }
}
@media only screen and (max-width: 250px) {
  .finish-overlay .overlay-content img {
    height: 150px;
  }
}
@media only screen and (max-height: 650px) {
  .finish-overlay .overlay-content {
    margin-top: 60px;
  }
}
@media only screen and (max-height: 470px) {
  .finish-overlay .overlay-content {
    margin-top: 10px;
  }
}
.text-primary {
  color: #03327c !important;
}
.oryx-text-primary {
  color: #337ab7;
}
.justify-content-center {
  justify-content: center;
}
.header {
  height: 60px;
  background-color: #fff;
  box-shadow: 0px;
  padding: 10px 40px;
  border-bottom: 1px solid #F2F2F2;
  line-height: 40px;
}
.header img {
  width: auto;
  height: 47px;
}
@media screen and (max-width: 992px) {
  .header img {
    height: 43px;
    width: auto;
  }
}
.header a.logout {
  font-weight: 700;
  font-size: 13px;
  color: var(--mc-primary-color);
}
.header .user-links {
  font-weight: 500;
  color: #000000;
  text-decoration: none;
}
.header .user-links .name {
  color: #000000;
  text-decoration: none;
}
.header .margin-right-20 {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .header {
    height: 45px;
    padding: 0 15px;
  }
}
.header .schedule {
  width: 35px;
  background: #F7F7F7;
  color: #58595B;
  border-radius: 5px;
  cursor: pointer;
  height: auto;
}
.header2 {
  height: 65px;
  background-color: #FFFFFF;
  box-shadow: 0px;
  padding: 10px 40px;
  border-bottom: 1px solid #FFFFFF;
  line-height: 40px;
  width: 100%;
}
.header2 img {
  width: auto;
  height: 47px;
}
@media screen and (max-width: 992px) {
  .header2 img {
    height: 43px;
    width: auto;
  }
}
.header2 .margin-right-20 {
  margin-right: 10px;
}
.header2 .user-links .name {
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .header2 {
    height: 53px;
    padding: 0 15px 0px 0;
    float: left;
  }
  .header2 img {
    width: 100px;
  }
}
.mc-header-practice-info {
  background-color: var(--mc-primary-color);
  color: var(--mc-font-secondary);
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
}
.mc-header-practice-info a {
  color: var(--mc-font-secondary) !important;
  text-decoration: none;
}
.mc-header-practice-logo {
  background-color: var(--mc-section-bg-color);
  display: flex;
  justify-content: center;
  padding: 10px 30px;
}
.mc-header-practice-logo img {
  height: 70px;
  width: auto;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer .text {
  display: inline;
  font-size: 11px;
  margin: 0;
  line-height: 19px;
  color: #000;
  font-style: italic;
}
footer img {
  display: inline;
  width: 100px;
}
footer .policy-black {
  color: black;
}
footer .policy-white {
  color: white;
}
.mc-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: start;
  padding: 10px 40px;
  background-color: var(--mc-page-bg-color);
  z-index: 10;
}
.mc-footer img {
  display: block;
  width: 100%;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.login-body {
  background-color: var(--mc-page-bg-color);
}
.login-body .logo {
  text-align: center;
  padding: 20px 0;
  border-bottom: 2px solid #dddddd;
}
.login-body .logo img {
  max-height: 100px;
  width: auto;
}
@media screen and (max-width: 992px) {
  .login-body .logo {
    padding: 10px 0;
  }
}
.login-body .forms {
  width: 100%;
  max-width: 315px;
  margin: auto;
  padding: 30px 10px 30px 10px;
}
.login-body .form-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.login-body .form-icon {
  text-align: center;
  padding: 20px;
}
.login-body .form-icon img {
  height: 100px;
}
@media screen and (max-width: 992px) {
  .login-body .form-icon {
    padding: 0 0 10px 0;
  }
  .login-body .form-icon img {
    height: 80px;
  }
}
.login-body .form-signin button[type="submit"],
.login-body .form-signup button[type="submit"],
.login-body .form-forgot-password button[type="submit"],
.login-body .form-reset-password button[type="submit"] {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .login-body .form-signin button[type="submit"],
  .login-body .form-signup button[type="submit"],
  .login-body .form-forgot-password button[type="submit"],
  .login-body .form-reset-password button[type="submit"] {
    margin-top: 15px;
  }
}
.login-body a.forgot-password {
  color: #666666;
}
.login-body .form-signup input[type="email"],
.login-body .form-signup input.confirm-password {
  margin-bottom: 20px;
}
.login-body .psw-icn-wrap {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.login-body .psw-icn-wrap img {
  height: 100px;
}
.login-body .info-wrapper {
  margin-top: 10px;
  text-align: center;
}
.login-body #customBtn,
.login-body #customBtn2,
.login-body #customBtn3 {
  display: table;
  background: white;
  border-radius: 5px;
  white-space: nowrap;
  width: 100%;
  color: #000;
  /*background-color: #d34836;*/
  background-color: #fff;
  text-align: center;
  height: 40px;
  position: relative;
  box-shadow: 1px 1px 5px 0px #a2958a;
}
.login-body #customBtn:hover {
  cursor: pointer;
}
.login-body #customBtn3:hover {
  cursor: pointer;
}
.login-body span.label {
  font-family: serif;
  font-weight: normal;
}
.login-body span.icon {
  vertical-align: middle;
  width: 40px;
  position: absolute;
  left: 0;
}
.login-body span.buttonText {
  vertical-align: middle;
  font-size: 14px;
  display: table-cell;
  font-family: 'Roboto', sans-serif;
}
.login-body .mytextdiv {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.login-body .mytexttitle {
  flex-grow: 0;
}
.login-body .dividerRight,
.login-body .dividerLeft {
  flex-grow: 1;
  height: 1px;
  background-color: #03327c;
}
.login-body .dividerRight {
  margin-left: 10px;
}
.login-body .dividerLeft {
  margin-right: 10px;
}
.login-body .google {
  background-color: #d34836 !important;
}
body.login.addpatient .logo {
  border-bottom: 2px solid #CDE4C2;
}
body.login.addpatient .logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
body.login.addpatient .forms {
  max-width: 100% !important;
  float: left;
}
body.login.addpatient .green-separator {
  height: 2px;
  background-color: #CDE4C2;
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
body.login.addpatient .header2 {
  background: transparent;
  border: 0;
}
@media screen and (min-width: 992px) {
  body.login.addpatient .login-form {
    margin-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  body.login.addpatient .login-form {
    margin-top: 20px;
    float: left;
  }
}
.login-form,
.signup-form {
  margin-top: 100px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0;
  color: #666;
  border-radius: 8px;
  background-color: var(--mc-section-bg-color);
}
@media screen and (max-width: 1280px) {
  .login-form,
  .signup-form {
    margin-top: 15px;
    display: table;
    width: 100%;
  }
}
.login-form .alternate-links,
.signup-form .alternate-links {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .login-form .alternate-links,
  .signup-form .alternate-links {
    margin-top: 15px;
  }
}
.login-form .access-options .sec,
.signup-form .access-options .sec {
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  padding: 0 20px 20px 20px ;
}
.login-form .access-options .sec img,
.signup-form .access-options .sec img {
  height: 80px;
  margin: 40px 0;
}
.login-form .access-options .sec:last-child,
.signup-form .access-options .sec:last-child {
  border-left: 2px solid #dddddd;
}
.login-form .terms-wrapper,
.signup-form .terms-wrapper {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .login-form .terms-wrapper,
  .signup-form .terms-wrapper {
    margin-top: 15px;
  }
}
.form-addpatient {
  margin-bottom: 20px;
}
.form-addpatient,
.form-findpatient {
  float: left;
}
.form-addpatient .action-wrapper,
.form-findpatient .action-wrapper {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.form-addpatient button,
.form-findpatient button {
  background: none;
  border: none;
  padding: 0;
  font-style: italic;
  font-size: 15px;
}
.form-addpatient button span,
.form-findpatient button span {
  border-bottom: 1px solid;
}
.form-addpatient .action-icon,
.form-findpatient .action-icon {
  width: 40px;
  padding-left: 10px;
  cursor: pointer;
}
.form-addpatient .form-control[type="text"],
.form-findpatient .form-control[type="text"],
.form-addpatient .form-control[type="password"],
.form-findpatient .form-control[type="password"] {
  padding: 6px 0 0 0;
  border: 0px;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  height: 33px;
}
.form-addpatient .input-wrapper,
.form-findpatient .input-wrapper {
  padding: 0 35px;
}
.form-addpatient .info,
.form-findpatient .info {
  font-style: italic;
  color: #03327c;
  margin-bottom: 15px;
}
.form-addpatient .patient-table .patient-row td,
.form-findpatient .patient-table .patient-row td {
  cursor: pointer;
}
.form-addpatient .patient-table .patient-row:hover,
.form-findpatient .patient-table .patient-row:hover {
  background-color: #eeeeee;
  transition: background-color 400ms linear;
}
.login-form-embedded {
  padding: 0 !important;
  margin: 0 !important;
  padding-top: 20px !important;
  border-top: 1px solid #E6E6E6;
}
.home-menu-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home-loading {
  text-align: center;
  display: block !important;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 17px;
}
.home-loading img {
  width: 20px;
}
.home-family-members__wrapper {
  width: 100%;
  display: table;
  border-bottom: 1px solid #fff;
  background-color: var(--mc-secondary-color);
  position: relative;
  padding: 10px;
}
.home-family-members__wrapper .tabs {
  width: 100%;
  max-width: 830px;
  margin: auto;
  padding: 0 15px;
}
.home-family-members__wrapper .overlay {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 1px;
  height: 100%;
  background-color: #F2F2F2;
  z-index: 999;
  opacity: 0.6;
}
.home-family-members__wrapper--faded .overlay {
  display: block;
}
.home-family-members__wrapper .home-family-member {
  float: left;
  padding: 5px 20px;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.home-family-members__wrapper .home-family-member--selected {
  border-bottom: 5px solid #03327c;
}
.home-family-members__wrapper .home-family-member:hover .family-member__delete {
  display: block;
}
.home-family-members__wrapper .add-family-member {
  font-weight: 300;
  cursor: pointer;
}
.home-family-members__wrapper .family-note {
  clear: left;
  font-size: 12px;
  padding: 5px 0;
}
.home-family-members__wrapper .add-member-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  color: #03327c;
}
.home-family-members__wrapper .family-member__delete {
  display: none;
  width: 7px;
  position: absolute;
  right: 4px;
  top: 3px;
  color: #f66;
}
.home-mobile-menu {
  display: none;
}
.home-selections {
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0px;
  text-decoration: none !important;
  position: relative;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.home-selections .initials {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
  font-size: 200%;
  color: var(--mc-primary-color);
}
.home-selections .patient-name {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}
.home-selections.active {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.home-selections.active .img {
  position: relative;
}
.home-selections.active .img.confidential {
  background-image: url('confidential-blue.d055f026a3b6a261d2b8.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.confidential:hover {
  background-color: #03327c;
  background-image: url('confidential-white.d35544a31ac4b1d029d6.svg');
}
.home-selections.active .img.dental {
  background-image: url('dental-blue.f05d3e31006a1367a656.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.dental:hover {
  background-color: #03327c;
  background-image: url('dental-white.cc3cca49fc43bcedacdd.svg');
}
.home-selections.active .img.medical {
  background-image: url('medical-blue.fbce1112661609f71c0e.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.medical:hover {
  background-color: #03327c;
  background-image: url('medical-white.232e5c28184dbf11c1a0.svg');
}
.home-selections.active .img.hipaa {
  background-image: url('hipaa-blue.92e2a697d4ea6fd00a73.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.hipaa:hover {
  background-color: #03327c;
  background-image: url('hipaa-white.6126f66b147e150060c1.svg');
}
.home-selections.active .img.risk {
  background-image: url('riskreport_blue.9886f752228ea5bd5154.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.risk:hover {
  background-color: #61A5F7;
  background-image: url('riskreport_white.5ed2a5fb3bbb1d8c2382.svg');
}
.home-selections.active .img.patient {
  background-color: var(--mc-secondary-color);
  border-radius: 50%;
}
.home-selections.active .img.statement {
  background-image: url('estatement_blue.7935783a8a07aff9ca3a.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.statement:hover {
  background-color: #61A5F7;
  background-image: url('estatement_white.a540c9eeae0ea2de6682.svg');
}
.home-selections.active .img.tpprint {
  background-image: url('tpprint_blue.615f8c630b4059a2437b.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.tpprint:hover {
  background-color: #61A5F7;
  background-image: url('tpprint_white.4e522aff6cc78ce492a5.svg');
}
.home-selections.active .img.documents {
  background-image: url('document.34e16f477cd5d10e8d2d.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.documents:hover {
  background-color: #61A5F7;
  background-image: url('document_white.22f0f380a62eeb63718a.svg');
}
.home-selections.active .img.forms {
  background-image: url('consent-blue.6863b7c8266cbc869d7e.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.forms:hover {
  background-color: #03327c;
  background-image: url('consent-white.d24668ded1c863e07a5b.svg');
}
.home-selections.active .img.pedo-medical {
  background-image: url('medicalPedo-blue.fb1d4635108087d5fb8a.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.pedo-medical:hover {
  background-color: #03327c;
  background-image: url('medicalPedo-white.0525de4040898ac6548e.svg');
}
.home-selections.active .img.pedo-dental {
  background-image: url('dentalPedo-blue.53f9f51d633437bb424f.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.pedo-dental:hover {
  background-color: #03327c;
  background-image: url('dentalPedo-white.15a432d13878a25ef77b.svg');
}
.home-selections.active .img.covid {
  background-image: url('covid-blue.b993a9beca89b1607367.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.covid:hover {
  background-color: #03327c;
  background-image: url('covid-white.747259d438f19b460759.svg');
}
.home-selections.active .img.add-patient {
  background-color: var(--mc-secondary-color) !important;
  border-radius: 50%;
}
.home-selections.active .img.receipts {
  background-image: url('receipt.e22a7ea77100e2060cfb.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.receipts:hover {
  background-color: #61A5F7;
  background-image: url('receipt_white.d00e880a3891805848e9.svg');
}
.home-selections.active .img.adjunctive {
  background-image: url('adjunctive.223fc5be0213c15e17e1.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.adjunctive:hover {
  background-color: #61A5F7;
  background-image: url('adjunctive-hover.531458d50abe862e7cee.svg');
}
.home-selections.active .img.questionnaire {
  background-image: url('questionnaire-blue.1a9b44bb93bcbedf275d.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.questionnaire:hover {
  background-color: #03327c;
  background-image: url('questionnaire-white.e69b70238375d79ff0a3.svg');
}
.home-selections.active .img.payment-plans {
  background-image: url('payment-plans-blue.f46582b4479dd75167c4.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.payment-plans:hover {
  background-color: #61A5F7;
  background-image: url('payment-plans-white.b869a312b9f9b639c589.svg');
}
.home-selections.active .img.credit-card {
  background-image: url('credit-card-blue.1891a8677be0aefe3b86.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections.active .img.credit-card:hover {
  background-color: #03327c;
  background-image: url('credit-card-white.07bbd2acdfd990e37619.svg');
}
.home-selections.active:hover .img.patient {
  background-color: var(--mc-secondary-color-dark);
}
.home-selections.active:hover .img.add-patient {
  background-color: var(--mc-secondary-color-dark) !important;
}
.home-selections.active.completed .check {
  display: block;
  border-radius: 4px;
}
.home-selections.active.requested .update-notice {
  display: block;
  border-radius: 4px;
}
.home-selections.click-disabled.requested .update-notice {
  display: block;
  border-radius: 4px;
}
.home-selections .img {
  width: 167px;
  display: block;
  height: 167px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-selections .img.confidential {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('confidential-blue.d055f026a3b6a261d2b8.svg');
}
.home-selections .img.dental {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('dental-blue.f05d3e31006a1367a656.svg');
}
.home-selections .img.medical {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('medical-blue.fbce1112661609f71c0e.svg');
}
.home-selections .img.hipaa {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('hipaa-blue.92e2a697d4ea6fd00a73.svg');
}
.home-selections .img.risk {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('riskreport_blue.9886f752228ea5bd5154.svg');
}
.home-selections .img.patient {
  background-color: var(--mc-secondary-color);
  border-radius: 50%;
}
.home-selections .img.statement {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('estatement_blue.7935783a8a07aff9ca3a.svg');
}
.home-selections .img.tpprint {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('tpprint_blue.615f8c630b4059a2437b.svg');
}
.home-selections .img.covid {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('covid-blue.b993a9beca89b1607367.svg');
}
.home-selections .img.pedo-medical {
  background-image: url('medicalPedo-blue.fb1d4635108087d5fb8a.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections .img.pedo-dental {
  background-image: url('dentalPedo-blue.53f9f51d633437bb424f.svg');
  background-color: #fff;
  border-radius: 10px;
}
.home-selections .img.documents {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('document.34e16f477cd5d10e8d2d.svg');
}
.home-selections .img.questionnaire {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('questionnaire-blue.1a9b44bb93bcbedf275d.svg');
}
.home-selections .img.credit-card {
  background-color: #fff;
  border-radius: 10px;
  background-image: url('credit-card-blue.1891a8677be0aefe3b86.svg');
}
.home-selections .text {
  line-height: 40px;
  text-decoration: none;
  font-size: 15px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--mc-primary-color);
}
.home-selections .check {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  display: none;
}
.home-selections .update-notice {
  position: absolute;
  top: 5px;
  right: -10px;
  background: #fff;
  font-size: 14px;
  box-shadow: 1px 2px 5px 0px grey;
  width: 100px;
  display: none;
  color: #9CB7DE;
}
/* small screens*/
@media only screen and (max-width: 640px) {
  .home {
    max-width: 650px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-left: 0;
    transition: margin-left 0.2s;
  }
  .home--opened {
    overflow: hidden;
    position: relative;
  }
  .home--opened .home-menu-overlay {
    display: block;
    z-index: 9999;
  }
  .home-loading {
    display: none !important;
  }
  .home-mobile-menu {
    display: block;
    color: #03327c;
    cursor: pointer;
    font-size: 24px;
    padding-left: 50px;
  }
  .home-family-members__wrapper .home-family-member {
    padding: 5px 10px;
    margin: 4px 0;
    float: left;
    clear: left;
    width: 100%;
  }
  .home-family-members__wrapper .home-family-member--selected {
    background: #03327c;
    color: #F2F2F2;
  }
  .home-family-members__wrapper .home-family-member .family-member__delete {
    display: block;
    right: 6px;
    color: #fff;
  }
  .home-family-members__wrapper .tabs {
    padding: 0;
  }
  .home-family-members__wrapper {
    position: fixed;
    left: -227px;
    width: 173px;
    border: 0;
    border-right: 1px solid #03327c;
    transition: left 0.3s;
    z-index: 10;
  }
  .home-family-members__wrapper--opened {
    left: 0;
  }
  .home-appointment {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .home-page-overlay {
    height: 100vh;
    position: absolute;
    width: 100vw;
    z-index: 5;
  }
}
/* tablets and large mobiles*/
@media only screen and (max-width: 992px) and (min-width: 640px) {
  .home {
    display: block !important;
    max-width: 650px;
    text-align: center;
    margin: auto;
    padding-top: 30px;
  }
  .home-appointment {
    float: right;
    margin: 10px;
    text-align: center;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .home {
    display: block !important;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    width: 70%;
    margin: auto;
  }
  .home-appointment {
    float: right;
    margin: 10px;
    text-align: center;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .home {
    display: block !important;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
    width: 70%;
    margin: auto;
  }
  .home-appointment {
    float: right;
    margin: 10px;
    text-align: center;
  }
}
.evs-statement {
  position: relative;
}
.evs-statement__preview-wrapper {
  border-bottom: 1px solid #e5e5e5;
  width: 750px;
  margin: auto;
}
.evs-statement__top-logo {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  max-width: 250px;
}
.evs-statement__ledger-top-practiceLogo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  max-width: 250px;
}
.evs-statement__bottom-logo {
  float: left;
  margin-right: 20px;
  height: 60px;
}
.evs-statement__top-summary {
  position: absolute;
  left: 4.4%;
  top: 2.7%;
  width: 285px;
}
.evs-statement__patient-address {
  position: absolute;
  left: 4.4%;
  top: 180px;
  width: 45%;
}
.evs-statement__dashed-separator {
  background-image: linear-gradient(to right, #aaaaaa 55%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 27px 1px;
  background-repeat: repeat-x;
}
.evs-statement__invoices-box {
  border: 1px solid #777777;
  padding: 5px 10px;
}
.evs-statement__portions-box {
  border: 1px solid #f66;
  padding: 5px 10px;
}
.evs-statement__totals-box {
  border: 2px solid #f66;
  padding: 5px 10px;
}
.evs-statement .table {
  /*font-size: @evs-print-font-size;*/
}
.evs-statement .table td,
.evs-statement .table th {
  padding: 1px;
}
.evs-statement .table td {
  border: 0;
}
.evs-statement__paymentBox-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 20px 20px;
  gap: 20px 20px;
}
.clinic-icons {
  padding: 50px 0 !important;
  background-color: #61A5F7;
  width: 100%;
}
.family-member-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid;
  color: #03327c;
}
.family-members-container {
  padding-top: 100px;
}
.fill-in-forms {
  width: 70%;
  margin: auto;
  padding-left: 65px;
  padding-top: 30px;
}
.flex-jcc {
  display: flex;
  justify-content: center;
}
.family-member-btn {
  padding: 4px 12px !important;
}
.hide-mobile-900 {
  display: block;
}
.show-mobile-900 {
  display: none;
}
@media screen and (max-width: 900px) {
  .hide-mobile-900 {
    display: none;
  }
  .show-mobile-900 {
    display: block;
  }
}
textarea.comment {
  border: 0px;
  border-bottom: 1px solid #808080;
  height: 31px;
  box-shadow: none;
  border-radius: 0px;
  resize: none;
  font-style: italic;
  font-weight: 300;
  color: #000;
}
.checkboxAnswer label {
  margin-left: 10px;
  font-weight: 400;
}
.radio-options p {
  display: inline;
}
.radio-options label {
  font-weight: 400;
  margin-left: 5px;
  margin-right: 10px;
}
.input-fields input {
  border: 0px;
  border-bottom: 1px solid #000;
}
.input-fields .full-width {
  width: 100%;
}
.select-small-grey {
  background-color: #fff;
}
input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
input[type="checkbox"] + label {
  background: url('/assets/img/check-box-unchecked.png') left center no-repeat;
  background-size: 14px auto !important;
  background-position: 0 1px;
  padding-left: 16px;
  cursor: pointer;
  font-weight: inherit;
  display: inline-block;
  vertical-align: top;
}
input[type="checkbox"]:checked + label {
  background: url('/assets/img/check-box-checked.png') left center no-repeat;
}
input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
input[type="radio"] + label {
  background: url('/assets/img/radio-button-empty.png') left center no-repeat;
  background-size: 12px 12px !important;
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 17px;
  cursor: pointer;
  font-weight: inherit;
  display: inline-block;
  vertical-align: top;
}
input[type="radio"]:checked + label {
  background: url('/assets/img/radio-button-active.png') left center no-repeat;
}
.very-long {
  width: 500px;
  max-width: 100% !important;
}
.extra-width {
  width: 250px;
  max-width: 100%;
}
.medium-width {
  width: 200px;
}
.address-width {
  width: 500px;
}
.birthday-width {
  width: 120px;
}
select {
  background-color: #fff;
}
input:focus,
select:focus,
.selected-flag:focus {
  background: #efefef;
}
input[type="radio"]:focus + label,
input[type="checkbox"]:focus + label {
  background-color: #efefef !important;
}
.dynamic-input-wrapper {
  display: table;
  width: 100%;
}
.dynamic-input-wrapper label {
  display: table-cell;
  width: 1px;
  white-space: nowrap;
}
.dynamic-input-wrapper input {
  display: table-cell;
  width: 100%;
  padding-left: 10px;
}
.margin-right-20 {
  margin-right: 30px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-5 {
  margin-left: 5px;
}
.margin-top-minus-25 {
  margin-top: -25px;
}
.margin-top-minus-23 {
  margin-top: -23px;
}
.margin-top-minus-18 {
  margin-top: -18px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-bottom-5 {
  padding-bottom: 5px;
}
input.form-control,
input.form-control:focus {
  height: 38px;
  border-radius: 0px;
  margin-bottom: 10px;
  color: #000;
  box-shadow: none;
  border: 1px solid #666666;
  font-size: 13px;
}
input.form-control:focus {
  outline: none !important;
}
.comment {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
}
form label {
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #ddd;
  font-weight: 300;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
  font-weight: 300;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: #ddd;
  font-weight: 300;
}
.btn {
  border-radius: 3px !important;
  padding: 8px;
}
.btn-answer {
  width: 80px;
}
.btn-grey {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}
.btn-small-grey {
  color: #000;
  background-color: #E5E3E3;
  border: 1px solid #E5E3E3;
  padding: 2px 15px;
}
.btn-small-grey:hover {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  background-color: #CCC;
}
.btn-small-grey.green {
  background-color: #F05F55;
  border-color: #F05F55;
}
.btn-small-grey.red {
  background-color: #90C973;
  border-color: #90C973;
}
.btn-default {
  background-color: #ccc;
}
.mc-primary-btn {
  background-color: var(--mc-primary-color);
  color: var(--mc-font-secondary);
  padding: 0px 20px !important;
}
.mc-primary-btn:hover {
  color: var(--mc-primary-color);
  background-color: var(--mc-font-secondary);
  border: 1px solid var(--mc-primary-color);
}
.mc-secondary-btn {
  background-color: var(--mc-secondary-color);
  color: var(--mc-font-primary);
  padding: 0px 20px !important;
}
.mc-secondary-btn:hover {
  color: var(--mc-secondary-color);
  background-color: var(--mc-font-primary);
  border: 1px solid var(--mc-secondary-color);
}
.mc-cancel-btn {
  background-color: #fff;
  color: var(--mc-font-primary);
  padding: 0px 20px !important;
}
.mc-cancel-btn:hover {
  color: #fff;
  background-color: var(--mc-font-primary);
  border: 1px solid #fff;
}
.mc-btn {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .mc-btn {
    width: 100%;
  }
}
.breadcrumbs ul {
  list-style: none;
}
.breadcrumbs ul li {
  display: inline;
  text-decoration: underline;
  color: #000;
  font-size: 15px;
  cursor: pointer;
}
.breadcrumbs ul li.icon {
  text-decoration: none;
}
.breadcrumbs ul li.active {
  color: #03327c;
  cursor: default;
  text-decoration: blink;
}
@media screen and (max-width: 992px) {
  .breadcrumbs ul {
    padding-left: 10px;
    padding-top: 10px;
  }
}
ul.nav.nav-tabs {
  border-bottom: 0px;
}
ul.nav.nav-tabs li {
  text-align: center;
  height: 61px;
}
@media screen and (max-width: 992px) {
  ul.nav.nav-tabs li {
    height: 41px;
  }
}
ul.nav.nav-tabs li.active a {
  background-color: #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
ul.nav.nav-tabs.dental-history li {
  width: 20%;
}
ul.nav.nav-tabs.medical-history li {
  width: 11.1%;
}
ul.nav.nav-tabs.confidential-history li {
  width: 16.5%;
}
.nav-tabs > li {
  text-align: center;
  height: 55px;
}
.nav-tabs > li .img-wrapper {
  width: 100%;
  height: 100%;
  font-size: 43px;
  padding: 6px 3px;
  color: #03327c;
}
@media screen and (max-width: 992px) {
  .nav-tabs > li .img-wrapper {
    font-size: 28px;
  }
}
.nav-tabs > li .img-wrapper--with-progress {
  border-bottom: 0 !important;
}
.nav-tabs > li > div,
.nav-tabs > li > a {
  padding: 0;
  height: 55px;
  border-radius: 0 !important;
  border: none !important;
  background-color: #F2F2F2;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .nav-tabs > li > div,
  .nav-tabs > li > a {
    height: 40px;
  }
}
.nav-tabs > li > div img,
.nav-tabs > li > a img {
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .nav-tabs > li > div img,
  .nav-tabs > li > a img {
    padding: 3px;
  }
}
.nav-tabs > li.active > div .img-wrapper,
.nav-tabs > li.active > a .img-wrapper {
  border: 2px solid #03327c;
  background: #fff;
  border-bottom: 3px solid #03327c;
  color: #444;
}
.nav-tabs > li.disabled > div,
.nav-tabs > li.disabled > a {
  cursor: auto !important;
  cursor: initial !important;
  background-color: #F2F2F2 !important;
}
.nav-tabs > li.disabled > div .img-wrapper,
.nav-tabs > li.disabled > a .img-wrapper {
  color: #888;
}
.nav-tabs-wrapper.ui-scrollpoint {
  position: relative;
  margin-top: 55px;
}
@media only screen and (max-width: 1280px) {
  .nav-tabs-wrapper.ui-scrollpoint {
    margin-top: 87px;
  }
}
.nav-tabs-wrapper.ui-scrollpoint .nav-tabs {
  position: fixed;
  top: 0;
  left: 25px;
  right: 25px;
  background-color: #fff;
  margin: 0px 5px 0px 5px;
  z-index: 9;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .nav-tabs-wrapper.ui-scrollpoint .nav-tabs {
    left: 0;
    right: 0;
    margin: 0;
  }
}
.main-question {
  padding-top: 10px;
  height: 46px;
}
@media only screen and (max-width: 1280px) {
  .main-question.ui-scrollpoint {
    height: 10px;
  }
}
.main-question.ui-scrollpoint div {
  position: fixed;
  z-index: 4;
  background-color: #fff;
  top: 41px;
  left: 25px;
  padding-top: 35px;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .main-question.ui-scrollpoint div {
    left: 0;
    padding-top: 10px;
  }
}
.nav-tabs-wrapper.confidential-tabs .nav-tabs > li {
  width: 16.5%;
}
.nav-tabs-wrapper.medical-tabs .nav-tabs > li {
  width: 11.1%;
}
.nav-tabs-wrapper.dental-tabs .nav-tabs > li {
  width: 20%;
}
body {
  color: var(--mc-font-primary) !important;
}
@media print {
  body {
    font-size: 10pt;
  }
}
.loader {
  width: 20px;
  margin: auto;
}
.container.full-width {
  height: 90px;
  background-color: #DCDCDC;
  padding: 0;
  margin: 0;
  width: 100%;
}
a.text {
  line-height: 39px;
  color: #999999;
  text-decoration: none;
  font-size: 13px;
}
.cursor-pointer {
  cursor: pointer;
}
.inline {
  display: inline;
}
hr {
  border-top: 1px solid #808080;
}
.width-500 {
  width: 500px;
}
.main-container {
  float: left;
  padding-bottom: 40px;
  width: 100%;
  position: relative;
  font-size: 13px;
}
@media print {
  .main-container {
    float: none;
    width: 100% !important;
    background-color: white;
  }
}
@media screen and (max-width: 1280px) {
  .main-container .question-span {
    margin-right: 115px;
    margin-bottom: 7px;
  }
  .main-container .checkboxAnswer {
    margin-right: 120px;
  }
  .main-container .question-body {
    padding: 0;
    margin: 3px;
    padding-bottom: 10px;
  }
  .main-container .question-body.yes-no-question {
    padding-top: 0px;
  }
  .main-container .question-body.yes-no-question:first-child {
    margin-top: 20px;
  }
  .main-container .question-body .yes-no-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 3;
  }
  .main-container .question-body .yes-no-wrapper .yes-answer {
    margin-right: 10px;
  }
  .main-container .question-body textarea.comment {
    padding-bottom: 0;
    height: 25px;
  }
}
@media screen and (max-width: 992px) {
  .main-container {
    padding-bottom: 0;
    font-size: 15px;
  }
  .main-container .container-full > div {
    padding: 0;
  }
  .main-container .content-wrapper > div {
    padding: 0;
  }
  .main-container h4 {
    font-size: 15px;
  }
  .main-container .section-wrapper > div {
    padding: 0;
  }
  .main-container .section-wrapper > div hr {
    margin-left: 10px;
    margin-right: 10px;
    border-top: 2px solid #808080;
  }
  .main-container .question-label {
    display: block;
  }
  .main-container .question-fields {
    display: block;
    padding: 3px 10px 0;
  }
  .main-container .question-fields input {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-container .question-fields input:last-child {
    margin-bottom: 0;
  }
  .main-container .question-fields select {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .main-container .question-fields .calendar-icon {
    position: absolute;
    right: 10px;
    top: 0px;
  }
  .main-container .question-fields .calendar-icon > .btn {
    padding: 0;
  }
  .main-container .btn-next {
    float: right;
    margin: 10px 20px;
    padding: 0;
    width: 110px;
    text-align: center;
    height: 35px;
    line-height: 35px;
  }
  .main-container .btn-prev {
    float: left;
    margin: 10px 20px;
    padding: 0;
    width: 110px;
    text-align: center;
    height: 35px;
    line-height: 35px;
  }
  .main-container .question-span {
    margin-right: 115px;
    margin-bottom: 7px;
  }
  .main-container .checkboxAnswer {
    margin-right: 120px;
  }
  .main-container .checkboxAnswer.margin-top-minus-23 {
    margin-top: -30px;
  }
  .main-container .question-body {
    padding: 0;
    margin: 3px;
    padding-bottom: 10px;
  }
  .main-container .question-body.yes-no-question {
    padding-top: 0px;
  }
  .main-container .question-body .yes-no-wrapper {
    position: absolute;
    right: 15px;
    top: 4px;
    z-index: 3;
  }
  .main-container .question-body .yes-no-wrapper .yes-answer {
    margin-right: 10px;
  }
  .main-container .question-body textarea.comment {
    padding-bottom: 0;
    height: 25px;
  }
}
.checkboxAnswer {
  padding-left: 30px;
}
.yes-answer {
  float: left;
}
.no-answer {
  float: right;
}
.progress-bar-wrapper {
  border: 1px solid #ddd;
  height: 7px;
  margin: 0;
}
.progress-bar-wrapper .progress-bar {
  height: 5px;
  float: left;
  background-color: #03327c;
  box-shadow: none;
}
.progress-bar-wrapper .progress-bar-green {
  height: 5px;
  float: left;
  background-color: #03327c;
  box-shadow: none;
  /* Safari */
  transition: width 0.3s;
}
.progress-bar-wrapper .progress-bar-red {
  height: 5px;
  float: right;
  background-color: #F05F55;
  box-shadow: none;
  transition: width 0.3s;
}
.drug-item .dropdown-menu {
  max-height: 350px;
  overflow: scroll;
}
k-date input {
  width: 45px !important;
}
k-date input.ng-touched.ng-invalid {
  border: 1px solid #ff0000;
}
k-date select {
  background-color: #fff;
}
/*
.intl-tel-input
{
    .flag-container
    {
        display:none;
    }
    input, input[type=text],  input[type=tel]
    {
        padding-left:5px !important;
    }
}*/
/* Custom, iPhone Retina */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.hipaa-container {
  max-width: 1000px;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.hipaa-container .text {
  padding: 10px;
}
@media screen {
  .hipaa-container .text {
    max-height: 450px;
    overflow: scroll;
  }
}
.hipaa-container .text p {
  text-indent: 20px;
}
.hipaa-container .text h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.hipaa-container .text .info {
  font-size: 11px;
  font-style: italic;
}
@media print {
  .hipaa-container .text {
    font-size: 9px;
  }
  .hipaa-container .text h2 {
    margin-top: 10px !important;
    font-size: 10px;
  }
  .hipaa-container .text .info {
    font-size: 9px;
  }
}
.hipaa-container input[type=checkbox] + label {
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: normal;
}
.hipaa-container .btn {
  margin-left: 20px;
  width: 200px;
}
@media print {
  .hipaa-container .btn {
    display: none;
  }
}
.hipaa-container .separator {
  border-bottom: 1px solid #999;
  margin: 20px 10px 10px;
}
@media screen and (max-width: 992px) {
  .hipaa-container .btn {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.questions-container {
  padding-bottom: 40px !important;
  clear: both;
}
@media (min-width: 768px) {
  .questions-container {
    width: 750px !important;
  }
}
.questions-container input[type="checkbox"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.questions-container input[type="checkbox"] + label {
  background: url('/assets/img/unchecked.svg') 0 0 no-repeat;
  background-size: 25px 25px !important;
  background-repeat: no-repeat;
  padding-left: 31px;
  cursor: pointer;
  font-weight: inherit;
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  min-height: 25px;
}
.questions-container input[type="checkbox"]:checked + label {
  background: url('/assets/img/check-box-checked.svg') 0 0 no-repeat;
}
.questions-container input[type="checkbox"].red-box:checked + label {
  background: url('/assets/img/check-box-red.svg') 0 0 no-repeat;
}
.questions-container input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.questions-container input[type="radio"] + label {
  background: url('/assets/img/unchecked.svg') 0 0 no-repeat;
  background-size: 25px 25px !important;
  padding-left: 31px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: inherit;
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  min-height: 25px;
}
.questions-container input[type="radio"]:checked + label {
  background: url('/assets/img/check-box-checked.svg') 0 0 no-repeat;
}
.questions-container input[type="radio"].red-box:checked + label {
  background: url('/assets/img/check-box-red.svg') 0 0 no-repeat;
}
.questions-container input {
  border: 0;
  border-bottom: 1px solid #aaa;
}
.questions-container .question-font {
  font-weight: bold;
  font-size: 14px;
}
.questions-container .dental-intro {
  font-size: 16px;
}
@media (min-width: 992px) {
  .questions-container .dental-intro {
    padding-bottom: 40px;
  }
}
.questions-container .medical-intro {
  font-size: 16px;
}
@media (min-width: 992px) {
  .questions-container .medical-intro {
    max-height: 70px;
  }
}
.questions-container .medical-overlay-wrapper {
  position: relative;
}
.questions-container .medical-overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.questions-container .medical-questions-navigator,
.questions-container .confidential-questions-navigator {
  position: relative;
  text-align: center;
  min-height: 75px;
}
.questions-container .medical-questions-navigator .arrow-image,
.questions-container .confidential-questions-navigator .arrow-image {
  height: 30px;
  position: absolute;
  cursor: pointer;
}
.questions-container .medical-questions-navigator .arrow-image--left,
.questions-container .confidential-questions-navigator .arrow-image--left {
  top: 0;
  left: 0;
  margin: auto;
}
.questions-container .medical-questions-navigator .arrow-image--right,
.questions-container .confidential-questions-navigator .arrow-image--right {
  top: 0;
  right: 0;
  margin: auto;
}
.questions-container .medical-questions-navigator .question-text,
.questions-container .confidential-questions-navigator .question-text {
  margin: 0 40px;
}
.questions-container .medical-questions-no {
  padding: 5px 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 50%;
}
.questions-container .medical-questions-finish {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 20px;
}
.questions-container .dental-questions-finish {
  padding: 5px 20px;
}
.questions-container .medical-sub-question {
  padding-left: 30px;
}
.questions-container .medical-sub-question > div:last-child {
  padding-bottom: 10px;
}
.questions-container .collapse-trigger {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-image: url('/assets/img/down-arrow.svg');
}
.questions-container .collapse-trigger--open {
  background-image: url('/assets/img/up-arrow.svg');
}
.questions-container .collapse-header {
  max-width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
}
.grouped-question input[type="checkbox"] + label {
  background: url('/assets/img/unchecked-grouped.svg') 0 0 no-repeat;
}
.grouped-question input[type="radio"] + label {
  background: url('/assets/img/unchecked-grouped.svg') 0 0 no-repeat;
}
.full-page-question .questions-navigator {
  position: relative;
  text-align: center;
  z-index: 2;
}
.full-page-question .question-text {
  margin-left: 40px;
  margin-right: 40px;
  padding: 5px;
  font-size: 18px;
}
.full-page-question .arrow-image {
  width: 30x;
  position: absolute;
  cursor: pointer;
}
.full-page-question .arrow-image--left {
  top: 0;
  left: 0;
  margin: auto;
}
.full-page-question .arrow-image--right {
  top: 0;
  right: 0;
  margin: auto;
}
.full-page-question .question-body {
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 0;
  /* Safari */
  transition: opacity 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.full-page-question .question-body--fading-in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.full-page-question .question-body--fading-out {
  opacity: 0;
  filter: alpha(opacity=0);
}
.full-page-question .image-box-wrapper {
  padding: 5px;
}
.full-page-question .image-box-wrapper__3 {
  width: 25%;
}
.full-page-question .image-box-wrapper__4 {
  width: 33.3%;
}
@media (max-width: 768px) {
  .full-page-question .image-box-wrapper__4 {
    width: 50%;
  }
  .full-page-question .image-box-wrapper__4 .image-box-text {
    min-height: 20px;
    line-height: 20px;
  }
}
.full-page-question .image-box-wrapper__6 {
  width: 50%;
}
.full-page-question .image-box-wrapper__9 {
  width: 75%;
}
.full-page-question .image-box-wrapper--half-height {
  height: 50%;
}
.full-page-question .image-box {
  background: #ccc;
  padding: 5px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.full-page-question .image-box--green {
  background: #9c6;
}
.full-page-question .image-box--red {
  background: #f66;
}
.full-page-question .image-box--red .image-box-text {
  color: #fff;
}
.full-page-question .image-box img {
  width: 100%;
  background: #fff;
}
.full-page-question .image-box .check-img {
  background: transparent;
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.full-page-question .image-box-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 35px;
  font-weight: bold;
}
.full-page-question .image-box-text--full {
  height: 100% !important;
}
.full-page-question .image-box-yes-options {
  width: 100%;
  height: 100%;
  border: 5px solid #f66;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: auto;
  cursor: initial;
  overflow: auto;
}
.full-page-question .yes-option {
  text-align: left;
  background: #E6E6E6;
  padding: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.full-page-question .yes-option--selected {
  background: #f66;
  color: #fff;
}
.full-page-question .yes-option:last-of-type {
  margin-bottom: 0px;
}
.full-page-question .comment-section {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .full-page-question .question-body {
    max-width: 80%;
    margin-top: 50px;
  }
}
.dental-wheel {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .dental-wheel-wrapper {
    margin: 0 40px;
  }
}
.dental-wheel__section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.dental-wheel__section img {
  width: 100%;
}
.dental-wheel__center {
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  top: 37%;
  bottom: 0;
  vertical-align: middle;
}
.dental-wheel__center img {
  position: absolute;
  top: 128px;
  left: 0;
  right: 0;
  margin: auto;
  width: 45%;
}
@media (min-width: 992px) {
  .dental-wheel__center {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 0;
    z-index: 2;
  }
  .dental-wheel__center img {
    position: static;
    position: initial;
    width: 100%;
  }
}
.dental-wheel__bottom-text {
  position: absolute;
  top: 50%;
  text-align: center;
  padding-top: 3%;
  color: #3399cc;
  font-size: 16px;
  z-index: 2;
  font-weight: bold;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 992px) {
  .dental-wheel__bottom-text {
    position: static;
    position: initial;
    width: 100%;
  }
}
.dental-wheel__top-text {
  position: absolute;
  bottom: 50%;
  text-align: center;
  padding-bottom: 3%;
  color: #3399cc;
  font-size: 16px;
  z-index: 2;
  font-weight: bold;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
}
.dental-wheel__top-text p {
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 3% 5%;
}
@media (max-width: 992px) {
  .dental-wheel__top-text {
    position: static;
    position: initial;
    width: 100%;
  }
  .dental-wheel__top-text p {
    position: static;
    position: initial;
  }
}
.dental-wheel__overlay {
  position: absolute;
  z-index: 1;
}
.dental-wheel__overlay--gum {
  width: 50%;
  height: 50%;
  top: 0;
  right: 0;
}
.dental-wheel__overlay--gum:hover {
  background: none;
}
.dental-wheel__overlay--gum:hover + div {
  display: block;
}
.dental-wheel__overlay--teeth {
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
}
.dental-wheel__overlay--teeth:hover {
  background: none;
}
.dental-wheel__overlay--teeth:hover + div {
  display: block;
}
.dental-wheel__overlay--bite {
  width: 50%;
  height: 50%;
  bottom: 0;
  left: 0;
}
.dental-wheel__overlay--bite:hover {
  background: none;
}
.dental-wheel__overlay--bite:hover + div {
  display: block;
}
.dental-wheel__overlay--smile {
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
}
.dental-wheel__overlay--smile:hover {
  background: none;
}
.dental-wheel__overlay--smile:hover + div {
  display: block !important;
}
.dental-wheel__score-label {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  font-size: 32px;
  text-align: center;
  color: #03327c;
  font-size: 28px;
  font-weight: bold;
}
.gum-text,
.teeth-text,
.smile-text,
.bite-text {
  display: none;
  border-radius: 20px;
  border: 1px solid;
  background: #ffffff;
  padding: 20px;
}
.gum-text:before,
.teeth-text:before,
.smile-text:before,
.bite-text:before {
  content: '';
  position: absolute;
  background: transparent;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.gum-text:before {
  right: 20px;
  top: -20px;
  border-bottom: 20px solid #28668e;
}
.teeth-text:before {
  bottom: -20px;
  right: 20px;
  border-top: 20px solid #28668e;
}
.bite-text:before {
  bottom: -20px;
  left: 20px;
  border-top: 20px solid #28668e;
}
.smile-text:before {
  left: 20px;
  top: -20px;
  border-bottom: 20px solid #28668e;
}
.dental-questions-wrapper,
.medical-questions-wrapper,
.confidential-questions-wrapper {
  margin-top: 70px;
}
.confidential-questions-wrapper {
  position: relative;
}
.circular-progress-bar {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
@media (max-width: 992px) {
  .circular-progress-bar {
    top: 75px;
    width: 60px;
  }
  .circular-progress-bar .c100 {
    font-size: 60px;
  }
}
.circular-progress-bar__content {
  width: 100%;
  height: 100%;
}
.circular-progress-bar__content > img {
  width: 85%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.evs-address__validation-message {
  display: none;
}
.evs-medical-note {
  vertical-align: top;
  display: inline-block;
  line-height: 25px;
}
.question-category {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  margin: 10px;
}
.grouped-question-category {
  display: inline-block;
  width: 200px;
}
.question-default-img {
  width: 300px;
}
@media (max-width: 768px) {
  .question-default-img {
    width: 150px !important;
  }
}
.choices-container {
  text-align: left;
}
@media (min-width: 1000px) {
  .questions-container-v2 {
    width: 1000px !important;
  }
}
.pedo-med-question-category {
  display: block;
  margin-left: 35px;
}
.online-schedule {
  height: 100%;
  background-color: var(--mc-page-bg-color);
}
.online-schedule-progress-steps {
  display: flex;
  justify-content: space-between;
  background-color: var(--mc-section-bg-color);
  padding: 10px 40px;
  box-shadow: rgba(50, 50, 93, 0.01) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.progress-done-icon {
  position: absolute;
  right: 10px;
}
.landing-bg {
  background-image: url("/assets/img/online-schedule/online-schedule-landing.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #E6E6E6;
  background-position: center;
}
.landing-bg-sm {
  height: 150px;
}
.online-schedule-steps {
  padding-bottom: 50px;
  background-color: var(--mc-page-bg-color);
}
.select-appt-type {
  padding: 30px;
}
.new-patient-options {
  display: flex;
  flex-direction: column;
  padding: 30px 0px 30px 0;
}
.appt-types-header {
  background-color: var(--mc-primary-color);
  color: var(--mc-font-secondary);
  padding: 15px 30px;
}
.appt-types-list-item {
  background: var(--mc-section-bg-color);
  padding: 15px 30px;
  border-top: 2px solid var(--mc-page-bg-color);
  border-bottom: 2px solid var(--mc-page-bg-color);
}
.appt-types-list-item:hover {
  border: 2px solid var(--mc-primary-color);
  cursor: pointer;
}
.appt-types-list-item-selected {
  border: 2px solid var(--mc-primary-color);
}
.online-schedule-step-header {
  background-color: var(--mc-secondary-color);
  padding: 20px 40px;
}
.first-availability-info {
  border-radius: 10px;
  margin: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.first-availability-provider {
  border-bottom: 1px solid #E6E6E6;
  padding: 10px;
}
.provider-photo img {
  height: 45px;
  width: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  margin-bottom: 10px;
}
.confirm-schedule-btn {
  background-color: var(--mc-secondary-color);
  margin-top: 20px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.confirm-schedule-btn:hover {
  background-color: var(--mc-primary-color);
  color: var(--mc-font-secondary);
}
.show-more-options {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.show-more-options .show-more-options-text:hover {
  text-decoration: underline;
}
.provider-appointments-container {
  background-color: var(--mc-section-bg-color);
  width: 50%;
  padding: 20px;
  border-radius: 10px;
}
.appts-selected-date {
  width: 50%;
  margin: auto;
  padding: 0 10px;
}
.mat-form-field-appearance-standard .mat-form-field-flex {
  padding-top: 0 !important;
}
.schedule-appt-btn {
  color: var(--mc-font-secondary);
  border-radius: 25px;
  background-color: var(--mc-primary-color) !important;
  border-color: var(--mc-primary-color) !important;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.schedule-appt-btn:hover {
  background-color: #fff !important;
  color: var(--mc-primary-color) !important;
}
.slots-provider-name {
  font-weight: bold;
}
.no-setup-message {
  margin-top: 50px;
}
.date-picker-container {
  align-items: baseline !important;
}
@media screen and (max-width: 992px) {
  .online-schedule-step-header {
    padding: 10px 20px;
  }
  .select-appt-type {
    padding: 15px;
  }
  .online-schedule-progress-steps {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .online-schedule-step-header {
    padding: 10px 20px;
  }
  .select-appt-type {
    padding: 15px;
  }
  .online-schedule-progress-steps {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 992px) {
  .provider-appointments-container {
    margin: 10px auto;
    width: 90%;
  }
  .appts-selected-date {
    width: 90%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .appt-types {
    max-width: 60%;
  }
  .provider-appointments-container {
    margin: 30px auto;
  }
  .book-appt-summary {
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .appt-types {
    max-width: 60%;
  }
  .first-availability-info {
    max-width: 50%;
  }
  .provider-appointments-container {
    margin: 30px auto;
  }
  .book-appt-summary {
    display: flex;
  }
}
.question-text-container {
  color: #03327c;
  min-height: 70px;
  text-align: center;
}
.yes-no-container {
  margin: auto;
  display: flex;
  justify-content: center;
}
.btn-yes {
  width: 30%;
  border-radius: 5px;
  color: #fff;
  background: #9CB7DE;
}
.btn-yes:hover {
  background: #03327c;
  color: #fff;
}
.btn-no {
  width: 30%;
  border-radius: 5px;
  color: #fff;
  background: #9CB7DE;
}
.btn-no:hover {
  background: #03327c;
  color: #fff;
}
.btn-selected {
  background-color: #03327c;
}
.comment-textbox {
  border: 2px solid #9CB7DE !important;
  border-radius: 10px;
  width: 100% !important;
  padding: 10px;
  background: #f5f8fb;
  color: #03327c;
}
.comment-textbox ::-moz-placeholder {
  color: #dce0e3;
  font-style: italic;
}
.comment-textbox ::placeholder {
  color: #dce0e3;
  font-style: italic;
}
.comment-textbox:focus {
  border: 2px solid #9CB7DE !important;
  border-radius: 10px;
  width: 100% !important;
  padding: 10px;
  background: #f5f8fb;
  color: #03327c;
}
.arrow {
  height: 70px;
  width: 35px;
  background: #9CB7DE;
  color: #fff;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
}
.arrow:hover {
  background: #03327c;
}
.arrow-back {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.arrow-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.finish-line {
  background: #03327c;
  height: 80px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.finished {
  background: #9CB7DE;
  height: 12px;
}
.unfinished {
  background: #fff;
  height: 12px;
}
.progress-line {
  display: flex;
  margin-top: 5px;
}
.next-click-disabled {
  cursor: not-allowed;
  background: lightgray!important;
  pointer-events: none;
}
.signature-container {
  display: flex;
  flex-direction: column;
  padding-left: 18%;
  justify-content: center;
}
.question-title {
  color: #03327c;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
}
.question-subtitle {
  color: #03327c;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
}
.question-text-container {
  color: #03327c;
  min-height: 70px;
  text-align: center;
}
.btn-yes {
  width: 200px;
  color: #444;
  background: #E6E6E6;
  border-radius: 0;
  font-size: 14px;
}
@media (max-width: 500px) {
  .btn-yes {
    width: 150px;
  }
}
@media (min-width: 1280px) {
  .btn-yes:hover,
  .grouped-question-btn:hover {
    background: var(--mc-primary-color);
    color: #fff;
  }
}
.btn-yesNo:hover,
.btn-yesNo:focus {
  background: var(--mc-primary-color);
  color: #fff;
}
.btn-yesNo {
  width: 100px;
  color: #444;
  background: #E6E6E6;
  border-radius: 0;
  padding: 5px !important;
}
@media (max-width: 500px) {
  .btn-yesNo {
    width: 80px;
  }
}
@media (min-width: 1280px) {
  .btn-yesNo:hover,
  .grouped-question-btn:hover {
    background: var(--mc-primary-color);
    color: #fff;
  }
}
.grouped-question-multiselect-btn:hover {
  color: #444;
  background: #E6E6E6;
}
.grouped-question-btn {
  width: 100%;
  color: #444;
  background: #E6E6E6;
  border-radius: 0;
  font-size: 14px;
  height: 260px;
  display: grid;
  align-content: space-between;
  padding: 4px;
}
.btn-no {
  width: 200px;
  color: #444;
  background: #E6E6E6;
  border-radius: 0;
  font-size: 14px;
}
@media (max-width: 500px) {
  .btn-no {
    width: 150px;
  }
}
.btn-no:hover,
.btn-selected {
  background: var(--mc-primary-color);
  color: #fff;
}
.comment-textbox {
  width: 100% !important;
  padding: 10px;
  color: #03327c;
  background: #fff;
  border: none !important;
  border-bottom: 1px solid #aaa !important;
  border-radius: 0 !important;
}
.comment-textbox ::-moz-placeholder {
  color: #aaa !important;
  font-style: italic;
}
.comment-textbox ::placeholder {
  color: #aaa !important;
  font-style: italic;
}
.comment-textbox:focus {
  width: 100% !important;
  padding: 10px;
  color: #03327c;
  background: #fff;
  border: none !important;
  border-bottom: 1px solid #03327c !important;
  border-radius: 0 !important;
}
.arrow {
  height: 70px;
  width: 35px;
  background: var(--mc-secondary-color);
  color: #fff;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
  text-align: center;
}
.arrow:hover {
  background: var(--mc-secondary-color-dark);
}
.arrow-back {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.arrow-next {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.finish-line {
  background: var(--mc-primary-color);
  height: 80px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.finished {
  background: var(--mc-secondary-color);
  height: 12px;
}
.unfinished {
  background: #fff;
  height: 12px;
}
.progress-line {
  display: flex;
  margin-top: 5px;
}
.next-click-disabled {
  cursor: not-allowed;
  background: lightgray !important;
  pointer-events: none;
}
.signature-container {
  display: flex;
  flex-direction: column;
  padding-left: 18%;
  justify-content: center;
}
.grouped-question-btn-text {
  white-space: break-spaces;
  overflow: hidden;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grouped-question-btn-text-with-comment {
  justify-content: space-between;
}
.grouped-question-no-btn {
  background-color: #E6E6E6;
  color: #444;
  width: 400px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.grouped-question-no-btn:hover,
.group-answered-no {
  background-color: #03327c;
  color: #fff;
}
.grouped-question-choices-container {
  position: absolute;
  width: 200px;
  height: 205px;
  padding: 20px;
  z-index: 2;
  color: #444;
  top: 0;
}
.grouped-question-img {
  opacity: 0.2;
}
.grouped-question-btn-img-wrapper {
  height: 180px;
}
.signature-container-v2 .signature-pad .description {
  color: #03327c;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
}
.submit-form-btn {
  border-radius: 3px;
  padding: 5px 20px;
}
.submit-form-btn:disabled {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
  color: #aaa;
  cursor: not-allowed;
}
.proceed-wo-signature-btn {
  border-radius: 3px;
  padding: 5px 20px;
  background-color: #FAB62E;
  border: 1px solid #FAB62E;
  color: #fff;
}
.comment-textbox-grouped-question {
  border: none;
  width: 190px !important;
  height: 45px;
  padding: 10px;
  background: #fff;
  color: #03327c;
}
.comment-textbox-grouped-question ::-moz-placeholder {
  color: #aaa;
  font-style: italic;
}
.comment-textbox-grouped-question ::placeholder {
  color: #aaa;
  font-style: italic;
}
.comment-textbox-grouped-question:focus {
  border: none;
  background: #fff;
  color: #03327c;
}
.capitalizeFirstLetter:first-letter {
  text-transform: uppercase;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
@media print {
  .spinner {
    display: none;
  }
}
.spinner--xs {
  width: 15px;
  height: 15px;
}
.spinner--xs:not(:required):before {
  border-width: 1px !important;
}
.spinner--sm {
  width: 20px;
  height: 20px;
}
.spinner--sm:not(:required):before {
  border-width: 1px !important;
}
.spinner--lg {
  width: 50px;
  height: 50px;
}
.spinner--float-right {
  position: absolute;
  top: 0;
}
.spinner--float-right.spinner--xs {
  right: -25px;
}
.spinner--float-right.spinner--sm {
  right: -30px;
}
.spinner--float-right.spinner--md {
  right: -55px;
}
.spinner--float-right.spinner--lg {
  right: -65px;
}
.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #29658f;
  animation: spinner 0.6s linear infinite;
  -webkit-animation: spinner 0.6s linear infinite;
}
.evs-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 5;
  padding-top: 160px;
}
.evs-preloader img {
  width: 50px;
}
.evs-preloader--section {
  position: absolute;
  padding-top: 40px;
  left: 0;
  top: 0;
}
.evs-preloader--relative {
  position: absolute;
}
.intl-tel-input input {
  width: 215px;
}
.display-none {
  display: none;
}
.display-contents {
  display: contents;
}
html {
  scroll-behavior: smooth;
}
.img {
  margin: auto;
  width: 100px;
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.evs-panel {
  margin-bottom: 15px;
}
.evs-panel__heading {
  background-color: #03327c;
  color: white;
  border-radius: 0px;
  padding: 8px 15px;
  text-align: center;
}
.evs-panel__heading--text-center {
  text-align: center;
}
.evs-panel__title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
.evs-panel__title--upper-case {
  text-transform: uppercase;
}
.evs-panel__body {
  border: 1px solid gray;
  padding: 8px 15px;
  border-top: 0;
  text-align: center;
  background: white;
}
.evs-panel__body > div {
  padding: 0;
}
.evs-panel__body--clickable {
  cursor: pointer;
}
.evs-panel__item:hover {
  transform: scale(1.1);
  display: inline-block;
}
.evs-docs__wrapper {
  margin: 40px 0;
}
.evs-docs__title-wrapper {
  float: left;
  width: 100%;
}
.evs-docs__title {
  float: left;
  border-bottom: 1px solid gray;
  padding-bottom: 5px;
  padding-left: 95px;
  margin-left: -30px;
}
.evs-docs__noForms {
  border: 2px solid #5478B2;
  padding: 20px 80px 20px 80px;
  color: #5478B2;
}
.evs-docs__noDoc {
  margin: 100px 0 0 100px;
  border: 2px solid #5478B2;
  padding: 20px 80px 20px 80px;
  color: #5478B2;
  display: inline-block;
}
.form-table {
  padding: 0 40px;
  max-width: 500px;
  margin: auto;
  margin-bottom: 15px;
}
.selected-form {
  background-color: #9CB7DE;
}
.btn-sm,
.btn-group-sm > .btn {
  width: 80px;
  border-radius: 3px !important;
  padding: 5px;
}
.btn-md {
  width: 120px;
  border-radius: 3px !important;
  padding: 5px;
}
.signed-icon {
  height: 25px;
  float: left;
}
.signed-text {
  font-style: italic;
}
.form-container {
  min-width: 800px;
  max-height: calc(100vh - 340px);
  margin-bottom: 50px !important;
  display: table;
  background: white;
  border-radius: 10px;
}
.wrapper {
  background: var(--mc-page-bg-color);
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--mc-primary-color);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--mc-primary-color);
}
.signature {
  margin-top: 20px;
}
.success-message {
  color: #3c763d;
  padding: 8px;
}
.error-message {
  color: #a94442;
  padding: 8px;
}
.custom-text {
  border-bottom: 1px solid lightgray;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 400px);
  min-height: 200px;
}
.signature-button {
  display: flex;
  justify-content: flex-end;
}
.initials-input {
  box-shadow: inset 0 0 5px grey;
  background-color: #9CB7DE !important;
}
@media only screen and (max-width: 1200px) {
  .form-container {
    min-width: 100%;
    margin-bottom: 50px;
    display: table;
    background: white;
    border-radius: 10px;
    margin: 0;
    max-width: 1000px;
    padding: 10px;
  }
  .custom-text {
    height: 100%;
    overflow-y: unset;
    max-height: none;
  }
  .signature-button {
    justify-content: center;
    margin-top: 20px;
  }
}
canvas {
  width: 300px;
}
@media only screen and (max-width: 300px) {
  canvas {
    width: 200px;
    height: 100px;
  }
}
.consent-signature-container {
  box-shadow: 3px 4px 8px #aaa;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
}
.consent-sig-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 3rem;
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.click-disabled {
  cursor: not-allowed;
  color: gray !important;
  pointer-events: none;
}
.low-opacity {
  opacity: 0.5;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.container--printables-docs {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  position: relative;
  min-height: 975px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
.container--printables-docs ul {
  padding-left: 20px;
}
.container--printables-docs ul.main-list {
  list-style: none;
  padding: 0;
  margin-left: -20px;
}
.container--printables-docs .header-separator {
  background-color: #aaa;
  padding-top: 0;
  height: 2px;
  margin-left: 0;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}
.container--printables-docs .vertical-side-mark {
  position: absolute;
  transform: rotate(-90deg);
  left: -100px;
  bottom: 96px;
  font-size: 13px;
}
.container--printables-docs .main-number {
  float: left;
}
.container--printables-docs .main-title {
  display: block;
  margin-left: 20px;
}
.container--printables-docs .consent-text {
  padding: 0 15px;
}
.container--printables-docs .consent-images {
  float: right;
  width: 30%;
  padding: 30px 15px 0 30px;
}
.container--printables-docs .consent-images .consent-image-wrapper {
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
}
.container--printables-docs .consent-images .consent-image-wrapper img {
  width: 100%;
}
.container--printables-docs .signature-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
}
.container--printables-docs .scale-box {
  float: right;
  width: 80px;
  height: 25px;
  border: 1px solid;
}
.container--printables-docs .scale-wrapper {
  margin: 40px 0;
}
@media print {
  .container--printables-docs {
    font-size: 12px;
  }
  .container--printables-docs h6 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.container--printables-docs ul.no-style {
  list-style: none;
}
.container--printables-docs ul.stylish {
  list-style: none;
  padding-left: 35px;
}
.container--printables-docs ul.stylish > li {
  position: relative;
}
.container--printables-docs ul.stylish > li:before {
  content: " ";
  position: absolute;
  width: 5px;
  height: 5px;
  left: -15px;
  top: 6px;
  border: 3px solid #aaa;
  border-radius: 50%;
}
.container--printables-docs .text-primary-green {
  color: #8fc872;
}
.container--printables-docs .text-red {
  color: #f66;
}
.container--printables-docs .text-green {
  color: #9c6;
}
.container--printables-docs h1,
.container--printables-docs h2,
.container--printables-docs h3,
.container--printables-docs h4,
.container--printables-docs h5,
.container--printables-docs h6,
.container--printables-docs .h1,
.container--printables-docs .h2,
.container--printables-docs .h3,
.container--printables-docs .h4,
.container--printables-docs .h5,
.container--printables-docs .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.container--printables-docs h4,
.container--printables-docs .h4,
.container--printables-docs h5,
.container--printables-docs .h5,
.container--printables-docs h6,
.container--printables-docs .h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.container--printables-docs h5,
.container--printables-docs .h5 {
  font-size: 13px;
}
.container--printables-docs h4,
.container--printables-docs .h4 {
  font-size: 15px;
}
.container--printables-docs h6,
.container--printables-docs .h6 {
  font-size: 12px;
}
.container--printables-docs p {
  margin: 0 0 9px;
}
.container--printables-docs *:before,
.container--printables-docs *:after {
  box-sizing: border-box;
}
.container--printables-docs * {
  box-sizing: border-box;
}
.container--printables-docs .mtn,
.container--printables-docs .mvn,
.container--printables-docs .man {
  margin-top: 0px !important;
}
.container--printables-docs .mtx,
.container--printables-docs .mvx,
.container--printables-docs .max {
  margin-top: 3px !important;
}
.container--printables-docs .mts,
.container--printables-docs .mvs,
.container--printables-docs .mas {
  margin-top: 5px !important;
}
.container--printables-docs .mtm,
.container--printables-docs .mvm,
.container--printables-docs .mam {
  margin-top: 10px !important;
}
.container--printables-docs .mtl,
.container--printables-docs .mvl,
.container--printables-docs .mal {
  margin-top: 20px !important;
}
.container--printables-docs .mrn,
.container--printables-docs .mhn,
.container--printables-docs .man {
  margin-right: 0px !important;
}
.container--printables-docs .mrx,
.container--printables-docs .mhx,
.container--printables-docs .max {
  margin-right: 3px !important;
}
.container--printables-docs .mrs,
.container--printables-docs .mhs,
.container--printables-docs .mas {
  margin-right: 5px !important;
}
.container--printables-docs .mrm,
.container--printables-docs .mhm,
.container--printables-docs .mam {
  margin-right: 10px !important;
}
.container--printables-docs .mrl,
.container--printables-docs .mhl,
.container--printables-docs .mal {
  margin-right: 20px !important;
}
.container--printables-docs .mbn,
.container--printables-docs .mvn,
.container--printables-docs .man {
  margin-bottom: 0px !important;
}
.container--printables-docs .mbx,
.container--printables-docs .mvx,
.container--printables-docs .max {
  margin-bottom: 3px !important;
}
.container--printables-docs .mbs,
.container--printables-docs .mvs,
.container--printables-docs .mas {
  margin-bottom: 5px !important;
}
.container--printables-docs .mbm,
.container--printables-docs .mvm,
.container--printables-docs .mam {
  margin-bottom: 10px !important;
}
.container--printables-docs .mbl,
.container--printables-docs .mvl,
.container--printables-docs .mal {
  margin-bottom: 20px !important;
}
.container--printables-docs .mln,
.container--printables-docs .mhn,
.container--printables-docs .man {
  margin-left: 0px !important;
}
.container--printables-docs .mlx,
.container--printables-docs .mhx,
.container--printables-docs .max {
  margin-left: 3px !important;
}
.container--printables-docs .mls,
.container--printables-docs .mhs,
.container--printables-docs .mas {
  margin-left: 5px !important;
}
.container--printables-docs .mlm,
.container--printables-docs .mhm,
.container--printables-docs .mam {
  margin-left: 10px !important;
}
.container--printables-docs .mll,
.container--printables-docs .mhl,
.container--printables-docs .mal {
  margin-left: 20px !important;
}
.container--printables-docs .mlz {
  margin-left: 0 !important;
}
.container--printables-docs .ptn,
.container--printables-docs .pvn,
.container--printables-docs .pan {
  padding-top: 0 !important;
}
.container--printables-docs .ptx,
.container--printables-docs .pvx,
.container--printables-docs .pax {
  padding-top: 3px !important;
}
.container--printables-docs .pts,
.container--printables-docs .pvs,
.container--printables-docs .pas {
  padding-top: 5px !important;
}
.container--printables-docs .ptm,
.container--printables-docs .pvm,
.container--printables-docs .pam {
  padding-top: 10px !important;
}
.container--printables-docs .ptl,
.container--printables-docs .pvl,
.container--printables-docs .pal {
  padding-top: 20px !important;
}
.container--printables-docs .prn,
.container--printables-docs .phn,
.container--printables-docs .pan {
  padding-right: 0 !important;
}
.container--printables-docs .prx,
.container--printables-docs .phx,
.container--printables-docs .pax {
  padding-right: 3px !important;
}
.container--printables-docs .prs,
.container--printables-docs .phs,
.container--printables-docs .pas {
  padding-right: 5px !important;
}
.container--printables-docs .prm,
.container--printables-docs .phm,
.container--printables-docs .pam {
  padding-right: 10px !important;
}
.container--printables-docs .prl,
.container--printables-docs .phl,
.container--printables-docs .pal {
  padding-right: 20px !important;
}
.container--printables-docs .pbn,
.container--printables-docs .pvn,
.container--printables-docs .pan {
  padding-bottom: 0 !important;
}
.container--printables-docs .pbx,
.container--printables-docs .pvx,
.container--printables-docs .pax {
  padding-bottom: 3px !important;
}
.container--printables-docs .pbs,
.container--printables-docs .pvs,
.container--printables-docs .pas {
  padding-bottom: 5px !important;
}
.container--printables-docs .pbm,
.container--printables-docs .pvm,
.container--printables-docs .pam {
  padding-bottom: 10px !important;
}
.container--printables-docs .pbl,
.container--printables-docs .pvl,
.container--printables-docs .pal {
  padding-bottom: 20px !important;
}
.container--printables-docs .pln,
.container--printables-docs .phn,
.container--printables-docs .pan {
  padding-left: 0 !important;
}
.container--printables-docs .plx,
.container--printables-docs .phx,
.container--printables-docs .pax {
  padding-left: 3px !important;
}
.container--printables-docs .pls,
.container--printables-docs .phs,
.container--printables-docs .pas {
  padding-left: 5px !important;
}
.container--printables-docs .plm,
.container--printables-docs .phm,
.container--printables-docs .pam {
  padding-left: 10px !important;
}
.container--printables-docs .pll,
.container--printables-docs .phl,
.container--printables-docs .pal {
  padding-left: 20px !important;
}
.container--printables-docs .plxl {
  padding-left: 30px !important;
}
.container--printables-docs .prz {
  padding-right: 0;
}
.container--printables-docs .plz {
  padding-left: 0;
}
.container--printables-docs .bold {
  font-weight: bold;
}
.container--printables-docs .row {
  margin-left: -15px;
  margin-right: -15px;
}
.container--printables-docs .row:before,
.container--printables-docs .row:after {
  content: " ";
  display: table;
  clear: both;
}
.container--printables-docs .col-xs-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.container--printables-docs .col-xs-1,
.container--printables-docs .col-xs-2,
.container--printables-docs .col-xs-3,
.container--printables-docs .col-xs-4,
.container--printables-docs .col-xs-5,
.container--printables-docs .col-xs-6,
.container--printables-docs .col-xs-7,
.container--printables-docs .col-xs-8,
.container--printables-docs .col-xs-9,
.container--printables-docs .col-xs-10,
.container--printables-docs .col-xs-11,
.container--printables-docs .col-xs-12 {
  float: left;
}
:root {
  --generic-primary-color: #03327c;
}
.grey-bg {
  background: #f2f2f3;
}
.btn-generic {
  font-size: 14px;
  background-color: transparent;
  color: #03327c;
  color: var(--generic-primary-color);
  padding: 6px 12px;
  border: none;
  border-radius: 5px;
  transition: background-color 250ms linear;
  font-weight: 500;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  gap: 5px;
  position: relative;
}
.btn-generic:hover {
  background-color: rgba(3, 50, 124, 0.1);
}
.btn-generic--large {
  padding: 18px 24px;
  border-radius: unset;
}
.btn-generic.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn-generic .spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-generic.disabled .spinner {
  visibility: visible;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.btn-generic--filled {
  background-color: #03327c;
  background-color: var(--generic-primary-color);
  color: white;
  border: 1px solid #03327c;
  border: 1px solid var(--generic-primary-color);
}
.btn-generic--filled path {
  fill: white;
}
.btn-generic--filled:hover {
  background-color: white;
  color: #03327c;
  color: var(--generic-primary-color);
}
.btn-generic--filled:hover path {
  fill: #03327c;
  fill: var(--generic-primary-color);
}
.btn-generic--outlined {
  background-color: transparent;
  color: #03327c;
  color: var(--generic-primary-color);
  border: 1px solid #03327c;
  border: 1px solid var(--generic-primary-color);
}
.btn-generic--outlined:hover {
  background-color: rgba(3, 50, 124, 0.1);
}
.btn-generic--outlined:active,
.btn-generic--outlined.active {
  background-color: #c9ddfc;
}
.btn-generic--text {
  background-color: transparent;
  color: #03327c;
  color: var(--generic-primary-color);
  border: none;
  padding: 8px 8px !important;
}
.btn-generic--text path {
  fill: #03327c;
  fill: var(--generic-primary-color);
}
.btn-generic--text:hover {
  background-color: rgba(3, 50, 124, 0.1);
}
.btn-generic--text.btn-generic--text-grey {
  color: #757575;
}
.btn-generic--text.btn-generic--text-grey:hover {
  background-color: rgba(117, 117, 117, 0.1);
}
.btn-generic--text.btn-generic--text-red {
  color: #cb1b1b;
}
.btn-generic--text.btn-generic--text-red path {
  fill: #cb1b1b;
}
.btn-generic--text.btn-generic--text-red:hover {
  background-color: rgba(203, 27, 27, 0.2);
}
.btn-generic--round {
  border-radius: 50px;
}
.grey-border-bottom {
  border-bottom: 1px solid #f2f2f3;
}
.grey-border-top {
  border-top: 1px solid #f2f2f3;
}
.custom-table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-table-row {
  display: flex;
  border-bottom: 1px solid #e4e5e7;
  align-items: center;
}
.custom-table-header {
  background: #f9f9f9;
  color: #03327c;
  color: var(--generic-primary-color);
  border-bottom: 1px solid #e4e5e7;
}
.custom-table-cell {
  flex: 1;
  padding: 13px 24px;
  min-width: 0;
}
.custom-table-header-cell {
  flex: 1;
  padding: 8px 24px !important;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 500px) {
  .custom-table-row {
    flex-direction: column;
  }
}
.custom-table-accordion-header {
  background: #f1f5fb;
  padding: 10px 22px;
  padding-right: 50px;
}
.custom-table-accordion-content {
  background-color: #f1f5fb;
}
.custom-table-accordion-content {
  background-color: white;
}
.custom-table-accordion-row {
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.custom-table-accordion-divider {
  border: 1px solid #e4e5e7;
  width: 84.5%;
  margin-left: auto;
}
.generic-modal {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.generic-modal .modal {
  background: rgba(0, 0, 0, 0.3) !important;
}
.generic-modal .modal-content {
  border-radius: 0px !important;
}
.generic-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 800px;
}
.generic-modal .modal-sm {
  min-width: 500px;
  width: -moz-fit-content;
  width: fit-content;
}
.grey-section {
  padding: 12px;
  border: 1px solid #f2f2f3;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.grey-section .title {
  font-weight: 600;
  font-size: 14px;
}
.form-control-container {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  /* Wrapper for input with adornment */
  /* Select with adornment */
  /* Custom Autocomplete */
}
.form-control-container__input-label {
  color: #03327c;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-control-container__input-label.error,
.ng-invalid.ng-touched + .form-control-container__input-label {
  color: red;
}
.form-control-container input[type="number"],
.form-control-container input[type="text"],
.form-control-container textarea {
  padding: 8px;
  border: 1px solid #bdbfc2;
  background-color: white;
  border-radius: 5px;
  min-width: 219.5px;
  width: 100%;
  box-shadow: none;
  transition: border 0.3s ease, outline 0.3s ease;
}
.form-control-container input[type="number"]::-moz-placeholder, .form-control-container input[type="text"]::-moz-placeholder, .form-control-container textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #95999d;
}
.form-control-container input[type="number"]::placeholder,
.form-control-container input[type="text"]::placeholder,
.form-control-container textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #95999d;
}
.form-control-container input[type="number"]:focus,
.form-control-container input[type="text"]:focus,
.form-control-container textarea:focus {
  border-color: #03327c;
}
.form-control-container input[type="number"].ng-invalid.ng-touched,
.form-control-container input[type="text"].ng-invalid.ng-touched,
.form-control-container textarea.ng-invalid.ng-touched {
  border-color: red;
}
.form-control-container input[type="number"].disabled,
.form-control-container input[type="text"].disabled,
.form-control-container textarea.disabled {
  background-color: #f0f0f0;
  border-color: #d6d6d6;
  pointer-events: none;
  opacity: 0.6;
}
.form-control-container__input-label.error {
  color: red;
}
.form-control-container__error {
  font-size: 13px;
  color: red;
  margin-left: 10px;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3sease, transform 0.3sease;
  position: absolute;
  bottom: -60%;
  white-space: nowrap;
}
.form-control-container__error.active {
  opacity: 1;
  transform: translateY(0);
}
.form-control-container .required-asterisk {
  color: inherit;
  font-size: 12px;
}
.form-control-container__input-adornment {
  display: flex;
  align-items: center;
  border: 1px solid #bdbfc2;
  border-radius: 5px;
  padding-right: 8px;
  width: 100%;
  transition: border 0.3s ease;
  position: relative;
}
.form-control-container__input-adornment:focus-within {
  border-color: #03327c;
}
.form-control-container__input-adornment.error {
  border-color: red;
}
.form-control-container__input-adornment.disabled {
  background-color: #f0f0f0;
  border-color: #d6d6d6;
  pointer-events: none;
  opacity: 0.6;
}
.form-control-container__input-adornment input[type="number"] {
  border: none;
  outline: none;
  flex: 1;
  padding: 8px;
  border-radius: 5px 0 0 5px;
  /* Left rounded, right flat */
}
.form-control-container__input-adornment input[type="number"]:disabled {
  background-color: transparent;
  color: #a0a0a0;
  cursor: not-allowed;
}
.form-control-container__input-adornment .adornment {
  color: #03327c;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  border-left: 1px solid #bdbfc2;
  border-radius: 0 5px 5px 0;
}
.form-control-container__input-adornment .limited {
  border-bottom: 1px solid #bdbfc2 !important;
  border-radius: 0 !important;
  border: none !important;
}
.form-control-container__select-adornment {
  display: flex;
  align-items: center;
  border: 1px solid #bdbfc2;
  border-radius: 5px;
  width: 100%;
  transition: border 0.3s ease;
  position: relative;
}
.form-control-container__select-adornment:focus-within {
  border-color: #03327c;
}
.form-control-container__select-adornment.error {
  border-color: red;
}
.form-control-container__select-adornment.disabled {
  background-color: #f0f0f0;
  border-color: #d6d6d6;
  pointer-events: none;
  opacity: 0.6;
}
.form-control-container__select-adornment select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%2303327c%22%20d%3D%22M7%2010L0%203h14z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
  border: none;
  outline: none;
  flex: 1;
  padding: 8px;
  border-radius: 5px 0 0 5px;
  min-width: auto;
}
.form-control-container__select-adornment select:disabled {
  background-color: transparent;
  color: #a0a0a0;
  cursor: not-allowed;
}
.form-control-container__select-adornment .adornment {
  color: #03327c;
  font-size: 14px;
  font-weight: 400;
  padding: 0 8px;
  border-left: 1px solid #bdbfc2;
  border-radius: 0 5px 5px 0;
}
.form-control-container__checkbox {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.form-control-container__checkbox input[type="checkbox"] {
  width: 13px;
  height: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #bdbfc2;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.form-control-container__checkbox input[type="checkbox"]:checked {
  background-color: #03327c;
  border-color: #03327c;
}
.form-control-container__checkbox input[type="checkbox"]:checked::before {
  content: "✔";
  font-size: 10px;
  line-height: 1;
  color: white;
  position: absolute;
}
.form-control-container__checkbox input[type="checkbox"]:focus {
  outline: none;
  border-color: #03327c;
}
.form-control-container__checkbox label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  display: inline;
}
.form-control-container__autocomplete {
  position: relative;
  width: 100%;
  display: flex;
  padding: 8px;
  border: 1px solid #bdbfc2;
  border-radius: 5px;
  background-color: white;
  transition: border 0.3s ease;
  grid-gap: 1rem;
  gap: 1rem;
}
.form-control-container__autocomplete:focus-within {
  border-color: #03327c;
}
.form-control-container__autocomplete-input {
  outline: none;
  border: none;
  box-shadow: none;
  width: 100%;
}
.form-control-container__autocomplete-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.form-control-container__autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control-container__autocomplete-dropdown.hidden {
  display: none;
}
.form-control-container__autocomplete-dropdown-option {
  padding: 8px;
  font-size: 14px;
  cursor: pointer;
}
.form-control-container__autocomplete-dropdown-option .no-data {
  color: gray;
  font-style: italic;
  text-align: center;
  padding: 8px;
}
.form-control-container__autocomplete-dropdown-option:hover,
.form-control-container__autocomplete-dropdown-option.selected {
  background: #03327c;
  color: white;
}
.full-width {
  width: 100% !important;
}
.error_message {
  font-size: 13px;
  color: red;
}
.light-text {
  color: #aaa !important;
}
.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
  padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prx,
.phx,
.pax {
  padding-right: 3px !important;
}
.prs,
.phs,
.pas {
  padding-right: 5px !important;
}
.prm,
.phm,
.pam {
  padding-right: 10px !important;
}
.prl,
.phl,
.pal {
  padding-right: 20px !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.plx,
.phx,
.pax {
  padding-left: 3px !important;
}
.pls,
.phs,
.pas {
  padding-left: 5px !important;
}
.plm,
.phm,
.pam {
  padding-left: 10px !important;
}
.pll,
.phl,
.pal {
  padding-left: 20px !important;
}
.plxl {
  padding-left: 30px !important;
}
.prz {
  padding-right: 0 !important;
}
.plz {
  padding-left: 0 !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0px !important;
}
.mtx,
.mvx,
.max {
  margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
  margin-top: 5px !important;
}
.mtxs,
.mvxs,
.maxs {
  margin-top: 2px !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0px !important;
}
.mrx,
.mhx,
.max {
  margin-right: 3px !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px !important;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 20px !important;
}
.mln,
.mhn,
.man {
  margin-left: 0px !important;
}
.mlx,
.mhx,
.max {
  margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
  margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
  margin-left: 20px !important;
}
.mlz {
  margin-left: 0 !important;
}
.evs-border-blue {
  border-color: #29658f;
}
.evs-border-secondary {
  border-color: #d4b483;
}
.evs-border-green {
  border-color: #9c6;
}
.evs-border-red {
  border-color: #f66;
}
.evs-border-yellow {
  border-color: #FAB62E;
}
.evs-border-gray-light {
  border-color: #e5e5e5;
}
.evs-border-gray {
  border-color: #E6E6E6;
}
.evs-border-gray-dark {
  border-color: #777777;
}
.evs-border-white {
  border-color: #fff;
}
.evs-border-left {
  border-left-width: 1px;
  border-left-style: solid;
}
.evs-border-right {
  border-right-width: 1px;
  border-right-style: solid;
}
.evs-border-top {
  border-top-width: 1px;
  border-top-style: solid;
}
.evs-border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.evs-border-top {
  border-top-width: 1px;
  border-top-style: solid;
}
.evs-border-all {
  border-width: 1px;
  border-style: solid;
}
.evs-border-medium {
  border-width: 2px !important;
}
.evs-border-thick {
  border-width: 3px !important;
}
.evs-border-dashed {
  border-style: dashed;
}
.evs-border-right {
  border-right: 1px solid;
}
.evs-no-border {
  border: 0;
}
.evs-underline {
  text-decoration: underline;
}
.text-gray {
  color: #aaaaaa;
}
.text-gray-light {
  color: #e5e5e5;
}
.text-gray-lighter {
  color: #f6f6f6;
}
.text-gray-dark {
  color: #777777;
}
.text-gray-darker {
  color: #535353;
}
.text-red {
  color: #f66;
}
.text-red--dark {
  color: #ff0000;
}
.text-red2 {
  color: #f66 !important;
}
.text-green {
  color: #9c6;
}
.text-green--dark {
  color: #008000;
}
.text-yellow {
  color: #FAB62E;
}
.text-yellow--dark {
  color: #FAB62E;
}
.text-confirmed {
  color: #47a88a;
}
h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 5px;
}
.evs-grayscale {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.border-none {
  border: none !important;
}
.text-small {
  font-size: 12px;
}
.mtxl {
  margin-top: 40px !important;
}
.mbxl {
  margin-bottom: 40px !important;
}
.mrxl {
  margin-right: 40px !important;
}
.mlxl {
  margin-left: 40px !important;
}
.min-width-phone {
  min-width: 0;
}
.overflow-x-phone {
  width: 100%;
  overflow-x: unset;
}
.font-size-phone {
  font-size: inherit;
}
@media screen and (max-width: 750px) {
  .min-width-phone {
    min-width: 730px;
  }
  .overflow-x-phone {
    width: 100%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 1200px) {
  .font-size-phone {
    font-size: 10px;
  }
}
.evs-arches__wrapper {
  padding: 10px;
  float: left;
  width: 100%;
}
.evs-arches__left,
.evs-arches__right {
  float: left;
  position: relative;
}
.evs-arches__left img,
.evs-arches__right img {
  width: 100%;
}
.evs-arches__separator {
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px solid;
  top: 0;
  left: 50%;
  margin: auto;
  border-color: #29658f;
  z-index: 2;
}
.evs-arches__title {
  position: absolute !important;
}
.evs-arches__title--upper-right {
  left: 25%;
  top: 25%;
  transform: rotate(-65deg);
  z-index: 2;
  width: 145px;
}
.evs-arches__title--upper-left {
  left: 27%;
  top: 41%;
  transform: rotate(77deg);
  z-index: 2;
  width: 145px;
}
.evs-arches__title--lower-right {
  left: 43%;
  top: -13%;
  transform: rotate(-66deg);
  z-index: 2;
  width: 145px;
}
.evs-arches__title--lower-left {
  transform: rotate(71deg);
  left: 9%;
  top: 0%;
  z-index: 2;
  width: 145px;
}
.evs-arches__missing-x {
  position: absolute;
  left: 50% !important;
}
.evs-arches__missing-overlay {
  position: absolute;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.9);
  width: 26%;
}
.evs-arches__missing-overlay--1 {
  left: -2%;
  top: 84%;
  height: 14%;
  transform: rotate(13deg);
}
.evs-arches__missing-overlay--1 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 15px;
}
.evs-arches__missing-overlay--2 {
  left: 1%;
  top: 68%;
  height: 15.5%;
  transform: rotate(21deg);
}
.evs-arches__missing-overlay--2 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 22px;
}
.evs-arches__missing-overlay--3 {
  left: 3%;
  top: 51%;
  height: 17%;
  transform: rotate(25deg);
}
.evs-arches__missing-overlay--3 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 24px;
}
.evs-arches__missing-overlay--4 {
  left: 6%;
  top: 39%;
  height: 12%;
  transform: rotate(25deg);
}
.evs-arches__missing-overlay--4 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 16px;
}
.evs-arches__missing-overlay--5 {
  left: 11%;
  top: 29%;
  height: 12%;
  transform: rotate(36deg);
}
.evs-arches__missing-overlay--5 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 18px;
}
.evs-arches__missing-overlay--6 {
  left: 16.5%;
  top: 18%;
  height: 13.5%;
  transform: rotate(35deg);
}
.evs-arches__missing-overlay--6 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 15px;
}
.evs-arches__missing-overlay--7 {
  left: 23%;
  top: 9%;
  height: 12%;
  transform: rotate(55deg);
}
.evs-arches__missing-overlay--7 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 14px;
}
.evs-arches__missing-overlay--8 {
  left: 32.5%;
  top: 3%;
  height: 13%;
  transform: rotate(90deg);
}
.evs-arches__missing-overlay--8 .evs-arches__missing-x {
  font-size: 27px;
  line-height: 15px;
}
.evs-arches__missing-overlay--9 {
  left: 41%;
  top: 3%;
  height: 14.5%;
  transform: rotate(90deg);
}
.evs-arches__missing-overlay--9 .evs-arches__missing-x {
  font-size: 27px;
  line-height: 17px;
}
.evs-arches__missing-overlay--10 {
  left: 50%;
  top: 10%;
  height: 12%;
  transform: rotate(125deg);
}
.evs-arches__missing-overlay--10 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 16px;
}
.evs-arches__missing-overlay--11 {
  left: 57%;
  top: 18%;
  height: 13.8%;
  transform: rotate(142deg);
}
.evs-arches__missing-overlay--11 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 22px;
}
.evs-arches__missing-overlay--12 {
  left: 63%;
  top: 28%;
  height: 12%;
  transform: rotate(155deg);
}
.evs-arches__missing-overlay--12 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 16px;
}
.evs-arches__missing-overlay--13 {
  left: 67%;
  top: 38%;
  height: 12%;
  transform: rotate(152deg);
}
.evs-arches__missing-overlay--13 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 16px;
}
.evs-arches__missing-overlay--14 {
  left: 70%;
  top: 50.5%;
  height: 16.8%;
  transform: rotate(154deg);
}
.evs-arches__missing-overlay--14 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 22px;
}
.evs-arches__missing-overlay--15 {
  left: 73%;
  top: 66.5%;
  height: 17%;
  transform: rotate(158deg);
}
.evs-arches__missing-overlay--15 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 20px;
}
.evs-arches__missing-overlay--16 {
  left: 76%;
  top: 85%;
  height: 14%;
  transform: rotate(170deg);
}
.evs-arches__missing-overlay--16 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 15px;
}
.evs-arches__missing-overlay--17 {
  left: 75.5%;
  top: 1px;
  height: 16%;
  transform: rotate(185deg);
}
.evs-arches__missing-overlay--17 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 22px;
}
.evs-arches__missing-overlay--18 {
  left: 74%;
  top: 17%;
  height: 17.5%;
  transform: rotate(190deg);
}
.evs-arches__missing-overlay--18 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 22px;
  left: 24px;
}
.evs-arches__missing-overlay--19 {
  left: 70%;
  top: 35%;
  height: 18.5%;
  transform: rotate(201deg);
}
.evs-arches__missing-overlay--19 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 22px;
}
.evs-arches__missing-overlay--20 {
  left: 65%;
  top: 52%;
  height: 13%;
  transform: rotate(203deg);
}
.evs-arches__missing-overlay--20 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 13px;
}
.evs-arches__missing-overlay--21 {
  left: 60%;
  top: 63%;
  height: 13%;
  transform: rotate(215deg);
}
.evs-arches__missing-overlay--21 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 18px;
}
.evs-arches__missing-overlay--22 {
  left: 54.5%;
  top: 73%;
  height: 12%;
  transform: rotate(227deg);
}
.evs-arches__missing-overlay--22 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 18px;
}
.evs-arches__missing-overlay--23 {
  left: 48%;
  top: 81%;
  height: 11%;
  transform: rotate(246deg);
}
.evs-arches__missing-overlay--23 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 14px;
}
.evs-arches__missing-overlay--24 {
  left: 41%;
  top: 86%;
  height: 11%;
  transform: rotate(267deg);
}
.evs-arches__missing-overlay--24 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 14px;
}
.evs-arches__missing-overlay--25 {
  left: 33%;
  top: 86%;
  height: 11%;
  transform: rotate(276deg);
}
.evs-arches__missing-overlay--25 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 14px;
}
.evs-arches__missing-overlay--26 {
  left: 26%;
  top: 81%;
  height: 11%;
  transform: rotate(298deg);
}
.evs-arches__missing-overlay--26 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 14px;
}
.evs-arches__missing-overlay--27 {
  left: 20%;
  top: 73%;
  height: 12%;
  transform: rotate(319deg);
}
.evs-arches__missing-overlay--27 .evs-arches__missing-x {
  font-size: 26px;
  line-height: 13px;
}
.evs-arches__missing-overlay--28 {
  left: 13%;
  top: 63%;
  height: 12%;
  transform: rotate(327deg);
}
.evs-arches__missing-overlay--28 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 17px;
}
.evs-arches__missing-overlay--29 {
  left: 9%;
  top: 51%;
  height: 13%;
  transform: rotate(351deg);
}
.evs-arches__missing-overlay--29 .evs-arches__missing-x {
  font-size: 25px;
  line-height: 19px;
}
.evs-arches__missing-overlay--30 {
  left: 4%;
  top: 35%;
  height: 18%;
  transform: rotate(349deg);
}
.evs-arches__missing-overlay--30 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 24px;
}
.evs-arches__missing-overlay--31 {
  left: 0%;
  top: 17%;
  height: 18%;
  transform: rotate(351deg);
}
.evs-arches__missing-overlay--31 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 22px;
}
.evs-arches__missing-overlay--32 {
  left: -2px;
  top: 1px;
  height: 16%;
  transform: rotate(0deg);
}
.evs-arches__missing-overlay--32 .evs-arches__missing-x {
  font-size: 30px;
  line-height: 17px;
}
.evs-risk__image-size-recenter {
  max-width: 100%;
  max-height: 100%;
}
@media print {
  .evs-risk__image-size-recenter {
    max-height: 300px;
  }
}
.print-preview .evs-risk__image-size-recenter {
  max-height: 300px;
}
@media print {
  .evs-risk__printing-wrapper {
    width: 750px;
  }
}
.print-preview .evs-risk__printing-wrapper {
  width: 750px;
}
.evs-risk__page-header {
  font-size: 16px;
}
.evs-risk__page-footer {
  clear: both;
  float: left;
  width: 100%;
}
.evs-risk__printable-page {
  color: #444;
}
@media print {
  .evs-risk__printable-page {
    height: 8750px;
    max-height: 855px;
    width: 100%;
  }
}
.print-preview .evs-risk__printable-page {
  height: 8750px;
  max-height: 855px;
  width: 100%;
}
@media print {
  .evs-risk__printable-page--no-header {
    height: 930px;
    max-height: 930px;
    width: 100%;
  }
}
.print-preview .evs-risk__printable-page--no-header {
  height: 930px;
  max-height: 930px;
  width: 100%;
}
.evs-risk__graph {
  background: url('/assets/img/risk/numbers.png') no-repeat;
  background-size: 100% 100%;
  width: 912px;
  height: 912px;
  margin: auto;
  position: relative;
  overflow: hidden;
  zoom: 0.67;
  -ms-zoom: 0.67;
  -webkit-zoom: 0.67;
  -moz-transform: scale(0.67, 0.67);
  -moz-transform-origin: left top;
  margin-top: 30px;
}
@media print {
  .evs-risk__graph {
    zoom: 0.71;
    -ms-zoom: 0.71;
    -webkit-zoom: 0.71;
    -moz-transform: scale(0.71, 0.71);
    -moz-transform-origin: left top;
    margin-top: 0;
  }
}
.print-preview .evs-risk__graph {
  zoom: 0.71;
  -ms-zoom: 0.71;
  -webkit-zoom: 0.71;
  -moz-transform: scale(0.71, 0.71);
  -moz-transform-origin: left top;
  margin-top: 0;
}
.evs-risk__graph-wrapper {
  width: 50%;
  float: left;
}
@media print {
  .evs-risk__graph-wrapper {
    width: 100%;
    padding-top: 40px;
  }
}
.print-preview .evs-risk__graph-wrapper {
  width: 100%;
  padding-top: 40px;
}
.evs-risk__tabs-wrapper {
  float: left;
  width: 50%;
  padding: 20px 10px 25px 30px;
  position: relative;
  min-height: 900px;
  color: #444;
}
@media print {
  .evs-risk__tabs-wrapper {
    width: 100%;
    padding: 0;
  }
  .evs-risk__tabs-wrapper .print-only {
    display: inline !important;
    display: initial !important;
  }
}
.print-preview .evs-risk__tabs-wrapper {
  width: 100%;
  padding: 0;
}
.print-preview .evs-risk__tabs-wrapper .print-only {
  display: inline !important;
  display: initial !important;
}
.evs-risk__section p {
  text-align: justify;
}
.evs-risk__arches-circle {
  width: 392.16px;
  height: 392.16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 259.92px;
  top: 259.92px;
  overflow: hidden;
}
.evs-risk__arches-circle .evs-arches {
  width: 294.12px;
  margin: auto;
}
@media print {
  .evs-risk__arches-circle {
    font-size: 13px;
  }
}
.print-preview .evs-risk__arches-circle {
  font-size: 13px;
}
.evs-risk__slice-caption,
.evs-risk__slice-caption2,
.evs-risk__slice-caption3 {
  position: absolute  !important;
  text-align: center;
  font-size: 16px;
  width: 210px;
  height: 20px !important;
  margin: auto;
}
.evs-risk__slice-title {
  position: absolute  !important;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 210px;
  margin: auto;
  height: 50px !important;
  cursor: pointer;
}
.evs-risk__slice-icon {
  position: absolute;
  height: 90px;
  width: auto;
}
.evs-risk__border1 {
  position: absolute;
  left: 486px;
  top: 0px;
  width: 425px;
  height: auto;
}
.evs-risk__border1-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(45deg);
  left: 648px;
  top: 130px;
  height: 50px !important;
  cursor: pointer;
  z-index: 9;
  width: 220px;
}
.evs-risk__border2 {
  position: absolute;
  left: 487px;
  top: 486px;
  width: 425px;
  height: auto;
}
.evs-risk__border2-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(-45deg);
  left: 582px;
  top: 681px;
  height: 50px !important;
  cursor: pointer;
  z-index: 9;
  width: 350px;
}
.evs-risk__border3 {
  position: absolute;
  left: 0px;
  top: 486px;
  width: 425px;
  height: auto;
}
.evs-risk__border3-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(45deg);
  left: -43px;
  top: 633px;
  height: 50px !important;
  cursor: pointer;
  z-index: 9;
  width: 400px;
}
.evs-risk__border4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 425px;
  height: auto;
}
.evs-risk__border4-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transform: rotate(-45deg);
  left: 58px;
  top: -20px;
  height: 50px !important;
  cursor: pointer;
  width: 185px;
  z-index: 9;
}
.evs-risk__outer-white {
  position: absolute;
  top: 40px;
  width: 832px;
  margin: auto;
  left: 0;
  right: 0;
}
.evs-risk__slice {
  position: absolute;
  z-index: 1;
}
.evs-risk__slice .evs-risk__slice-bg {
  width: 100%;
}
.evs-risk__slice--gum {
  width: 257px;
  left: 485px;
  top: 40px;
}
.evs-risk__slice--gum .evs-risk__slice-caption {
  top: 77px;
  left: 10px;
  transform: rotate(24deg);
}
.evs-risk__slice--gum .evs-risk__slice-caption2 {
  top: 98px;
  left: 6px;
  transform: rotate(24deg);
}
.evs-risk__slice--gum .evs-risk__slice-caption3 {
  top: 119px;
  left: -4px;
  transform: rotate(24deg);
}
.evs-risk__slice--gum .evs-risk__slice-icon {
  top: 100px;
  left: 30px;
}
.evs-risk__slice--gum .evs-risk__slice-title {
  left: 108px;
  top: 51px;
  transform: rotate(37deg);
}
.evs-risk__slice--bone {
  width: 372px;
  left: 499px;
  top: 170px;
}
.evs-risk__slice--bone .evs-risk__slice-caption {
  transform: rotate(66deg);
  top: 132px;
  left: 176px;
}
.evs-risk__slice--bone .evs-risk__slice-caption2 {
  transform: rotate(66deg);
  top: 143px;
  left: 152px;
}
.evs-risk__slice--bone .evs-risk__slice-caption3 {
  transform: rotate(66deg);
  top: 154px;
  left: 126px;
}
.evs-risk__slice--bone .evs-risk__slice-icon {
  top: 120px;
  left: 175px;
}
.evs-risk__slice--bone .evs-risk__slice-title {
  left: 259px;
  top: 156px;
  transform: rotate(76deg);
}
.evs-risk__slice--decay {
  width: 372px;
  left: 499px;
  top: 484px;
}
.evs-risk__slice--decay .evs-risk__slice-caption {
  transform: rotate(-66deg);
  bottom: 131px;
  left: 178px;
}
.evs-risk__slice--decay .evs-risk__slice-caption2 {
  transform: rotate(-66deg);
  bottom: 138px;
  left: 157px;
}
.evs-risk__slice--decay .evs-risk__slice-caption3 {
  transform: rotate(-66deg);
  bottom: 150px;
  left: 134px;
}
.evs-risk__slice--decay .evs-risk__slice-icon {
  top: 50px;
  left: 180px;
}
.evs-risk__slice--decay .evs-risk__slice-title {
  left: 143px;
  top: 49px;
  transform: rotate(-82deg);
}
.evs-risk__slice--weak {
  width: 257px;
  left: 486px;
  top: 499px;
}
.evs-risk__slice--weak .evs-risk__slice-caption {
  transform: rotate(-24.5deg);
  bottom: 76px;
  left: 13px;
}
.evs-risk__slice--weak .evs-risk__slice-caption2 {
  transform: rotate(-24.5deg);
  bottom: 96px;
  left: 3px;
}
.evs-risk__slice--weak .evs-risk__slice-caption3 {
  transform: rotate(-24.5deg);
  bottom: 119px;
  left: -5px;
}
.evs-risk__slice--weak .evs-risk__slice-icon {
  top: 170px;
  left: 40px;
}
.evs-risk__slice--weak .evs-risk__slice-title {
  left: 6px;
  top: 210px;
  transform: rotate(-25deg);
}
.evs-risk__slice--wear {
  width: 257px;
  left: 169px;
  top: 499px;
}
.evs-risk__slice--wear .evs-risk__slice-caption {
  transform: rotate(25deg);
  bottom: 76px;
  left: 35px;
}
.evs-risk__slice--wear .evs-risk__slice-caption2 {
  transform: rotate(25deg);
  bottom: 97px;
  left: 41px;
}
.evs-risk__slice--wear .evs-risk__slice-caption3 {
  transform: rotate(25deg);
  bottom: 118px;
  left: 54px;
}
.evs-risk__slice--wear .evs-risk__slice-icon {
  top: 165px;
  left: 120px;
}
.evs-risk__slice--wear .evs-risk__slice-title {
  left: 42px;
  top: 160px;
  transform: rotate(26deg);
  width: 350px;
}
.evs-risk__slice--bite {
  width: 372px;
  left: 41px;
  top: 484px;
}
.evs-risk__slice--bite .evs-risk__slice-caption {
  transform: rotate(66deg);
  bottom: 130px;
  left: -17px;
}
.evs-risk__slice--bite .evs-risk__slice-caption2 {
  top: 98px;
  left: 6px;
  transform: rotate(66deg);
  font-size: 14px;
}
.evs-risk__slice--bite .evs-risk__slice-caption3 {
  top: 89px;
  left: 24px;
  transform: rotate(66deg);
  font-size: 14px;
}
.evs-risk__slice--bite .evs-risk__slice-icon {
  top: 40px;
  left: 105px;
}
.evs-risk__slice--bite .evs-risk__slice-title {
  left: 29px;
  top: 77px;
  transform: rotate(67deg);
}
.evs-risk__slice--smile {
  width: 372px;
  left: 40px;
  top: 170px;
}
.evs-risk__slice--smile .evs-risk__slice-caption {
  transform: rotate(-66deg);
  top: 132px;
  left: -17px;
}
.evs-risk__slice--smile .evs-risk__slice-caption2 {
  transform: rotate(-66deg);
  top: 140px;
  left: 7px;
}
.evs-risk__slice--smile .evs-risk__slice-icon {
  top: 125px;
  left: 87px;
}
.evs-risk__slice--smile .evs-risk__slice-title {
  left: -69px;
  top: 89px;
  transform: rotate(-65deg);
}
.evs-risk__slice--shape {
  width: 257px;
  left: 169px;
  top: 40px;
}
.evs-risk__slice--shape .evs-risk__slice-caption {
  transform: rotate(-24deg);
  top: 81px;
  left: 38px;
}
.evs-risk__slice--shape .evs-risk__slice-icon {
  top: 105px;
  left: 105px;
}
.evs-risk__slice--shape .evs-risk__slice-title {
  left: 52px;
  top: -3px;
  transform: rotate(-16deg);
}
.evs-risk__wheel-legend {
  font-size: 16px;
  margin: 30px;
}
.evs-risk__wheel-legend span {
  vertical-align: middle;
}
.evs-risk__eval-section-wrapper {
  display: table;
  margin-bottom: 10px;
}
.evs-risk__eval-section {
  display: inline;
}
.evs-risk__eval-section:last-child p {
  margin-bottom: 0;
}
.evs-risk__eval-img {
  float: left;
  width: 60px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media print {
  .evs-risk__eval-img {
    float: left;
    width: 70px;
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
.print-preview .evs-risk__eval-img {
  float: left;
  width: 70px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.evs-risk__eval-p {
  margin-left: 70px;
  text-align: justify;
}
@media print {
  .evs-risk__eval-p {
    margin-left: 90px;
  }
}
.print-preview .evs-risk__eval-p {
  margin-left: 90px;
}
#riskassessment-page {
  margin-bottom: 30px;
}
@media print {
  #riskassessment-page {
    margin-bottom: 0;
    padding: 0;
  }
}
.print-preview #riskassessment-page {
  margin-bottom: 0;
  padding: 0;
}
.risk-legend {
  display: inline-block;
  line-height: 10px;
}
.risk-legend__square {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  line-height: 19px;
  border-width: 5px;
  border-style: solid;
  border-radius: 2px;
}
.risk-legend__square--circular {
  border-radius: 50%;
}
.risk-legend__label {
  vertical-align: middle;
  margin-right: 10px;
}
.risk-legend__label--small {
  font-size: 11px;
}
.evs-address__label {
  min-width: 115px;
  text-align: right;
  padding-right: 5px;
}
@media print {
  body {
    margin: 1px;
    font-size: 10pt;
    padding-bottom: 0;
  }
}
.print-preview body {
  margin: 1px;
  font-size: 10pt;
  padding-bottom: 0;
}
.evs-printable-footer {
  border-top: 2px solid #3399cc;
}
.evs-printable-logo {
  margin-right: 20px;
  padding: 5px;
  float: left;
}
.evs-printable-logo img {
  height: 40px;
}
.evs-printable-web {
  padding: 5px;
  margin: 5px;
  float: left;
  border-left: 2px solid #3399cc;
}
.evs-printable-address {
  clear: left;
}
.evs-printable-e-logo {
  padding: 10px;
  padding-bottom: 0;
}
@media print {
  #header,
  #footer,
  #nav {
    display: none !important;
  }
  #riskassessment-page {
    width: 100%;
    margin-top: 0;
  }
  .hidden-xs {
    display: none !important;
  }
  #riskassessment-page div {
    -webkit-print-color-adjust: exact;
  }
  #content {
    position: static !important;
    position: initial !important;
  }
  .page-break {
    display: table;
    page-break-before: always;
    -moz-column-break-before: always;
         break-before: always;
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
    -moz-column-break-after: always;
         break-after: always;
    page-break-after: always;
  }
  .no-page-break {
    page-break-inside: avoid;
  }
  .logo-icon-print {
    width: 150px;
  }
  .nav-tabs {
    display: none;
  }
  .evs-full-print-width {
    width: 100%!important;
  }
}
.print-preview  #header,
.print-preview  #footer,
.print-preview  #nav {
  display: none !important;
}
.print-preview  #riskassessment-page {
  width: 100%;
  margin-top: 0;
}
.print-preview  .hidden-xs {
  display: none !important;
}
.print-preview  #riskassessment-page div {
  -webkit-print-color-adjust: exact;
}
.print-preview  #content {
  position: static !important;
  position: initial !important;
}
.print-preview  .page-break {
  display: table;
  page-break-before: always;
  -moz-column-break-before: always;
       break-before: always;
  page-break-before: always;
}
.print-preview  .page-break-after {
  page-break-after: always;
  -moz-column-break-after: always;
       break-after: always;
  page-break-after: always;
}
.print-preview  .no-page-break {
  page-break-inside: avoid;
}
.print-preview  .logo-icon-print {
  width: 150px;
}
.print-preview  .nav-tabs {
  display: none;
}
.print-preview  .evs-full-print-width {
  width: 100%!important;
}
@media screen {
  .print-only {
    display: none;
  }
}
@media print {
  .print-only {
    display: block;
  }
  .print-only.inline {
    display: inline;
  }
  .print-only.inline-block {
    display: inline-block;
  }
  .print-only-inline-block {
    display: inline-block !important;
  }
  .no-print {
    display: none !important;
  }
}
.print-preview  .print-only {
  display: block;
}
.print-preview  .print-only.inline {
  display: inline;
}
.print-preview  .print-only.inline-block {
  display: inline-block;
}
.print-preview  .print-only-inline-block {
  display: inline-block !important;
}
.print-preview  .no-print {
  display: none !important;
}
/* You can add global styles to this file, and also import other style files */
.evs-modal--patient .block2 {
  background-color: #022C70;
  width: 90%;
  text-align: center;
  color: white;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.evs-modal--patient .block2 select {
  color: white;
  background: #03327C !important;
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block2 input {
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block2 button,
.evs-modal--patient .block2 .button {
  background: #03327C;
}
.evs-modal--patient .block2 button:hover,
.evs-modal--patient .block2 .button:hover {
  background: #9AADCB;
}
.evs-modal--patient .block2 button:hover {
  border: 1px solid #9AADCB;
}
.evs-modal--patient .block2 .appointment-message {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.evs-modal--patient .block2 .appointment-message strong {
  text-decoration: underline;
}
.evs-modal--patient .block2 .close {
  background: #fff;
  border: 1px solid;
  color: #022C70;
  opacity: unset;
  border-bottom: 1px solid !important;
}
.evs-modal--patient .block2 .close:hover {
  color: #fff !important;
  background: #022C70 !important;
}
.evs-modal--patient .block--light {
  color: #112047 !important;
}
.evs-modal--patient .block select {
  color: white;
  background: #03327C !important;
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block input,
.evs-modal--patient .block textarea {
  border-bottom: 2px solid #9AADCB !important;
}
.evs-modal--patient .block button,
.evs-modal--patient .block .button {
  background: #03327C;
}
.evs-modal--patient .block button:hover,
.evs-modal--patient .block .button:hover {
  background: #9AADCB;
}
.evs-modal--patient .block button:hover {
  border: 1px solid #9AADCB;
}
.evs-modal--patient .block .appointment-message {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.evs-modal--patient .block .appointment-message strong {
  text-decoration: underline;
}
.evs-modal--patient .block .cancel {
  background: #aaa !important;
  border: 1px solid;
}
.evs-modal--patient .block .cancel:hover {
  color: #aaa !important;
  background: white !important;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.evs-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 5;
  padding-top: 160px;
}
.evs-preloader img {
  width: 50px;
}
.evs-preloader--section {
  position: absolute;
  padding-top: 40px;
  left: 0;
  top: 0;
}
.evs-preloader--relative {
  position: absolute;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
}
@media print {
  .spinner {
    display: none;
  }
}
.spinner--xs {
  width: 15px;
  height: 15px;
}
.spinner--xs:not(:required):before {
  border-width: 1px !important;
}
.spinner--sm {
  width: 20px;
  height: 20px;
}
.spinner--sm:not(:required):before {
  border-width: 1px !important;
}
.spinner--lg {
  width: 50px;
  height: 50px;
}
.spinner--float-right {
  position: absolute;
  top: 0;
}
.spinner--float-right.spinner--xs {
  right: -25px;
}
.spinner--float-right.spinner--sm {
  right: -30px;
}
.spinner--float-right.spinner--md {
  right: -55px;
}
.spinner--float-right.spinner--lg {
  right: -65px;
}
.spinner:before {
  content: 'Loading…';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner:not(:required):before {
  content: '';
  border-radius: 50%;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #29658f;
  animation: spinner 0.6s linear infinite;
  -webkit-animation: spinner 0.6s linear infinite;
}
.show-sm,
.show-md,
.show-lg {
  display: none !important;
}
.hide-sm,
.hide-md,
.hide-lg {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: block !important;
  }
}
.mc-font-primary-text {
  color: var(--mc-font-primary) !important;
}
.mc-font-secondary-text {
  color: var(--mc-font-secondary) !important;
}
.mc-primary-color-text {
  color: var(--mc-primary-color) !important;
}
.mc-secondary-color-text {
  color: var(--mc-secondary-color) !important;
}
.white-text {
  color: #fff !important;
}
.flex-display {
  display: flex;
}
.align-center {
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-display {
  display: block;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-end {
  display: flex;
  justify-content: end;
  align-items: center;
}
.justify-content-space-bw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.full-width-vw {
  width: 100vw;
}
.full-height-vh {
  height: 100vh;
}
.fit-content-width {
  width: -moz-fit-content;
  width: fit-content;
}
.text-btn {
  cursor: pointer;
}
.text-btn:hover {
  text-decoration: underline;
}
.normal-font-weight {
  font-weight: normal;
}
.section-bg {
  background-color: var(--mc-section-bg-color);
}
.mc-progress-bar .mat-progress-bar {
  height: 30px;
}
.mc-progress-bar .mat-progress-bar-buffer {
  background-color: #DBE1E7;
}
.mc-progress-bar .mat-progress-bar-fill::after {
  background: linear-gradient(90deg, var(--mc-secondary-color) -0.01%, var(--mc-primary-color) 101.4%);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 30px !important;
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  /*click effect color change*/
  background-color: var(--mc-primary-color) !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: var(--mc-primary-color) !important;
  /*inner circle color change*/
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--mc-primary-color) !important;
  /*outer ring color change*/
}
.mat-progress-spinner circle,
.mat-spinner circle {
  stroke: var(--mc-primary-color);
}
.spinner-md {
  height: 50px !important;
  width: 50px !important;
}
.spinner-md svg {
  height: 50px !important;
  width: 50px !important;
}
.spinner-sm {
  height: 25px !important;
  width: 25px !important;
}
.spinner-sm svg {
  height: 25px !important;
  width: 25px !important;
}
.mat-icon {
  color: var(--mc-primary-color);
}
.mat-icon-btn {
  color: var(--mc-primary-color);
  cursor: pointer;
}
.mat-icon-btn .mat-icon-btn:hover {
  color: var(--mc-primary-color);
}
@media screen and (min-width: 1280px) {
  .mat-icon-btn:hover {
    color: var(--mc-secondary-color);
  }
}
.mat-chip.mat-standard-chip {
  background-color: var(--mc-secondary-color);
  font-weight: normal;
  border-radius: 10px;
  cursor: pointer;
}
.mc-icon {
  height: 20px;
  width: auto;
}
.font-weight-normal {
  font-weight: normal;
}
.mc-error-message {
  background-color: #f7dada;
  color: #ff0000;
  padding: 5px;
  text-align: center;
}
.mc-success-message {
  color: #9c6;
  padding: 5px;
  text-align: center;
}
.mc-warning-message {
  color: #f0ad4e;
  padding: 5px;
  text-align: center;
}
.page-bg-color {
  background-color: var(--mc-page-bg-color);
}
.bold {
  font-weight: bold;
}
.no-wrap {
  white-space: nowrap;
}
.space-between {
  justify-content: space-between !important;
}
.min-height {
  min-height: 100vh;
}

