﻿.credits, .license {
    text-align: center;
    margin: 10px;
}

h1, h2, h3, h4 {
    display: inline-block;
}

.cursor-pointer {
    cursor: pointer;
}

html.fixed .header {
    z-index: 1040 !important;
}

.overlay-top {
    height: 114px;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1045;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

select#school, select#subscribedSchools {
    width: 100%;
}

.page-header {
    z-index: 1039 !important;
}

    .page-header .breadcrumbs .kk-breadcrumb {
        background: rgb(38, 50, 56) !important;
        outline: none;
        position: relative;
    }

        .page-header .breadcrumbs .kk-breadcrumb:hover {
            background: rgb(45, 59, 66) !important;
        }

.js-intro-login-language {
    color: inherit;
}

.modal {
    z-index: 1050;
}

.inline-display {
    display: inline-block;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group.h32 {
    min-height: 32px;
}

.btn.btn-success.js-intro-withdrawal-submit {
    margin-right: 15px;
    margin-top: 15px;
}

.contact-table > tbody > tr > td {
    width: 50%;
}

.inline-display-info {
    width: 30%;
}

.inline-display {
    width: 50%;
}

.panel-body a.guide-link {
    margin-top: -10px;
    font-size: 20px;
}

.pl-15 {
    padding-left: 15px;
}

.body-sign .panel-sign .panel-title-sign .forgotpassword-title {
    font-size: 1.1rem;
}


/*loginpage style start*/
html {
    background-color: #f2f2f2;
}

.login-back, .register-back, .forgot-password-back {
    height: 100vh;
    position: relative;
}

.login-back-top, .register-back-top, .forgot-password-back-top {
    height: 30%;
    width: 100%;
    background-color: #0090da;
    text-align: center;
}

    .login-back-top img, .register-back-top img, .forgot-password-back-top img {
        width: auto;
        height: 40%;
        margin-top: 24px;
        opacity: 0.8;
    }

@media screen and (max-width:768px) {
    .login-back-top img, .register-back-top img, .forgot-password-back-top img {
        width: auto;
        height: 20%;
        margin-top: 16px;
        opacity: 0.8;
    }
}

.login-back-bottom, .register-back-bottom, .forgot-password-back-bottom {
    height: 70%;
    width: 100%;
    background-color: #f2f2f2;
}

.login-back .login-box, .register-back .register-box, .forgot-password-back .forgot-password-box {
    width: 450px;
    padding-bottom: 50px;
    margin: -80px 0 0 -225px;
    background-color: white;
    position: absolute;
    top: 30%;
    left: 50%;
    -moz-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    -webkit-box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    box-shadow: 0 5px 5px rgba(182, 182, 182, 0.75);
    text-align: center;
}

.forgot-password-back .forgot-password-box {
    height: unset !important;
    padding-bottom: 50px;
}

    .login-back .login-box h2, .register-back .register-box h2, .forgot-password-back .forgot-password-box h2 {
        color: #0090da;
        font-weight: bold;
        margin-top: 55px;
    }

    .login-back .login-box form, .register-back .register-box .register-box-content, .forgot-password-back .forgot-password-box .forgot-password-box-content {
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }

        .login-back .login-box form .btn-login, .register-back .register-box .btn-signin {
            border-radius: 0;
            color: white;
            background-color: #0090da;
            margin-bottom: 20px;
        }

.btn-skip {
    border-radius: 0;
    background-color: #dddddd;
    margin-bottom: 20px;
}

.register-back .register-box .btn-continue, .forgot-password-box .btn-send {
    border-radius: 0;
    color: white;
    background-color: #0090da;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 30px;
}


.register-back select {
    border-bottom: 2px solid #0090da;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    border-radius: 0;
    font-size: 15px;
}

guide-link-position, .guide-link {
    position: relative;
    top: 5px;
    float: right;
    right: 10px;
    font-size: 20px;
}

/*language on frontend*/
.register-back .language, .login-back .language, .forgot-password-back .language {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 60px;
}

.language ul {
    padding: 0;
    text-align: left;
}

    .language ul li a:hover, .language ul li .active {
        font-weight: bold;
        text-decoration: none;
    }

    .language ul li {
        font-size: 16px;
    }


        .language ul li a {
            color: inherit;
            font-size: 16px;
            width: 23px;
            display: inline-block;
        }

.mywallet-login .language ul li {
    color: white;
}

.register-back .language ul li a, .login-back .language ul li a, .forgot-password-back .language ul li a {
    color: #0090da !important;
}

.language ul {
    text-align: center;
    white-space: nowrap;
}

.register-back .language ul, .login-back .language ul, .forgot-password-back .language ul {
    text-align: left !important
}

.language ul li {
    cursor: pointer;
    display: inline;
}

    .language ul li a:focus {
        font-weight: bold !important;
        text-decoration: none;
    }

.language-selector {
    margin-top: 17px;
    font-size: 18px;
}

    .language-selector .language ul li a {
        color: black !important;
        font-size: 18px;
    }

.language-skolepenge-frontpage {
    /*color: #fff;*/
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    margin-top: 6px;
}

    .language-skolepenge-frontpage .language ul li a {
        color: #0090da;
        font-size: 16px;
        width: 23px;
        display: inline-block;
    }

.language-htk-frontpage {
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 20px;
    margin-top: 6px;
}

.notifications {
    margin: 4px 0px 0px 20px;
}

.front-page-box {
    min-height: 140px;
}

.panel-featured-primary {
    padding: 0px;
}

.panel-height-140 {
    height: 140px;
}

.panel-height-min-140 {
    min-height: 140px;
}

.spacer {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 15px 0;
}

.fa-spin, .glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*Input fields*/
.input-group-icon input.form-control:first-child, .input-group-icon input.form-control:last-child, .input-search input.form-control:first-child, .input-search input.form-control:last-child {
    border-radius: 0;
    border: unset;
    border-bottom: 2px solid #0090da;
}

.input-group-addon {
    min-width: 40px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: unset;
    -o-transition: none;
    transition: none;
}

    .form-control:focus {
        box-shadow: none;
    }

input.blue-text[type=text], input.blue-text[type=password] {
    color: #0090da;
}

.input-group-icon input.form-control, .input-search input.form-control {
    font-size: 15px;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #0090da;
    background-image: none;
    color: white;
}
/*loginpage style end*/


/*LAUNDRY STYLE*/
.laundry {
    margin: 0;
}

.h4-laundry {
    font-size: 1.6rem;
    font-weight: 600;
}

.form-laundry {
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #737373;
    margin: 15px auto;
}

    .form-laundry::placeholder {
        color: #a1a1a1 !important;
    }

.id-form {
    width: 100%;
}

.btn-outline-blue {
    border-radius: 0px;
    border: 1px solid #0090da;
    background-color: transparent;
    color: #0090da;
}

    .btn-outline-blue:hover {
        background-color: #0090da;
        color: #f4f4f4;
    }

    .btn-outline-blue:focus {
        color: #0090da;
    }

        .btn-outline-blue:focus:hover {
            color: #f4f4f4;
        }

    .btn-outline-blue:active {
        color: #0090da;
    }


    .btn-outline-blue.active {
        background-color: #0090da;
        color: #f4f4f4;
    }

.btn-blue {
    border-radius: 0px;
    border: 1px solid #0090da;
    background-color: #0090da;
    color: #f4f4f4;
    width: 25%;
}

    .btn-blue:hover {
        background-color: #f4f4f4;
        color: #0090da;
    }

    .btn-blue:active, .btn-blue:focus {
        background-color: #0090da;
        color: #f4f4f4;
    }

.btn-red {
    border-radius: 0px;
    border: 1px solid #ab0000;
    background-color: #ab0000;
    color: #f4f4f4;
    width: 25%;
}

    .btn-red:hover {
        background-color: #f4f4f4;
        color: #ab0000;
    }

    .btn-red:active, .btn-red:focus {
        background-color: #ab0000;
        color: #f4f4f4;
    }

.btn-wide {
    min-width: 160px;
    padding-left: 50px;
    padding-right: 50px;
}

.active-link {
    text-decoration: underline;
    color: #737373;
}
/* Calendar */

.fc .fc-widget-header {
    display: none;
}

.fc-day-content {
    display: none;
}

.fc-content thead .fc-last .fc-first {
    width: 30px !important;
}

.fc-border-separate {
    width: 375px !important;
}

.fc-header {
    width: 375px !important;
    float: right;
}

.fc-event-inner {
    height: 30px;
}

.fc-event-title {
    display: none;
}

.fc-event-time {
    display: none;
}

.fc-widget-header, .fc-widget-content {
    border: none;
}

.fc-week .fc-day div {
    min-height: 30px !important;
    padding: 2px 10px;
}


.fc-content {
    float: right;
}

.fc-header-right .btn-group {
    display: none;
}

    .fc-header-right .btn-group.mt-sm.mr-md.mb-sm.ml-sm {
        display: block;
    }

.fc .fc-header-title h2:before {
    display: none;
}

.fc .fc-header-title h2 {
    color: #0090da;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    float: none;
}

.btn-default {
    color: #0090da;
    background-color: transparent;
    border: none;
    border-radius: 0px !important;
}

.btn-min-width {
    min-width: 120px;
}
/*Calendar end*/

.reservation-box {
    margin-top: 10px;
    background-color: #f2f2f2;
    padding-bottom: 10px;
    position: relative;
}


.weeks {
    width: 100px;
}

.red-reservation {
    background-color: #f26c4f;
    min-height: 25px;
}

.blue-reservation {
    background-color: #7da7d9;
    min-height: 25px;
}

.yellow-reservation {
    background-color: #fff799;
    min-height: 25px;
}

.grey-reservation {
    background-color: #a1a1a1;
    min-height: 25px;
}

.table > tbody > tr > td {
    border-top: 1px solid #f4f4f4;
}

.table-row {
    margin-top: 10px;
}

.mt-9 {
    margin-top: 5px;
    margin-bottom: 32px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pb-26 {
    padding-bottom: 26px !important;
}


/*Checkbox style*/
/*.checkbox {
    width: 20px;
    margin: 0px 50%;
    position: relative;
}

    .checkbox label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        left: -12px;
        background: #0090da;
        border: 1px solid #0090da;
    }

        .checkbox label:after {
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            top: 6px;
            left: 6px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            transform: rotate(-45deg);
        }

        .checkbox label:hover::after {
            opacity: 0.5;
            border-color: #0090da;
        }

    .checkbox input[type=checkbox]:checked + label:after {
        border-color: #fff;
        opacity: 1;
    }*/

.laundry-modal.modal-dialog {
    width: 25%;
}

.text-red {
    color: #ab0000;
}

.icon-size {
    font-size: 1.5em;
}

/*LAUNDRY STYLE END*/


/*Choose Creditcard*/

.cards-size {
    height: 120px;
    width: auto;
    margin-bottom: 20px;
    padding: 2px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-20 {
    margin-left: 20px;
}

.display-block {
    display: block;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.card-label > input {
    visibility: hidden;
    position: absolute;
}

    .card-label > input + img {
        cursor: pointer;
        border: 2px solid transparent;
    }

    .card-label > input:checked + img {
        border: 2px solid #0088cc;
        border-radius: 20px;
        -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
    }

.checkbox-deposit:last-child, .checkbox-deposit:last-of-type {
    margin-left: 15px;
    margin-top: 10px;
}

label.card-error {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    display: block;
}

label.amount-error {
    margin-bottom: 5px;
    font-size: 13px;
    text-align: center;
    display: block;
}

label.blue-header {
    color: #08c;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.input-center {
    margin: 0 auto;
}

label.agreeterms-error {
    margin-bottom: 5px;
    font-size: 13px;
    margin-left: 15px;
}

.inline {
    display: inline-block;
}

.card {
    padding-top: 7px;
}

.card-image {
    width: 40px;
    height: auto;
}

.break-line {
    display: block;
}

.system-headline {
    text-align: center;
}

.play-video-btn {
    margin-top: 20px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

    .play-video-btn:hover {
        background: #004881;
    }

.video-wrapper {
    /*overflow: hidden;*/
    display: flex;
    flex-flow: column;
    position: relative;
}

.video-controls {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
}

.video-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /*border: 1px solid #ccc;*/
    text-align: center;
    line-height: 30px;
    float: right;
    margin: 10px 5px;
    color: #eee;
    box-sizing: content-box;
    cursor: pointer;
    font-size: 14px;
    transition: color 250ms, background 250ms, border 250ms;
}

    .video-btn:hover,
    .video-btn.active {
        color: #fff;
        /*border-color: #fff;*/
        background: rgba(255, 255, 255, 0.2);
    }

    .video-btn .inner-pulse {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: absolute;
        background: rgba(255, 255, 255, 0.2);
        animation: pulse 1s infinite linear;
        top: 0;
        left: 0;
    }

    .video-btn.active .inner-pulse {
        display: none;
    }

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/*xs mobile portrait*/
@media (min-width: 1px) and (max-width: 767px) and (orientation:portrait) {
    .login-back .login-box, .register-back .register-box, .forgot-password-back .forgot-password-box {
        width: 90%;
        margin: 0;
        top: 10%;
        left: 5%;
    }
}

/*xs mobile landscape*/
@media (min-width: 1px) and (max-width: 767px) and (orientation:landscape) {
    .login-back .login-box, .register-back .register-box, .forgot-password-back .forgot-password-box {
        width: 90%;
        margin: 0;
        top: 20%;
        left: 5%;
    }
}

/* iOS Switches */
.switch.switch-xs .ios-switch {
    height: 17px;
    width: 47px;
}

    .switch.switch-xs .ios-switch .handle {
        height: 13px;
        width: 13px;
    }

    .switch.switch-xs .ios-switch .on-background {
        background: #2fa700;
    }

    .switch.switch-xs .ios-switch .state-background {
        border: 2px solid #d00000;
        background: #d00000;
    }


.profile-logout-form {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.profile-logout-button {
    border: none;
    background-color: transparent;
    width: 100%;
    margin: 0;
    text-align: left;
}

    .profile-logout-button:hover {
        background: #08c;
        color: #fff;
    }


.warning-label {
    color: #d42e00;
    font-weight: 600;
    margin: 4px 0;
    display: inline-block;
}

    .warning-label:active,
    .warning-label:focus,
    .warning-label:hover {
        color: #ff3700;
    }


.content-body {
    min-height: inherit;
}

.fa {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    vertical-align: middle;
}

ul.nav-main li .fa {
    width: 1.1em;
    margin-right: 0.5em;
}

html.sidebar-left-collapsed .sidebar-left .nav-main a .fa {
    visibility: visible;
}

.page-header .breadcrumbs .fa {
    vertical-align: middle;
}

.skip-to-content {
    height: 0px;
    overflow: hidden;
    display: block;
    color: #000000 !important;
}

ul.nav-main li .nav-children li a {
    padding: 6px 15px 6px 32px;
}

.page-tools {
    /*display: inline-block;*/
    float: left;
}

.header-button {
    margin-top: 10px;
    background: #f6f6f6;
    color: #222;
    margin-right: 8px;
    min-width: 46px;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

    .header-button:hover {
        background: #21262d;
        color: #fff;
    }

    .header-button:focus {
        background: #21262d;
        color: #fff;
        border: 2px solid #fff !important;
    }

    .header-button .fa {
        font-size: 18px;
    }

.header-button-text {
    text-transform: uppercase;
    margin-left: 4px;
    font-size: 12px;
    font-weight:600;
}

@media screen and (max-width:1440px) {
    .header-button-text {
        display: none;
    }
}

.page-tools-language {
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    margin-top: 10px;
    background: #f6f6f6;
    color: #222;
    position: relative;
}

    .page-tools-language ul li:nth-child(2) {
        display: none;
    }

    .page-tools-language ul {
        display: flex;
    }

        .page-tools-language ul li:first-child {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .page-tools-language ul li:last-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .page-tools-language ul li {
            min-width: 50px;
        }

            .page-tools-language ul li a {
                color: #222;
            }

            .page-tools-language ul li:first-child {
                border-right: 1px solid #404040;
            }

            .page-tools-language ul li.active,
            .page-tools-language ul li:hover {
                background: #21262d;
            }

                .page-tools-language ul li.active a,
                .page-tools-language ul li:hover a {
                    color: #fff !important;
                    font-weight: bold;
                }

            .page-tools-language ul li a {
                padding: 6px;
                display: table;
                min-width: 50px;
            }