﻿/* cyrillic-ext 
    Imported here from @import url('https://fonts.googleapis.com/css?family=Roboto');
*/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 
    End of Roboto family import.
*/


html {
    height: 100%;
    font-size: 12px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #EE7D11;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #a7580c;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/* END OF RESET */

#noScript {
    margin: 16px;
    color: Black;
}

:lang(en-GB) {
    quotes: '\2018' '\2019' '\201C' '\201D';
}

:lang(zh) {
    font-family: ÃÂ¥ÃÂ¾ÃÂ®ÃÂ¨ÃÂ½ÃÂ¯ÃÂ©ÃÂÃÂ
ÃÂ©ÃÂ»ÃÂ;
}

body {
    background-size: cover;
}

/* Theme layout styles */

#fullPage, #brandingWrapper {
    width: 100%;
    height: 100%;
    background-color: inherit;
    text-align: center;
    margin: 0 auto;
}

#brandingWrapper {
    background-color: #4488dd;
    width: 0px;
    height: 0px;
    position: absolute;
    text-align: center;
}

#branding {
    /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme.
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
    width: 0px;
    height: 0px;
    margin: 0px;
    text-align: center;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#contentWrapper {
    width: 480px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    visibility: visible;
    position: absolute;
    margin: auto;
    top: 30%;
    bottom: auto;
    left: 0;
    right: 0;
}

#content {
    text-align: center;
    transform: translateY(-22%);
}

#header {
    padding: 20px 40px;
    font-size: 2em;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

#header img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    width: auto;
    height: auto;
    max-width: 100%;
}

.viracor {
    font-size: 14px;
}
.viracor .lead,
.viracor .btn,
.viracor #formsAuthenticationArea input 
{
    font-size: 1.2rem;
}


.viracor #header {
    padding: 0 0 20px 0;
}

#workArea, #header {
    word-wrap: break-word;
}

#loginArea {
    padding: 0 15px 15px;
}
/*
			#submitButton {
				display: block;
				width: 100%;
				text-align: center;
				white-space: nowrap;
				vertical-align: middle;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				border: 1px solid transparent;
				padding: 0.5rem 1rem;
				border-radius: none;
				transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
				font-size: 16px;
				font-weight: bold;
				background-color: #337ab7;
				border-color: #2e6da4;
				color: white;
			}

			#submitButton:hover {
				background-color: #286090;
				border-color: #204d74;
			}

*/

.btn {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.687em 1rem;
    border-radius: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 16px;
    font-weight: bold;
}

    .btn:hover {
        text-decoration: none;
    }

#submitButton {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: white;
}

    #submitButton:hover {
        background-color: #286090;
        border-color: #204d74;
    }

.viracor #submitButton {
    color: #fff;
    background-color: #ee7d11;
    border-color: #cc6611;
}

    .viracor #submitButton:hover {
        color: #fff;
        background-color: #cc6611;
        border-color: #b2590f;
    }


.btn-blue {
    color: #fff;
    background-color: #003883;
    border-color: #002c68;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #002c68;
        border-color: #002456;
    }

.btn-orange {
    color: #fff;
    background-color: #ee7d11;
    border-color: #cc6611;
}

    .btn-orange:hover {
        color: #fff;
        background-color: #cc6611;
        border-color: #b2590f;
    }

.btn-transparent {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

    .btn-transparent:hover {
        color: #FFF;
        background-color: transparent;
        border-color: #CCC;
    }


#loginMessage {
    display: none;
}

.forgotPasswordMessage {
    color: #fff;
}

.phoneMessage {
    color: #fff;
    margin-top: 1em;
}
    .phoneMessage a {
        color: #fff;
    }

#introduction {
    clear: both;
    padding-top: 7px;
}

#footerPlaceholder {
    height: 0px;
}

#footer {
    display: none;
    height: 0px;
    padding: 0px;
    position: static;
    color: #666666;
    font-size: 0.78em;
}

#footerLinks {
    float: none;
    padding-top: 0px;
}

#copyright {
    color: #696969;
}

.pageLink {
    color: #000000;
    padding-left: 16px;
}

/* Common content styles */

.clear {
    clear: both;
}

.float {
    float: left;
}

.floatReverse {
    float: right;
}

.indent {
    margin-left: 16px;
}

.indentNonCollapsible {
    padding-left: 16px;
}

.hidden {
    display: none;
}

.notHidden {
    display: inherit;
}

.error {
    color: #c85305;
}

.actionLink {
    margin-bottom: 8px;
    display: block;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}

ul {
    list-style-type: disc;
}

ul, ol, dd {
    padding: 0 0 0 0px;
}

h1, h2, h3, h4, h5, label {
    margin-bottom: 0px;
}

.submitMargin {
    margin: 0px;
}

.topFieldMargin {
    margin-top: 0px;
}

.fieldMargin {
    margin-bottom: 0px;
}

.groupMargin {
    margin-bottom: 0px;
}

.sectionMargin {
    margin-bottom: 0px;
}

.block {
    display: block;
}

.autoWidth {
    width: auto;
}

.fullWidth {
    width: 342px;
}

.fullWidthIndent {
    width: 326px;
}

.smallTopSpacing {
    margin-top: 15px;
}

.mediumTopSpacing {
    margin-top: 25px;
}

.largeTopSpacing {
    margin-top: 35px;
}

.smallBottomSpacing {
    margin-bottom: 5px;
}

.mediumBottomSpacing {
    margin-bottom: 15px;
}

.largeBottomSpacing {
    margin-bottom: 25px;
}

input {
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 8px;
}

    input[type="radio"], input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 0px;
    }

    input[type="submit"]:hover, span.submit:hover {
        background: rgb(212, 227, 251);
    }

    input.text {
        height: 28px;
        padding: 0px 3px 0px 3px;
        border: solid 1px #BABABA;
        font-size: 1.0em;
    }

        input.text:focus {
            border: 1px solid #6B6B6B;
        }

select {
    height: 28px;
    min-width: 60px;
    max-width: 100%;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    padding: 2px;
    font-family: inherit;
}

h1, .giantText {
    font-size: 2.0em;
    font-weight: lighter;
}

h2, .bigText {
    font-size: 1.33em;
    font-weight: lighter;
}

h3, .normalText {
    font-size: 1.0em;
    font-weight: normal;
}

h4, .smallText {
    font-size: 0.9em;
    font-weight: normal;
}

h5, .tinyText {
    font-size: 0.8em;
    font-weight: normal;
}

.hint {
    color: #999999;
}

.emphasis {
    font-weight: 700;
    color: #2F2F2F;
}

.smallIcon {
    height: 20px;
    padding-right: 12px;
    vertical-align: middle;
}

.largeIcon {
    height: 48px;
    /* width:48px; */
    vertical-align: middle;
}

.largeTextNoWrap {
    height: 48px;
    display: table-cell; /* needed when in float*/
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.2em;
}

.idp {
    height: 48px;
    clear: both;
    padding: 8px;
    overflow: hidden;
}

    .idp:hover {
        background-color: #cccccc;
    }

.idpDescription {
    width: 80%;
}

#formsAuthenticationArea input {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}


#formsAuthenticationArea .form-group {
    margin-bottom: 8px;
}

#formsAuthenticationArea input[type="text"],
#formsAuthenticationArea input[type="email"],
#formsAuthenticationArea input[type="password"] {
    height: 3em;
}

#formsAuthenticationArea input.fullWidth {
    width: 100%;
}

#formsAuthenticationArea .form-check {
    text-align: left;
}

hr {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-style: none;
    border-top: solid 1px;
}


.validationMessage {
    background-color: #f2dede;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #bf1616;
    border: 1px solid transparent;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 7px;
}

    .validationMessage a {
        color: #337ab7;
    }


.error span:first-child::before {
    content: "\f071";
    font-family: FontAwesome;
    margin-right: 5px;
    font-size: 17px;
    line-height: .75em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

/* for footer copyright */
#footer #footerLinks {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #202020;
    font-size: 12px;
    width: 100%;
    padding: 3px;
}

    #footer #footerLinks #copyright {
        color: white;
    }

        #footer #footerLinks #copyright a {
            color: #38AEF2;
        }

            #footer #footerLinks #copyright a:hover {
                color: #F58229;
            }


body.viracor #contentWrapper {
    background-color: transparent !important;
}

.spinner {
    display: none;
    margin-right: 10px;
    width: 1.7rem;
    height: 1.7rem;
}

    .spinner-visibility {
        display: inline-block;
    }


/* iPhone 6/7/8 size */
@media (max-height: 670px) {
    body {
        line-height: 1.15;
    }

    .validationMessage {
        font-size: 12px;
    }
}


/* Smartphone size */
@media (max-width: 639px) {
    html, body {
        min-width: 100%;
    }

    #fullPage {
        padding: 0 15px;
        box-sizing: border-box;
    }

    #contentWrapper {
        width: auto;
        margin-left: 0 !important;
    }

    /* removed by George - if enabled will remove links from login page on mobile
    #introduction {display: none; }
    */
}

/* iPhone 5/SE size */
@media (max-height: 570px) {
    body {
        line-height: 1.15;
    }

    .viracor .lead,
    .viracor .btn,
    .viracor #formsAuthenticationArea input {
        font-size: 1rem;
    }

    .forgotPasswordMessage {
        font-size: 12px
    }

    .phoneMessage {
        font-size: 12px
    }

    .validationMessage {
        padding-bottom: 7px;
        padding-top: 7px;
        font-size: 11px;
    }
}

.alert {
    padding: 20px;
    background-color: #ffcc00;
    color: black;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}