﻿html,
body {
    height: 100%;
}

a {
    text-decoration: none !important;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

body {
    display: flex;
    flex-direction: column;
    color: #647784;
    line-height: 20px;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "poppins", sans-serif;
    font-weight: 300;
    min-height: 100vh;
    background: #f7f7f7;
    height: auto;
}

.contain {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 2px rgb(0 0 0 / 27%);
    z-index: 88;
}

.flexFillContent {
    flex: 1 0 auto;
    padding-top: 91px;
}

.a-underline {
    text-decoration: underline;
}

.pull-right {
    float: right !important;
}

.goleft {
    float: left !important;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice {
    background-color: #0095ff !important;
    border: none !important;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 3px !important;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic
.select2-selection--multiple
.select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    color: #fff !important;
}

.shortSelect {
    padding-right: 15px !important;
}

.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.poof .caret-container {
    color: white !important;
    display: none !important;
}

.darklink a {
    color: #331 !important;
    font-size: small !important;
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}

footer {
    flex-shrink: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

a:link,
a:visited {
    color: #647784;
}

a:hover,
a:active,
a:focus {
    color: #1b477a;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-header {
    padding-left: 15px;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0px 10px 0px 25px;
}

.nav-item {
    border-right: 0px solid #e8e8e8
}

.nav-link {
    text-align: center;
    font-size: 12px;
    border-bottom: 4px solid #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 22px;
}

.nav-link:hover,
.nav-link.active,
.nav-link.active:hover,
.nav-link.active:focus {
    border-bottom: 4px solid #1b467a;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:focus {
    color: #1b467a;
    background-color: transparent;
}

.navbar-light .navbar-inverse .navbar-nav > li > a:hover,
.navbar-light .navbar-inverse .navbar-nav > li > a:active,
.navbar-light .navbar-inverse .navbar-nav > li > a:focus {
    color: #1b477a;
    background-color: transparent;
}

.navbar-nav > li > a {
}

ion-icon {
    font-size: 50px;
}

.MainNavLabel {
    max-width: 120px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MainNavIcons .mdi {
    font-size: 19px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}
li .UserName, li .UserRole {
    margin-left: 10px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

h2 {
    font-size: 16px;
    color: #8393a7;
}

.controllerLinks {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #2c5c9a;
    border-radius: 5px;
    padding: 20px;
}

    .controllerLinks a {
        width: 100%;
        display: inline-block;
        padding: 0px 20px;
    }

.footerBorder {
    border-top: 1px solid #c9d3de;
    border-bottom: 1px solid #c9d3de;
    padding: 20px 0px;
    background: #fff;
}

.footerNav {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .footerNav a:link,
    .footerNav a:visited,
    .footerNav a:hover,
    .footerNav a:active {
        color: #3c4d63;
        padding: 0px 25px;
    }

    .footerNav li {
        display: inline-block;
    }

.socialIcons {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    text-align: center;
}

    .socialIcons li {
        display: inline-block;
        padding: 0px 5px;
    }

    .socialIcons a:link,
    .socialIcons a:visited {
        height: 35px;
        width: 35px;
        background-color: #637883;
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        line-height: 35px;
        border-radius: 50%;
    }

    .socialIcons a:hover,
    .socialIcons a:active {
        border-radius: 50%;
        background-color: #1b467a;
        color: #ffffff;
    }

.copyright {
    font-size: 12px;
    padding: 10px;
    color: #808080;
    background-color: #e6e6e6;
}

.dataTables {
    width: 100%;
    min-width: 100%;
}

.btn:hover {
    cursor: pointer;
}

.btn-secondary {
    color: #fff;
    background-color: #9aa7ae;
    border-color: #9aa7ae;
    text-transform: none !important;
}

    .btn-secondary:hover {
        color: #ffffff;
        background-color: #4fbd5e;
        border-color: #4fbd5e;
    }

.DatatableExport th,
.DatatableExport td {
    min-width: 150px;
    padding: 5px;
    border-right: 1px solid #dee2e6 !important;
}

.ExportDataTable div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    top: -15px;
    right: 0px;
}

.ExportDataTable .dt-buttons.btn-group {
    top: 0px;
}

button.toggle-vis {
    white-space: nowrap;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

button.toggle-vis {
    background-color: transparent;
    text-align: left;
    border: none;
    color: #d1335b;
    text-decoration: line-through;
}

    button.toggle-vis.showMe {
        background-color: transparent;
        text-align: left;
        border: none;
        color: #647784;
        text-decoration: none;
    }

    button.toggle-vis:hover {
        color: #4fbd5e;
        cursor: pointer;
    }

    button.toggle-vis.showMe:hover {
        color: #0080c6;
        cursor: pointer;
    }

.dt-buttons.btn-group {
    top: -50px;
}

div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    top: 18px;
    right: 15px;
}

    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
        text-align: right;
        position: relative;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        min-width: 300px;
        padding-right: 25px;
    }

    div.dataTables_wrapper div.dataTables_filter label i {
        position: absolute;
        right: 6px;
        top: 6px;
    }

.btn {
    height: 36px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 18px;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase;
}
/*Button Normal State Outline*/
.btn-theme-blue {
    border: 1px solid #0080c6;
    color: #0080c6 !important;
    background-color: transparent !important;
}

.btn-theme-red {
    border: 1px solid #d1335b;
    color: #d1335b !important;
    background-color: transparent !important;
}

.btn-theme-yellow {
    border: 1px solid #fec227;
    color: #fec227 !important;
    background-color: transparent !important;
}

.btn-theme-green {
    border: 1px solid #4fbd5e;
    color: #4fbd5e !important;
    background-color: transparent !important;
}

.btn-theme-purple {
    border: 1px solid #633b97;
    color: #633b97 !important;
    background-color: transparent !important;
}

.btn-theme-grey {
    border: 1px solid #9aa7ae;
    color: #9aa7ae !important;
    background-color: transparent !important;
}

.btn-theme-orange {
    border: 1px solid #f36f2b;
    color: #f36f2b !important;
    background-color: transparent !important;
}

/*Button Hover States Outline*/
.btn-theme-blue:hover {
    border: 1px solid #0080c6;
    background-color: #0080c6 !important;
    color: #ffffff !important;
}

.btn-theme-red:hover {
    border: 1px solid #d1335b;
    background-color: #d1335b !important;
    color: #ffffff !important;
}

.btn-theme-yellow:hover {
    border: 1px solid #fec227;
    background-color: #fec227 !important;
    color: #ffffff !important;
}

.btn-theme-green:hover {
    border: 1px solid #4fbd5e;
    background-color: #4fbd5e !important;
    color: #ffffff !important;
}

.btn-theme-purple:hover {
    border: 1px solid #633b97;
    background-color: #633b97 !important;
    color: #ffffff !important;
}

.btn-theme-grey:hover {
    border: 1px solid #9aa7ae;
    background-color: #9aa7ae !important;
    color: #ffffff !important;
}

.btn-theme-orange:hover {
    border: 1px solid #f36f2b;
    background-color: #f36f2b !important;
    color: #ffffff !important;
}

/*Button Normal States Solid*/
.btn-theme-blue-Solid {
    border: 1px solid #0080c6;
    background-color: #0080c6 !important;
    color: #ffffff !important;
}

.btn-theme-red-Solid {
    border: 1px solid #d1335b;
    background-color: #d1335b !important;
    color: #ffffff !important;
}

.btn-theme-yellow-Solid {
    border: 1px solid #fec227;
    background-color: #fec227 !important;
    color: #ffffff !important;
}

.btn-theme-green-Solid {
    border: 1px solid #4fbd5e;
    background-color: #4fbd5e !important;
    color: #ffffff !important;
}

.btn-theme-purple-Solid {
    border: 1px solid #633b97;
    background-color: #633b97 !important;
    color: #ffffff !important;
}

.btn-theme-grey-Solid {
    border: 1px solid #9aa7ae;
    background-color: #9aa7ae !important;
    color: #ffffff !important;
}

.btn-theme-orange-Solid {
    border: 1px solid #f36f2b;
    background-color: #f36f2b !important;
    color: #ffffff !important;
}
/*Button Hover State Solid*/
.btn-theme-blue-Solid:hover {
    border: 1px solid #0080c6;
    color: #0080c6 !important;
    background-color: transparent !important;
}

.btn-theme-red-Solid:hover {
    border: 1px solid #d1335b;
    color: #d1335b !important;
    background-color: transparent !important;
}

.btn-theme-yellow-Solid:hover {
    border: 1px solid #fec227;
    color: #fec227 !important;
    background-color: transparent !important;
}

.btn-theme-green-Solid:hover {
    border: 1px solid #4fbd5e;
    color: #4fbd5e !important;
    background-color: transparent !important;
}

.btn-theme-purple-Solid:hover {
    border: 1px solid #633b97;
    color: #633b97 !important;
    background-color: transparent !important;
}

.btn-theme-grey-Solid:hover {
    border: 1px solid #9aa7ae;
    color: #9aa7ae !important;
    background-color: transparent !important;
}

.btn-theme-orange-Solid:hover {
    border: 1px solid #f36f2b;
    color: #f36f2b !important;
    background-color: transparent !important;
}

/*Button Disabled State Solid*/
.btn-theme-blue-Solid.disabled,
.btn-theme-red-Solid.disabled,
.btn-theme-yellow-Solid.disabled,
.btn-theme-green-Solid.disabled,
.btn-theme-purple-Solid.disabled,
.btn-theme-grey-Solid.disabled,
.btn-theme-orange-Solid.disabled,
.btn-theme-blue-Solid.disabled:hover,
.btn-theme-red-Solid.disabled:hover,
.btn-theme-yellow-Solid.disabled:hover,
.btn-theme-green-Solid.disabled:hover,
.btn-theme-purple-Solid.disabled:hover,
.btn-theme-grey-Solid.disabled:hover,
.btn-theme-orange-Solid.disabled:hover {
    border: 1px solid #647784 !important;
    color: #ffffff !important;
    background-color: #647784 !important;
}

.noLink-btn-theme-blue-Solid,
.noLink-btn-theme-blue-Solid:hover {
    border: 1px solid #0080c6;
    color: #ffffff !important;
    background-color: #0080c6 !important;
    cursor: default !important;
}

.noLink-btn-theme-red-Solid,
.noLink-btn-theme-red-Solid:hover {
    border: 1px solid #d1335b;
    color: #ffffff !important;
    background-color: #d1335b !important;
    cursor: default !important;
}

.noLink-btn-theme-yellow-Solid,
.noLink-btn-theme-yellow-Solid:hover {
    border: 1px solid #fec227;
    color: #ffffff !important;
    background-color: #fec227 !important;
    cursor: default !important;
}

.noLink-btn-theme-green-Solid,
.noLink-btn-theme-green-Solid:hover {
    border: 1px solid #4fbd5e;
    color: #ffffff !important;
    background-color: #4fbd5e !important;
    cursor: default !important;
}

.noLink-btn-theme-purple-Solid,
.noLink-btn-theme-purple-Solid:hover {
    border: 1px solid #633b97;
    color: #ffffff !important;
    background-color: #633b97 !important;
    cursor: default !important;
}

.noLink-btn-theme-grey-Solid,
.noLink-btn-theme-grey-Solid:hover {
    border: 1px solid #9aa7ae;
    color: #ffffff !important;
    background-color: #9aa7ae !important;
    cursor: default !important;
}

.noLink-btn-theme-orange-Solid,
.noLink-btn-theme-orange-Solid:hover {
    border: 1px solid #f36f2b;
    color: #ffffff !important;
    background-color: #f36f2b !important;
    cursor: default !important;
}

.form-control {
    font-size: 12px;
    background-color: #ffffff;
}

.requiredField {
    color: #cc0000;
    margin-left: 5px;
}

.text-danger {
    margin-left: 5px;
}

.fancyboxBody {
    padding: 40px;
}

.fancybox-iframe,
.fancybox-content {
    border-radius: 5px;
}

.datepicker {
}

h2.formHeader {
    color: #3c4d63;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
}

.formBox {
    margin-bottom: 20px;
}

.formLabel {
    font-weight: bold;
}

.wysiwyg-full,
.wysiwyg-view {
    min-height: 380px;
    margin-bottom: 50px;
}

.wysiwyg-display,
.wysiwyg-display p,
.wysiwyg-display div,
.wysiwyg-display h1,
.wysiwyg-display h2,
.wysiwyg-display h3,
.wysiwyg-display h4,
.wysiwyg-display h5,
.wysiwyg-display h6 {
    font-size: 12px !important;
    margin: 0px !important;
}

.hideMe {
    display: none;
}

.fullDescriptionTag {
    border-bottom: 1px dashed #c9d3e0;
}

.select_all,
.select_all:focus,
.select_all:active {
    border: none;
    background: transparent;
    color: inherit;
    display: inline-block;
    width: 100%;
    text-align: left;
    outline: none;
}

    .select_all:hover {
        cursor: pointer;
    }


.DataTables-Card-Pagination {
    position: absolute;
    top: 18px;
    right: 20px;
}

    .DataTables-Card-Pagination .pagination li {
        display: none;
    }

        .DataTables-Card-Pagination .pagination li.previous,
        .DataTables-Card-Pagination .pagination li.next {
            display: inline;
        }

.DataTables-Card-Info {
    padding: 0px 15px;
    position: relative;
    top: 45px;
}

.ProfileImage-Container {
    position: relative;
}

.ProfileImage-Button {
    position: absolute;
    display: none;
    text-align: right;
    width: 100%;
    height: 100%;
}

    .ProfileImage-Button a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .ProfileImage-Button a:link i,
        .ProfileImage-Button a:visited i,
        .ProfileImage-Button a:focus i {
            display: block;
            width: 50px;
            height: 50px;
            line-height: 50px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            text-align: center;
            float: right;
            margin-top: 20px;
            margin-right: 20px;
        }

        .ProfileImage-Button a:hover i,
        .ProfileImage-Button a:active i {
            background: rgba(0, 0, 0, 0.5);
        }

    .ProfileImage-Button i,
    .ProfileImage-Button i:hover {
        font-size: 30px;
        color: #ffffff;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    height: 20px;
    width: 20px;
    text-align: center;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    height: 20px;
    width: 20px;
}

.custom-checkbox.checkbox-theme-bg-blue
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0080c6;
}

.custom-checkbox.checkbox-theme-bg-red
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #d1335b;
}

.custom-checkbox.checkbox-theme-bg-yellow
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fec227;
}

.custom-checkbox.checkbox-theme-bg-green
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4fbd5e;
}

.custom-checkbox.checkbox-theme-bg-purple
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #633b97;
}

.custom-checkbox.checkbox-theme-bg-grey
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #9aa7ae;
}

.custom-checkbox.checkbox-theme-bg-orange
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #f36f2b;
}

.custom-checkbox .custom-control-label::before,
.custom-control-label::after {
    width: 20px;
    height: 20px;
}

.custom-control-label {
    line-height: 30px;
}

.profilePicture {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid orange;
}

    .profilePicture img {
        position: relative;
        left: -20%;
        top: -5%;
        width: 140%;
    }

.profilePictureFundi {
    border: 2px solid #4fbd5e;
    border-radius: 50%;
    padding: 2px;
    margin-top: 4px;
}

.profilePictureFundiStudent {
    border: 2px solid #f36f2b;
    border-radius: 50%;
    padding: 2px;
    margin-top: 4px;
}

.profilePictureMentor {
    border: 2px solid #633b97;
    border-radius: 50%;
    padding: 2px;
    margin-top: 4px;
}

.profilePictureprofilePictureSysController {
    border: 2px solid #0080c6;
    border-radius: 50%;
    padding: 2px;
    margin-top: 4px;
}

.profileNav .nav-link {
    text-align: center;
    font-size: 12px;
    border-bottom: 0px solid #ffffff;
    padding-left: 0px;
    padding-right: 0px;
}

.profileNav .dropdown-item {
    font-size: 12px;
}

.profileNav .nav-item {
    border-right: 0px;
}

.profileNav i {
    font-size: 30px;
}

.loginContainer i {
    font-size: 12px;
}

.profileNav .dropdown-toggle::after {
    display: none;
}

.UserRole {
    color: #8393a6;
}

.dropdown-item:active {
    background-color: #1b477a;
}

#pageLoading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 999999;
    text-align: center;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding-top: 20%;
}

.errorContainer {
    padding: 50px;
    margin-top: 15%;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #d4d4d4;
}

.errorHeading {
    font-size: 44px;
    margin-left: -4px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #1b477a;
}

.errorMessage {
    font-size: 18px;
}

.errorPages {
    background-color: #647784;
    color: #647784;
    background: url("../images/error_bg.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.errorLinks {
}

    .errorLinks a {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }

.stepwizard-step p {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
}

    .btn-circle.disabled,
    .btn-circle.disabled:hover {
        background-color: #dddddd;
        cursor: default;
    }

.btn-circle-theme-blue {
    color: #ffffff !important;
    background-color: #0080c6;
}

.btn-circle-theme-red {
    color: #ffffff !important;
    background-color: #d1335b;
}

.btn-circle-theme-yellow {
    color: #ffffff !important;
    background-color: #fec227;
}

.btn-circle-theme-green {
    color: #ffffff !important;
    background-color: #4fbd5e;
}

.btn-circle-theme-purple {
    color: #ffffff !important;
    background-color: #633b97;
}

.btn-circle-theme-grey {
    color: #ffffff !important;
    background-color: #9aa7ae;
}

.btn-circle-theme-grey {
    color: #ffffff !important;
    background-color: #9aa7ae;
}

.btn-circle-theme-orange {
    color: #ffffff !important;
    background-color: #f36f2b;
}

/*Button Hover States Outline*/
.btn-circle-theme-blue:hover {
    color: #ffffff !important;
    background-color: #0080c6;
    text-decoration: none;
}

.btn-circle-theme-red:hover {
    color: #ffffff !important;
    background-color: #d1335b;
    text-decoration: none;
}

.btn-circle-theme-yellow:hover {
    color: #ffffff !important;
    background-color: #fec227;
    text-decoration: none;
}

.btn-circle-theme-green:hover {
    color: #ffffff !important;
    background-color: #4fbd5e;
    text-decoration: none;
}

.btn-circle-theme-purple:hover {
    color: #ffffff !important;
    background-color: #633b97;
    text-decoration: none;
}

.btn-circle-theme-grey:hover {
    color: #ffffff !important;
    background-color: #9aa7ae;
    text-decoration: none;
}

.btn-circle-theme-grey:hover {
    color: #ffffff !important;
    background-color: #9aa7ae;
    text-decoration: none;
}

.btn-circle-theme-orange:hover {
    color: #ffffff !important;
    background-color: #f36f2b;
    text-decoration: none;
}

.dataTableCard {
    padding: 1.25rem;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background-color: #ffffff;
}

.dataTableCardHead {
    padding: 1.25rem;
    border: 0px solid #c9d3e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
}

.dataTableCardBody {
    padding: 1.25rem;
    border: 1px solid #c9d3e0;
    border-top: 0px;
    border-bottom: 0px;
    background-color: #ffffff;
}

.dataTableCardDescription {
    padding: 1.25rem;
    border: 1px solid #c9d3e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
}

fieldset {
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 1.25rem;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    background-color: #ffffff;
}

    fieldset legend {
        display: inline-block;
        width: auto;
        text-transform: uppercase;
        padding: 0px 15px;
        background-color: #ffffff;
    }

.has-danger .form-control,
.has-danger .custom-file-label,
.form-control.input-validation-error {
    border: 1px solid #b70202;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
.col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    height: 10px;
}

.col-2-auto {
    width: auto;
    float: left;
    padding: 0 10px;
}
/*Checkbox Triggers*/
.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox.checbox-switch label,
    .checkbox-inline.checbox-switch {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox.checbox-switch label input,
        .checkbox-inline.checbox-switch input {
            display: none;
        }

        .checkbox.checbox-switch label span,
        .checkbox-inline.checbox-switch span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #dbdbdb;
            background-color: rgb(255, 255, 255);
            border-color: rgb(223, 223, 223);
            box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .checkbox.checbox-switch label span:before,
            .checkbox-inline.checbox-switch span:before {
                display: inline-block;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                background: rgb(255, 255, 255);
                content: " ";
                top: 0;
                position: relative;
                left: 0;
                transition: all 0.3s ease;
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
            }

        .checkbox.checbox-switch label > input:checked + span:before,
        .checkbox-inline.checbox-switch > input:checked + span:before {
            left: 17px;
        }

        /* Switch Default */
        .checkbox.checbox-switch label > input:checked + span,
        .checkbox-inline.checbox-switch > input:checked + span {
            background-color: rgb(180, 182, 183);
            border-color: rgb(180, 182, 183);
            box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-red label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-red > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-blue label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-blue > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-yellow label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-yellow > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-green label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-green > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-purple label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-purple > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-grey label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-grey > input:checked:disabled + span,
        .checkbox.checbox-switch.theme-orange label > input:checked:disabled + span,
        .checkbox-inline.checbox-switch.theme-orange > input:checked:disabled + span {
            background-color: rgb(220, 220, 220);
            border-color: rgb(220, 220, 220);
            box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
        }

        .checkbox.checbox-switch.theme-red label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-red > input:checked + span {
            background-color: rgb(209, 51, 59);
            border-color: rgb(209, 51, 59);
            box-shadow: rgb(209, 51, 59) 0px 0px 0px 8px inset;
        }

        .checkbox.checbox-switch.theme-blue label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-blue > input:checked + span {
            background-color: rgb(0, 128, 198);
            border-color: rgb(0, 128, 198);
            box-shadow: rgb(0, 128, 198) 0px 0px 0px 8px inset;
        }

        .checkbox.checbox-switch.theme-yellow label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-yellow > input:checked + span {
            background-color: rgb(254, 194, 39);
            border-color: rgb(254, 194, 39);
            box-shadow: rgb(254, 194, 39) 0px 0px 0px 8px inset;
        }

        .checkbox.checbox-switch.theme-green label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-green > input:checked + span {
            background-color: rgb(79, 189, 94);
            border-color: rgb(79, 189, 94);
            box-shadow: rgb(79, 189, 94) 0px 0px 0px 8px inset;
        }

        .checkbox.checbox-switch.theme-purple label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-purple > input:checked + span {
            background-color: rgb(99, 59, 151);
            border-color: rgb(99, 59, 151);
            box-shadow: rgb(99, 59, 151) 0px 0px 0px 8px inset;
        }

        .checkbox.checbox-switch.theme-grey label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-grey > input:checked + span {
            background-color: rgb(99, 120, 131);
            border-color: rgb(99, 120, 131);
            box-shadow: rgb(99, 120, 131) 0px 0px 0px 8px inset;
        }

        .checkbox.checbox-switch.theme-orange label > input:checked + span,
        .checkbox-inline.checbox-switch.theme-orange > input:checked + span {
            background-color: rgb(243, 111, 43);
            border-color: rgb(243, 111, 43);
            box-shadow: rgb(243, 111, 43) 0px 0px 0px 8px inset;
        }

    .checkbox.checbox-switch.theme-red label,
    .checkbox.checbox-switch.theme-blue label,
    .checkbox.checbox-switch.theme-yellow label,
    .checkbox.checbox-switch.theme-green label,
    .checkbox.checbox-switch.theme-purple label,
    .checkbox.checbox-switch.theme-grey label,
    .checkbox.checbox-switch.theme-orange label {
        color: #647784 !important;
        width: 100%;
    }

.checkbox label:hover {
    cursor: pointer;
}
/*Disabled checkboxes*/
.checkbox.checbox-switch label > input:disabled + span,
.checkbox-inline.checbox-switch > input:disabled + span,
.checkbox.checbox-switch.theme-red label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-red > input:disabled + span,
.checkbox.checbox-switch.theme-blue label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-blue > input:disabled + span,
.checkbox.checbox-switch.theme-yellow label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-yellow > input:disabled + span,
.checkbox.checbox-switch.theme-green label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-green > input:disabled + span,
.checkbox.checbox-switch.theme-purple label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-purple > input:disabled + span,
.checkbox.checbox-switch.theme-grey label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-grey > input:disabled + span,
.checkbox.checbox-switch.theme-orange label > input:disabled + span,
.checkbox-inline.checbox-switch.theme-orange > input:disabled + span {
    background-color: rgb(232, 235, 238);
    border-color: rgb(255, 255, 255);
}

    .checkbox.checbox-switch label > input:disabled + span:before,
    .checkbox-inline.checbox-switch > input:disabled + span:before
    .checkbox.checbox-switch.theme-red
    label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-red > input:disabled + span,
    .checkbox.checbox-switch.theme-blue label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-blue > input:disabled + span,
    .checkbox.checbox-switch.theme-yellow label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-yellow > input:disabled + span,
    .checkbox.checbox-switch.theme-green label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-green > input:disabled + span,
    .checkbox.checbox-switch.theme-purple label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-purple > input:disabled + span,
    .checkbox.checbox-switch.theme-grey label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-grey > input:disabled + span,
    .checkbox.checbox-switch.theme-orange label > input:disabled + span,
    .checkbox-inline.checbox-switch.theme-orange > input:disabled + span {
        background-color: rgb(248, 249, 250);
        border-color: rgb(243, 243, 243);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    }

.downloadLink {
    display: inline-block;
    width: 100%;
}

    .downloadLink::before {
        content: "\F162";
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        margin-right: 10px;
    }

.borderBox,
.carousel {
    border: 1px solid #c9d3e0;
    border-radius: 5px;
}

    .carousel img,
    .carousel-item {
        border-radius: 5px;
    }

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 35px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
}
/*
.carousel-control-next-icon,
.carousel-control-prev-icon
    {
        background-image:none;
    }
.carousel-control-next-icon:before {
    content: "\f142";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
}

    .carousel-control-prev-icon:before {
        content: "\f141";
        display: inline-block;
        font: normal normal normal 24px/1 "Material Design Icons";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        font-size: 60px;
    }*/

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23274166' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23274166' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-indicators .active {
    background-color: #052765;
    opacity: 0.6;
}

.darkContent {
    background-color: #1b477a;
    color: #ffffff;
}

    .darkContent a:link,
    .darkContent a:visited {
        color: #c1c1c1;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 768px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .nav-item {
        border-right: 0px;
        border-bottom: 1px solid #dddddd;
    }
}

/*Charts*/

.ct-legend {
    position: relative;
    z-index: 10;
    list-style: none;
    text-align: center;
}

.uniChart .ct-legend {
    left: 105%;
    top: 5%;
}

.spendChart .ct-legend {
    left: 105%;
    top: 5%;
}

.loggedin_Student {
    border-left: none !important;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
      
    }
}

.ct-legend li {
    position: relative;
    padding-left: 20px;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
}

    .ct-legend li:before {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 0;
        content: "";
        border: 3px solid transparent;
        border-radius: 2px;
    }

    .ct-legend li.inactive:before {
        background: transparent;
    }

    .ct-legend li.ct-legend-inside {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ct-legend li.ct-series-0:before {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

    .ct-legend li.ct-series-1:before {
        background-color: #f4c63d;
        border-color: #f4c63d;
    }

.ct-legend {
    text-align: left;
    width: 320px;
    background: transparent;
    color: #282828;
    padding-left: 0px;
    position: absolute;
    left: 135%;
    top: 8%;
}

{
    padding: 10px 20px;
}

.ct-legend li {
    margin-bottom: 10px;
    padding-left: 20px;
    margin-right: 15px;
    width: 100%;
    font-size: 12px;
}

    .ct-legend li.ct-series-0:before {
        background-color: #0080c6;
        border-color: #0080c6;
    }

    .ct-legend li.ct-series-1:before {
        background-color: #4fbd5e;
        border-color: #4fbd5e;
    }

    .ct-legend li.ct-series-2:before {
        background-color: #633b97;
        border-color: #633b97;
    }

    .ct-legend li.ct-series-3:before {
        background-color: #fec227;
        border-color: #fec227;
    }

    .ct-legend li.ct-series-4:before {
        background-color: #f36f2b;
        border-color: #f36f2b;
    }

    .ct-legend li.ct-series-5:before {
        background-color: #d1335b;
        border-color: #d1335b;
    }

    .ct-legend li.ct-series-6:before {
        background-color: #637883;
        border-color: #637883;
    }

    .ct-legend li.ct-series-7:before {
        background-color: #f7c975;
        border-color: #f7c975;
    }

    .ct-legend li.ct-series-8:before {
        background-color: #c5c5c5;
        border-color: #c5c5c5;
    }

    .ct-legend li.ct-series-9:before {
        background-color: #ff6262;
        border-color: #ff6262;
    }

.completionChartInnerDetails {
    position: absolute;
    top: 44%;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
    text-transform: uppercase;
}

#SurveyPercentage .ct-series-a .ct-slice-donut {
    stroke: #0080c6;
}

#SurveyPercentage .ct-series-b .ct-slice-donut {
    stroke: #d0d0d0;
}

#SurveyPercentage .ct-legend li.ct-series-1:before {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid {
    fill: #0080c6;
}

.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid {
    fill: #4fbd5e;
}

.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid {
    fill: #633b97;
}

.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid {
    fill: #fec227;
}

.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid {
    fill: #f36f2b;
}

.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid {
    fill: #d1335b;
}

.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid {
    fill: #637883;
}

.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid {
    fill: #f7c975;
}

.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid {
    fill: #c5c5c5;
}

.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid {
    fill: #ff6262;
}

.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
    stroke: #0080c6;
}

.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
    stroke: #4fbd5e;
}

.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
    stroke: #633b97;
}

.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
    stroke: #fec227;
}

.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
    stroke: #f36f2b;
}

.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
    stroke: #d1335b;
}

.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
    stroke: #637883;
}

.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
    stroke: #f7c975;
}

.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
    stroke: #c5c5c5;
}

.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
    stroke: #ff6262;
}

/*TSL chart*/
.tlsChart .ct-legend li.ct-series-0:before {
    background-color: #4fbd5e;
    border-color: #4fbd5e;
}

.tlsChart .ct-legend li.ct-series-1:before {
    background-color: #f36f2b;
    border-color: #f36f2b;
}

.tlsChart .ct-legend li.ct-series-2:before {
    background-color: #d1335b;
    border-color: #d1335b;
}

.tlsChart .ct-series-a .ct-slice-pie {
    fill: #4fbd5e;
}

.tlsChart .ct-series-b .ct-slice-pie {
    fill: #f36f2b;
}

.tlsChart .ct-series-c .ct-slice-pie {
    fill: #d1335b;
}

/*TLS Chart*/

.ct-chart-donut .ct-label {
    color: #ffffff;
    fill: rgba(255, 255, 255, 1);
}

.chartist-tooltip {
    background: #131313;
    color: #ffffff;
    font-family: inherit !important;
    -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.75);
    z-index: 11;
    padding: 5px 55px;
    width: 250px;
}

    .chartist-tooltip:before {
        border-top-color: #131313;
    }

.chartist-tooltip-meta,
.chartist-tooltip-meta {
    display: inline-block;
}

.spendChart .chartist-tooltip-value {
    display: none !important;
}

.PorscheNextWLa {
    font-family: "PorscheNextWLa";
    font-weight: normal;
}

.ReportBorderBox {
    border: 1px solid #dddddd;
    padding: 30px;
    min-height: 334px;
    overflow: hidden;
    background-color: #ffffff;
}

.GreyTotals {
    color: #7d7d7d;
    font-size: 12px;
}

.ct-chart-line {
    overflow: visible !important;
}

.ct-point {
    stroke-width: 6px;
}

.ct-line {
    stroke-width: 2px;
}

.ct-series-a .ct-line {
    stroke: #5e5e5e;
}

.ct-series-a .ct-point {
    stroke: #4d4d4d;
}

.MainHeadings {
    margin-bottom: 15px;
}

.DidNotAttend {
    background-color: #950014;
    color: #ffffff;
    text-align: center;
}

.Attended {
    background-color: #bfbfbf;
    text-align: center;
}

.ct-label {
    font-size: 10px;
}

.help-block.with-errors,
.text-danger {
    color: #830606;
    display: inline-block;
    margin-left: 10px;
}

    .help-block.with-errors .list-unstyled {
        margin-bottom: 0px;
    }

input::-webkit-input-placeholder {
    color: #c1c1c1 !important;
}

input::-moz-placeholder {
    color: #c1c1c1 !important;
}

input:-ms-input-placeholder {
    color: #c1c1c1 !important;
}

input::placeholder {
    color: #c1c1c1 !important;
}

.requiredDocs {
    list-style: none;
    padding: 0px;
}

    .requiredDocs li {
        padding-left: 10px;
    }

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
    /* Webkit browsers like Safari and Chrome */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.navbar .dropdown-toggle::after {
    position: absolute;
    right: 6px;
    bottom: 22px;
}

.navbar .dropdown-menu a:link,
.navbar .dropdown-menu a:visited {
    font-size: 12px;
}

.filterForm {
    margin-top: 15px;
    margin-right: 15px;
}

.toggleColumnVisibility .dropdown {
    margin-right: 10px;
}

#SurveyQuestionAccordion .card-header {
    padding: 0px;
    background-color: #647784;
}

    #SurveyQuestionAccordion .card-header a.card-headerLink:link,
    #SurveyQuestionAccordion
    .card-header
    a.card-headerLink:visited
    #SurveyQuestionAccordion
    .card-header
    a.card-headerLink:hover,
    #SurveyQuestionAccordion .card-header a.card-headerLink:active {
        text-decoration: none;
        color: #ffffff;
        width: 100%;
        display: inline-block;
        padding: 10px 20px;
    }

#SurveyQuestionAccordion .card {
    margin-bottom: 10px;
}

.customHidden {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    border: 0px !important;
    padding: 0px;
}

.CheckboxCharts .ct-legend {
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
}

    .CheckboxCharts .ct-legend li {
        width: auto;
    }

td p {
    margin-bottom: 0px;
}

.informationPagesLists {
    padding-left: 15px;
}

    .informationPagesLists li {
        margin-bottom: 14px;
    }

    .informationPagesLists ul li {
        margin-bottom: auto;
    }

    .informationPagesLists h4 {
        font-size: 14px;
        margin-bottom: 5px;
        color: #8393a7;
    }

b,
strong {
    font-weight: bold;
}

.noListStyle {
    list-style: none;
    padding-left: 0px;
}

.smallButtonContainer .btn-small {
    height: 26px;
    font-size: 10px;
    border-radius: 18px;
    padding-left: 14px;
    padding-right: 10px;
    text-transform: uppercase;
    padding-top: 0px;
}

.loggedin_Default {
    border-left: 3px solid orange;
}

.loggedin_Student {
    border-left: 3px solid #f36f2b;
}

.loggedin_Company {
    border-left: 3px solid #4fbd5e;
}

.loggedin_Mentor {
    border-left: 3px solid #633b97;
}

.loggedin_SystemsController {
    border-left: 3px solid #0080c6;
}

/* Element | https://localhost:44338/LearnershipEnrollments */

#BulkGenerate {
    width: 100%;
}

.questions {
    font-size: 14px;
    padding: 5px 15px;
}

.bold {
    font-weight: 800;
}

.go-left {
    float: left;
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.questions {
    font-size: 14px;
    padding: 5px 15px;
}

.pad-vert {
    margin: 8px 0;
}

.big-or {
    font-size: 28px;
    line-height: 5;
    text-align: center;
}
textarea {
    padding: 7px;
    background-color: rgb(240, 240, 240);
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    resize: none;
}
input {
    padding: 7px;
    background-color: rgb(240, 240, 240);
    border: 1px solid #c6c6c6;
    border-radius: 4px;

}
select, .multi {
    padding: 7px;
    background-color: rgb(240, 240, 240);
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    height: inherit;
}

.reg {
    font-size: 15px;
}

.bland {
    background-color: grey !important;
    border: none !important;
    color: rgb(227, 223, 223) !important;
}

    .bland:hover {
        background-color: grey !important;
        border: none !important;
        color: rgb(227, 223, 223) !important;
    }

.questions-setup {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 15px 0;
    float: left;
}
.tab-content {
    margin-top: -17px;
}
.quest {
    margin-top: 10px;
}

.ans {
    margin-top: 30px;
    padding: 8px 4px;
    margin-left: 15px;
    width: calc(100% - 15px);
}

.lower {
    text-transform: capitalize;
}

table.dataTable thead.no-sort .sorting:before,
table.dataTable thead.no-sort .sorting_asc:before,
table.dataTable thead.no-sort .sorting:after,
table.dataTable thead.no-sort .sorting_asc:after {
    display: none;
}

.text-righ {
    text-align: right;
}

table.dataTable thead.no-sort > tr > th.sorting {
    padding-right: 10px;
}

.mini-add {
    background-color: #4fbd5e;
    color: #fff !important;
    border-radius: 16px;
    width: auto;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none !important;
    float: left;
    margin-right: 7px;
}

.mini-edit {
    background-color: #e6943d;
    color: #fff !important;
    border-radius: 16px;
    width: auto;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none !important;
    float: left;
    margin-right: 7px;
}

.aspect-name {
    max-width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    padding-right: 10px;
}

.mini-delete {
    background-color: #ed0d0d;
    color: #fff !important;
    border-radius: 16px;
    width: auto;
    padding: 0px 7px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    float: left;
    margin-right: 7px;
}

.text-right .mini-add {
    float: right;
}

.logged-as {
    position: fixed;
    bottom: 0;
    right: 0px;
    background: rgb(42 131 16);
    color: #fff;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 7px 11px 4px 16px;
    border-radius: 10px 0 0 0px;
    z-index: 100;
}

.logout {
    position: absolute;
    top: 0;
    right: 10px;
    background: #c13434;
    color: #fff !important;
    width: 28px;
    padding: 4px 1px 4px 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0 0 4px 0px;
    text-align: center;
    z-index: 9;
}
.login-out {
    background: #1e56ad;
    color: white !important;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 500;
}

@media screen and (max-width: 1440px) {
    .MainNavLabel {
        font-weight: 400;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    li .UserName, li .UserRole {
        margin-left: 10px;
        max-width: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 10px;
        font-size: 10px;
    }
}
@media screen and (max-width: 1280px) {
    .MainNavLabel {
        font-weight: 400;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    li .UserName, li .UserRole {
        margin-left: 10px;
        max-width: 60px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 10px;
        font-size: 10px;
    }
    .navbar-brand img {
        max-width: 90px;
    }
}

.nav-pills .nav-link.active {
    border-bottom: 6px solid #fff;
    color: #444;
    background-color: #ffffff;
    border-radius: 12px 11px 0 0;
    font-weight: 600;
    border: 0;
}
.nav-pills .nav-link {
   
    background: #e3e3e3;
    border: 0;
    border-radius: 0.25rem;
    border-radius: 11px 11px 0 0;
    border: 1px solid lightgrey;
    border-bottom: 0;
}

/*Bootsrap edit*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
}
.blink_anim {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 20px;
        left: 1px;
        bottom: 0px;
        background-color: #f47721;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #0d6efd;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

