.green-text>td {
    color: green !important;
    font-weight: bold;
}

.red-text>td {
    color: red !important;
    font-weight: bold;
}

#search-btn {
    height: 39px;
    width: 39px;
}

#export_trial_users_form {
    padding: 0px;
}

#exportTrial {
    width: 100%;
}

#exportTrialDiv {
    display: none;
}

.custom-container {
    margin-top: 100px;
}

#error-div {
    display: none;
}

.credit-item {
    cursor: default;
    margin-top: -5px;
}

.notification-button {
    margin-left: 1rem;
}

.credit-alert {
    max-width: 430px !important;
    margin-top: 0%;
    position: relative !important;
    left: 36vw !important;
}

.user-alert {
    margin-top: 0%;
    position: relative !important;
    left: 15vw !important;
}

.permission-denied-container {
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    text-align: center;
    color: #343434;
    font-family: "montserrat", sans-sans-serif;
    margin-left: -2%;
}

.permission-denied-container h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 900;
}

.permission-denied-container a {
    text-decoration: none;
    background: #2e6da4;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
}

#info-div-student,
#info-div-pot,
#stud-div {
    display: none;
}

.left-icon {
    margin-left: -5px;
}

#loading_gif {
    position: absolute;
    margin-left: 20%;
    display: none;
    z-index: 1;
}

.portal-title {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.section-margin {
    margin-bottom: 50px;
}

.title-margin {
    margin-bottom: 80px;
    padding-top: 30px;
}

.portal-content {
    margin-bottom: 50px;
}

.project-img {
    width: 100%;
}

.arch_projects {
    margin-bottom: 80px;
}

.section-row {
    margin-bottom: 150px;
}

.button-icon {
    margin-left: -2px;
    margin-top: -3px;
    font-size: 20px;
    color: white;
}

.ui-tooltip {
    padding: 10px 12px;
    color: Black;
    background: white;
    border: 1px solid #999;
    position: absolute;
}

label {
    font-weight: bold;
}

.template-div>.form-group {
    margin-bottom: 20px;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7 !important;
}

a {
    text-decoration: none;
    color: #337ab7;
}

.list-group>a:hover {
    color: #337ab7 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-link-color);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.btn-light,
.btn-light:hover,
.btn-default {
    background-color: white;
    border: 1px solid #ced4da;
    color: black;
}

#remember {
    transform: scale(1.5);
    cursor: pointer;
}

.hidden-scroll-bar {
    overflow: hidden;
}

.navbar {
    margin-bottom: 2%;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar-brand>.material-icons {
    font-size: 35px;
}

#navbarDropdown {
    margin-top: -5px;
}

.nav-item>.active {
    color: var(--bs-link-color) !important;
}

.menu-icon,
.nav-icon {
    position: absolute;
}

.menu-title {
    margin-left: 1%;
}

.nav-title {
    margin-left: 1.8vw;
}

.bigger-dropdown {
    max-height: 300px !important;
}

.sign-out-list {
    padding-top: 30px;
}

.list-group-item>.material-icons {
    position: absolute;
}

.list-link {
    margin-left: 33px;
}

.main-icon {
    font-size: 24px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.partner-portal-div {
    display: flex;
    justify-content: center;
    height: 350px;
    align-items: center;
}

.partner-header-div {
    background-color: rgba(224, 224, 224, 0.77);
    width: 60%;
    height: 180px;
    padding: 20px 150px 20px 150px;
}

.partner-header-div>h1 {
    color: white;
    font-size: 100px;
}

.limit-div {
    margin-top: 30px;
}

.disabled {
    pointer-events: auto !important;
    cursor: no-drop;
}

.label-div {
    margin-left: 5%;
}

select.form-control {
    -webkit-appearance: menulist;
    appearance: menulist;
}

.limit-select {
    margin-left: -70px;
}

.custom-date-picker {
    width: 92%;
}

#partner-portal-background {
    background: url(/shared/img/laptop_mockup_archlinexp_cybermonday18_full.jpg);
    background-position: 50% 100%;
    background-size: cover;
    height: 400px;
    width: 100%;
    margin-top: -48px;
    background-repeat: no-repeat;
    margin-bottom: 2%;
}

.grey-content {
    background-color: rgba(230, 230, 230, 1);
    padding-bottom: 5px;
}

.partner-btn {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    font-weight: bolder;
    border: 2px solid black;
    padding: 8px 12px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: black;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    margin-left: 13px;
}

.partner-btn:hover {
    color: #2e6da4;
}

.custom-title-margin {
    margin-bottom: 40px;
}

.modal-footer-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.material-icons {
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    margin-top: 3px;
}

.full-width-btn {
    width: 100%;
}

.no-result {
    text-align: center;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.not-found-container {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #343434;
    font-family: "montserrat", sans-sans-serif;
    margin-left: -2%;
}

.not-found-container h1 {
    font-size: 160px;
    margin: 0;
    font-weight: 900;
    letter-spacing: 20px;
}

.not-found-container a {
    text-decoration: none;
    background: #e55039aa;
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 25px;
    font-size: 14px;
    text-transform: uppercase;
}

.not-found-container a:hover {
    background: #e55039;
}

.login-container {
    margin-top: 5%;
    max-width: 80%;
}

.alert {
    max-width: 730px;
    position: absolute;
    left: 40%;
}

#reg-btn {
    display: block;
    margin-left: 55%;
    margin-right: auto;
    margin-top: 29%;
}

.bordered-div {
    border: 2px solid #337ab7;
    margin-left: 0%;
    padding-bottom: 1%;
    padding-top: 0.5%;
}

.new-customer {
    margin-left: 35%;
}

.new-div {
    margin-left: -5% !important;
}

.div-header {
    margin-bottom: 10%;
}

.new-customer-row {
    margin-left: -10% !important;
}

.success-container {
    width: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    text-align: center;
    color: #343434;
    font-family: Raleway, sans-serif;
    margin-left: -2%;
}

.success-container h1 {
    font-size: 60px;
    margin: 0;
    font-weight: 900;
}

.success-container p {
    font-size: 20px;
}

.index-container {
    margin-top: 1%;
}

.chk-box-div {
    margin-top: 15px;
}

.frame {
    padding: 20px;
}

.custom-label {
    margin-bottom: 10px !important;
}

.sub-comment-row {
    margin-top: -40px !important;
}

.right-div {
    text-align: right;
}

.upper-div {
    margin-top: -3%;
}

.hr-div {
    margin-top: -3%;
}

.payment-radio {
    margin-left: 2%;
}

a {
    cursor: pointer;
}

table {
    width: 100% !important;
}

.modal-dialog {
    overflow-y: initial !important;
}

.modal-body {
    height: 75vh;
    overflow-y: auto;
}

.user-modal-body {
    height: auto;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.custom-alert {
    margin-top: 2%;
}

.blue-hover tbody tr:hover td,
.blue-hover tbody tr:hover th {
    background-color: rgba(30, 144, 255, 0.5);
}

body {
    color: #5d5d5d !important;
}

#allUsersDiv {
    display: none;
}

.chart-container {
    width: 100%;
    float: center;
    margin-top: 20px;
}

.tmp-div {
    margin-left: 0.5%;
}

.action-btn {
    margin-top: 22px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.trialusage {
    overflow-x: hidden;
}

form .error {
    color: #ff0000;
}

#table-label {
    font-weight: bold;
    color: var(--bs-body-color);
    margin-top: 3%;
}

#export_users_form {
    display: none;
}

#courses-div {
    display: none;
}

.date-div {
    margin-right: 15px;
}

#delete_template {
    display: none;
}

.usage-modal {
    height: 50%;
}

.mouse-pointer {
    cursor: pointer;
}

.tooltip-inner {
    padding: 6px 10px;
}

#edit_template {
    display: none;
}

.template-container {
    margin-left: 1%;
}

.table-div {
    display: none;
    margin-right: 30px;
}

#lightSwitch {
    transform: scale(1.5);
}

.lightMode {
    margin-left: 0.5em;
    margin-top: 0.2em;
}

.lightMode>label {
    margin-left: 0.5em;
}

.switchSvg {
    fill: var(--bs-body-color);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.btn-light {
    background-color: var(--bs-body-bg) !important;
    color: var(--bs-body-color) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.black-text {
    color: #212529;
}

.partner-title {
    font-size: 44px;
}

.accordion-button {
    font-weight: bold;
    font-size: 22px;
}

.red-btn {
    color: red;
    border-color: #ff0000;
}

p,
h1,
h3,
h2,
h4,
h5,
label,
ul>li,
#info-label {
    color: var(--bs-body-color);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    border: var(--bs-border-width) solid var(--bs-border-color);
}

#statistics {
    text-align: center;
    margin-top: 10%;
    display: none;
}

.quantity_label {
    margin-top: 5px;
}

.quantity_input {
    margin-left: 10px;
}

.floating-lan-div {
    display: none;
}


.hiddenSelect {
    display: none;
}

#info-label {
    margin-bottom: 40px;
}

.pointer {
    cursor: pointer;
}

#hl_div {
    margin-bottom: 20px;
    display: none;
}

.bigger-text {
    font-size: 18px;
}

.nonp-div {
    padding-left: 0px;
}

.file-div {
    width: 110%;
}

.order-container {
    padding-right: 50px;
    padding-left: 50px;
}

.bordered {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 10px 10px 10px 10px;
}

.credit-div {
    margin-bottom: 20px;
}

.live-div {
    margin-bottom: 10px;
}

.swal-text {
    font-size: 18px;
    text-align: center;
}

.swal-modal {
    width: 550px;
}

.dist-container {
    width: 75%;
    padding: 0px 50px 20px 50px;
    margin-left: 10%;
}

.dropdown-menu {
    max-height: 40vw;
    overflow-y: auto;
}

.user-input-error {
    color: red;
    margin-top: 5px;
    font-weight: bold;
}

.tooltips {
    position: relative;
    float: right;
}

.info-tooltip>.tooltiptext {
    background-color: #d1ecf1;
    color: #0c5460;
    float: right;
}

.error-tooltip .tooltiptext {
    background-color: #f8d7da;
    color: #721c24;
}

.warning-tooltip .tooltiptext {
    background-color: #fff3cd;
    color: #856404;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 300px;
    border-radius: 6px;
    padding: 20px 50px 10px 0px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 0%;
    right: 50%;
    margin-left: -60px;
}

.tooltips:hover .tooltiptext {
    visibility: visible;
}

.search-container {
    position: relative;
}

.search-input {
    text-indent: 25px;
}

.search-icon {
    position: absolute;
    top: 48%;
    left: 15px;
    transform: translateY(-50%);
    color: #888;
}

.delete-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

.hidden-icon {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .btn-div {
        margin-left: -20px;
    }

    .bordered {
        padding: 10px 20px 10px 20px;
    }

    .frame {
        border-radius: 1px;
        border: 1px solid #ccc;
    }

    .user-details-div {
        width: 63%;
        margin-right: 3.6%;
    }

    .nav-right {
        margin-left: -20% !important;
    }

    #partner-portal-background {
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 768px) {
    #reg-btn {
        margin-left: auto !important;
        margin-top: 0% !important;
    }

    .partner-portal-div {
        display: none;
    }

    #name-div {
        display: none;
    }

    .nav-title {
        margin-left: 10%;
    }

    .alert {
        left: 25%;
    }

    .login-container {
        margin-top: 20%;
    }

    .new-customer {
        margin-top: 10%;
    }

    .bordered-div {
        border: 0px solid #337ab7;
    }

    .right-div {
        text-align: left;
    }

    .upper-div {
        margin-top: 0%;
    }

    .hr-div {
        margin-top: 0%;
    }
}