@charset "CP850";
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.0.1
* Docs at http://davidtheclark.github.io/scut
*/
/*
* Put yer mixins and functions here
*/
/* Custom skeleton.css buttons */
/* Custom skeleton.css buttons */
/* Long shadow function and mixin */
/*
* Put yer globals here
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*
* Skeleton V2.0.1
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/11/2014
*/
/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container { position: relative; width: 80%; max-width: 960px; margin: 0 auto; padding: 0; }

.container .column, .container .columns { float: left; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.row { margin-bottom: 2rem; }

.row .column:first-child, .row .columns:first-child { margin-left: 0; }

/* For devices larger than 550px */
@media (min-width: 550px) { .container .column, .container .columns { margin-left: 4%; }
  .container .one.column, .container .one.columns { width: 4.66666666667%; }
  .container .two.columns { width: 13.3333333333%; }
  .container .three.columns { width: 22%; }
  .container .four.columns { width: 30.6666666667%; }
  .container .five.columns { width: 39.3333333333%; }
  .container .six.columns { width: 48%; }
  .container .seven.columns { width: 56.6666666667%; }
  .container .eight.columns { width: 65.3333333333%; }
  .container .nine.columns { width: 74.0%; }
  .container .ten.columns { width: 82.6666666667%; }
  .container .eleven.columns { width: 91.3333333333%; }
  .container .twelve.columns { width: 100%; margin-left: 0; }
  .container .one-third.column { width: 30.6666666667%; }
  .container .two-thirds.column { width: 65.3333333333%; }
  .container .one-half.column { width: 48%; }
  /* Offsets */
  .container .row .offset-by-one { margin-left: 8.66666666667%; }
  .container .row .offset-by-two { margin-left: 17.3333333333%; }
  .container .row .offset-by-three { margin-left: 26%; }
  .container .row .offset-by-four { margin-left: 34.6666666667%; }
  .container .row .offset-by-five { margin-left: 43.3333333333%; }
  .container .row .offset-by-six { margin-left: 52%; }
  .container .row .offset-by-seven { margin-left: 60.6666666667%; }
  .container .row .offset-by-eight { margin-left: 69.3333333333%; }
  .container .row .offset-by-nine { margin-left: 78.0%; }
  .container .row .offset-by-ten { margin-left: 86.6666666667%; }
  .container .row .offset-by-eleven { margin-left: 95.3333333333%; }
  .container .row .offset-by-one-third { margin-left: 34.6666666667%; }
  .container .row .offset-by-two-thirds { margin-left: 69.3333333333%; }
  .container .row .offset-by-one-half { margin-left: 52%; } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton 
are based on 10px sizing. So basically 1.5rem = 15px :) */
html { font-size: 62.5%; }

body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400; font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #222; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 { font-weight: 300; margin-top: 0; margin-bottom: 2rem; }

h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem; }

h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }

h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }

h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }

h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }

h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) { h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; } }
p { margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a { color: #1EAEDB; }

a:hover { color: #0FA0CE; }

/* Buttons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { display: inline-block; background-color: #FFF; border-radius: 4px; color: #555; text-align: center; font-size: 11px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1px solid #bbb; height: 38px; line-height: 38px; padding: 0 30px; letter-spacing: .1rem; text-transform: uppercase; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus { border-color: #888; color: #333; outline: 0; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="search"], input[type="text"], input[type="password"], textarea, select { border: 1px solid #D1D1D1; height: 36px; padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */ border-radius: 4px; -webkit-box-shadow: none; box-shadow: none; background: #fff; }

/* Removes awkard default styles on some inputs */
input[type="email"], input[type="search"], input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { min-height: 65px; padding-top: 6px; padding-bottom: 6px; }

input[type="email"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border: 1px solid #33C3F0; outline: 0; }

label, legend { display: block; font-weight: 600; margin-bottom: .5rem; }

fieldset { border-width: 0; padding: 0; }

input[type="checkbox"], input[type="radio"] { display: inline; }

label > .label-body { display: inline-block; font-weight: normal; margin-left: .5rem; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul { list-style: circle inside; }

ol { list-style: decimal inside; }

ol, ul { margin-top: 0; padding-left: 0; }

ul ul, ul ol, ol ol, ol ul { margin: 1.5rem 0 1.5rem 3rem; font-size: 90%; }

li { margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code { padding: .2rem .5rem; margin: 0 .2rem; font-size: 90%; background: #F1F1F1; border: 1px solid #E1E1E1; border-radius: 4px; white-space: nowrap; }

pre > code { display: block; padding: 1rem 1.5rem; white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #E1E1E1; }

th:first-child, td:first-child { padding-left: 0; }

th:last-child, td:last-child { padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button, .button { margin-bottom: 1rem; }

input, textarea, select, fieldset { margin-bottom: 1.5rem; }

pre, blockquote, form, dl, figure, table, p, ul, ol, form { margin-bottom: 2.5rem; }

p { margin-top: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.u-max-full-width { max-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.u-pull-right { float: right; }

.u-pull-left { float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after, .row:after, .u-cf { content: ""; display: table; clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries 
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons secion and style it 
there. 
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* apply a natural box layout model to all elements, but allowing components to change */
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }

html { overflow-y: scroll; }

/* Push footer to the bottom of the page */
html, body { height: 100%; margin: 0; padding: 0; }

.main-container { display: table; height: 100%; width: 100%; }

.footer { display: table-row; height: 1px; }

/* Custon Skeleton buttons */
.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary { color: #FFF; border-color: #2d5386; background-color: #2d5386; }

.button.button-primary:hover, button.button-primary:hover, input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover, .button.button-primary:focus, button.button-primary:focus, input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus { background-color: #203b60; border-color: #2d5386; color: #FFF; }

.button.button-secondary, button.button-secondary, input[type="submit"].button-secondary, input[type="reset"].button-secondary, input[type="button"].button-secondary { color: #FFF; border-color: #e0a452; background-color: #e0a452; }

.button.button-secondary:hover, button.button-secondary:hover, input[type="submit"].button-secondary:hover, input[type="reset"].button-secondary:hover, input[type="button"].button-secondary:hover, .button.button-secondary:focus, button.button-secondary:focus, input[type="submit"].button-secondary:focus, input[type="reset"].button-secondary:focus, input[type="button"].button-secondary:focus { background-color: #d88d27; border-color: #e0a452; color: #FFF; }

.button.button-error, button.button-error, input[type="submit"].button-error, input[type="reset"].button-error, input[type="button"].button-error { color: #fd453f; border-color: #fd453f; background-color: #FFF; }

.button.button-error:hover, button.button-error:hover, input[type="submit"].button-error:hover, input[type="reset"].button-error:hover, input[type="button"].button-error:hover, .button.button-error:focus, button.button-error:focus, input[type="submit"].button-error:focus, input[type="reset"].button-error:focus, input[type="button"].button-error:focus { background-color: #FFF; border-color: #d40902; color: #d40902; }

.button.button-pending, button.button-pending, input[type="submit"].button-pending, input[type="reset"].button-pending, input[type="button"].button-pending { color: #FFF; border-color: gray; background-color: gray; }

.button.button-pending:hover, button.button-pending:hover, input[type="submit"].button-pending:hover, input[type="reset"].button-pending:hover, input[type="button"].button-pending:hover, .button.button-pending:focus, button.button-pending:focus, input[type="submit"].button-pending:focus, input[type="reset"].button-pending:focus, input[type="button"].button-pending:focus { background-color: #666666; border-color: gray; color: #FFF; }

.button.button-success, button.button-success, input[type="submit"].button-success, input[type="reset"].button-success, input[type="button"].button-success { color: #FFF; border-color: #64d369; background-color: #64d369; }

.button.button-success:hover, button.button-success:hover, input[type="submit"].button-success:hover, input[type="reset"].button-success:hover, input[type="button"].button-success:hover, .button.button-success:focus, button.button-success:focus, input[type="submit"].button-success:focus, input[type="reset"].button-success:focus, input[type="button"].button-success:focus { background-color: #3cc843; border-color: #64d369; color: #FFF; }

.main-container { width: 100%; max-width: 1200px; min-height: 100vh; margin: 0 auto; padding: 0 0.5em; padding-top: 3.5em; border-top: 0; -webkit-box-shadow: 0 0 45px 0 #DDD; box-shadow: 0 0 45px 0 #DDD; }
.main-container:after { content: ""; display: table; clear: both; }

.text-center { text-align: center; }

.menu, .navbar, .page-admin .admin-menu, .page-admin .admin-submenu, .page-kjarni .kjarni-menu, .page-valblad .valblad-menu { width: 100%; }
.menu ul, .navbar ul, .page-admin .admin-menu ul, .page-admin .admin-submenu ul, .page-kjarni .kjarni-menu ul, .page-valblad .valblad-menu ul { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; }
.menu ul:after, .navbar ul:after, .page-admin .admin-menu ul:after, .page-admin .admin-submenu ul:after, .page-kjarni .kjarni-menu ul:after, .page-valblad .valblad-menu ul:after { content: ""; display: table; clear: both; }
.menu ul a.active li, .navbar ul a.active li, .page-admin .admin-menu ul a.active li, .page-admin .admin-submenu ul a.active li, .page-kjarni .kjarni-menu ul a.active li, .page-valblad .valblad-menu ul a.active li { background-color: #EEE; }
.menu ul li, .navbar ul li, .page-admin .admin-menu ul li, .page-admin .admin-submenu ul li, .page-kjarni .kjarni-menu ul li, .page-valblad .valblad-menu ul li { float: left; width: 100%; margin: 0; }

.panel, .page-admin .kjarni-list li, .page-admin .hopur-list .list-item, .page-admin .val-list .val-list-item, .page-admin .students .add-student-form, .page-kjarni .kjarni-val-button-container { padding: 0.5em; border: 1px solid #D1D1D1; border-radius: 4px; background-color: #ecf2f9; }

.navbar { position: fixed; z-index: 1000000; background-color: #2d5386; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.navbar:after { content: ""; display: table; clear: both; }
.navbar h5 { display: none; }
.navbar ul li { margin-top: 0.5em; padding: 0.5em; background-color: #E0E0E0; color: #000; text-align: left; -webkit-transition: all 0.15s ease; transition: all 0.15s ease; }
.navbar ul li.active { width: -webkit-calc(100% - 1em); width: calc(100% - 1em); margin-left: 1em; padding-left: 1em; background-color: #FFF; text-decoration: underline; }
.navbar ul li:hover { width: -webkit-calc(100% - 1em); width: calc(100% - 1em); margin-left: 1em; background-color: #FFF; }
.navbar.hide-nav ul { display: none; }
.navbar .navbar-toggle { float: right; margin-right: 0.25em; color: #FFF; }
@media (min-width: 1000px) { .navbar { position: absolute; overflow: hidden; }
  .navbar h5 { float: left; display: block; width: 5em; margin: 0; padding-left: 0.4em; padding-top: 0.25em; color: #FFF; }
  .navbar h5 a { text-decoration: none; color: inherit; }
  .navbar .navbar-toggle { display: none; }
  .navbar.hide-nav ul { display: block; }
  .navbar ul { float: left; width: auto; }
  .navbar ul li { position: relative; width: 7.5em; margin-left: 0.5em; padding-left: 0; background-color: #E0E0E0; text-align: center; -webkit-transition: all 0s; transition: all 0s; }
  .navbar ul li:before { content: ""; position: absolute; top: 0; right: 0; border-width: 0 16px 16px 0; border-style: solid; border-color: #bbbbbb #2d5386; }
  .navbar ul li:hover { width: 7.5em; background-color: #E0E0E0; margin-left: 0.5em; -webkit-transition: all 0s; transition: all 0s; }
  .navbar ul li.active { width: 7.5em; padding-left: 0; margin-left: 0.5em; background-color: #FFF; }
  .navbar ul li.active:before { border-color: #cccccc #2d5386; } }
@media (min-width: 1200px) { .navbar .navbar-wrapper { width: 1200px; margin: 0 auto; } }

.footer { width: 100%; color: #888; text-align: center; }
.footer hr { margin: 0; }
@media (min-width: 1000px) { .footer { text-align: left; } }

.login-form { max-width: 24em; margin: 0 auto; }

.page-home .schools { display: none; width: 100%; margin-bottom: 0.5em; }
.page-home .schools:after { content: ""; display: table; clear: both; }
@media (min-width: 750px) { .page-home .schools { display: block; } }
.page-home .schools .school-tile { position: relative; width: -webkit-calc(100% / 2 - 1px); width: calc(100% / 2 - 1px); height: 16em; -webkit-background-size: cover; background-size: cover; background-position: center; }
.page-home .schools .school-tile img { display: block; width: 100%; margin: 0; padding: 0; }
.page-home .schools .school-tile .cover { position: absolute; z-index: 1000; top: -webkit-calc(100% - 1.5em); top: calc(100% - 1.5em); width: 100%; height: 1.5em; padding-left: 0.25em; font-size: 1.4em; background-color: rgba(0, 0, 0, 0.7); color: #FFF; }
.page-home .schools .school-tile.large { width: 100%; height: 32em; }
.page-home .schools .school-tile:hover { cursor: pointer; }
@media (min-width: 750px) { .page-home .schools .school-tile { width: -webkit-calc(100% / 3 - 1px); width: calc(100% / 3 - 1px); height: 12em; }
  .page-home .schools .school-tile.large { width: -webkit-calc(100% / 3 * 2 - 1px); width: calc(100% / 3 * 2 - 1px); height: 24em; }
  .page-home .schools .school-tile .cover { font-size: 1.2em; } }
@media (min-width: 1000px) { .page-home .schools .school-tile { width: -webkit-calc(20% - 1px); width: calc(20% - 1px); }
  .page-home .schools .school-tile.large { width: -webkit-calc(40% - 1px); width: calc(40% - 1px); }
  .page-home .schools .school-tile .cover { font-size: 1.1em; } }

.page-admin .admin-menu ul li { width: -webkit-calc(100% / 3); width: calc(100% / 3); padding: 0.5em; text-align: center; }
.page-admin .admin-menu ul li:hover { background-color: #EEE; }
.page-admin .kjarni-list { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; }
.page-admin .kjarni-list:after { content: ""; display: table; clear: both; }
.page-admin .kjarni-list li { float: left; width: 100%; margin: 0 0 0.5em 0; }
.page-admin .kjarni-list li:after { content: ""; display: table; clear: both; }
.page-admin .kjarni-list li form { float: left; margin: 0; }
.page-admin .kjarni-list li form input { float: left; margin: 0; }
.page-admin .kjarni-list li form.update-form { width: 80%; }
.page-admin .kjarni-list li form.update-form input[type="text"] { width: -webkit-calc(75%); width: calc(75%); }
.page-admin .kjarni-list li form.update-form input[type="submit"] { width: -webkit-calc(25% - 0.5em); width: calc(25% - 0.5em); margin-left: 0.5em; }
.page-admin .kjarni-list li form.delete-form { width: -webkit-calc(20% - 0.5em); width: calc(20% - 0.5em); margin-left: 0.5em; }
.page-admin .kjarni-list li form.delete-form input { width: 100%; }
.page-admin .admin-submenu ul li { padding: 0.5em; text-align: center; }
.page-admin .admin-submenu ul li:hover { background-color: #EEE; }
.page-admin .add-hopur-form { margin-top: 1em; }
.page-admin .hopur-list { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; }
.page-admin .hopur-list:after { content: ""; display: table; clear: both; }
.page-admin .hopur-list .list-item { float: left; width: 100%; margin-bottom: 0.5em; }
.page-admin .hopur-list .list-item form input { float: left; margin: 0; }
.page-admin .hopur-list .list-item form input[type="text"] { width: 60%; }
.page-admin .hopur-list .list-item form input[type="button"] { width: -webkit-calc(20% - 0.5em); width: calc(20% - 0.5em); margin-left: 0.5em; }
.page-admin .add-val-form { width: 100%; }
.page-admin .val-list { width: 100%; padding-bottom: 0.5em; }
.page-admin .val-list:after { content: ""; display: table; clear: both; }
.page-admin .val-list .val-list-item { margin-top: 0.5em; }
.page-admin .val-list .val-list-item:after { content: ""; display: table; clear: both; }
.page-admin .val-list .val-list-item input { float: left; margin: 0; }
.page-admin .val-list .val-list-item input[type="text"] { width: 60%; }
.page-admin .val-list .val-list-item input[type="button"] { width: -webkit-calc(20% - 0.5em); width: calc(20% - 0.5em); margin-left: 0.5em; }
.page-admin .students .add-student-form { width: 100%; margin-bottom: 1em; }
.page-admin .students .add-student-form:after { content: ""; display: table; clear: both; }
.page-admin .students .add-student-form form input, .page-admin .students .add-student-form form select { float: left; width: -webkit-calc(50% - 0.5em); width: calc(50% - 0.5em); margin: 0 0 0.5em 0.5em; }
.page-admin .students .add-student-form form input:nth-child(2n + 1), .page-admin .students .add-student-form form select:nth-child(2n + 1) { width: 50%; margin-left: 0; }
.page-admin .students .add-student-form form input[type="button"], .page-admin .students .add-student-form form select[type="button"] { width: 100%; margin: 0; }
.page-admin .students .wrapper { width: 100%; }
.page-admin .students .wrapper h5 { float: left; }
.page-admin .students .student-list .student-list-item { float: left; width: 100%; margin-bottom: 0.5em; padding: 0.5em; border: 1px solid #D1D1D1; border-radius: 4px; background-color: #ecf2f9; }
.page-admin .students .student-list .student-list-item form { width: 100%; margin: 0; padding: 0; }
.page-admin .students .student-list .student-list-item form:after { content: ""; display: table; clear: both; }
.page-admin .students .student-list .student-list-item form input, .page-admin .students .student-list .student-list-item form select { float: left; width: -webkit-calc(25% - 0.5em); width: calc(25% - 0.5em); margin: 0; margin-left: 0.5em; }
@media (min-width: 1000px) { .page-admin .students .student-list .student-list-item form input, .page-admin .students .student-list .student-list-item form select { width: -webkit-calc(20% - 0.5em); width: calc(20% - 0.5em); } }
.page-admin .students .student-list .student-list-item form input:first-child, .page-admin .students .student-list .student-list-item form select:first-child { width: 25%; margin: 0; }
@media (min-width: 1000px) { .page-admin .students .student-list .student-list-item form input:first-child, .page-admin .students .student-list .student-list-item form select:first-child { width: 20%; } }
.page-admin .students .student-list .student-list-item form input[type="button"] { width: 50%; margin: 0; margin-top: 0.5em; }
.page-admin .students .student-list .student-list-item form input[type="button"]:last-child { width: -webkit-calc(50% - 0.5em); width: calc(50% - 0.5em); margin-left: 0.5em; }
@media (min-width: 1000px) { .page-admin .students .student-list .student-list-item form input[type="button"]:last-child { width: -webkit-calc(10% - 0.5em); width: calc(10% - 0.5em); } }
@media (min-width: 1000px) { .page-admin .students .student-list .student-list-item form input[type="button"] { width: -webkit-calc(10% - 0.5em); width: calc(10% - 0.5em); margin-left: 0.5em; margin-top: 0; } }

.page-kjarni .kjarni-menu ul li { padding: 0.5em; text-align: center; }
.page-kjarni .kjarni-menu ul li:hover { background-color: #EEE; }
.page-kjarni .kjarni-val-button-container { float: left; width: auto; height: 3.5em; margin-right: 0.5em; margin-top: 0.5em; }
.page-kjarni .kjarni-val-button-container button { height: 100%; }
.page-kjarni .kjarni-val-button-container input { width: 3em; height: 100%; }

.page-stats .barchart-control { width: 100%; }
.page-stats .barchart-container:after { content: ""; display: table; clear: both; }
@media (min-width: 1000px) { .page-stats .barchart-container .barchart-control { float: left; width: 40%; }
  .page-stats .barchart-container .barchart-control select { float: left; width: -webkit-calc(50% - 0.25em); width: calc(50% - 0.25em); }
  .page-stats .barchart-container .barchart-control select:first-child { width: -webkit-calc(50% - 0.25em); width: calc(50% - 0.25em); margin-right: 0.5em; }
  .page-stats .barchart-container #barchart { float: left; width: 60%; } }

.page-valblad .valblad-menu ul li { width: -webkit-calc(100% / 3); width: calc(100% / 3); padding: 0.5em; text-align: center; }
.page-valblad .valblad-menu ul li:hover { background-color: #EEE; }
.page-valblad .valblad { margin-top: 0.5em; }
.page-valblad .valblad .val-counter { max-height: 70%; overflow-x: hidden; overflow-y: scroll; position: absolute; left: -webkit-calc(68%); left: calc(68%); width: -webkit-calc(32% - 8px); width: calc(32% - 8px); border: 1px solid #e6e6e6; border-radius: 4px; background-color: #f9f9f9; font-size: 0.85em; }
.page-valblad .valblad .val-counter.sticky { margin-top: 11em; }
@media (min-width: 1200px) { .page-valblad .valblad .val-counter { left: -webkit-calc(((100% - 1200px) / 2) + (1200px / 100 * 68)); left: calc(((100% - 1200px) / 2) + (1200px / 100 * 68)); width: -webkit-calc(1200px / 100 * 32 - 0.5em); width: calc(1200px / 100 * 32 - 0.5em); font-size: 1em; }
  .page-valblad .valblad .val-counter.sticky { margin-top: 6.5em; } }
.page-valblad .valblad .val-counter tr.error { background-color: #ff4d4d; }
.page-valblad .valblad .val-counter .helper-buttons { float: left; width: 50%; margin: 0; }
.page-valblad .valblad .student-list { list-style-type: none; padding-left: 0; margin-top: 0; margin-bottom: 0; float: left; width: -webkit-calc(68% - 0.5em); width: calc(68% - 0.5em); margin-right: 0.5em; }
.page-valblad .valblad .student-list .student-item { float: left; width: 100%; padding: 0.5em; border: 1px solid #e6e6e6; border-radius: 4px; background-color: #f9f9f9; }
.page-valblad .valblad .student-list .student-item .student-info { position: relative; float: left; width: 100%; padding-right: 0.5em; }
@media (min-width: 1000px) { .page-valblad .valblad .student-list .student-item .student-info { width: -webkit-calc(32%); width: calc(32%); } }
.page-valblad .valblad .student-list .student-item .student-info .drag-target-wrapper { float: left; width: 2em; margin-top: 0.2em; margin-right: 0.5em; height: 100%; }
.page-valblad .valblad .student-list .student-item .student-info .drag-target-wrapper i { color: #333; }
.page-valblad .valblad .student-list .student-item .student-info .picked-first-button { position: absolute; top: 0; left: -webkit-calc(100% - 13em); left: calc(100% - 13em); width: auto; margin: 0; }
@media (min-width: 1000px) { .page-valblad .valblad .student-list .student-item .student-info .picked-first-button { position: static; float: left; width: -webkit-calc(100% - 3.5em); width: calc(100% - 3.5em); } }
.page-valblad .valblad .student-list .student-item .student-info .wall-of-text { float: left; width: 100%; }
.page-valblad .valblad .student-list .student-item .student-info .wall-of-text h5 { margin: 0; padding: 0; }
.page-valblad .valblad .student-list .student-item .student-info .wall-of-text p { margin: 0; padding: 0; }
.page-valblad .valblad .student-list .student-item .student-val { float: left; width: 100%; }
@media (min-width: 1000px) { .page-valblad .valblad .student-list .student-item .student-val { width: 68%; } }
.page-valblad .valblad .student-list .student-item .student-val .val-button { padding: 0 1em; margin: 0; margin-top: 0.5em; }
@media (min-width: 1000px) { .page-valblad .valblad .student-list .student-item .student-val .val-button { margin-top: 0; margin-bottom: 0.5em; } }
