﻿
html {
    --PMA: #0066CC;
    --Success: #198754
}

.nav-link:focus, .nav-link:hover, .nav-link:active {
    color: grey !important;
}

.navbar {
    border-bottom: 1px solid silver;
    box-shadow: 0 4px 4px -3px silver;
}

.btn-back {
    border: 1px solid var(--Success);
    border-radius: 9px;
    margin: 10px;
}

    .btn-back:hover {
        border: 1px solid var(--Success);
        box-shadow: 2px 3px 6px silver;
    }

.AcadamyManagerReadOnly:read-only {
    font-weight: bold;
    color: indigo;
}

/*Email Start*/

.email-detail {
    padding: 7px 10px;
    margin: 9px 0;
    border: 1px solid silver;
    border-radius: 9px;
}

.email-top {
    font-weight: 600; /*border-bottom:1px solid silver;*/
    padding: 10px;
    background-color: #ddd;
    color: black;
    border-radius: 9px 9px 0 0;
    margin: -7px -10px 10px -10px;
}

.email-body {
    font-size: 0.8rem;
    max-height: 160px;
    overflow-y: scroll;
}

.email-hidden {
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 12px;
}

.email-attachment {
    border: 1px solid silver;
    padding: 8px 10px;
    border-radius: 8px;
    display: inline-flex;
    margin: 15px;
    box-shadow: 3px 4px 6px silver;
}

    .email-attachment:hover {
        cursor: pointer;
    }
/*Email End*/
/*BKSB Levels START*/

.level {
    border: 2px solid silver;
    padding: 5px 10px;
    border-radius: 5px;
}

.level-fail {
    background-color: red;
    color: white;
}

.level-one {
    background-color: green;
    color: white;
}

.level-two {
    background-color: #0757a7;
    color: white;
}
/*BKSB Levels END*/

/*Calendar*/
.calendar-outer {
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 4px 3px 10px;
    /*width: 100%;*/
    padding: 10px;
    min-height: calc((100vh - 280px)) !important;
}

.calendar-day {
    border: 1px solid silver;
    padding: 5px;
    float: left;
    width: calc((100% - 30px) / 7);
    margin: 2px !important;
    min-height: calc((100vh - 400px) / 6) !important;
    max-height: calc((100vh - 400px) / 6) !important;
    overflow-y: auto;
    font-size: 0.8rem;
}

.calendar-day-top {
    font-size: 1.1rem;
    font-weight: 600;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.calendar-day-header {
    border: 1px solid silver;
    padding: 5px;
    float: left;
    width: calc((100% - 30px) / 7);
    margin: 2px !important;
    text-align: center;
    background-color: #443266;
    color: white;
    font-weight: 400;
}

.calendar-weekend-bg {
    background-color: #caf5c2;
}

.calendar-my-select {
    border: none;
    width: auto;
    margin-right: 60px;
}

.calendar-blockout {
    background-color: red;
    color: white
}

.calendar-event {
    display: block;
    font-size: 0.8rem;
    border-bottom: 1px solid silver;
    margin: 3px 0;
    padding: 3px 0;
}
/*End Calendar*/

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: "museo-sans",sans-serif !important;*/
}

.wigboo-chk {
    width: 40px;
    height: 40px;
    border: 1px solid #ced4da !important;
    border-radius: 18px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.wigboo-md-chk {
    height: 25px;
    width: 25px;
}

.wigboo-date {
    max-width: 200px
}

.wigboo-datetime {
    max-width: 265px
}

.postcode {
    max-width: 200px;
    text-transform: uppercase;
}

.nav-item > a {
    padding-right: 20px !important;
    font-size: 14px !important;
    color: black !important;
}

    .nav-item > a:hover {
        text-decoration: none;
    }

.nav-link {
    padding-right: 20px !important;
    font-size: 1rem !important;
    color: black !important;
}

.news-pic {
    width: 100%;
    max-width: 250px;
}

.btn-action {
    font-size: 0.8rem;
    padding: 5px 10px;
    border: 1px solid var(--PMA);
    background-color: var(--PMA);
    margin: 4px auto;
    color: white;
    border-radius: 7px;
    text-decoration: none;
}

    .btn-action:hover {
        cursor: pointer;
        color: white;
    }

.page-headding {
    font-size: 2rem;
}

    .page-headding > span {
        color: var(--PMA);
    }

.information {
    color: #888;
}

.general-link {
    text-decoration: none;
}

.mw-100, .mw-100px {
    max-width: 100px;
}

.mw-150, .mw-150px {
    max-width: 150px;
}

.mw-200, .mw-200px {
    max-width: 200px;
}

.mw-250, .mw-250px {
    max-width: 250px;
}

.sm-info {
    color: #888;
    font-size: 0.8rem;
}

.row {
    margin: 6px 0;
}

.postcode-selector {
    border-color: #dfdbdb !important;
    background-color: #777;
    color: white;
}

.field-validation-error {
    color: red !important
}

.plain-link, .plain-link a {
    text-decoration: none;
    color: inherit;
}

.nav-item, .nav-item-pma {
    padding-right: 20px;
    font-size: 1rem;
    color: black !important;
}

    .nav-item a, .nav-item-pma a {
        color: black !important;
    }

.border-md-right {
    border-right: 1px solid silver;
}

.border-lg-right {
    border-right: 1px solid silver;
}

@media screen and (max-width: 768px) {

    .border-md-right {
        border-right: none;
    }
}

@media screen and (max-width: 992px) {

    .border-lg-right {
        border-right: none;
    }
}

@media screen and (max-width: 1200px) {
    .nav-item, .nav-item-pma {
        padding-right: 10px;
        font-size: 0.9rem !important;
    }
}

.pma-sec-head {
    font-size: 2.5rem;
}

.pma-colour {
    color: var(--PMA)
}

.pma-bg {
    background-color: var(--PMA)
}

.pma-menu > li > a {
    color: black;
    font-size: 0.9rem;
    font-weight: 500;
    padding-left: 30px;
}

    .pma-menu > li > a:hover {
        color: var(--PMA);
    }

.pma-btn-pill {
    /*border:3px solid var(--PMA);*/
    background-color: var(--PMA);
    color: white !important;
    border-radius: 20px;
    font-size: 0.7rem;
    margin-top: 10px;
    padding: 5px 15px !important;
    text-decoration: none;
    border: none;
}

    .pma-btn-pill:hover {
        box-shadow: 0 3px 3px silver;
        /*    box-shadow: inset 0 0 10px #fff;*/
    }

.pma-btn-pill-small {
    font-size: 0.8rem;
}

.pma-btn-pill-regular {
    font-size: 1rem;
}

.pma-btn-pill-large {
    font-size: 1.2rem;
}

.pma-content {
    margin-top: 30px;
    min-height: calc(100vh - 220px);
}

h1 {
    font-weight: 600;
    font-size: 42px;
}

.article-image {
    margin: 12px 0;
    width: 100%;
}

.article-section-main {
    margin: 12px 0;
    font-weight: 500;
    font-size: 26px;
}

.article-section-sub {
    margin: 12px 5px;
    font-weight: 400;
    font-size: 20px;
}

.article-section-sub-sub {
    margin: 12px 5px;
    font-weight: 400;
    font-size: 18px;
}

.ask-expert {
    border-top: 1px solid silver;
    /*   border: 1px solid silver;
     box-shadow: 4px 4px 4px silver;*/
    padding: 12px;
    margin-top: 19px;
    /*border-radius: 8px;*/
}

.banner-image {
    width: 100%;
    margin: 12px 4px;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0 3px 6px #777;
}

    .banner-image:hover {
        box-shadow: 0 3px 6px #000;
    }

.company-logo {
    width: 100%;
    max-width: 180px;
    margin: 16px auto;
}

.art-atch {
    padding: 5px;
    color: var(--PMA);
    font-size: 1.1rem;
    text-align: center;
    border-top: 1px solid silver;
}

    .art-atch > img {
        max-width: 100% !important;
    }

.image-shadow {
    box-shadow: 0 3px 5px silver;
}

.signin {
    text-decoration: none;
    color: #888;
    padding-right: 30px;
}

a.nav-link {
    padding-bottom: 0;
}

.pma-search {
    max-width: 200px;
    margin-left: auto;
    font-size: 0.9rem;
}

    .pma-search > input {
        padding: 5px 12px;
        border: 1px solid silver;
        border-radius: 12px 0 0 12px;
    }

        .pma-search > input:focus-visible {
            outline: auto 2px Highlight !important;
            outline: auto 5px -webkit-focus-ring-color;
        }

    .pma-search > button {
        background-color: var(--PMA);
        color: white;
        border-radius: 0 12px 12px 0;
    }

.pma-20-700 {
    font-weight: 700;
    font-size: 20px;
}

.pma-26-700 {
    font-weight: 700;
    font-size: 26px;
}

.pma-20-reg {
    font-weight: 400;
    font-size: 20px;
}

.pma-26-reg {
    font-weight: 400;
    font-size: 26px;
}

.std-border {
    border: 1px solid silver;
    box-shadow: 3px 4px 6px silver;
}

.hp-blue-band {
    background-color: var(--PMA);
    color: white;
    height: 150px;
    text-align: center;
}

.feature-div {
    margin: -50px auto 0 auto;
    text-align: center;
    display: flex;
}

.member-type-panel {
    float: left;
    color: #5c5c5c;
    font-size: 1rem;
    text-align: center;
    border: 1px solid silver;
    border-radius: 5px;
    /*box-shadow: 2px 3px 5px silver;*/
    padding: 10px 10px 5px 12px;
    width: 20%;
    max-width: 190px;
    background-color: white;
    margin: 0 16px;
}

.member-type-panel-cost {
    font-size: 0.9rem;
}

.member-type-panel > img {
    width: 80px;
    margin-bottom: 9px;
}

@media screen and (max-width: 796px) {
    .member-type-panel {
        width: 45%;
        margin: 12px !important;
        max-width: 250px;
        box-shadow: 3px 3px 8px silver;
    }

    .feature-div {
        display: inline;
    }

    .hp-blue-band {
        padding: 9px;
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .member-type-panel {
        width: 95%;
        margin: 12px !important;
        max-width: 100%;
        box-shadow: 3px 3px 8px silver;
    }

    .feature-div {
        display: inline;
    }

    .hp-blue-band {
        padding: 9px;
        height: auto;
    }
}

.pan-sml {
    font-size: 0.9rem;
    line-height: 14px;
}

.partner-tab {
    text-align: center;
    color: white;
    font-size: 1.7rem;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 324px;
    width: 324px;
    display: inline-block;
    margin: 10px;
}

    .partner-tab > img {
        width: 90%
    }

.pma-bull {
    background: url('../MemberContent/assets/bull.png') no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
}

.bull-head {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--PMA);
    margin: -3px 0 3px 0;
}

.bull-body {
    font-size: 18px;
}

.expert-profile {
    margin-bottom: 22px !important;
}

    .expert-profile > div:nth-child(2) > p:nth-child(1) {
        color: #2B2B2B;
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .expert-profile > div:nth-child(2) > p:nth-child(2) {
        color: var(--PMA);
        font-size: 1rem;
    }

    .expert-profile > img {
        border-radius: 50%
    }

.member-features {
    font-size: 0.9rem;
    width: 100%
}

    .member-features img {
        width: 100px;
    }

    .member-features tr td {
        padding-right: 20px;
        text-align: center;
    }

        .member-features tr td:first-child {
            text-align: left;
        }

.member-icon {
    width: 75px !important;
    padding-bottom: 5px;
}

.member-icon-selected {
    width: 100px !important;
    border-bottom: 2px solid;
}

.critiera-banner {
    color: white;
    text-align: left;
    border-radius: 5px;
}

.banner-color-div {
    padding: 0 !important;
}
/*.banner-color-div > row {
     padding: 0 !important;
}*/
.critiera-banner p {
    margin-right: 30px;
    font-size: 1rem !important;
}

.critiera-banner > h1 {
    font-size: 1.1rem;
    font-weight: 600;
}

.critiera-button {
    font-size: 1rem;
    background-color: white;
    border-radius: 12px;
    border: none;
    padding: 5px 15px;
    text-decoration: none;
}

.banner-student {
    background-color: var(--Student)
}

    .banner-student a {
        color: var(--Student)
    }

.banner-associate {
    background-color: var(--Associate)
}

    .banner-associate a {
        color: var(--Associate)
    }

.banner-member {
    background-color: var(--Member)
}

    .banner-member a {
        color: var(--Member)
    }

.banner-fellow {
    background-color: var(--Fellow)
}

    .banner-fellow a {
        color: var(--Fellow)
    }

.memb-tbl thead > tr {
    background-color: var(--PMA);
    color: white;
    font-weight: 400;
}

.memb-tbl {
    width: 100%;
    font-size: 0.8rem;
    padding: 12px;
}

    .memb-tbl thead tr th {
        padding: 8px 12px !important;
    }

    .memb-tbl tbody tr:first-child td {
        padding-top: 12px;
    }

    .memb-tbl td, .memb-tbl th {
        padding-left: 12px;
    }



.elearn-head {
    background: url('../MemberContent/assets/elearning-header.jpg') no-repeat;
    background-position: center;
    text-align: center;
    min-height: 200px;
    color: white;
    width: 100vw;
    left: 0;
    position: relative;
}

.elearn-head-text {
    width: 80%;
    max-width: 400px;
    font-size: 3rem;
    margin: -10px auto 0 auto;
}

.eLearning-large {
    font-size: 2.5rem;
    font-weight: 400;
}

.expert-title {
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
}

.expert-comp {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
}

.expert-main-text {
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 700px;
}

.expert-hav-quest {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 50px auto;
}

.expert-tab {
    width: 100%;
    max-width: 350px;
    display: inline-block;
    margin: 8px;
}

.export-tab-body {
    padding: 12px;
    height: 265px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.expert-tab-title {
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
}

.member-ws-sect {
    font-weight: 700;
    font-size: 1.5rem;
    border-bottom: 2px solid var(--PMA);
    margin-top: 12px;
}

.code-conduct-title {
    color: var(--PMA);
    font-weight: 600;
    font-size: 1rem;
}

.icon-array {
    margin: 15px 0;
}

    .icon-array img {
        width: 100px;
    }

.learner-tab {
    border: 1px solid silver;
    border-top: 0;
    padding: 20px 10px 10px 10px;
    min-height: calc(100vh - 300px);
}
