@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;
  }
}
.reminder-main {
  min-height: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.reminder-view {
  margin: 0 auto;
  height: 100%;
  width: 400px;
}
.reminder-view .empty-space {
  height: 20%;
  width: 100%;
}
.reminder-view .centered-container {
  width: 400px;
}
.reminder-view .centered-container #another-session {
  display: none;
}
.reminder-view .centered-container #web-need-log-out {
  display: none;
}
.reminder-view .header {
  font: 24px "Segoe UI", Helvetica, Arial, sans-serif;
  color: #006293;
  margin: 0 0 10px 18px;
}
.reminder-view .header span {
  display: block;
}
.reminder-view .container {
  padding: 20px;
}
.reminder-view .container .change-password-header {
  height: 90px;
  font-size: 32px;
  font-weight: bold;
  color: #006293;
}
.reminder-view .container .change-password {
  height: 50px;
  color: gray;
}
.reminder-view .container .change-password-button {
  background-color: #006293;
  color: white;
  width: 150px;
  height: 33px;
  margin-top: 40px;
  float: right;
}
.reminder-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;
}
.reminder-view .container .bottom-part {
  overflow: hidden;
  margin-top: 10px;
}
.reminder-view .container .bottom-part .action {
  color: #fff;
  background-color: #006293;
  font-size: 12px;
  border: 0;
  padding: 7px;
  width: 150px;
  float: right;
  margin-top: 5px;
}
.reminder-view .container .links {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}
.reminder-view .container .links a {
  color: #006293;
  font-size: 14px;
  font-weight: bold;
}
.reminder-view .container .links a:first-child {
  margin-right: 20px;
}
.reminder-view .container .info {
  color: gray;
  font-family: "Segoe", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.reminder-view .container .validation-summary {
  color: gray;
  /*color: $red;*/
}
.reminder-view .container .validation-summary ul {
  list-style: none;
}

@media screen and (max-width: 480px) {
  .reminder-view {
    width: 310px;
  }
  .reminder-view .centered-container {
    width: 310px;
  }
  .reminder-view .header {
    max-width: 300px;
    margin-left: 18px;
    margin-bottom: 0;
    font-size: 32px;
  }
  .reminder-view .container {
    border: none;
    padding-top: 10px;
  }
  .reminder-view .container .change-password {
    height: 70px;
    color: gray;
  }
}
@media screen and (max-width: 310px) {
  .reminder-view {
    width: 240px;
  }
  .reminder-view .centered-container {
    width: 240px;
  }
  .reminder-view .header {
    max-width: 240px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 24px;
  }
  .reminder-view .container {
    border: none;
  }
  .reminder-view .container .change-password {
    height: 90px;
    color: gray;
  }
  .reminder-view .container .links {
    /*margin-top: 20px;*/
  }
  .reminder-view .container .links a {
    font-size: 12px;
    margin: 0;
  }
  .reminder-view .container .links a:first-child {
    float: left;
  }
  .reminder-view .container .links a:last-child {
    float: right;
  }
  .reminder-view .container .links.form-buttons {
    margin-top: 10px;
  }
  .reminder-view .container .links.form-buttons input {
    width: 100%;
    margin-top: 20px;
  }
  .reminder-view .container .links.form-buttons a {
    margin-top: 6px;
  }
  .reminder-view .empty-space {
    height: 5%;
    width: 100%;
  }
}
