
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

* {
	font-family: Roboto;
	outline: none;
}

ol li {
	padding: 5px;
}

ul li {
	padding: 5px;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.material-icons {
/*   font-family: 'Material Icons'; */
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  user-select: none;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons.md-18 {
	font-size: 18px
}

.material-icons.md-24 {
	font-size: 24px
}

.material-icons.md-36 {
	font-size: 36px
}

.material-icons.md-48 {
	font-size: 48px
}

.material-icons.md-dark {
	color: rgba(0, 0, 0, .54)
}

.material-icons.md-dark.md-inactive {
	color: rgba(0, 0, 0, .26)
}

.material-icons.md-light {
	color: rgba(255, 255, 255, 1)
}

.material-icons.md-light.md-inactive {
	color: rgba(255, 255, 255, .3)
}

.material-textfield-toogle-button {
	height: 22px;
}

.material-textfield-toogle-button-icon {
	top: auto !important;
}

.material-text-field:hover{
	border: 1px solid #333333;
}

.material-text-field-active{
	position: relative;
	margin: 10px 9px 10px 9px;
	border: 2px solid #0378aa;
    border-radius: 3px;
    box-sizing: border-box;
    height: 48px;
    display:flex;
    align-items: center;
    padding: 1px 10px 1px 16px;
    font-weight: 400;
    color: #303030;
}

.material-text-area-active{
	position: relative;
	margin: 10px 9px 10px 9px;
	border: 2px solid #0378aa;
    border-radius: 3px;
    box-sizing: border-box;
    min-height: 48px;
    display:flex;
    align-items: center;
    padding: 13px 10px 13px 16px;
    font-weight: 400;
    color: #303030;
}

.material-text-field-header{
	color: #AAAAAA;
	position: absolute;
	padding: 4px 0 4px 0;
	top: 9px;
	font-size: 16px;
	transition: all .2s ease;
	cursor: text;
	pointer-events: none; /* This makes it so a click on the placeholder text passes the click down to the textbox below it. Which has the benefit of bringing up the browsers auto-fill popup up on the first click*/
}

.material-text-field-header-readonly{
	color: #AAAAAA;
	position: absolute;
	padding: 4px 0 4px 0;
	top: 9px;
	font-size: 16px;
	transition: all .2s ease;
}

.material-frame-header-placeholder{
	color: #AAAAAA;
	position: absolute;
	padding: 4px 0 4px 0;
	top: 9px;
	left: 16px;
	font-size: 16px;
	transition: all .2s ease;
	cursor: text;
}

.material-text-field-header-small{
	background-color: white;
	color: #777777;
	position: absolute;
	padding: 4px;
	top: -11px;
	font-size: 12px;
	left: 12px;
}

.material-datepicker-header-small{
	background-color: white;
	color: #777777;
	position: absolute;
	padding: 4px;
	top: 44px;
	font-size: 12px;
	left: 23px;
}

.material-datepicker-header-small-end{
	background-color: white;
	color: #777777;
	position: absolute;
	padding: 4px;
	top: 44px;
	font-size: 12px;
	left: 303px;
}

.material-frame-header-title{
	background-color: white;
    color: #777777;
    position: absolute;
    padding: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    top: -7px;
    font-size: 12px;
    left: 12px;
    transition: all .2s ease;
}

.material-text-field-header-small-active{
	background-color: white;
	color: #0378aa;
	position: absolute;
	padding: 4px;
	top: -12px;
	font-size: 12px;
	left: 12px;
}

.material-frame-header-title-active{
	background-color: white;
	color: #0378aa;
	position: absolute;
	padding: 4px;
	top: -12px;
	font-size: 12px;
	left: 12px;
	transition: all .2s ease;
}

.material-text-field-header-small-active-animate{
	background-color: white;
	color: #0378aa;
	position: absolute;
	padding: 4px;
	top: -12px;
	font-size: 12px;
	transition: all .2s ease;
	left: 16px;
}

.material-text-field-editable{
	border: 0;
	padding: 0;
	font-size: 16px;
	color: #303030;
	background-color: transparent;
	width: 100%;
	resize: none;
	overflow: hidden;
	white-space: pre;
}

.material-text-area-editable{
	border: 0;
	padding: 0;
	font-size: 16px;
	color: #303030;
	width: 100%;
	resize: none;
	overflow: hidden;
}

.material-text-field-helper{
	background-color: white;
	color: #0378aa;
	position: absolute;
	padding: 4px;
	bottom: -12px;
	font-size: 12px;
	left: 12px;
}

.material-text-field-validated{
	color: green;
}

.material-text-field-not-validated{
	color: red;
}

.material-text-field{
	position: relative;
	margin: 10px 10px 10px 10px;
	border: 1px solid #AAAAAA;
    border-radius: 3px;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    display:flex;
    align-items: center;
    padding: 0px 10px 0px 16px;
    font-weight: 400;
}

.material-check-box-enabled{
	position: relative;
	margin: 10px 10px 10px 10px;
	border: 1px solid #AAAAAA;
    border-radius: 3px;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    display:flex;
    align-items: center;
    padding: 0px 10px 0px 16px;
    font-weight: 400;
}

.material-check-box-disabled{
	position: relative;
	margin: 10px 10px 10px 10px;
	border: 1px solid #AAAAAA;
    border-radius: 3px;
    box-sizing: border-box;
    height: 48px;
    min-height: 48px;
    display:flex;
    align-items: center;
    padding: 0px 10px 0px 16px;
    font-weight: 400;
}

.material-check-box-disabled {
	cursor: default!important;
}

.overview-fab-menu{
	position: absolute;
    top: 59px;
    left: 27px;
}

.material-check-box-disabled .overview-radio-button-checked{
	cursor: default!important;
	color: #AAAAAA!important;
}

.material-check-box-disabled .material-check-box{
	cursor: default!important;
	color: #AAAAAA!important;
}

.material-check-box-label{
	padding-left: 8px;
	color: #303030;
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 275px;
}

.material-check-box-label:hover{
	color: #0378aa;
}

.material-radio-button-item:hover{
	color: #0378aa !important;
}

.material-radio-button-item-suggest{
	color: #0378aa !important;
}

.material-radio-button-item-grey:hover{
	color: #0378aa !important;
}

.material-check-box-enabled:hover .material-check-box-label {
	color: #0378aa !important;
}

.material-check-box-enabled:hover .material-check-box-label-grey {
	color: #0378aa !important;
}

.material-check-box-enabled:hover {
	color: #0378aa !important;
	border: 1px solid #333333;
	cursor: pointer;
}

.material-check-box-disabled .material-check-box-label-grey{
	cursor: default!important;
	color: #AAAAAA!important;
}

.material-check-box-disabled .material-check-box-label{
	cursor: default!important;
	color: #AAAAAA!important;
}

.material-check-box-disabled .overview-radio-button{
	cursor: default!important;
	color: #AAAAAA!important;
}

.material-check-box-label-grey{
    padding-left: 8px;
    color: #AAAAAA;
    overflow: hidden;
    text-overflow: ellipsis;
/*     max-width: 275px; changed to match other components which said 100%, also, if you end up wanting to revert to 275px or some other value, it messed up the positioning of right-aligned icons*/
   	width: 100%;
    white-space: nowrap;
    text-align: left;
}

.material-check-box-label-grey:hover{
	color: #0378aa;
}

.material-checkbox{
	width: 100%;
}

.instant-title {
	display: inline-block;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
	position: absolute;
	font-weight: 400;
	z-index: 999999;
	font-size: 12px;
	padding: 8px;
	pointer-events: none
}

.fast-touch{
	touch-action: manipulation;
}

@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	font-display: block;
	/* 	src: url(material-design-icons-old/MaterialIcons-Regular.eot); */
	/* 	src: local('Material Icons'), local('MaterialIcons-Regular'), url(material-design-icons-old/MaterialIcons-Regular.woff2) format('woff2'), url(material-design-icons-old/MaterialIcons-Regular.woff) format('woff'), url(material-design-icons-old/MaterialIcons-Regular.ttf) format('truetype') */
	src: url(material-design-symbols/material-symbols-outlined.woff2)
		format('woff2')
}

html, body {
	margin: 0;
	padding: 0;
    height: 100%;
}

.wrapper {
	min-height: 100%;
    position: relative;
	background-color: #455a64;
	display: flex;
	flex-direction: column;
}

.header {
	color: black;
	font-size: 46px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0px 10px 0px;
}

img {

}

.bold {
	font-weight: 700;
}

.bankid-text{
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
}

.text {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
}

.readable-text {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding: 20px 50px 20px 50px;
}

.bankid-frame{
	flex-grow: 1;
	border: none;
	margin: 0;
	padding: 0;
}

.important-text {
	border: 1px solid black;
    background-color: darksalmon;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
}

.info-icon{
	position: absolute;
	left: 20px;
}

.info-blue {
	border: 1px solid black;
    background-color: #bbdefb;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-yellow {
	border: 1px solid black;
    background-color: #ffe082;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.info-red {
	border: 1px solid black;
    background-color: #ef9a9a;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.readable-important-text {
	border: 1px solid black;
    background-color: darksalmon;
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
	text-align: left !important;
}

@media only screen and (max-device-width: 640px) {
	.text {
		padding: 20px;
	}
}

.text-list {
	text-align: left !important;
}

.centered-list{
	list-style-position: inside;
}

.readable-list{
	text-align: left !important;
}

.text-list-no-bullit {
	text-align: left;
	list-style-type: none;
}

.keywords{
	display: none;
	color: transparent;
}

.title {
	color: #505050;
	font-size: 28px;
	font-weight: 300;
	margin: 30px 30px 10px 10px;
}

.readable-title {
	color: #505050;
	font-size: 28px;
	font-weight: 300;
	margin: 30px 30px 10px 10px;
	text-align: left !important;
}

.text-icon {
	font-size: 20px;
    line-height: 1;
    vertical-align: sub;
    color: rgba(0, 0, 0, 0.54);
}

.icon-color {
	color: #aed581;
}

.subtitle {
	color: #505050;
	font-size: 20px;
	font-weight: 300;
	margin: 15px 15px 5px 15px
}

.select-school-title {
	padding: 10px;
}

.register-email-button{
	margin: 0px !important;
}

.select-school-item {
	border-collapse: collapse;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	padding: 10px;
}
.scroll{
	height: 20px;
}
.flex{
	display: flex;
}

.flex-auto{
	flex: 1 1 auto;
}

.flex-column{
	display: flex;
	flex-direction: column;
}
.iframe-holder {

}

.iframe-holder body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.popup-flex {
	display: flex;
	flex-direction: column;
	width: 500px;
	background-color: rgb(255, 255, 255);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

@media only screen and (max-width: 640px) {
	.popup-flex {
		width: auto;
		height: auto;
	}
}

.popup-home {

	margin: -1px;
	min-width: 90px;
	border: 1px solid rgba(150, 150, 150, 0);
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
	outline: none;
	background-size: cover;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
}

.popup {
	min-width: 350px;
	border-radius: 7px;
	background-clip: padding-box;
	background-color: #fff;
	outline: 0;
	background-size: cover;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
	overflow: hidden;
}

.old-popup {
	width: 500px;
	height: 300px;
	background-color: rgb(255, 255, 255);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
@media only screen and (max-width: 640px) {
	.popup {
		width: auto;
		height: auto;
	}
}

.popup-head {
	font-size: 18px;
	font-weight: 300;
	color: white;
	padding: 3px 15px 3px 15px;
	text-align: center;
	background-color: #455a64;
}

@media only screen and (max-width: 640px) {
	.popup-head {
		font-size: 29px;
		padding: 6px 15px 6px 15px;
	}
}

.popup-text {
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	padding: 15px;
}

@media only screen and (max-width: 640px) {
	.popup-text {
		font-size: 18px;
		font-weight: 300;
	}
}

.popup-buttons {
	color: white;
	height: 29px;
	background-color: #eceff1;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top: solid 1px lightgray;
}

.popup-buttons-flex {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    color: white;
    height: 29px;
    background-color: #eceff1;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: solid 1px lightgray;
}

@media only screen and (max-width: 640px) {
	.popup-buttons {
		height: 49px;
	}
}

.popup-close {
	font-size: 18px;
	color: #448aff;
	padding: 3px 10px 3px 10px;
	text-align: right;
	cursor: pointer;
	vertical-align: text-bottom;
	position: absolute;
	right: 10px;
	bottom: 1px;
	font-weight: 500;
}

.popup-button {
	padding-left: 10px;
	font-size: 18px;
	color: #448aff;
	padding: 3px 10px 3px 10px;
	text-align: right;
	cursor: pointer;
	vertical-align: text-bottom;
	font-weight: 500;
}

@media only screen and (max-width: 640px) {
	.popup-close {
		font-size: 29px;
		padding: 6px 10px 6px 10px;
	}
}

.popup-close:hover {
	color: #82b1ff;
}

.popup-support {
	right: auto;
	left: 10px;
}

.popup-hide {
	display: none;
}

.lightblue {
	color: #82B1FF;
}

.popup-divider {
	height: 1px;
	background-color: rgb(200, 200, 200);
	margin: 0px;
}

.question {
	color: #505050;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	padding: 0px 0px 20px 0px;
	display: inline;
}

.answer {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	padding: 20px 50px 20px 50px;
}

.answer a:link {
    color: #2196f3;
	font-weight: 400;
    text-decoration: none;
}

.answer a:visited {
    color: #2196f3;
    font-weight: 400;
    text-decoration: none;
}

.answer a:hover {
    color: #1565c0;
    font-weight: 400;
    text-decoration: none;
}

.answer a:active {
    color: #2196f3;
    font-weight: 400;
    text-decoration: none;
}

.bullit-header {
	color: #303030;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

.bullit-header a:link {
    color: #303030;
	font-weight: 400;
    text-decoration: none;
}

.bullit-header a:visited {
    color: #303030;
    font-weight: 400;
    text-decoration: none;
}

.bullit-header a:hover {
    color: #90caf9;
    font-weight: 400;
    text-decoration: none;
}

.bullit-header a:active {
    color: #303030;
    font-weight: 400;
    text-decoration: none;
}

.bullit {
	color: #303030;
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 46px;
}

.bullit a:link {
    color: #303030;
	font-weight: 400;
    text-decoration: none;
}

.bullit a:visited {
    color: #505050;
    font-weight: 400;
    text-decoration: none;
}

.bullit a:hover {
    color: #90caf9;
    font-weight: 400;
    text-decoration: none;
}

.bullit a:active {
    color: #303030;
    font-weight: 400;
    text-decoration: none;
}

.inputPanel-headings {
	width: 200px;
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	margin-right: 25px;
	padding-top: 4px;
	color: #303030;
	display: inline-block;
}

.mobile-inputPanel-headings {
	font-size: 18px;
	font-weight: 300;
	width: 200px;
	color: #505050;
	text-align: right;
	padding-top: 4px;
	display: inline-block;
}

.inputPanel-inputs {
	width: 300px;
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	border-bottom: 1px dotted rgb(200, 200, 200);
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	outline: none;
	font-family: Roboto;
	margin-right: 15px;
	display: inline;
}

.standard-button {
	z-index: 3;
	margin: 0 1px 0 1px;
	color: #448aff;
	font-weight: 500!important;
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}


.standard-button-home {
	margin: 0 1px 0 1px;
	color: #448aff;
	font-weight: 500 !important;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	cursor: pointer;
}

.setup-button {
	margin-left: 17px;
}

.message {
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	margin-right: 25px;
	padding-top: 4px;
	color: #303030;
	display: inline-block;
}


.standard-button-large {
	width: 120px;
}

.standard-button-medium {
	width: 80px;
}

.standard-button-small {
	width: 60px;
}

.standard-button-down {
	color: rgb(0, 0, 255);
}

.standard-button-up {
}

.standard-button-over {
	color: darkblue;
}

.standard-button-out {
}

.standard-button-disabled {
	color: grey;
}

.standard-button-separator {
	border-left: 1px solid rgb(200, 200, 200);
	display: inline-block;
	vertical-align: top;
}

.pointer {
	cursor: pointer;
}

.mobile-login-panel{
	border: 1px solid grey !important;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
}

.login-panel {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 80px;
	margin-bottom: 50px;
}

.section {
	margin: 24px;
	font-weight: 300!important;
	font-size: 28px;
	color: #607d8b
}

.subsection {
	font-size: 20px;
	margin: 20px;
	color: #505050;
}

.inputPanel-headings-nowidth{
	height: 30px;
	font-size: 16px;
	font-weight: 400;
	text-align: left !important;
	padding-top: 4px;
	margin-left: 3px;
	margin-right: 3px;
	color: #303030;
	display: inline-block;
}
.explanation {
	font-size: 16px;
	font-weight: 400;
	margin: 24px;
	margin-top: 60px;
	color: #505050;
}

.inline {
	display: inline;
}

.price0 {
	font-size: 18px;
}

.price1 {
	width: 200px;
	display: inline-block;
}

.price2 {
	display: inline;
}

.top {
	height: 26px;
	background-color: #455a64;
	color: white;
	font-size: 20px;
	font-weight: 300;
	text-align: right;
	padding: 10px 20px 10px 20px;
}

.top a:link {
    color: white;
	font-weight: 400;
    text-decoration: none;
}

.top a:visited {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.top a:hover {
    color: #ECEFF1;
    font-weight: 400;
    text-decoration: none;
}

.top a:active {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.top-mini {
	display:flex;
	height: 52px;
	justify-content: space-between;
}

.login {
	display: flex;
	align-items: center;
	color: white;
	font-size: 20px;
	font-weight: 300;
	padding-right: 20px;
}

.login:link {
    color: white;
	font-weight: 400;
    text-decoration: none;
}

.login:visited {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.login:active {
    color: white;
    font-weight: 400;
    text-decoration: none;
}

.login:hover {
    color: #CCCCCC;
    font-weight: 400;
    text-decoration: none;
}

.usps {
	padding: 0px 0px 5px 0px;
}

.logo {
	display: flex;
	align-items: center;
	width: 46px;
	height: 46px;
	position: absolute;
	padding-left: 10px;
	white-space: pre-line;
}

.logo-mini {
	padding-left: 10px;
	padding-right: 47px;
}

.schoolity {
	text-align: center;
	margin: 0;
	background-color: #455a64;
}

.app {
    display: inline-block;
    vertical-align: bottom;
    margin: 40px;
}

.appimage-home {
	width: 60px;
    height: 60px;
    white-space: pre-line;
    border-radius: 10px;
    display: block;
    margin-left: 102px;
}

.appimage {
	width: 80px;
    height: 80px;
    white-space: pre-line;
    border-radius: 10px;
    display: block;
}

.apptext {
	font-size: 15px;
	font-weight: 400;
   	color: #303030;
    display: inline-block;
    margin-top: 5px;
}

.information-banner{
	background-color: red;
	color: white;
	padding: 5px;
	text-align: center;
}

.video-style {
	border: 1px solid darkgrey;
	width: 100%;
	max-width: 1024px;
}

.schoolity-image {
	width: 400px;
	height: 155px;
	margin: 0 auto;
	display: inline-block;
}
.image-large {
	margin: 20px;
	width: 100%;
	max-width: 1008px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.image {
	margin: 20px;
	width: 100%;
	max-width: 722px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.image-small {
	margin: 20px;
	width: 100%;
	max-width: 400px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.image-tiny {
	margin: 20px;
	max-width: 256px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

@media only screen and (max-width: 1215px) {
	.image {
		margin: 0px;
	}
	.image-small {
		margin: 0px;
	}
	.video-style {
		margin: 0px;
	}
}

.content {
	padding: 40px 50px 80px 50px;
	text-align: center;
	background-color: transparent;
	flex-grow: 1;
}

@media only screen and (max-width: 640px) {
	.content {
		padding: 20px 20px 100px 20px;
	}
}

.main {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-text {
	width: 336px;
	background-color: white;
	color: #505050;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	order: 1;
	margin-left: 20px;
    margin-right: 20px;
    flex-grow: 1;
}

.center {
	text-align: center;
}

.screenshot {
	width: 100%;
	max-width: 722px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    order: 2;
    margin-left: 20px;
    margin-right: 20px;
}

@media only screen and (max-width: 1215px) {
	.main {
		flex-direction: column;
	}
	.content-text {
		width: auto;
		margin-top: 20px;
	}
	.features {
		display: inline-block;
		width: 330px;
	}
	.screenshot {
		order: 1;
		margin-left: 0px;
		margin-right: 0px;
	}
	.content-text {
		order: 2;
	}
}

.screenshot-app {
	width: 100%;
	margin: 20px;
	max-width: 375px;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

@media only screen and (max-width: 475px) {
	.screenshot-app {
		margin-left: 0px;
		margin-right: 0px;
	}
}

.newsletter {
	padding: 36px 0px 0px 0px;
    display: inline-block;
}

.bottom {
	width: 100%;
	background-color: #eceff1;
	color: #303030;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	position:absolute;
  	bottom:0;
}

.bottom-flex {
	display: block;
	padding-top: 20px;
}

@media only screen and (max-device-width: 640px) {
	.bottom-flex {
		padding-top: 0px;
	}
}

.footer {
	display: grid;
  	grid-auto-flow: column;
  	grid-auto-columns: 1fr;
  	justify-items: center;
}

.hidden {
	visibility: hidden;
}

.main-text {
    font-size: 24px;
    font-weight: 400;
}


.demo {
	width: 200px;
	color: white;
	background-color: #F57C00;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	padding: 15px 30px;
	border-radius: 10px;
	border: solid 2px #F57C00;
	margin: 20px 10px;
}

.demo:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.read-more {
	width: 200px;
	color: white;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	padding: 15px 30px;
	border-radius: 10px;
	border: solid 2px #F57C00;
	margin: 20px 10px;
}

.read-more:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.contact {
	color: white;
	background-color: #F57C00;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	padding: 15px 30px;
	border-radius: 10px;
	border: solid 2px #F57C00;
	margin: 20px 10px;
}

.contact:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.next {
	color: white;
	background-color: #F57C00;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	padding: 10px 20px;
	border-radius: 10px;
	border: solid 2px #F57C00;
	margin: 10px 10px;
}

.next:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.bottom-block {
	width: 264px;
	height: 150px;
	color: white;
	background-color: #607d8b;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	margin: 20px 5px 0px 5px;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-device-width: 640px) {
	.bottom-block {
		margin: 20px 0px 0px 0px;
	}
}

.bottom-header {
	color: white;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	padding: 20px 30px 20px 30px;
}

.bottom-text {
	color: white;
	font-size: 16px;
	text-align: center;
	padding: 0px 30px 20px 30px;
}

.bottom-block:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.game-block {
	color: white;
	background-color: #607d8b;
	border: 1px solid #b0bec5;
	display: inline-block;
}

.game-block a:link {
    color: white;
	font-weight: 400;
}

.game-block a:visited {
    color: white;
    font-weight: 400;
}

.game-block a:hover {
    color: #ECEFF1;
    font-weight: 400;
}

.game-block a:active {
    color: white;
    font-weight: 400;
}

@media only screen and (max-device-width: 640px) {
	.game-block {
		margin: 20px 0px 0px 0px;
	}
}

.game-header {
	color: white;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	padding: 20px 30px 65px 0px;
	display: inline-block;
}

.divider {
	height: 1px;
	background-color: rgb(200, 200, 200);
	margin: 20px 50px 20px 50px;
}

.full-divider {
	height: 1px;
	background-color: rgb(200, 200, 200);
	margin: 20px 0px 20px 0px;
}

.hidden-divider {
	height: 1px;
	background-color: rgba(200, 200, 200,0);
	margin: 0px 0px 20px 0px;
}

.cookies a:link {
    color: #505050;
	font-weight: 400;
    text-decoration: none;
}

.cookies a:visited {
    color: #505050;
    font-weight: 400;
    text-decoration: none;
}

.cookies a:hover {
    color: #455a64;
    font-weight: 400;
    text-decoration: none;
}

.cookies a:active {
    color: #505050;
    font-weight: 400;
    text-decoration: none;
}

.login-input {
	border: 0;
	font-size: 24px;
	font-weight: 300;
	width: 350px;
}

.login-content-app{
	text-align: center;
	padding: 20px 0px 5px 0px;
	width: 350px;
	margin: auto;
}

.login-content {
	text-align: center;
	padding: 20px 0px 0px 0px;
	width: 370px;
	margin: auto;
}

.login-divider {
	height: 1px;
	background-color: rgb(200, 200, 200);
	margin: 20px 0px 20px 0px;
}

.textbox-divider {
	height: 1px;
	background-color: rgb(200, 200, 200);
	margin: 8px 0px 20px 0px;
}

.button {
	border-radius: 3px;
	font-weight: 500 !important;
	color: white;
	font-size: 24px;
	text-align: center;
	padding: 10px;
	background-color: #448aff;
	margin: 20px 10px 20px 10px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border: 0;
}

.button-upload-attachment {
	font-weight: 500 !important;
/* 	color: white; */
	font-size: 24px;
	text-align: center;
	padding: 10px;
/* 	background-color: #448aff; */
	margin: 20px 0px 20px 0px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	border: 0;
}


.button:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.button-upload-attachment:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.provider-button {
	border-radius: 3px;
	font-weight: 500;
	color: white;
	font-size: 24px;
	text-align: center;
	padding: 6px;
	margin: 20px 10px 20px 10px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	display: flex;
	align-items: center;
}

.provider-button:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.provider-icon {
	height: 40px;
	margin-right: 20px;
}

.new-password {
	background-color: #ffc107;
}

.schoolity-button {
	background-color: #455a64;
}

.google {
	background-color: #db3236;
}

.microsoft {
	background-color: black;
}

.facebook {
	background-color: #3b5998;
}

.bankid-provider{
	background-color: #183E4F;
}

.or {
	font-size: 44px;
	color: #aed581;
}

.features-content {
	padding: 20px 20px 80px 20px;
	background-color: white;
	flex-grow: 1;
}

.h1-content {
	padding: 0px 50px 80px 50px;
	text-align: center;
	background-color: white;
	flex-grow: 1;
}

.h1-better-content{
	padding: 0px 50px 80px 50px;
	text-align: left;
	background-color: white;
	flex-grow: 1;
}

@media only screen and (max-width: 640px) {
	.h1-content {
		padding: 0px 20px 80px 20px;
	}
}

.home {
	text-align: center;
	padding: 20px;
}

.main-content {
    background-color: white;
    flex-grow: 1;
}

.school-content {
	padding: 10px 20px 70px 20px;
	text-align: center;
	max-width: 1350px;
    margin: auto;
    flex-grow: 1;
}

.school {
	display: flex;
	padding: 20px 0px 20px 0px;
}

.school-logo {
	max-width: 200px;
    max-height: 100px;
	padding: 0px 30px 0px 0px;
}

.school-header {
	color: black;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.school-desc {
	color: #303030;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.school a:link {
    color: #505050;
	font-weight: 400;
    text-decoration: none;
}

.school a:visited {
    color: #505050;
    font-weight: 400;
    text-decoration: none;
}

.school a:hover {
    color: #455a64;
    font-weight: 400;
    text-decoration: none;
}

.school a:active {
    color: #505050;
    font-weight: 400;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
	.school-content {
		padding: 20px 20px 80px 20px;
	}

	.school-desc {
		padding: 0px 0px 0px 0px;
	}

	.school-logo {
		max-width: 200px;
    	max-height: 80px;
		padding: 0px 20px 0px 0px;
	}
}

.material-icons.style { font-size: 36px; vertical-align: top; margin-right: 10px; line-height: 28px; color: #aed581; }

.sub-style { font-size: 16px; vertical-align: top; margin-right: 10px; line-height: 22px; color: #aed581; }

.header-style { font-size: 46px; margin-right: 10px; }

.material-icons.large_style { font-size: 36px; vertical-align: top; margin-right: 10px; line-height: 40px; color: #aed581; }

.material-icons.xl_style { font-size: 48px; margin-right: 10px; color: #aed581; }

.material-icons.small_style { font-size: 30px; vertical-align: top; margin-right: 10px; line-height: 20px; color: #aed581; }

.material-icons.i_style { font-size: 36px; vertical-align: middle; margin-right: 10px; margin-left: 10px; line-height: 27px; color: #90caf9; }

.material-icons.i_style:hover { font-size: 36px; vertical-align: middle; margin-right: 10px; margin-left: 10px; line-height: 27px; color: #64b5f6; cursor: pointer}

.material-icons.o_style { font-size: 36px; vertical-align: middle; margin-right: 10px; line-height: 27px; color: white; }

.box {
	margin: 10px;
}

.search {
    font-size: 20px;
    color: #505050;
     background-color: transparent;
    width: 100%;
    height: 200px;
    resize: none;
    overflow: auto;
    outline: none;
  	box-shadow:none;
    border: 0px solid rgb(200, 200, 200);
}

.button-width {
	width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.info {
    font-size: 20px;
    color: #505050;
    margin-bottom: 15px;
    margin-top: 15px;
}

.important-text

.info-red {
    font-size: 20px;
    color: red;
    margin-bottom: 15px;
    margin-top: 15px;
}

.important {
    font-size: 20px;
    color: black;
    margin-bottom: 15px;
    margin-top: 15px;
}

.input {
    font-size: 20px;
    color: #505050;
    background-color: transparent;
    width: 100%;
    border-bottom: 1px dotted rgb(200, 200, 200);
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	outline: none;
    margin-bottom: 20px;
}

.alert {
	animation: shimmy 0.2s;
}

.trela {
	animation: shimmy2 0.2s;
}

@keyframes shimmy {
  0% {
    transform: translate(0px, 0);
  }
  25% {
    transform: translate(20px, 0px);
  }
  75% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes shimmy2 {
  0% {
    transform: translate(0px, 0);
  }
  25% {
    transform: translate(20px, 0px);
  }
  75% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.feature-home {
	display: flex;
	padding: 20px;
	position: relative;
	min-height: 100%;
}

.feature-text {
	flex: 1;
	max-width: 50%;
	padding-bottom: 20px;
}

.feature-headerOLD {
	color: black;
	font-size: 46px;
	font-weight: 500;
	padding: 10px;
	display: inline-block;
}

.feature-header {
	color: black;
	font-size: 46px;
	font-weight: 500;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-desc {
	color: black;
	font-size: 20px;
	font-weight: 300;
	padding: 20px 40px;
}

.bullet {
	color: #303030;
	font-size: 24px;
	font-weight: 300;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.bullet-desc {
	color: #303030;
	font-size: 18px;
	font-weight: 300;
	padding: 5px 10px 5px 45px;
	text-align: left;
}

.feature-details {
	padding: 0px 40px 20px 40px;
}

.feature-image {
	max-height: 500px;
	flex: 1 1 auto;
	max-width: 54%;
	align-self: center;
}

.feature-image-shadow {
	max-height: 500px;
	flex: 1 1 auto;
	max-width: 54%;
	align-self: center;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22);
	border-radius: 5px;
}

.feature-divider {
	height: 1px;
	background-color: rgb(200, 200, 200);
	margin: 20px 50px 20px 50px;
}

.feature-divider-vert {
	width: 1px;
	background-color: rgb(200, 200, 200);
	margin: 20px 50px 20px 50px;
}

.feature-title {
	color: white;
	font-size: 30px;
	font-weight: 300;
	text-align: inherit;
	padding: 20px 50px 20px 50px;
}

.feature-logo {
	width: 100px;
}

.feature-news {
	color: white;
	padding: 20px 50px 20px 50px;
	font-size: 20px;
	font-weight: 300;
}

.feature-news:hover {
	color: #DDDDDD;
}

.feature-button {
	color: rgb(69, 128, 255);
	font-size: 20px;
	font-weight: 500;
	padding: 3px 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bullet-more {
	color: rgb(69, 128, 255);
	font-size: 20px;
	font-weight: 500;
	padding: 20px 20px;
}

@media only screen and (max-width: 800px) {
	.feature-home {
		flex-direction: column;
	}
	.feature-text {
		max-width: 100%;
	}
	.feature-image {
		max-width: 100%;
	}
	.feature-image-shadow {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.feature-image {
		order: 2;
	}
	.feature-text {
		order: 1;
	}
	.feature-divider-vert {
		width: auto;
		height: 1px;
		order: 1;
		margin: 20px 30px 20px 30px;
	}
}

.flex-outside-container {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.flex-container {
	display: flex;
	justify-content: center;
/* 	text-align:center; */
/* 	margin-left: 280px; */
	flex-wrap: wrap;
	flex-direction: column;
}

@media only screen and (max-width: 768px){
	.flex-container {
		display: flex;
		justify-content: flex-start;
	/* 	text-align:center; */
		margin-left: 0px;
		flex-wrap: wrap;
		flex-direction: column;
	}
}

.color-description-box {
	display: flex;
	padding: 20px;
/* 	justify-content: center; */
/* 	text-align:center; */

}

.color-description-text {
	margin-top: 5px;
	line-height: 56px;
	text-align: center;
}

@media only screen and (max-width: 768px){
	.color-description-text {
	margin-top: 14px;
	line-height: 15px;
	text-align: center;
}
}


.absence-reported {
	background-color: #bbdefb;
	height: 60px;
	width: 100px;
	margin: 5px;
	min-width: 100px;

}

.attendance-reported {
	background-color: #C5CAE9;
	height: 60px;
	width: 100px;
	margin: 5px;
	min-width: 100px;
}

.nothing-reported {
	background-color: #D7CCC8;
	height: 60px;
	width: 100px;
	margin: 5px;
	min-width: 100px;
}

.attending-reported-bright {
	background-color: #c8e6c9; /* green 600 */
	height: 60px;
	width: 100px;
	margin: 5px;
	min-width: 100px;
}

.absent-valid-bright {
	background-color: #ffe0b2; /* orange 600 */
	height: 60px;
	width: 100px;
	margin: 5px;
	min-width: 100px;
}

.absent-nonvalid-bright {
	background-color: #ffcdd2; /* red 600 */
	height: 60px;
	width: 100px;
	margin: 5px;
	min-width: 100px;
}

.support-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
    min-width: 400px;
}

.support-table th,
.support-table td {
	padding: 12px 15px;
}

/* .support-table col { */
/* 	width:20%; */
/* } */

.column-wide {
	width: 400px;
}

.popup-z {
	z-index: 101 !important;
	outline: none;
}
.on-top {
	z-index: 1000 !important;
}



.popup-close-image {
	color: #fff;
	z-index: 50;
	cursor: pointer;
	font-size: 29px
}

.popup-close-warning{
	left-align: 15px;
	color: red;
	z-index: inherit;
	cursor: inherit;
	font-size: 60px;
}

.popup-modal {
	width: 100%;
	height: 100%;
	z-index: 100;
	outline: none !important;
	background-color: white;
	opacity: 0.5;
}

.popup-close-container {
	width: 60px!important;
	height: inherit!important;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	position: absolute;
	left: 9px;
	top: 0;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center
}

.header-label-container {
	flex: 1 1 auto;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

.popup-text {
	padding: 10px;
}

.user-select {
	-webkit-touch-callout: text !important;
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.popup-header {
	position: relative;
	z-index: 101;
	outline: 0!important;
	background-color: #455a64;
	display: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	width: auto!important;
	height: 44px!important;
	align-items: stretch;
	-ms-align-items: stretch;
	-webkit-align-items: stretch;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	border-radius: 6px 6px 0 0;
}

.popup-context {
	width: 100%;
	outline: none !important;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	font-weight: 400;
	color: #303030;
}

.blobstore-uploader-holder-panel {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.warningLabel {
	color: #f44336;
}

.popup-header-label {
	font-weight: 300;
	font-size: 20px;
	color: white;
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 30px;
}

.bankid-main {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	background-color: #edf7fb;
	text-align: center;
	width: 415px;
    height: 480px;
}

.popup-main-panel{

}

@media only screen and (max-device-width: 640px) {
	.popup-context {
		width: 100%;
		outline: none !important;
		overflow: hidden;
		background-color: rgb(255, 255, 255);
		font-weight: 400;
		color: #303030;
		display: flex;
		flex-direction: column;
	}
	.popup-main-panel{
		display: flex;
	    flex-direction: column;
	    height: 100vh;
	}
	.popup-mobile {
		position: absolute !important;
		outline: none;
		height: 100% !important;
		width: 100% !important;
		top: 0px !important;
		left: 0px !important;
	}
	.popup-top-scroll-panel-mobile {
		flex: 1 1 auto;
		display: flex;
	}
	.popup-top-scroll-panel-mobile>div:first-child {
		display: flex;
		flex: 1 1 auto;
	}
	.bankid-main {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding: 40px;
	    background-color: #edf7fb;
	    text-align: center;
		width: auto;
        height: 100%;
	}
}
.image-editor {
	margin: 5px;
}

.image-editor-image {
	max-width: none !important;
	visibility: hidden;
	position: absolute;
	left: 0px;
    top: 0px;
	overflow: hidden;
}


.blur {
    cursor: url(images/blur.svg) 6 6, auto;
}

.crop {
    cursor: url(images/crop.svg) 12 12, auto;
}

.resize {
    cursor: url(images/resize.svg) 12 12, auto;
}

.canvasPanel {
	position: relative;
}

.tools-panel {
	display: flex;
	margin-bottom: 5px;
}

.canvas {
	position: absolute;
    left: 0px;
    top: 0px;
}

.dragdrop-dropTarget {
	overflow: visible !important;
}

.loader-panel {
	position: absolute;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	bottom: 0;
	left: 0;
	z-index: 2147483646;
	background-color: rgba(255, 255, 255, 0.5);
}

.loader-image {
	height: 20px;
	width: 20px;
	margin-right: 20px;
}

.loader-top {
	align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
}

.loader-bottom {
	align-items: flex-end;
	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.loader-center {
	align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
}

:root {
 	--swiper-navigation-color: #455a64;
	--swiper-theme-color: #455a64;
	--swiper-navigation-size: 8px;
}

.swiper-wrapper {
	user-select: none;
}

.swiper-container {
	max-height: 500px;
  	position: relative;
	overflow: hidden;
	flex: 1 1 auto;
	align-self: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 10px solid white;
	border-radius: 3px;
	box-sizing: border-box;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    object-fit: cover;
	object-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.swiper-pagination-bullet-active {
     background-color: #455a64 !important;
}

.toolbar {
	height: 73px;
	box-shadow: rgba(0, 0, 0, 0.25) -2px 3px 90px -20px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.menu {
	display: flex;
}

.hamburger {
	color: #607d8b;
	cursor: pointer;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	user-select: none;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
	width: 101px;
}

.hamburger-menu {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	flex-direction: column;
}

.hamburger-menu-toolbar {
	height: 73px;
	box-shadow: rgba(0, 0, 0, 0.25) -2px 3px 90px -20px;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.hamburger-menu-items {
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
}

.schoolity-logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	cursor: pointer;
}

.schoolity-logo {
	height: 40px;
	padding: 0 30px 0 10px;
}

.menu-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.hamburger-menu-item {
	color: #607d8b;
	display: flex;
	align-items: center;
	padding: 10px;
	text-decoration: none;
}

.hamburger-menu-item:hover {
	color: #455a64;
}

.menu-spacer {
	padding: 10px;
	flex: 1 1 auto;
}

@media only screen and (max-width: 900px) {
	.menu {
		display: none;
	}

	.menu-spacer {
		padding: 0;
		flex: 0;
	}
}

@media only screen and (min-width: 901px) {
	.hamburger {
		display: none;
	}

	.schoolity-logo {
		margin: 0;
	}
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 40px 20px 0px 20px;
}

.container-grey {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: #fafafa;
	padding: 80px 20px 80px 20px;
}

.container-dark-grey {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: #455a64;
	color: white;
	padding: 80px 20px 80px 20px;
}

.container-darkest-grey {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	background-color: #1e3641;
	color: white;
	padding: 40px 20px 40px 20px;
}

.container-stages {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 20px;
}

.container-functions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 0 40px 0;
}

.container-squares {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.container-users {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.square {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	padding: 30px;
	border-radius: 16px;
	box-sizing: border-box;
	width: 176px;
	height: 145px;
}

.section-header {
	padding: 40px 60px 40px 60px;
}

.header1 {
	font-size: 60px;
	color: #284b6e;
	padding: 120px 20px 20px 20px;
	text-align: center;
}

.width1 {
	max-width: 930px;
}

.header2 {
	font-size: 48px;
	color: #284b6e;
	text-align: center;
}

.width2 {
	max-width: 930px;
}

.header2-left {
	font-size: 48px;
	color: #284b6e;
	max-width: 930px;
}

.header2-white {
	font-size: 48px;
	color: white;
	text-align: center;
	max-width: 720px;
}

.header3 {
	font-size: 30px;
	color: #284b6e;
	text-align: left;
}

.header4 {
	font-size: 20px;
	color: #284b6e;
	text-align: left;
}

.header4-link {
	font-size: 20px;
	color: #284b6e;
	text-align: left;
}

.header4-link:hover {
	color: black;
}

.header5 {
	font-size: 14px;
	color: #455a64;
	text-align: left;
}

.sub-text {
	font-size: 20px;
	color: #607d8b;
	padding: 20px 20px 40px 20px;
	text-align: center;
	margin: auto;
}

.width-sub-text {
	max-width: 720px;
}

.sub-text-white {
	font-size: 20px;
	color: white;
	padding: 20px 20px 40px 20px;
	max-width: 720px;
	text-align: center;
}

.info-text {
	font-size: 15px;
	color: #607d8b;
	text-align: left;
	line-height: 24px;
	flex: 1;
}

.info-text-grey {
	font-size: 15px;
	color: #9aa2a4;
	line-height: 24px;
	flex: 1;
}

.paragraph-text {
	font-size: 15px;
	color: #607d8b;
	text-align: left;
	line-height: 24px;
	flex: 1;
	padding: 10px 0;
}

.button-orange {
	color: white;
	height: 38px;
	border-radius: 8px;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	display: flex;
	text-wrap: nowrap;
	align-items: center;
	background-color: #ffa726;
	max-width: fit-content;
	text-decoration: none;
}

.button-orange:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
}

.section-center {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

.image-center {
	width: 1070px;
	border-radius: 16px 16px 0px 0px;
	max-width: 100%;
	object-fit: contain;
}

.image-center-no-radius {
	width: 1070px;
	max-width: 100%;
	object-fit: contain;
}

.image-half {
	border-radius: 16px;
	max-width: 100%;
	object-fit: contain;
}

.image-square {
	max-width: 100%;
	max-height: 100%;
}

.image-user {
	height: 41px;
}

.image-schoolity {
	width: 350px;
}

.section-info {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-radius: 16px;
	max-width: 285px;
	gap: 20px;
	padding: 20px;
	align-self: stretch;
}

@media only screen and (max-width: 980px) {
	.container-stages {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 730px) {
	.container-stages {
		flex-direction: column;
	}
	.section-info {
		max-width: none;
	}
}

.section-functions {
	display: flex;
	flex-direction: column;
}

.section-miscs {
	display: flex;
	justify-content: center;
	padding: 60px;
	gap: 20px;
	flex-direction: row;
}

.section-misc {
	display: flex;
	background-color: #fafafa;
	border-radius: 16px;
	padding: 20px;
	gap: 20px;
	max-width: 356px;
}

@media only screen and (max-width: 900px) {
	.section-miscs {
		flex-direction: column;
	}
	.section-misc {
		max-width: none;
	}
}

.function-icon {
	color: #AED581;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	user-select: none;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

.section-functions-image {
	background-color: white;
	border-radius: 16px;
	margin: 10px;
	max-width: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
}

.section-function {
	display: flex;
	margin: 40px;
	max-width: 460px;
	gap: 20px;
	padding: 20px;
}

.section-function-text {
	display: flex;
	flex-direction: column;
	padding-top: 7px;
	gap: 20px;
}

.section-users-head {
	margin: 10px;
	max-width: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
}

.section-users-text {
	max-width: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.section-users {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
}

.section-users-image {
	background-color: white;
	border-radius: 16px;
	max-width: 520px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.section-user {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-radius: 16px;
	margin: 10px;
	max-width: 500px;
	gap: 20px;
	padding: 20px;
	min-height: 230px;
}

.section-book-demo-outer {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #455a64;
	border-radius: 32px;
	margin: 10px;
	gap: 20px;
	padding: 40px 100px;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.section-book-demo-outer {
		padding: 20px;
	}
}

.section-book-demo-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #455a64;
	border-radius: 16px;
	margin: 10px;
	max-width: 680px;
	gap: 40px;
	padding: 20px;
}

.section-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	padding: 20px 20px 0 20px;
}

.section-footer-links {
	margin: 10px;
	max-width: 520px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	flex-wrap: wrap;
}

.footer-links {
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}

.container-footer {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px;
}

.footer-info {
	display: flex;
	color: #fafafa;
	text-decoration: none;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.footer-info-link {
	display: flex;
	color: #fafafa;
	text-decoration: none;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.footer-info-link:hover {
	color: #9aa2a4;
}

.section-divider {
	height: 1px;
	background-color: #455a64;
	margin: 0 50px;
}

.footer-divider {
	height: 1px;
	background-color: #455a64;
	align-self: stretch;
	margin: 0 20px;
}

.button-blue {
	color: #284b6e;
	height: 38px;
	border-radius: 8px;
	font-weight: 500;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
	display: flex;
	text-wrap: nowrap;
	align-items: center;
	background-color: #bbdefb;
	text-decoration: none;
	max-width: fit-content;
}

.button-blue:hover {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px
		rgba(0, 0, 0, 0.22);
}

.section-list {
	display: flex;
	max-width: 460px;
	gap: 20px;
}

.container-feature {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding: 40px 20px 40px 20px;
}

.feature {
	display: flex;
	padding: 20px;
	position: relative;
	min-height: 100%;
	background-color: #fafafa;
	border-radius: 16px;
	gap: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.section-feature {
	display: flex;
	flex-direction: column;
	background-color: #fafafa;
	border-radius: 16px;
	padding: 20px;
	gap: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 720px;
}

.feature-content {
	padding: 10px 20px 70px 20px;
	text-align: center;
	max-width: 1350px;
    margin: auto;
    flex-grow: 1;
    box-sizing: border-box;
}

@media only screen and (max-width: 640px) {
	.feature-content {
		padding: 20px 20px 80px 20px;
	}
}

@media only screen and (max-width: 800px) {
	.feature {
		flex-direction: column;
	}
	.feature-text {
		max-width: 100%;
	}
	.feature-image {
		max-width: 100%;
	}
	.feature-image-shadow {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.feature-image {
		order: 2;
	}
	.feature-text {
		order: 1;
	}
	.feature-divider-vert {
		width: auto;
		height: 1px;
		order: 1;
		margin: 20px 30px 20px 30px;
	}
}

.feature-help {
	padding: 20px;
	position: relative;
	background-color: #fafafa;
	border-radius: 16px;
	gap: 20px;
	box-sizing: border-box;
	margin: 40px 20px;
}

.search-help {
    font-size: 20px;
    color: #505050;
    width: 100%;
    height: 200px;
    resize: none;
    overflow: auto;
    outline: none;
  	box-shadow:none;
  	background-color: transparent;
    border: 0;
}

.search-help-query {
    font-size: 20px;
    color: #505050;
    width: 100%;
    height: 200px;
    resize: none;
    overflow: auto;
    outline: none;
  	box-shadow:none;
  	background-color: transparent;
    border: 0;
}

.search-help:empty:before {
    content: "Beskriv ditt ärende";
    color: #999;
    font-style: italic;
}

.search-help:focus:before {
    content: "";
}

.search-help-query:empty:before {
    content: "Beskriv ditt ärende så tydligt som möjligt för att vi ska kunna hjälpa dig. Inkludera eventuella felmeddelanden";
    color: #999;
    font-style: italic;
}

.search-help-query:focus:before {
    content: "";
}

.background-white {
	background: white;
	width: 100%;
	height: 100%;
}

.bankid-qrcode {
	padding: 20px;
	margin: 20px;
	background-color: white;
	height: 180px;
	width: 180px;
}

.fast-popup-centered {
	background-color: #fff;
	position: absolute;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	z-index: 99999;
}
