﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Font */
/*==============================================================*/
.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rajdhani-bold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.notosans-regular {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.notosans-italic {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


/*==============================================================*/
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000000;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.mytable .v-table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

label.label {
    min-width: 100px;
}

.newBtnBlack {
    border-radius: 5px;
    color: #ffff;
    background-color: #262626;
    font-size: 1.1em;
    border: 0;
    cursor: pointer;
}

.newBtnBlack {
    border-radius: 5px;
    color: #ffff;
    background-color: #262626;
    font-size: 1.1em;
    border: 0;
    cursor: pointer;
}

.statusNewUser {
    background-color: #caf5ff;
    color: #214f5a;
    border-radius: 5px;
    font-family: "Noto Sans";
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

.statusActive {
    background-color: #e6ffe4;
    color: #2b4229;
    border-radius: 5px;
    font-family: "Noto Sans";
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

.statusVerified {
    background-color: #ffe8cc;
    color: #000000;
    border-radius: 5px;
    font-family: "Noto Sans";
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

.statusDeactivated {
    background-color: #f59fa5;
    color: #000000;
    border-radius: 5px;
    font-family: "Noto Sans";
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
}

.status-button {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    padding: 2px 7px;
    position: relative;
}

    .status-button .div {
        font-family: "Noto Sans", Helvetica;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: normal;
        margin-top: -1px;
        position: relative;
        width: fit-content;
    }

    .status-button.new-user {
        background-color: #caf5ff;
    }

    .status-button.verified {
        background-color: #ffe7cc;
    }

    .status-button.active {
        background-color: #e5ffe3;
    }

    .status-button.new-user .div {
        color: #204f59;
    }

    .status-button.verified .div {
        color: #a96d24;
    }

    .status-button.active .div {
        color: #2a4129;
    }

.trTableRow {
    height: 46px;
    max-height: 46px;
    min-height: 46px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 15px;
}

.maxTableHeight {
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    overflow: hidden;
}

.specialTableHeight {
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.teamName {
    font-size: 30px;
    text-align: center;
}

.license {
    font-size: 20px;
    text-align: center;
}

.textheader {
    font-size: 20px;
    text-align: center;
}

.textLabel {
    font-size: 16px;
    text-align: left;
}

.editLabel {
    font-size: 16px;
    text-align: left;
    min-width: 100px;
}

.editBox {
    font-size: 16px;
    text-align: left;
    min-width: 100px;
    border-radius: 5px;
    border-color: black;
}

.editPasswordBox {
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    border-color: black;
    display: inline-block;
}

.selectBox {
    font-size: 16px;
    text-align: left;
    min-width: 130px;
    border-radius: 5px;
    border-color: black;
}

.closeBtnBlack {
    border-radius: 5px;
    color: #fff;
    background-color: #262626;
    font-size: 1.1em;
    border: 0;
    cursor: pointer;
    text-align: center;
}

.closeBtnWhite {
    border-radius: 5px;
    color: #262626;
    background-color: #fff;
    font-size: 1.1em;
    border: 0;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    margin-right: 30px;
}

.container {
    /*    display: flex;
    justify-content: space-between;
*/
}

.col1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    border-right: 3px solid black;
    min-height: 100%; /* chrome needed it a question time , not anymore */
}

.col2 {
    -ms-flex: 0 0 65.333333%;
    flex: 0 0 65.333333%;
    max-width: 65.333333%;
    margin-left: 20px;
    min-height: 100%; /* chrome needed it a question time , not anymore */
}

.reportCol1 {
    -ms-flex: 0 0 20%;
    flex: 0 0 205%;
    max-width: 20%;
    border-right: 3px solid black;
    min-height: 100%; /* chrome needed it a question time , not anymore */
}

.reportCol2 {
    -ms-flex: 0 0 75.333333%;
    flex: 0 0 75.333333%;
    max-width: 75.333333%;
    margin-left: 20px;
    min-height: 100%; /* chrome needed it a question time , not anymore */
}

.row {
    min-height: 100%; /* chrome needed it a question time , not anymore */
    margin-top: 40px;
}

.horBorder {
    border-bottom: 3px solid black;
    margin-bottom: 15px;
    width: 900px;
}

.newUserBtnDiv {
    margin-bottom: 20px;
    width: 800px;
}

.pageUserTitle {
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
}

.pageTitle {
    font-size: 30px;
    text-align: left;
    color: black;
}

.textTableCell {
    min-width: 180px;
}

.textTableCellLarge {
    min-width: 250px;
}

.textTableCellMedium {
    min-width: 140px;
}

.textTableCellSmall {
    min-width: 100px;
}

.textTableCellXSmall {
    min-width: 75px;
}

.boolTableCell {
    min-width: 50px;
}

.emailTableCell {
    min-width: 270px;
}

.actionTableCell {
    min-width: 150px;
}

.actionTableCellLarge {
    min-width: 250px;
}

.msgTitleFormat {
    font-size: 40px;
    text-align: center;
}

.msgTextFormat {
    font-size: 30px;
    text-align: center;
}

.expansionPanel {
    border-radius: 3px;
    box-shadow: -2px 0px 5px 0px #000000;
    padding-bottom: 15px;
}

.expansionPanelHeader {
    font-size: 16px;
    text-align: left;
    background-color: white;
    color: #000000;
    border: 0;
    letter-spacing: 5px;
    margin-top: 10px;
}

.expansionPanelContent {
    font-family: "Noto Sans Regular";
    font-size: 14px;
    text-align: left;
    color: #000000;
    padding: 10px 10px 0px 10px;
}

.expansionContent {
    font-family: "Noto Sans Regular";
    font-size: 14px;
    text-align: left;
    color: #000000;
}

.labelText20 {
    font-size: 20px;
    color: #000000
}

.labelText30 {
    font-size: 30px;
    color: #000000
}

.labelText24 {
    font-size: 24px;
    color: #ffffff
}

.noticeI20 {
    font-size: 20px;
    color: #C54600;
    text-align: center;
}

.errorI20 {
    font-size: 20px;
    color: red;
    text-align: left;
    width: 800px;
}

.center-align {
    text-align: center;
}

/* The Modal (background) */
.dbAckModal {
    display: none; /* Hidden by default */
    z-index: 1; /* Sit on top */
    top: 25%;
    left: 25%;
    position: absolute;
    overflow: auto; /* Enable scroll if needed */
    width: 961px;
    height: 412px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #000000;
    background-color: black;
    background-image: url('../images/AdobeStock_404114528.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.dbAckContent {
    overflow: auto; /* Enable scroll if needed */
    padding-left: 40px;
    padding-top: 80px;
    text-align: center;
}
/* The Close Button */
.xclose {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-color: black;
}

    .xclose:hover,
    .xclose:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background-color: black;
    }

.eyeBtn {
    width: 25px;
    height: 25px;
    background-color: white;
    background-image: url('../images/view.png');
    flex-wrap: nowrap;
}

input[type="checkbox"] {
    accent-color: black;
}

.sortable-table-header {
    cursor: pointer;
}

.body-container {
    /*remove the container default padding attribute*/
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*increase width as per your need*/
    max-width: 90%;
}

.containerClass {
    margin-left: 200px;
}

.adminContainerClass {
    margin-left: 450px;
}

.remove-all-margin {
    margin: 0 !important;
}