/*==============================================*/
@font-face {
  font-family: 'rbtr';
  src: url('/fonts/Roboto-Regular-webfont.eot');
  src: url('/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Regular-webfont.woff') format('woff'), url('/fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtm';
  src: url('/fonts/Roboto-Medium-webfont.eot');
  src: url('/fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Medium-webfont.woff') format('woff'), url('/fonts/Roboto-Medium-webfont.ttf') format('truetype'), url('/fonts/Roboto-Medium-webfont.svg#robotomedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtb';
  src: url('/fonts/Roboto-Bold-webfont.eot');
  src: url('/fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Roboto-Bold-webfont.woff') format('woff'), url('/fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('/fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rbtl';
  src: url('fonts/roboto-light.eot');
  src: url('fonts/roboto-light.eot') format('embedded-opentype'), url('fonts/roboto-light.woff') format('woff'), url('fonts/roboto-light.ttf') format('truetype'), url('fonts/roboto-light.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.color li {
  padding: 5px 10px;
  list-style: none;
  display: inline-block;
}
.color li:nth-child(1) {
  background-color: #00539e;
}
.color li:nth-child(2) {
  background-color: #4b7b9c;
}
.color li:nth-child(3) {
  background-color: #003494;
}
.color li:nth-child(4) {
  background-color: #777777;
}
.color li:nth-child(5) {
  background-color: #333333;
}
.color li:nth-child(6) {
  background-color: #a8b4da;
}
.color li:nth-child(7) {
  background-color: #cdc3ac;
}
.color li:nth-child(8) {
  background-color: #c0392b;
}
.color li:nth-child(9) {
  background-color: #8b6d49;
}
.color li:nth-child(10) {
  background-color: #cccccc;
}
.color li:nth-child(11) {
  background-color: #4d4d4d;
}
.color li:nth-child(12) {
  background-color: #999999;
}
.color li:nth-child(13) {
  background-color: #808080;
}
.color li:nth-child(14) {
  background-color: #b2cce0;
}
.color li:nth-child(15) {
  background-color: #a8b7d7;
}
.color li:nth-child(16) {
  background-color: #5077b0;
}
.color li:nth-child(17) {
  background-color: #ffffff;
}
.color li:nth-child(18) {
  background-color: #ffffff;
}
.color li:nth-child(19) {
  background-color: #ebf2f2;
}
.color li:nth-child(20) {
  background-color: #d1d1e9;
}
.color li:nth-child(21) {
  background-color: #01304c;
}
.color li:nth-child(22) {
  background-color: #0380db;
}
#signup {
  background-color: #a8b4da;
}
#signup h1 {
  color: #4fb5f9;
}
#signup .container {
  background-color: #e3e3e3;
  padding-right: 0px;
  padding-left: 0px;
}
#signup p {
  color: #999;
}
#signup .form-group {
  margin-bottom: 5px;
}
#signup .form-group.has-error label {
  text-align: center;
}
#signup .form-group .help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}
#signup input.btn {
  background-color: #4fb5f9;
  border: none;
  border-radius: 0;
  width: 100%;
}
#signup .or .col-xs-5 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-top: 15px;
}
#signup .or .col-xs-2 {
  padding-top: 5px;
}
#signup .or p {
  color: #999;
}
#register .container.background {
  padding: 40px 10px;
  min-height: 80vh;
  position: relative;
}
#register .wizard {
  margin: 0 auto;
}
#register .wizard a {
  color: inherit;
}
#register .wizard a:hover {
  text-decoration: none;
}
#register .wizard .line {
  width: 80%;
  margin: 0 auto;
  background-color: #0380d7;
  height: 10px;
  border-radius: 10px;
  margin-top: 50px;
  position: relative;
}
#register .wizard .line li {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 auto;
}
#register .wizard .line li.active {
  background-color: #1b3b7b;
  border: 1px solid #ffffff;
}
#register .wizard .line li.pass {
  background-color: #1b3b7b;
  border: none;
}
#register .wizard .line li:nth-child(1) {
  margin-top: 1px;
  left: 1px;
}
#register .wizard .line li:nth-child(2) {
  margin-top: 1px;
  margin-left: 33%;
}
#register .wizard .line li:nth-child(3) {
  margin-top: 1px;
  margin-left: 66%;
}
#register .wizard .line li:nth-child(4) {
  margin-top: 1px;
  right: 1px;
}
#register .wizard .line p {
  font-size: 10px;
  color: #939393;
  max-width: 70px;
  text-align: center;
  margin-top: -35px;
  float: left;
  margin-left: -35px;
}
#register .wizard .line p:nth-child(4) {
  position: absolute;
}
#register .wizard .line p:nth-child(5) {
  position: absolute;
}
#register .wizard .line p:nth-child(6) {
  position: absolute;
  left: 33%;
}
#register .wizard .line p:nth-child(7) {
  position: absolute;
  left: 66%;
}
#register .wizard .line p:nth-child(8) {
  position: absolute;
  right: -35px;
}
#register .wizard .line .progressbar0 {
  border: 1px solid #1b3b7b;
  position: absolute;
  width: 0%;
  margin-left: 5px;
  margin-top: 4px;
}
#register .wizard .line .progressbar33 {
  border: 1px solid #1b3b7b;
  position: absolute;
  width: 33%;
  margin-left: 5px;
  margin-top: 4px;
}
#register .wizard .line .progressbar50 {
  border: 1px solid #1b3b7b;
  position: absolute;
  width: 50%;
  margin-left: 5px;
  margin-top: 4px;
}
#register .wizard .line .progressbar66 {
  border: 1px solid #1b3b7b;
  position: absolute;
  width: 66%;
  margin-left: 5px;
  margin-top: 4px;
}
#register .wizard .line .progressbar100 {
  border: 1px solid #1b3b7b;
  position: absolute;
  width: 98.2%;
  margin-left: 5px;
  margin-top: 4px;
}
#register h1 {
  text-align: center;
  margin-bottom: 10px;
  padding-top: 20px;
}
#register .step2 .signupback {
  position: absolute;
  top: 50%;
  margin-left: 50px;
  padding: 20px 10px;
  border-radius: 10px;
}
#register .step2 .signupback:hover {
  background-color: #eee;
}
#register .step2 .container {
  min-height: 80vh;
}
#register .step2 h4 {
  font-family: rbtr;
  font-size: 14px;
  color: #555;
  border-bottom: 2px solid #ccc;
}
#register .step2 .generaltitle {
  width: 100px;
}
#register .step2 .avatar {
  width: 100px;
  margin-right: auto;
  margin-left: auto;
}
#register .step2 .avatar .avt {
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
#register .step2 .regulation {
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  padding: 20px;
  color: #ff0000;
  font-family: rbtr;
  font-size: 13px;
  margin: 20px 0;
}
#register .step2 button.btn {
  background-color: inherit;
  background-image: url(images/regbtn.svg);
  color: #ffffff !important;
  border: none;
  background-size: 85px 85px;
  width: 85px;
  height: 85px;
  margin: auto;
  font-size: 11px;
  line-height: 70px;
  margin-top: 30px;
}
#register .step2 button.btn:hover {
  background-image: url(images/regbtn-hover.svg);
}
#register .step2 button.btn.disabled {
  background-image: url(images/regbtn-disabled.svg);
  opacity: 1;
}
#register .step2 button.btn:active {
  box-shadow: none;
}
#register .step2 .checkbox {
  margin-top: 20px;
}
#register .step2 .checkbox p {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
#register .step3 .signupback {
  position: absolute;
  top: 50%;
  margin-left: 50px;
  padding: 20px 10px;
  border-radius: 10px;
}
#register .step3 .signupback:hover {
  background-color: #eee;
}
#register .step3 .document-header {
  border: 1px solid #b3b3b3;
  border-radius: 0.5em;
  margin-top: 2em;
}
#register .step3 .document-header p {
  margin: 10px 0;
}
#register .step3 .document-body {
  background-color: #ffffff85;
  margin-bottom: 2em;
  margin-top: 2em;
  border-width: 5px;
  border-style: solid;
  border-top-color: #233e8d;
  border-right-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  border-left-color: #f6f6f6;
  border-radius: 0.5em;
}
#register .step3 .document-body p {
  margin: 20px 0;
}
#register .step3 p {
  color: #4d4d4d;
  text-align: center;
  font-family: rbtr;
  font-size: 13px;
}
#register .step3 p.example {
  position: absolute;
  margin-top: -95px;
  font-family: rbtr;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: -15px;
  opacity: 0.7;
}
#register .step3 .upload p {
  color: #0380db;
}
#register .step3 .upload p:hover {
  text-decoration: underline;
}
#register .step3 a.btn {
  background-color: inherit;
  background-image: url(images/regbtn.svg);
  color: #ffffff !important;
  border: none;
  background-size: 85px 85px;
  width: 85px;
  height: 85px;
  margin: auto;
  font-size: 11px;
  line-height: 70px;
  margin-top: 0px;
}
#register .step3 a.btn:hover {
  background-image: url(images/regbtn-hover.svg);
}
#register .step3 a.btn.disabled {
  background-image: url(images/regbtn-disabled.svg);
  opacity: 1;
}
#register .step3 a.btn:active {
  box-shadow: none;
}
#register .step3 img {
  margin: 0 auto;
}
#register .step3 .document_form .img-loading {
  opacity: 0.4;
}
#register .step3 .document_form .progress {
  height: 5px;
  border-radius: 0;
  margin-bottom: 0px;
}
#register .step3 .document_form img.spinner {
  top: 45%;
  left: 45.5%;
  position: absolute;
}
#register .step3 .document_form .cropper-container {
  left: auto !important;
  margin: 0 auto !important;
}
#register .step3 .document_form img {
  margin: 0 auto;
}
#register .step3 .document_form p {
  margin: 20px 0;
  text-align: center;
  color: #4d4d4d;
  font-family: rbtr;
  font-size: 13px;
}
#register .step3 .document_form p.example {
  position: absolute;
  margin-top: -95px;
  font-family: rbtr;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: -15px;
  opacity: 0.7;
}
#register .step3 .document_form .upload p {
  color: #0380db;
}
#register .step3 .document_form .upload p:hover {
  text-decoration: underline;
}
#register .step3 .btn-group {
  list-style: none;
  margin-bottom: 40px;
  width: 100%;
}
#register .step3 .btn-group a {
  color: inherit;
  padding: 10px;
}
#register .step3 .btn-group a:hover {
  text-decoration: none;
  color: #eee !important;
}
#register .step3 .btn-group div:nth-child(1) {
  background-color: #4fb5f9;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
#register .step3 .btn-group div:nth-child(2) {
  text-align: center;
  padding: 10px;
}
#register .step3 .btn-group div:nth-child(3) {
  background-color: #ccc;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
#register .step3 #tab-modal-3 .checkbox {
  margin-top: 20px;
}
#register .step3 #tab-modal-3 .checkbox p {
  margin: 0;
  padding: 0;
}
#register .step3 #tab-modal-3 .checkbox label {
  padding: 0;
  margin: 10px 0;
}
#register .step3 h4 {
  font-family: rbtr;
  font-size: 14px;
  color: #555;
  border-bottom: 2px solid #cccccc;
}
#register .step4 .signupback {
  position: absolute;
  top: 50%;
  margin-left: 50px;
  padding: 20px 10px;
  border-radius: 10px;
}
#register .step4 .signupback:hover {
  background-color: #eee;
}
#register .step4 button.btn {
  background-color: inherit;
  border: none;
  background-image: url(images/regbtn.svg);
  background-size: cover;
  width: 85px;
  height: 85px;
  margin: auto;
  color: #fff;
  font-size: 11px;
  line-height: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#register .step4 button.btn:hover {
  background-image: url(images/regbtn-hover.svg);
}
#register .step4 button.btn:active {
  box-shadow: none;
}
#register .step4 .input-group {
  width: 120px;
  margin: 0 auto;
}
#register .step4 .inputotp {
  text-align: center;
}
#register .step4 .inputotp input {
  max-width: 60px;
  text-align: center;
}
#register .step4 .btn-group {
  list-style: none;
  margin-bottom: 40px;
  width: 100%;
}
#register .step4 .btn-group a {
  color: inherit;
  padding: 10px;
}
#register .step4 .btn-group a:hover {
  text-decoration: none;
  color: #eee !important;
}
#register .step4 .btn-group div:nth-child(1) {
  background-color: #ccc;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
#register .step4 .btn-group div:nth-child(2) {
  text-align: center;
  padding: 10px;
}
#register .step4 .btn-group div:nth-child(3) {
  background-color: #ccc;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  padding: 10px;
}
#thankyou .container.background {
  min-height: 600px;
  height: 60vh;
}
#thankyou h1 {
  margin-bottom: 10px;
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
}
#thankyou h2 {
  margin-top: 30px;
}
#thankyou span.email {
  color: #4b7b9c;
}
@media (min-width: 768px) {
  .video iframe {
    width: 100%;
    height: 400px !important;
  }
}
@media (min-width: 992px) {
  #signup .signin {
    margin: 0 auto;
    width: 570px;
  }
  #signup .signin .or {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: #ebf2f2;
    margin-left: 272px;
    margin-top: 65px;
  }
  #signup .signin .or p {
    margin-top: 4px;
    font-size: 12px;
  }
  #signup .container.background {
    background-image: url(images/sinbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
  #signup .social {
    border-right: 1px solid #cccccc;
    padding: 0 50px;
    border-bottom: 0px;
  }
  .wrap-select {
    margin: 0px;
    padding: 0px;
  }
}
