﻿@font-face {
    font-family: "Open Sans";
    src: url(../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf);
}


html body {
    font-family: 'Open Sans' !important;
}

/* Safari Font ------------------------------------------------------------------------ */

.onlySafari {
    font-family: ArialMT, Arial, Helvetica, Sans-Serif !important;
}

/*font-family: ArialMT, Arial, Helvetica, Sans-Serif !important;*/



a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

li a {
    text-decoration: none;
    font-weight: bold;
}

.form-group a {
    text-decoration: none;
    font-weight: bold;
}

/* _Layout.cshtml stuff (Nav/Footer/Login-Partial) */
#riamLogo {
    /*height: 100%;*/
    height: 75px;
    width: 100px;
    margin-left: -0.77%;
}

#riamLogo-mob {
    /*height: 100%;*/
    height: 75px;
    width: 100px;
    margin-left: -5%;
}

.navbar-nav li a {
    font-weight: bold;
}

.top-nav {
    height: 54px; /*108px;*/
    width: 99.5%;
}

.header-outer-1 {
    height: 54px;
    width: 99.5%;
    background-color: #EAEAEA;
}

.header-inner-1 {
    height: 54px;
    width: 90%;
    background-color: #EAEAEA;
    margin-left: 11.5%;
    padding-top: 15px;
}

.header-outer-2 {
    margin-top: 54px;
    height: 70px;
    width: 100%;
    background-color: #FFFFFF;
}

.header-inner-2 {
    margin-top: 54px;
    height: 70px;
    /*width: 99.5%;*/
    background-color: #FFFFFF;
    margin-left: 11%;
}

.header-text-main {
    font-size: 18px;
    font-weight: bold;
}

.header-text-secondary {
    font-size: 16px;
    margin-left: -5px;
    font-weight: lighter;
    text-underline-offset: 4px;
}


.bottom-footer {
    background-color: #15819E;
    color: #ffffff;
}

.ul-logged-on-opt {
    background-color: #EAEAEA !important;
}



.container-footer {
    padding: 2%;
    padding-left: 5%;
    padding-right: 5%;
}

/* New-App Breadcrumb Trail (ApplicationNav.cshtml) */
.riam-breadcrumb {
    /*padding-left: 10%;*/
}

.nav-todo {
    background-color: #15819E;
    color: #000000;
    border-right: 1px solid #000000;
    height: 50px;
    padding-top: 20px;
    /* padding-left: 10%;*/
}

.nav-passed {
    background-color: #000000;
    color: #FFFFFF;
    border-right: 1px solid #000000;
    height: 50px;
    padding-top: 20px;
    /* padding-left: 10%;*/
    cursor: pointer;
}

    .nav-passed a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

    .nav-passed a:visited {
        text-decoration: none;
        color: #FFFFFF;
    }

/*Nav bar for mobile*/
@media (max-width: 940px) {
    .riam-breadcrumb {
        /*padding-left: 0%;*/
        overflow: hidden;
    }

        .riam-breadcrumb label {
            visibility: hidden;
        }

    .nav-todo {
        background-color: #15819E;
        color: #000000;
        outline: none;
        position: relative;
        text-decoration: none;
        transition: background 0.2s linear;
        width: 25%;
        float: left;
        padding-left: 10%;
        /* z-index: -10000;*/
    }

    .nav-passed {
        background-color: #000000;
        color: #FFFFFF;
        outline: none;
        position: relative;
        text-decoration: none;
        transition: background 0.2s linear;
        width: 25%;
        float: left;
        padding-left: 10%;
        /*z-index: -10000;*/
    }
}


/* Index.cshtml */
.jumbo-img {
    position: relative;
    width: 100%;
    z-index: -10000;
}

.jumbo-img-img {
    position: relative;
    width: 100%;
    max-height: 470px;
    position: static;
}

.jumbo-div {
    position: relative;
    margin-top: -70px;
    margin-left: 30%;
    max-width: 700px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #FFFFFF;
}

.index-grid-container {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 8%;
    width: 100%;
    padding: 5%;
}

.index-grid-item {
    background-color: #FFFFFF;
    padding: 2%;
}

.index-img {
    filter: invert(87%) sepia(38%) saturate(1834%) hue-rotate(160deg) brightness(84%) contrast(88%);
}

@media screen and (max-width: 480px) {
    .index-grid-item {
        display: block;
        background-color: #FFFFFF;
        padding: 2%;
        margin-top: 1%;
    }
}

/* Begin Application (exam format screen) */

.grouping-box {
    min-height: 260px;
    min-width: 260px;
    color: #FFFFFF;
    background-color: #CCCCCC;
    margin-top: 5%;
    text-decoration: none !important;
    border-radius: 5px;
}
#music-grouping {
    background-image: url(/Content/riam-assets/grouping-music.jpg);
    background-size: cover;
}
#drama-grouping {
    background-image: url(/Content/riam-assets/grouping-drama.jpg);
    background-size: cover;
}

#goal-grouping {
    background-image: url(/Content/riam-assets/grouping-goal.jpg);
    background-size: cover;
}

#theory-grouping {
    background-image: url(/Content/riam-assets/grouping-theory.jpg);
    background-size: cover;
}

#diploma-grouping {
    background-image: url(/Content/riam-assets/grouping-diploma.jpg);
    background-size: cover;
}

.grouping-title {
    height: 100%;
    width: 100%;
    padding: 10%;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    z-index: 1000;
}


.grouping-select-container {
    display: inline-grid;
    grid-template-columns: 400px 400px 400px;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    padding-top: 1%;
}

.grouping-select-box {
    min-height: 260px;
    min-width: 260px;
    max-width: 400px;
    color: #FFFFFF;
    background-color: #CCCCCC;
    margin-top: 5%;
    text-decoration: none;
}

.grouping-select-box-mob {
    width: 100%;
    color: #FFFFFF;
    background-color: #CCCCCC;
    margin-top: 5%;
    text-decoration: none;
}

.grouping-select-box:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.grouping-select-box-mob:hover {
    text-decoration: none;
    color: #FFFFFF;
}


#music-grouping-box {
    height: 250px !important;
    background-image: url(/Content/riam-assets/grouping-music.jpg);
    background-size: cover;
    width: 100%;
}

#drama-grouping-box {
    height: 250px !important;
    background-image: url(/Content/riam-assets/grouping-drama.jpg);
    background-size: cover;
    width: 100%;
}

#goal-grouping-box {
    height: 250px !important;
    background-image: url(/Content/riam-assets/grouping-goal.jpg);
    background-size: cover;
    width: 100%;
}

#theory-grouping-box {
    height: 250px !important;
    background-image: url(/Content/riam-assets/grouping-theory.jpg);
    background-size: cover;
    width: 100%;
}

#diploma-grouping-box {
    height: 250px !important;
    background-image: url(/Content/riam-assets/grouping-diploma.jpg);
    background-size: cover;
    width: 100%;
}

.group-format-indented {
    padding-left: 6%;
    padding-top: 5px;
}

.exam-type-indented {
    padding-left: 9%;
    padding-top: 7.5px;
}

.exam-type-indented-2 {
    padding-left: 12%;
    padding-top: 7.5px;
}

.exam-type-indented-3 {
    padding-left: 15%;
    padding-top: 7.5px;
}


.group-select-link {
    color: #000000;
}

    .group-select-link:hover {
        text-decoration: none;
    }

/* Add Candidates screens */
#addAnotherCand {
    width: 220px;
}
/*
    #btnSaveStage2{
        width: 220px;
    }
    */
.cand-subject-mob {
    border-bottom: 1px solid #a20067;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

.table-cara td {
    padding: 5%;
    padding-left: 0%;
}

/* Select Exam Slot items */
.slot-select-img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6514%) hue-rotate(315deg) brightness(72%) contrast(100%);
}

.slot-row {
    width: 100%;
    display: block;
    padding-bottom: 150px;
}

.slot-div {
    background-color: #FFFFFF;
    min-height: 90px;
    width: fit-content;
    /*padding: 1%;*/
    padding-top: 1%;
    /* display: flex;
    align-items: center;*/
}

.slot-div-mob {
    background-color: #FFFFFF;
    width: 100%;
    padding: 5%;
}

.exam-window-div {
    background-color: #FFFFFF;
    padding: 1%;
    height: 80px;
    border-radius: 5px;
}

.exam-window-div-mob {
    background-color: #FFFFFF;
    padding: 1%;
    border-radius: 5px;
}

.waitinglist-grid-container {
    display: grid;
    grid-template-columns: auto;
    column-gap: 8%;
    width: 100%;
    padding: 5%;
}

.waitinglist-grid-item {
    background-color: #FFFFFF;
    width: 60%;
    padding: 2%;
    place-self: center;
}

.waitinglist-grid-container-mob {
    display: grid;
    grid-template-columns: auto;
    column-gap: 0%;
    width: 100%;
    padding: 5%;
}

.waitinglist-grid-item-mob {
    background-color: #FFFFFF;
    width: 90%;
    padding: 2%;
    place-self: center;
}

.btnExamCentreBack {
    color: #a20067;
    background-color: #FFFFFF;
    width: 100px;
    min-height: 50px;
    border: 1px solid #a20067;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}
/* Payment Screen */
.payment-grid-container {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    padding: 5%;
}

.payment-grid-item {
    background-color: #FFFFFF;
    width: 70%;
    padding: 2%;
    border: 1px solid #000000;
    border-radius: 5px;
}

.payment-iframe {
    width: 100%;
    max-height: 125vh;
    min-height: 125vh;
}

.payment-iframe-mob {
    width: 100%;
    height: 80vh;
}

.payment-heading {
    margin: 0px 0px 0px 0px;
}

#payment-heading-container {
    margin-bottom: 30px;
}

/* Register */
.register-grid-container {
    max-width: 325px;
    padding: 5%;
}

.register-grid-item {
    background-color: #FFFFFF;
}

.pw-show-btn {
    float: right;
    right: 0;
}

@media (max-width: 767px) {

    .register-grid-container {
        width: 100%;
        padding: 5%;
        background-color: #FFFFFF;
    }

    .register-grid-item {
    }
}

.verify-phone-text {
    max-width: 50px;
    border-style: solid;
    border-radius: 5px;
    padding-left: 5%;
    font-size: 2em;
}

@media (max-width: 767px) {
    .verify-phone-text {
        width: 15%;
        height: 0;
        padding-bottom: 10%;
        padding-top: 8%;
        padding-left: 4%;
        padding-right: 5%;
        /****/
        border-style: solid;
        border-radius: 5px;
        font-size: 1.5em;
        font-weight: bold;
    }
}
/* User Profile */
.mini-accordion-wrapper {
}

.mini-accordion-head {
    font-size: 0.82em;
    cursor: pointer;
    width: 100%;
    height: 50px;
    color: #FFFFFF;
    padding: 10%;
    padding-top: 7%;
}

.mini-accordion-body {
    width: 100%;
    height: 196px;
    border: 1px solid #cccccc;
    border-top: none;
    border-radius: 2px;
    padding: 5%;
}


/* Slot Timer */

.slot-timer-container {
    position: relative;
    float: right;
    height: 100px;
    width: 100px;
}

.slot-timer-lbl {
    text-align: center;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-top: 33%;
    color: #333333;
}

.slot-timer-svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.circle_animation {
    stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
    stroke-dashoffset: 440;
    transition: all 1s linear;
}

.slot-timer-div {
    position: sticky;
    min-height: 50px;
    cursor: pointer;
}

.slot-timer-left-div {
    float: left;
    width: 50%;
    height: 90px;
    background-color: #58B7CB;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 2px;
}

.slot-timer-right-div {
    float: right;
    width: 50%;
    height: 90px;
    background-color: #58B7CB;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .slot-timer-left-div {
        float: left;
        width: 50%;
        height: 90px;
        background-color: #58B7CB;
        font-size: 15px;
        font-weight: bold;
        box-sizing: border-box;
        padding: 5px;
        border-radius: 2px;
    }
}

#txtIndividualOrganisationCode {
    width: 100% !important;
}
/* My Applications */
.myapps-title-strip {
    width: 100%;
    background-color: #EAEAEA;
    height: 30px;
    /*
        width: 100vw;
        position: relative;
        left: calc(-75vw + 75%);
        padding-left: 14%;
        */
}

.myapps-title-strip {
    width: 100%;
    background-color: #EAEAEA;
    height: 30px;
}

.myapps-checkbox {
    height: 17px;
    width: 17px;
}

.myapps-checkbox-mob {
    height: 17px;
    width: 17px;
    top: 0;
    right: 0;
    position: fixed;
}

.myapps-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .myapps-table > thead > tr > th,
    .myapps-table > tbody > tr > th,
    .myapps-table > tfoot > tr > th,
    .myapps-table > thead > tr > td,
    .myapps-table > tbody > tr > td,
    .myapps-table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .myapps-table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
        background-color: #EAEAEA !important;
    }

    .myapps-table > caption + thead > tr:first-child > th,
    .myapps-table > colgroup + thead > tr:first-child > th,
    .myapps-table > thead:first-child > tr:first-child > th,
    .myapps-table > caption + thead > tr:first-child > td,
    .myapps-table > colgroup + thead > tr:first-child > td,
    .myapps-table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .myapps-table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .myapps-table .myapps-table {
        background-color: #fff;
    }



.myapps-table {
    border-collapse: collapse !important;
}

    .myapps-table td {
        background-color: #fff !important;
    }

    .myapps-table > thead > tr > td.active,
    .myapps-table > tbody > tr > td.active,
    .myapps-table > tfoot > tr > td.active,
    .myapps-table > thead > tr > th.active,
    .myapps-table > tbody > tr > th.active,
    .myapps-table > tfoot > tr > th.active,
    .myapps-table > thead > tr.active > td,
    .myapps-table > tbody > tr.active > td,
    .myapps-table > tfoot > tr.active > td,
    .myapps-table > thead > tr.active > th,
    .myapps-table > tbody > tr.active > th,
    .myapps-table > tfoot > tr.active > th {
        background-color: #f5f5f5;
    }

.myapps-table-odd-row td {
    background-color: #F4F4F4 !important;
}

.filter-div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 5%;
    padding-top: 2%;
    z-index: 100;
}

.filter-div-purple {
    background-color: #a20067;
}

.filter-div-darkpurple {
    background-color: #7e3f98;
}



.filter-child {
    z-index: 1;
    margin-top: 10%;
    width: 75%;
    margin-left: 13.5%;
}



.filter-dismiss {
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 200;
}



@media (max-width: 767px) {



    .filter-div {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
    }



    .filter-child {
        z-index: 1;
        width: 75%;
        margin-top: 28%;
        margin-left: 13.5%;
    }



    .filter-dismiss {
        cursor: pointer;
        right: 0;
        z-index: 200;
    }
}


.myinvoices-grid-container-mob {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 0%;
    width: 100%;
    left: 0;
}

.myapps-grid-container-mob {
    display: grid;
    grid-template-columns: auto auto auto auto;
    column-gap: 0%;
    width: 100%;
    left: 0;
}

.myapps-grid-item-mob {
    background-color: #EAEAEA;
    color: #a20067;
    padding: 2%;
    cursor: pointer;
}

    .myapps-grid-item-mob:hover, .myapps-grid-item-mob:active {
        background-color: #a20067;
        color: #EAEAEA;
        padding: 2%;
        cursor: pointer;
    }

.myappshistory-grid-container-mob {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 0%;
    width: 100%;
    left: 0;
}

.myappshistory-grid-item-mob {
    background-color: #EAEAEA;
    color: #7e3f98;
    padding: 2%;
    cursor: pointer;
}

    .myappshistory-grid-item-mob:hover, .myappshistory-grid-item-mob:active {
        background-color: #7e3f98;
        color: #EAEAEA;
        padding: 2%;
        cursor: pointer;
    }


.numeric-circle-inline-pink {
    height: 25px;
    width: 25px;
    background-color: #a20067;
    color: #FFFFFF;
    border-radius: 50%;
    /****/
    text-align: center;
    font-weight: bold;
    line-height: 25px;
}

.numeric-circle-pink {
    height: 25px;
    width: 25px;
    background-color: #a20067;
    color: #FFFFFF;
    border-radius: 50%;
    /****/
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    /****/
    position: absolute;
    top: -10px;
    right: -10px;
}

.numeric-circle-pink {
    height: 25px;
    width: 25px;
    background-color: #7e3f98;
    color: #FFFFFF;
    border-radius: 50%;
    /****/
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    /****/
    position: absolute;
    top: -10px;
    right: -10px;
}


.numeric-circle-inline-purple {
    height: 25px;
    width: 25px;
    background-color: #7e3f98;
    color: #FFFFFF;
    border-radius: 50%;
    /****/
    text-align: center;
    font-weight: bold;
    line-height: 25px;
}

.numeric-circle-black {
    display: none;
    /****/
    height: 25px;
    width: 25px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50%;
    /****/
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    /****/
    position: absolute;
    top: -10px;
    right: -10px;
}

.numeric-circle-black-mob {
    display: none;
    /****/
    height: 25px;
    width: 25px;
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50%;
    /****/
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    /****/
    position: absolute;
    top: -15px;
    left: 35%;
}

@media (max-width: 767px) {
    #btnFilterShow {
        position: relative;
    }
}
/* Reschedule Screen*/
.trDoc {
    visibility: hidden;
}

/* General Elements */
.centre-div {
    width: 89%;
    margin-left: 12%;
    margin-right: 12%;
    padding: 5px;
}

.centre-div-less {
    width: 89%;
    margin-left: 9.5%;
    margin-right: 12%;
    padding: 5px;
}

.left-div {
    width: 89%;
    margin-left: 8%;
    margin-right: 0%;
    padding: 5px;
}

.left-div-slight {
    width: 89%;
    margin-left: 3%;
    margin-right: 0%;
    padding: 5px;
}

.left-div-slighter {
    width: 89%;
    margin-left: 1%;
    margin-right: 0%;
    padding: 5px;
}

.nomargin-div {
    width: 89%;
    padding: 5px;
}

.purple-font {
    color: #a20067;
}

.darkpurple-font {
    color: #7e3f98;
}

.black-font {
    color: #000000;
}

.blue-font {
    color: #58B7CB;
}

.white-font {
    color: #FFFFFF;
}

.red-font {
    color: red;
}

.purple-img {
    filter: invert(11%) sepia(74%) saturate(5505%) hue-rotate(311deg) brightness(90%) contrast(107%);
    position: relative;
    z-index: -1;
    width: 15px;
    height: 15px;
}


.purple-btn {
    color: #ffffff;
    background-color: #a20067;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.purple-btn-lesspad {
    color: #ffffff;
    background-color: #a20067;
    width: 100px;
    height: 50px;
    border: none;
    border-radius: 20px;
    padding: 1px;
    font-weight: bold;
    white-space: nowrap;
}

.purple-btn-small {
    color: #ffffff;
    background-color: #a20067;
    min-width: 10px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    min-width: 50px !important;
    white-space: nowrap;
}

.purple-btn-a {
    white-space: nowrap;
    color: #ffffff;
    background-color: #a20067;
    display: inline-block;
    min-width: 200px;
    max-width: 400px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .purple-btn-a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.purple-btn-a-small {
    white-space: nowrap;
    color: #ffffff;
    background-color: #a20067;
    display: inline-block;
    min-width: 10px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .purple-btn-a-small:hover {
        color: #ffffff;
        text-decoration: none;
    }

.purple-btn-small {
    color: #ffffff;
    background-color: #7e3f98;
    min-width: 10px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    min-width: 50px !important;
    white-space: nowrap;
}

.darkpurple-btn {
    color: #ffffff;
    background-color: #7e3f98;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.darkpurple-btn-a {
    white-space: nowrap;
    color: #ffffff;
    background-color: #7e3f98;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .darkpurple-btn-a:hover {
        color: #ffffff;
        text-decoration: none;
    }



.darkpurple-btn-outline {
    color: #7e3f98;
    background-color: #FFFFFF;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #7e3f98;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.darkpurple-btn-outline-a {
    white-space: nowrap;
    color: #7e3f98;
    background-color: #FFFFFF;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #7e3f98;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .darkpurple-btn-outline-a:hover {
        color: #7e3f98;
        text-decoration: none;
    }

.purple-btn-outline {
    color: #a20067;
    background-color: #FFFFFF;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #a20067;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.purple-btn-outline-a {
    white-space: nowrap;
    color: #a20067;
    background-color: #FFFFFF;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #a20067;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .purple-btn-outline-a:hover {
        color: #a20067;
        text-decoration: none;
    }



.purple-btn-mob {
    color: #ffffff;
    background-color: #a20067;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.purple-btn-outline-mob {
    color: #a20067;
    background-color: #FFFFFF;
    min-height: 50px;
    border: 1px solid #a20067;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.purple-anchor {
    color: #a20067;
}

.blue-btn {
    color: #000000;
    background-color: #58B7CB;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.blue-btn-a {
    display: block;
    white-space: nowrap;
    color: #000000;
    background-color: #58B7CB;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .blue-btn-a:hover {
        color: #000000;
        text-decoration: none;
    }

.blue-btn-a-2 {
    white-space: nowrap;
    color: #FFFFFF;
    background-color: #58B7CB;
    min-width: 100px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .blue-btn-a-2:hover {
        color: #FFFFFF;
        text-decoration: none;
    }




.blue-btn-outline {
    color: #58B7CB;
    background-color: #FFFFFF;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #58B7CB;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.blue-btn-outline-less-padding {
    color: #58B7CB;
    background-color: #FFFFFF;
    min-width: 200px;
    min-height: 35px;
    border: 1px solid #58B7CB;
    border-radius: 20px;
    font-weight: bold;
}

.blue-btn-outline-a {
    white-space: nowrap;
    color: #58B7CB;
    background-color: #FFFFFF;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #58B7CB;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .blue-btn-outline-a:hover {
        color: #58B7CB;
        text-decoration: none;
    }


.black-btn {
    color: #FFFFFF;
    background-color: #000000;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.grey-btn {
    color: #ffffff;
    background-color: #454444;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.grey-btn-a {
    white-space: nowrap;
    color: #ffffff;
    background-color: #454444;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .grey-btn-a:hover {
        color: #ffffff;
        text-decoration: none;
    }

.white-btn {
    color: #000000;
    background-color: #FFFFFF;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}


.white-btn-a {
    white-space: nowrap;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}



    .white-btn-a:hover {
        color: #FFFFFF;
        background-color: #000000;
        text-decoration: none;
    }


.black-banner {
    background-color: #000000;
    color: #FFFFFF;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    padding: 5px;
    min-height: 50px;
}

.black-banner-text {
    font-size: 4vh;
}

black-banner-text-mob {
    font-size: 3.75vh;
}

.black-banner-2 {
    background-color: #000000;
    color: #FFFFFF;
    width: 90%;
    margin-right: 15%;
    padding: 5px;
    min-height: 50px;
}

.black-banner-2-mob {
    background-color: #000000;
    color: #FFFFFF;
    width: 100%;
    padding: 11%;
    min-height: 50px;
    text-align: center;
}


.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-centre {
    text-align: center;
}

.grey-background-div {
    background-color: #EAEAEA;
}

.white-background-div {
    background-color: #FFFFFF;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.w100 {
    width: 100%;
    padding: 1%;
}

.w30 {
    width: 30%;
}

hr {
    background-color: #a20067 !important;
    color: #a20067 !important;
}

.padding-div {
    padding: 1%;
}

.white-filter {
    filter: invert(99%) sepia(60%) saturate(2%) hue-rotate(131deg) brightness(111%) contrast(100%);
}

.purple-filter {
    filter: invert(11%) sepia(74%) saturate(5505%) hue-rotate(311deg) brightness(90%) contrast(107%);
}

.slot-timer-btn {
    display: list-item;
    cursor: pointer;
    background-color: #a20067;
    color: #FFFFFF;
    padding: 4%;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    max-height: 50px;
    margin-top: 7%;
    white-space: nowrap;
    width: fit-content;
}

.slot-timer-btn-mob {
    cursor: pointer;
    background-color: #a20067;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    margin-top: -10%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 5px;
}

.table-purple {
    border-color: #58B7CB !important;
}

.btn100 {
    width: 100%;
    text-align: center;
}

.colour-darkpurple {
    background-color: #7e3f98;
}

.colour-blue {
    background-color: #15819E;
}

.colour-pink {
    background-color: #a20067;
}

.forecolour-pink {
    color: #a20067;
}

.largerfont {
    font-size: 1.4em;
}

.left-margin-small {
    margin-left: 25%;
}

.table-border-none th {
    border-color: transparent !important;
}

.table-border-none td {
    border-color: transparent !important;
}

.table-purple-border td {
    border-color: #a20067 !important;
}

.table-purple-border th {
    border-color: #a20067 !important;
}


.table-no-border {
    border-color: transparent;
}

.table-row-border-purple {
    border-bottom: 1px solid #a20067 !important;
}


.table-blue-border td {
    border-color: #15819E !important;
}

.table-blue-border th {
    border-color: #15819E !important;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font34 {
    font-size: 34px;
}

.font36 {
    font-size: 36px;
}

.underline_active {
    text-decoration: underline solid #15819E 3px;
    text-underline-position: under;
}

.flex-box {
    display: flex;
}

.info-title {
    display: none;
}

@media (max-width: 767px) {
    .ctrl-row {
        display: flex;
        flex-flow: column;
    }

    .ctrl-container {
        order: 2;
    }

    .ctrl-title {
        display: none;
    }

    .info-container {
        order: 1;
        margin-bottom: -10%;
    }

    .info-title {
        display: inline-block;
    }
}

.info-icon-padding-top {
    padding-top: 5%;
    padding-right: 2%;
}

.li-purple-border-top {
    border-top: 1px solid #a20067;
}

.li-darkpurple-border-top {
    border-top: 1px solid #7e3f98;
}

.bold-font {
    font-weight: bold;
}

@media (max-width: 767px) {
    div[class^="col-sm-"], div[class*="col-sm-"] {
    }
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.myteacher-title {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: baseline;
}

.myteacher-title-mob {
}

.purple-dot {
    height: 20px;
    width: 20px;
    background-color: #a20067;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.black-dot {
    height: 20px;
    width: 20px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.purple-dark-font {
    color: #7e3f98;
}

.purple-dark-btn {
    color: #ffffff;
    background-color: #7e3f98;
    min-width: 200px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.purple-dark-btn-small {
    color: #ffffff;
    background-color: #7e3f98;
    min-width: 10px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
    min-width: 50px !important;
    white-space: nowrap;
}

.purple-dark-btn-a {
    white-space: nowrap;
    color: #ffffff;
    background-color: #7e3f98;
    display: inline-block;
    min-width: 200px;
    max-width: 400px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.purple-dark-btn-a-small {
    white-space: nowrap;
    color: #ffffff;
    background-color: #7e3f98;
    display: inline-block;
    min-width: 10px;
    min-height: 50px;
    border: none;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}


.purple-dark-btn-outline {
    color: #7e3f98;
    background-color: #FFFFFF;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #7e3f98;
    border-radius: 20px;
    padding: 10px;
    font-weight: bold;
}

.purple-dark-btn-outline-a {
    white-space: nowrap;
    color: #7e3f98;
    background-color: #FFFFFF;
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    border: 1px solid #7e3f98;
    border-radius: 20px;
    padding: 10px;
    padding-top: 15px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

    .purple-dark-btn-outline-a:hover {
        color: #7e3f98;
        text-decoration: none;
    }

.nav-tabs-new {
    border: none;
    margin-left: -10px;
}

    .nav-tabs-new a {
        border: none !important;
        color: #000000;
    }

    .nav-tabs-new li.active a {
        text-decoration: underline;
        text-decoration-color: #a20067;
        text-decoration-thickness: 2px;
        text-underline-offset: 5px;
    }

.nav-tabs-new-mob li {
    width: 30%;
}

    .nav-tabs-new-mob li:last-of-type {
        margin-left: 8%;
    }

#btnValidateTeacher {
    margin-top: -7.5px;
}

#btnValidateOrg {
    margin-top: -7.5px;
}

.modal-mob {
    padding: 0 !important;
}

    .modal-mob .modal-dialog-mob {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-mob .modal-content-mob {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

.reschedule-all-box {
    background-color: #EAEAEA;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.col-sm-20-riam {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

@media (min-width: 768px) {
    .col-sm-20-riam {
        float: left;
    }
}


@media (max-width: 767px) {

    .username_menu {
        float: left !important;
    }

    .burguer-menu-in {
        background-color: #FFFFFF;
    }
}
