
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    font-family: Arial, sans-serif;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.iframe_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;        /* Adjust width as needed */
    height: 85%;       /* allow for nav bar */
}

.course_type_accordion {
    background-color: #037494;
  color: white;
  border-radius: 0;
}
/*code for hover styling*/
.course_type_accordion:hover,
.course_type_accordion:focus {
  background-color: #2b7e95;
  color:white ;
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}

.navbar{
	background-color: #037494;
}

.brgr_btn{
	border: none;
	background-color: #037494;
}

.dropdown-toggle::after {
            content: none;
}

.page_title{
	margin-top: 10px;
	margin-bottom: 15px;
	color: #323232;
}

#brgr_btn{
	position:absolute;
	z-index:3;
	margin-top: none;
}

.dropdown-menu{
	left: auto;
	right: 0;
	top: 130%;
	width: 220px;
}

.dropdown-item{
    padding-top: 5px;
	color: #323232;
}

.actv_pge{
    padding: 0px 5px 0px 0px;
}

.usr_btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: rgba(#e7, #f5, #f9, 0.1); /* make transparent */
  border: none;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.usr_content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}

.usr_name {
  font-family: Arial;
  font-size: 1.2rem;
  color: #323232;
  margin-top: 1%;
}

.search_button {
    background: white;
}
.srch_icon{
	background: white;
}

input::placeholder {
  font-style: italic;
}

.filters_header{
	color: #323232;
}

.filter-radius{
	border-radius: 5px;
}
.filter-group-radius-top{
	border-radius: 5px 5px 0 0;
}
.filter-group-radius-bottom{
	border-radius: 0 0 5px 5px;
}
.filters_bckgrnd{
	background: white;
	padding: 5px 0px 2px 10px;
}

.filter_labels{
	color: #323232;
}


.chkbx_drpdwn{
	border: none;
	background: white;
	color: #323232;
}

.filter-option{
	margin-left: 10px;
}

.btn:not(:disabled):not(.disabled):focus {
  outline: none;
  box-shadow: none;
}

/*Classes added 11/30/2023*/

.report-btn{
    background-color: #037494;
    width: 100%;
    margin-top: 3%;
    font-size: 1.1rem;
    border: none;
}

.crs-btn {
  border-radius: 0;
}

.crs-btn-label {
    text-align: left;
}

.crs-btn-label:hover {
    background-color: #D4F1FF;
    transform: scale(1.03);
    transition: all .3s ease-in-out;
    color: black;
}

.crs-btn-label:active {
    background-color: #D4F1FF !important;
    transform: scale(1.03);
    transition: all .3s ease-in-out;
    color: black;
}

.crs-btn-label.active,
.crs-btn-label:active,
.crs-btn-label.active:focus,
.crs-btn-label:active:focus {
    background-color: #D4F1FF !important;
    border-color: white !important;
	color: black;
}

.btn_border{
    border-bottom: 4px solid white;
}

.micro-curricula-title {
  color: #9e9e9e;
  text-align: left;
  border: none;
  border-radius: 0;
}

.micro-curricula-title:hover {
  color: #9e9e9e;
}

.all-adl {
  font-size: 1.2rem;
}

.micro-sel-all {
  text-align: left;
  font-size: 0.85rem;
  border-radius: 0;
}

.user-list-card {
  height: 775px;
  overflow-y: auto;
  overflow-x: auto;
}

.user-list-container {
  max-height: 775px;
  overflow-y: auto;
  overflow-x: auto;
}

.admin_reg_sel_all_users {
  font-size: 0.85rem;
  border-radius: 0;
}

.admin_reg_usr_grouping {
  background-color: #037494;
  color: white;
  border-radius: 0;
}

.admin_reg_usr_grouping:hover,
.admin_reg_usr_grouping:focus {
  background-color: #2b7e95;
  color: white;
  transform: scale(1.1);
  transition: all .3s ease-in-out;
}

.usr-list-btn {
  border-radius: 0;
  border: none;
  text-align: left;
}

.usr-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.usr-list-name {
  flex-grow: 1;
}

.usr-list-id {
  color: #999;
}

.usr-list-item:hover,
.usr-list-item:active,
.usr-list-item.active,
.usr-list-item.active:focus {
  background-color: #D4F1FF !important;
  border-color: white !important;
  transform: scale(1.04);
}

.usr-list-item:hover .usr-list-name,
.usr-list-item:active .usr-list-name,
.usr-list-item.active .usr-list-name {
  color: black;
}

.usr-list-item.active .usr-list-id,
.usr-list-item:hover .usr-list-id,
.usr-list-item:active .usr-list-id {
  color: #999;
}

.usr-list-item.active {
  color: black;
}

.deactivated_user span{
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    color: #CDCDCD;
}

.modal-header{
    background-color: #037494;
    color: white;
}

.modal-backdrop {
    opacity: 0.8 !important;
    background-color: #000;
}

.modal_btn_row{
    display: flex;
    justify-content: flex-end;
    padding-right: 10%;
    margin-top: 7%;
}

body.modal-open {
    overflow: hidden;
}

.modal-content {
    overflow: hidden;
}

#popup_msg_modal{
    top: 10%;
}

.popup_msg_modal_header{
    background-color: #037494;
    color: white;
}

.popup_msg_text{
    font-size: 1.25rem;
}

.popup_msg_cancel_btn{
    background-color: #037494;
    width: auto;
    min-width: 100%;
    font-size: 1.1rem;
    border: none;
}

.popup_msg_ok_btn{
    background-color: #383838;
    width: auto;
    min-width: 100%;
    font-size: 1.1rem;
    border: none;
}

.up_down_btns:not(:disabled):hover {
    transform: scale(1.10);
    transition: all .3s ease-in-out;
    color: white;
}

#certificate_area{
    width: 1100px;
    height: 780px;
}

.clear_dates_btn{
    width: 43px;
    height: 43px;
}

.no-resize{
    resize: none;
}

.login_count{
    table-layout: fixed;
}

.login_count th, .login_count td {
    vertical-align: middle;
    text-align: center;
}

.login_number{
    font-size: 1.2rem;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"]::placeholder {
    text-align: center;
}

.disabled-link {
    pointer-events: none; /* Prevents click events */
    color: lightgray; /* Change color to indicate it's disabled */
    text-decoration: none; /* Remove underline */
    cursor: default; /* Change cursor to default */
}