

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .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,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .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,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  /*.container {
    width: 76rem;
  }*/

  .col-lg,
  .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,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.box, .box-first, .box-large, .box-nested, .box-row {
    position: relative;
    box-sizing: border-box;
    min-height: 1rem;
    margin-bottom: 0;
    background: #007FFF;
    border: 1px solid #FFF;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 1rem;
}

.box-row {
    margin-bottom: 1rem;
}

.box-nested {
    background: #036;
    border-color: #007FFF;
}
@media only screen and (min-width: 48rem){
  .box, .box-first, .box-large, .box-nested, .box-row {
      padding: 1rem;
  }

}

.form-group {
  margin-bottom: 1em;
}

.form-group label {
  display: inline-block;
  margin-bottom: 0.3em;
}

.label-inline {
  margin-top: 1px;
  padding-top: 0.375em;
}


.form-group [type="date"], .form-group [type="email"], .form-group [type="number"], .form-group [type="password"],
 .form-group [type="search"], .form-group [type="tel"], .form-group [type="text"], .form-group [type="url"], .form-group textarea, .form-group select {
  display: block;
  width: 100%;
  height: 2.375em;
  border: 1px solid #b6b6b6;
  border-radius: 0.125em;
  padding: 0.375em 0.75em;
  box-sizing : border-box;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  background-color: #fff;
  color: #333;
  -webkit-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;

}

.form-group [type="date"]:focus, .form-group [type="email"]:focus, .form-group [type="number"]:focus, .form-group [type="password"]:focus, .form-group [type="search"]:focus, .form-group [type="tel"]:focus,
.form-group [type="text"]:focus, .form-group [type="url"]:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: #838383;
  outline: 0;
}

.form-group [type="date"][disabled], .form-group [type="email"][disabled], .form-group [type="number"][disabled], .form-group [type="password"][disabled],
.form-group [type="search"][disabled], .form-group [type="tel"][disabled], .form-group [type="text"][disabled], .form-group [type="url"][disabled],
.form-group textarea[disabled],.form-group select[disabled] {
  border-color: #ccc;
  background-color: #eee;
  color: #555;
  cursor: not-allowed;
}

.form-group select {
  overflow-x: hidden;
}

.form-group select[multiple], .form-group select[size] {
  height: auto;
}

.form-group textarea {
  resize: vertical;
}

.form-group textarea[rows] {
  height: auto;
}

.form-group textarea:not([rows]) {
  height: 4.75em;
}

.checkbox,
.radio {
  line-height: 1.45;
}

.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25em;
  line-height: normal;
}

.form-group input[type="radio"] + label,
.form-group input[type="checkbox"] + label {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: inherit;
}

.form-group input[type="radio"][disabled] + label,
.form-group input[type="checkbox"][disabled] + label {
  color: #555;
  cursor: not-allowed;
}

.form-group input[type="file"] {
  display: block;
}

.form-group [placeholder].placeholder {
  color: #b3b2b2;
}

.form-group [placeholder]::-webkit-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

.form-group [placeholder]:-ms-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

.form-group [placeholder]::-ms-input-placeholder {
  color: #b3b2b2;
  opacity: 1;
}

.form-group [placeholder]::placeholder {
  color: #b3b2b2;
  opacity: 1;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
}

.checkbox input[type="checkbox"] + label,
.checkbox input[type="checkbox"] + label::after,
.radio input[type="radio"] + label,
.radio input[type="radio"] + label::after {
  position: relative;
  padding-left: 1.4em;
}

.checkbox input[type="checkbox"] + label::before,
.radio input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.checkbox input[type="checkbox"] + label:hover::before,
.checkbox input[type="checkbox"]:focus + label::before,
.radio input[type="radio"] + label:hover::before,
.radio input[type="radio"]:focus + label::before {
  border-color: #838383;
}

.checkbox input[type="checkbox"] + label:active::before,
.radio input[type="radio"] + label:active::before {
  background-color: #e6e5e5;
}

.checkbox input[type="checkbox"][disabled] + label::before,
.radio input[type="radio"][disabled] + label::before {
  border-color: #ccc;
  background-color: #eee;
}

.radio input[type="radio"] + label::before {
  border-radius: 1em;
}

.radio input[type="radio"]:checked + label::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVChTYyAEGKE0i6KiYjOQjoFwGZZwcnK2Xrt27QsziAeUbGVkZKwAYj4otvnz5w/b+/fvdzOB1TMw+EBpOPj//787iIYpwAnACoBG7gDzUMFeEAF2g6Sk5HGQnUBj5YDcT0A8D+jI2tevX/8CyeMBDAwAQ4wgZq0O/WQAAAAASUVORK5CYII=");
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

.checkbox input[type="checkbox"]:checked + label::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVChTYyAEGKE0CjA2Ntb4////dGZm5khmqBgcQCX3MzIy6gBpBkZk1f/+/ROASkoA6TW8vLyRTCBJoIDD379/96NLHjx48A8TSCdQ4AZQQgNdEmQl2JGmpqYSIBOAzCvIkigA6BYRe3t7FigXChgYAGONRUtL5Ld6AAAAAElFTkSuQmCC");
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

.select {
  position: relative;
}

.select select {
  padding-right: 2em;
  padding-right: 0.75em \9;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:focus::-ms-value {
  background: transparent;
  color: currentColor;
}

.select::after {
  content: '';
  display: none \9;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0.75em;
  width: 12px;
  height: 2.375em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVChTYzQyMqpnZGRsYCAC/P//v4H5+fPnByUlJRmAmhyg4lgBSPG5c+camUEcQppgikFssAYQwKUJWTEIwDWAAEiTlJSUAJBpAeIDFRcCFXeC2HiBsbFxPzAwCqBcJMDAAAD1cjECKulnugAAAABJRU5ErkJggg==");
  /* autoprefixer: off */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath fill='%23333' d='M0 0l6 6 6-6h-12z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select::after {
    display: block;
  }
  .select select {
    padding-right: 2em;
  }
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 1em;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125em;
  background-color: #2185d0;
  color: #fff;
}

table tr th{
  vertical-align: middle !important;
}

.btn:hover, .btn:focus {
  outline: 0;
  text-decoration: none;
  background-color: #1678c2;
  color: #fff;
}

.btn:active {
  background-color: #1678c2;
  color: #fff;
}

.btn.disabled, .btn[disabled] {
  opacity: 0.65;
  cursor: default;
  pointer-events: none;
}

.btn.red{
  background: #db2828;
}

.btn.red:hover, .btn.red:focus {
  outline: 0;
  text-decoration: none;
  background: #d01919;
  color: #fff;
}

.btn.red:active {
  background: #d01919;
  color: #fff;
}




.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: inherit;
}



/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.titulo-seccion{

}
.btn[type=submit]{
  font-size: 15px;
  line-height: 1.42857;
}
.titulo-seccion {
  margin: 0 0 2em 0;
  text-align: center;
  padding: 1rem 0 !important;
  font-weight: bold;
  font-size: 1rem;
}
.linea-titulo {
  line-height: 0.5;
  text-align: center;
  overflow:hidden;
}
.linea-titulo span {
  display: inline-block;
  position: relative;
}
.linea-titulo span:before,
.linea-titulo span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #e8e8e8;

  top: 0;
  width: 1000px;
}
.linea-titulo span:before {
  right: 100%;
  margin-right: 15px;
}
.linea-titulo span:after {
  left: 100%;
  margin-left: 15px;
}

.hide_d{
  display: none;
}

.input-icon{
  position: relative;
}

.input-icon .icon{
  position: absolute;
  right: 3px;
  top: 8px;
}

.input-icon .icon.hide,
.btn.hide{
  display: none;
}

.input-label{
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  box-sizing : border-box;

}

.input-label label{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  line-height: 1;
  vertical-align: baseline;
  background-color: #E8E8E8;
  background-image: none;
  padding: .5833em .833em;
  color: rgba(0, 0, 0, .6);
  text-transform: none;
  font-weight: 700;
  border: 0 solid transparent;
}

.input-label input{
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 0;
  box-sizing : border-box;
  width: 0 !important;
}

.in_upper{
  text-transform: uppercase;
}
.text-center{
  text-align: center;
}

.text-left{
  text-align: left;
}

.text-right{
  text-align: right;
}

.img_identificacion,
.img_identificacion_contacto{
  width: 100%;
  max-width: 150px;
  margin: auto;
  cursor: pointer;
}

.contenedor_img,
.contenedor_img_contacto{
  margin-bottom: 0;

}

#quitar_img.hide,
#quitar_img_contacto.hide{
  display: none;
}

.alert {
  padding: 1rem !important;
  background-color: #2196F3;
  color: white;
  margin-bottom: 1rem !important;
  font-size: 12px;
  font-weight: 400;
}

.alert .icon_cerrar{
  float: right;
  cursor: pointer;
}

.no_editable{
  border-color: #ccc !important;
  background-color: #eee !important;
  color: #555 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.contenedor_correo .form-group,
.contenedor_telefono .form-group,
.contenedor_certificado .form-group,
.contenedor_referencias .form-group,
.contenedor_auxiliares .form-group{
  position: relative;
}

.btn_quitar{
  position: absolute;
  right: 0px;
  bottom: 10px;
  font-size: 1.5rem !important;
  color: red;
  cursor: pointer;
  opacity: 0 !important;
  transition: opacity 0.1s ease-in-out;
  color: #F26175;
}

.btn_quitar:hover{
  color: #f0455c;
}


.form-group:hover .btn_quitar,
.contenedor_telefono .row:hover .btn_quitar,
.contenedor_certificado .row:hover .btn_quitar,
.contenedor_referencias .row:hover .btn_quitar,
.contenedor_auxiliares .row:hover .btn_quitar{
  opacity: 1 !important;

}

.form-group label,
label.title_f{
  font-weight: 600;
  font-size: 0.8rem;
}

.btn.white{
  background: #fff;
  color: #545454;
  border: 1px solid #b6b6b6;
}

#solicitud_psp{
  margin-bottom: 2rem;
}


.back_row{
  background: #f3f3f3;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  position: relative;
}


.btn.green{
  background: #21ba45;
}

.btn.green:hover, .btn.green:focus {
  outline: 0;
  text-decoration: none;
  background: #16ab39;
  color: #fff;
}

.btn.green:active {
  background: #16ab39;
  color: #fff;
}

hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin: 1em 0;
  padding: 0;
}
.field .label.prompt{
  display: none;
}

.field.error{
  color: #db2828;
}
.field.error input::placeholder{
  color: #db2828;
  opacity: 0.3;
}
.field.error input{
  border: 1px solid #db2828;
  color: #db2828;
}
.field.error .label.prompt{
  display: block;
  font-size: 12px;
  text-align: center;
}

#curp,
#curp_contacto,
input[name='curp_auxiliar[]']{
  text-transform: uppercase;
}

.icon.ion-checkmark-round,
.icon.ion-close-round{
  top: 5px;
}
.icon.ion-checkmark-round{
  color: #016936;
}
.icon.ion-close-round{
  color: #B03060;
}

.form-group.error{
  color: #db2828;
}
.form-group.error .label.prompt {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #db2828;
}

.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
}

.table th,
.table td {
  padding: 0.7em 0.6em;
  border-bottom: 1px solid #dedede;
  vertical-align: top;
}

.table th {
  text-align: left;
}

.table thead th {
  border-bottom-width: 2px;
  vertical-align: bottom;
}

.table tbody tr:nth-child(2n+1) {
  background-color: #f7f7f7;
}

th.th-center, td.td-center{
    text-align: center;
    vertical-align:middle;
}

td.fit{
    padding: 0.7em 0em;
}
.form-group {
    margin-bottom: 1em;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0.375em 1em;
    -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
    transition: background-color 0.15s ease-out, color 0.15s ease-out;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.125em;
    background-color: #0275d8;
    color: #fff;
}

.btn:hover, .btn:focus {
    outline: 0;
    text-decoration: none;
    background-color: #025aa5;
    color: #fff;
}

.btn:active {
    background-color: #025aa5;
    color: #fff;
}

.btn.disabled, .btn[disabled] {
    opacity: 0.65;
    cursor: default;
    pointer-events: none;
}
.__section{
    padding-top: 3rem;
}

.conv_seccionContrato{
    padding: 3em 0 !important;
    min-height: calc(100vh - 416px);
}

.modal{
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
}
.conv_acciones p{
    width: 100%;
    text-align: center;
    font-size: 120%;
}
.loader_text{

    text-align: center;
    width: 100%;

}
.loader {
  position: relative;
  width: 44px;
  height: 8px;
  margin: 12px auto;

}

.hide{
    display: none;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ccc;
  position: absolute;
}

.dot_1 {
  animation: animateDot1 1.5s linear infinite;
  left: 12px;
  background: #49a6e0;
}

.dot_2 {
  animation: animateDot2 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}

.dot_3 {
  animation: animateDot3 1.5s linear infinite;
  left: 12px;
}

.dot_4 {
  animation: animateDot4 1.5s linear infinite;
  animation-delay: 0.5s;
  left: 24px;
}

@keyframes animateDot1 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(180deg) translateX(-12px);
  }
  75% {
    transform: rotate(180deg) translateX(-12px);
  }
  100% {
    transform: rotate(360deg) translateX(-12px);
  }
}
@keyframes animateDot2 {
  0% {
    transform: rotate(0deg) translateX(-12px);
  }
  25% {
    transform: rotate(-180deg) translateX(-12px);
  }
  75% {
    transform: rotate(-180deg) translateX(-12px);
  }
  100% {
    transform: rotate(-360deg) translateX(-12px);
  }
}
@keyframes animateDot3 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(180deg) translateX(12px);
  }
  75% {
    transform: rotate(180deg) translateX(12px);
  }
  100% {
    transform: rotate(360deg) translateX(12px);
  }
}
@keyframes animateDot4 {
  0% {
    transform: rotate(0deg) translateX(12px);
  }
  25% {
    transform: rotate(-180deg) translateX(12px);
  }
  75% {
    transform: rotate(-180deg) translateX(12px);
  }
  100% {
    transform: rotate(-360deg) translateX(12px);
  }
}

.contenidoModal{
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    transform: none;

}

.estrellasCont a{
    color:#666;
}

.modalCalificar .estrellasCont ul li a.active i {
    color: #ffce1a;
}
.cb_calificacion{
    width: 0;
    height: 0;
    visibility: hidden;
}

.modalCalificar textarea{
    padding: 1em;
}

.no-click{
    pointer-events: none;
}

.__margin_top{
    margin-top: 2rem;
}
.dropbtn {
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: transparent;
}

.dropbtn:hover, .dropbtn:focus {
  font-weight: bold;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;

}

.dropdown-content a {
  color: black;
  padding: 10px 5px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown a:hover {background-color: #ddd}
.show {display:block;}

.conv_acciones .btn {
padding: 5px 20px;
}
.list-equal {
padding-left: 0;
list-style: none;
display: table;
table-layout: fixed;
width: 100%;
}
.list-equal>li {
display: table-cell;
text-align: center;
}

.list-inline {
padding-left: 0;
list-style: none;
margin-left: -1em;
}
.list-inline>li {
float: left;
margin-left: 1em;
}

.__margin_bottom{
margin-bottom: 2rem !important;
}
.form-group.search{
max-width: 200px;
float: right;
}

.pagination{
text-align: right;
}
.pagination li {
display:inline-block;
border-radius: 2px;
color: #000;
font-size: 13px;
font-weight: bolder;
padding: 4px 7px;
margin-left: 5px;
}
.pagination li.active{
background: #e4e4e4;
}
.pagination li a{
color: #999;
}
.instrucciones p{
  margin-bottom: 0.6rem !important;
  font-weight: 600;
  font-size: 0.9rem;
}

#tabla_doc .input_file{
  margin-bottom: 0 !important;
}
#tabla_doc td{
  vertical-align: middle;
}
.cerrarModal{
  color: #000 !important;
}
.__margin_bottom{
  margin-bottom: 2rem !important;
}

.td_persona span{
  cursor: pointer;
}
