/* Minification failed. Returning unminified contents.
(698,1): run-time error CSS1036: Expected expression, found '}'
 */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");

.flip-card-side {
    /* brand specific */
    background-color: #fff;
    border-radius: 8px;
    /* end brand specific */
    margin: auto auto auto auto;
    position: relative;
    opacity: 1;
    width: 600px;
    text-align: center;
    -webkit-filter: blur(0px);
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

kbd {
    display: inline-block;
    margin: 0 .1em !important;
    padding: .1em .6em !important;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #242729;
    text-shadow: 0 1px 0 #FFF;
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.2),0 0 0 2px #FFF inset;
    white-space: nowrap;
}


.logo-wrapper {
    width:160px;
    height:160px;
    display:inline-block;
    margin:auto;
    line-height:160px;
}
.logo {
    vertical-align: middle;
    display:inline-block;
    height:auto;
    max-height:160px;
    max-width:200px;
}
.logo-wrapper::before {
    display:block;
    height:1px;
    background: #c8cccf;
    content: '';
    position: absolute;
    top:100px;
    left:0;
    width: calc(50% - 100px);
    z-index:-1;
}
.logo-wrapper::after {
    display:block;
    height:1px;
    background: #c8cccf;
    content: '';
    position: absolute;
    top:100px;
    right:0;
    width: calc(50% - 100px);
    z-index:-1;
}

.validation {
    height: 36px;
}

.validation ul {
    list-style-type: none;
    padding: 0;
}

.help {
    text-transform: none;
}

.flip-card-side .input-group {
    width: 320px !important;
    margin: 8px auto 0 auto;
}

.line-left {
    position: absolute;
    top: 100px;
    left: 0px;
    right: calc(100% - 180px);
    display: block;
    height: 1px;
    float: left;
    background: #c8cccf;
}

.line-right {
    position: absolute;
    top: 100px;
    right: 0px;
    left: calc(100% - 180px);
    display: block;
    height: 1px;
    float: left;
    background: #c8cccf;
}

#bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/Content/images/bg.jpg);
    background-size: cover;
    background-position: center;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    transition: all 2s ease;
}

body.is-loading > #bg {
    -webkit-filter: blur(10px);
}

body:target > #bg {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#footer ul {
    opacity: 0.75;
    background-color: rgba(0, 0, 0, 0.75);
    text-shadow: 1px 1px 1px black;
    border-radius: 8px;
    transition: opacity 2s ease-out;
}

body.is-loading > #footer ul {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

/* Wrapper */

#wrapper {

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    min-height: 100%;
    padding: 1.5em;
    z-index: 2;
    overflow: hidden;
}

    #wrapper > * {
        z-index: 1;
    }

    #wrapper:before {
        content: '';
        display: block;
    }

@media screen and (max-width: 360px) {
    #wrapper {
        padding: 0.75em;
    }
}

body.is-ie #wrapper {
    height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

footer ol, footer ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Basic */

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
}

body:target .flip-card {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #ffffff;
    background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35)), url("/Content/images/bg.jpg");
    background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35)), url("/Content/images/bg.jpg");
    background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35)), url("/Content/images/bg.jpg");
    background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35)), url("/Content/images/bg.jpg");
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: 100px 100px, cover, cover;
    background-position: top left, center center, bottom center;
    background-attachment: fixed, fixed, fixed;
}

    body:after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: inherit;
        opacity: 0;
        z-index: 1;
        background-color: #ffffff;
        background-image: url("images/overlay.png"), -moz-linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35));
        background-image: url("images/overlay.png"), -webkit-linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35));
        background-image: url("images/overlay.png"), -ms-linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35));
        background-image: url("images/overlay.png"), linear-gradient(60deg, rgba(32,51,57, 0.5) 5%, rgba(58, 115, 184, 0.35));
        background-repeat: repeat, no-repeat;
        background-size: 100px 100px, cover;
        background-position: top left, center center;
        -moz-transition: opacity 1.75s ease-out;
        -webkit-transition: opacity 1.75s ease-out;
        -ms-transition: opacity 1.75s ease-out;
        transition: opacity 1.75s ease-out;
    }

    body:target:after {
        -moz-animation: none !important;
        -webkit-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

    body.is-loading:after {
        /*opacity: 1;*/
    }

/* Type */

body, input, select, textarea {
    color: #414f57;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 15.9px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

strong, b {
    color: #313f47;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 0 0;
}

a[onclick] {
    cursor: pointer;
    text-transform: none;
}

/* Main */
.flip-card {
    position: relative;
    max-width: 100%;
    min-width: 27em;
    /*padding: 4.5em 3em 3em 3em;*/
    background: #ffffff;
    border-radius: 8px;
    cursor: default;
    opacity: 0.99;
    text-align: center;

    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
}

@media screen and (max-width: 480px) {
    #main {
        min-width: 0;
        width: 100%;
        padding: 4em 2em 2.5em 2em;
    }
}

/*body.is-loading #main*/
body.is-loading .flip-card {
    opacity: 0;
    -moz-transform: rotateX(15deg);
    -webkit-transform: rotateX(15deg);
    -ms-transform: rotateX(15deg);
    transform: rotateX(15deg);
}

/* footer */
#footer {
    -moz-align-self: -moz-flex-end;
    -webkit-align-self: -webkit-flex-end;
    -ms-align-self: -ms-flex-end;
    align-self: flex-end;
    /*width: 100%;*/
    display:block;
    padding: 1.5em 0 0 0;
    color: rgba(255, 255, 255, 0) !important;
    cursor: default;
    text-align:center;
    position:fixed;
    bottom:20px;
    left:1.5em;
    right:1.5em;
}

#footer a, #footer li {
    color:white;
}


/* flip-card from: "https://davidwalsh.name/css-flip" */
/* entire container, keeps perspective */
.flip-container {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
	transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
	.flip-container.flipped .back {
		transform: rotateY(0deg);
	}
	.flip-container.flipped .front {
	    transform: rotateY(180deg);
	}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
}

/* 
	Some vertical flip updates 
*/
.vertical.flip-container {
	position: relative;
}

	.vertical .back {
		transform: rotateX(180deg);
	}

	.vertical.flip-container.flipped .back {
	    transform: rotateX(0deg);
	}

	.vertical.flip-container.flipped .front {
	    transform: rotateX(180deg);
	}

/* CUSTOM CSS */

.center-element-wrapper {
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    left: 0;
    right: 0;
}
.center-element-wrapper > div {
    display: inline-block;
    width: 200px;
    margin: auto;
    line-height: 1.5;
    vertical-align: middle;
}
.center-element-wrapper > div:before {
    left: 0;
}
.center-element-wrapper > div:after {
    right: 0;
}
.center-element-wrapper.striped > div:before, .center-element-wrapper.striped > div:after {
    display: block;
    height: 1px;
    background: #c8cccf;
    content: '';
    position: absolute;
    top: 50%;
    width: calc(50% - 120px);
    z-index: -1;
}
.center-element-wrapper > div {
    width: 280px;
}
.center-element-wrapper.striped > .extended:before, .center-element-wrapper.striped > .extended:after {
    width: calc(50% - 160px);
}


/* systemcheck */
#con-test-map {
    position: relative;
    height: 240px;
    width: 560px;
    color: #3987af;
    background-color: aliceblue /* cadetblue */;
    border: solid transparent 0;
    border-radius: 8px;
    box-shadow: 0 0 8px -2px currentColor inset;
}

#con-test-map > i {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    position: absolute;
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 2px white, 0 0 8px white, 0 0 8px currentColor, 0 0 8px currentColor;
}

#con-test-map > i {
    font-size: xx-large;
    transition: color 0.2s;
}

#con-test-map > i.pending, #con-test-map > i.fake-pending {
    color: #3987af /* #5bc0de #f0ad4e */;
    animation: i-pending-blink .8s ease infinite;
}
@keyframes i-pending-blink {
    0% {
        text-shadow: 0 0 1px white, 0 0 1px white, 0 0 2px white, 0 0 8px white, 0 0 8px currentColor, 0 0 8px currentColor;
    } 
    50% {
        text-shadow: 0 0 1px white, 0 0 2px white, 0 0 16px white, 0 0 8px white, 0 0 8px currentColor, 0 0 16px white;
    } 
    100% {
        text-shadow: 0 0 1px white, 0 0 2px white, 0 0 0 white, 0 0 8px white, 0 0 8px currentColor, 0 0 8px currentColor;
    } 
}


#con-test-map > i.success {
    color: #5cb85c;
    animation: i-shadow-color-blink 1s linear;
}

#con-test-map > i.warn {
    color: #f0ad4e /* #5bc0de #f0ad4e */;
}

#con-test-map > i.fail {
    color: #d9534f;
    animation: i-shadow-color-blink 2s ease;
}
@keyframes i-shadow-color-blink {
    0% {
        text-shadow: 0 0 1px white, 0 0 1px white, 0 0 2px white, 0 0 8px white, 0 0 8px currentColor, 0 0 8px currentColor;
    } 
    50% {
        text-shadow: 0 0 1px white, 0 0 2px white, 0 0 2px white, 0 0 4px white, 0 0 16px currentColor, 0 0 32px currentColor;
    }
    100% {
        text-shadow: 0 0 1px white, 0 0 1px white, 0 0 2px white, 0 0 8px white, 0 0 8px currentColor, 0 0 8px currentColor;
    } 
}


#con-test-map > i.de {
    left: 279px;
    bottom: 187px;
}

#con-test-map > i.us {
    left: 110px;
    bottom: 170px;
}

#con-test-map > i.in {
    left: 385px;
    bottom: 140px;
}

#con-test-map > i.speedtest {
    cursor: pointer;
}

#con-test-info {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    text-transform: none;
    display: none;
    position: absolute;
    left: 0;
    top: -0px;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: white;
    z-index: 999;
    font-size: 16px;
    line-height: 1.3;
    color: black;
    letter-spacing: normal;
    border: solid 1px #c8cccf;
    
    text-align: justify;
    overflow: auto;

    /*color: #313f47;*/    
}

#con-test-info h1, h2, h3 {
    text-align: center;
    margin: 0 0 -6px 0;
    line-height: 1.5;
}

#con-test b#con-test-info-hide {
    display: none;
}
.show-info #con-test b#con-test-info-show {
    display: none;
}
.show-info #con-test b#con-test-info-hide {
    display: block;
}
.show-info #con-test #con-test-info {
    display: block;
}

.con-test-ctrl {
    margin: 0 20px 0 20px;
    position: relative;
}

.con-test-ctrl .progress, .con-test-ctrl b {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    color: #54b7d4;
}

.con-test-ctrl .progress {
    left: 44px;
    top: 10px;
    right: 44px;
    margin-bottom: 0;
    height: 24px;
}

.con-test-ctrl .con-test-info-btn {
    left: 10px;
    top: 10px;
    font-family: 
}

.con-test-ctrl .con-test-refresh {
    right: 10px;
    top: 10px;
}

#con-test b {
    display: block;
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 1;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 2px white, 0 0 8px white, 0 0 8px currentColor, 0 0 8px currentColor;
}

.con-test-ctrl .progress > .progress-bar {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-shadow: none;
    transition: 0.5s ease;
    animation: progress-bar-stripes 2s linear infinite;
    animation-play-state: paused;
}

.con-test-ctrl .progress > .progress-bar.active {
    animation-play-state: running;
}

#con-speed-test {
    height: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    border-radius: 0 0 8px 8px;
    right: 0;
    left: 0;
    background: black;
    opacity: 0.8;
    transition: height 200ms;
    overflow: hidden;
    font: initial;
    font-family: monospace;
    font-size: smaller;
    letter-spacing: normal;
    word-spacing: normal;
    color: white;
    text-transform: none;
}
    
#con-speed-test.open {
    height: 70px;
    padding: 10px;
}

#con-speed-test table tr td:first-child {
    padding-right: 8px;
}

/* Page specific*/

body.login-page .flip-container, body.login-page .front, body.login-page .back {
	width: 600px;
	height: 480px;
}

body.help-page .flip-container, body.help-page .front, body.help-page .back {
	width: 1000px;
    max-width: 100%;
    min-height: 30rem;
	height: 80vh;
}

body.help-page .content{
    position: absolute;
    left: 2rem;
    top: 100px;
    right: 0;
    bottom: 8rem;
    padding-right: 2rem;
    overflow: auto;
}


body.help-page {
    color: rgb(65, 79, 87);
   
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0.15rem;
}

body.help-page .content ol, body.help-page  .content ul {
    text-align: left;
}

body.help-page .help {
    line-height: 1.8rem;
}

body.help-page .help h1 {
    font-weight: 600;
}
   

body.help-page .help section,
body.help-page .help h2,
body.help-page .help h3{
    text-align: left;
}

body.help-page .help section {
    margin: 3rem 0 0 0;
}

body.help-page .help h2 {
    font-weight: 400;
    text-align: center;
    padding: 1rem 0;
}

body.help-page .help h3 {
    padding: 1rem 0 0 0;
}

body.help-page .help p {
    padding: 0.5rem 0 0 0;
    line-height: 2.25rem;
}

body.help-page .help ul,
body.help-page .help ol {
    margin: 0.5rem 0;
}
