/* @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/b5theme/resources/font/MaterialIcons-Regular.eot?v=2.2.0);
    src: local("Material Icons"),local("MaterialIcons-Regular"),url(/b5theme/resources/font/MaterialIcons-Regular.woff2?v=2.2.0) format("woff2"),url(/b5theme/resources/font/MaterialIcons-Regular.woff?v=2.2.0) format("woff"),url(/b5theme/resources/font/MaterialIcons-Regular.ttf?v=2.2.0) format("truetype")
} */

.glyph {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
/*@import "debug.less";*/
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1000;
}
.spinner {
  top: -10px;
}
/* This is for IE7 only */
* + html .spinner {
  float: left;
}
#logo {
  width: 151px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url(landing.png);
  background-position: -33px 0px;
  float: right;
  margin: 10px 0px;
}
#slideshowImages {
  height: 450px;
  text-align: center;
}
#slideshowImages img {
  height: 100%;
}
.slide {
  display: none;
}

#copyrightrow {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
}
#copyrightrow a {
  text-decoration: none;
  color: #fff;
}
.copy-right-text {
  margin-top: 11px;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}
.placeholder {
  color: #cccccc;
}
#loginEmail,
#loginPassword {
  background-color: #fefefe;
  color: #444;
  font-weight: 400;
}
#formHeading {
  border-bottom: 0px solid #fff;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-left: -0.7px;
  margin-bottom: 0px;
}
.form-heading-subtext {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4286;
}

label {
  color: #42A5F5;
  font-size: 16px;
  font-weight: 200;
}

#login .btn {
  margin-top: 16px;
  padding: 10px 14px;
  font-size: 18px;
}

#recoverPasswordContainer, #rememberMeCheckContainer {
  /*text-align: center;*/

  margin-top: 20px;
}
#recoverPasswordContainer button,
#rememberMeCheckContainer button,
#recoverPasswordContainer .button,
#rememberMeCheckContainer .button {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
}
/* Hack for IE 8 */
input[type=checkbox] {
  float: left;
}
/* Add :not(#foo) to hide these selectors from IE versions that don't support
    background images on check boxes */
input[type=checkbox]:not(#foo) {
  display: none;
  float: none;
}
input[type=checkbox]:not(#foo) + label {
  display: inline-block;
  height: 19px;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 25px;
}

.login-page {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    display: table;
    font-family: Roboto, sans-serif !important;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.form-container {
    color: #42A5F5;
    background-color: white;
    box-shadow: 0 5px 29px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    padding: 24px;
    position: relative;
    border-radius: 5px;
}
@media (min-device-width: 768px) {
    .form-container {
        width: 350px;
    }
    #copyrightrow {
        width: 400px;
    }
}
@media (max-device-width: 768px) {
    .form-container, #copyrightrow {
        width: 280px;
    }
}

@media (max-device-width: 500px) {
    .form-container, #copyrightrow {
        width: 220px;
    }
}
input[type=text]:focus+label, input[type=password]:focus+label {
    color: #ff4081;
}

#copyrightrow, .form-container {
    margin-right: auto;
    margin-left: auto;
}
#copyrightrow {
    font-weight: 500;
}
#copyrightrow .call, #copyrightrow .mail {
    margin-top: 10px;
}
#copyrightrow .call img {
    margin-bottom: 2px;
}
#copyrightrow .mail img {
    margin-bottom: 1px;
}
#copyrightrow .call img, #copyrightrow .mail img {
    width: 14px;
    vertical-align: bottom;
}
#copyrightrow img {
    padding-right: 3px;
    border: none;
}
html, body {
    height: 100%;
    width: 100%;
}
.login-page #logo {
    float: none;
}

.input-field {
    position: relative;
    margin-top: 30px;
}

input[type=text], input[type=password] {
    background: transparent !important;
    background-color: white!important;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 34px;
    line-height: 34px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .5s;
}
input[type=text]#loginEmail:-webkit-autofill,
input[type=password]#loginPassword:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset;
}
/* input[type=text]#loginEmail:-webkit-autofill + label,
input[type=password]#loginPassword:-webkit-autofill + label {
    color: red!important;
} */
.input-field input[type=text]+label,
.input-field input[type=password]+label {
    color: #9e9e9e;
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 16px;
    cursor: text;
    margin-left: 0px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;

}
/* IE8, 9 hacks */
.ie-input-field label {
    top: -10px!important;
    color: #42A5F5!important;
    font-size: 14px!important;
}

.input-field.valid input[type=text]+label,
.input-field.valid input[type=password]+label,
input[type=text]:valid+label,
input[type=text]:focus+label,
input[type=password]:valid+label,
input[type=password]:focus+label {
    color: rgba(0,0,0,0.54);
    font-weight: 400;
    margin-left: 0px;
    left: 0px;
    font-size: 14px;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
}

input[type=text]:focus,
input[type=password]:focus {
    border-bottom: 1px solid #42A5F5;
    box-shadow: 0 1px 0 0 #42A5F5;
}

.flat-button {
    border: none;
    background-color: #fff;
    color: #42A5F5;
}

#login .btn {
    width: 100%;
    border: none;
    border-radius: 2px;
    padding: 12px 18px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: white;
    background-color: #42A5F5;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    outline: none;
    background-position: center;
    transition: background 0.8s;
}

#login .btn:hover {
    background: #5CBFFF radial-gradient(circle, transparent 1%, #5CBFFF 1%) center/15000%;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

#login .btn:active {
    background-color: #70A7EB;
    background-size: 100%;
    transition: background 0s;
}

.recover-password {
    float: left;
    display: inline-block;
}

.contactSteeprock {
    float: right;
    display: inline-block;
    text-decoration: none;
}

@media (max-device-width: 510px){
    .contactSteeprock {
        float: none;
        display: block;
        margin-top: 8px;
    }
}
.clear-fix:after {
  content: "";
  display: table;
  clear: both;
}


/*
    #### Example Usage ###
    <div class="loading-container">
        <div class="loader">
            <div class="floating-container first">
                <span class="floater"></span>
            </div>
            <div class="floating-container second">
                <span class="floater"></span>
            </div>
        </div>
    </div>
*/
.loading-container {
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
}
.loading-container .loader {
    height: 4px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    width: 100%;;
}
.floating-container {
    -webkit-transition: none;
    transition: none;
    height: 100%;
    position: absolute;
    width: 100%;
    transform-origin: top left;
}
.floating-container.first {
    -webkit-animation: primary-indeterminate-translate 2s infinite linear;
    animation: primary-indeterminate-translate 2s infinite linear;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.floating-container.second {
    -webkit-animation: auxiliary-indeterminate-translate 2s infinite linear;
    animation: auxiliary-indeterminate-translate 2s infinite linear;
    visibility: visible;
}
.floating-container .floater {
    background-color: #42A5F5;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.floating-container.first .floater {
    -webkit-animation: primary-indeterminate-scale 2s infinite linear;
    animation: primary-indeterminate-scale 2s infinite linear;
}
.floating-container.second .floater {
    -webkit-animation: auxiliary-indeterminate-scale 2s infinite linear;
    animation: auxiliary-indeterminate-scale 2s infinite linear;
}

@keyframes primary-indeterminate-translate {
    0% {
    -webkit-transform: translateX(-145.166611%);
    transform: translateX(-145.166611%);
    }

    20% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.701732,.495819);
        animation-timing-function: cubic-bezier(.5,0,.701732,.495819);
        -webkit-transform: translateX(-145.166611%);
        transform: translateX(-145.166611%);
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.302435,.381352,.55,.956352);
        animation-timing-function: cubic-bezier(.302435,.381352,.55,.956352);
        -webkit-transform: translateX(-61.495191%);
        transform: translateX(-61.495191%);
    }
    100% {
        -webkit-transform: translateX(55.444446%);
        transform: translateX(55.444446%);
    }
}

@keyframes auxiliary-indeterminate-translate {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.15,0,.515058,.409685);
        animation-timing-function: cubic-bezier(.15,0,.515058,.409685);
        -webkit-transform: translateX(-54.888891%);
        transform: translateX(-54.888891%);
    }

    25% {
        -webkit-animation-timing-function: cubic-bezier(.310330,.284058,.8,.733712);
        animation-timing-function: cubic-bezier(.310330,.284058,.8,.733712);
        -webkit-transform: translateX(-17.236978%);
        transform: translateX(-17.236978%);
    }
    48.35% {
        -webkit-animation-timing-function: cubic-bezier(.4,.627035,.6,.902026);
        animation-timing-function: cubic-bezier(.4,.627035,.6,.902026);
        -webkit-transform: translateX(29.497274%);
        transform: translateX(29.497274%);
    }
    100% {
        -webkit-transform: translateX(105.388891%);
        transform: translateX(105.388891%);
    }
}
@keyframes primary-indeterminate-scale {
    0% {
        -webkit-transform: translateX(-145.166611%);
        transform: translateX(-145.166611%);
    }
    20% {
        -webkit-animation-timing-function: cubic-bezier(.5,0,.701732,.495819);
        animation-timing-function: cubic-bezier(.5,0,.701732,.495819);
        -webkit-transform: translateX(-145.166611%);
        transform: translateX(-145.166611%);
    }
    59.15% {
        -webkit-animation-timing-function: cubic-bezier(.302435,.381352,.55,.956352);
        animation-timing-function: cubic-bezier(.302435,.381352,.55,.956352);
        -webkit-transform: translateX(-61.495191%);
        transform: translateX(-61.495191%);
    }
    100% {
        -webkit-transform: translateX(55.444446%);
        transform: translateX(55.444446%);
    }
}

@keyframes auxiliary-indeterminate-scale {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.205028,.057051,.576610,.453971);
        animation-timing-function: cubic-bezier(.205028,.057051,.576610,.453971);
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08);
    }

    19.15% {
        -webkit-animation-timing-function: cubic-bezier(.152313,.196432,.648374,1.004315);
        animation-timing-function: cubic-bezier(.152313,.196432,.648374,1.004315);
        -webkit-transform: scaleX(.457104);
        transform: scaleX(.457104);
    }
    44.15% {
        -webkit-animation-timing-function: cubic-bezier(.257759,.003163,.211762,1.381790);
        animation-timing-function: cubic-bezier(.257759,.003163,.211762,1.381790);
        -webkit-transform: scaleX(.727960);
        transform: scaleX(.727960);
    }
    100% {
        -webkit-transform: scaleX(.08);
        transform: scaleX(.08);
    }
}

#remembermecheck+label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: 0;
    border: 2px solid #42A5F5;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    animation: 180ms linear 0s checkbox-fade-out-background;
}
#remembermecheck:checked ~ label:before {
    background-color: #42A5F5;
    border: none;
    height: 18px;
    width: 18px;
    animation: 180ms linear 0s checkbox-fade-in-background;
}
#rememberMeCheckContainer {
    transition: background-color 90ms cubic-bezier(0,0,.2,.1),opacity 90ms cubic-bezier(0,0,.2,.1);

}
#remembermecheck:checked ~ .checkbox-checkmark {
    display: inline-block;
}
.checkbox-checkmark {
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
}
.checkbox-checkmark-path {
    stroke-dashoffset: 0;
    stroke-dasharray: 22.91026;
    stroke-width: 2.66667px;
}

.ie-input-field input[type=checkbox] {
    outline: none;
}
.ie-input-field #remembermecheck+label:before {
    border: 0px;
}
@keyframes checkbox-fade-in-background {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes checkbox-fade-out-background {
    0%,
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}


#recoverPasswordContainer .button {
    cursor: pointer;
    outline: none;
    padding-top: 1px;
}
#passwordContainer {
    transition: height 2s ease-out;
    height: auto;
}

#passwordContainer.hide, .notification-message.hide {
    max-height: 0;
    /*and eventually delay an overflow:auto; */
    overflow: hidden;
    transition: max-height 0.5s, overflow 0.5s, margin 0.5s, padding 0.5s;
    margin: 0px;
    padding: 0px;
}
#passwordContainer.show, .notification-message.show {
    max-height: 5em;
    overflow: visible;
    transition: max-height 0.5s, overflow 0.5s 0.5s, margin 0.5s, padding 0.5s;
}

#loginBtn {
    position: relative;
}
/* #loginBtn span {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
} */

/*
    validation messages
*/
.error-message {
    display: none;
    color: #d50000;
    font-size: 14px;
}
.invalid .error-message {
    display: block;
}
.invalid input {
    border-bottom: 1px solid #d50000;
}
.icon {
    width: 20px;
}
.notification-message {
    max-height: 0;
    height: auto;
    position: relative;
}
.notification-message.show {
    padding: 20px 10px 20px 32px;
    background-color: #e8e8e8;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: inset 1px 0 0 #dfdfdf;
}
// This stuff matters!
.notification-message {
  overflow:hidden;
  transition:transform 0.3s ease-out; // note that we're transitioning transform, not height!
  height:auto;
  transform:scaleY(0); // implicit, but good to specify explicitly
  transform-origin:top; // keep the top of the element in the same place. this is optional.
}
.notification-message.ie-notification-message,
.notification-message.ie-notification-message .message {
    max-width: 300px;
}
.notification-message.error, .notification-message.notification {
  transform:scaleY(1); // *squish*
}

.notification-message img{
    display: none;
    width: 20px;
    position: absolute;
    top: 25px;
    left: 8px;
}
.notification-message .message {
    display: inline-block;
    font-size: 15px;
}
.notification-message.error{
    color: #D8000C;
    background-color: #FFD2D2;
}
.notification-message.error .error-icon {
    display: inline-block;
}
.notification-message.notification{
    color: #00529B;
    background-color: #BDE5F8;
}
.notification-message.notification .info-icon {
    display: inline-block;
}
