﻿html {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
  background-color: #4b4b49;
  font-family: "Open Sans", "WOL_SL", "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  color: #585858; }

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent; }

input, select, textarea {
  font-family: "Open Sans", "WOL_SL", "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px; }
  input:disabled, select:disabled, textarea:disabled {
    background: #f2f2f2; }
  .ng-submitted input.ng-invalid, input.ng-touched.ng-invalid, .ng-submitted select.ng-invalid, select.ng-touched.ng-invalid, .ng-submitted textarea.ng-invalid, textarea.ng-touched.ng-invalid {
    border: 2px solid #af1010; }
  .ng-submitted input.ng-invalid:focus, input.ng-touched.ng-invalid:focus, .ng-submitted select.ng-invalid:focus, select.ng-touched.ng-invalid:focus, .ng-submitted textarea.ng-invalid:focus, textarea.ng-touched.ng-invalid:focus {
    box-shadow: none;
    outline-color: #af1010; }

/** Login module - Desktop specific SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** END: mixins **/

/** Login module - Mobile specific SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** END: mixins **/
@media only screen and (max-width: 640px) and (orientation: portrait) {
  .login {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; } }
@media only screen and (max-width: 640px) and (orientation: landscape) {
  .login {
    position: relative;
    width: 100%; }

  .login .loginRememberMeContainer .loginRememberMe {
    font-size: 20px;
    padding-top: 5px; } }

/** Login module - Shared SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */

.applicationContent {
  position: relative;
  width: 100%;
  height: calc(100% - 45px);
  float: left;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

  .applicationContent.fullScreen {
    height: 100%; }

.applicationContent.loginPage {
  height: 100%; }

@media all and (max-width: 640px) {
  .applicationHeader {
    -webkit-tap-highlight-color: transparent;
    height: 90px; }

  .applicationContent {
    -webkit-tap-highlight-color: transparent;
    height: calc(100% - 90px); }

  .applicationContent.content180 {
    height: calc(100% - 180px); } }

@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** END: mixins **/
.loginWrapper {
  height: 100%;
  background: #4b4b49 no-repeat center; }

.login {
  position: relative;
  top: 90px;
  box-sizing: border-box;
  width: 540px;
  height: 541px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 4px; }

.login .loginIconWrapper {
  box-sizing: border-box;
  width: 300px;
  height: 120px;
  margin: 20px auto; }

.login .loginIcon {
  position: relative;
  top: 20px;
  clear: both;
  width: 128px;
  height: 120px;
  margin: 8px auto;
  padding: 0;
  background: no-repeat center;
  background-size: 128px 120px; }

.login .loginTitle {
  position: relative;
  top: 17px;
  clear: both;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0;
  line-height: 25px;
  text-align: center;
  font-family: "Open Sans", "WOL_SL", "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 25px;
  color: #000; }

.login .loginForm {
  position: relative;
  top: 16px;
  height: auto;
  margin-top: 0;
  padding: 0; }

.login .loginFieldContainer {
  position: relative;
  clear: both;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 301px;
  margin: 15px auto; }

.inputError {
  border: 2px solid red !important; }

.login .loginFieldContainer input {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 299px;
  height: 30px;
  margin: 0;
  padding: 10px;
  /*line-height: 30px;*/
  font-family: "Open Sans", "WOL_SL", "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  color: #585858;
  border: 1px solid #3c7cb5;
  outline: none; }

.login .loginButtonContainer {
  position: relative;
  clear: both;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 301px;
  height: 45px;
  min-height: 45px;
  margin: 0 auto; }

.login .loginButtonContainer input {
  position: relative;
  top: -5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 301px;
  height: 30px;
  margin: 5px auto;
  padding: 0;
  font-size: 13px;
  font-family: "Open Sans", "WOL_SL", "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-align: center;
  color: white;
  outline: none;
  cursor: pointer;
  border: 0;
  background: #3c7cb5; }
  .login .loginButtonContainer input:hover {
    background-color: #74b3cc; }
  .login .loginButtonContainer input:active {
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }

.login .loginRememberMeContainer {
  position: relative;
  float: left;
  clear: both;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  min-height: 34px;
  margin: 20px 0 20px 0;
  padding: 0 65px; }

.login .loginRememberMeContainer .loginRememberMe {
  position: relative;
  top: -15px;
  left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  min-height: 20px;
  margin: 0 0 0 25px;
  padding: 0 0 0 15px;
  font-size: 14px;
  text-align: left;
  color: #3c7db7;
  background: url("../images/selection_box_lightgrey.svg?v=0.4.3.3") no-repeat left;
  background-size: 10px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }
  .login .loginRememberMeContainer .loginRememberMe.checked {
    background: url("../images/selection_box_blue.svg?v=0.4.3.3") no-repeat left; }

.codexWrapper {
  clear: both;
  margin-left: 367px;
}

.codexLogo {
  width: 150px;
  position: relative;
  top: -14px;
  left: -20px;
  height: 80px;
  background: url("../images/logo_codex.png?v=0.4.3.3") no-repeat 5px center;
  -webkit-background-size: 123px 43px; }

.codexVersion {
  position: relative;
  bottom: 39px;
  left: -12px;
  font-family: "Open Sans", "WOL_SL", "Segoe UI Semilight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  color: #666666; }

@keyframes loginShake {
  0% {
    transform: translate(0px, -0%); }

  17% {
    transform: translate(-20px, -0%); }

  34% {
    transform: translate(20px, -0%); }

  51% {
    transform: translate(-15px, -0%); }

  68% {
    transform: translate(15px, -0%); }

  85% {
    transform: translate(-10px, -0%); }

  100% {
    transform: translate(0px, -0%); } }
@-moz-keyframes loginShake {
  0% {
    -moz-transform: translate(0px, -0%); }

  17% {
    -moz-transform: translate(-20px, -0%); }

  34% {
    -moz-transform: translate(20px, -0%); }

  51% {
    -moz-transform: translate(-15px, -0%); }

  68% {
    -moz-transform: translate(15px, -0%); }

  85% {
    -moz-transform: translate(-10px, -0%); }

  100% {
    -moz-transform: translate(0px, -0%); } }
@-webkit-keyframes loginShake {
  0% {
    -webkit-transform: translate(0px, -0%); }

  17% {
    -webkit-transform: translate(-20px, -0%); }

  34% {
    -webkit-transform: translate(20px, -0%); }

  51% {
    -webkit-transform: translate(-15px, -0%); }

  68% {
    -webkit-transform: translate(15px, -0%); }

  85% {
    -webkit-transform: translate(-10px, -0%); }

  100% {
    -webkit-transform: translate(0px, -0%); } }
.loginShake {
  animation-name: loginShake;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -moz-animation-name: loginShake;
  -moz-animation-duration: 400ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -webkit-animation-name: loginShake;
  -webkit-animation-duration: 400ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease; }

/** Login module - Tablet specific SCSS **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** START: mixins **/
/** START: config **/
/* the file "app" imported here is generated dynamically by Grunt and removed after SASS is compiled */
/* Colors */
/* Font families */
/* Font sizes */
/* Font weights */
/* Transitions settings */
/* Transform settings */
/* Keyframes */
@-webkit-keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
@keyframes loading {
  0% {
    margin-left: -50px; }

  100% {
    margin-left: 100%; } }
/* Functions */
/** END: config **/
/** END: mixins **/
@media all and (min-width: 641px) and (max-width: 980px) {
  .login {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@font-face {
  font-family: 'Open Sans';
  src: url("../Fonts/OpenSans-Light.ttf?v=0.4.3.4") format("truetype");
  font-weight: 100;
  font-style: 100; }
@font-face {
  font-family: 'Open Sans';
  src: url("../Fonts/OpenSans-Regular.ttf?v=0.4.3.4") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("../Fonts/OpenSans-Semibold.ttf?v=0.4.3.4") format("truetype");
  font-weight: 700;
  font-style: normal; }

div.ui-grid-cell input.ng-valid {
  border: 1px solid #d4d4d4; }

::-webkit-input-placeholder {
  color: #404040; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #404040; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040; }

:-ms-input-placeholder {
  color: #404040; }
