@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-ExtraBold.ttf") format("truetype");
  font-weight: 1000;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url("../fonts/Kanit-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/*================== KSS Fonts ======================*/
/*
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 1000;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
  
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins/Poppins-ExtraLight.ttf") format("truetype");
 
  font-weight: 100;
  font-style: normal;
}
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}

body * {
  font-family: 'Poppins', Tahoma, sans-serif;
}

html, body {
  background-color: /*#F7F7F7*/#FFF;
  color: #473e3e;
  height: 100%;
  margin: 0;
  font-size: 1rem;
  /*@media (min-device-width: 48em) {
        font-size: $base-font-size*1.2;
        line-height: $base-line-height*1.2;
    }

    @media (min-device-width: 62em) {
        font-size: $base-font-size*1.3;
    }*/
  /*@media (min-device-width: 75em) {
        font-size: $base-font-size*1.1;
    }

    @media (min-device-width: 100em) {
        font-size: $base-font-size*1.2;
    }*/
}
.remark_text{
    color: red;
	font-size:12px;
}
/*
.fs_stdbody {
    overflow: hidden;
}

#fs_bodyLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#fs_bodyLayer, #detform  {
    height: 100%;
    min-height: 100%;
}
*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: .4s opacity ease-in-out;
  transition: .4s opacity ease-in-out;
}

#wrapper.load-success {
  opacity: 1;
}

#wrapper header {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2 0 auto;
          flex: 2 0 auto;
  max-height: 8em;
}

#wrapper header * {
  -webkit-transition: all 0.1s cubic-bezier(0.11, 0.08, 0, 1.09);
  transition: all 0.1s cubic-bezier(0.11, 0.08, 0, 1.09);
}

#wrapper header.sticky-top .slogan {
  height: 6em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#wrapper header.sticky-top .slogan > .slogan-panel {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

#choosendid-div, #chooseagent-div {
	margin-top: 0rem;
	margin-left: 2rem;
	margin-right: 2rem;
	width: 90%;
	display: inline-flex;
}

#choosendid-span, #chooseagent-span {
	height: 50%;
	padding: 4.5% 0 4.5% 0;
}

#choosendid-span {
	line-height: 2.25rem;
}

.selected-ndidchoice {
	background-color: #0B318F !important;
	color: #FFF !important;
}

.ndid_desc_span {
	color: #0B318F;
	font-weight: bold;
}

.question-label-crs span {
	position: absolute;
	left: -2em;
}

.crs-helper-span {
	left: inherit !important;
	margin-top: -.25rem;
	margin-left: .25rem;
}

.crs-helper-span:hover {
	cursor:pointer;
}

.thai-crs-div {
	font-size: 1rem;
}

.thai-crs-detail {
	border: 1px solid;
    border-radius: .25em;
    background-color: #bdbdbd;
    margin-left: 1em;
    padding: .25em .75em;
	display: inline-block;
}

@media (max-device-width: 30em) {
  #wrapper header.sticky-top .slogan > .slogan-panel.scaled {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

@media (min-device-width: 30em) {
  #wrapper header.sticky-top .slogan > .slogan-panel.scaled {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-device-width: 48em) {
  #wrapper header.sticky-top .slogan > .slogan-panel.scaled {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-device-width: 62em) {
  #wrapper header.sticky-top .slogan > .slogan-panel.scaled {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-device-width: 75em) {
  #wrapper header.sticky-top .slogan > .slogan-panel.scaled {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-device-width: 100em) {
  #wrapper header.sticky-top .slogan > .slogan-panel.scaled {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-device-width: 30em) {
  #wrapper header.sticky-top .slogan {
    height: 5em;
  }
  #wrapper header.sticky-top .slogan.progress-container {
    height: 4.5em;
  }
}

@media (min-device-width: 30em) {
  #wrapper header.sticky-top .slogan {
    height: 7em;
  }
  #wrapper header.sticky-top .slogan.progress-container {
    height: 7em;
  }
}

@media (min-device-width: 48em) {
  #wrapper header.sticky-top .slogan {
    height: 7.5em;
  }
  #wrapper header.sticky-top .slogan.progress-container {
    height: 7.5em;
  }
}

@media (min-device-width: 62em) {
  #wrapper header.sticky-top .slogan {
    height: 6.5em;
  }
  #wrapper header.sticky-top .slogan.progress-container {
    height: 6.5em;
  }
}

#wrapper header .slogan {
  position: relative;
  z-index: 1000;
  color: #F7F7F7;
  /*background: $cimb-brown;*/
  padding: 1em 0.5em;
  padding-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5em;
  -webkit-transition: all 0.3s cubic-bezier(0.11, 0.08, 0, 1.09);
  transition: all 0.3s cubic-bezier(0.11, 0.08, 0, 1.09);
}

#wrapper header .slogan .slogan-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

#wrapper header .slogan .slogan-panel .slogan-img-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: .5em 0;
}

@media (max-device-width: 30em) {
  #wrapper header .slogan .slogan-panel .slogan-img-panel {
    padding: 0.2em 0;
  }
}

#wrapper header .slogan .slogan-panel .slogan-img-panel img {
  /*height: 70px;*/
  height: 50px;
  /*@media (min-device-width: 75em) {
                            height:$base-logo-height*1.6;
                        }
                    
                        @media (min-device-width: 100em) {
                            height:$base-logo-height*1.9;
                        }*/
}

@media (max-device-width: 30em) {
  #wrapper header .slogan .slogan-panel .slogan-img-panel img {
    height: 42px;
  }
}

#wrapper header .slogan .slogan-panel .slogan-text-panel {
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  vertical-align: middle;
  padding: .8em 0;
  padding-left: 1em;
}

#wrapper header .slogan .slogan-panel .slogan-text-panel h1, #wrapper header .slogan .slogan-panel .slogan-text-panel h2, #wrapper header .slogan .slogan-panel .slogan-text-panel h3, #wrapper header .slogan .slogan-panel .slogan-text-panel h4, #wrapper header .slogan .slogan-panel .slogan-text-panel h5, #wrapper header .slogan .slogan-panel .slogan-text-panel h6, #wrapper header .slogan .slogan-panel .slogan-text-panel h7 {
  margin: 0;
}

@media (min-device-width: 75em) {
  #wrapper header .slogan .slogan-panel .slogan-text-panel {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    padding-left: 1.2em;
  }
}

@media (min-device-width: 100em) {
  #wrapper header .slogan .slogan-panel .slogan-text-panel {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    padding-left: 1.4em;
  }
}

@media (max-device-width: 30em) {
  #wrapper header .slogan .slogan-panel.scaled {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (min-device-width: 30em) {
  #wrapper header .slogan .slogan-panel.scaled {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (min-device-width: 48em) {
  #wrapper header .slogan .slogan-panel.scaled {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (min-device-width: 62em) {
  #wrapper header .slogan .slogan-panel.scaled {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@media (min-device-width: 75em) {
  #wrapper header .slogan .slogan-panel.scaled {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (min-device-width: 100em) {
  #wrapper header .slogan .slogan-panel.scaled {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#wrapper header .slogan.sticky {
  -webkit-transform: scale(0.5) translate(-50%, -50%);
          transform: scale(0.5) translate(-50%, -50%);
}

@media (max-device-width: 30em) {
  #wrapper header .slogan {
    height: 4em;
    padding: .3em 1em;
  }
  #wrapper header .slogan.progress-container {
    height: 5.5em;
  }
}

#wrapper > div.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 999;
      -ms-flex: 999 0 auto;
          flex: 999 0 auto;
  background: /*#F7F7F7*/#FFF;
  padding: 1em 0.5em;
  padding-top: 8em;
  margin-bottom: -2.5em;
  min-height: 100%;
  /*flex: .5;*/
  /*@media (min-device-width: 48em) {
            font-size: $base-font-size*1.2;
            line-height: $base-line-height*1.2;
        }

        @media (min-device-width: 62em) {
            font-size: $base-font-size*1.3;
        }*/
}

#wrapper > div.container .content {
  width: 100%;
}

@media (max-device-width: 30em) {
  #wrapper > div.container {
    padding-top: 7.5em;
  }
}

@media (min-device-width: 75em) {
  #wrapper > div.container {
    max-width: 64em;
  }
}

@media (min-device-width: 100em) {
  #wrapper > div.container {
    max-width: 90em;
  }
}

#wrapper footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 900;
  padding-bottom: 1.5em;
  /*background: $cimb-brown;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;*/
  height: 2.5em;
}

#wrapper footer.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.25em;
}

@media (min-device-width: 75em) {
  #wrapper footer > div.container {
    max-width: 85.375em;
  }
}

@media (min-device-width: 100em) {
  #wrapper footer > div.container {
    max-width: 85.375em;
  }
}

#wrapper.fullscreen-content {
  min-height: 100vh;
}

#wrapper.fullscreen-content > div.container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}

#wrapper.fullscreen-content > footer.footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
}

.welcome-content, .success-content {
  z-index: 1000;
  background: #6f5f5e;
  color: #F7F7F7;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.welcome-content .slogan-panel, .success-content .slogan-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  padding-top: 2.5em;
}

.welcome-content .slogan-panel .slogan-container, .success-content .slogan-panel .slogan-container {
  margin: auto;
  margin-bottom: 0;
}

.welcome-content .slogan-panel .slogan-container .slogan-img-panel, .success-content .slogan-panel .slogan-container .slogan-img-panel {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.welcome-content .slogan-panel .slogan-container .slogan-img-panel img, .success-content .slogan-panel .slogan-container .slogan-img-panel img {
  display: block;
  margin: auto;
  width: 65%;
  max-width: 280px;
}

.welcome-content .slogan-panel .slogan-container .slogan-text-panel, .success-content .slogan-panel .slogan-container .slogan-text-panel {
  display: block;
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  vertical-align: middle;
  padding: .8em 0;
}

.welcome-content .slogan-panel .slogan-container .slogan-text-panel .slogan-wrapper, .success-content .slogan-panel .slogan-container .slogan-text-panel .slogan-wrapper {
  display: table;
  margin: auto;
}

.welcome-content .slogan-panel .slogan-container .slogan-text-panel h1, .welcome-content .slogan-panel .slogan-container .slogan-text-panel h2, .welcome-content .slogan-panel .slogan-container .slogan-text-panel h3, .welcome-content .slogan-panel .slogan-container .slogan-text-panel h4, .welcome-content .slogan-panel .slogan-container .slogan-text-panel h5, .welcome-content .slogan-panel .slogan-container .slogan-text-panel h6, .welcome-content .slogan-panel .slogan-container .slogan-text-panel h7, .success-content .slogan-panel .slogan-container .slogan-text-panel h1, .success-content .slogan-panel .slogan-container .slogan-text-panel h2, .success-content .slogan-panel .slogan-container .slogan-text-panel h3, .success-content .slogan-panel .slogan-container .slogan-text-panel h4, .success-content .slogan-panel .slogan-container .slogan-text-panel h5, .success-content .slogan-panel .slogan-container .slogan-text-panel h6, .success-content .slogan-panel .slogan-container .slogan-text-panel h7 {
  margin: 0;
}

.welcome-content .openacc-panel, .success-content .openacc-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  text-align: center;
  padding-top: 1.5em;
}

.welcome-content .openacc-panel .openacc-container, .success-content .openacc-panel .openacc-container {
  margin: auto;
  margin-top: 0;
}

.welcome-content .openacc-panel .openacc-container .slogan-text-panel, .success-content .openacc-panel .openacc-container .slogan-text-panel {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  vertical-align: middle;
  padding: 0 0 1.5em 0;
}

.welcome-content .openacc-panel .openacc-container .slogan-text-panel h1, .welcome-content .openacc-panel .openacc-container .slogan-text-panel h2, .welcome-content .openacc-panel .openacc-container .slogan-text-panel h3, .welcome-content .openacc-panel .openacc-container .slogan-text-panel h4, .welcome-content .openacc-panel .openacc-container .slogan-text-panel h5, .welcome-content .openacc-panel .openacc-container .slogan-text-panel h6, .welcome-content .openacc-panel .openacc-container .slogan-text-panel h7, .success-content .openacc-panel .openacc-container .slogan-text-panel h1, .success-content .openacc-panel .openacc-container .slogan-text-panel h2, .success-content .openacc-panel .openacc-container .slogan-text-panel h3, .success-content .openacc-panel .openacc-container .slogan-text-panel h4, .success-content .openacc-panel .openacc-container .slogan-text-panel h5, .success-content .openacc-panel .openacc-container .slogan-text-panel h6, .success-content .openacc-panel .openacc-container .slogan-text-panel h7 {
  margin: 0;
}

.welcome-content .openacc-panel .openacc-container .slogan-btn-panel, .success-content .openacc-panel .openacc-container .slogan-btn-panel {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.welcome-content.sticky, .success-content.sticky {
  -webkit-transform: scale(0.5) translate(-50%, -50%);
          transform: scale(0.5) translate(-50%, -50%);
}

.success-content {
  /*background-color: #F7F7F7;*/
  background-color: #FFF;
  color: #231F20;
}

.btn, .btn-large, .btn-small {
  color: #6f5f5e;
  font-weight: 800;
}

.btn.btn-submit, .btn.btn-long, .btn.btn-cancel, .btn.btn-long, .btn-large.btn-submit, .btn-large.btn-long, .btn-large.btn-cancel, .btn-large.btn-long, .btn-small.btn-submit, .btn-small.btn-long, .btn-small.btn-cancel, .btn-small.btn-long {
  width: 100%;
}

.btn.gray-btn, .btn-large.gray-btn, .btn-small.gray-btn {
  color: #F7F7F7;
  background-color: #bdbdbd;
}

.btn.btn-blank, .btn-large.btn-blank, .btn-small.btn-blank {
  /*background-color: #F7F7F7;*/
  background-color: #FFF;
  border: 1px solid #0B318F;
  color: #9e9e9e;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: .5em;
}

.btn.btn-blank.focus, .btn.btn-blank:focus, .btn.btn-blank:active.focus, .btn.btn-blank:active:focus, .btn-large.btn-blank.focus, .btn-large.btn-blank:focus, .btn-large.btn-blank:active.focus, .btn-large.btn-blank:active:focus, .btn-small.btn-blank.focus, .btn-small.btn-blank:focus, .btn-small.btn-blank:active.focus, .btn-small.btn-blank:active:focus {
  outline: 5px auto #041130;
  outline-offset: -2px;
}

.btn span, .btn-large span, .btn-small span {
  display: inline-block;
  float: none;
  margin: 0 auto;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.h-center {
  text-align: center;
  display: block;
  -webkit-transition: letter-spacing 0.7s cubic-bezier(0.32, 0.01, 0, 1.01);
  transition: letter-spacing 0.7s cubic-bezier(0.32, 0.01, 0, 1.01);
}

.effect-spacing {
  letter-spacing: -20px;
}

.text-bold {
  font-weight: 800;
}

.pins *, .lasercodes * {
  text-align: center;
}

.input-field-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.input-field-reverse i.prefix {
  right: 0;
  pointer-events: none;
}

.input-field-reverse i.prefix ~ input {
  margin: 0 0 8px 0;
  margin-right: 3rem;
}

.input-field-reverse i.prefix ~ input.datepicker {
  margin-right: 0;
  padding-right: 3rem;
  cursor: pointer;
}

.input-field-reverse .prefix ~ label, .input-field-reverse .prefix ~ .validate ~ label {
  margin: 0 0 8px 0;
  margin-right: 3rem;
}

.input-field-reverse span.helper-text {
  clear: both;
  position: absolute;
  bottom: -1.5em;
  left: 0;
}

.input-field-reverse .prefix ~ input, .input-field-reverse .prefix ~ textarea, .input-field-reverse prefix ~ label, .input-field-reverse .prefix ~ .validate ~ label, .input-field-reverse .prefix ~ .helper-text, .input-field-reverse .prefix ~ .autocomplete-content {
  margin-left: 0;
}

.input-field-reverse span.helper-text {
  clear: both;
  position: absolute;
  bottom: -.5em;
  left: 0;
}

i.prefix {
  overflow: hidden;
  cursor: pointer;
}

.choose-button {
  list-style-type: none;
  margin: .5em 0 0 0;
  padding: 0;
}

.choose-button + label {
  position: absolute;
  top: -24px;
  font-size: 0.8rem;
}

.choose-button + label i.required {
  font-size: 0.8rem;
}

.choose-button .other-box, .choose-button .addr-modal {
  float: left;
  margin: 0 5px 0 0;
  width: auto;
  position: relative;
}

.choose-button .other-box.modal, .choose-button .addr-modal.modal {
  width: 100%;
  padding: 2em 0em;
  -webkit-box-shadow: black 0px 0px 20px -13px;
          box-shadow: black 0px 0px 20px -13px;
  max-height: 80%;
  position: fixed;
  float: none;
}

.choose-button .other-box.other-box-large, .choose-button .addr-modal.other-box-large {
  width: 100%;
}

.choose-button .other-box .input-field, .choose-button .addr-modal .input-field {
  margin-bottom: 0;
}

.choose-button .choose-list {
  float: left;
  margin: 0 5px 0 0;
  width: auto;
  position: relative;
}

.choose-button .choose-list input[type="radio"], .choose-button .choose-list input[type="checkbox"] {
  opacity: 0;
  z-index: 100;
  height: 0;
  margin: 0;
}

.choose-button .choose-list input[type="radio"]:checked + label, .choose-button .choose-list input[type="checkbox"]:checked + label {
  background: #0B318F;
  color: #F7F7F7;
}

.choose-button .choose-list input[type="radio"]:disabled + label, .choose-button .choose-list input[type="checkbox"]:disabled + label {
  background-color: #eee;
  border: 1px solid #ddd;
  color: #b5b5b5;
  cursor: no-drop;
  pointer-events: none;
}

.choose-button .choose-list input[type="radio"]:disabled:checked + label, .choose-button .choose-list input[type="checkbox"]:disabled:checked + label {
  background-color: #7297f4;
  border: 1px solid #7297f4;
  color: #F7F7F7;
  cursor: no-drop;
  pointer-events: none;
}

.choose-button .choose-list label, .choose-button .choose-list input {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.choose-button .choose-list label {
  margin-top: 1rem;
  padding: 1em;
  border: 1px solid #b3b3b3;
  border-radius: .5em;
  cursor: pointer;
  z-index: 90;
  white-space: nowrap;
  text-align: center;
  color: #6f5f5e;
}
@media (max-device-width: 30em) {
  .choose-button .choose-list {
    min-width: 100%;
  }
}
@media (min-device-width: 30em) {
  .choose-button .choose-list {
    min-width: 100%;
  }
}
@media (min-device-width: 48em) {
  .choose-button .choose-list {
    min-width: 100%;
  }
}
@media (min-device-width: 62em) {
  .choose-button .choose-list {
    min-width: 70px;
  }
}
.choose-button.check-visible input[type="checkbox"] + label {
  padding-left: 56px;
}

.choose-button.check-visible input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: .75em;
  border: 1px solid #ac9e9e;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  -webkit-transition: opacity 0s,border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: opacity 0s,border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}

.choose-button.check-visible input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  border: 1px solid transparent;
  opacity: 0;
  width: 0em;
  height: 0em;
  -webkit-transition: opacity 0s,border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: opacity 0s,border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}

.choose-button.check-visible input[type="checkbox"]:checked + label:before {
  border: none;
  background-color: white;
}

.choose-button.check-visible input[type="checkbox"]:checked + label:after {
  left: 21px;
  opacity: 1;
  width: 8px;
  height: 13px;
  top: .8em;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #0B318F;
  border-bottom: 2px solid #0B318F;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.choose-button.col-2 .choose-list {
  float: left;
  margin-right: 0;
}
@media (max-device-width: 30em) {
  .choose-button.col-2 .choose-list {
    min-width: 100%;
  }
}
@media (min-device-width: 30em) {
  .choose-button.col-2 .choose-list {
    min-width: 100%;
  }
}
@media (min-device-width: 48em) {
  .choose-button.col-2 .choose-list {
    min-width: 100%;
  }
}
@media (min-device-width: 62em) {
  .choose-button.col-2 .choose-list {
    min-width: 49%;
  }
}
.choose-button.col-2 .choose-list:nth-child(2n-1) {
  margin-right: 1%;
}

.choose-button.col-2 .choose-list:nth-child(2n) {
  margin-left: 1%;
}

.choose-button.col-2 .choose-list label {
  text-align: center;
}

.choose-button.col-1 .choose-list {
  min-width: 100%;
}

.choose-button.col-1 .choose-list label {
  text-align: center;
  white-space: normal;
}

.choose-button.choose-lookup .choose-list input[type="radio"]:disabled:checked + label, .choose-button.choose-lookup .choose-list input[type="checkbox"]:disabled:checked + label {
  background-color: #041130;
  border: 1px solid #041130;
}

.modal.addr-modal {
  float: left;
  margin: 0 5px 0 0;
  width: auto;
  position: relative;
  width: 100%;
  padding: 2em 0em;
  -webkit-box-shadow: black 0px 0px 20px -13px;
          box-shadow: black 0px 0px 20px -13px;
  max-height: 80%;
  position: fixed;
  float: none;
}

.modal.addr-modal .container {
  /*max-width: 500px;*/
}

.Checked + label {
  background: #1352ed;
}

.other-box {
  display: none;
}

.choose-button + label.large-label, label.large-label {
  font-size: 1.75em;
  top: -1.5em;
  text-align: center;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.choose-button + label.medium-label, label.medium-label {
  font-size: 1.25em;
  font-weight: 400;
  top: -1.5em;
}

.question-label span {
  position: absolute;
  left: -1.5em;
}

.question-label img {
  max-width: 100%;
}

.account-container {
  position: relative;
}

.account-container label {
  padding-right: 3em;
}

.account-container .account-info {
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}

.doc-container {
  position: relative;
}

.doc-container label {
  font-size: 1em;
  color: #454545;
  margin-bottom: 1em;
  padding-right: 1em;
}

.doc-container .doc-info {
  position: absolute;
  right: auto;
  top: -1px;
  cursor: pointer;
}

@media (max-device-width: 30em) {
  .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-device-width: 30em) {
  .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-device-width: 48em) {
  .btn-container {
    display: block;
  }
}

@media (min-device-width: 62em) {
  .btn-container {
    display: block;
  }
}

/*@media only screen and (orientation: landscape) {
    .welcome-content{
        .slogan-panel{
            transform: scale(.8) translate(0,2.5em);
        }
    }            
    @media only screen and (max-width: 768px) {
        .welcome-content{
            .slogan-panel{
                transform: scale(.7) translate(0,-2em);
            }
        }
    }
    @media only screen and (min-width: 1600px) {
        .welcome-content{
            .slogan-panel{
                transform: scale(.8) translate(0,3em);
            }
        }
    }
}

@media only screen and (orientation: portrait) {
    .welcome-content{         
        flex-direction: column;
        .slogan-panel{
            transform: scale(.7);
        }
    }        
    @media only screen and (min-height: 680px) {
        .welcome-content{
            //padding-top:15%;
            //padding-bottom:10%;
        }
    }
}*/
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #072160;
  -webkit-transition: width 1s cubic-bezier(0.65, 0.17, 0, 0.96);
  transition: width 1s cubic-bezier(0.65, 0.17, 0, 0.96);
}

ul.liststyle-dot:not(.browser-default) > li {
  list-style-type: none;
  overflow: visible;
  position: relative;
  line-height: 2em;
}

ul.liststyle-dot:not(.browser-default) > li:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border: 4px solid #454545;
  border-radius: 4px;
  top: calc((2em/2) - 4px);
  left: calc(-8px*2);
}

a:not(.browser-default) {
  color: #020819;
}

a:not(.browser-default):hover {
  color: black;
}

a.browser-default {
  color: #231F20;
}

a.browser-default:hover {
  color: black;
}

a.btn:hover {
  color: #F7F7F7;
}

[style].modal.modal-vertical-center {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

.input-field .prefix {
  text-align: center;
}

.modal.modal-fixed-footer {
  overflow: hidden;
  /*height: unset;*/
  max-height: 70%;
}

.modal.modal-fixed-footer.modal-small {
  height: 65%;
  max-height: 500px;
}

.modal.modal-fixed-footer .modal-content {
  /*position: static;
            max-height: 30em;
            margin-bottom: 4.25em;*/
  padding-bottom: 2.5em;
}

.modal.modal-fixed-footer .modal-content p {
  text-indent: 2em;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 0;
}

input.browser-default + label,
select.browser-default + label,
textarea.browser-default + label {
  position: absolute;
  top: -21px;
  font-size: 0.8rem;
  /*background-color: #F7F7F7;*/
  background-color: #FFF;
}

input.browser-default + label i.required,
select.browser-default + label i.required,
textarea.browser-default + label i.required {
  font-size: 0.8rem;
}

input.browser-default.invalid,
select.browser-default.invalid,
textarea.browser-default.invalid {
  border-bottom: 1px solid #F44336;
  -webkit-box-shadow: 0 5px 4px -4px #F44336;
          box-shadow: 0 5px 4px -4px #F44336;
}

select.browser-default {
  background-color: transparent;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: border .3s, -webkit-box-shadow .3s;
  transition: border .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border .3s;
  transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: .75em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select.browser-default:disabled {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

.input-field > span {
  height: 3rem;
  margin: 0 0 8px 0;
  display: block;
  line-height: 3rem;
}

.input-field > span.helper-text {
  width: 100%;
  height: 0em;
  line-height: 1em;
  font-size: 16px;
  min-height: unset;
}

.input-field > span.stdalone[data-error]:after {
  content: attr(data-error);
  color: #F44336;
}

.input-field > span + label {
  -webkit-transform: translate(-0.6em, -8px) scale(0.8);
          transform: translate(-0.6em, -8px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  /*background-color: #F7F7F7;*/
  background-color: #FFF;
  padding: 0 .5em;
}

.input-field > label {
  left: 1em;
}

.input-field > label:not(.label-icon).active {
  /*background: #F7F7F7;*/
  background: #FFF;
  -webkit-transform: translate(-0.5em, -0.5em) scale(0.8);
          transform: translate(-0.5em, -0.5em) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: auto !important;
  padding: 0 .5em;
}

.input-field > .datesplit > label {
  left: 0.5em;
  color: #9e9e9e;
  position: absolute;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: color .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(11px);
          transform: translateY(11px);
}

.nopaddingleft {
  padding-left: 0px;
}

.nopaddingright {
  padding-right: 0px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 175%;
}

h4.text-bold.text-center {
  font-size: 2rem;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #0B318F;
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  padding: .75em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.invalid:not([type]), input.invalid:not([type]):focus, input.invalid[type=text]:not(.browser-default), input.invalid[type=text]:not(.browser-default):focus, input.invalid[type=password]:not(.browser-default), input.invalid[type=password]:not(.browser-default):focus, input.invalid[type=email]:not(.browser-default), input.invalid[type=email]:not(.browser-default):focus, input.invalid[type=url]:not(.browser-default), input.invalid[type=url]:not(.browser-default):focus, input.invalid[type=time]:not(.browser-default), input.invalid[type=time]:not(.browser-default):focus, input.invalid[type=date]:not(.browser-default), input.invalid[type=date]:not(.browser-default):focus, input.invalid[type=datetime]:not(.browser-default), input.invalid[type=datetime]:not(.browser-default):focus, input.invalid[type=datetime-local]:not(.browser-default), input.invalid[type=datetime-local]:not(.browser-default):focus, input.invalid[type=tel]:not(.browser-default), input.invalid[type=tel]:not(.browser-default):focus, input.invalid[type=number]:not(.browser-default), input.invalid[type=number]:not(.browser-default):focus, input.invalid[type=search]:not(.browser-default), input.invalid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.invalid, textarea.materialize-textarea.invalid:focus, .select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus {
  border: 1px solid #F44336;
  -webkit-box-shadow: 0px 5px 12px -7px #F44336;
          box-shadow: 0px 5px 12px -7px #F44336;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #072160;
  -webkit-box-shadow: 0px 5px 12px -7px #072160;
          box-shadow: 0px 5px 12px -7px #072160;
}

input.valid:not([type]), input.valid:not([type]):focus, input.valid[type=text]:not(.browser-default), input.valid[type=text]:not(.browser-default):focus, input.valid[type=password]:not(.browser-default), input.valid[type=password]:not(.browser-default):focus, input.valid[type=email]:not(.browser-default), input.valid[type=email]:not(.browser-default):focus, input.valid[type=url]:not(.browser-default), input.valid[type=url]:not(.browser-default):focus, input.valid[type=time]:not(.browser-default), input.valid[type=time]:not(.browser-default):focus, input.valid[type=date]:not(.browser-default), input.valid[type=date]:not(.browser-default):focus, input.valid[type=datetime]:not(.browser-default), input.valid[type=datetime]:not(.browser-default):focus, input.valid[type=datetime-local]:not(.browser-default), input.valid[type=datetime-local]:not(.browser-default):focus, input.valid[type=tel]:not(.browser-default), input.valid[type=tel]:not(.browser-default):focus, input.valid[type=number]:not(.browser-default), input.valid[type=number]:not(.browser-default):focus, input.valid[type=search]:not(.browser-default), input.valid[type=search]:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus, .select-wrapper.valid > input.select-dropdown {
  border: 1px solid #4CAF50;
  -webkit-box-shadow: 0px 5px 12px -7px #4CAF50;
          box-shadow: 0px 5px 12px -7px #4CAF50;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
  width: 100%;
}

.input-field .prefix.active {
  color: #072160;
}

.btn, .btn-large, .btn-small {
  color: #fff;
  background-color: #0B318F;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
  color: #fff;
  background-color: #1352ed;
}

.btn:focus, .btn-large:focus, .btn-small:focus, .btn-floating:focus {
  color: #fff;
  background-color: #1352ed;
}

legend {
  border-bottom: 2px solid #E60012;
}

.form-progress {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -5em;
  left: 0;
  pointer-events: none;
}

.form-progress .form-progress-container {
  display: block;
  position: relative;
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
}

@media (min-device-width: 30em) {
  .form-progress .form-progress-container {
    max-width: 750px;
  }
}

@media (min-device-width: 48em) {
  .form-progress .form-progress-container {
    max-width: 800px;
  }
}

@media (min-device-width: 62em) {
  .form-progress .form-progress-container {
    max-width: 800px;
  }
}

@media (min-device-width: 75em) {
  .form-progress .form-progress-container {
    max-width: 1024px;
  }
}

@media (min-device-width: 100em) {
  .form-progress .form-progress-container {
    max-width: 1024px;
  }
}

.form-progress-indicator label {
  position: absolute;
  top: -15px;
  color: white;
  white-space: nowrap;
  text-align: center;
  width: 500px;
}

.progress.form-progress-bar {
  display: block;
  position: relative;
  top: -0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0bcc6c;
  width: 100%;
  height: 0.75em;
  /* background: rgba(255,255,255,0); */
  -webkit-transition: 1s;
  transition: 1s;
  will-change: contents;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(181, 181, 181, 0.8)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(181, 181, 181, 0.8) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
  background-color: #ddd;
}

.progress .determinate {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.1) 100%);
  background-color: #0B318F;
  -webkit-transition: width 1.5s cubic-bezier(0.18, 0.04, 0, 1.12) !important;
  transition: width 1.5s cubic-bezier(0.18, 0.04, 0, 1.12) !important;
}

progress {
  display: block;
  position: relative;
  top: 2px;
  left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #0B318F;
  width: 100%;
  height: 5px;
  background: none;
  -webkit-transition: 1s;
  transition: 1s;
  will-change: contents;
}

progress::-webkit-progress-bar {
  background-color: #ddd;
}

progress::-webkit-progress-value {
  background-color: #0B318F;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form-progress-indicator {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: -3px;
  pointer-events: all;
}

.form-progress-indicator.one {
  left: 0;
}

.form-progress-indicator.two {
  left: 25%;
}

.form-progress-indicator.three {
  left: 50%;
}

.form-progress-indicator.four {
  left: 75%;
}

.form-progress-indicator.five {
  left: 100%;
}

.form-progress-indicator.active {
  /*cursor: pointer;*/
}

.form-progress-indicator.active .progress-pin {
  border-color: #072160;
  -webkit-animation: bounce 5s forwards;
          animation: bounce 5s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.form-progress-indicator.active .progress-label {
  color: #0B318F;
}

.form-progress-indicator.active .progress-label span {
  -webkit-animation: bounce 5s forwards;
          animation: bounce 5s forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  border-color: #041130;
  display: inline-block;
}

.form-progress-indicator.current-step .progress-pin {
  -webkit-animation: bounce 5s infinite;
          animation: bounce 5s infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.form-progress-indicator.current-step .progress-label span {
  -webkit-animation: bounce 5s infinite;
          animation: bounce 5s infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.form-progress-indicator .progress-pin {
  width: 25px;
  height: 25px;
  background: white;
  border: 14px solid #ddd;
  border-radius: 20%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  will-change: transform;
  -webkit-box-shadow: 0px 2px 5px -3px #000;
          box-shadow: 0px 2px 5px -3px #000;
}

.form-progress-indicator .progress-label {
  position: absolute;
  top: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  line-height: 1em;
  color: #404040;
  text-align: center;
}

.form-progress-indicator .progress-label span {
  white-space: nowrap;
}

@media (max-device-width: 30em) {
  .form-progress-indicator .progress-label span {
    font-size: 2.7vw;
  }
}

@media (min-device-width: 30em) {
  .form-progress-indicator .progress-label span {
    font-size: .7em;
  }
}

@media (min-device-width: 48em) {
  .form-progress-indicator .progress-label span {
    font-size: .85em;
  }
}

@media (max-device-width: 30em) {
  .form-progress-indicator .progress-label {
    line-height: .7em;
  }
}

@media (min-device-width: 30em) {
  .form-progress-indicator .progress-label {
    line-height: .7em;
  }
}

@media (min-device-width: 48em) {
  .form-progress-indicator .progress-label {
    line-height: 1em;
  }
}

@media (min-device-width: 62em) {
  .form-progress-indicator .progress-label {
    line-height: 1em;
  }
}

@media (max-device-width: 30em) {
  .form-progress-indicator.current-step {
    z-index: 999;
  }
  .form-progress-indicator.current-step .progress-label {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(111, 95, 95, 0.5);
    /*color: white;*/
    padding: .5em;
    border-radius: .5em;
  }
  .form-progress-indicator .progress-label {
    opacity: .7;
    -webkit-transform: scale(0.6) translate(-90%, -70%);
            transform: scale(0.6) translate(-90%, -70%);
  }
}

.other-box:not(.other-box-large) input:not([type]), .other-box:not(.other-box-large) input[type=text]:not(.browser-default), .other-box:not(.other-box-large) input[type=password]:not(.browser-default), .other-box:not(.other-box-large) input[type=email]:not(.browser-default), .other-box:not(.other-box-large) input[type=url]:not(.browser-default), .other-box:not(.other-box-large) input[type=time]:not(.browser-default), .other-box:not(.other-box-large) input[type=date]:not(.browser-default), .other-box:not(.other-box-large) input[type=datetime]:not(.browser-default), .other-box:not(.other-box-large) input[type=datetime-local]:not(.browser-default), .other-box:not(.other-box-large) input[type=tel]:not(.browser-default), .other-box:not(.other-box-large) input[type=number]:not(.browser-default), .other-box:not(.other-box-large) input[type=search]:not(.browser-default), .other-box:not(.other-box-large) textarea.materialize-textarea {
  /*margin-bottom: 0;*/
}

.modal.bottom-sheet {
  overflow: auto;
}

.large-input-field {
  margin-top: 2.5em;
}

.modal {
  color: #473e3e;
  background-color: #fff;
  bottom: auto;
  border-radius: 1.25em;
}

.modal .modal-content {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  border: 0;
  text-align: left;
}

.modal .modal-footer {
  border: 0px;
}

.modal .modal-footer .btn-long {
  margin: 0 auto;
  float: none;
  display: block;
  width: 80%;
}

.modal.warning-modal {
  width: 80%;
  max-width: 500px;
}

.modal.modal-small {
  max-width: 500px;
}

.collapsible.flat, .collapsible.flat > * {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0px;
  background-color: transparent;
}

.collapsible.flat .collapsible-header, .collapsible.flat .collapsible-body, .collapsible.flat > * .collapsible-header, .collapsible.flat > * .collapsible-body {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.dropdown-content.select-dropdown, .select-dropdown.dropdown-trigger {
  display: none !important;
}

.datepicker-select.orig-select-month, .datepicker-select.orig-select-year {
  display: block;
  border: 0;
  background-color: transparent;
}

.datepicker-select.orig-select-month:after,
.datepicker-select.orig-select-year:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.animation-container {
  position: relative;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  will-change: padding;
  overflow: hidden;
}

.form-step {
  position: absolute;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  will-change: transform, opacity;
}

.form-step.leaving {
  -webkit-animation: left-and-out .5s forwards;
          animation: left-and-out .5s forwards;
}

.form-step.waiting {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}

.form-step.coming {
  -webkit-animation: right-and-in .5s forwards;
          animation: right-and-in .5s forwards;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 50;
  stroke-miterlimit: 10;
  stroke: #13a53f;
  fill: none;
  -webkit-animation-delay: .4s !important;
          animation-delay: .4s !important;
  -webkit-animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.7s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.success-icon {
  opacity: 0;
  -webkit-animation-delay: .4s !important;
          animation-delay: .4s !important;
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: fadeIn 0.4s cubic-bezier(0.65, 0, 0.45, 1) forwards;
  width: 60%;
  max-width: 250px;
  margin: 0 auto;
}

.checkmark {
  width: 100%;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 1em auto;
  -webkit-box-shadow: inset 0px 0px 0px #5caf1b;
          box-shadow: inset 0px 0px 0px #5caf1b;
  -webkit-animation-delay: .9s !important;
          animation-delay: .9s !important;
  -webkit-animation: fill .6s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
          animation: fill .6s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation-delay: .8s !important;
          animation-delay: .8s !important;
  -webkit-animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.input-field.center-block {
  margin-top: 2.8em;
}

.input-field-reverse.center-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-field > label {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
}

i.required {
  color: #e60000;
  padding-left: .5em;
  font-size: 1rem;
}

@-webkit-keyframes left-and-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

@keyframes left-and-out {
  100% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
}

@-webkit-keyframes right-and-in {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right-and-in {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes bounce {
  4% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  4% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  15% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}

@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #5caf1b;
            box-shadow: inset 0px 0px 0px 30px #5caf1b;
  }
}

@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #5caf1b;
            box-shadow: inset 0px 0px 0px 30px #5caf1b;
  }
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.success-icon > svg {
  display: block;
}

.success-icon > img {
  display: none;
}

.datepicker-date-display {
  background-color: #0B318F;
}

.datepicker-table td.is-today, .datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #0B318F;
}

.datepicker-table td.is-selected {
  background-color: #0B318F;
  color: #fff;
}

.datepicker-table td, .datepicker-day-button {
  border-radius: 0px;
}

#flight-datepicker {
  margin-top: 36px;
}

@media screen and (min-width: 400px) {
  #flight-datepicker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#flight-datepicker .form-item {
  position: relative;
  margin: 12px 0 60px;
}

@media screen and (min-width: 400px) {
  #flight-datepicker .form-item {
    margin: 12px 24px 0 0;
  }
}

#flight-datepicker label {
  display: block;
  margin-bottom: 8px;
  color: white;
}

#flight-datepicker input {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 6px;
  width: 100%;
  font-family: 'Material Icons';
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: transpatent;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  outline: none;
  -webkit-transition: border-color .2s ease-out;
  transition: border-color .2s ease-out;
}

#flight-datepicker input:first-child, #flight-datepicker input:last-child {
  border-radius: 0;
}

#flight-datepicker input::-webkit-input-placeholder {
  color: transpatent;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}

#flight-datepicker input:-moz-placeholder {
  color: transpatent;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}

#flight-datepicker input::-moz-placeholder {
  color: transpatent;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}

#flight-datepicker input:-ms-input-placeholder {
  color: transpatent;
  font-size: 14px;
  line-height: 30px;
  -webkit-transition: color .2s .2s ease-out;
  transition: color .2s .2s ease-out;
}

#flight-datepicker input:focus {
  border-bottom-color: #041130;
}

#flight-datepicker input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#flight-datepicker input:focus:-moz-placeholder {
  color: transparent;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#flight-datepicker input:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#flight-datepicker input:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#flight-datepicker .date-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: calc(100% + 6px);
  font-size: 12px;
  color: white;
}

@media screen and (min-width: 400px) {
  #flight-datepicker .date-text {
    top: 100%;
  }
}

.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  border-radius: 0;
  -webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
}

.datepicker.dropdown-menu table {
  background-color: #072160;
}

.datepicker.dropdown-menu table thead {
  background-color: #072160;
}

.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}

.datepicker.dropdown-menu table tbody {
  background-color: white;
}

.datepicker.dropdown-menu table tr {
  border-top: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 8px;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: background-color .6s ease-out;
  transition: background-color .6s ease-out;
}

@media screen and (min-width: 400px) {
  .datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
    padding: 12px;
  }
}

.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
  border-color: #ededed;
  border-radius: 0;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
  background-color: #0B318F;
  border-color: #ededed;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
  background-color: #041130;
  border-color: #ededed;
}

.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ffffff;
  background-color: inherit;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background-color: #061948;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
  background-color: #071e56;
  border-top: 1px solid #061c51;
  border-radius: 0;
}

.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid #ededed;
}

.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}

.datepicker.dropdown-menu table tr td.range {
  background-color: #eeeeee;
}

.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #ccc;
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
  position: absolute;
  top: 26px;
  right: 0;
  font-size: 24px;
  z-index: -99;
}

@-webkit-keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#captcha_container > * {
  float: none;
  margin: 0 auto;
}

legend {
  margin-bottom: 0;
}

/*
[style].modal.modal-camera {
    width:auto;
    max-height: 98%;
    max-width: 98%;
    top: 1% !important;
}*/
.modal.modal-camera .modal-content {
  background-color: #372f2f;
}

.modal.modal-camera .modal-footer {
  position: absolute;
  bottom: 0;
  background: transparent;
}

.modal.modal-camera .modal-close-top {
  position: absolute;
  top: 1em;
  right: .5em;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999;
}

@media (max-device-width: 30em) {
  .modal.modal-camera {
    width: auto;
    max-height: 98%;
    max-width: 98%;
    top: 1% !important;
  }
}

@media (max-device-width: 30em) and (orientation: landscape) {
  .orientation-guide-portrait {
    display: block;
  }
  .orientation-guide-landscape {
    display: none;
  }
  .video-container {
    padding-bottom: 56.25%;
  }
}

@media (max-device-width: 30em) and (orientation: portrait) {
  .orientation-guide-portrait {
    display: none;
  }
  .orientation-guide-landscape {
    display: block;
  }
  .video-container {
    padding-bottom: 100%;
  }
  .video-container.video-facingmode {
    padding-bottom: 177.5%;
  }
}

@media (min-device-width: 30em) {
  .modal.modal-camera {
    width: auto;
    max-height: 90%;
    max-width: 80%;
    top: 5% !important;
  }
}

@media (min-device-width: 30em) and (orientation: landscape) {
  .orientation-guide-portrait {
    display: block;
  }
  .orientation-guide-landscape {
    display: none;
  }
  .video-container {
    padding-bottom: 56.25%;
  }
}

@media (min-device-width: 30em) and (orientation: portrait) {
  .orientation-guide-portrait {
    display: none;
  }
  .orientation-guide-landscape {
    display: block;
  }
  .video-container {
    padding-bottom: 56.25%;
  }
  .video-container {
    padding-bottom: 100%;
  }
  .video-container.video-facingmode {
    padding-bottom: 177.5%;
  }
}

@media (min-device-width: 48em) {
  .modal.modal-camera {
    width: auto;
    max-height: 90%;
    max-width: 90%;
    top: 5% !important;
  }
}

@media (min-device-width: 48em) and (orientation: landscape) {
  .orientation-guide-portrait {
    display: block;
  }
  .orientation-guide-landscape {
    display: none;
  }
  .video-container {
    padding-bottom: 56.25%;
  }
}

@media (min-device-width: 48em) and (orientation: portrait) {
  .modal.modal-camera {
    width: 65%;
  }
  .orientation-guide-portrait {
    display: none;
  }
  .orientation-guide-landscape {
    display: block;
  }
  .video-container {
    padding-bottom: 56.25%;
  }
  .video-container {
    padding-bottom: 100%;
  }
  .video-container.video-facingmode {
    padding-bottom: 177.5%;
  }
}

@media (min-device-width: 62em) and (orientation: landscape) {
  .modal.modal-camera {
    width: 70%;
    max-width: 1024px;
  }
  .orientation-guide-portrait {
    display: none;
  }
  .orientation-guide-landscape {
    display: none;
  }
  .video-container {
    padding-bottom: 56.25%;
  }
}

@media (min-device-width: 62em) and (orientation: portrait) {
  .orientation-guide-portrait {
    display: none;
  }
  .orientation-guide-landscape {
    display: none;
  }
  .video-container {
    padding-bottom: 100%;
  }
  .video-container.video-facingmode {
    padding-bottom: 100%;
  }
}

.orientation-guide-portrait.orientation-guide-hide, .orientation-guide-landscape.orientation-guide-hide {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */