/* Viewport setting
http://getbootstrap.com/getting-started/#support-ie10-width
http://wdbp.net/documentation/viewport-meta-tag-and-at-viewport-css-rule/
*/

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* initial styles - begin */

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 42px;
  /* navbar-fixed-top */
  margin-bottom: 22px;
  /* sticky footer height */
}

/* initial styles - end */

/* browser upgrade message */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* footer style */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  line-height: 20px;
  height: 22px;
  background-color: #f5f5f5;
  opacity: 0.7;
}

/* menu - begin */

nav.navbar {
  min-height: 42px;
  margin-bottom: 12px;
}

nav.navbar-default {
  opacity: 0.98;
}

nav.navbar-default a.navbar-brand {
  vertical-align: text-bottom;
  padding: 8px 15px;
  height: auto;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.1em;
  color: #9F234B;
}

nav.navbar-default .navbar-toggle {
  margin-top: 4px;
  margin-bottom: 4px;
}

ul.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.navbar-nav>li p.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.navbar-nav>li>a:hover {
  cursor: pointer;
}

#app {
  padding-left: 4px;
  font-size: 0.7em;
  font-weight: 300;
}

.navbar-nav {
  border-top: 1px solid #aaa;
  /*#eccdd7; pink*/
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-default .navbar-collapse {
  border-bottom: 1px solid #ccc;
  /*#d65f86; red*/
}

.dropdown-menu .divider {
  margin: 5px 0;
}

/* menu - end */

/* regular page - begin*/

.lead {
  margin-top: 1.1em;

}

/* regular page - end */

/* login page - begin */

#login-box .lead {
  text-align: center;
  margin-top: 30%;
  margin-bottom: 16px;
}

#login-box .well {
  margin-bottom: 0
}

#login-box .btn-primary {
  width: 50%
}

#submit-login-box {
  margin-bottom: 0;
  margin-top: 16px;
  clear: both;
}

#forgot-pass {
  text-align: right;
  padding: 0 4px;
}

#forgot-pass a {
  padding: 3px;
}

/* login page - end */

/* user menu - begin*/

/* user menu - end */

/* FORMS - begin*/

label {
  font-weight: normal;
}

.step1 label {
  font-size: 1.2em;
}

input.form-control,
select.form-control,
textarea.form-control {
  color: #2196f3;
}

p.alert {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0.3em;
  font-size: 1.1em;
}

div.form-group {
  margin-top: 1.2em;
}

.info-box {
  background: #fdf3ff;
  padding: 2px 10px;
  text-align: justify;
  font-size: 0.96em;
  font-weight: normal;
}

.check-ws-disabled,
.check-ws {
  margin-bottom: 6px;
  padding: 6px;
  border-radius: 3px;
  position: relative;
  display: block;
}

.check-ws {
  /*  box-shadow: 1px 1px 2px rgba(0,0,0,0.4);*/
  border: 1px solid #ddd;
  transition: 0.4s;
}

.check-ws:hover {
  cursor: pointer;
  /*background:#f6f6f6;*/
}

.check-ws:active,
.check-ws:visited {
  background: #fff;
}

.check-ws-disabled {
  background: #e2e2e2;
  background: rgba(0, 0, 0, 0.06);
  opacity: 0.84;
}

.check-ws-disabled {
  cursor: not-allowed
}

.form-group.well.text-info {
  /*border:1px solid red;*/
  /*  font-weight:normal;*/
  text-shadow: 1px 1px 3px #f7f7f7;
}

.error {
  /*  padding:1px 4px;
  background-color:#e51c23;
  color:#fff;
  border:1px solid #e51c23;
  border-radius:3px;
  margin-top:4px;
  */
  display: block;
}

#congress-options .help-block {
  margin-bottom: 0;
}

.dd-question {
  margin-left: 1em;
}

.input-warning {
  display: block;
}

.form-row {
  margin-bottom: 0.3em;
  margin-top: 0.3em;
}

.form-row-odd {
  background: #fffaf4;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

/* FORMS - end*/

.register-title {
  text-transform: uppercase;
  letter-spacing: 1px
}

/* steps - begin */

.steps {
  margin-bottom: 0;
  opacity: 0.94;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}

.steps .btn {
  margin-bottom: 8px;
  margin-top: 8px;
}

div.step-well {
  padding: 0;
  border-bottom: 1px solid #ddd;
}

@media only screen and (orientation: portrait) {
  .steps .btn {
    margin-top: 0;
  }
  .steps .btn-link {
    margin-bottom: 8px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .steps .col-xs-6,
  .steps .col-sm-6 {
    padding-left: 4px;
    padding-right: 4px;
  }
  .hidden-vert {
    display: none;
  }
}

/* steps - end */

@media only screen and (orientation: landscape) {
  /* login page - begin */
  #login-box .lead {
    text-align: center;
    margin-top: 16px;
  }
}

/* login page - end */

@media only screen and (min-width: 768px) {
  /* menu - begin */
  nav.navbar-default {
    opacity: 0.98;
  }
  .navbar-nav {
    border-top: none;
  }
  .navbar-default .navbar-collapse {
    border-bottom: none;
  }
  /* menu - end */
  /* login page - begin */
  #login-box .lead {
    margin-top: 30%;
  }
  /* login page - end */
  /* Forms - begin */
  .check-ident {
    margin-left: 21px
  }
  /* Forms - end */
}



/* Register - Checkout page */

.table>tbody>tr>td.td-checkout,
.table>tbody>tr>th.th-checkout {
  font-weight: normal;
}

.table>tbody>tr>td.td-checkout {
  width: 60%;
}

.table>tbody>tr>th.th-checkout {
  /*background:rgba(0, 0, 0, 0.1);*/
  opacity: 0.8;
  border-right: 1px solid #dddddd;
}

@media only screen and (min-width: 768px) {
  .table>tbody>tr>td.td-checkout,
  .table>tbody>tr>th.th-checkout {
    border: none;
  }
  .table>tbody>tr>th.th-checkout {
    border-right: 1px solid #e6e6e6;
  }
}

/* Register - Checkout page (end) */

/* loader (begin) */

.full-loader,
.loader {
  position: absolute;
  background-color: #fff;
  background: repeating-linear-gradient( -45deg,
  #fefefe,
  #fefefe 6px,
  #eee 6px,
  #eee 8px);
  box-shadow: 2px 2px 8px #ccc;
  opacity: 0.7;
  z-index: 99999;
  top: 0;
  left: 0;
  margin: 2px;
  /*border:2px solid red;*/
  overflow: hidden;
}

.full-loader {
  margin: 0;
}

.spinner {
  margin: auto;
  position: relative;
  top: 40%;
  border: 8px solid #fff;
  /*#f3f3f3; /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-bottom: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* loader (end)*/

/* utilities */

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 15px;
}

.mr-1 {
  margin-right: 15px;
}

.ml-1 {
  margin-left: 15px;
}

.mt-1 {
  margin-top: 15px;
}

.thin {
  font-weight: 300
}

.discount_for {
  font-size: 92%;
  margin-left: 2em;
  margin-top: 0;
}

.py-6px {
  padding-top: 6px;
  padding-bottom: 6px
}

.py-6px p {
  margin: 0;
  font-size: 1.1em
}

.no-border {
  border-style: none;
}
