* {
	box-sizing: border-box;
}
html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	overflow: hidden; 
	background: #fff;
    color: #333;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	border: 0;
	background: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.topbanner {
    background: #aad7ff;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #56429a;
}

.row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}

.col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.link {
    margin: 1rem;
    background: azure;
    border: 0.25rem solid #56429a;
    border-radius: 1rem;
    padding: 0.25rem 0.5rem;
    min-height: 210px;
    max-width: 14rem;
    cursor: pointer;
    transition: all 0.3s;
}

.link:hover {
    transform: scale(1.2);
}

.link img {
    max-width: 150px;
    display: block;
    margin: 0 auto 0.5rem;
}

.name, .id {
	display: none;
}

.content {
	text-align: center;
}

.apps, .items {
	margin: 0 auto;
    max-width: 710px;
}

.items {
	max-width: 1200px;
}

.widget {
	display: inline-block;
    width: 330px;
    height: 290px;
    background: #aad7ff;
    margin: 0.5em;
	position: relative;
	padding: 5px 10px;
	border: 1px solid #56429a;
    border-radius: 5px;
}

.widget img {
	display: block;
	width: 310px;
}

.widget a {
	text-decoration: none;
	color: #000;
	font-size: 0.8em;
    position: absolute;
    left: 10px;
    top: 10px;
	height: 95%;
}

.widget span {
	position: absolute;
    left: 10px;
    padding-top: 10px;
}

.green {
	background: #3cf596;
}

label {
	display: block;
	margin: 5px 0;
}

.login {
    text-align: left;
	position: relative;
}

.login .top {
	padding: 5px 10px; 
	font-size: 1.25em;
	border-bottom: 1px solid #56429a;
	position: absolute;
	width: 100%;
}

.loginfield {
	padding: 5px 10px;
	position: absolute;
	width: 100%;
    top: 40px;
}

.apps ul li {
	display: inline-block;
    margin-right: 2em;
    margin-bottom: 2em;
    border: 2px solid #56429a;
    border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	background: #e1ffeb;
	box-shadow: #333 3px 3px;	
}

.box {
    padding: 2rem;
    border: 1px solid black;
    border-radius: 1rem;
}

.error {
    color: red;
    margin-top: 1rem;
    font-weight: bold;
    letter-spacing: 1;
}

.apps ul li:hover {
	background: #c3ff64;
}

.apps p {
	margin: 0 auto;
    padding: 0.5em 0;
    color: #000;
    font-weight: 600;
    width: 90%;
}

.apps img {
	width: 200px;
	height: auto;
}

.apps a {
	text-decoration: none;
}

.apps span {
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}

.header {
	position: relative;
    width: 100%;
    height: 120px;
    background: #aad7ff;
    text-align: center;
}

.logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

.welcome {
    font-size: 130%;
    color: #000;
    display: inline-block;
    margin: 1rem 0 auto;
}

.logo img {
	width: 230px;
	height: auto;
}

.button {
	padding: 0.5em 1.5em;
	margin-top: 20px;
    box-shadow: #333 3px 3px;
    background: #FC0;
    font-size: 1.25em;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.button:hover {
	background: #06F;
	color: #fff;
}

#logon {
	margin-top: 15px;
	border-radius: 5px;
}

#logoff, #backhome {
	position: absolute;
    right: 20px;
}

.hide {
	display: none;
}

input[type=text], input[type=password] {
	padding: 8px 10px;
    font-size: 1em;
    border-radius: 5px;
    border: 1px solid #333;
    cursor: pointer;
    width: 100%;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

input[type=text]:focus, input[type=password]:focus {
	background: #c8ffc8;
}

#Pass {
	letter-spacing: 3px;
	margin-bottom: 3px;
}

.footer {
	min-height: 100px;
    background: #56429a;
    padding: 20px 30px;
    text-align: center;
    margin-top: 20px;
    color: #d4d4d4;
    width: 100%;
    bottom: 0;
    left: 0;
}

.fixed {
	position: fixed;
}

.footer a {
	color: #d4d4d4;
	text-decoration: none;
}

.footer a:hover {
	color: #d4d4d4;
	text-decoration: underline;
}

.loader {
    width: 40px;
    height: 40px;
    position: fixed;
	top: 45%;
	left: 50%;
	display: none;
	z-index: 99;
}

.loader .shape {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 1px;
}

.loader .shape.shape1 {
    left: 0;
    background-color: #56429a;
}

.loader .shape.shape2 {
    right: 0;
    background-color: #00a651;
}

.loader .shape.shape3 {
    bottom: 0;
    background-color: #FFB74D;
}

.loader .shape.shape4 {
    bottom: 0;
    right: 0;
    background-color: #ed2024;
}

.loader.animation {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.loader.animation .shape {
    width: 20px;
    height: 20px;
}

.animation .shape1 {
  animation: animationshape1 2s ease 0s infinite reverse;
}

@-webkit-keyframes animationshape1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}

@keyframes animationshape1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  50% {
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  75% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
}
.animation .shape2 {
  animation: animationshape2 2s ease 0s infinite reverse;
}

@-webkit-keyframes animationshape2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}

@keyframes animationshape2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  75% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}
.animation .shape3 {
  animation: animationshape3 2s ease 0s infinite reverse;
}

@-webkit-keyframes animationshape3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}

@keyframes animationshape3 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  75% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}
.animation .shape4 {
  animation: animationshape4 2s ease 0s infinite reverse;
}

@-webkit-keyframes animationshape4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}

@keyframes animationshape4 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
  50% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
  }
  75% {
    -webkit-transform: translate(-20px, 0);
            transform: translate(-20px, 0);
  }
}

.loader .text {
	transform: rotate(-45deg);
    padding-top: 60px;
    color: #000;
}

@media screen and (max-width: 940px){
.welcome {
    font-size: 1.2em;
    left: 270px;
}
.apps img {
    width: 180px;
}
#logoff {
	font-size: 1.2em;
    padding: 0.3em 1.3em;
    right: 20px;
    top: 40px;
}
}
@media screen and (max-width: 768px){
.logo {
	top: 5px;
}
.logo img {
    width: 200px;
}
.welcome {
    top: 87px;
    left: 30px;
    font-size: 105%;
}
.main {
    font-size: 1.2em;
    width: 100%;
}
.items img {
	width: 400px;
}
.items img {
	width: 310px;
}
#logoff {
    padding: 0.3em 1.3em;
    top: 1em;
    right: 1.25em;
}
.apps ul li {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.apps img {
	width: 160px;
}
}
@media screen and (max-width: 580px){
.logo img {
    width: 200px;
}
.welcome {
	top: 93px;
    left: 30px;
    font-size: 1em;
    width: 100%;
}
#logoff {
    padding: 0.3em 1.3em;
    top: 1em;
    right: 1.25em;
	font-size: 1.2em;
}
.apps img {
	width: 130px;
}
.apps ul li {
    margin-right: 1.2em;
    margin-bottom: 1.2em;
	box-shadow: #333 2px 2px;
}
.apps p {
    padding: 0.4em 0;
    font-size: 0.95em;
}
.items img {
    width: 350px;
}
.widget {
	width: 100%;
}
}
@media screen and (max-width: 480px){
.header {
	margin-bottom: 20px;
}
.logo {
	left: 10px;
}
.logo img {
    width: 180px;
}
.welcome {
	font-size: 85%;
    left: 20px;
	top: 78px;
}
#logoff {
    padding: 0.4em 1.2em;
    top: 0;
    right: 1em;
    font-size: 1em;
}
.apps img {
    width: 95px;
}
.apps ul li {
    margin-right: 1em;
    margin-bottom: 1em;
	box-shadow: #333 1px 1px;
}
.apps p {
    font-size: 0.7em;
}
.items img {
    width: 350px;
}
.footer-text {
	font-size: 90%;
}
}
@media screen and (max-width: 380px){
.content {
    margin-top: 0px;
}
.apps img {
    width: 80px;
}
.apps ul li {
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}
.items img {
    width: 300px;
}
}	