@font-face {
  font-family: "Segoe";
  src: url('Fonts/segoeui.woff?1640060646') format('woff'), url('Fonts/segoeui.ttf?1640060646') format('truetype'), url('Fonts/segoeui.svg?1640060646#SegoeUI8Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe";
  src: url('Fonts/segoeuisl.woff?1640060646') format('woff'), url('Fonts/segoeuisl.ttf?1640060646') format('truetype'), url('Fonts/segoeuisl.svg?1640060646#SegoeUISemilight') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Segoe";
  src: url('Fonts/seguisb.woff?1640060646') format('woff'), url('Fonts/seguisb.ttf?1640060646') format('truetype'), url('Fonts/seguisb.svg?1640060646#SegoeUISemibold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/material-icons.woff2") format("woff2"), url("Fonts/material-icons.woff") format("woff");
}
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/material-icons-outlined.woff2") format("woff2"), url("Fonts/material-icons-outlined.woff") format("woff");
}
@font-face {
  font-family: 'DMSFont';
  src: url("Fonts/dmsfont.woff2") format("woff2"), url("Fonts/dmsfont.woff") format("woff");
  src: url("Fonts/dmsfont.eot?43115776#iefix") format("embedded-opentype"), url("Fonts/dmsfont.woff2?43115776") format("woff2"), url("Fonts/dmsfont.woff?43115776") format("woff"), url("Fonts/dmsfont.ttf?43115776") format("truetype"), url("Fonts/dmsfont.svg?43115776#dmsfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("Fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("Fonts/roboto-v20-latin-regular.woff") format("woff");
}
/*teeeeest*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'dmsfont';
        src: url('Fonts/dmsfont.svg?43115776#dmsfont') format('svg');
    }
}*/
/*$small-screen: 59.077em;
$max-small-screen: 59.000em;
$large-screen: 78.769em;
$min-large-screen: 76.923em;
$max-large-screen: 76.846em;*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: none;
}

html, body {
  height: 100%;
}

html {
  overflow: hidden;
}

body {
  font: 10pt "Segoe", Helvetica, Arial, sans-serif;
  font-weight: 100;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}

button, input, select, textarea {
  border: 1px solid gainsboro;
  font-size: 10pt !important;
}

select {
  background-color: white;
  border: 1px solid gainsboro;
  height: 28px;
  min-width: 70px;
  font-family: Segoe, Helvetica, Arial, sans-serif !important;
}

#ie-agent-support {
  display: none;
  width: 100vw;
  height: 100vh;
  background: white;
}
#ie-agent-support .content {
  margin: 0 auto;
  width: 1000px;
  padding-top: 250px;
}
#ie-agent-support .content .logo {
  position: relative;
  left: -150px;
}
#ie-agent-support .content .info {
  margin-bottom: 75px;
  margin-top: 50px;
}
#ie-agent-support .content .info p {
  color: #152a94;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
#ie-agent-support .content .icons {
  margin: 0 auto;
}
#ie-agent-support .content .icons a {
  margin-right: 70px;
  padding: 0px 25px;
  color: #152a94;
  font-size: 22px;
  font-weight: 100;
  height: 70px;
  line-height: 70px;
  display: block;
  float: left;
  vertical-align: middle;
  border: 1px solid rgba(218, 218, 218, 0.5);
  box-shadow: rgba(218, 218, 218, 0.5) 0px 0px 5px;
}
#ie-agent-support .content .icons a p {
  float: right;
  margin: 0;
  padding: 0;
}
#ie-agent-support .content .icons a img {
  margin: 10px 0px;
  padding-right: 15px;
}
#ie-agent-support .content .icons a:last-of-type {
  margin-right: 0;
}
#ie-agent-support .content .icons a:first-of-type {
  margin-left: 45px;
}
#ie-agent-support.active {
  display: block;
  position: absolute;
  z-index: 10001;
}

.modalDialog-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10400;
  background-color: #000000;
}

.modalDialog-backdrop.fade {
  opacity: 0;
}

.modalDialog-backdrop,
.modalDialog-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modalDialog {
  position: relative;
  top: 20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10500;
  max-width: 560px;
  height: auto;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modalDialog.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modalDialog.fade.in {
  top: 10%;
}

.modalDialog-header {
  padding: 10px 15px 5px;
}

.modalDialog-header .cclose {
  margin-top: 2px;
}

.modalDialog-header h3 {
  margin: 0;
  line-height: 30px;
}

.modalDialog-h3 {
  font-size: 20px;
  color: #006293;
  margin-bottom: 10px;
}

.modalDialog-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modalDialog-form {
  margin-bottom: 0;
}

.modalDialog-footer {
  padding: 5px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modalDialog-footer:before,
.modalDialog-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modalDialog-footer:after {
  clear: both;
}

.modalDialog-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modalDialog-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modalDialog-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modalDialog-button {
  display: inline-block;
  font-family: "Segoe", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 13px;
  color: white;
  margin: 0 10px 0 0;
  padding: 5px 30px;
  background-color: #006293;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .modalDialog {
    position: fixed;
  }
}
.cmdms-info {
  position: fixed;
  width: calc(100% - 20px);
  box-sizing: border-box;
  margin: 10px 10px;
  background-color: #eeeeee;
  border-radius: 5px;
  height: 50px;
  top: 0;
}
.cmdms-info img, .cmdms-info span {
  max-height: 75%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cmdms-info img {
  margin-left: 5px;
}
.cmdms-info span {
  margin-left: 50px;
}
.cmdms-info .download {
  display: block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 26px;
  background-color: #007acc;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 30px;
}
.cmdms-info .close {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  line-height: 20px;
  font-size: 20px !important;
}
@media screen and (min-width: 1024px) {
  .cmdms-info {
    display: none;
  }
}

.login-main {
  min-height: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.login-view {
  margin: 0 auto;
  height: 100%;
  width: 440px;
}
.login-view .empty-space {
  height: 20%;
  width: 100%;
}
.login-view .centered-container {
  width: 440px;
}
.login-view .centered-container #another-session {
  display: none;
}
.login-view .centered-container #web-need-log-out {
  display: none;
}
.login-view .centered-container .companySearch {
  height: 31px;
  border: 1px solid gainsboro;
}
.login-view .centered-container .companySearch md-autocomplete-wrap,
.login-view .centered-container .companySearch input,
.login-view .centered-container .companySearch button {
  height: 31px;
}
.login-view .centered-container .companySearch md-autocomplete-wrap {
  box-shadow: none;
}
.login-view .header {
  font: 24px "Segoe UI", Helvetica, Arial, sans-serif;
  color: #006293;
  margin: 10px 0 10px 18px;
}
.login-view .header span {
  display: block;
}
.login-view .container {
  border: 1px solid gainsboro;
  padding: 20px;
}
.login-view .container input {
  width: 100%;
  border: 1px solid gainsboro;
  font: 10pt "Segoe", Helvetica, Arial, sans-serif;
  margin-top: 6px;
  padding: 6px 0px;
  text-indent: 5px;
}
.login-view .container .remember-me {
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-family: "Segoe", Helvetica, Arial, sans-serif;
  height: 30px;
  line-height: 30px;
}
.login-view .container .remember-me input {
  float: left;
  width: 17px;
  height: 17px;
  margin: 0;
  padding: 0;
  margin-top: 6px;
  -webkit-appearance: checkbox !important;
}
.login-view .container .remember-me span {
  margin-left: 5px;
}
.login-view .container .bottom-part {
  overflow: hidden;
  margin-top: 10px;
}
.login-view .container .bottom-part .action {
  color: #fff;
  background-color: #006293;
  font-size: 12px;
  border: 0;
  padding: 7px;
  width: 150px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.login-view .container .links {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}
.login-view .container .links a {
  color: #006293;
  font-size: 14px;
  font-weight: bold;
}
.login-view .container .links a:first-child {
  margin-right: 20px;
}
.login-view .container .info {
  color: gray;
  font-family: "Segoe", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.login-view .container .languages-container ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
}
.login-view .container .languages-container ul li {
  display: inline;
}
.login-view .container .validation-summary {
  color: #ee3f40;
}
.login-view .container .validation-summary ul {
  list-style: none;
}

.incompatibleComponents {
  width: 400px;
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  box-shadow: 5px 8px 15px 5px rgba(218, 218, 218, 0.5);
  border: 2px solid #DADADA;
  overflow: auto;
  max-height: 700px;
}

@media screen and (max-width: 480px) {
  .login-view {
    width: 310px;
  }
  .login-view .centered-container {
    width: 310px;
  }
  .login-view .header {
    max-width: 300px;
    margin-left: 18px;
    margin-bottom: 0;
    font-size: 32px;
  }
  .login-view .container {
    border: none;
    padding-top: 10px;
  }
}
@media screen and (max-width: 310px) {
  .login-view {
    width: 240px;
  }
  .login-view .centered-container {
    width: 240px;
  }
  .login-view .header {
    max-width: 240px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 24px;
  }
  .login-view .container {
    border: none;
    padding-top: 10px;
    padding: 10px;
  }
  .login-view .container .action {
    width: 90px;
  }
  .login-view .container .links {
    /*margin-top: 20px;*/
  }
  .login-view .container .links a {
    font-size: 12px;
    margin: 0;
  }
  .login-view .container .links a:first-child {
    float: left;
  }
  .login-view .container .links a:last-child {
    float: right;
  }
  .login-view .container .links.form-buttons {
    margin-top: 10px;
  }
  .login-view .container .links.form-buttons input {
    width: 105px;
  }
  .login-view .container .links.form-buttons a {
    margin-top: 6px;
  }
  .login-view .empty-space {
    height: 5%;
    width: 100%;
  }
  .login-view .change-password {
    width: 105px !important;
  }
}
#input-0 {
  padding: 0;
  border: 0;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  display: table;
  width: 100%;
  height: 100%;
}
.spinner.hidden {
  display: none;
}
.spinner > div:first-of-type {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.spinner > div:first-of-type .lds-spinner {
  color: transparent;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.spinner > div:first-of-type .lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.spinner > div:first-of-type .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #666;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.spinner > div:first-of-type .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

.spinner {
  background-color: white;
}
