﻿/*
    the root block defines brand colors that are used throghout the site
*/

:root {
    --footer-bg-colour: #00856F;
    --top-nav-bg-colour: #00856F;
    --primary-colour: #086490;
    --secondary-colour: #6893d8;
}

.studentbanner {
    background-image: url("../images/banner1.png");
    background-position: center;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    transition: ease-in;
    margin-top: 97px;
}

.basket-dropdown {
    list-style: none;
}

.btn-remove {
    background-color: #fff;
    border: 0;
    cursor: pointer;
}

html {
    position: relative;
    min-height: 100%;
}

.top-site-nav {
    background-color: var(--top-nav-bg-colour);
}

.footer {
    position: relative;
    height: 250px;
    bottom: 0;
    width: 100%;
    background-color: var(--footer-bg-colour);
}

.rowCompensator {
    margin-top: -15px;
}

header li {
    line-height: 30px !important;
    vertical-align: text-bottom !important;
}

.account-group .btn, .account-group .btn:focus {
    padding: 0px 0px 0px 2px;
    margin: 0px;
    outline: 0 !important;
    border: none;
}

.registerbtn-container {
    padding-left: 10px;
}

header .btn {
    color: #393838;
}

.dropdown-menu {
    padding: 5px;
}

.navbar-collapse.collapse.show {
    max-height: 280px;
    overflow-y: auto;
}

.btn {
    cursor: pointer;
}

.account-dropdown:hover, .account-dropdown:active, .account-dropdown:visited, .account-dropdown:link {
    text-decoration: none;
}

.banner-font-colour {
    color: var(--primary-colour);
    font-weight: bold;
}

.section-main {
    min-height: 250px;
}

.basketprice {
    float: right;
}

.basketTotalPrice {
    margin-top: 10px;
}

.deptCard {
    border: none;
    margin-top: 4px;
    cursor: pointer;
}

.course-card {
    border: 1px solid #ccc;
    margin-top: 4px;
    padding: 0px;
}

.deptSelected {
    float: right;
}

.course-card .card-body {
    padding: 4px;
}

.course-card .card-header {
    background-color: var(--secondary-colour);
    font-weight: 700;
}

.course-card .btn {
    width: 95%;
}



.categoryCard {
    border: none;
    margin-top: 4px;
    cursor: pointer;
}

.categorySelected {
    float: right;
}

.shopitem-card {
    border: 1px solid #ccc;
    margin-top: 4px;
    padding: 0px;
}

    .shopitem-card .card-body {
        padding: 4px;
    }

    .shopitem-card .card-header {
        background-color: #fff;
        font-weight: 700;
    }

    .shopitem-card .btn {
        width: 95%;
    }

    .shopitem-card .card-body {
        min-height: 150px;
    }

.btn-shop-add-item {
    line-height: 10px;
    width: 30px !important;
    margin: 10px;
}

.sundryImage-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

    .sundryImage-container img {
        position: absolute;
        width: 100%;
    }

.no-padding {
    padding: 0px !important;
}

.hidden {
    display: none;
}

.hidden_button {
    display: none;
}

.readOnlyRow {
    line-height: 35px;
}

.bold {
    font-weight: bold;
}

.card {
    margin-bottom: 10px;
    margin-top: 10px;
}

.basketEnrolmentsList, .basketApplicationList, .basketEnquiriesList {
    list-style: circle;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.courseListIconClickable {
    cursor: pointer;
    margin-right: 10px;
}

.courseListIcon {
    margin-right: 10px;
}

.courseOptionTable {
    margin-top: 5px;
}

.profile-image {
    padding: 20px;
    max-width: 200px;
}

#changeProfileImageContainer a {
    margin: 5px;
}

#changeProfileImageContainer {
    border: none;
}

#ctl00_cplMainText_validationErrors li, #ctl00_cplMainText_lblSuccess li {
    list-style: none;
}

.jcrop-holder input[type='radio'] {
    display: none !important;
}


.no-border {
    border: none !important;
}

.pagination {
    margin-bottom: 5px;
    width: 100%;
}

.table-borderless td {
    border: none !important;
}

.questioncell {
    padding-left: 0px !important;
}

.basketSummaryContainer {
    line-height: 35px;
}

input[name='search'] {
    min-width: 250px;
}

.card-body {
    padding-top: 4px;
    padding: .75rem 1.25rem;
}

.Table thead {
    background-color: beige;
}

    .Table thead tr {
        font-weight: 600;
    }

        .Table thead tr td {
            padding-left: 4px;
            padding-right: 3px;
        }

.Table tbody tr td {
    padding-left: 4px;
    padding-right: 3px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

table tbody tr td input[type=checkbox] {
    margin-left: 8px;
}

.Table .primaryRow {
    background-color: cornsilk;
}

.Table .secondaryRow {
    background-color: ivory;
}

.primaryDataRow {
    background-color: cornsilk;
}

.secondaryDataRow {
    background-color: ivory;
}
