@charset "UTF-8";
.btn-primary {
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #82c678 0, #46743c 100%);
  background-image: -o-linear-gradient(top, #82c678 0, #46743c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#82c678), to(#46743c));
  background-image: linear-gradient(to bottom, #82c678 0, #46743c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$green_light, endColorstr=$green, GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  border-color: #46743c;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:visited {
  background-color: #46743c;
  background-image: -webkit-linear-gradient(top, #46743c 0, #46743c 100%);
  background-image: -o-linear-gradient(top, #46743c 0, #46743c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46743c), to(#46743c));
  background-image: linear-gradient(to bottom, #46743c 0, #46743c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$green, endColorstr=$green, GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ui-resizable-se {
  right: 5px !important;
}

.ui-resizable-sw {
  left: 5px !important;
}

.ui-resizable-se, .ui-resizable-sw {
  bottom: 5px !important;
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476) !important;
  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)" !important;
  /* IE8 */
}
.ui-resizable-se:before, .ui-resizable-sw:before {
  font-family: 'Glyphicons Halflings', verdana, sans-serif;
  content: "" !important;
  cursor: se-resize;
  font-size: 1em;
}

.ui-resizable-se {
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.ui-resizable-sw {
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

.vcenter {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}

.course-icons {
  margin: 0 auto;
  max-width: 210px;
  list-style: none;
  text-align: center;
  width: 100%;
  padding: 0;
}
.course-icons tr {
  width: 100%;
  text-align: center;
}
.course-icons tr .course-icon {
  color: #ffffff;
  text-align: center;
  align-content: center;
  display: table-cell;
}
.course-icons tr .course-icon p {
  color: #ffffff;
}
.course-icons tr .course-icon strong {
  color: #000000;
}
.course-icons tr .course-icon span {
  margin: 0 auto;
  display: block;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 1.2em;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.course-icons tr .course-icon span.course-finished {
  background-color: #46743c;
  text-align: center;
  line-height: 1em;
  line-height: 35px;
}
.course-icons tr .course-icon span.course-finished.not-passed {
  background-color: #9e0b0f;
}
.course-icons tr .course-icon span.course_type {
  background-color: yellowgreen;
  line-height: 35px;
}
.course-icons tr .course-icon span.course_schedule_group {
  background-color: #004358;
  line-height: 35px;
}
.course-icons tr .course-icon span.course_block_placement {
  background-color: orange;
}
.course-icons tr .course-icon span.course_status {
  background-color: lime;
}
.course-icons tr .course-icon span.course_ects_points {
  background-color: purple;
  line-height: 35px;
}
.course-icons tr .course-icon span.course_code {
  color: #004358;
}

.countries-sprite, .countries-dk, .countries-gb {
  background-image: url('../img/../img/countries-s471925b454.png');
  background-repeat: no-repeat;
}

.countries-dk {
  background-position: 0 0;
}

.countries-gb {
  background-position: 0 -20px;
}

/* ----------- CSS reset (make styles look the same in every browser) ----------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

a img {
  border: none;
}

blockquote, q {
  quotes: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* ----------- Clear and Spacing ----------- */
.clear {
  margin: 0 0 -1px 0;
  line-height: 1px;
  display: block;
  font-size: 1px;
  clear: both;
  height: 1px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  line-height: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child + html .clearfix {
  zoom: 1;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

@font-face {
  font-family: 'noto_sansbold';
  src: url(../fonts/notosans-bold-webfont.eot);
  src: url(../fonts/notosans-bold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/notosans-bold-webfont.woff2) format("woff2"), url(../fonts/notosans-bold-webfont.woff) format("woff"), url(../fonts/notosans-bold-webfont.ttf) format("truetype"), url(../fonts/notosans-bold-webfont.svg#noto_sansbold) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noto_sansbold_italic';
  src: url(../fonts/notosans-bolditalic-webfont.eot);
  src: url(../fonts/notosans-bolditalic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/notosans-bolditalic-webfont.woff2) format("woff2"), url(../fonts/notosans-bolditalic-webfont.woff) format("woff"), url(../fonts/notosans-bolditalic-webfont.ttf) format("truetype"), url(../fonts/notosans-bolditalic-webfont.svg#noto_sansbold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noto_sansitalic';
  src: url(../fonts/notosans-italic-webfont.eot);
  src: url(../fonts/notosans-italic-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/notosans-italic-webfont.woff2) format("woff2"), url(../fonts/notosans-italic-webfont.woff) format("woff"), url(../fonts/notosans-italic-webfont.ttf) format("truetype"), url(../fonts/notosans-italic-webfont.svg#noto_sansitalic) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noto_sansregular';
  src: url(../fonts/notosans-regular-webfont.eot);
  src: url(../fonts/notosans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/notosans-regular-webfont.woff2) format("woff2"), url(../fonts/notosans-regular-webfont.woff) format("woff"), url(../fonts/notosans-regular-webfont.ttf) format("truetype"), url(../fonts/notosans-regular-webfont.svg#noto_sansregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12.5px;
  line-height: 1.2;
  color: #000000;
}

h1 {
  font-size: 30px;
  font-weight: normal;
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  line-height: 34px;
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  line-height: 30px;
}

h3 {
  font-size: 1.4em;
  font-weight: normal;
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  line-height: 30px;
}

h4 {
  font-size: 1.2em;
  font-weight: normal;
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  line-height: 27px;
}

h5 {
  font-size: 1.1em;
  font-weight: normal;
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  line-height: 25px;
}

h6 {
  font-size: 1em;
  font-weight: normal;
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  line-height: 23px;
}

p {
  font-size: 12px;
  margin-bottom: 1.5em;
}

b, strong {
  font-weight: bold;
}

a {
  color: #003f62;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #333333;
  text-decoration: underline;
}

ul, ol {
  margin: 0 0 1em;
  padding: 0 0 0 25px;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

blockquote {
  font-style: italic;
  font-family: "noto_sansbold_italic", Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 12px;
}
blockquote:before {
  content: '"';
}
blockquote:after {
  content: '"';
}

input, select, label {
  font-family: "noto_sansregular", Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

#course-block-placement-buttons > input[type=radio], #course-block-placement-buttons > input[type=checkbox] {
  display: none;
}

#course-block-placement-buttons > input[type=radio] + label, #course-block-placement-buttons > input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: inherit;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#course-block-placement-buttons > input[type=radio]:checked + label, #course-block-placement-buttons > input[type=checkbox]:checked + label {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e0e0e0;
}

#course-block-placement-buttons > input[type=radio]:disabled + label, #course-block-placement-buttons > input[type=checkbox]:disabled + label {
  background-image: none;
  color: grey;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-color: #e0e0e0;
}

#firstb {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.error-star {
  color: red;
}

label.error {
  color: red;
}

label.invalid {
  color: red;
}

.header-section {
  padding-top: 14px;
}
.header-section .container .clear {
  width: 100% !important;
}
.header-section .container .header-border {
  padding-top: 13px;
}
.header-section .container .header-border:after {
  content: '';
  display: block;
  width: 100%;
  margin-top: -13px;
  border-bottom: 2px solid #46743c;
}
.header-section .container .language {
  height: 128px;
  text-align: right;
}
.header-section .container .language ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-section .container .language ul li {
  display: inline-block;
}
.header-section .container .language ul li a span {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  display: block;
  width: 20px;
  height: 20px;
}
.header-section .container .heading {
  text-align: center;
  display: table;
}
@media (max-width: 991px) {
  .header-section .container .heading {
    display: inline-block;
  }
}
.header-section .container .heading .heading-inner {
  text-align: center;
  display: table-cell;
  height: 128px;
  min-width: 100%;
  vertical-align: middle;
}
.header-section .container .heading .heading-inner h1 {
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  color: #6B6161;
  padding: 0 0 0 55px;
}
.header-section .container .logo {
  height: 128px;
  text-align: left;
}
.header-section .container .logo img {
  max-width: 99px;
}

section.gridtable {
  position: relative;
}
@media screen and (max-width: 1200px) {
  section.gridtable .container {
    width: 100%;
    padding: 0 40px;
  }
}
section.gridtable.ui-sortable-helper {
  background-color: #fdfdfd;
}
section.gridtable .clear.clear-border {
  margin-top: 100px;
}
section.gridtable strong.school-year-title {
  padding: 20px 0;
  display: block;
  font-family: "noto_sansbold", Verdana, Arial, Helvetica, sans-serif;
}
section.gridtable strong.school-year-title:hover {
  cursor: move;
}
section.gridtable strong.school-year-title .form-control {
  display: inline;
  width: 96px;
}
section.gridtable strong.school-year-title span.remove-school-year {
  display: block;
  float: right;
  cursor: pointer;
}
section.gridtable .panel-heading {
  background: #067053;
  color: #ffffff;
}
section.gridtable .gridtable-inner {
  position: relative;
}
section.gridtable .gridtable-inner .grid-stack {
  padding: 0 0;
  margin: 5px 0;
}
section.gridtable .gridtable-inner .grid-stack .grid-stack-item .grid-stack-item-content {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.gridtable .gridtable-inner .grid-stack .grid-stack-item .grid-stack-item-content .remove-course {
  float: right;
  position: absolute;
  cursor: pointer;
  right: 2px;
  top: 2px;
}
section.gridtable .gridtable-inner .grid-blocks {
  width: 100%;
  float: left;
  height: 36px;
  line-height: 35px;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block {
  border-right: 1px solid #ebebeb;
  padding: 0 0;
  top: 0;
  position: absolute;
  float: left;
  display: inline-block;
  height: 100%;
  width: 20%;
  text-align: center;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-first {
  left: 0;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-second {
  left: 20%;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-second span {
  line-height: 35px;
  background-color: #067053;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-third {
  left: 40%;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-fourth {
  left: 60%;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-fourth span {
  line-height: 35px;
  background-color: #067053;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block.grid-block-fifth {
  left: 80%;
  border-right: none;
}
section.gridtable .gridtable-inner .grid-blocks .grid-block span.grid-block-head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  font-weight: 600;
  font-family: "noto_sansbold", Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
section.gridtable .gridtable-inner .add-course {
  float: right;
  width: auto;
  padding: 20px 0;
  text-align: right;
  font-size: 2em;
}
section.gridtable .clear-border {
  padding: 0 0 20px;
  border-bottom: 2px solid #46743c;
}

.course-notes p {
  padding: 0 8% 0 8% !important;
}

.course-icon {
  padding-left: 2px;
}

.grid-stack-item {
  min-height: 140px !important;
}
.grid-stack-item-metadata[data-course-type="required"]:not([data-course-reexam="reexam"]) + .panel-heading {
  background-color: #225a6b !important;
}
.grid-stack-item-metadata[data-course-type="optional"]:not([data-course-reexam="reexam"]) + .panel-heading {
  background-color: #3e7e6f !important;
}
.grid-stack-item-metadata[data-course-type="limited-optional"]:not([data-course-reexam="reexam"]) + .panel-heading {
  background-color: #8da98f !important;
}
.grid-stack-item.locked-course .grid-stack-item-content {
  background-color: #ebebeb;
}
.grid-stack-item.locked-course .remove-course,
.grid-stack-item.locked-course .edit-course-item,
.grid-stack-item.locked-course .duplicate-course-item {
  display: none !important;
}
.grid-stack-item.not-passed .grid-stack-item-content .panel-heading {
  color: #ffffff;
}
.grid-stack-item.reexam .grid-stack-item-content .panel-heading {
  background: #7e827a;
  color: #000000 !important;
}
.grid-stack-item.reexam .grid-stack-item-content .panel-heading .course_link {
  color: #ffffff !important;
}
.grid-stack-item.reexam .grid-stack-item-content .panel-body {
  background: #ffffff;
}
.grid-stack-item .grid-stack-item-content {
  max-height: 100% !important;
  overflow-y: hidden !important;
}
.grid-stack-item .grid-stack-item-content .panel-heading {
  padding: 10px;
  background: #46743c;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.grid-stack-item .grid-stack-item-content .panel-heading .open-details {
  cursor: default;
}
.grid-stack-item .grid-stack-item-content .panel-heading a.course_code_link {
  color: #ffffff;
  font-size: 0.8em;
}
.grid-stack-item .grid-stack-item-content .panel-heading a.course_code_link:hover {
  text-decoration: underline;
}
.grid-stack-item .grid-stack-item-content .panel-body {
  padding: 15px 0;
  position: relative;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .grid-stack-item .grid-stack-item-content .panel-body {
    padding: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .grid-stack-item .grid-stack-item-content .panel-body {
    padding: 5px 0 !important;
  }
}
.grid-stack-item .grid-stack-item-content .panel-body:hover > .course-controls {
  display: block;
}
.grid-stack-item .grid-stack-item-content .panel-body .remove-course {
  color: #ffffff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-stack-item .grid-stack-item-content .panel-body .course-controls {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.grid-stack-item .grid-stack-item-content .panel-body .course-controls .remove-course {
  padding: 10px 15px;
}
.grid-stack-item .grid-stack-item-content .panel-body .course-controls ul {
  position: absolute;
  height: 100%;
  margin: -30px 0 0 0;
  padding: 0;
  display: table;
  width: 100%;
}
.grid-stack-item .grid-stack-item-content .panel-body .course-controls ul li {
  vertical-align: middle;
  text-align: center;
  list-style: none;
  display: table-cell;
}
.grid-stack-item .grid-stack-item-content .panel-body .course-controls ul li span {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2em;
  color: #ffffff;
  cursor: pointer;
}
.grid-stack-item .grid-stack-item-content .panel-body .course-controls ul li.move-course-item span {
  cursor: move;
}

.course-icons tr .course-icon span.course-finished {
  background-color: #067053;
}

.course-icons tr .course-icon span.course-finished.not-passed {
  background-color: #703030;
}

.course-icons tr .course-icon span.course_schedule_group {
  background-color: #296b73;
  line-height: 35px;
}

.course-icons tr .course-icon span.course_type {
  background-color: #3e8c84;
}

.course-icons tr .course-icon span.course-finished.reexam {
  background-color: #7e827a;
}

.course-icons tr .course-icon span.course_ects_points {
  background-color: #574977;
  font-size: 1.1em;
}

/* ----------- KURSUSOVERSKRIFTER ----------- */
.grid-stack-item.reexam .grid-stack-item-content .panel-heading {
  color: #ffffff;
}

section.gridtable .panel-heading {
  color: #ffffff;
}

/* ----------- HEADER I KURSUSDETALJER ----------- */
.course-details-modal .modal-content .modal-header {
  background-color: #334d5c;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .grid-stack-item .grid-stack-item-content .panel-body .course-controls {
    padding-top: 40px;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-controls li {
    padding: 2px;
    display: inline-block !important;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-controls li span {
    min-height: 30px;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .span.course-finished {
    min-width: 10px !important;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-icons tr, .grid-stack-item .grid-stack-item-content .panel-body .course-icon span {
    height: 30px;
    width: 30px;
    font-size: 1em !important;
    padding: 2px !important;
    text-align: center !important;
    line-height: 22px;
    min-width: 30px;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-icon {
    min-width: 0px;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 740px) {
  .grid-stack-item .grid-stack-item-content .panel-body {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-icons tr {
    float: left;
    text-align: center;
    width: 100% !important;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-icons tr td {
    text-align: center;
    display: block;
    width: 50%;
    float: left;
    padding: 0 0 10px;
  }
  .grid-stack-item .grid-stack-item-content .panel-body .course-icons tr td span {
    line-height: 25px;
    display: block;
    min-height: 30px;
    float: none !important;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.form-student {
  padding: 20px 0;
  text-align: center;
}
.form-student form {
  width: 100%;
}
.form-student form .form-group input {
  font-weight: normal;
  max-width: 100%;
}
.form-student form .clear {
  width: 100% !important;
}
.form-student form .form-border {
  border-bottom: 2px solid #46743c;
}

.add-year-row {
  padding: 0 0 20px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.course-modal .modal-body .form-group {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.course-modal .modal-body .form-group label {
  font-size: .8em;
  width: 100%;
}
.course-modal .modal-body .form-group label[for="course-reexam-no"], .course-modal .modal-body .form-group label[for="course-reexam-yes"] {
  width: auto;
}
.course-modal .modal-body .form-group input[type="text"], .course-modal .modal-body .form-group select, .course-modal .modal-body .form-group textarea {
  padding: 5px 10px;
  width: 100%;
}
.course-modal .modal-body .form-group .course-free-ects-field {
  display: block;
  margin: 10px 0 0;
}
.course-modal .modal-body .form-group .submit-form-col {
  text-align: center;
  padding: 20px;
}
.course-modal .modal-footer {
  border-top: none;
}
.course-modal .hidden-field {
  display: none !important;
}

.copy-link-modal .modal-body input {
  display: inline-block;
  width: 100%;
}
.copy-link-modal .modal-body button {
  display: inline-block;
  width: 20%;
  margin: 0;
  float: right !important;
}

.help-modal .modal-header {
  background-color: #004358;
  color: white;
}
.help-modal .modal-body .icon-text {
  margin-left: 35px;
}
.help-modal img {
  display: block;
  margin: auto;
}
.help-modal .inline-icons {
  margin-bottom: 0.7em;
}
.help-modal .inline-icons span {
  margin-top: 5px;
}
.help-modal .letter_course_icon {
  display: inline;
  color: #ffffff;
  text-align: center;
  align-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
  margin-right: 2px;
}
.help-modal .letter_course_icon {
  display: inline-block;
}
.help-modal .letter_course_icon.course_schedule_group {
  background-color: #296b73;
}
.help-modal .letter_course_icon.course_type {
  background-color: #3e8c84;
}
.help-modal .letter_course_icon.ects {
  background-color: #574977;
}
.help-modal .text-column span.glyphicon {
  background-color: #067053;
  border-radius: 50%;
  overflow: hidden;
  color: white;
  padding: 10px;
}
.help-modal span.glyphicon.not-passed {
  background-color: #703030;
}
.help-modal .icon_help {
  border: #004358 2px solid;
  padding-top: 15px;
  color: #004358;
}
.help-modal .icon_help span.glyphicon {
  margin-right: 10px;
  font-size: 2em;
  float: left;
}
.help-modal .course-icons {
  width: 100%;
  max-width: 100%;
  float: left;
}
.help-modal .course-icons td {
  padding: 0 20px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.help-modal .course-icons td.course-icon {
  float: left;
  width: 100%;
  padding: 1px;
}
.help-modal .course-icons td p, .help-modal .course-icons td strong {
  float: left;
  text-align: left;
  color: #000000 !important;
}
.help-modal .course-icons td span {
  margin: 5px;
}
.help-modal .course-icons td span.glyphicon-remove {
  background-color: #9e0b0f;
}
.help-modal .course-icons td span.code {
  color: #000000 !important;
  margin-left: -20px;
  line-height: 10px;
  word-wrap: normal;
}

.course-details-modal .modal-content .modal-header {
  color: #ffffff;
}
.course-details-modal .modal-content .modal-header a {
  text-decoration: none;
  color: #ffffff;
}
.course-details-modal .modal-content .modal-header a:hover {
  text-decoration: underline;
}
.course-details-modal .modal-content.required .modal-header {
  background-color: #225a6b;
}
.course-details-modal .modal-content.optional .modal-header {
  background-color: #3e7e6f;
}
.course-details-modal .modal-content.limited-optional .modal-header {
  background-color: #8da98f;
}
.course-details-modal .modal-content.not-passed .modal-header {
  background-color: #9e0b0f;
}
.course-details-modal .modal-content.reexam .modal-header {
  background-color: #7e827a !important;
}
.course-details-modal .modal-content.reexam .modal-body {
  background-color: #ffffff !important;
}
.course-details-modal .modal-content table {
  text-align: center;
  min-width: 100%;
}
.course-details-modal .modal-content table tbody {
  text-align: center;
  min-width: 100%;
}
.course-details-modal .modal-content table tbody tr {
  text-align: center;
  min-width: 100%;
}
.course-details-modal .modal-content table tbody tr th, .course-details-modal .modal-content table tbody tr td {
  align-items: center;
  text-align: center;
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.course-details-modal .modal-content table tbody tr th.course-notes, .course-details-modal .modal-content table tbody tr td.course-notes {
  text-align: left;
}
.course-details-modal .modal-content table tbody tr th span.course-finished, .course-details-modal .modal-content table tbody tr td span.course-finished {
  display: block;
}

.sidebar-controls-section .sidebar-controls {
  position: fixed;
  width: auto;
  top: 20%;
  text-align: center;
  z-index: 999;
  margin-left: 1%;
}
.sidebar-controls-section .sidebar-controls div a {
  font-size: 1.5em;
  color: #004358;
}
.sidebar-controls-section .sidebar-controls div a:hover {
  background: #004358;
  color: #ffffff;
}
@media screen and (max-width: 1320px) {
  .sidebar-controls-section .sidebar-controls {
    position: relative;
    margin: 0 auto;
    width: 100%;
    float: left;
    left: auto;
    right: auto;
    padding-bottom: 20px;
  }
  .sidebar-controls-section .sidebar-controls .list-group {
    position: relative;
    float: none;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .sidebar-controls-section .sidebar-controls .list-group a {
    display: inline-block;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
  }
}

.overlay {
  position: fixed;
  z-index: 99999;
  border-radius: 5px;
  line-height: 2em;
  padding: 0.5em 2em 0.5em 2em !important;
  color: white !important;
  font-size: 1.5em;
  position: fixed;
  top: 25%;
  left: 0;
  right: 0;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.7);
  margin: 0 auto;
}

@media print {
  @page {
    size: landscape;
    width: 100%;
  }
  section.gridtable,
  .form-student {
    page-break-after: always;
  }

  .container {
    width: 100%;
  }

  .language,
  .add-year-row,
  .sidebar-controls-section,
  .add-course,
  .remove-course,
  .ui-resizable-handle,
  .clear-border,
  .course_code_link,
  .glyphicon-remove-sign,
  .overlay,
  .course-widget-overlay,
  .year-save-button {
    display: none !important;
  }

  .grid-block-head {
    background-color: #F8F8FF !important;
  }

  .grid-stack-item .panel-heading {
    padding: 5px;
    background-color: #F8F8FF !important;
  }
  .grid-stack-item .panel-body {
    padding: 5px;
    background-color: white !important;
  }
  .grid-stack-item .panel-body .course-finished, .grid-stack-item .panel-body .course_ects_points, .grid-stack-item .panel-body .course_type, .grid-stack-item .panel-body .course_schedule_group {
    margin-left: -12px !important;
  }

  .form-control {
    outline: none;
    border: 0;
  }

  a[href]:after {
    content: none !important;
  }

  .school-year-url {
    float: right !important;
    display: block !important;
  }
}
