.nomargin {
    margin: 0 0;
}
/* Angular */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important
}
/* Bootstrap reset */
.navbar-toggle:focus {
    outline: none
}
/* Sthlm reset */
.childDispName .dropdown .caret::after {
    left: inherit
}

.moreinfo {
    word-break: break-word
}
/* Cards */
.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck {
    margin-bottom: 15px
}

.card-columns li {
    list-style-type: none;
}

    .card-columns li a {
        width: 100%;
    }

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
            border-bottom-right-radius: 0
        }

        .card-group > .card:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

            .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                border-top-left-radius: 0
            }

            .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                border-bottom-left-radius: 0
            }

        .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

        .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
            border-bottom-right-radius: .25rem;
            border-bottom-left-radius: .25rem
        }

        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
            border-radius: 0
        }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child)
            .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                border-radius: 0
            }
}

@media (max-width:576px) {
    .card-columns {
        margin-bottom: .75rem
    }
}

@media (min-width:576px) {
    .card-columns {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            height: 100%
        }
}

.card-body {
    padding: 20px;
    overflow: hidden
}

    .card-body:hover span {
        text-decoration: underline;
    }

.card-columns {
    padding: 30px 0 30px 0
}

.card-text:last-child {
    padding: 10px;
}

.card-text a:link, .card-text a:visited {
    text-decoration: none
}

.card-body > div .icon-user {
    float: left;
}

@media (min-width: 992px) {
    .navbar-collapse.collapse {
        width: 1204px;
    }
}

@media only screen and (max-width: 992px) {
    .card-body > div .icon-user {
        display: none
    }

    .card-body {
        padding: 10px
    }

    .buttonCard {
        width: 100%;
        margin: 5px;
    }

        .buttonCard .col-md-8 {
            padding-bottom: 20px
        }

        .buttonCard .col-xs-2 {
            padding-bottom: 20px
        }

    .sectionbutton {
        width: 100%
    }
}

.schedule {
    margin-top: 10px;
}

.notificationsIcon .badge {
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red;
    color: white;
}

.with-errors {
    color: red;
    margin-top: 0px;
    display: none;
}
/* --- Main --- */
.nA {
    color: darkgrey;
    text-decoration: line-through;
}

.bg-city-white {
    background: #fff
}

.bg-city-lighter {
    background: #fff
}

.mainrow {
    margin-left: -10px;
    margin-right: -20px
}

@media only screen and (max-width: 992px) {
    .mainrow {
        margin-right: 0
    }
}

.toprow {
    padding: 20px 0 15px 0
}

.mainBox {
    padding: 0 0 24px 15px
}

.innerBox {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 15px;
    padding-right: 5px
}

.innerBoxAvisering {
    padding: 30px
}

    .innerBoxAvisering .showmore {
        padding-top: 4px
    }

.innerBoxTransparent {
    background-color: transparent;
    border: 1px;
    padding: 15px;
    padding-left: 0;
    overflow-wrap: break-word;
}

.page-header-top-50 {
    margin-top: 50px
}

.page-header-bottom-12 {
    margin-bottom: 12px
}

.row-footer-top-60 {
    margin-top: 60px
}

.evoIntReset {
    margin: 0;
    padding: 0
}

.pageSizeLabel {
    margin-bottom: 0;
    font-weight: normal;
}

/* menu */
.main-menu .icon-external-link {
    position: relative;
    top: -3px;
    right: -3px;
}

.newsheader, .bookingHeader {
    font-size: 1.2em;
    font-weight: 400;
}
/* header */
.loginRow {
    min-height: 42px
}

.page-header {
    border: none
}

.page-subheader {
    font-size: 20px;
    color: #bebebe;
    padding: 0 0 12px 0
}

@media (min-width: 250px) {
    .menu {
        position: relative;
        top: 50px;
        margin-left: -10px;
    }

    #navbar > ul > li {
        height: fit-content;
    }
}

/* breadcrumb  */
.list-bare.breadcrumb {
    margin-top: 0;
}

/* footer */
.footer-logo {
    width: 140px;
    padding-top: 25px
}

.footer-list-text {
    list-style-type: none;
    line-height: 35px;
    font-size: 14px;
    overflow-wrap: break-word;
}

    .footer-list-text a {
        text-decoration: none
    }

.row-footer-top-60 + .row > .col-xs-12 > img {
    margin-bottom: 50px
}

.footer-list-text > li > a:after {
    content: '\00a0\203A';
    font-size: 18px;
    font-weight: bold;
    position: relative;
    left: 0.15rem
}

.site-footer .container {
    width: 100%
}

footer h2 {
    font-size: 1.2em;
}

.footer-links__list {
    width: 100%;
}

/* Icons */
.card .block-icon-mini {
    background-size: 16px;
    margin-left: -3px
}

.student-name {
    white-space: normal;
}

/* Logo */
.logotype__site-name {
    font-weight: 400
}

@media (min-width: 250px) {
    .logotype__site-name {
        font-size: 1.30rem;
        position: relative;
        bottom: 10px;
    }
}

.logotype__site-name-wrapper {
    margin-top: 14px
}

.logotype {
    padding: 0;
    margin: 22px 0 24px 0
}

@media only screen and (min-width: 250px) {
    .logotype__st-erik-header {
        margin-right: 1.5rem;
        border-right: 1px solid #333;
        height: 50px;
        width: 230px;
        padding-right: 5rem
    }
}

@media only screen and (max-width: 250px) {
    .logotype__st-erik-header {
        width: 50%;
        height: 50%
    }

    .logotype__site-name-wrapper {
        clear: both
    }
}
/* --- Common Web Parts --- */
.contentWebParts {
    padding: 30px 30px 30px 30px
}

.headlineWebParts {
    overflow: hidden;
    padding: 15px 30px 0 30px
}

    .headlineWebParts h2 {
        float: left
    }

    .headlineWebParts .showmore {
        float: right;
        font-size: 14px
    }

        .headlineWebParts .showmore a:after {
            content: '\00a0\203A';
            position: relative;
            top: 0.04rem;
            left: 0.04rem;
            font-size: 18px;
            font-weight: bold
        }

/* --- News ---- */
.headlineNews .showmore {
    padding-top: 7px
}

@media only screen and (max-width: 768px) {
    .headlineNews .showmore {
        padding-top: 5px
    }
}

@media only screen and (max-width: 356px) {
    .headlineNews .showmore {
        float: left;
        margin-bottom: 15px
    }
}

.headlineDivider {
    background: #e2e2e2;
    padding: 0.05rem
}

.newsItemWrapper {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d3d3d3
}

    .newsItemWrapper .newsItemImage {
        padding: 0;
        max-width: 200px;
        max-height: 100px
    }

.newsItemWrapper, .newsItemImage {
    padding: 0;
    overflow: hidden
}

    .newsItemImage img {
        max-width: 200px;
        min-width: 200px;
        min-height: 100px
    }

@media only screen and (max-width: 990px) {
    .newsItemWrapper .newsItemImage img {
        max-width: 190px
    }
}

a .newsItemWrapper p {
    color: #444
}

@media only screen and (max-width: 1200px) {
    .newsItemWrapper .newsItemImage img {
        min-width: 190px;
        max-width: 100%;
        padding-right: 15px
    }
}

@media only screen and (max-width: 1200px) {
    .newsItemWrapper .newsItemContent {
        padding: 0
    }
}

@media only screen and (max-width: 990px) {
    .newsItemWrapper .newsItemContent {
        margin-top: 10px
    }
}

@media only screen and (max-width: 990px) {
    .newsItemWrapper .newsItemImage {
        padding: 0;
        max-width: 100%;
        max-height: 200px
    }
}

@media only screen and (max-width: 990px) {
    .newsItemWrapper .newsItemImage img {
        max-width: 190px
    }
}

@media only screen and (max-width: 900px) {
    .newsItemWrapper .newsItemImage img {
        padding-right: 0
    }
}

.newsItemContent h3 {
    margin: 5px 0 10px 0
}

.newsItemContent p {
    font-size: 0.86rem
}

.newsItemContent .newsItemDate {
    font-family: Stockholm type;
    margin-bottom: 10px;
    color: #3e414d
}

.newsLink {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
}

.newsItemContent, .newsItemWrapper {
    position: relative;
}

.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/* Samtalsbokning */
.fc-state-default {
    margin: 10px !important;
}

@media only screen and (max-width: 760px) {
    .fc-right {
        float: inherit !important;
    }
}
/* Skeletons */
.newsWrapper {
    min-height: 600px;
}

    .newsWrapper #newsControllerApp li {
        list-style-type: none;
    }

.newsSkeleton .newsItemWrapper .newsItemImage,
.newsSkeleton .newsItemContent > h2,
.newsSkeleton .newsItemContent > .newsItemDate,
.newsSkeleton .newsItemContent > .newsItemPreamble {
    background: #eee
}

.newsItemWrapper .newsItemImage img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: calc(100% + 10px);
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .newsSkeleton .newsItemWrapper .newsItemContent {
        padding-left: 20px
    }
}

.newsRendered .newsItemWrapper .newsItemImage,
.newsSkeleton .newsItemWrapper .newsItemImage {
    padding: 0;
    max-width: 200px;
    min-height: 85px
}

@media only screen and (max-width: 990px) {
    .newsRendered .newsItemWrapper .newsItemImage {
        max-width: initial
    }
}

.newsSkeleton .newsItemContent > h2 {
    line-height: 28px;
    min-height: 28px;
    margin: 0;
    margin-bottom: 12px
}

.newsRendered .newsItemContent > .newsItemDate,
.newsSkeleton .newsItemContent > .newsItemDate {
    margin-bottom: 12px;
    min-height: 20px
}

.newsRendered .newsItemContent > .newsItemPreamble,
.newsSkeleton .newsItemContent > .newsItemPreamble {
    min-height: 40px
}

.newsSkeleton .newsItemContent:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    animation: shine 3s infinite 1s;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%)
    }
}

/* --- News archive --- */
.newsArchiveArticle {
    min-height: 50px
}

.newsArchiveBox {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .newsArchiveBox {
        float: left;
        width: 100%
    }
}

.newsArchiveBox .newsItemArchiveWrapper {
    margin-bottom: 27px
}

.newsArchiveBox .newsItemImageArchive {
    max-width: 366px;
    max-height: 238px;
    min-height: 268px
}

.newsArchiveBox .newsItemArchiveWrapper .col-sm-12, .newsArchiveBox .newsItemArchiveWrapper .col-xs-12 {
    position: initial
}

.newsArchiveBox .newsItemImageArchive img {
    max-width: 366px;
    min-width: 366px;
    max-height: 238px;
    min-height: 238px
}

.newsArchiveBox > .newsArchiveList {
    padding: 0 0 0 2px
}

    .newsArchiveBox > .newsArchiveList h2 {
        font-size: 1.2em;
        margin-top: 2px;
    }

    .newsOverview h3 {
        font-size: 1.2em;
        margin-top: 2px;
        font-weight: bold;
    }

.newsArchiveBox .newsItemItemCol {
    padding: 0 0 0 36px
}

.newsArchiveBox .newsItemContent h2:after {
    content: '\00a0\203A';
    font-size: 18px;
    font-weight: bold;
    position: relative;
    left: 0.20rem;
    top: -0.05rem;
}

.sectionfiterDivider {
    padding: 0 5px 0 15px;
    margin-top: 15px;
    margin-bottom: 30px
}

    .sectionfiterDivider > div {
        border: 1px solid transparent;
        border-top: 0;
        border-bottom: 0;
        height: 1px;
        background: #d3d3d3
    }

.geFilterWrap .gePageCount, .geFilterWrap .gePagWrap {
    padding-left: 0;
    position: initial
}

@media only screen and (max-width: 490px) {
    .gePageCount {
        display: none
    }
}

.newsPerPage {
    margin-top: 30px;
    text-align: right;
    position: initial;
    margin-bottom: 27px;
}

.pageContentBodyContent img {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .newsArchiveBox .newsItemItemCol {
        padding: 0
    }
}

@media only screen and (max-width: 768px) {
    .sectionfiterDivider {
        margin-bottom: 30px
    }
}

.paging {
    margin-bottom: 2rem;
}

    .paging a.disabled {
        text-decoration: none;
        cursor: auto;
    }
/* --- News item --- */
.mainrowPage {
    margin-right: -15px
}

.pageInnerContent {
    margin: 25px 108px 20px 108px
}

.pagePublished, .pageModified, .pageSoure {
    min-height: 24px;
    margin: 0 0 10px 0;
    font-size: 14px
}

.pageSoure {
    margin: 0 0 0 0
}

.pageImage {
    overflow: hidden;
    margin-top: 32px
}

    .pageImage .pageImageHeader {
        width: 100%;
        max-width: 948px;
        background-size: cover;
        height: 280px;
    }

@media only screen and (max-width: 990px) {
    .pageImage {
        min-height: inherit
    }
}

@media only screen and (max-width: 990px) {
    .pageInnerContent {
        margin-left: 20px;
        margin-right: 20px
    }
}

.pageContentText {
    margin: 32px 0 42px 0
}

    .pageContentText hr {
        margin: 40px 0 40px 0;
        height: 1px;
        border-top: 1px solid #d0d0d0
    }

.tableWrapper table {
    margin-bottom: 10px;
    float: inherit;
}

.tableWrapper td {
    border: 1px solid !important;
    border-color: #333333 !important;
    border-collapse: collapse;
    padding: 10px;
}

.linkWrapper {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.linkDescription {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px
}

/* Filters */
.calendarApp .geFilterWrap {
    float: left
}

@media only screen and (max-width: 490px) {
    .calendarApp .geFilterWrap {
        float: none
    }
}

@media only screen and (max-width: 422px) {
    .date-picker-control:link, .date-picker-control:visited {
        margin: 0
    }
}

#childLable {
    color: black;
    font-weight: 700;
}

.calendar-filter {
    display: flex;
}

    .calendar-filter a.date-picker-control:link {
        margin-top: 1px
    }

    .calendar-filter a#fd-but-endDate {
        margin-right: 0;
    }

.showreset-filter {
    padding-right: 7px;
}

/* ---  Schedule --- */
.contentSchedule {
    padding-bottom: 34px
}

.headlineSchedule > h2 {
    float: left
}

.headlineWebParts .weekSelect {
    float: right;
    font-size: 14px;
    margin-top: 8px;
    width: 50%
}

.scheduledateView {
    text-align: center;
    width: 80%;
    line-height: 24px;
    float: left
}

.schedule-icon {
    width: 10%;
    cursor: pointer
}

.daySelectContainerNames {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ddd;
    margin-top: -25px;
    height: 35px
}

.daySelectContainer {
    width: 100%;
    clear: both;
    height: 25px;
    border-bottom: 1px solid #ddd;
    height: 38px;
    margin-bottom: 25px
}

.daySelector {
    border: 0.1em solid transparent;
    width: 14%;
    text-align: center;
    float: left;
    border: 0;
    margin-top: 4px;
    line-height: 30px;
    font-weight: bold
}

    .daySelector > p {
        font-size: 12px;
        color: #333;
        cursor: pointer;
        margin: 0
    }

    .daySelector.current {
        background-color: #0072c6
    }

        .daySelector.current p {
            color: #fff;
            font-weight: bold
        }

    .daySelector.old p {
        color: #333;
        cursor: initial
    }

#calendar .fc-time > span {
    padding: 5px;
    font-size: 12px
}

div[class^="daySelectContainerNames_"] {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px
}

.fc-widget-content {
    background: repeating-linear-gradient(45deg, #e2e2e2, #fff 2px, #fff 2px, #fff 6px)
}

.fc-slats .fc-time {
    background: #fff
}

.fc-slats .fc-minor td:last-child {
    background: repeating-linear-gradient(45deg, #f5f3ee, #fff 2px, #fff 2px, #fff 6px)
}

.fc-widget-content .fc-event-container .fc-bg {
    padding: 5px;
    opacity: 1 !important;
    background: #cae5ff !important;
    border-left: 3px solid #026ebf !important
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    border-radius: 0
}

.fc-time-grid-event .fc-content .fc-title {
    padding: 5px 5px 5px 2px;
    font-size: 10px;
    font-weight: bold;
    color: #444
}

.fc-time-grid-event span {
    color: #808080;
    font-weight: normal
}

.fc-time-grid-event .fc-content .fc-time {
    padding: 0
}

.fc-content .fc-time {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before, .fc-time-grid-event.fc-short .fc-time:after {
    display: none
}

/* ---  Documents --- */
.documentApp {
    margin: 5px 5px 5px 15px;
    padding: 20px 20px 5px 0;
    border-color: #ddd
}

    .documentApp ul {
        list-style-type: none;
        padding: 0
    }

        .documentApp ul h2 {
            font-size: 24px
        }

    .documentApp .documentItem {
        line-height: 40px
    }

        .documentApp .documentItem a {
            padding-left: 5px
        }

/* --- TopLinks Overview --- */
.overview {
    max-width: 99.9%
}

.innerBoxTopLinks {
    height: 96px;
    padding: 20px 30px 20px 30px;
    font-family: Stockholm type;
    font-size: 18px;
    color: #444
}

    .innerBoxTopLinks .topLinksText {
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-weight: bold;
        font-stretch: normal;
        text-transform: uppercase;
        color: #444;
        font-size: 12px;
        line-height: 25px;
        display: none
    }

    .innerBoxTopLinks .topLinksLink {
        font-family: Stockholm type;
        font-size: 18px;
        color: #444;
        line-height: 54px;
    }

.topLinksAlfa, .topLinksBeta, .topLinksGamma {
    height: 50px;
    line-height: 50px
}

/* --- Error alerts --- */
.page-alert {
    margin-right: 5px;
    margin-left: 15px
}

.alert-danger-news {
    margin-right: 47px
}

/* --- Modal crisis --- */
#globalCrisisDialog .modal-header {
    background-position-x: 10px;
    background-position-y: 20px;
    border: 0
}

#globalCrisisDialog .modal-title {
    padding-left: 30px;
    line-height: 38px
}

#globalCrisisDialog .modal-content {
    background-color: #fee1dd;
    border: 0
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: auto;
        width: 60%;
        margin-top: 150px
    }
}

/* --- Crisis info --- */
.crisis-wrapper {
    padding-bottom: 0
}

/* --- Notifications --- */
.innerBoxAvisering {
    min-height: 600px;
    padding: 0;
    border-color: #e2e2e2
}

    .innerBoxAvisering > img {
        width: 100%;
        height: 579px
    }

/* --- Contact --- */
.preview-preamble:after {
    background: -webkit-linear-gradient(rgba(255,255,255,0), #eee)
}

.contactSchoolInfo {
    margin: 0px 15px 15px 15px;
}

.contactSchoolWrapper .contactSchoolName {
    list-style-type: none;
    background: #fff;
    padding: 35px 14px 35px 35px;
    margin-top: 5px;
    border: solid 1px #bababa;
    height: 250px
}

.contactSchoolWrapper .contactCards {
    overflow: hidden;
    margin: 30px -15px 0 -15px
}

@media (max-width:1230px) and (min-width:990px) {
    contactSchoolWrapper .contactCards {
        margin: 30px -15px 0 -5px
    }
}

.contactCardDivider {
    height: 1px;
    background: #ddd;
    margin: 10px 15px 30px 15px
}

.contactSchoolWrapper .contactCards .contactSchoolPlace {
    font-family: "Stockholm Type","Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #444
}

.contactSchoolWrapper .contactCards .contactSchoolTitle,
.contactSchoolWrapper .contactCards .contactSchoolPersonName,
.contactSchoolWrapper .contactCards .contactSchoolPhone,
.contactSchoolWrapper .contactCards .contactSchoolMail {
    line-height: 22px;
    margin-bottom: 10px
}

.contactSchoolPhone, .contactSchoolMail, .contactSchoolPersonName {
    display: inline;
}

.contactSchoolWrapper .contactCards .contactSchoolName .contactSchoolPersonName {
    word-wrap: break-word
}

.contactSchoolWrapper .clickable {
    cursor: pointer
}

.contactSchoolWrapper h4.ng-binding {
    margin-top: 15px
}

.contactSchoolWrapper .contactCards .contactTeacher {
    margin-left: 15px;
    margin-bottom: 30px;
    width: 98%;
}

.contactSchoolWrapper .tableContainer .header button {
    border: 0;
    padding: 12px 25px 12px 25px
}

.contactSchoolWrapper .tableContainer {
    margin-top: 15px;
    border-right: 1px solid #bababa;
    border-left: 1px solid #bababa;
    border-bottom: 1px solid #bababa
}

    .contactSchoolWrapper .tableContainer .infoSelect {
        background-color: #eee;
    }

        .contactSchoolWrapper .tableContainer .infoSelect p {
            float: left;
            padding-left: 24px;
            padding-top: 24px;
        }

        .contactSchoolWrapper .tableContainer .infoSelect .sendEmailContainer {
            float: right;
            padding-bottom: 0;
            padding-top: 2px;
        }

    .contactSchoolWrapper .tableContainer .header {
        background: #5d237d;
        overflow: hidden
    }

        .contactSchoolWrapper .tableContainer .header a {
            color: white;
            background-color: #eee;
        }

        .contactSchoolWrapper .tableContainer .header li button,
        .contactSchoolWrapper .tableContainer .header .tablistbutton {
            background: #5d237d;
            font-size: 20px;
            text-decoration: underline;
            color: white;
            padding-bottom: 1rem;
            padding-top: 1rem;
            font-family: "Stockholm Type","Open Sans",Helvetica,Arial,sans-serif;
        }

            .contactSchoolWrapper .tableContainer .header li.active button,
            .contactSchoolWrapper .tableContainer .header .tablistbutton.active {
                color: #5d237d;
                background-color: #eee;
                cursor: default;
                text-decoration: none;
                font-weight: 700;
            }

        .contactSchoolWrapper .tableContainer .header li:not(.active) {
            cursor: pointer;
        }

            .contactSchoolWrapper .tableContainer .header li:not(.active):hover,
            .contactSchoolWrapper .tableContainer .header li:not(.active):focus,
            .contactSchoolWrapper .tableContainer .header .tablistbutton:not(.active):hover,
            .contactSchoolWrapper .tableContainer .header .tablistbutton:not(.active):focus {
                background-color: #e4cff9;
            }

                .contactSchoolWrapper .tableContainer .header li:not(.active):hover button,
                .contactSchoolWrapper .tableContainer .header li:not(.active) button:focus,
                .contactSchoolWrapper .tableContainer .header .tablistbutton:not(.active):hover,
                .contactSchoolWrapper .tableContainer .header .tablistbutton:not(.active):focus {
                    color: #5d237d;
                    background-color: #e4cff9;
                }

.navbar-wizard {
    border-bottom: 0;
    margin-bottom: 6PX;
}

.navbar-wizard__nav-item {
    overflow-wrap: break-word;
    margin-right: 6px;
}

    .navbar-wizard__nav-item.active > a, .navbar-wizard__nav-item.active > a:hover {
        background-color: #eee;
    }

#groupStudents, #groupCaretakers, #students, #caretakers {
    border-top: 0;
}

#contactsData .navbar-wizard a {
    line-height: normal;
}

.dataTables_wrapper table tbody > .odd, .dataTables_wrapper table tbody > .even {
    height: 70px
}

.dataTables_wrapper table tbody > .odd {
    border-bottom: 1px solid #bababa
}

.dataTables_wrapper table tbody > .even {
    border-bottom: 1px solid #bababa
}

.tableContainer .dataTables_wrapper .dataTable {
    margin-top: 0
}

.tableContainer .dataTables_wrapper {
    padding-top: 0
}

    .tableContainer .dataTables_wrapper > table > thead > tr {
        height: 60px
    }

        .tableContainer .dataTables_wrapper > table > thead > tr > th:first-child {
            width: 1px !important
        }

        .tableContainer .dataTables_wrapper > table > thead > tr > th {
            cursor: pointer
        }

    .tableContainer .dataTables_wrapper > .dataTable > tbody > tr > td {
        padding: 0
    }

        .tableContainer .dataTables_wrapper > .dataTable > tbody > tr > td:last-child {
            text-align: right;
            padding: 0 18px 0 10px
        }

    .tableContainer .dataTables_wrapper > .dataTable > thead > tr > th:nth-child(2) {
        padding-left: 25px
    }

    .tableContainer .dataTables_wrapper > .dataTable tbody > tr > td > div > .row > .col-xs-6 {
        text-align: left;
        padding: 30px
    }
    /*.tableContainer .dataTables_wrapper > .dataTable tbody > tr > td > div > .row > .col-xs-6:nth-child(even) {border-left: 1px solid #bababa;}*/
    .tableContainer .dataTables_wrapper > .dataTable tbody > tr > td > div > .row > .col-xs-6 {
        border-bottom: 1px solid #bababa;
    }

    .tableContainer .dataTables_wrapper > .dataTable tbody > tr > td > div > .row > .p-caretakersTable:nth-child(2) {
        border-right: 1px solid #bababa;
    }

.tableContainer > div > ul > li {
    box-shadow: none !important;
    border-color: #5d237d !important;
}

.p-parentTable {
    height: 300px;
}

#groupStudents_wrapper > #groupStudents > thead > tr > th:last-child {
    text-align: right;
    padding-right: 10px;
}

#students_wrapper > #students > thead > tr > th:last-child {
    text-align: right;
    padding-right: 10px;
}

#caretakers_wrapper > #caretakers > thead > tr > th:last-child {
    text-align: right;
    padding-right: 10px;
}

#groupCaretakers_wrapper > #groupCaretakers > thead > tr > th:last-child {
    text-align: right;
    padding-right: 10px;
}

.caretakersTable {
    margin-left: -11px;
    margin-right: -19px;
    border-bottom: 1px solid #bababa;
}

    .caretakersTable .address-table td, .parentTable .address-table td {
        padding: 0;
    }

        .caretakersTable .address-table td:first-child, .parentTable .address-table td:first-child {
            padding-right: .25em;
        }

.parentTable {
    border-bottom: 1px solid #bababa;
    margin-left: -11px;
}

.p-parentTable:nth-child(odd) {
    border-right: 1px solid #bababa;
}

.p-caretakersTable {
    height: 300px;
    border-right: 1px solid #bababa;
}

.p-caretakersTable-bigger {
    height: 355px;
    border-right: 1px solid #bababa;
}

#groupCaretakers thead tr th,
#caretakers thead tr th {
    padding-right: 10px;
}

    #groupCaretakers thead tr th:first-child,
    #caretakers thead tr th:first-child {
        padding-right: 0;
    }
    /*.tableContainer .dataTables_wrapper > .dataTable tbody > tr > td > div > .row > .col-xs-6 {
        border-bottom: 1px solid #bababa;
        transform: translateX(1%);
    }*/
    /*.tableContainer .dataTables_wrapper > .dataTable tbody > .selectedRow {background:#eee!important}*/
    #groupCaretakers thead tr th.sorting_asc::before,
    #groupStudents thead tr th.sorting_asc::before,
    #caretakers thead tr th.sorting_asc::before,
    #students thead tr th.sorting_asc::before {
        content: "\25b2";
    }

    #groupCaretakers thead tr th.sorting_desc::before,
    #groupStudents thead tr th.sorting_desc::before,
    #caretakers thead tr th.sorting_desc::before,
    #students thead tr th.sorting_desc::before {
        content: "\25bc";
    }

.dataTables_wrapper .dataTables_empty {
    text-align: left !important;
    padding: 20px 20px 20px 25px !important
}

.contactSchoolWrapper .tableContainer .buttonStudentActive,
.contactSchoolWrapper .tableContainer .buttonCaretakersInactive {
    background-color: #5d237d;
    border-color: #5d237d;
    color: #fff
}

.contactSchoolWrapper .tableContainer .buttonStudentInactive,
.contactSchoolWrapper .tableContainer .buttonCaretakersActive {
    background: #fff;
    color: #333
}

.contactSchoolWrapper .tableContainer .dt-loading > h3 {
    padding: 25px
}

.loader-center {
    display: block;
    margin: 0 auto;
    width: 60px
}

.loader-vertical-centered {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999 !important;
    background-color: rgba(255,255,255,.7);
    display: flex;
    justify-content: center;
    align-content: center;
}

.loader-backdrop {
    background-color: transparent;
}

.loadingArchiveNews {
    height: 100px;
}

.panel-body.loader-margin {
    margin-bottom: 62px;
}

.contactSchoolWrapper .groupContainer {
    margin-top: 40px;
    margin-bottom: 30px
}

    .contactSchoolWrapper .groupContainer > h4 {
        margin-bottom: 30px
    }

    .contactSchoolWrapper .groupContainer > label {
        margin-bottom: 10px
    }

#footerApp ul {
    list-style: none
}

.contactSchoolWrapper .tableContainer .header .headerButtons .right .sendEmailToGuardians,
.contactSchoolWrapper .tableContainer .sendEmailContainer {
    padding: 0px 30px 0px 25px;
    line-height: 47px;
    padding-bottom: 16px;
}

.contactSchoolWrapper .tableContainer #groupCaretakers_wrapper,
.contactSchoolWrapper .tableContainer #caretakers_wrapper {
    padding-bottom: 0;
}

.contactSchoolWrapper .tableContainer .sendEmailContainer a {
    color: #fff;
    background-color: #5d237d;
    border-color: #5d237d;
    border: 0;
    padding: 12px 25px 12px 25px;
}

.contactSchoolWrapper .tableContainer .header .headerButtons .left {
    float: left
}

.headerGuardianInfo {
    text-align: left;
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
}

.mainAddress {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
    margin-left: -9px
}

.button-nostyles {
    border: 0;
    background-color: transparent;
}
/* --- Contact GDPR --- */
.contactSchoolWrapper .contactCards .contactSchoolMail a {
    word-break: break-all;
    line-height: inherit
}

.tableContainer .dataTables_wrapper > .dataTable > tbody > tr > td:nth-child(2) {
    padding-left: 25px
}

.contactPartial {
    margin-top: -20px
}

    .contactPartial .myContactInfoContainer .row .btn {
        border: 0;
        padding: 8px 20px 8px 20px;
        margin-left: -15px;
        background-color: #5d237d;
        border-color: #5d237d;
        color: #fff
    }

        .contactPartial .myContactInfoContainer .row .btn:hover {
            background-color: #742c9c
        }

.dateDescription-Details p {
    margin-bottom: 0;
}

.btn-dark {
    background-color: #5d237d;
    border-color: #5d237d;
    color: #fff;
    margin: 15px 0 0 0;
    padding-left: 10px;
}

    .btn-dark:hover {
        background-color: #742c9c;
        color: #fff
    }

.contactSchoolWrapper .myContactInfoContainer h5 {
    font-family: "Stockholm Type","Open Sans",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 900
}

.contactSchoolWrapper .checkBoxGroup .checkInfo {
    padding: 5px 0 5px 0
}

.contactSchoolWrapper .checkBoxGroup .linkToMyPages a, .contactSchoolWrapper .PersonalInformationLinkText a {
    padding: 15px 0;
    display: inline-block;
}

.contactSchoolWrapper .checkBoxGroup label {
    margin-bottom: 0;
    padding-left: 4px;
}

.contactSchoolWrapper .myContactInfoContainer .checkBoxGroup .info-bar .alert {
    margin: 25px 0px 30px -15px
}

.parentTable {
    border-left: 1px solid #bababa;
}
/* Responsive Contact GDPR table */
@media only screen and (max-width: 1000px) {
    .p-parentTable:nth-child(even) {
        border-right: 1px solid #bababa;
    }

    .tableContainer .dataTables_wrapper > .dataTable > tbody > tr > td > div {
        margin-top: -6px;
    }

    .mainAddress {
        display: none;
    }

    .p-caretakersTable-bigger {
        height: 660px;
        border-right: 1px solid #bababa;
        border-left: 1px solid #bababa;
        border-top: 1px solid #bababa;
    }

    .p-parentTable {
        height: 400px;
        width: 100%
    }

    .p-caretakersTable {
        border-right: 1px solid #bababa;
        border-left: 1px solid #bababa;
        height: 400px;
        width: 100%;
        border-top: 1px solid #bababa;
    }

    .sendEmailToGuardians {
        margin-right: 55px;
    }

    .dataTables_wrapper .dataTable, .dataTables_wrapper .dataTable thead td, .dataTables_wrapper .dataTable thead th {
        table-layout: fixed
    }

        .dataTables_wrapper .dataTable tbody td, .dataTables_wrapper .dataTable tbody th {
            word-wrap: break-word
        }

    .dataTable thead, .dataTable tbody, .dataTable th, .dataTable td, .dataTable tr {
        display: block
    }

    .dataTables_wrapper table tbody > .odd, .dataTables_wrapper table tbody > .odd,
    .dataTables_wrapper table tbody > .odd, .dataTables_wrapper table tbody > .even {
        height: inherit;
        border: 0;
        border-bottom: 0.01rem solid #c5c5c5
    }

    .tableContainer .dataTables_wrapper > .dataTable > tbody > tr > td {
        padding: 5px 0px 5px 20px !important
    }

    .dataTable tr .ng-scope {
        padding-left: 25px;
        padding-bottom: 5px;
        padding-top: 5px
    }

    .tableContainer .dataTables_wrapper > .dataTable .icon-plus.clickable {
        position: relative;
        top: -100px;
        right: 10px
    }

    .tableContainer .dataTables_wrapper > .dataTable .icon-minus.clickable {
        position: relative;
        top: -100px;
        right: 10px
    }

    .dataTable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    table.dataTable, table.dataTable.no-footer {
        margin: 0
    }

    .dataTables_wrapper {
        padding: 0 !important
    }

    .contactSchoolWrapper .tableContainer {
        border: 0 !important
    }

    .contactSchoolWrapper .loader-center {
        margin-bottom: 30px
    }

    .tableContainer .dataTables_wrapper > .dataTable tbody > .odd tr td:first-child,
    .tableContainer .dataTables_wrapper > .dataTable tbody > .even tr td:first-child {
        display: none
    }

    .tableContainer .dataTables_wrapper > .dataTable tbody > .selectedRow tr td:first-child {
        display: block
    }

    .tableContainer .dataTables_wrapper > .dataTable tr .ng-scope {
        padding: 0
    }

        .tableContainer .dataTables_wrapper > .dataTable tr .ng-scope .row div.ng-binding {
            padding: 10px 10px 20px 40px
        }

        .tableContainer .dataTables_wrapper > .dataTable tr .ng-scope .row {
            margin-right: 0px;
            margin-left: -20px;
            margin-bottom: 0px
        }

    .tableContainer .dataTables_wrapper > .dataTable tbody > tr > td > div > .row > .col-xs-6 {
        padding: 5px 10px 5px 15px
    }

    .tableContainer .dataTables_wrapper > .dataTable tbody > .selectedRow tr {
        border-bottom: 1px solid #e6e3e3;
    }
}

/* --- Aviseringar web part --- */
.contentNotification {
    padding: 0
}

.notificationContainer {
    padding: 25px 0 0 10px
}

.notificationContainer {
    padding: 0
}

.notificationItem {
    overflow: hidden;
    padding-top: 15px
}

.notificationContainer .notificationStatus.read,
.notificationContainer .notificationStatus.notread {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 8px;
}

.notificationContainer .notificationHeader .notificationStatus.read,
.notificationContainer .notificationHeader .notificationStatus.notread {
    left: 0;
}

.notificationContainer .notificationStatus.read {
    background-color: gainsboro
}

.notificationContainer .notificationStatus.notread {
    background-color: orange
}

.notificationContainer .notificationText {
    margin-right: 10px
}

.notificationContainer .notificationHeader {
    cursor: pointer
}

    .notificationContainer .notificationHeader .read {
        font-weight: normal
    }

    .notificationContainer .notificationHeader .notread {
        font-weight: bold
    }

.notificationContainer .notificationTitle {
    color: #0664aa;
    text-decoration: underline;
    font-family: "Stockholm Type","Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

    .notificationContainer .notificationTitle:hover {
        text-decoration: none;
    }

.notificationContainer .notificationDetails {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px
}

ul.notificationList {
    padding-left: 0;
}

.notificationContainer .notificationSystem, .notificationContainer .notificationAgo {
    display: block;
    font-size: 0.86rem;
    color: #3e414d;
}

.notificationContainer .notificationSystem {
    padding: 5px 0 5px 0
}

/* --- Aviseringar full page --- */
.notificationBorder {
    margin-bottom: 6px;
}

.notificationFullContainer .notificationBox {
    margin-left: 10px;
    margin-top: -25px
}

.notificationFullContainer .notificationTitle {
    font-size: 20px
}

.notificationFullContainer .notificationDetails {
    font-family: Stockholm type;
    color: #a3a3a3;
    font-size: 19px;
    margin-left: 12px;
}

.notificationFullContainer .notificationSystem,
.notificationFullContainer .notificationAgo {
    font-size: 0.86rem
}

.aviPageCount {
    margin-left: 15px;
    margin-top: 25px
}

.notificationContainer .alert {
    margin: 20px
}
/*Accessability*/
.last-updated {
    /*font-size: .8125rem;*/
    line-height: 1.23077;
    font-weight: 700;
    max-width: 100% !important;
    overflow: hidden;
}

.article-body {
    padding-bottom: 1.5rem;
    /*max-width: 35.25rem;*/
    padding-top: 3.5rem;
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
}

@media (min-width: 56.25em) {
    .site-main .containerUpdateTime, .site-secondary .containerUpdateTime {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (min-width: 56.25em) {
    .site-main .article-body {
        margin-left: 98px;
        margin-right: 74px;
    }
}

@media (min-width : 1024px )and (max-width: 1024px) {
    .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/*Remove white space for ipad*/
@media (max-width:768px) {
    .contactSchoolWrapper .tableContainer .infoSelect p {
        float: none;
        padding-bottom: 2px;
    }

    .contactSchoolWrapper .tableContainer .infoSelect .sendEmailContainer {
        float: none;
        padding-bottom: 20px;
    }

    #ThrottleApp {
        margin-top: unset !important;
    }

    .breadcrumb.breakbrumb--absolute-navigation {
        /*margin-top: unset !important;*/
        display: contents;
    }

    .col-md-12 col-sm-12 col-xs-12 m-t {
        margin-top: unset !important;
    }

    .bookingApp .row {
        margin-bottom: 0px;
    }

    .bookingApp {
        min-height: unset;
    }

    .matsedelInnerRSS {
        padding: 10px 15px 0 15px;
    }

    .calendarApp {
        min-height: unset
    }

    .pageContentText {
        margin: 1px 0 1px 0;
    }

    .pageImage {
        margin-top: 16px;
    }

        .pageImage .pageImageHeader {
            height: 180px;
        }

    .newsArchiveBox {
        min-height: unset;
    }

    .footer-logo {
        padding-top: 5px;
    }

    .page-subheader {
        font-size: 20px;
        color: #bebebe;
        padding: 0px;
    }

    .row-footer-top-60 {
        margin-top: 20px;
    }

    .page-header-bottom-12 {
        margin: 1px 0 1px 0;
    }

    .page-header-top-50 {
        margin-top: 14px
    }

    .innerBoxTransparent {
        background-color: transparent;
        border: 1px;
        padding: 0 15px 8px 0;
    }

    .mainBox {
        padding: 0 0 10px 15px
    }

    .toprow {
        padding: 0px
    }

    .calenderEvent > .dateDescription-Details {
        min-width: 420px;
    }

    .documentAppWrapper {
        min-height: unset;
    }

    .card-columns {
        padding-bottom: .75rem;
    }

    .pageContentText hr {
        margin: 0 0 10px 0;
    }

    .pageContentAuthorName {
        margin-bottom: 0;
    }

    .dateBox-Details-Right {
        padding-left: 50px;
    }

    .article-body {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width:652px) {
    .dateBox-Details-Right {
        padding-left: 0;
    }
}

@media print {
    .noprint, .noprint *,
    .printFilterFunction {
        display: none !important;
    }

    article.contentCalendarium .dateDescription {
        display: inline;
        position: relative;
        top: 20px;
    }

    .calenderEvent {
        float: initial;
    }

    .notificationContainer {
        padding-left: 30px;
    }

    .print-noleftpadding {
        padding-left: 0;
    }

    #calenderPartialApp {
        padding-right: 15px;
    }
}

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/*WAVE*/
#navbar {
    font-weight: bold;
}

    #navbar > ul > li.active > a {
        color: black;
    }

    #navbar > ul > li > a:hover {
        color: black;
    }

#selectedChild {
    font-weight: bold;
    color: #5d237d;
}

#dropdownMenu1:visited {
    color: #5d237d;
}

#students > thead > tr > th:first-child {
    visibility: hidden;
}

#caretakers > thead > tr > th:first-child {
    visibility: hidden;
}

#groupStudents > thead > tr > th:first-child {
    visibility: hidden;
}

#groupCaretakers > thead > tr > th:first-child {
    visibility: hidden;
}

.mb-10 {
    margin-bottom: 10px;
}
/*styleguide 3.1.0*/
@media only screen and (max-width: 990px) {
    .date-picker-table {
        margin-left: 40px !important;
    }
}

#startDate-today-but, #endDate-today-but {
    width: auto;
}

.newsItemContent {
    margin: 5px 0px 0px 5px;
}

.panel-primary > .panel-heading a {
    color: white;
}

.imageCanvas {
    display: block;
    margin: 10px;
}

.croped-image canvas {
    position: relative;
    width: 100%;
}

.embedded-youtube {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .embedded-youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.croped-image .imageCanvas {
    margin: 0px;
}

.image-description,
.embedded-youtube-description {
    text-align: center;
}

.panel-heading *:focus,
.navbar-wizard *:focus,
.mainBoxTopLinks .btn-primary:focus {
    outline-color: #fcca32 !important;
}

a {
    text-decoration: underline !important;
}

    a:hover {
        text-decoration: none !important;
    }

    a .newsItemWrapper h2,
    a .newsItemWrapper h3 {
        text-decoration: underline;
    }

    a:hover .newsItemWrapper h2,
    a:hover .newsItemWrapper h3 {
        text-decoration: none;
    }

.dropdown-toggle:focus {
    outline: #0664aa solid .1875rem;
    outline-offset: -2px;
}

a[role=button] {
    text-decoration: none !important;
}

    a[role=button]:hover {
        text-decoration: underline !important;
    }

main {
    margin-bottom: 2rem;
}

.dropdownlogin > a {
    white-space: normal;
}

@media only screen and (max-width: 768px) {
    .focus, .focus + label, :focus, :focus + label {
        outline-offset: 0.2rem !important;
    }
}

.alert h2 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.alert h3 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.alert .subheading {
    display: block;
    font-size: 0.9rem;
    /*margin-left: 2px;*/
}

.alert h2+.subheading { margin-top: -10px; }
.alert h3+.subheading { margin-top: -10px; }

.alert p.message {
    margin: 1rem 0;
    margin: 0;
}

.alert .subheading + p.message {
    margin-top: 0.5rem;
}
