﻿@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.wrapper-content {
    position:absolute;
    width:510px;
    max-width: 580px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    z-index:999;
}

.wide-wrapper-content {
    position:absolute;
    width:650px;
    max-width: 650px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    z-index:999;
}

.wrapper-section {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    height: 475px;
}

		.section2{
			position:absolute;
			top:0;
			width:100%;
			right:-100%;
            visibility:hidden;
		}

		.j-primary:focus{
		background:rgb(84, 170, 236);
		}

		.j-form-h{
			overflow: hidden;
		}

		.prog{
			background:rgba(255,255,255,0.3);
			height:100%;
			width:0%;
			position: absolute;
			top:0;
			left:0;
            border-radius: 6px;
		}

		.j-btn{
			text-decoration: none !important;
            padding:8px 15px;
            font-size:14px;
		}

			.loginStudent {
				position: absolute;
				float: right;
				z-index: 20;
				right: 0px;
				bottom: 0px;
				width: 55%;
			}

			@-webkit-keyframes colorSwapper {
				0% {
					background-color: #FF511D;
					background-image: -webkit-linear-gradient(#FF511D, #F79027);
					background-image: linear-gradient(#FF511D, #F79027);
				}
				50% {
					background-color: #F79027;
					background-image: -webkit-linear-gradient(#F79027, #FF511D);
					background-image: linear-gradient(#F79027, #FF511D);
				}
				100% {
					background-color: #FF511D;
					background-image: -webkit-linear-gradient(#FF511D, #F79027);
					background-image: linear-gradient(#FF511D, #F79027);
				}
			}
			@-moz-keyframes colorSwapper {
				0% {
					background-color: #FF511D;
					background-image: -webkit-linear-gradient(#FF511D, #F79027);
					background-image: linear-gradient(#FF511D, #F79027);
				}
				50% {
					background-color: #F79027;
					background-image: -webkit-linear-gradient(#F79027, #FF511D);
					background-image: linear-gradient(#F79027, #FF511D);
				}
				100% {
					background-color: #FF511D;
					background-image: -webkit-linear-gradient(#FF511D, #F79027);
					background-image: linear-gradient(#FF511D, #F79027);
				}
			}
			@keyframes colorSwapper {
				0% {
					background-color: #FF511D;
					background-image: -webkit-linear-gradient(#FF511D, #F79027);
					background-image: linear-gradient(#FF511D, #F79027);
				}
				50% {
					background-color: #F79027;
					background-image: -webkit-linear-gradient(#F79027, #FF511D);
					background-image: linear-gradient(#F79027, #FF511D);
				}
				100% {
					background-color: #FF511D;
					background-image: -webkit-linear-gradient(#FF511D, #F79027);
					background-image: linear-gradient(#FF511D, #F79027);
				}
			}
			@-webkit-keyframes solidColor {
				0% {
					background-color: #FF511D;
				}
				50% {
					background-color: #F79027;
				}
				100% {
					background-color: #FF511D;
				}
			}
			@-moz-keyframes solidColor {
				0% {
					background-color: #FF511D;
				}
				50% {
					background-color: #F79027;
				}
				100% {
					background-color: #FF511D;
				}
			}
			@keyframes solidColor {
				0% {
					background-color: #FF511D;
				}
				50% {
					background-color: #F79027;
				}
				100% {
					background-color: #FF511D;
				}
			}
			* {
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}

            html {
                height:100%;
            }
            
			.j-menu-list-v > li a{
				text-decoration: none;
			}

			.j-menu-list-v > li:hover {
				/* -webkit-transform: scale(1.02); */
				z-index: 3;
				box-shadow: 0 0 0px 1px rgba(0, 146, 255,0.6);
				position: relative;
			}

			.j-menu-list-v > li {
				-webkit-transition: .1s all ease-in;
			}

			form{
				margin:0;
				padding:0;
			}

			.j-input{
				display: block;
				width: 100%;
				height: 34px;
				-webkit-transition: .1s all ease-in;
				padding: 6px 12px;
				font-size: 14px;
				line-height: 1.42857143;
				color: #555;
				background-color: #fff;
				background-image: none;
				border: 1px solid transparent;
				border: 1px solid #b5b5b5;
				-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
				-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
				transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			}

			.j-input:hover{
				border:1px solid #259af4;
			}

			.j-input:focus{
				outline:0;
				border:1px solid #259af4;
			}

			.j-form-set label{
				display: 	block;
				font-size: 16px;
				line-height: 1.625;
				color: #555;
				font-family: 'Lato';
				font-weight: 	bold;
			}

			svg {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			.j-btn circle {
				fill: rgba(0,0,0,0.05);
			}

			.j-btn.j-primary circle,
			.j-btn.j-error circle,
			.j-btn.j-success circle {
				fill: rgba(255,255,255,0.3);
			}

			.j-btn{
				display: inline-block;
				position: relative;
			}

			* {
				-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
				-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
				-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
				               /* prevent copy paste, to allow, change 'none' to 'text' */

			}

			.j-btn {
				transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
				transition-delay: 0.2s;
				box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);

			}

			.j-btn:active {
				box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.5);
				transition-delay: 0s;
			}

			.main-container{
				box-shadow: 0 18px 38px rgba(0,0,0,0.1), 0 15px 12px rgba(0,0,0,0.02);
			}

*{ 
font-family: "News Cycle",Roboto,"Helvetica Neue",Arial,sans-serif;
//font-family: Arial,sans-serif;
font-weight: normal;
}

a img {
    border:0;
}

a, p, h4, h1, strong, li{
font-family: Arial,sans-serif;
font-weight: normal;
font-size:14px;	
}

h2{
	font-size:32px !important;
    font-family:'tradegothiclt', sans-serif;
}

.j-pane-header{
	z-index: 10;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.25);
}
.j-header{
    height:98px
}
.pos-abs {
position: absolute;float: right;z-index: 20;right: 0px;bottom: 0px;width: 32%;z-index:20;
}

.pos-lines {
    position: absolute;bottom:20px;width:100%;right:0;z-index:0;
}

.pos-header-icon {
    position:absolute;height:88px;padding:23px;top:6px;
}

.pos-header-background {
    height:100%;
    width:100%;
}

.j-error{background:#f4473c!important; z-index:100;}
.j-dropDown {
    padding:5px;
    background:white;
    border:1px solid #ccc;
    text-align:center;
    display:block;
    position:absolute;
    left: auto;
  right: 22px;
    margin: auto;
    width:50%;
      top: 190px;
}

.j-dropDown.error-popup {
        left: 481px;
        top: 99px;
        width: 250px;
        border-radius: 10px;
        padding: 5px 0px;
        text-align: left;
        display: none;
    }

.Educator .j-dropDown.error-popup {
    top: 220px;
}

.j-dropDown.error-popup.forgot-password-error-popup {
    top: 130px;
    left: 522px;
    width: 210px;
}

.j-dropDown.error-popup .invalid-login-header {
            margin: 4px 0;
            font-weight: bold;
        }

.j-dropDown.error-popup .password-complexity-header {
        margin: 4px 0 4px 18px;
        font-weight: bold;
    }

.password-complexity-content {
    padding: 5px 20px 0 20px;
}

.j-dropDown.error-popup.password-complexity-error-popup:after {
    top: 145px;
}

.password-complexity-content ol {
    margin: 0;
    padding: 5px 15px 0 15px;
}

.j-dropDown.error-popup .invalid-login-content {
        padding: 0 15px 15px;
    }

.j-dropDown.error-popup ul {
        padding-left: 17px;
    }

.j-dropDown.error-popup .modern-btn {
    padding: 10px;
    margin-bottom: 15px;
    text-transform: none;
    line-height: 0.9;
    font-size: 0.9rem;
    padding: 0.7rem 1.6rem;
    box-shadow: 0 0;
}

.j-dropDown.error-popup .modern-btn:hover {
    box-shadow: 0 0;
    top: 0px;
    left: 0px;
}

.j-dropDown.error-popup .close-btn {
    position: relative;
    top: -5px;
    left: -7px;
    color: lightgrey;
    cursor: pointer;
}

.j-dropDown:after {
bottom: 100%;
border: solid transparent;
border-color: rgba(136, 183, 213, 0);
border-bottom-color: #fc5e6a;
border-width: 6px;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.j-dropDown.error-popup:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 30px solid white;
    margin: 0;
    right: 0;
    left: -36px;
    top: 134px;
}

.j-dropDown.error-popup.forgot-password-error-popup:after {
    top:93px;
}

.j-dropDown:after {
right: 0%;
left:0;
margin:auto;
}

    .j-dropDown.j-success:after {
      border-bottom-color: #84bf77;
    }

.forgot-message{font-size:14px;}


.r0 {
right: 0;
}

h2,
.password-forgot-js,
.activate-account-js,
.check-activation-js,
.check-activation-back-js {
    color:white;
}

.cwhite,
.cwhite a{
 color:white;
 text-decoration:none;
 font-size:14px;
 font-family:Arial,sans-serif;
}

.edgesite {
    color:#362580 !important;
}

.j-primary {
    background: #0684E7!important;
    border-radius:3px;
}

.password-forgot-js,
.activate-account-js,
.check-activation-js,
.check-activation-back-js {
    cursor:pointer;
}

.activate-account-js {
    cursor: pointer;
}

.fa-chevron-left {
    font-size:13px;
}

.j-dropDown {
width:63%;
}
.password-back-js {cursor:pointer;color:#fff;}
.activate-account-back-js {cursor:pointer;color:#fff;}
.securityquestion-back-js {cursor:pointer;color:#fff;}
.resetpassword-back-js {cursor:pointer;color:#fff;}
/*********table styles************/
table {
    border:0;
    font-size: 13px !important;
    width: 100% !important;
    border-collapse: collapse !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
table td {
    border:1px solid #dbdbdb;
    padding:5px !important;
    text-align: left;
}
table td.center {
    text-align: center;
}
table tbody{background-color:#fff; padding:10px;}
th {
    text-align: left !important;
    font-weight: bold !important;
}
thead {
    font-weight: bold !important;
    color: #333 !important;
    background: transparent !important;
    border-bottom:2px solid #362580;
}
table a{
    font-size: 13px !important;
}

/************icons**************/

.fa-check-circle{color:#9bc26f;font-size:17px;}
.fa-exclamation-circle{color:#f4473c;font-size:17px;}
.fa-question-circle{color:#046dc0;font-size:17px;}

.js-disabled-btn,
.js-disabled-btn:active {
    box-shadow:none !important;
    cursor:default !important;
}

.j-primary:focus {
    background: rgb(84, 170, 236) !IMPORTANT;
}
.password-continue-js {
     white-space: normal !important;
}

.text-left {
text-align:left !important;
}

.fa-big {
font-size: 24px;
  margin-right: 10px;
  top: -1px;
  position: relative;
  margin-bottom: 20px;
}

.error-title {
  color: #333;
  font-size: 24px !important;
}

.text-content {
font-size:12px;
color:#111;
display:block;
margin-bottom:15px;
}

.button, .classic-button {
  background: #3a6eaf;
  background: -moz-linear-gradient(top, #3a6eaf 0%, #3553a2 50%, #2f3494 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a6eaf), color-stop(50%,#3553a2), color-stop(100%,#2f3494));
  background: -webkit-linear-gradient(top, #3a6eaf 0%,#3553a2 50%,#2f3494 100%);
  background: -o-linear-gradient(top, #3a6eaf 0%,#3553a2 50%,#2f3494 100%);
  background: -ms-linear-gradient(top, #3a6eaf 0%,#3553a2 50%,#2f3494 100%);
  background: linear-gradient(to bottom, #3a6eaf 0%,#3553a2 50%,#2f3494 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6eaf', endColorstr='#2f3494',GradientType=0 );
  border-radius: 6px;
  color: white;
  border: 0;
  padding: 5px 46px;
  font-size: 17px;
  cursor:pointer !important;
  position:relative;
  overflow:hidden;
}

.classic-button {
  float:right;
}

.login .fa,
.password-continue-js > span,
.securityquestion-continue-js > span,
.check-activation-continue-js > span,
.activate-account-continue-js > span,
.link-account-js > span,
.resetpassword-continue-js > span {
font-size: 10px;
  position: relative;
  top: -1px;
  left: 5px;
}

.title > span{
    font-size:45px;
}

.classic-input {
height: 25px;
  border: 0px;
  padding-left: 10px;
  border-radius: 10px;
  border-width: 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  outline: none;
  line-height: 25px;
}

.label {
    font-size: 18px;
  font-weight: bold;
  color:white;
  line-height:40px;
  text-transform: uppercase;
}

.text-right {
text-align:right !important;
}

/*html .j-error {
  background: #fc5e6a;
  color: #fff;
  border: 1px solid transparent;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  margin: 0;
  top: auto;
  border-radius: 10px;
}*/

.securityQuestionError{
    top:155px !important;
}

.linkAccountMessage {
    background-color: #fff;
    color: #000;
    padding: 10px;
}


/************modern-style buttons**************/

a.modern-btn, .modern-btn a {
    color: #fff !important;
}

.modern-btn
{
    display: inline-block;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    border-radius: 0.25rem;
    font-family: "News Cycle",Roboto,"Helvetica Neue",Arial,sans-serif;
    position: relative;
    top: 0;
    left: 0;
    transition: all ease-in .1s;
    white-space: normal !important;
    margin-bottom:0.3em;
    text-decoration: none;
}

.modern-btn-orange {
    color: #fff;
    background-color: #f78d26;
    border-color: #f78d26;
    box-shadow: 5px 5px #d86e08;
}

.modern-btn-green {
    color: #fff;
    background-color: #4c9c8d;
    border-color: #4c9c8d;
    box-shadow: 5px 5px #387368;
}

.modern-btn-blue {
    color: #fff;
    background-color: #47a5c9;
    border-color: #47a5c9;
    box-shadow: 5px 5px #3083a3;
}

.modern-btn:hover {
    top: 2px;
    left: 2px;
    transition: all ease-in .1s;
}

.modern-btn-orange:hover {
    color: #fff;
    background-color: #f8a24d;
    border-color: #f8a24d;
    box-shadow: 3px 3px #d86e08;
}

.modern-btn-green:hover {
    color: #fff;
    background-color: #60b1a2;
    border-color: #60b1a2;
    box-shadow: 3px 3px #387368;
}

.modern-btn-blue:hover {
    color: #fff;
    background-color: #67b4d2;
    border-color: #67b4d2;
    box-shadow: 3px 3px #3083a3;
}

.modern-btn:active, .modern-btn.active {
    background-image: none;
    outline: 0;
}

.modern-btn-orange:active, .modern-btn-orange.active, .open>.modern-btn-orange.dropdown-toggle {
    color: #fff;
    top: 5px;
    left: 5px;
    box-shadow: 0 0;
    transition: all ease-in .1s;
    background-image: none;
}

.modern-btn-green:active, .modern-btn-green.active, .open>.modern-btn-green.dropdown-toggle {
    color: #fff;
    top: 5px;
    left: 5px;
    box-shadow: 0 0;
    transition: all ease-in .1s;
    background-image: none;
}

.modern-btn-blue:active, .modern-btn-blue.active, .open>.modern-btn-blue.dropdown-toggle {
    color: #fff;
    top: 5px;
    left: 5px;
    box-shadow: 0 0;
    transition: all ease-in .1s;
    background-image: none;
}

.modern-background {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #dadada;
    height: 100vh;
    position: fixed;
    width: 100vw;
    top: 0;
    z-index: -1;
}
.modern-background-welcome {
    background-image: url('../images/Login/login_back_WelcomeNL.jpg');
}
.modern-background-educator {
    background-image: url('../images/Login/login_back_EducatorNL.jpg');
}
.modern-background-student {
    background-image: url('../images/Login/login_back_StudentNL.jpg');
}
.modern-background-family {
    background-image: url('../images/Login/login_back_FamilyNL.jpg');
}


.password-forgot-js {
    text-transform: none;
    line-height:0.9;
    font-size:0.9rem;
    padding:0.5rem 0.5rem;
    box-shadow:0 0;
}

.password-forgot-js:hover {
    box-shadow:0 0;
    top:0px;
    left:0px;
}

.password-forgot-js:active {
    top:0px;
    left:0px;
}

.modern-input {
    height: 40px;
    border: 0px;
    padding-left: 10px;
    border-radius: 5px;
    border-width: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none;
    line-height: 30px;
    opacity:0.7;
    font-weight:bold;
    font-family:Arial,sans-serif;
    font-size:18px;
}

.modern-input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.modern-link-orange {
    color: #f78d26;
}

.modern-link-blue {
    color: #47a5c9;
}

.modern-link-green {
    color: #4c9c8d;
}

.welcome-arrow {
    font-size:30px;
    padding-top:3px;
}

.welcome-section {
    text-align:center;
}

.welcome-user {
    text-transform:none;
}

.welcome-name {
    font-family:Arial,sans-serif;
    font-size:28px;
    line-height:30px;
}

.welcome-description {
    font-family:Arial,sans-serif;
    font-size:14px;
    line-height:18px;
}

.welcome-arrow {
    font-size:30px
}

.bulletin {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:white;
    border-radius:5px;
    padding:10px;
    overflow:scroll;
    min-height:300px;
}

.notification-div {
     border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:white;
    border-radius:5px;
    padding:10px;    
    overflow: visible;
    height: 200px;
    margin-left: -20px !important;
    }

.login-button-size {
    width: 100px !important;
}

.bold {
    font-weight: bold;
}

.w50p {
    width: 50% !important;
}

.passwordError{
    top:215px !important;
}

.userError{
    top:155px !important;
}

.activationEmailError{
    top:175px !important;
}

.activationCodeError{
    top:235px !important;
}

.ActivatePasswordError{
    top:135px !important;
}

.ActivateSecurityQuestionError{
    top:255px !important;
}

.ActivateSecurityAnswerError{
    top:315px !important;
}

.ActivatePasswordNotMatchError{
    top:195px !important;
}

.loader-spinner {
    position: fixed;
    z-index: 1200000;
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
}

.loader-spinner .modal-waiting-spinner-new {
    position: fixed;
    left: 50%;
    top: 35%;
    height: 40px;
    width: 40px;
    -moz-animation: rotate 0.8s infinite linear;
    -o-animation: rotate 0.8s infinite linear;
    -webkit-animation: rotate 0.8s infinite linear;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #046dc0;
    border-right-color: transparent;
    border-radius: 50%;
    z-index: 9999;
}