﻿@font-face {
    font-family: Graphik;
    font-style: normal;
    font-weight: 400;
    src: local('Graphik Regular'), local('Graphik-Regular'), url('/fonts/Graphik/Graphik-Regular-Web.woff');
}
@font-face {
    font-family: "Graphik-Semibold";
    font-style: normal;
    font-weight: 600;
    src: local('Graphik Semibold'), local('Graphik-Semibold'), url('/fonts/Graphik/Graphik-Semibold-Web.woff');
}
@font-face {
    font-family: "Graphik-Bold";
    font-style: normal;
    font-weight: bold;
    src: local('Graphik Bold'), local('Graphik-Bold'), url('/fonts/Graphik/Graphik-Bold-Web.woff');
}

html {
    background-color: #F0F0F3;
    padding: 0;
}
body {
    position: relative;
    font: 13px Graphik, open-sans, sans-serif;;
    background-color: #F0F0F3;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    color: #333333;
}
.top-fixed-header{
    height: 52px;
    width: 100%;
    top: 0;
    position: fixed;
    background-color: #001E3F;
}

.fixed-footer{
    position: fixed;
    bottom:0;
    height: 42px;
    width: 100%;
    background-color: white;
}

.page-header h1.oops {
    color: #C3063D;
}

.bg-circle-purple {
    height: 1286.25px;
    width: 1286.25px;
    background: radial-gradient(circle, rgba(195,133,252,0.15) 0%, rgba(195,133,252,0) 100%);
}

a {
    color: #307F9F;
    text-decoration: none;
    font-family: Graphik-SemiBold, open-sans, sans-serif;
}

.body-content {
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}

.page-header, .translation-settings {
    padding: 16px 24px;
}

.page-header{
    border-bottom: 1px solid #CCD2D9;
}

h1{
    font-family: Graphik-SemiBold, open-sans, sans-serif;
    font-size: 14px;
    padding: 0;
    margin:0;
    color:#001E3F;
    display:inline-block;
}

.help-icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    float: right;
    display: inline-block;
    background-image: url("../Help.svg");
}

.warning-icon {
    width: 18px;
    height: 16px;
    float: left;
    display: inline-block;
    margin-right: 8px;
    background-image: url("../Warning.svg");
}

.service-status-header{
    font-weight: 600;
    line-height: 18px;
}

.service-status-text-content a{
    font-family: Graphik, open-sans, sans-serif;;
}

.view-hide-icon {
    width: 16px;
    height: 16px;
    margin-top: 6px;
    background-image: url("../View-hide.svg");
}

.view-show-icon {
    width: 16px;
    height: 16px;
    background-image: url("../View-show.svg");
}

.password-wrapper {
    position: relative;
}

.password-wrapper .show-password-wrapper {
    position: absolute;
        top: 12px;
        right: 8px;
        bottom: 0;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
}

.logo-wrapper {
    margin-left: 48px;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-logo-wrapper {
    margin: auto;
    padding-top: 13px;
    width: 100px;
}

#logo {
    display: block;
    width: 130px;
}

#bottom-logo {
    display: block;
    width: 70px;
}

.countdown {
    color: #C3063D;
}

.login-center-wrapper {
    width: 400px;
    margin: 0 auto;
}

.login-inner, .login-under-maintenance-inner {
    border-radius: 8px;
    background-color: white;
    box-shadow: 10px 10px 12px 0 rgba(174,174,192,0.25), -4px 0 12px 0 rgba(0,0,0,0.1), -10px -10px 12px 0 rgba(255,255,255,0.75);
}

.login-content {
    padding:24px;
}

.login-content label {
    display: block;
}

.login-content input[type=text],
.login-content input[type=email],
.login-content input[type=password] {
    width:100%;
    height: 32px;
    margin: 8px 0;
    border-radius: 4px;
    padding: 6px 12px;
    box-sizing:border-box;
    background-color: transparent;
    border: 1px solid #CCD2D9;
    color: #333333;
    font-size: 12px;
}

.login-content input[type=password] {
        padding: 6px 28px 6px 12px;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.login-content input[type=text]:focus,
.login-content input[type=email]:focus,
.login-content input[type=password]:focus,
.login-content input[type=text]:hover,
.login-content input[type=email]:hover,
.login-content input[type=password]:hover{
    outline: none;
    border-color: #99A5B2
}

.login-under-maintenance-inner{
    min-height: 500px;
}

.login-under-maintenance-page-header{
    font-size: 16px;
}

fieldset {
    border: none;
    padding: 0;
}

.login-tools {
    margin-top: 7px;
    margin-bottom: 21px;
}

.forgot-password {
    float: left;
}

.login-remember {
    float: right;
}

.login-buttons .button {
    float: left;
    min-height: 32px;
    min-width: 94px;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    padding: 0 14px;
    background-color: transparent;
    line-height: 28px;
    font-weight: bold;
    border: none;
    font-size: 12px;
    transition: background-color 300ms, color 300ms;
    cursor: pointer;
}

.login-buttons .button:focus {
    outline-color: #334B65;
}

.frictionless-login-buttons .button {
    float: left;
    margin-top: 48px;
    margin-bottom: 16px;
}

.login-buttons .cancel-button {
    background-color: transparent;
    border: 1px solid #CCD2D9;
    border-radius: 4px;
    color: #333333;
}

.login-buttons .cancel-button:hover {
    background-color: #E5E8EC;
    border: 1px solid #CCD2D9;
 }
.login-buttons .cancel-button:focus {
    outline-color: #334B65;
}

.login-buttons .login-button,.login-buttons .reset-button {
    float: none;
    margin-left: 16px;
    background-color: #32809E;
}

.login-buttons .login-button:hover, .login-buttons .reset-button:hover {
    background-color: #334B65;
}

.new-user-links {
    display: flex;
    margin-top: 18px;
}

.new-user-links a {
    display: inline-block;
    line-height: 20px;
}

.user-text-dash{
    float: right;
}

.user-labels{
    width: 90px;
    margin-right: 8px;
}
.user-labels span{
    line-height: 20px;
}

.translation-settings {
    border-top: 1px solid #CCD2D9;
}

.translation-settings input[type=radio],
.translation-settings label {
    margin-right: 8px;
    cursor: pointer;
}

.radio-container {
    position: relative;
    padding-left: 25px;
    transition: color 300ms;
    line-height: 18px;
    vertical-align: bottom;
}

.radio-container:hover .checkmark {
    border-color: #334B65;
}

.radio-container input[type=radio]:focus ~.text {
    color: #001E3F;
}

.radio-container:hover {
    color: #001E3F;
}

.radio-container input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #CCD2D9;
    transition: border-color 300ms;
}

.radio-container .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: solid white;
    border-width: 1px;
    border-radius: 10px;
    transition: opacity 150ms cubic-bezier(0, 0.355, 0.86, 0.59);
}

.radio-container input:checked ~ .checkmark {
    border-color: #001E3F;
    background-color: #001E3F;
}

.radio-container input:checked ~ .checkmark:after {
    opacity: 1;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border: solid white;
    border-width: 4px;
    border-radius: 4px;
}

.check-container {
    position: relative;
    padding-left: 28px;
    transition: color 300ms;
    cursor: pointer;
    font-weight: normal;
}

.check-container:hover .checkmark {
    border-color: #32809E;
}

.check-container input[type=checkbox]:focus ~.checkmark {
    border-color: #32809E;
}

.check-container input[type=checkbox]:hover ~.text {
    color: #001E3F;
}

.check-container input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}

.check-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #CCD2D9;
    transition: border-color 300ms;
}

.check-container .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: solid #32809E;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-right-width: 0;
    transition: opacity 150ms cubic-bezier(0, 0.355, 0.86, 0.59);

}

.check-container input:checked ~ .checkmark {
    background-color: #32809E;
    border-color: #32809E;
}

.check-container input:checked ~ .checkmark:after {
    box-sizing: content-box;
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    height: 4px;
    width: 10px;
    border: solid white;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 0;
    border-right-width: 0;
    transform: rotate(-45deg);
    opacity: 1;
    transition: opacity 150ms cubic-bezier(0, 0.355, 0.86, 0.59);
}

.clear {
    clear: both;
}

.logged-out iframe {
  display: none;
  width: 0;
  height: 0;
}

.reset-fieldset{
    padding-top:24px;
}

    .reset-fieldset th{
        text-align: left;
        font-size:14px;
    }

    .validation-summary {
        min-height: 24px;
        color: #999999;
        padding-left: 24px;
        margin-bottom: 24px;
        background-image: url("../ErrorTriangle.svg");
        background-repeat: no-repeat;
        background-position-y: calc(50% - 6px);
    }
.validation-summary ul {
    margin:0;
    padding:0;
}

.validation-summary li {
    list-style: none;
}

.input-validation-error {
    border: 1px solid #D62B68 !important;
    background-color: #F9DFE9 !important;
}

#linktest-form label {
    display: block;
    width: 200px;
}
#linktest-form input {
    display: block;
    width: 400px;
}
#linktest-form div {
    margin-bottom:20px;
}

@media only screen and (max-height: 680px) {
    .body-content {
        transform:none;
        position:relative;
        left:0;
        margin:0 auto;
        padding: 70px 0;
    }
}

.hidden {
    visibility: hidden;
}

.align-right {
    float: right;
}

.why-icis{
    border-top: 1px solid #CCD2D9;
    padding: 16px 24px;
}

.why-icis h1{
    display: block;
    padding-bottom: 8px;
}
