/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated{
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 170px;
    text-align: center; text-transform: uppercase; z-index:1500;
    background-color: #f25648; color: #ffffff;
}
* html #outdated{position: absolute;}
#outdated h6{font-size: 25px; line-height: 25px; margin: 30px 0 10px;}
#outdated p{font-size: 12px; line-height: 12px; margin: 0;}
#outdated #btnUpdateBrowser{
    display: block; position: relative; padding: 10px 20px; margin: 30px auto 0; width: 230px; /*need for IE*/
    color: #ffffff; text-decoration: none; border: 2px solid #ffffff; cursor: pointer;
}
#outdated #btnUpdateBrowser:hover{color: #f25648; background-color:#ffffff;}
#outdated .last{position: absolute; top: 10px; right: 25px; width: 20px; height: 20px;}
#outdated .last[dir='rtl']{right: auto !important; left: 25px !important;}
#outdated #btnCloseUpdateBrowser{
    display: block; position: relative; width: 100%; height: 100%;
    text-decoration: none; color: #ffffff; font-size: 36px; line-height: 36px;
}
/*

 */
/* line 2, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #a94442;
}

/* line 6, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  color: #843534;
}

/* line 11, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid::after {
  content: attr(data-message);
  display: block;
}

/* line 15, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid::-webkit-input-placeholder {
  color: #a94442;
}

/* line 19, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid:-moz-placeholder {
  /* Firefox 18- */
  color: #a94442;
}

/* line 23, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid::-moz-placeholder {
  /* Firefox 19+ */
  color: #a94442;
}

/* line 27, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid:-ms-input-placeholder {
  color: #a94442;
}

/* line 33, app/assets/stylesheets/components/_forms.scss */
.form-group > .row > .col-sm-12, .form-group > .row > .col-sm-6, .form-group > .row > .col-sm-4 {
  position: relative;
}

/* line 36, app/assets/stylesheets/components/_forms.scss */
.ng-error-message {
  background-color: #a94442;
  border-radius: 0 3px 0 3px;
  display: none;
  font-size: 10px;
  padding: 1px 4px;
  position: absolute;
  right: 15px;
  top: 0;
}

/* line 45, app/assets/stylesheets/components/_forms.scss */
.ng-error-message:after {
  display: block;
  content: attr(data-message);
}

/* line 50, app/assets/stylesheets/components/_forms.scss */
.ng-touched.ng-invalid + .ng-error-message {
  display: block;
}

/* line 55, app/assets/stylesheets/components/_forms.scss */
.form-custom-notifications input {
  display: inline-block;
}

/* line 58, app/assets/stylesheets/components/_forms.scss */
.form-custom-notifications input[type=radio], .form-custom-notifications input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 63, app/assets/stylesheets/components/_forms.scss */
.form-custom-notifications input[type=phone] {
  width: 31.5%;
}

/* line 66, app/assets/stylesheets/components/_forms.scss */
.form-custom-notifications label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
  margin-right: 23.5px;
}

/* line 75, app/assets/stylesheets/components/_forms.scss */
.form-error {
  color: #ff0000;
  font-size: 1em;
  margin-top: 5px;
}

/* line 81, app/assets/stylesheets/components/_forms.scss */
.form-errors {
  color: #ff0000;
  font-size: .75em;
}

/* line 84, app/assets/stylesheets/components/_forms.scss */
.form-errors ul, .form-errors li {
  list-style-type: none;
}

/* line 87, app/assets/stylesheets/components/_forms.scss */
.form-errors > ul {
  margin: 0;
  padding: 0;
}

/* line 90, app/assets/stylesheets/components/_forms.scss */
.form-errors > ul > li {
  font-weight: bold;
}

/* line 92, app/assets/stylesheets/components/_forms.scss */
.form-errors > ul > li > ul {
  padding-left: 20px;
}

/* line 94, app/assets/stylesheets/components/_forms.scss */
.form-errors > ul > li > ul > li {
  font-weight: normal;
}

/* line 8, app/assets/stylesheets/authorization.scss */
html {
  box-sizing: border-box;
}

/* line 11, app/assets/stylesheets/authorization.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 15, app/assets/stylesheets/authorization.scss */
body {
  background-color: #23568a;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  /* line 15, app/assets/stylesheets/authorization.scss */
  body {
    background-image: url(/assets/bg-opaque-fac3fce66829b4380f18a61cf3ebe0cc80dae37afc5e077ef5417d1d7674fd65.jpg);
  }
}

@media (min-width: 1200px) {
  /* line 15, app/assets/stylesheets/authorization.scss */
  body {
    background-image: url(/assets/bg-opaque-fac3fce66829b4380f18a61cf3ebe0cc80dae37afc5e077ef5417d1d7674fd65.jpg);
  }
}

/* line 26, app/assets/stylesheets/authorization.scss */
body .navbar-toggle {
  display: none;
}

/* line 31, app/assets/stylesheets/authorization.scss */
#ceep_auth {
  font-size: 14px;
  margin-bottom: 75px;
  margin-top: 75px;
}

/* line 35, app/assets/stylesheets/authorization.scss */
#ceep_auth.container {
  margin-bottom: 132px;
  min-height: 500px;
}

/* line 39, app/assets/stylesheets/authorization.scss */
#ceep_auth .white-page {
  color: #3e3e3e;
  padding: 30px 70px;
  background-color: #fff;
  border-top: 5px solid #bbd448;
}

/* line 44, app/assets/stylesheets/authorization.scss */
#ceep_auth .white-page h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  /* line 48, app/assets/stylesheets/authorization.scss */
  #ceep_auth .white-page.to-right {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 53, app/assets/stylesheets/authorization.scss */
  #ceep_auth .white-page.to-left {
    padding-right: 0;
  }
}

/* line 58, app/assets/stylesheets/authorization.scss */
#ceep_auth .white-page.no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* line 62, app/assets/stylesheets/authorization.scss */
#ceep_auth .white-page .vertical-separator {
  height: 400px;
  border-right: 2px solid #f3f2f2;
  margin-top: 100px;
}

/* line 68, app/assets/stylesheets/authorization.scss */
#ceep_auth #signin-msg {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 85, 145, 0);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 68, app/assets/stylesheets/authorization.scss */
  #ceep_auth #signin-msg {
    /* IE10+ CSS styles go here */
    transform: none;
    position: static;
  }
}

/* line 79, app/assets/stylesheets/authorization.scss */
#ceep_auth #signin-msg > h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

/* line 83, app/assets/stylesheets/authorization.scss */
#ceep_auth #signin-msg > p {
  font-size: 20px;
}

/* line 87, app/assets/stylesheets/authorization.scss */
#ceep_auth .top-pusher {
  height: 65px;
}

/* line 90, app/assets/stylesheets/authorization.scss */
#ceep_auth #set-up-submit {
  margin-top: 65px;
  margin-bottom: 0px;
}

/* line 93, app/assets/stylesheets/authorization.scss */
#ceep_auth #set-up-submit .bottom-pusher {
  height: 115px;
}

/* line 97, app/assets/stylesheets/authorization.scss */
#ceep_auth .policy {
  font-size: 14px;
}

/* line 99, app/assets/stylesheets/authorization.scss */
#ceep_auth .policy a {
  text-decoration: none;
}

/* line 103, app/assets/stylesheets/authorization.scss */
#ceep_auth .ceep-reset {
  margin-top: 30px;
}

/* line 106, app/assets/stylesheets/authorization.scss */
#ceep_auth .ceep_cancel {
  display: block;
  text-align: right;
  padding-right: 30px;
  font-size: 18px;
  line-height: 46px;
}

@media (max-width: 992px) {
  /* line 106, app/assets/stylesheets/authorization.scss */
  #ceep_auth .ceep_cancel {
    margin-top: 30px;
    padding-right: 0;
    text-align: center;
  }
}

/* line 120, app/assets/stylesheets/authorization.scss */
#ceep_auth .return_signIn {
  display: block;
  padding: 10px 0;
  font-size: 14px;
}

/* line 126, app/assets/stylesheets/authorization.scss */
#ceep_auth .separator {
  margin: 30px 0;
}

/* line 129, app/assets/stylesheets/authorization.scss */
#ceep_auth .form-group {
  margin-bottom: 20px !important;
}

/* line 131, app/assets/stylesheets/authorization.scss */
#ceep_auth .form-group > label {
  font-weight: 600;
}

/* line 134, app/assets/stylesheets/authorization.scss */
#ceep_auth .form-group > label + .help__text {
  margin-top: -5px;
}

/* line 137, app/assets/stylesheets/authorization.scss */
#ceep_auth .form-group .help-heading {
  margin-bottom: 10px;
}

/* line 140, app/assets/stylesheets/authorization.scss */
#ceep_auth .form-group > .dropdown > .dropdown-toggle {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  text-align: left;
}

/* line 148, app/assets/stylesheets/authorization.scss */
#ceep_auth .ceep__auth__forgot-pass {
  font-size: 0.9em;
  font-weight: 600;
}
