﻿/* Azure B2C Forms */

/*
#api .accountButton {
    margin-bottom: 2rem;
}

#api .phoneNumber {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #252A36;
}

li.ReadOnly {
    list-style-type: none;
}

#api .heading {
    display: none;
}


#api .create {
    display: none;
}


#api .password-label{
    display: none;
}

#api .divider {
    display: none;
}

#api .intro {
    display: none;
}

.helpLink.tiny {
    display: none;
}

//// table css (from .documents) for admin page 
    

#cookies {
    position: relative;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #252A36;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 1.4rem 1.2rem 1.4rem 1.2rem;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.1;
    cursor: pointer;
}
*/
body {
    /* Default CSS rules for the body */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a.infoview {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.4rem 0 0.4rem;
    padding: 0;
    background: url("../images/info.svg") center center no-repeat;
}
a.adminview {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.4rem 0 0.4rem;
    padding: 0;
    background: url("../images/search_icon.svg") center center no-repeat;
}

a.userreset {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0.4rem 0 0.4rem;
    padding: 0;
    background: url("../images/reset.png") center center no-repeat;
}

table.admin {
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    

}

table.admin > thead > tr {
    background-color: #fff;
}

    table.admin > thead > tr > th {
        position: relative;
        font-family: "Poppins", Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        color: #252A36;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        padding: 1.4rem 1.2rem 1.4rem 1.2rem;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.1;
        cursor: pointer;
        text-wrap: normal;
    }

table.admin > thead > tr > th::after {
    position: relative;
    display: inline-block;
    content: " ";
    width: 16px;
    height: 16px;
    margin: 0 0 0 1rem;
    padding: 0;
    background: url("../images/filter_arrow.svg") center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
}

table.admin > thead > tr > th:nth-child(4) {
    text-align: center;
}

table.admin > thead > tr > th:nth-child(5) {
    text-align: center;
}

table.admin > thead > tr > th:nth-child(6)::after {
    background-image: none !important;
}

table.admin > thead > tr > th.active::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

table.admin > tbody > tr:nth-child(odd) {
    background-color: #ECF5F7;
}

table.admin > tbody > tr:nth-child(even) {
    background-color: #fff;
}

    table.admin > tbody > tr > td {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        color: #252A36;
        font-weight: 400;
        font-style: normal;
        margin: 0;
        padding: 1.4rem 1.2rem 1.4rem 1.2rem;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.2;
        text-wrap: normal;
    }

table.admin > tbody > tr > td:nth-child(1) {
    font-weight: 400;
}

table.admin > tbody > tr > td:nth-child(2) {
    font-weight: 400;
}

table.admin > tbody > tr > td:nth-child(3) {
    font-weight: 400;
}

table.admin > tbody > tr > td:nth-child(4) {
       font-weight: 400;
}

    table.admin > tbody > tr > td:nth-child(5) {
        font-weight: 400;
        text-align: center;
    }

table.admin > tbody > tr > td:nth-child(6) {
    font-weight: 400;
}

/*


.filter-label {
    display: inline-block;
    padding: 5px;
    margin: 5px;
    background-color: #ccc;
    color: blue;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #252A36;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 1.4rem 1.2rem 1.4rem 1.2rem;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2;
}

.page-item {
    margin: 0;
    padding: 1.4rem 1.2rem 1.4rem 1.2rem;
    text-decoration: underline;
}

.pagination-item {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.pagination-item-active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.pagination-previous,
.pagination-next {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

    .pagination-previous:hover,
    .pagination-next:hover {
        background-color: #f2f2f2;
    }

*/

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#logofftext {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 36px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}



#popup {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    /* justify-content: center;
            align-items: center;*/
    z-index: 9999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 100%;
}

.scrollable-content {
    max-height: 100%; /* Adjust the height as needed */
    overflow-y: auto;
}

.checkbox-container {
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
    margin: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
}

    .checkbox-container label {
        display: inline;
        vertical-align: middle;
        margin-left: 10px;
        padding: 15px;
    }

.collapsible {
    cursor: pointer;
    padding: 5px;
    background-color: #f9f9f9;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: background-color 0.3s;
}

.year-list {
    list-style-type: none;
    padding-left: 0;
}

    .year-list li {
        margin-bottom: 10px;
    }

/* Style for the collapsible content */
.qtrs {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
}

    .qtrs ul {
        list-style-type: none;
        padding-left: 20px;
    }

        .qtrs ul li {
            margin-bottom: 0px;
        }
/* Style for the active collapsible section */
.active {
    background-color: #ccc;
}


/* Phone Numbers - MFA*/
.phoneNumbers {
    /* Default CSS rules for .phoneNumbers class */
 }

/* We can make any changes to the individual elements here */
.phoneNumbers .phoneNumber .type {
    font-size: 1.5em;
    font-weight: bold;
}

.phoneNumbers .phoneNumber .number {
    font-size: 1.4em;
}

div.number {
    font-size: 1.4em;
}

input#number {
    font-size: 1.4em;
    padding: 7px;        /* Add some space */
}

.code {
    font-size: 1.4em;
    padding-bottom: 22px; /* Add some space */
}

/* Dropdown Text */
.code select {
    background: transparent;
    font-size: 1.1em;
    border-radius: 0;
    /*height: 29px;*/
    -webkit-appearance: none;
    padding: 5px;
}