/*css added*/
.col-wd-1 {
	width : 8.333%;
	display : block !important;
}

.col-wd-2 {
	width : 16.666%;
	display : block !important;
}

.col-wd-3 {
	width : 25%;
	display : block !important;
}

.col-wd-4 {
	width : 33.333%;
	display : block !important;
}

.col-wd-5 {
	width : 41.666%;
	display : block !important;
}

.col-wd-6 {
	width : 50%;
	display : block !important;
}

.col-wd-7 {
	width : 58.333%;
	display : block !important;
}

.col-wd-8 {
	width : 66.666%;
	display : block !important;
}

.col-wd-9 {
	width : 75%;
	display : block !important;
}

.col-wd-10 {
	width : 83.333%;
	display : block !important;
}

.col-wd-11 {
	width : 91.666%;
	display : block !important;
}

.col-wd-12 {
	width : 100%;
	display : block !important;
}

input[type="checkbox"] {
	cursor : pointer;
}

a:hover,a:focus, a:visited{
	color: var(--interactive);
	outline-offset: -0.9px!important;
}

.modal {
	--bs-modal-width : 560px;
}

.checkbox .gwt-CheckBox {
	padding-right : 5px;
}


#modalViewFAGroup .radioWid label {
	top : 0px;
}

#fisapPart1, #fisapPart2, #fisapPart4 input[type="text"] {
	width : 50%;
}

.hide {
    display: none !important;
}

.radioWid label {
    display: inline;
    margin-left: 3px;
	position : relative;
	top : 	-2px;
}

#reportQueriesFormView .row {
	padding : 4px;
}

label + span.multiselect-native-select {
	width : 100%;
}

span.multiselect-native-select {
	display :inline-block;
}

.modal-backdrop {
  opacity: 0.8 !important;
}		

.custom-text-field-gp {
    width: auto;
    display: inline-block;
    height: 37px;
}	
.auto-width {
    width: auto !important;
}		
.email-table-style {
    display: table;
    width: 100%;
}

.searchable-list .dropdown-menu {
    font-size: 12px;
    line-height: 20px;
}

.searchable-list .dropdown-item,
.searchable-list .dropdown-item > a {
    font-size: 12px;
    line-height: 20px;
}

/* Accordion header title size */
.well .h3,
.well .artifactTitle {
    font-size: 1.5rem;
}

/* Color palette */
:root {
    --primary: #333333;
    --secondary: #ffffff;
    --accent-dark: #0077b3;
    --accent-light: #61d0ff;
    --fill-light: #f6f6f6;
    --fill-light2: #f2f2f2;
    --border-light: #dcdcdc;
    --queues: #eac075;
    --documents: #783ea6;
    --text-disabled: #a9a9a9;
    --success-active: #2e5200;
    --success: #4b8400;
    --success-disabled: #c4d4af;
    --success-active:#2e5200;
    --danger: #d7143b;
    --danger-disabled: #E2B9c1;
    --danger-active: #950d28;
    --warning: #C24400;
    --warning-active:#702700;
    --interactive-active: #0a036c;
    --interactive: #10069d;
    --interactive-disabled: #1122a2;
    --hover: #dbdbdb;
    --warm-grey: #979797;
  }

body{
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }

.btn > a { color: var(--secondary); }

a.btn.dropdown-toggle:focus,
#headerContain button.btn:focus {
    outline-color: rgb(0, 0, 0);
    outline-offset: -0.9px;
    outline-style: auto;
    outline-width: 0.8px;
}

/* Reset Bootstrap 5 padding to match the old version */
.btn, .btn-group > .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control:not(textarea) {
    height: 30px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border-color : #333333;
}
textarea.form-control {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    border-color : #333333;
}
input { border-color: var(--primary) !important; }

.logo-wrap {
    height: 32px;
    width: 130px;
    background: url('../images/JenzabarLogo.png') no-repeat;
    background-size: contain;
}

#headerContain {
    background-color: #ffffff !important;
    height: auto;
    padding: 10px;
}

#headerContain .dropdown > .dropdown-menu {
    width: 200px;
}

#headerContain .dropdown .dropdown-menu a.dropdown-item {
    padding: 5px 20px;
}

#headerContain .dropend .dropdown-toggle::after {
    color: var(--interactive);
    float: right;
}

#headerContain .dropend .dropdown-toggle::after {
    color: var(--interactive);
    float: right;
    position: relative;
    top: 5px;
}


#headerContain .navbar-menu i {
    font-size: 14px;
}

#headerContain .input-group {
    margin-bottom: 0;
    margin-left: 5px;
    white-space: nowrap;
    width: auto;
}

#headerContain .input-group input {
    border-radius: 4px;
    margin: 0;
    width: 8em;
    height: 30px;
}

#headerContain .input-group button {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.header-link {
    border-left: 1px solid var(--interactive);
    height: 20px !important;
    margin-left: 0.8rem !important;
    position: relative;
    text-align: right;
    top: 6px;
    display: block;
    padding-left: 3px;
    width: 110px;
}
   

.header-link a {
    color: var(--interactive);
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    vertical-align: top;
}

.header-link a:hover {
    text-decoration: underline;
}

.header-col--inputs > .flex-wrap {
    display: inline-flex;
}

.header-col--inputs .flex-wrap > div
{
    margin-bottom: 5px !important;
}

.header-col--admin {
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.header-col--admin > a {
    height: 24px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}

.header-col--admin > a > i{
    color: var(--interactive);
    display: block;
    font-size: 20px;
    height: 24px;
    width: 24px;
}

.header-login__wrap {
    margin-left: 1rem;
    position: relative;
    top: -5px;
}

.socialMediaSkipLink {
    margin-right: 5px;
    padding: 5px 5px 3px;
	position: absolute;
  	left: -999px;
  	width: 1px;
  	height: 1px;
  	top: auto;
  	overflow: hidden;
}

.socialMediaSkipLink:focus,
.socialMediaSkipLink:active{
    height: 30px;
    color: black;
	display: inline-block;
	width: auto;
	position: static;
}

/* Mobile 'logic' classes */
/* hidden on desktop */
.show-xl, .show-lg, .show-md, .show-sm {
    display: none;
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    .show-xl { display: block; }
    .hide-xl { display: none; }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .show-lg { display: block; }
    .hide-lg { display: none; }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .show-md { display: block; }
    .hide-md { display: none !important; }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    .show-sm { display: block; }
    .hide-sm { display: none !important; }
}


/* Desktop Dropdown Styles */
#headerContain .dropdown-menu > li > a:hover {
    color: var(--primary);
    background-color: var(--hover);
    background-image: none;
    text-decoration: none;
}

/* Mobile Nav Styles */
.mobile-nav > .navbar-nav {
    flex-direction: row;
}

.mobile-nav > .navbar-nav > li.nav-item {
    margin-left: 1rem;
    max-width: 15px;
}

.mobile-nav .nav-link.dropdown-toggle::after {
    display: none;
}
.mobile-nav i.fa {
    color: var(--interactive);
}
.mobile-nav .mobile-nav-dropdown {
    position: absolute;
    right: -10px;
    width: 300px;
    top: 44px;
    left: unset;
}
.mobile-nav .mobile-nav-dropdown .dropdown-toggle{
    position: relative;
}
.mobile-nav .dropdown-toggle::after {
    color: var(--interactive);
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: transform 0.5s;
}
.mobile-nav .dropdown-toggle.show::after{
    transform: rotate(180deg);
}

@media all and (max-width: 768px ) {
    .container-fluid {
						 
        position: relative;
    }

    .mobile-nav {
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* Hover behavior for Bootstrap Menu */
.dropdown-menu li > a.dropdown-toggle + ul.dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

.dropdown-menu li > a.dropdown-toggle:hover + ul.dropdown-menu,
.dropdown-menu li > a.dropdown-toggle + ul.dropdown-menu:hover {
    display: block;
}

/* Page Template */
#main .page-header {
    padding-left: 0;
}

.page-header i.fa-question {
    font-size: 32px;
}

.fa-minus-circle {
    color: var(--danger);
}

/* Table Styles */
table, th .btn {
 font-size: 0.75rem;
}

.fa-wq-touchpoints table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.fa-wq-touchpoints .table {
    width: 100%;
    margin-bottom: 20px;
}

.fa-wq-touchpoints .table th,
.fa-wq-touchpoints .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.fa-wq-touchpoints .table th {
    font-weight: bold;
}

.fa-wq-touchpoints .table thead th {
    vertical-align: bottom;
}

.fa-wq-touchpoints .table caption + thead tr:first-child th,
.fa-wq-touchpoints .table caption + thead tr:first-child td,
.fa-wq-touchpoints .table colgroup + thead tr:first-child th,
.fa-wq-touchpoints .table colgroup + thead tr:first-child td,
.fa-wq-touchpoints .table thead:first-child tr:first-child th,
.fa-wq-touchpoints .table thead:first-child tr:first-child td {
    border-top: 0;
}

.fa-wq-touchpoints .table tbody + tbody {
    border-top: 2px solid #dddddd;
}
					   
 

										

			 
						  
 

							   

						   
							   
										   
	 
 

				  
								

			   
				 
													 
 

							
													 
 

									 
																	 
				 
			   
 

					 
thead tr th:not(:first-child):not(:nth-child(2)):not(:last-of-type) {
    text-align: center;
}

/* tr td:not(:first-child):not(:nth-child(2)) { */
/*     text-align: center; */
/* } */

.fa-wq-touchpoints .table>:not(caption)>*>* { padding: 0; }
				
.pagination {
    margin-bottom: 0.5rem;
}

.recordSet { font-size: 1rem; }

@media (max-width: 767px) {
    form.container-fluid .row {
        & .col-9, & .col-3 { width: 100%; }
    }
}

/* Icon related */
.fa-trash{color: var(--danger);}

/* Accordion */
.accordion-item {
    border-radius: var(--bs-accordion-border-radius);
}

.accordion-header > button {
    border-radius: var(--bs-accordion-border-radius);
}

/* Query Builder (Packaging Rules) */
#packagingForm > .row.mb-3 > .col-6 > .searchable-list.form-control {
    border: none;
    padding: 0;
}

.rules-group-header {
   padding: 4px 0;

   & .btn-group > button:last-of-type {
    border-top-right-radius: var(--bs-btn-border-radius) !important;
    border-bottom-right-radius: var(--bs-btn-border-radius) !important;
   }
}

a[title="Delete Group"], a[title="Delete Rule"] {
    font-size: 1.6rem;
    margin: 0 0.3rem 0 0.5rem !important;
}

.query-builder .rule-container {
    padding: 10px 0 0 0;
 }

.query-builder .rules-group-header {
    margin-left: 0;
}

.query-builder .rule-value-container input[type='text'] {
    padding: 0.375rem 0.75rem;
}


/* Desktop Dropdown Styles */
#headerContain #headSearch .dropdown-menu {
    width: auto;
}

#headerContain #headSearch .dropdown-item {
    display : flex;
}

#headerContain .dropdown-menu > li > a {
    padding: 3px 10px;
    font-size : 12px;
    padding-top : 0px;
	padding-bottom : 0px;
}

#headerContain .dropdown-menu > li {
    padding-top : 2.5px;
	padding-bottom : 2.5px;
}

#main-home {
    background-color: #ffffff !important;
}


/* Student Profile */
.student-information__details {
    gap: 15px;
    flex-wrap: wrap;
}


/* .nav-pills */
.nav-pills .nav-link {
    color: var(--interactive);
}

.nav-pills .nav-link.active {
    color: white;
    background-color: var(--interactive);		
  } 
 
 a.btn:hover, a.nav-link:hover, .nav .active a.nav-link:hover { text-decoration: none; }
 
 #constNavBar .navbar-inner{
 	font-size:1.3em;
 	font-weight:normal;
 }
 
 .row .input-append .col{
 	padding-left : 0;
 	padding-right : 0;
 }
 
 /* Student Search Results Page */
.grid-auto {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 18rem), 1fr));
    gap: 1rem;
}

.card {
    background-color: var(--fill-light);
}
 .input-append > div, .input-append .choices__input {
    height: 30px;
}
.input-append > label {
    clear: both;
    width: 100%;
}




/* /*++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ */
/*======================= User Pics ==================== */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.panel-list-imageLG {
  margin-right: .25em;
  font-size: 40px;
  max-height: 40px;
  width: 40px;
  text-align: center;
}
.panel-list-imageLG img {
  vertical-align: top;
  max-width: 40px;
  max-height: 40px;
}


/* Instructions Pages */
.report-instructions .section-header {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;

    & ol ol {
        list-style-type: lower-alpha;
    }

    & ol ol ol {
        list-style-type: lower-roman;
    }
}

/*======================= User Pics ==================== */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.panel-list-imageLG {
  margin-right: .25em;
  font-size: 40px;
  max-height: 40px;
  width: 40px;
  text-align: center;
}
.panel-list-imageLG img {
  vertical-align: top;
  max-width: 40px;
  max-height: 40px;
}


.modal-title.overflow-ellipsis {
    white-space: nowrap;  /* Prevents wrapping */
    overflow: hidden; /* Hide overflowing text */
    text-overflow: ellipsis; /* Show "..." at the end of the text */
}


/* Admin > Organization & Users > User > User Profile Modal */
div.photoDescription {
    bottom: 0px;
    left: 0px;
    width: 300px;
    background-color: #000000;
    font-family: inherit;
    font-size: 15px;
    color: white;
    opacity: 0.6;
    filter: alpha(opacity=60);

    & p.description_content {
        padding: 10px;
        margin: 0px;
    }

    & .dropdown-toggle:after { display: none; }
    & .fa-gear { font-size: 2rem; }
}

/* Searchable List Options */
.searchable-list > div > .dropdown-menu > li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    min-height: 24px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    border: none;
}

/* 'Filter by' buttons */
.float-end .d-flex.justify-content-end {
    align-items: center;
}
.btn-group > li.dropdown-toggle {
    padding-top: 8px;
}
.d-flex.justify-content-end > .btn { font-size: 12px; }
.choices__inner {
    min-height: 0;
    padding: 2px 8px;
}
.choices { margin-bottom: 0; }
.choices__input { margin-bottom: 0; }
/*Award Types*/
.text-wrap div {
    word-wrap: break-word;
}
/* .red copied from fafsa_15496.css, line 20 */
.red {
    color: #d7143b;
}
/* radio buttons focus state */
input[type='radio']:focus-visible {
    margin: 0 5px;
}
/* hide the dropdown arrow from the mobile nav icon */
.mobile .dropdown-toggle::after {
    display: none;
}
.header-col--admin i{
    font-size: 1rem;
}
/*fix dropdown item heights */
#main .dropdown-item {
    min-height: 34px;
    padding: 0;
}
#main .dropdown-menu > a {
    display: block;
    min-height: 34px;
    width: 100%;
    padding: 4px 12px;
    line-height: 30px;
}
/* form control focus */
:focus-visible {
    outline: #000000 auto 1px;
}
/* Student Profile nav links */
.nav.nav-pills.flex-column > li {
    & .nav-link:hover,
    & .nav-link:focus,
    & .nav-link:focus-active {
        background-color: #f2f2f2;
    }
}
/* COD Export Overwrites */
#codBatchCreationForm label {
        min-height: 24px;
}
#codBatchCreationForm .choices__inner {
    border: 1px solid black;
    border-radius: 0.375rem;

    & .choices__input {
        padding: 2px 2px 4px;
    }
}
/* FISAP */
.legend-artifactTitle {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.legend-artifactTitle ~ div, .legend-artifactTitle + .padLef > div {
    display: inline-block;
}
/* Desktop Dropdown Styles */
#headerContain .dropdown-menu > li > a:hover {
    text-decoration: none;
}
/* Hide global header inputs */
@media (max-width: 767px) {
    #headerContain .flex-wrap.hide-sm {
        display: none;
    }
}
/* multiselect dropdown */
.multiselect.dropdown-toggle::after {
    content: none;
}
.multiselect-container{
    padding: 5px !important;
}
.multiselect-container button.dropdown-item > span.form-check {
    font-weight: 400;
    padding: 3px 20px 3px 40px;
}
.multiselect.btn.btn-primary {
    background-color: var(--interactive);
}
/* Mobile nav adjustment */
.navbar-nav .nav-item > a.btn-element{
    position: relative;
    top: 6px;
}
/* modal overwrite */
.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;

    & .gwt-RadioButton > input[type="radio"]{
        margin-right: 4px;
        top: 2px;
        position: relative;
    }
}
.modal-header { 
    position: relative;

    & button.btn-close {
        position: absolute;
        right: 1rem;
        top: 1.5rem;
        font-size: 0.65rem;
    }
    & h3 {
        width: 97%;
        float: left;
    }
}
.query-builder .rules-group-container {
    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #dcdcdc;
    background: #f6f6f6;
}

/*Overriding*/
.btn-small,.btn-mini,.btn-sm {
    padding: 2px 10px;
    font-size: 10.2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.btn-danger {
	background-color : var(--danger) !important;
	color : var(--secondary) !important;
	  padding: 2px 10px  !important;
    font-size: 10.2px;
    -webkit-border-radius: 3px  !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-success{
	background-color:var(--success) !important;
	color : var(--secondary) !important;
	  padding: 2px 10px  !important;
    font-size: 10.2px;
    -webkit-border-radius: 3px  !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.btn-danger {
	background-color : var(--danger) !important;
	color : var(--secondary) !important;
	  padding: 2px 10px  !important;
    font-size: 10.2px;
    -webkit-border-radius: 3px  !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-success{
	background-color:var(--success) !important;
	color : var(--secondary) !important;
	  padding: 2px 10px  !important;
    font-size: 10.2px;
    -webkit-border-radius: 3px  !important;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Ensure date popup is on top */
.dateBoxPopup,
.datepicker,
.datepicker-dropdown {
  z-index: 1200 !important;
}

.table td div {
  font-size: 12px;
}

table.row {
  display: table !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-select  {
	font-size : 12px;
}

#stdAwardHistoryPopupId .modal-body table th,
#stdAwardHistoryPopupId .modal-body table td,
#modalStudentDocHist .modal-body table th,
#modalStudentDocHist .modal-body table td{
  border: 1px solid #ccc; /* line color */
}

.modal-body .searchable-list .dropdown-menu {
	z-index : 1200;
	position : relative;
}

/* to remove horizontal bar in the browser */
.row {
	margin-right : 0;
}
/* to add margin left to the table which is inside the row*/
.row > table {
  margin-left: 0.75rem;
}

/*if the label has reqLabel element then in order to in the same line*/
.row .reqLabel {
  line-height: 1.2;
}

/* start */
/* Bug 100959:JX Cell Table widget issues */
.textLeftAlignment div{
text-align:left;
}

.wrapText div{
word-break: break-word;
}
.textRightAlignment div{
text-align:right;
}
.textCenterAlignment div{
text-align:center;
}

.textLeftAlignment{
text-align:left !important;
}

.textRightAlignment{
text-align:right !important;
}

.textCenterAlignment{
text-align:center !important;
}

.textTransformToUppercase{
	text-transform: uppercase !important;
}
/* stop */

.navi.headMenu .dropdown {
	 display: inline-block;   
}

.custom-dropdown-link{
		text-decoration:none !important;
}
/* Sets size of User Profile pic on popup*/
.userPicSize {
	max-width: 125px;
}

#mainFisap { 
	margin: 2em 1em 0 1em;
    background-color: var(--secondary);
}

#mainFisap input[type="text"].form-control:not(.dropdown-toggle):not(.searchable-list input),
#fisapPart1  input[type="text"].form-control:not(.dropdown-toggle):not(.searchable-list input),
#fisapPart2  input[type="text"].form-control:not(.dropdown-toggle):not(.searchable-list input),
#fisapPart3  input[type="text"].form-control:not(.dropdown-toggle):not(.searchable-list input),
#fisapPart4  input[type="text"].form-control:not(.dropdown-toggle):not(.searchable-list input),
#fisapPart5  input[type="text"].form-control:not(.dropdown-toggle):not(.searchable-list input){
  width: auto;
  display: inline-block;
	
}