html {
	height: 100%;
	display: table;
	margin: auto;
}
body {
	height: 100%;
	font-family: "Open Sans", Arial, sans-serif;
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight:200;
	color: #4A4E50;
}
.version{
	font-size:14px;
	font-weight:300;
}
input[type=text], input[type=password] {
	width: 100%;
	padding: 7px 7px;
	margin: 10px 0;
	display: inline-block;
	font-size: 14px;
	height:32px;
	background-color: #FFFFFF;
   	border: 2px solid #C8CFD2;
   	border-radius: 4px;
   	transition-duration: 100ms;
   	transition-property: border-color, background-color, color, box-shadow;
}

input[type=text]:focus, input[type=password]:focus, button:focus {
	 outline-width: 0px;
	 box-shadow: inset 0 0 0 3px rgba(65, 127, 144, 0.16), inset 0 0 0px 1px #417F90;
	 border: 2px solid #417F90;
}

#username,#tid {
	text-transform: uppercase;
}

.loginForm button{
	width: 100%;
	padding: 8px 10px;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	height: 32px;

}
.login-btn {
	background-color: #417F90;
  	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
  	color: #FFFFFF;
}
.reset-btn{
	background-color:transparent;
	color:  rgb(59, 89, 152);
}
.login-btn:hover{
	color: #FFFFFF;
   	background-color: #417F90;
   	background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
}
.loginForm button:hover {
	box-shadow: 0 0 0 3px #E3ECEF, 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.center {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.v-label-colored {
	color: #417F90;
}
.modal {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.modal-content {
	background: transparent;
	margin: 0 auto;
	width: 600px;
	position: relative;
	z-index: 41;
	top: 30%;
	height: 200px;
}
.modal-header {
	box-sizing: border-box;
	background-color:#E8F0F4;
	height: 30px;
	font-weight: 700;
	padding: 1.5rem 2rem;
	border-radius: 6px 6px 0px 0px;
}
.title {
	float: left;
	line-height:5px;
}
.close {
	float: right;
    font-size: 15px;
    cursor: pointer;
    margin: -1.5rem -3rem;
    padding: 1rem 2rem;
}
.modal-body {
	height: 123px;
	padding: 2rem;
	background-color: #FFFFFF;
}
.modal-footer {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
	border-radius: 0px 0px 6px 6px;
}
.confirmbtn {
    width: 120px;
    margin: 0px 5px;
    height: 30px;
    background-color: #FFFFFF;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.04));
    border: 2px solid #417F90;
    color: #417F90;
    padding: calc(0.5rem - 2px) calc(2rem - 2px);
    cursor: pointer;
}
.primarybtn {
	width: 120px;
    margin: 0px 5px;
    height: 30px;
    padding: calc(0.5rem - 2px) calc(2rem - 2px);
    cursor: pointer;
	background-color: #417F90;
  	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.24));
  	border: 2px solid #417F90;
  	color: #FFFFFF;
}
.pwd-message{
	font-size:20px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px
}
.eto-card {
    border: none;
    cursor: pointer;
    color: #6E787D;
    /* font-size: 16px;*/
    /* font-size: 2rem; */
    transition: color .1s linear;
	background-color: #FFF;
	box-shadow: 0 .25rem .5rem 0 rgba(0,0,0,.24);
    border-radius: .5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    position: relative
}

#cookie-policy-text {
    margin-top: 25px;
}
.eto-card__body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    padding: 2rem
}

.eto-btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
    text-decoration: none
}

.eto-btn:focus {
    box-shadow: 0 0 0 3px #E3ECEF;
    outline-width: 0;
    position: relative;
    z-index: 1
}

.eto-btn:focus:hover{
    box-shadow: 0 0 0 3px #E3ECEF,0 2px 4px 0 rgba(0,0,0,.4)
}

.eto-btn:active{
    box-shadow: none
}

.disabled.eto-btn {
    box-shadow: none;
    cursor: default;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.margin-top-xs-1 {
    margin-top: 1rem!important
}

.eto-btn--primary {
    background-color: #417F90;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.24));
    color: #FFF;
    padding: 1rem 2rem
}
.eto-btn--primary:hover:not(.eto-btn--loading):not(.eto-btn--done) {
    color: #FFF;
    background-color: #417F90;
    background-image: linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.32))
}
.eto-btn--primary:active:not(.eto-btn--loading):not(.eto-btn--done) {
    color: #FFF;
    background-color: #123E4A
}
.eto-btn--primary:focus:not(.eto-btn--loading):not(.eto-btn--done) {
    box-shadow: 0 0 0 3px #E3ECEF,inset 0 0 0 1px rgba(0,0,0,.48)
}
.margin-top-sm-4 {
        margin-top: 4rem!important
}
.font-size-xs-5 {
    font-size: 16px!important;
    /*font-size: 2rem!important*/
}
.login-button {
    width: 100%;
    height: 48px;
}

#manage {
    margin-top: 5px;
}
.eto-btn--link {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: #277AB5;
    padding: 1rem 2rem;
}
.eto-btn--link:hover {
    color: #277AB5;
    background-color: #F3F7F9;
    box-shadow: none
}

.eto-btn--link:active {
    color: #277AB5;
    background-color: #E3ECEF;
    border: 0;
    box-shadow: none
}

.eto-btn--link:focus {
    color: #206595
}

.eto-btn--link.disabled,.eto-btn--link:disabled {
    color: #838D90;
    box-shadow: none
}

 #modal-container {
  display: none;
  position: fixed;
  z-index: 1;
/*  width:600px;*/
}
.modalpopup{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	/*overflow: auto;*/
	display: none;
	justify-content: center;
	align-items: flex-start;
}
.modalpopup-content{
	position: relative;
	background-color: #fff;
	width: 50%;
	max-height: 75%;
	margin: 2rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
	margin-inline: auto;
	padding-bottom: 2rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	border-radius: 0.25rem;
	box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.modalpopup-content h1{
	text-align: center;
	margin-bottom: 2rem;
}

.modalpopup-content p {
	margin: 1rem 0;
	line-height: 1.5rem;
}
.modalpopup-close{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.75rem;
	font-weight: bold;
	padding: 0 0.75rem;
	color: rgba(0,0,0,0.2);
	cursor: pointer;
	user-select: none;
}
.modalpopup-close:hover, .modalpopup-close:focus{
	color: rgba(0,0,0,0.5);
}

.eto-modal__header>:not(.eto-modal__close) {
    flex: 1 1 auto;
}

.eto-modal__header {
    background-color: #E8F0F4;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 auto;
    padding-left: 0.6rem;
}
.eto-modal__content {
    max-height: 79%;
    display:flex;
    transition: transform .1s ease-out;
    width: 100%;
    outline: 0;
    padding: 0!important;
}

#cookie-policy-title {
  margin-top: 5px;
}
#cookie-policy-heading {
  margin-top: 25px;
}
#cookie-policy-text {
  margin-top: 25px;
}
#cookie-policy-privacy-title {
  margin-top: 25px;
}
#cookie-policy-privacy-subtitle {
   margin-top: 14px;
   font-size: 12px;
}
#cookie-selection {
  margin-top: 25px;
  font-size:12px;
}
.disable-user-select,.eto-switch {
    -moz-user-select: none;
    -ms-user-select: none
}

.eto-switch {
    display: -ms-flexbox;
    display: flex;
    padding: .25rem 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer
}
.eto-switch__field {
    position: absolute;
    opacity: 0;
    z-index: 0
}
.eto-switch__field:checked~.eto-switch__box {
    background-color: #277AB5;
    background-image: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.24))
}
.eto-switch__field:checked~.eto-switch__box::before {
    left: calc(100% - 1.2rem);
    box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3)
}
.eto-switch__field[disabled]~.eto-switch__box {
    background-color: #F6F6F6;
    background-image: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.16));
    cursor: default
}
.eto-switch__field[disabled]~.eto-switch__box::before {
    background-color: #E5E8EB;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.24)
}
.eto-switch__box {
    background-color: #FFF;
    background-image: linear-gradient(to top,rgba(70,129,147,0),rgba(70,129,147,.24)),linear-gradient(rgba(70,129,147,.24),rgba(70,129,147,.24));
    border-radius: 2rem;
    display: block;
    height: 32px;
    height: 1.5rem;
    position: relative;
    transition-duration: .2s;
    transition-property: background-color,background-image;
    width: 56px;
    width: 7rem
}
.eto-switch__box::before {
    background-color: #FFF;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.24);
    content: '';
    display: block;
    height: 26px;
    height: 1rem;
    left: calc(.5rem - 1px);
    position: absolute;
    top: calc(.2rem - 0px);
    transition-duration: .1s;
    transition-property: left;
    width: 26px;
    width: 0.9rem;
    z-index: 1
}

.eto-switch--integrated {
    width: 72px;
    width: 9rem
}
.eto-switch--integrated .eto-switch__box {
    width: 50%
}


.eto-modal__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
   /*  padding: 0 2rem 2rem; */
   /*  box-shadow: 0 -1rem 1rem 0 rgba(255,255,255,.8); */
    position: relative;
    z-index: 1
}
.eto-modal__footer .eto-btn {
    margin-left: 1rem
}
.eto-modal__footer,.eto-modal__header {
    -ms-flex: 0 0 auto;
    position:fixed;
     width: 49.2%;
    flex: 0 0 auto;
    overflow: hidden;
     border-radius: 0.2rem;
}

.eto-btn:not(.eto-btn--primary):not(.eto-btn--link) {
    background-color: #FFF;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.04));
    border: 2px solid #417F90;
    color: #417F90;
    padding: calc(1rem - 2px) calc(2rem - 2px)
}
.eto-btn:hover:not(.eto-btn--loading):not(.eto-btn--done):not(.eto-btn--primary):not(.eto-btn--link) {
    background-color: #FFF;
    color: #123E4A
}
.eto-btn:active:not(.eto-btn--loading):not(.eto-btn--done):not(.eto-btn--primary):not(.eto-btn--link) {
    border: 2px solid #2C697A;
    background-color: #D5E5EA;
    color: #1A5178
}
.disabled.eto-btn:not(.eto-btn--loading):not(.eto-btn--done):not(.eto-btn--primary):not(.eto-btn--link) {
    background-color: 0 0 0 3px #E3ECEF;
    border-color: #C8CFD2;
    color: #838D90
}
.eto-btn:focus:not(.eto-btn--loading):not(.eto-btn--done):not(.eto-btn--primary):not(.eto-btn--link) {
    background-color: #E3ECEF;
    border-color: #123E4A
}
.eto-btn--icon-only.eto-btn:not(.eto-btn--primary):not(.eto-btn--link) {
    padding-left: 0;
    padding-right: 0
}
.eto-btn--primary {
    background-color: #417F90;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.24));
    color: #FFF;
    padding: 1rem 2rem
}
.eto-btn--primary:hover:not(.eto-btn--loading):not(.eto-btn--done) {
    color: #FFF;
    background-color: #417F90;
    background-image: linear-gradient(rgba(0,0,0,.08),rgba(0,0,0,.32))
}

.eto-btn--primary:active:not(.eto-btn--loading):not(.eto-btn--done) {
    color: #FFF;
    background-color: #123E4A
}
.eto-btn--primary.disabled:not(.eto-btn--loading):not(.eto-btn--done),.eto-btn--primary:disabled:not(.eto-btn--loading):not(.eto-btn--done) {
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.24))!important;
    background-color: #EDEFF1;
    color: #6E787D
}

.eto-btn--primary:focus:not(.eto-btn--loading):not(.eto-btn--done) {
    box-shadow: 0 0 0 3px #E3ECEF,inset 0 0 0 1px rgba(0,0,0,.48)
}
.eto-btn--primary.eto-btn--icon-only {
    padding-left: 0;
    padding-right: 0
}
.eto-btn--loading:not(.eto-btn--primary):not(.eto-btn--link) {
    padding: calc(.5rem - 2px) calc(1.5rem - 2px)
}
.eto-btn-split .eto-btn--primary:last-of-type {
    margin-left: .5rem
}

.eto-btn-split .eto-btn--primary:last-of-type:focus {
    color: #FFF;
    background-color: #123E4A
}
.eto-input-group .eto-input-group__btn>.eto-btn:not(.eto-btn--primary) {
    border-color: #C8CFD2;
    color: #4A4E50;
    margin-left: -2px
}

.eto-input-group .eto-input-group__btn>.eto-btn:not(.eto-btn--primary):focus {
    border-color: #73AFC0
}

.eto-modal__close::before{
	font-family: "Material Icons", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    width: 1em;
    height: 1em;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}
.eto-modal__close {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #6E787D;
    font-size: 16px;
    font-size: 1.5rem;
    padding: 0;
    transition: color .1s linear
}
.eto-modal__close:focus {
    color: #6E787D
}
.eto-modal__close:hover {
    color: #4A4E50;
    text-decoration: none
}
.eto-modal__close:visited {
    color: #6E787D
}
.eto-modal__close .md-icon{
	font-size: inherit;
    line-height: inherit
}
.eto-modal__header>:not(.eto-modal__close) {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.eto-modal__close {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    padding-right: 1rem
}
eto-modal__close::before {
    content: 'close'
}

div#privacySetting {
    margin: 2rem;
    padding: 2rem;
    overflow: auto;
    border-radius: 0.25rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
}
div#subtitle-header {
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 200;
	white-space: pre-wrap;
    word-wrap: break-word;

}
.privacy-popup-label {
	white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 7px;
}
.privacy-ckname {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-weight:bold;
    font-size:16px;
}
.v-alignment {
	vertical-align:bottom;
	text-align:bottom;
	font-size:12px;
	padding-top: 0.7rem;
}
.eto-modal__body{
	padding: 1rem;
}
.btn-close-alignment{
	margin-left: 0.5rem;
	background-color: #FFF;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.04));
    border: 2px solid #417F90;
    color: #417F90;
}
.btn-save-alignment{
	margin-left: 0.5rem;
	margin-right: 1rem;
	background-color: #417F90;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.24));
    color: #FFF;
}
.td-align{
	padding-bottom: 0.5rem;
    padding-top: 0px;
}
