@font-face {
  font-family: 'Avenir-Next';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/shared/fonts/Avenir-Next-Regular.woff") format('woff'), url("/assets/shared/fonts/Avenir-Next-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Avenir-Next';
  font-weight: bold;
  font-style: normal;
  src: url("/assets/shared/fonts/Avenir-Next-Bold.woff") format('woff'), url("/assets/shared/fonts/Avenir-Next-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Avenir-Next-Ultralight';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/shared/fonts/Avenir-Next-Ultralight.woff") format('woff'), url("/assets/shared/fonts/Avenir-Next-Ultralight.ttf") format('truetype');
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-break: break-word;
/*  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
*/
}
body {
  background-color: #fff;
  color: #000;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
/*padding-bottom: 60px;*/
}
body * {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1,
h2 {
  font-size: 1.75em;
  margin: 0.75em 0;
}
p {
  margin: 0.5rem 0 0.5rem;
}
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: underline;
}
.container {
  background-color: #fff;
  text-align: left;
  max-width: 600px;
  padding: 20px;
  margin: 10px auto;
}
body {
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 15px;
  background-color: #e6e6ec;
  padding: 5% 7%;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
h2 {
  font-size: 1.2rem;
}
@-webkit-keyframes alertPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
  100% {
    opacity: 1;
  }
}
.alertPulse-css {
  animation: alertPulse 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 1;
}
.error {
  background: #a55;
  color: #fff;
  margin: 20px 0;
  border: #500;
}
.error p {
  padding: 10px;
}
.hover-opacity:hover {
  opacity: 0.8;
}
.hover-opacity:active {
  opacity: 1;
}
.google-auth {
  display: inline-block;
  width: 191px;
  height: 46px;
  background: no-repeat center url("../img/google-auth/btn_google_signin_light_normal_web.png") #fff;
}
.google-auth:hover,
.google-auth::before {
  background-image: url("../img/google-auth/btn_google_signin_light_focus_web.png");
}
.google-auth:active,
.google-auth::after {
  background-image: url("../img/google-auth/btn_google_signin_light_pressed_web.png");
}
.google-auth::before,
.google-auth::after {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  content: ' ';
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .google-auth {
    background-image: url("../img/google-auth/btn_google_signin_light_normal_web@2x.png");
    background-size: 100%;
  }
  .google-auth:hover,
  .google-auth::before {
    background-image: url("../img/google-auth/btn_google_signin_light_focus_web@2x.png");
  }
  .google-auth:active,
  .google-auth::after {
    background-image: url("../img/google-auth/btn_google_signin_light_pressed_web@2x.png");
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert>p,
.alert>ul {
  margin-bottom: 0;
}
.alert>p+p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-break: break-word;
}
body {
/* background-color:#ffffff; */
  color: #000;
  text-align: left;
  font-family: 'Avenir-Next', helvetica, sans-serif;
  font-size: 11pt;
  line-height: 1.3rem;
  padding-top: 48px;
}
label,
input {
  display: block;
  text-align: left;
}
input,
textarea,
select,
.upload-button,
.disabled-input {
  border: 1px solid rgba(153,153,153,0.5);
  background-color: #fff;
  padding: 0.4em;
  width: 98.5%;
  margin: 0.25em 0 0.75em;
  border-radius: 4px;
}
input[type="radio"] {
  margin-left: -20px;
  width: auto;
}
textarea {
  min-height: 135px;
}
input[type="time"] {
  padding: 0.2em;
}
input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: auto;
}
[placeholder] {
  font-family: inherit;
}
button,
.button,
.button-strong,
.button-medium,
.button-light {
  padding: 0.7rem 1rem;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  border: 2px solid transparent;
  text-decoration: none;
}
.button-size-small {
  padding: 0.3rem 0.7rem;
}
.button-strong.button-size-small {
  padding: 0.3rem 0.7rem;
  font-size: 1rem;
}
.button-size-xsmall {
  font-size: 0.8rem;
  padding: 0rem 0.8rem;
}
.button-strong.button-size-xsmall {
  font-size: 0.8rem;
  padding: 0rem 0.8rem;
}
button:hover:enabled,
.button:hover:enabled,
.button-strong:hover,
.button-medium:hover,
.button-light:hover {
  background-color: rgba(51,51,102,0.1);
}
button:hover:enabled:not(.close),
.button:hover:enabled:not(.close) {
  color: #333;
  border: 2px solid;
}
button:disabled {
  background-color: #adadad;
}
.button-strong {
  background-color: #fff;
  color: #33f;
  border: 2px solid #66f;
}
.button-strong:hover {
  color: #fff;
  background-color: #66f;
}
.button-medium {
  background-color: #fff;
  color: #333;
  border: 2px solid #ddd;
}
.button-light {
  background-color: #fff;
  color: #333;
}
.del:after,
.close:after {
  font-size: 1.4rem;
  position: relative;
  top: 1px;
  left: 2px;
}
.button-size-small.del:after,
.button-size-small.close:after {
  font-size: 1rem;
}
.button-size-xsmall.del:after,
.button-size-xsmall.close:after {
  font-size: 0.8rem;
}
.del:after {
  content: "\229D";
}
.close:after {
  content: "\00d7";
  top: 2px;
}
.login {
  text-align: center;
  font-size: 15px;
  background-color: #e3e3e8;
  padding: 5% 7%;
}
.loginheader {
  width: 100%;
  background-color: #006;
  color: #fff;
  min-height: 48px;
  vertical-align: middle;
  z-index: 10;
}
.loginheader .logo img {
  height: 32px;
  margin: -2px 0 0;
  width: auto;
  vertical-align: middle;
}
.loginheader .logo {
  background-color: #003;
  display: inline-block;
  height: 48px;
  padding: 10px 6px;
  width: 260px;
}
.login-form {
  background-color: #fff;
  padding: 20px;
}
.login div {
  text-align: left;
  max-width: 400px;
  margin: 10px auto;
}
.login-form {
  background-color: #fff;
}
.login img {
  max-height: 80px;
  width: auto;
}
.login h1 {
  font-size: 1.5rem;
  line-height: 1em;
}
.login div div {
  margin: 0;
}
a[disabled] {
  color: #a9a9a9;
  pointer-events: none;
}
a {
  font-size: 15px;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
p.bold {
  font-weight: bold;
}
div.hr {
  text-align: center;
  position: relative;
}
div.hr > span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  position: relative;
}
div.hr::before {
  content: '';
  position: absolute;
  border: 1px inset;
  top: 50%;
  bottom: 100%;
  left: 0;
  right: 0;
}
/*
.login input, .login textarea{
  background-color:#e6e6ec;
  border: 0;
  padding: 10px 5px;
  max-width: 100%;
  margin-top:0;
  margin-bottom:10px;
  width:100%;
}
button {
  background-color:#333;
  border:0;
  padding:11px 10px 10px;
  color:#fff;
}
*/
