﻿.inline {
    display: inline-block;
    margin: 0 10px 0 0;
}

.form-control.search {
    width: 350px;
    height: 44px;
    border-radius: 4px;
    margin: 34px 0;
    font-size: 14px;
    color: #51626f;
}

.btn-select {
    width: 300px !important;
    height: 44px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    position: relative;
    top: -52px;
}

.btn-primary, .btn-secondary {
    font-weight: 400;
    font-family: museo,sans-serif;
    color: #fff;
    position: relative;
    top: -25px;
}

.btn-primary {
    font-size: 16px;
    width: 156px;
    height: 44px;
    border-radius: 25px;
    background: #00b9e4;
    padding: 12px 18px;
    border: 0;
}

    .btn-primary:hover {
        background: #00b9e4;
        cursor: pointer;
    }

.btn-secondary {
    text-decoration: underline;
    position: relative;
    left: 50px;
    top: -15px;
    font-size: 14px;
}

    .btn-secondary:hover {
        color: #fff;
        cursor: pointer;
    }

input {
    font-size: 14px;
    color: #51626f;
    font-weight: 400;
    font-family: museo,sans-serif;
}

button.btn span {
    margin-top: 10px;
    font-size: 14px;
    color: #51626f;
    font-weight: 400;
    font-family: museo,sans-serif;
    position: initial;
    padding: 2px 0 0 15px;
}

    button.btn span span {
        background: none;
        background-image: url("/Portals/0/Icons/icon-dropdown.svg");
        height: 44px;
        width: 44px;
        border: 0 !important;
        top: 2px !important;
        right: 0 !important;
        background-position: center !important;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #00b9e4;
    background: #fff;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    height: 34px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #00b9e4;
    background: #fff;
    text-decoration: underline;
}

.q-link {
    display: block;
    color: #72d8f0;
    text-decoration: underline;
    position: absolute;
    top: 85px;
}

    .q-link:hover, .q-link:visited {
        color: #72d8f0;
    }

.nav-tabs {
    border: 0;
}

    .nav-tabs > li {
        padding: 22px 15px 9px;
    }

.btn-default:hover {
    background: #f2f6f8;
    border: 0;
}

button.btn:hover span {
    color: #51626f;
    text-decoration: underline;
}

.text-overlay.q-search {
    background-color: #51626f;
}

@media(max-width:500px) {
    .inline {
        display: block;
        margin: 15px 0;
    }

    .form-control.search {
        margin: 64px 0;
    }

    .form-control.search, .btn-select {
        width: 100% !important;
    }

    .text-overlay.q-search {
        height: auto;
        min-height: 110px;
    }
}

.advaced-wrapper {
    background-color: #f2f6f8;
    font-family: museo,sans-serif;
}

    .advaced-wrapper .advanced-course-search {
        background-color: #51626f;
        padding: 32px 0 40px;
        margin-bottom: 40px;
    }

        .advaced-wrapper .advanced-course-search h2 {
            margin-top: 0;
            font-size: 30px;
            color: #fff;
        }

        .advaced-wrapper .advanced-course-search .btn-select {
            width: 100% !important;
            top: auto;
            left: auto;
            height: 44px;
        }

    .advaced-wrapper .course-list {
        padding: 22px 16px;
        margin-bottom: 15px;
        background-color: #fff;
        border: 1px solid #f2f6f8;
        border-bottom: 1px solid #00b9e4;
    }

        .advaced-wrapper .course-list .topic {
            color: #51626f;
            font-size: 14px;
            font-weight: 700;
        }

            .advaced-wrapper .course-list .topic .sep {
                color: #00b9e4;
                padding: 0 3px;
            }

        .advaced-wrapper .course-list .title-line .title {
            font-size: 20px;
            font-weight: 700;
            line-height: 24px;
            color: #00b9e4;
            float: left;
        }

        .advaced-wrapper .course-list .title-line .labels {
            float: right;
        }

            .advaced-wrapper .course-list .title-line .labels .icon {
                position: relative;
                top: -2px;
                margin-right: 4px;
            }

            .advaced-wrapper .course-list .title-line .labels .label-text {
                display: inline-block;
                min-width: 80px;
                color: #798e9c;
                font-size: 14px;
            }

                .advaced-wrapper .course-list .title-line .labels .label-text b {
                    font-size: 16px;
                    color: #51626f;
                }

            .advaced-wrapper .course-list .title-line .labels a.badge {
                padding: 10px 22px;
                border-radius: 24px;
                background-color: #0fb58f;
                font-size: 16px;
                margin-left: 15px;
            }

        .advaced-wrapper .course-list .delivery .label-text {
            display: inline-block;
            color: #798e9c;
            font-size: 14px;
            margin-right: 10px;
        }

            .advaced-wrapper .course-list .delivery .label-text .icon {
                display: inline-block;
                width: 16px;
                height: 16px;
                position: relative;
                top: 2px;
                margin-right: 2px;
            }

                .advaced-wrapper .course-list .delivery .label-text .icon.CR {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom.svg);
                }

                .advaced-wrapper .course-list .delivery .label-text .icon.VR {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-virtual-classroom-16.svg);
                }

                .advaced-wrapper .course-list .delivery .label-text .icon.CRVR {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom-virtual.svg);
                }

                .advaced-wrapper .course-list .delivery .label-text .icon.EL {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-elearning-16.svg);
                }

.course-details {
    background-color: #fff;
    margin-bottom: 100px;
}

    .course-details .heading {
        background-color: #798e9c;
        color: #fff;
        margin-bottom: 20px;
    }

        .course-details .heading .course-title {
            border-bottom: 1px solid #96a7b2;
            margin-bottom: 15px;
        }

            .course-details .heading .course-title h1 {
                font-size: 30px;
                line-height: 34px;
                font-weight: 500;
                color: #fff;
                margin: 30px 0;
            }

        .course-details .heading h3 {
            font-size: 20px;
            line-height: 1.2em;
            font-weight: 700;
            color: #fff;
        }

        .course-details .heading .details {
            margin-bottom: 4px;
        }

@media(max-width:450px) {
    .course-details .heading .details {
        display: flex;
    }
}

.course-details .heading .details .fixed {
    width: 185px;
    display: inline-block;
    background-color: rgba(244,244,244,.15);
    padding: 10px 18px;
    border-left: 4px solid #00bbe7;
    font-weight: 700;
}

@media(max-width:450px) {
    .course-details .heading .details .fixed {
        width: 166px;
        padding: 10px;
        margin-right: 4px;
    }
}

.course-details .heading .details .info {
    display: inline-block;
    width: calc(100% - 190px);
    background-color: rgba(244,244,244,.15);
    padding: 10px 18px;
}

@media(max-width:450px) {
    .course-details .heading .details .info {
        width: calc(100% - 171px);
        padding: 10px;
    }

        .course-details .heading .details .info > span {
            display: block;
        }
}

.course-details .heading .details .info .link {
    color: #fff;
    text-decoration: underline;
}

.course-details .heading .details.delivery-methods {
    display: flex;
}

    .course-details .heading .details.delivery-methods .fixed {
        margin-right: 4px;
    }

    .course-details .heading .details.delivery-methods .info .type {
        margin-right: 15px;
    }

@media(max-width:450px) {
    .course-details .heading .details.delivery-methods .info .type {
        display: block;
    }
}

.course-details .heading .details.delivery-methods .info .type .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

    .course-details .heading .details.delivery-methods .info .type .icon.CR {
        background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom-white-16.svg);
    }

    .course-details .heading .details.delivery-methods .info .type .icon.VR {
        background-image: url(/DesktopModules/Inventise.SSK/Images/icon-virtual-classroom-white-16.svg);
    }

    .course-details .heading .details.delivery-methods .info .type .icon.CRVR {
        background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom-virtual-white.svg);
    }

    .course-details .heading .details.delivery-methods .info .type .icon.EL {
        background-image: url(/DesktopModules/Inventise.SSK/Images/icon-elearning-white-16.svg);
    }

.course-details .heading .buttons {
    margin: 30px 0;
}

    .course-details .heading .buttons .btn {
        display: inline;
        font-size: 16px;
        width: auto;
        height: auto;
        border-radius: 25px;
        padding: 10px 30px;
        border: 0;
        font-weight: 500;
        font-family: museo,sans-serif;
        position: relative;
        top: auto;
        left: auto;
        text-decoration: none;
    }

@media(max-width:425px) {
    .course-details .heading .buttons .btn {
        display: block;
        margin: 0;
    }
}

.course-details .heading .buttons .btn.btn-primary {
    background-color: #0fb58f;
    color: #fff;
    margin-right: 15px;
}

@media(max-width:425px) {
    .course-details .heading .buttons .btn.btn-primary {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.course-details .heading .buttons .btn.btn-secondary {
    background-color: #fff;
    color: #51626f;
}

.course-details .heading .buttons .btn.btn-tertiary {
    background-color: #00b9e4;
    color: #fff;
    margin-right: 15px;
}

@media(max-width:425px) {
    .course-details .heading .buttons .btn.btn-tertiary {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.course-details .heading .course-logo {
    text-align: right;
    margin-top: 20px;
}

    .course-details .heading .course-logo .logo {
        background-color: #fff;
        max-width: 180px;
        border-radius: 10px;
    }

@media(max-width:425px) {
    .course-details .heading .course-logo {
        text-align: left;
        margin-bottom: 20px;
    }
}

.course-details .accordion {
    margin-bottom: 40px;
}

    .course-details .accordion h3 {
        font-size: 18px;
        padding: 20px 25px;
        background-color: #fff;
        border: 1px solid #e1e1e1;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
    }

        .course-details .accordion h3:after {
            content: '';
            background-image: url('/DesktopModules/Inventise.SSK/Images/icon-plus-16.svg');
            width: 16px;
            height: 16px;
            display: inline-block;
            position: absolute;
            right: 25px;
            top: 22px;
            transition: ease .3s;
            transform: rotate(45deg);
        }

        .course-details .accordion h3.collapsed:after {
            transform: rotate(0deg);
        }

    .course-details .accordion.bundle .panel {
        border-left: 5px solid #00b9e4;
        margin-bottom: 15px;
    }

        .course-details .accordion.bundle .panel .content {
            position: relative;
            background-color: #51626f;
        }

            .course-details .accordion.bundle .panel .content h3 {
                background-color: #51626f;
                color: #fff;
                font-size: 20px;
                font-weight: 700;
                border: none;
                padding-right: 50px;
            }

            .course-details .accordion.bundle .panel .content .buy-now {
                display: inline-block;
                position: absolute;
                right: 50px;
                top: 19px;
            }

@media(max-width:450px) {
    .course-details .accordion.bundle .panel .content .buy-now {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        padding: 0 15px 15px;
    }
}

.course-details .accordion.bundle .panel .content .buy-now .badge {
    float: right;
    position: relative;
    top: -7px;
    font-size: 16px;
    font-weight: 300;
    background-color: #0fb58f;
    padding: 10px 22px;
    border-radius: 24px;
    color: #f4f4f4;
}

@media(max-width:450px) {
    .course-details .accordion.bundle .panel .content .buy-now .badge {
        float: none;
        top: auto;
        display: block;
    }
}

.course-details .accordion.bundle .panel .content .price {
    float: right;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

@media(max-width:425px) {
    .course-details .accordion.bundle .panel .content .price {
        display: block;
        margin: 0;
        margin-top: 10px;
        text-align: center;
        float: none;
    }
}

.course-details .accordion.bundle .collapse .content, .course-details .accordion.bundle .collapsing .content {
    background-color: #51626f;
}

.course-details .accordion .collapse .content, .course-details .accordion .collapsing .content {
    padding: 20px 25px;
}

    .course-details .accordion .collapse .content .course, .course-details .accordion .collapsing .content .course {
        background-color: #fff;
        padding: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #66cce1;
    }

        .course-details .accordion .collapse .content .course .title, .course-details .accordion .collapsing .content .course .title {
            color: #00b9e4;
            font-size: 16px;
            font-weight: 700;
            width: 60%;
            display: inline-block;
        }

        .course-details .accordion .collapse .content .course .days, .course-details .accordion .collapsing .content .course .days {
            display: inline-block;
            width: 20%;
            text-align: right;
            float: right;
        }

        .course-details .accordion .collapse .content .course .location, .course-details .accordion .collapsing .content .course .location {
            display: inline-block;
            width: 20%;
        }

            .course-details .accordion .collapse .content .course .location .icon, .course-details .accordion .collapsing .content .course .location .icon {
                position: relative;
                top: -2px;
            }

.course-details .accordion .collapse.in .content, .course-details .accordion .collapsing.in .content {
    margin-bottom: 0;
}

.course-details .collapse .content, .course-details .collapsing .content {
    background-color: #f2f6f8;
    padding: 20px 25px;
}

.course-details .collapse.in .content, .course-details .collapsing.in .content {
    margin-bottom: 20px;
    border-bottom: 1px solid #798e9c;
}

h4.title {
    color: #00b9e4;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
}

    h4.title.white {
        color: #fff;
    }

@media(max-width:450px) {
    h4.title.white {
        color: #00b9e4;
    }
}

.related-content {
    position: relative;
    top: -150px;
}

@media(max-width:768px) {
    .related-content {
        top: auto;
    }
}

.related-content .course-section {
    padding: 10px 15px;
    border: none;
}

    .related-content .course-section.related {
        padding: 15px 15px 5px;
    }

    .related-content .course-section .course-title {
        display: block;
        margin: 0;
        margin-bottom: 15px;
        color: #51626f;
        position: relative;
    }

        .related-content .course-section .course-title .caret {
            background: none;
            background-image: url(https://ssk.inventise.ie/Portals/0/Icons/icon-UI-arrow-right-16.svg);
            background-repeat: no-repeat;
            background-position: top;
            height: 16px;
            width: 16px;
            border: 0;
            position: absolute;
            right: 15px;
            top: auto;
        }

    .related-content .course-section .course-list {
        padding: 10px 0 0;
    }

        .related-content .course-section .course-list .title-line {
            padding: 10px 15px;
            overflow: auto;
        }

            .related-content .course-section .course-list .title-line .date {
                padding: 0;
                text-align: center;
                font-size: 14px;
            }

            .related-content .course-section .course-list .title-line .title.price {
                text-align: right;
            }

            .related-content .course-section .course-list .title-line .third {
                display: inline-block;
                width: 30%;
            }

                .related-content .course-section .course-list .title-line .third .title {
                    display: block;
                }

                .related-content .course-section .course-list .title-line .third .date {
                    font-size: 14px;
                }

                .related-content .course-section .course-list .title-line .third .label-text {
                    display: block;
                    font-size: 12px;
                }

                .related-content .course-section .course-list .title-line .third.date-time {
                    text-align: center;
                    width: 37%;
                }

                .related-content .course-section .course-list .title-line .third.cost {
                    text-align: right;
                }

            .related-content .course-section .course-list .title-line .buttons {
                text-align: right;
                margin-top: 10px;
            }

                .related-content .course-section .course-list .title-line .buttons .badge {
                    font-size: 16px;
                    font-weight: 500;
                    background-color: #0fb58f;
                    padding: 5px 18px;
                    border-radius: 24px;
                    color: #f4f4f4;
                }

        .related-content .course-section .course-list .labels {
            display: flex;
            font-size: 12px;
            padding: 0 15px;
        }

.course-section {
    padding: 22px 16px;
    margin-bottom: 15px;
    background-color: #f2f6f8;
    border: 1px solid #f2f6f8 !important;
    border-left: 3px solid #00b9e4 !important;
}

    .course-section .headings .label {
        color: #51626f;
        font-size: 12px;
        display: inline-block;
        text-align: center;
    }

        .course-section .headings .label.loc { /*width:108px;*/
        }

        .course-section .headings .label.date { /*width:95px;*/
        }

        .course-section .headings .label.time { /*width:123px;*/
        }

        .course-section .headings .label.for { /*width:120px;*/
        }

        .course-section .headings .label.day { /*width:54px;*/
        }

    .course-section .course-reset {
        position: relative;
        top: -25px;
        font-size: 12px;
        text-decoration: underline;
    }

    .course-section .course-title {
        margin: 0 0 15px 0;
        border: 1px solid #d5d6d6;
        border-radius: 22px;
        font-size: 16px;
        font-weight: 400;
        font-family: museo,sans-serif;
        padding: 15px;
        margin: 15px;
        background: #fff;
    }

    .course-section .course-list {
        padding: 22px 16px;
        margin-bottom: 15px;
        background-color: #fff;
        border: 1px solid #f2f6f8;
        border-bottom: 1px solid #00b9e4;
    }

@media(max-width:450px) {
    .course-section .course-list .title-line {
        display: flex;
    }
}

.course-section .course-list .title-line .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #00b9e4;
    padding: 0;
    text-align: center;
}

@media(max-width:450px) {
    .course-section .course-list .title-line .title.price {
        text-align: right;
    }
}

.course-section .course-list .title-line .title.desktop {
    padding: 0 15px;
}

@media(max-width:450px) {
    .course-section .course-list .title-line .date {
        padding: 0;
        text-align: center;
        font-size: 14px;
    }
}

.course-section .course-list .title-line .labels {
    float: right;
}

    .course-section .course-list .title-line .labels .icon {
        position: relative;
        top: -2px;
        margin-right: 4px;
    }

    .course-section .course-list .title-line .labels .label-text {
        display: inline-block;
        font-family: museo,sans-serif;
        color: #798e9c;
        font-size: 14px;
        font-weight: 500;
    }

@media(max-width:450px) {
    .course-section .course-list .title-line .labels .label-text {
        font-size: 12px;
    }
}

.course-section .course-list .title-line .labels .label-text.price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #00b9e4;
    padding: 0;
}

.course-section .course-list .title-line .labels a.badge {
    padding: 10px 18px;
    border-radius: 24px;
    background-color: #0fb58f;
    color: #fff;
    font-size: 16px;
    max-width: 82px
}

@media(max-width:450px) {
    .course-section .course-list .title-line .labels a.badge {
        display: block;
        max-width: unset;
        width: 90%;
        margin: 0 auto;
    }
}

.course-section .course-list .title-line .labels a.caret {
    background: none;
    background-image: url(/Portals/0/Icons/icon-UI-arrow-right-16.svg);
    background-repeat: no-repeat;
    background-position: top;
    height: 44px;
    width: 44px;
    border: 0;
    top: -60px;
    position: relative;
    right: 15px;
}

.course-section .course-list .title-line .labels .label-price {
    color: #00b9e4;
    font-size: 18px;
    font-weight: 700;
    font-family: museo,sans-serif;
}

.course-section .course-list .title-line .labels [class*='col-sm-'] {
    padding: 0;
    font-size: 14px; /*max-width:130px;*/
    font-weight: 700;
    font-family: museo,sans-serif;
    text-align: center;
}

.course-section .course-list .delivery .label-text {
    display: inline-block;
    color: #798e9c;
    font-size: 14px;
}

    .course-section .course-list .delivery .label-text .icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        position: relative;
        top: 2px;
        margin-right: 2px;
    }

        .course-section .course-list .delivery .label-text .icon.Room {
            background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom.svg);
        }

@media(max-width:450px) {
    .course-section .course-list .labels .label-text {
        font-size: 12px;
        padding: 0;
    }

        .course-section .course-list .labels .label-text.text-right {
            text-align: right;
        }

        .course-section .course-list .labels .label-text.text-center {
            text-align: center;
        }
}

.course-section .course-list a.badge {
    padding: 10px 18px;
    border-radius: 24px;
    background-color: #0fb58f;
    color: #fff;
    font-size: 16px;
    max-width: 82px;
}

@media(max-width:450px) {
    .course-section .course-list a.badge {
        width: 100%;
        margin: 10px auto 0;
        max-width: unset;
        right: auto;
    }
}

.course-section button.btn span {
    margin-top: 10px;
    font-size: 14px;
    color: #51626f;
    font-weight: 500;
    font-family: museo,sans-serif;
    position: initial;
    padding: 2px 0 0 15px;
}

.course-section .btn-default:hover {
    background: #f2f6f8;
    color: #51626f;
    border: 0;
    text-decoration: underline;
}

.course-section .bootstrap-select.btn-group .dropdown-toggle .filter-option:hover {
    text-decoration: underline;
    color: #51626f;
}

.course-section .btn-select {
    width: 100% !important;
    height: 44px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    position: relative;
    top: 0;
    margin-bottom: 30px !important;
}

.md-dialog.shopping {
    height: 100vh;
    max-height: unset;
    position: fixed;
    right: 0;
    border-radius: 0;
}

    .md-dialog.shopping .icon {
        width: 32px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .md-dialog.shopping .dialog {
        padding: 20px;
        position: relative;
        top: 20%;
    }

        .md-dialog.shopping .dialog .course-section {
            border-left: none;
        }

        .md-dialog.shopping .dialog .buttons .md-button {
            border-radius: 24px;
            text-transform: capitalize;
            margin: 0;
            color: #fff;
            padding: 0 50px;
        }

            .md-dialog.shopping .dialog .buttons .md-button.md-primary {
                background-color: #00b9e4;
            }

            .md-dialog.shopping .dialog .buttons .md-button.md-secondary {
                background-color: #0fb58f;
            }

@media(max-width:425px) {
    .md-dialog.shopping .dialog .buttons .md-button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}

.vendor-topic {
    background-color: #f2f6f8;
    border-left: 4px solid #00bbe7;
    padding: 20px 17px 15px 10px;
    margin-bottom: 50px;
    min-height: 545px;
}

@media(max-width:450px) {
    .vendor-topic {
        border: none;
        margin: 0 -15px 50px;
        padding: 15px;
        min-height: 1200px;
    }
}

@media(max-width:450px) {
    .vendor-topic .headings {
        display: none;
    }
}

@media(min-width:992px) {
    .vendor-topic .headings.mobile {
        display: none;
    }
}

.vendor-topic .headings .title {
    font-size: 14px;
    font-weight: 500;
    color: #73818b;
    display: inline-block;
    width: 100%;
}

    .vendor-topic .headings .desktop .title.crs {
        max-width: 367px;
    }

    .vendor-topic .headings.mobile .title.crs {
        max-width: 65px;
    }

.vendor-topic .headings.mobile .title.dates {
    max-width: 65px;
}

.vendor-topic .headings.mobile .title.pri {
    max-width: 60px;
}

.vendor-topic .headings.mobile .title {
    margin-right:10px;
}

    .vendor-topic .headings .title.del {
        max-width: 305px;
    }

    .vendor-topic .headings .title.dates {
        max-width: 80px;
    }

    .vendor-topic .headings .title.loc {
        max-width: 110px;
    }

    .vendor-topic .headings .title.day {
        max-width: 55px;
    }

    .vendor-topic .headings .title.pri {
        max-width: 80px;
    }

.vendor-topic .course {
    background-color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #66cce1;
    margin-bottom: 10px;
}

    .vendor-topic .course .title {
        color: #00b9e4;
        font-size: 16px;
        font-weight: 700;
        margin-right: 20px;
        max-width: 332px;
        width: 100%;
        display: inline-block;
    }

    .vendor-topic .course .delivery {
        font-size: 12px;
        line-height: 28px;
        color: #798e9c;
        width: 298px;
        margin-right: 10px;
        display: inline-block;
    }

    .vendor-topic .course .dates {
        line-height: 28px;
        width: 80px;
        margin-right: 10px;
        display: inline-block;
    }

        .vendor-topic .course .delivery .method {
            margin: 0 5px;
            white-space: nowrap;
        }

            .vendor-topic .course .delivery .method .icon {
                display: inline-block;
                width: 16px;
                height: 16px;
                position: relative;
                top: 2px;
                margin-right: 2px;
            }

                .vendor-topic .course .delivery .method .icon.CR {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom.svg);
                }

                .vendor-topic .course .delivery .method .icon.VR {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-virtual-classroom-16.svg);
                }

                .vendor-topic .course .delivery .method .icon.CRVR {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-classroom-virtual.svg);
                }

                .vendor-topic .course .delivery .method .icon.EL {
                    background-image: url(/DesktopModules/Inventise.SSK/Images/icon-elearning-16.svg);
                }

    .vendor-topic .course .location {
        font-size: 14px;
        width: 140px;
        margin-right: 10px;
        display: inline-block;
    }

    .vendor-topic .course .days {
        display: inline-block;
        width: 30px;
        margin-right: 10px;
    }

    .vendor-topic .course .price {
        width: 68px;
        display: inline-block;
    }

    .vendor-topic .course .badge {
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        padding: 5px 17px;
        border-radius: 24px;
        background-color: #0fb58f;
    }

@media(max-width:991px) {
    .vendor-topic .course .desktop {
        display: none;
    }
}

@media(min-width:992px) {
    .vendor-topic .course .mobile {
        display: none;
    }
}

.vendor-topic .course .mobile .title {
    font-size: 20px;
    text-align: left;
}

.vendor-topic .course .mobile .delivery {
    width: auto;
}

.vendor-topic .course .mobile .location {
    width: auto;
    min-width: unset;
}

.vendor-topic .course .mobile .days {
    width: auto;
    font-size: 12px;
    line-height: 28px;
    color: #798e9c;
}

.vendor-topic .course .mobile .center {
    text-align: center;
}

.vendor-topic .course .mobile .price-wrap {
    position: relative;
    max-width: 285px;
    height: 41px;
    margin: 15px auto 0;
}

    .vendor-topic .course .mobile .price-wrap .price {
        width: auto;
        position: absolute;
        left: 0;
        top: 10px;
    }

        .vendor-topic .course .mobile .price-wrap .price .from {
            font-size: 12px;
            line-height: 28px;
            color: #798e9c;
        }

    .vendor-topic .course .mobile .price-wrap .badge {
        position: absolute;
        right: 0;
        padding: 10px 22px;
    }

.buttons .badge {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    padding: 10px 34px 10px 20px;
    border-radius: 24px;
    background-color: #00b9e4;
    margin: 15px 0;
}

    .buttons .badge .icon {
        position: relative;
        right: -13px;
        top: -2px;
    }

.advanced-search .form-control.adv-search {
    height: 44px;
    border-radius: 4px;
    margin: 0 0 40px 0;
    font-size: 14px;
    color: #51626f;
    border: 0;
}

.advanced-search .form-control.adv-date {
    background: #fff;
    background-image: url(https://ssk.inventise.ie/Portals/0/Icons/icon-dropdown.svg);
    height: 44px;
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 4px;
    margin: 0;
    font-size: 14px;
    color: #51626f;
    border: 0;
}

.advanced-search button.btn span {
    margin-top: 10px;
    font-size: 14px;
    color: #51626f;
    font-weight: 400;
    font-family: museo,sans-serif;
    position: initial;
    padding: 2px 0 0 15px;
}

.advanced-search .btn-default:hover {
    background: #f2f6f8;
    color: #51626f;
    border: 0;
    text-decoration: underline;
}

.advanced-search .bootstrap-select.btn-group .dropdown-toggle .filter-option:hover {
    text-decoration: underline;
    color: #51626f;
}

.advanced-search .clear-link {
    text-decoration: underline;
    position: relative;
    float: left;
    top: -15px;
    font-size: 14px;
    color: #fff;
}

@media(max-width:768px) {
    .advanced-search .clear-link {
        top: 0;
    }
}

.advanced-search .clear-link:hover {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
}

.advanced-search button.btn:hover span {
    color: #51626f;
}

.advanced-search md-input-container {
    padding: 0;
    width: 100%;
    margin: 0;
}

.advanced-search ._md-datepicker-floating-label > md-datepicker .md-datepicker-button {
    float: right;
}

.advanced-search .md-icon-button + .md-datepicker-input-container {
    margin-left: 0;
    width: 345px;
}

.advanced-search .md-button.md-icon-button md-icon, .advanced-search button.md-button.md-fab md-icon {
    display: none;
}

.advanced-search md-input-container .md-input {
    border: 0;
}

.advanced-search ._md-datepicker-floating-label._md-datepicker-has-calendar-icon > label:not(.md-no-float):not(.md-container-ignore) {
    top: -18px;
    left: 15px;
    font-size: 14px;
    color: #51626f;
    font-weight: 500;
    height: fit-content;
}

.advanced-search md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    top: -18px;
    height: fit-content;
    left: 10px;
    font-size: 14px;
    color: #51626f;
    font-weight: 500;
}

.advanced-search .md-datepicker-triangle-button .md-datepicker-expand-triangle {
    display: none;
}

.advanced-search .page-link {
    color: #72d8f0;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.md-datepicker-calendar-pane.md-pane-open {
    border: 0;
    box-shadow: none;
}

.md-datepicker-calendar-pane .md-datepicker-input-mask {
    background: none;
}

.md-datepicker-calendar-pane .md-default-theme .md-datepicker-open .md-datepicker-input-container, .md-datepicker-calendar-pane .md-datepicker-open .md-datepicker-input-container, .md-datepicker-calendar-pane .md-default-theme .md-datepicker-input-mask-opaque, .md-datepicker-calendar-pane .md-datepicker-input-mask-opaque {
    background: none;
}

.md-datepicker-calendar-pane .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
    border: 1px solid #00b9e4;
}

.md-datepicker-calendar-pane .md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-datepicker-calendar-pane .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-datepicker-calendar-pane .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-datepicker-calendar-pane .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
    background: #00b9e4;
}

.pill-wrapper {
    display: inline-block;
    margin-bottom: 30px;
}

    .pill-wrapper .pills {
        background-color: #fff;
        border: 1px solid #00b9e4;
        color: #51626f;
        padding: 7px 14px;
        border-radius: 24px;
    }

        .pill-wrapper .pills:hover {
            color: #51626f;
        }

        .pill-wrapper .pills:after {
            content: "";
            background-image: url(/DesktopModules/Inventise.SSK/Images/icon-chip.svg);
            background-repeat: no-repeat;
            background-position: right;
            height: 16px;
            width: 16px;
            display: inline-block;
            margin: -4px -4px -4px 4px;
        }

.cart-container {
    position: fixed;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

    .cart-container.active {
        top: 0;
        z-index: 1;
        background: rgba(121,142,156,.8);
    }

    .cart-container .cart-slide {
        background: #fff;
        height: 100%;
        position: fixed;
        top: 0;
        width: 450px;
        right: -450px;
        padding: 20px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
    }

@media(max-width:450px) {
    .cart-container .cart-slide {
        width: 100%;
        right: -100%;
    }
}

.cart-container .cart-slide.active {
    right: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.cart-container .cart-slide .icon {
    width: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.cart-container .cart-slide .invForm.dialog {
    position: relative;
    top: 120px;
}

    .cart-container .cart-slide .invForm.dialog .related-content {
        top: auto;
    }

    .cart-container .cart-slide .invForm.dialog .course-section {
        border-left: none;
    }

    .cart-container .cart-slide .invForm.dialog .buttons {
        text-align: center;
    }

        .cart-container .cart-slide .invForm.dialog .buttons .md-button {
            border-radius: 24px;
            text-transform: capitalize;
            margin: 0;
            color: #fff;
            padding: 0 40px;
        }

            .cart-container .cart-slide .invForm.dialog .buttons .md-button.md-primary {
                background-color: #00b9e4;
            }

            .cart-container .cart-slide .invForm.dialog .buttons .md-button.md-secondary {
                background-color: #0fb58f;
            }

@media(max-width:425px) {
    .cart-container .cart-slide .invForm.dialog .buttons .md-button {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
}
