.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--hover); 
}

ul>li, ul>div>li {
	list-style :none;
}

/** Pagination Changes Starts */
.pagination>.active>a {
	background-color : #f5f5f5;
	color : #29426a;
}
.pagination li>a {
	float : left;
	padding : 2px 10px;
	line-height : 20px;
	text-decoration : none;
	background-color: var(--secondary);
	border : 1px solid #dddddd;
	border-left-width : 1px;
	font-size:10.2px;
}
.pagination > .active {
	background-color: var(--secondary);
    color: var(--interactive-active);
}
/** Pagination Changes Ends */
/* Position all nested dropdowns */
.dropdown-menu .dropdown-menu {
  position: absolute;
  left: 100%;
  margin-top: -1px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  white-space: nowrap;
}

.fixed50PercentWidth {
	width : 50%
}
/** FIA-12086 Fix - Starts */
.dropdown-submenu>a:after {
	display:none;
}
.dropdown-submenu>a>i {
	color : var(--interactive);
}
.dropdown-menu>li>a {
    display: inline-block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.multiselect-container>li>a {
    display: block;
    padding: 0 0;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
.searchable-list>div>.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}
/** FIA-12086 Fix - Ends */
/** 97109 Selectable CheckBox Tree - Start */
.selectable label{
	display:inline !important;
}

.gap {
    height: 80px;
}

.selectable input{
	margin-bottom: 4px !important;
	margin-right: 4px !important;
}

.disableAnchor{
	   color: #c9c9c9 !important;
}

/** 97109 Selectable CheckBox Tree - End */
/** For Immutable Fields */
.immutableField {
	background-color : #EEEEEE !important;
}
.searchable-list[class*="span"]{
	display:inline-block;
	float:none;
	margin-left:0;
	margin-bottom: 10px;
}

.disbursementTable tfoot th:not(:first-of-type){
	text-align:right !important
}
.DropdownItem > a{
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-bottom: 0.2em !important;
    padding-top: 0.2em !important;
    min-height: 1.675em !important;
}
.multiselect-container{
	overflow-y:auto;
	max-height:25em;
}
.multiselect-container-small{
	overflow-y:auto;
	max-height:7em;
}
.container{position: relative;}
.customContentWidget .gwt-TextArea{
	box-sizing:border-box;
	width:100%;
}

.searchable-list .caret {
    border-top-color: var(--interactive) !important;
}
/* 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 */

.wrapText div{
word-break: break-word;
}

/** CSS Styles for pagination - Start*/

.paginationSmall ul > li:first-child > a,
.paginationSmall ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.paginationSmall ul > li:last-child > a,
.paginationSmall ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.paginationSmall ul > li > a,
.paginationSmall ul > li > span {
  padding: 2px 10px;
  font-size: 10.2px;
}
.recordSet {
    color: var(--primary);
    font-size: 1.2em;
    font-style: italic;
    font-weight: 300;
}
.noMarginBottom{
	margin-bottom: 0px !important;
}

/** CSS Styles for pagination - END*/

/** Add css rules here for your application. */
tr:nth-child(odd){background:none !important;}

tr:nth-child(even) {background:none !important;}

.treeToolbar, .treeToolbarOver {

    background-color: rgb(0, 181, 230);
}

.dialogBody {background: #fff;}

.gridBody td{height: 35px !important;}

.gridBody .treeCellSelected,
.gridBody .treeCellSelectedOver,
.gridBody .treeCell,.gridBody .treeCell div,
.gridBody .treeCellSelected div {
    height: 35px !important;
}
.gridBody .treeCell div,.gridBody .treeCellSelected div,.gridBody .treeCellSelectedOver div,
.gridBody .treeCellOver div{max-height: 35px !important;} 

.treeCell {color: rgb(0, 181, 230);}

.gridBody .treeCellSelected{
    color: rgb(255, 255, 255); background-color: rgb(0, 181, 230);
}

.textItemFocused,
.formItemHighlightedFocused,
.selectItemTextFocused {
     border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.highlightrow {
    background-color: #f2dede !important;
}

.baseCenterPane{background: #fff;}

body, table td, select, button{

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.allocation input {
    width: 139px;
}

.dialogBody {
    background: #fff !important;
}

.treeToolbar{
    background-color: rgb(0, 181, 230) !important;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

.emailLink {
	text-decoration: underline;
	color: #2E9AFE;
	cursor: pointer;
}

/** Added styles for Warning dialog window**/

.jx-gwt-DialogBox {
   padding: 3px;
    background: #e3e8f3;
}

.gwt-DialogBox-Left{
       float:right;
}

.gwtDialogBackGround {
	background: #93c2f1 
}
  
/** copied from JXNextGenNew.css **/
/* 29426a = jenz dark blue */
/* e26933 = jenz orange */
/* 00b5e6 = jenz blue */
/* a2d2ec = jenz light blue */
/* 62bd19 = jenz green */
/* f1b765 = yellow */
/* cd2e59 = red */


/** Classes used in header bar **/
#header a {text-decoration: none;}
#headerContain {
    padding: 1em;
	height:28px;
}

#headerDivider {
	border-bottom-style: solid;
    border-bottom-color: #01affb;
    border-bottom-width: 3px;
}

#headerContain .btn-awardyear1 {
    background-color: #3300ff;
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.5);
    color: var(--secondary);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#headerContain .btn-awardyear2 {
    background-color: #009933;
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.5);
    color: var(--secondary);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#headerContain .btn-element {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    color: var(--secondary);
    padding: 0;
    margin: 0;
}
#headerContain .extControl {
    margin-right: 0;
    padding-top: .5em;
}
#headerContain .extControl a {
    margin-left: .5em;
    text-decoration: none;
    color: #D9EDF7;
}
#headerContain .navi {
    margin-right: .5em;
    float: left;
}
#headerContain .navi .input-append input {
    width: 8em;
}
#headerContain .link {
    margin-right: 0;
    padding-top: .5em;
    float: right;
}
#headerContain .link a.navLink {
    margin-right: 1em;
    text-decoration: none;
    color: #D9EDF7;
}
#headerContain .user {
    float: right;
}
#headerContain .headMenu {display: none;}
.headerPhoto {
    background-color: #e6ecf1;
    text-align: center;
    border: 1px solid #b9becd;
}

#topStripe {
    height: 4px; min-height: 4px;
    background-color: #e26933;
}
.logo {
    min-height: 32px;
    min-width: 130px;
    /* background: url('images/Jenzabar.png') no-repeat; */
    margin-right: 1em;
}
#main, .main-container {margin: 2em 1em 0 1em;}
#footer {margin: 1em;}
body {
    color: var(--primary);
}
table th .numeric, table tr .numeric {text-align: right;}
.left {float: left;}
.right {float: right;}
.colLeft {float:left; margin-right: 1em;}
.colRight {float:right;}
/* #constSummary div { background-color: #f90; } */
#constSummary .bio {
    float: left;
}
#constSummary .bio h2 {
    line-height: 24px;
    font-size: 1.75em;
    margin: 0;
    padding: 0;
}
#constSummary .bio address {
    margin: 0;
    float: left;
}
#constSummary .bio .photo {
    background-color: var(--fill-light);
    width: 5em;
    height: 5em;
    text-align: center;
    border: 1px solid var(--border-light);
    margin-right: 1em;
    float: left;
}
#constSummary .bio .photo img {
    max-height: 5em;
    max-width: 5em;
}
#constSummary .actions {
    text-align: right;
    float: right;
}
.ghost {visibility:  hidden;}
.artifactTitle {color: var(--primary);}
.moreLink {
    text-align: right;
    margin-top: .5em;
    border-top: 1px solid #dddddd;
}
.portletBar {
    background-color: #eeeeee;
    padding: .75em;
}
.profilePic {
    max-width: 200px;
    max-height: 200px;
}
.degPlanSec {
    margin-bottom: 2em;
}
.degPlanSec .btn {
    min-width: 12em;
    margin-right: 1em;
    padding: 1em;
}
.table tbody tr > td.combine {
  background-color: var(--secondary) !important;
}
.table tbody tr > td.success {
  background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
  background-color: #f2dede !important;
}

.table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
  background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}
.trigsInteract a {
    text-decoration: none;
    margin-left: 1em;
}
.trigsInteractNav {
    margin-top: 1.5em;
}

/* RESPONSIVE */

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    /* #headerContain div {
        float: none;
        display: block;
        margin: 0;
    }
    #headerContain .navi {
        margin: 0 0 .5em 0;
        display: none;
        float: none;
    }
    #headerContain .navi .input-append input {
        width: 80%;
    }
    #headerContain .link {
        margin-right: 0;
        padding: .5em 0 0 .5em;
        float: left;
        display: none;
    }
    #headerContain .link a {
        margin-right: 1em;
        text-decoration: none;
    }
    #headerContain .user {
        float: right;
        display: none;
    }
    #headerContain .headMenu {
        display: inline;
        float: right;
    } */
    #constSummary .bio h2 {
        line-height: 20px;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
    }
    #constSummary .photo {
        background-color: var(--fill-light);
        width: 5em;
        height: 5em;
        text-align: center;
        border: 1px solid var(--border-light);
        margin-right: .5em;
        display: inline-block;
        float: left;
    }
    #constSummary .bio {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #constSummary .actions {
        text-align: left;
        clear: both;
        float: left;
        margin-left: 0;
    }
    .trigsInteract {margin-top: 1em;}
    .trigsInteract a {
        text-decoration: none;
        margin: 0 1em 0 0;
    }
    .trigsInteractNav {
        margin-top: 1.5em;
    }
    .emailLink {
	   text-decoration: underline;
	   color: var(--interactive);
	   cursor: pointer;
    }
}

/*- Shahmeet
---------------------------- */
div,
p {
	text-align: left;
}

.required_field {
    color: red;
    font-size: 8pt;
    overflow: hidden;
}

.ckbox{
	margin-left:20px;	
}

a {
	cursor: hand;
	cursor: pointer;
}

address {
	text-align: left;
}

.toolStrip,
.tabBar {
	display: none;
}

#isc_16 {
	top: -20px !important;
}

.btn a {
	color: #333;
	text-decoration: none !important;
}

#constSummary {
	margin-bottom: 1.5em;
}

.treeToolbar,
.treeToolbarOver {
	background-color: #296DB4;
}

.cursorhand {
	cursor: hand;
	cursor: pointer;
}

.linkText  {
  text-decoration: none;
  color: var(--interactive);
  cursor: pointer;
  cursor: hand;
}
.nowrap{
	white-space: nowrap;
	padding-top: 10px;
}

#header {
    background-color: var(--secondary);
}
#header a {text-decoration: none;}
#headerContain .navi {
    margin-right: .5em;
    float: left;
}
#headerContain .navi .input-append input {
    width: 8em;
}
#headerContain .link {
    margin-right: 0;
    padding-top: .5em;
    float: right;
}
#headerContain .link a {
    margin-right: 1em;
    text-decoration: none;
}
#headerContain .user {
    float: right;
}
/*#headerContain .headMenu {display: none;}*/

#topStripe {
    height: 4px; min-height: 4px;
    background-color: #01affb;
}
.logo {
    height: 32px;
    width: 130px;
    /* background: url('images/JenzabarTaglineLogo.png') no-repeat; */
    margin-right: 1em;
}
#main {margin: 2em 1em 0 1em;}
#footer {margin: 1em;}
.clear {
    clear: both;
    height: 0 !important;
}

a i {text-decoration: none;}
a i:muted{text-decoration: none;}
a.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a.disabledCustom {
  opacity: 0.3;
  pointer-events: auto;
  cursor: not-allowed;
  text-decoration: none;
}
table th .numeric, table tr .numeric {text-align: right;}
.left {float: left;}
.right {float: right;}
.colLeft {float:left; margin-right: 1em;}
.colRight {float:right;}
/* #constSummary div {background-color: #f90;} */
#constSummary .bio {
    float: left;
}
#constSummary .bio h2 {
    line-height: 24px;
    font-size: 1.75em;
    margin: 0;
    padding: 0;
}
#constSummary .bio address {
    margin: 0;
    float: left;
}
#constSummary .bio .photo {
    background-color: var(--fill-light);
    width: 5em;
    height: 5em;
    text-align: center;
    border: 1px solid var(--border-light);
    margin-right: 1em;
    float: left;
}
#constSummary .bio .photo img {
    max-height: 5em;
    max-width: 5em;
}
#constSummary .actions {
    text-align: right;
    float: right;
}

.accordion-inner {background-color: var(--secondary);}
.accordion-group .colRight {padding: 5px 5px 0 0;}
.accordion-group .table {margin-bottom: 0;}
.bordTop {border-top: 1px solid var(--border-light);}
.controls {display: inline;}
.course {
    padding: 1em 1em 1em .5em;
    border-top: 1px solid var(--border-light);
}
.course .progress {margin: .5em 0;}
.floLef {float: left;}
.floRit {float: right;}
.gridActions a {text-decoration: none;}
.input-append {margin: 0;}
.noMarg {margin: 0;}
.noPadd {padding: 0;}
.margAll {margin: 1em;}
.margAllLg {margin: 2em;}
.margTop {margin-top: 1em;}
.margTopLg {margin-top: 2em;}
.margRit {margin-right: 1em;}
.margBot {margin-bottom: 1em;}
.margBotLg {margin-bottom: 2em;}
.margLef {margin-left: 1em;}
.padBot {padding-bottom: 1em;}
.padLef {padding-left: 1em;}
.padRit {padding-right: 1em;}
.padTop {padding-top: 1em;}
.scrollDiv {
    overflow-y: scroll;
    height: 10em;
    border: 1px solid #dddddd;
}
.scrollDivLg {
    overflow-y: scroll;
    height: 16em;
    border: 1px solid #dddddd;
}
.scrollDivXl {
    overflow-y: scroll;
    height: 30em;
    border: 1px solid #dddddd;
}
.moreLink {
    text-align: right;
    margin-top: .5em;
    border-top: 1px solid #dddddd;
}
.portletBar {
    background-color: var(--fill-light);
    padding: .75em;
}
.profilePic {
    max-width: 200px;
    max-height: 200px;
}
.degPlanSec {
    margin-bottom: 2em;
}
.degPlanSec .btn {
    min-width: 12em;
    margin-right: 1em;
    padding: 1em;
}
.table tbody tr > td.combine {
  background-color: var(--secondary) !important;
}
.table tbody tr > td.success {
  background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
  background-color: #f2dede !important;
}

.table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
  background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}
.trigsInteract a {
    text-decoration: none;
    margin-left: 1em;
}
.trigsInteractNav {
    margin-top: 1.5em;
}

/* RESPONSIVE */

/* BEGIN - FB widget iPad issue FIA-8996 */
/* iPad 2 */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
    #bootstrap-overrides .span3 {
        width: 31.623931623931625%
    }
}

/* iPad PRO */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    #bootstrap-overrides .span3 {
        width: 31.623931623931625%
    }
}
/* END - FB widget iPad issue FIA-8996 */

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    /* #headerContain div {
        float: none;
        display: block;
        margin: 0;
    }
    #headerContain .navi {
        margin: 0 0 .5em 0;
        display: none;
        float: none;
    }
    #headerContain .navi .btn-group a {
        width: 92%;
        margin: 0;
    }
    #headerContain .navi .input-append input {
        width: 80%;
    }
    #headerContain .link {
        margin-right: 0;
        padding: .5em 0 0 .5em;
        float: left;
        display: none;
    }
    #headerContain .link a {
        margin-right: 1em;
        text-decoration: none;
    }
    #headerContain .user {
        float: right;
        display: none;
    }
    #headerContain .headMenu {
        display: inline;
        float: right;
    }
    #headerContain .headMenu .btn-group a {
        width: auto;
    } */
    #constSummary .bio h2 {
        line-height: 20px;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
    }
    #constSummary .photo {
        background-color: var(--fill-light);
        width: 5em;
        height: 5em;
        text-align: center;
        border: 1px solid var(--border-light);
        margin-right: .5em;
        display: inline-block;
        float: left;
    }
    #constSummary .bio {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #constSummary .actions {
        text-align: left;
        clear: both;
        float: left;
        margin-left: 0;
    }
    .trigsInteract {margin-top: 1em;}
    .trigsInteract a {
        text-decoration: none;
        margin: 0 1em 0 0;
    }
    .trigsInteractNav {
        margin-top: 1.5em;
    }
    .emailLink {
	   text-decoration: underline;
	   color: var(--interactive);
	   cursor: pointer;
    }
}

/*- Shahmeet
---------------------------- */
div,
p {
	text-align: left;
}

.required_field {
    color: red;
    font-size: 8pt;
    overflow: hidden;
}

.ckbox{
	margin-left:20px;	
}

a {
	cursor: hand;
	cursor: pointer;
}

address {
	text-align: left;
}

.toolStrip,
.tabBar {
	display: none;
}

#isc_16 {
	top: -20px !important;
}

.btn a {
	color: var(--secondary); 
	text-decoration: none !important;
}

#constSummary {
	margin-bottom: 1.5em;
}

.treeToolbar,
.treeToolbarOver {
	background-color: #296DB4;
}

.cursorhand {
	cursor: hand;
	cursor: pointer;
}

.linkText  {
  text-decoration: none;
  color: var(--interactive);
  cursor: pointer;
  cursor: hand;
}
.nowrap{
	white-space: nowrap;
	padding-top: 10px;
}
.displayInline {
	display: inline;
	float: left;
}

.outer {
	display: table;
	height: 100%;
	width: 100%;
}

.alignMiddle {
	text-align: center;
}

/** Added styles for DateBox**/
.gwt-DatePicker {
   border: 1px solid #ccc;
   border-top:1px solid #999;
   cursor: default;
}
.gwt-DatePicker td,
.datePickerMonthSelector td:focus {
   outline: none;
}
.datePickerMonthSelector td:focus {
   outline: none;
}
.datePickerDays {
   width: 100%;
   background: white;
}
.datePickerDay,
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
   font-size: 85%;
   text-align: center;
   padding: 4px;
   outline: none;
   font-weight:bold;
   color:#333;
   border-right: 1px solid #EDEDED;
   border-bottom: 1px solid #EDEDED;
}
.datePickerWeekdayLabel,
.datePickerWeekendLabel {
   background: #fff;
   padding: 0px 4px 2px;
   cursor: default;
   color:#666;
   font-size:70%;
   font-weight:normal;
}
.datePickerDay {
   padding: 4px 7px;
   cursor: hand;
   cursor: pointer;
}
.datePickerDayIsWeekend {
   background: #f7f7f7;
}
.datePickerDayIsFiller {
   color: #999;
   font-weight:normal;
}
.datePickerDayIsValue {
   background: #d7dfe8;
}
.datePickerDayIsDisabled {
   color: #AAAAAA;
   font-style: italic;
}

.datePickerDayIsToday {
   padding: 3px;
   color: #00f;
   background: url(images/hborder.png) repeat-x 0px -2607px;
}
.datePickerMonthSelector {
   width: 100%;
   padding: 1px 0 5px 0;
   background: #fff;
}
.datePickerPreviousButton,
.datePickerNextButton {
   font-size: 120%;
   line-height: 1em;
   color: #3a6aad;
   cursor: hand;
   cursor: pointer;
   font-weight: bold;
   padding: 0px 4px;
   outline: none;
}
td.datePickerMonth {
   text-align: center;
   vertical-align: middle;
   white-space: nowrap;
   font-size: 100%;
   font-weight: bold;
   color: #333;
}
.gwt-DateBox {
   padding: 5px 4px;
   border: 1px solid #ccc;
   border-top: 1px solid #999;
   font-size: 100%;
}
.gwt-DateBox input {
   width: 8em;
}
.dateBoxFormatError {
   background: #ffcccc;
}
.dateBoxPopup {
    z-index: 1050 !important;
}
.gwt-PopupPanelGlass {
  background-color: #000!important;
  opacity: 0.8!important;
  filter: literal("alpha(opacity=30)")!important;
  z-index: 2!important;
}

/* gwt-decorator panel css */
.gwt-DecoratorPanel .topCenter {
  border-top: 1px solid #bbb;
  line-height: 0px;
}
.gwt-DecoratorPanel .bottomCenter {
  border-bottom: 1px solid #bbb;
  line-height: 0px;
}
.gwt-DecoratorPanel .topCenterInner,
.gwt-DecoratorPanel .bottomCenterInner {
  height: 1px;
  line-height: 0px;
  font-size: 1px;
}
.gwt-DecoratorPanel .middleLeft {
  border-left: 1px solid #bbb;
}
.gwt-DecoratorPanel .middleRight {
  border-right: 1px solid #bbb;
}
.gwt-DecoratorPanel .middleLeftInner,
.gwt-DecoratorPanel .middleRightInner {
  width: 1px;
  line-height: 1px;
}
.gwt-DecoratorPanel .topLeftInner,
.gwt-DecoratorPanel .topRightInner,
.gwt-DecoratorPanel .bottomLeftInner,
.gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  zoom: 1;
  font-size: 1px;
  overflow: hidden;
}
.gwt-DecoratorPanel .topLeft {
  line-height: 0px;
  background: url(images/circles.png) no-repeat 0px -6px;
  -background: url(images/circles_ie6.png) no-repeat 0px -6px;
}
.gwt-DecoratorPanel .topRight {
  line-height: 0px;
  background: url(images/circles.png) no-repeat -5px -6px;
  -background: url(images/circles_ie6.png) no-repeat -5px -6px;
}
.gwt-DecoratorPanel .bottomLeft {
  line-height: 0px;
  background: url(images/circles.png) no-repeat 0px -11px;
  -background: url(images/circles_ie6.png) no-repeat 0px -11px;
}
.gwt-DecoratorPanel .bottomRight {
  line-height: 0px;
  background: url(images/circles.png) no-repeat -5px -11px;
  -background: url(images/circles_ie6.png) no-repeat -5px -11px;
}
* html .gwt-DecoratorPanel .topLeftInner,
* html .gwt-DecoratorPanel .topRightInner,
* html .gwt-DecoratorPanel .bottomLeftInner,
* html .gwt-DecoratorPanel .bottomRightInner {
  width: 5px;
  height: 5px;
  overflow: hidden;
}

[role=presentation] {
	overflow: hidden !important;
}
.inactive{
  color: #999999;
  font-style: italic;
}


/***************************/
/********MICHAEL************/
/***************************/

/* used to color required field text */
.required {color: #ff0000;}

/* Used to separate form fields with a white Bootsrtap WELL box */
.wellWhite {
	min-height: 20px;
	padding: 0px 15px 15px 15px; 
	margin-bottom: 20px;
	background-color:var(--secondary);
	border:1px solid #e3e3e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
/* Used to separate form fields with a white Bootsrtap WELL box - NO BORDER */
.wellWhiteNB {
	min-height: 20px;
	padding: 0px 15px 15px 15px; 
	margin-bottom: 20px;
	background-color:var(--secondary);
	border-style:none;  /* class difference here */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}	

/* Used to identify a disabled WELL box */
.wellDisabled {
	min-height: 20px;
	padding: 0px 15px 15px 15px; 
	margin-bottom: 20px;
	background-color:#ECECEC;
	border:1px solid #e3e3e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0,  0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

/* Used to identify a disabled WELL box */
.wellDisabledNB {
	min-height: 20px;
	padding: 0px 15px 15px 15px; 
	margin-bottom: 20px;
	background-color:#ECECEC;
	border-style:none; /* class difference here */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0,  0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

/* Used to remove form border */
.noBorder { border-style:none !important; }
	
/* Used to change background of text area to gray */
.bgGray {background-color:#ECECEC !important;}
.bgNone {background-color:none !important;}


.portletTitle_btn {
    font-family: "Averta-light" ,'Nunito', sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    color: #29426A;
}

/* Used to remove the link underscore from icons */
.noHover{
    text-decoration: none !important;
}

/* Used to remove the link underscore from icons */
.bubble {
	position:absolute;
	top:0;
	left:0;
	z-index:1010;
	display:block;
	max-width:276px;
	padding:1px;
	text-align:left;
	background-color:var(--secondary);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);white-space:normal;
	}
	
	.bubble.top{margin-top:-10px;}
	.bubble.right{margin-left:10px;}
	.bubble.bottom{margin-top:10px;}
	.bubble.left{margin-left:-10px;}
	.bubble .arrow,.bubble .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}
	.bubble .arrow{border-width:11px;}
	.bubble .arrow:after{border-width:10px;content:"";}
	.bubble.top .arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0, 0, 0, 0.25);bottom:-11px;}
	.bubble.top .arrow:after{bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:var(--secondary);}
	.bubble.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0, 0, 0, 0.25);}
	.bubble.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:var(--secondary);}
	.bubble.bottom .arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0, 0, 0, 0.25);top:-11px;}
	.bubble.bottom .arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:var(--secondary);}
	.bubble.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0, 0, 0, 0.25);}
	.bubble.left .arrow:after{right:1px;border-right-width:0;border-left-color:var(--secondary);bottom:-10px;}
		
.awardTable div, .table.awardTable th {
	text-align:center;
	font-size:11px;
	}


/* *************************************** */
/* ************ ISIR SELECTION *********** */
/* *************************************** */

/* used to identy frozen and active ISIR records */
.table tbody tr#frozenISIR {background-color:#A9F4FF !important;}
.table tbody tr#activeISIR {background-color:#d7fad7 !important;}

/* used to center compare Checkbox on ISIR selection */
table th .rowPadL, table tr .rowPadL {padding-left:1.5em;}

/* used to make a more distinct hover selection in the ISIR selection table */
.table-hover-blue tbody tr:hover {
  background-color:#e6ecf1 !important;
}


/* used to identy PROCESSING and ERROR records */
.table tbody tr.processingISIRimp {background-color:#fcf8e3 !important;}
.table tbody tr.errorISIRimp {background-color:#ffc9c9 !important;}

/* *************************************** */
/* ************* ISIR RECORDS ************ */
/* *************************************** */


/* Used to create the yellow bar that displays in the ISIR record tiles */
.alert-yellow {
  background-color: #fcf8e3;
  color: var(--warning);
}

/* Used to create the RED bar that displays in the ISIR record tiles */
.alert-red {
  background-color: #f2dede;
  color: var(--danger);
}
.alert-danger, .alert-error {
	color:var(--warning);
}
.alert-danger h4, .alert-error h4 {
	color: var(--warning);
}
.alert-filter{
	color: var(--primary);
}
.scrollTbl-lg {
	height: 32em;
	overflow: auto;
	overflow-y: hidden;
}

.table tbody tr.notApp {
	background-color:#ECECEC;
}

/* Center row 1 */
.center1 tr td:nth-child(1) { 
   text-align:center;
}

/* Center row 2 */
.center2 tr td:nth-child(2) { 
   text-align:center;
}

/* Center row 3 */
.center3 tr td:nth-child(3) { 
   text-align:center;
}

/* Center row 4 */
.center4 tr td:nth-child(4) { 
   text-align:center;
}

/* pad */
.margRowL tr td { 
 	padding-left:15px;
}

.titleIndent th {
	text-align:center;
    }

.indent10	{
	text-indent:25px;
}

/* Used for search result titles */
.fontsize2 {
	margin-top:2px;  
    font-size: 14px;
}

.accWizTrig-dis {
    font-family: "Averta-light" , 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
	color:#000000;
}

.blockquoteOrange {
	padding:0 0 0 15px;
	margin:0 0 20px;
	border-left:5px solid #00b5e6;}

/* used to indent radio buttons */
.margLefx3	{
	 margin-left: 3em;
	 }

/* Used in DIV that contains Progress meter */
.maxW300 {
	max-width:300px;
	}	

/* used to move the ACTIVE / FROZEN / ect... tags up to better match the text they sit beside */
.vertUp50 {
	vertical-align:50%;
}

/* used to move the EDIT / PRINT links down to better match the text they sit beside */
.vertBottom {
	vertical-align:text-bottom;
}

.datepicker-Icon{ background-image:url(images/calendar_blue.png); 
                  background-repeat:no-repeat; 
                  background-position: 99%;
                  cursor: pointer;  
}

/* used to disable text based buttons */
.disablMe {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}


/********************************************************/
/**             PULLED FROM THE FILE FAFSA.CSS         **/
/********************************************************/

/* Used to modify the body color of the accordion group main DIV */
.colorInner {
	background-color:#f5f5f5;
	}

/* Used to separate form fields with a white Bootsrtap WELL box */
.wellWhite {
	min-height: 20px;
	padding: 0px 15px 15px 15px; 
	margin-bottom: 20px;
	background-color:#FFFFFF;
	border:1px solid #e3e3e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

/* Used to identify a disabled WELL box */
.wellDisabled {
	min-height: 20px;
	padding: 0px 15px 15px 15px; 
	margin-bottom: 20px;
	background-color:#ECECEC;
	border:1px solid #e3e3e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0,  0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
/* Used in DIV that contains Progress meter */
.width320 {
	min-width:320px;
	max-width:320px;
	}	

/* Used to increase the height of form fields when SPANX is used to control width */
.height30 {
	height:30px !important;
	}
	
/* Used to increase the height of form fields when SPANX is used to control width */
.height60 {
	height:60px !important;
	}

/* Used to center the buttons under the Progress meter */
.centerMe {
	text-align:center;
}

/* Used to add space between accordion rows */
.margBotHalf {
	margin-bottom: .5em;
	}

/* used to indent question text when moving to a second line */
.labelTxt {
	margin-left: 1.8em;
	text-indent: -1.8em;
    }

/* used to indent radio buttons */
.margLefx2	{
	 margin-left: 2em;
	 }
	 
/* Used for horizontal rule between school options - note: Gradient transparent - color - transparent */		
.hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

/* Used for instructions text */
.instText {
	font-size: 14px;
	margin-left: 1em;
}

/* used for break in instructions */
.bigBr {line-height: 200%;}

/* Used to color tops of tables in ECF report */
.tableTop1 {background-color:#D7E6AB;}  /* GREEN */
.tableTop2 {background-color:#FBDBA0;}  /* orange */
.tableTop3 {background-color:#a2d2ec;}
.tableTop4 {background-color:#e6ecf1;}

/* Used to align text right */
.alnright { text-align: right; }

/* Used to prevent text from breaking - often for titles on forms. */ 
.prevBrk { white-space:nowrap; }

/* Used to limit the width of the left-side buttons */
.max250	 {max-width: 250px; }

/* Used to reduce the size of glyphicons*/
.glyphSmall { font-size: 24px; }

/* Used for search result titles */
.resultsName {    
	font-family: "Averta-light" , 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
}


/* ************************************ */
/* ********* LEFT NAVIGATION ********** */
/* ************************************ */

/* Used in DIV that contains Progress meter */
.width300 {
	max-width:300px;
	min-width:280px;
	}	


/* ************************************ */
/* ***** FINANCIAL AID AWARDS CSS ***** */
/* ************************************ */

/* Used as a divider for Activity*/

.scrollTbl {
	height: 20em;
	overflow: auto;
	overflow-y: hidden;
}

.tableTop th {
    font-size: 11px;
    text-transform: uppercase;
	vertical-align:middle;
	text-align:center;
	line-height:110%;
}

.tableBody td {
    font-size: 11px;
	vertical-align:middle;
	text-align:center;
}
	
.float-left{
    float:left;
}

.padRitx2 {
	padding-right: 2em;
	}

.padRitx4 {
	padding-right: 4em;
	}	
	
.tr:rowHeader {
	background-color:#a2d2ec;
}

/* used to bump down print and edit links */
.padTophalf {padding-top: 0.25em;}

/* ************************************ */
/* ******** ADVANCED SEARCH CSS ******* */
/* ************************************ */


.searchBox {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #a2d2ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Used to align the picture seen on FA Search Results screen */ 
.resultsPic {
  width: 7em;
  height: 7em;
  border: 1px solid #b9becd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:.5em;
}

/* Used on FA Search screen to call out received notifications   */
.warnGreen {color:var(--success); }
.warnRed {color:var(--danger); }
.warnOrange {color:#E4A200; }
.warnBlue {color:#00b5e6; }
.warnWhite {color:#FFFFFF; }
.warnYellow {color:#f1b765; }
.warnOrangeDark {color:#e26933; }
.warnGray {color:#7F7F7F; }
.warnBrown{color: var(--warning); }

/* Used to change color of text - most often with H tags */

/* Used on FA Search screen to call out received notifications   */
.txtGreen {color:var(--success); }
.txtRed {color:var(--danger); }
.txtOrange {color:#E4A200; }
.txtBlue {color:#00b5e6; }
.txtWhite {color:#FFFFFF; }
.txtYellow {color:#f1b765; }
.txtOrangeDark {color:#e26933; }
.txtGray {color:#7F7F7F; }
.txtDarkBlue {color:#29426a; }

/* Used in DIV that contains Progress meter */
.max250 {
	max-width:250px;
	}	
	
.noOverlap {
	position:relative;
	}
	
.noHover{
    text-decoration: none !important;
}


/* *************************************** */
/* ************* ISIR RECORDS ************ */
/* *************************************** */


.scrollTbl-lg {
	height: 32em;
	overflow: auto;
	overflow-y: hidden;
}

.table tbody tr.notApp {
	background-color:#ECECEC;
}

/* Center row 1 */
.center1 tr td:nth-child(1) { 
   text-align:center;
}

/* Center row 2 */
.center2 tr td:nth-child(2) { 
   text-align:center;
}

/* Center row 3 */
.center3 tr td:nth-child(3) { 
   text-align:center;
}

/* Center row 4 */
.center4 tr td:nth-child(4) { 
   text-align:center;
}

/* pad */
.margRowL tr td { 
 	padding-left:15px;
}

.titleIndent th {
	text-align:center;
    }

.indent10	{
	text-indent:25px;
}

/* Used for search result titles */
.fontsize2 {
	margin-top:2px;  
    font-size: 14px;
}

.accWizTrig-dis {
    font-family: "Averta-light" , 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
	color:#000000;
}


.blockquoteBlue {
	padding:0 0 0 15px;
	margin:0 0 20px;
	border-left:5px solid #00b5e6;
	}

.blockquoteOrange {
	padding:0 0 0 15px;
	margin:0 0 20px;
	border-left:5px solid #e26933;
	}

/* used to indent radio buttons */
.margLefx3	{
	 margin-left: 3em;
	 }

/* Used in DIV that contains Progress meter */
.maxW300 {
	max-width:300px;
	}	

/* used to move the ACTIVE / FROZEN / ect... tags up to better match the text they sit beside */
.vertUp50 {
	vertical-align:50%;
}


/* used to move the EDIT / PRINT links down to better match the text they sit beside */
.vertBottom {
	vertical-align:text-bottom;
}

/* *************************************** */
/* ************ ISIR SELECTION *********** */
/* *************************************** */


/* used to identy frozen and active ISIR records */
.table tbody tr#frozenISIR {background-color:#cee9f4 !important;}
.table tbody tr#activeISIR {background-color:#d7fad7 !important;}
.table tbody tr#errorISIR {background-color:#FFBEBE !important;}
.table tbody tr#voidedISIR {background-color:#E2E2E2 !important;}

/* used to center compare Checkbox on ISIR selection */
table th .rowPadL, table tr .rowPadL {padding-left:1.5em;}

/* used to make a more distinct hover selection in the ISIR selection table */
.table-hover-blue tbody tr:hover {
  background-color:#e6ecf1 !important;
}


/* *************************************** */
/* ***************** NSLDS *************** */
/* *************************************** */
.btn-Mycircle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 30px;
}


/* *************************************** */
/* ************ FM Verification ********** */
/* *************************************** */

/* used to remove input box styling for text fields where falues are provided by the software*/
.simplebox {
  outline:0;
  /* border: !important; */
  box-shadow:none !important;
  cursor: not-allowed;
}

.simplebox2 {
	outline:none !important;
  	box-shadow:none !important;
  	background-color:#F4F6F8 !important;
  	font-weight:300;
  	color:#000000 !important;
  	text-indent:3px;
  	margin-top:-5px;
  	cursor: not-allowed;
}

/* ****************************************** */
/* ************ ISIR Import Status ********** */
/* ****************************************** */

/* Used to align LEFT items in a table */
table th .gridActionsL, table tr .gridActionsL {
    text-align: left;
    min-width: 5em;
}


/* used to identy PROCESSING and ERROR records */
.table tbody tr.processingISIRimp {background-color:#fcf8e3 !important;}
.table tbody tr.errorISIRimp {background-color:#ffc9c9 !important;}

/* used to identy matching records */
.table tbody tr.yellowRow {background-color:#fcf8e3 !important;}




/* used for styling grid headers.  V2 removes the text transform (uppercase) */
.artifactGridV2 th {
    font-size: 12px;
    /* text-transform: uppercase; */
}

/* Used to identify a disabled WELL box */
.wellGray {
    padding:1em;
    margin-bottom:1em;
	margin-bottom: 20px;
	background-color:#ECECEC;
	border:1px solid #e3e3e3;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0,  0, 0.05);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	}

/* used to center a radio button or checkbox in a table */	
table th .centerElement, table tr .centerElement, table td .centerElement { vertical-align: middle;}

table th .sepRow, table tr .sepRow, table td .sepRow {
	border-style:solid;
	border-color: #999999;
	border-bottom-width:3px;
	border-left-width:0px;
	border-right-width:0px;
	} 

/* Used for displaying different and same data when matching fields on ISIR import */	
table th .difData, table tr .difData, table td .dataDif {
	background-color:#f2dede;	
	} 
	
table th .sameData, table tr .sameData, table td .sameData {
	background-color:#d7fad7;	
	} 	
	
table th .sourceData, table tr .sourceData, table td .sourceData {
	background-color:#fcf8e3;	
	} 		
	
table th .selectedItem, table tr .selectedItem, table td .selectedItem {
	background-color:#a2d2ec;	
	} 	

.modalWide {
	position:fixed;
	top:10%;
	left:50%;
	z-index:1050;
	width:700px;
	margin-left:-280px;
	background-color:var(--secondary);
	border:1px solid #999;
	border:1px solid rgba(0, 0, 0, 0.3);
	/* *border:1px solid #999; */
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
	outline:none;
	}
	

.width300 {
	width:300px;
}

/* Use for styling H1, 2, 3, 4, 5 elements for inline placement */
.inlineH1 {
	font-family: "Averta-Light", 'Nunito' , sans-serif;
    font-weight: 200;
    color: var(--primary);
	font-size: 2.25rem;
	}
	
.inlineH2 {
    font-family: "Averta-Light", 'Nunito' , sans-serif;
    font-weight: 200;
    color: var(--primary);	
	font-size: 1.75rem;
	}
	
.inlineH3 {
    font-family: "Averta-Light", 'Nunito' , sans-serif;
    font-weight: 200;
	font-size: 1.5rem;
	}
	
.inlineH4 {
    font-family: "Averta-Light", 'Nunito' , sans-serif;
    font-weight: 200;
    color: var(--primary);	
	font-size: 1.25rem;
	}

.inlineH1.pageTitle {
    margin: 0;
} 
/*  END stylig for inline H tags */

/* Adds double the padding to header titles */
.padBotx2 {padding-bottom: 2em;}

/* Add padding and font size to help icon*/
.iconTopPadding{
	font-size: 1rem;
	padding-top: 0.2em
}

/* Styling for Award Calculator */
/* titles for Awards and loans */
.awrdTitle {
	 font-family: "Averta-light", 'Nunito' , sans-serif;
    font-weight: 300;
    color: #e26933;	
	font-size: 14px;
}

.awardDtls td {
	border-top: 0;
}

/* changes the bottom row to match top panel color */
.tblbg-gray td {
	background-color:#d4d9e1;
}

.tblbg-gray {
	background-color:#d4d9e1;
}

/* used to double the left pad in the display of awards */
.padLefx2 {padding-left: 2em;}

/* test add remove class */
.classtoremove { color:#e26933; }
.classtoadd {color:#00FF22; }

.panelDark {
	background-color:#3b3e40;
}

/* *************************************** */
/* ************ FM Verification ********** */
/* *************************************** */

/* used to remove input box styling for text fields where falues are provided by the software*/
.simplebox {
  outline:0;
  /* border: !important; */
  box-shadow:none !important;
  cursor: not-allowed;
}

/* expands header rows slightly */
.row-med [class*="span"] {
    min-height: 24px;
}

.hdrTxt {
    color: #29426a;
}

.ddown-footer {
  padding: 5px 5px 5px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 var(--secondary);
  -moz-box-shadow: inset 0 1px 0 var(--secondary);
  box-shadow: inset 0 1px 0 var(--secondary);
  /* *zoom: 1; */
}

ul.dropdown-menu-form {
    padding: 5px 10px 0;
    max-height: 300px;
    overflow-y: scroll;
}

.halfEMpad {
	padding-top:1em;
}

.studHdrTxt {
	font-family: "Averta-light" , 'Nunito', sans-serif;
	margin-top:4px;
	font-size: 1rem;
	font-weight:300;
	color: var(--primary);
	}

.homeTitle {
  	font-size: 1.75rem;
  	font-family: "Averta-light" , 'Nunito', sans-serif;
  	font-weight: 300;
	color: #29426a;
  	margin-bottom: 2em;
} 

.studentHdrPic {
	position:absolute;
	max-width: 90px;
}

.headerPhoto-round {
    background-color: #e6ecf1;
    text-align: center;
    border: 1px solid #b9becd;
	min-width: 70px;
}
	
.disablMe {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
	
.padBotHalf {padding-bottom: .5em;}

.ddFont {
  font-family: "Averta-light" , 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 200;
}

/* ISIR History COLORING as per fafsa color code */
.FinAidBlue {color:#7FBBCE; }   /*Award year code 2014, 2018, 2022*/
.FinAidGreen {color:#B5BD00; }  /*Award year code 2015, 2019, 2023*/
.FinAidOrange {color:#FCBB78; } /*Award year code 2016, 2020, 2024*/
.FinAidYellow {color:#F6D96B; } /*Award year code 2017, 2021, 2025*/


.noBorder {
	background-color:#E14447;
	border:0;
	}
	
	
/******************************************************/
/***********     PULLED FROM jxNextGen.css  ***********/
/******************************************************/

.btn-block {
    width: 100%;
    display: block;
}
.accordion-group {background-color: var(--fill-light);}
.accordion-inner {background-color: var(--secondary);}
.accordion-group .colRight {padding: 5px 5px 0 0;}
.accordion-group .table {margin-bottom: 0;}
.accWizTrig .accWizTitle  {
    font-family: "Averta-light" , 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
}
.accWizTrig .accWizDesc {font-size: .90em;}
.artifactControls a {text-decoration: none;}
.artifactControls select, .artifactControls textarea, .artifactControls input[type="text"], .artifactControls input[type="password"], .artifactControls input[type="datetime"], .artifactControls input[type="datetime-local"], .artifactControls input[type="date"], .artifactControls input[type="month"], .artifactControls input[type="time"], .artifactControls input[type="week"], .artifactControls input[type="number"], .artifactControls input[type="email"], .artifactControls input[type="url"], .artifactControls input[type="search"], .artifactControls input[type="tel"], .artifactControls input[type="color"], .uneditable-input {
    margin-bottom: 0;
}
table td.bgStyleExample {
    background-image: url(img/bgStyleExample.png);
}
.bordNon {border: none;}
.bordAll {border: 1px solid #dddddd;}
.bordTop {border-top: 1px solid #dddddd;}
.bordRit {border-right: 1px solid #dddddd;}
.bordBot {border-bottom: 1px solid #dddddd;}
.bordLef {border-left: 1px solid #dddddd;}
.btn-entity {
    text-align: left;
}
.btn-group {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif ;
    font-weight: 300;    
}
.btn-element {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border: none;
    box-shadow: none;
    color: var(--primary);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
}
.btn-group a {text-align: left;}
.clear {
    clear: both;
    height: 0 !important;
}
#cnstsrchList, #cnstnotiList, #cnsttodoList {
    z-index: 1000;
    position: absolute;
    width: 400px;
    border: 1px solid #a9b3c3;
    /*background-color: #c9d0da;*/
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#respTitleMenu {
    z-index: 1000;
    position: absolute;
    border: 1px solid #a9b3c3;
    /*background-color: #c9d0da;*/
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#cnstnotiList, #cnsttodoList {margin-left: -270px;}
/*#cnstsrchList a {color: #29426a;}*/
.colLeft {float:left; margin-right: 1em;}
.colRight {float:right;}
#condNes1 div select, #condNes1 div input {margin-left: 1em;}
.containCondition {margin-bottom: 2em;}
.containCondition a {text-decoration: none;}
.condition {
    clear: both;
    display: block;
}
.condition div {
    float: left;
    display: inline-block;
}
.condition div.actions {text-align: right;}
.condition div.actions a {margin-left: .5em;}
.condition div select, .condition div input {
    min-width: 10em;
    margin-right: 1em;
}
/* #constSummary div {background-color: #f90;} */
#constSummary .bio {
    float: left;
}

#constSummary .bio address {
    margin: 0;
    float: left;
}
#constSummary .bio .photo {
    background-color: #e6ecf1;
    width: 5em;
    height: 5em;
    text-align: center;
    border: 1px solid #b9becd;
    margin-right: 1em;
    float: left;
}
#constSummary .bio .photo img {
    max-height: 5em;
    max-width: 5em;
}
#constSummary .actions {
    text-align: right;
    float: right;
}
#constSummary .xtra {
    float: left;
}
#constSummary .row-fluid [class*="span"] {
    min-height: 1.85em;
    margin-left: 2em;
}
#constNavBar {margin-top: 1.5em;}
#constNavBar .navbar-inner {
    background-color: var(--fill-light2);
    border: solid 1px var(--border-light);
    border-bottom: none;
    border-radius: 3px;
    -webkit-border-radius: none;
    background-image: none;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Averta-light" , 'Nunito', sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: var(--interactive);
    text-transform: capitalize;
    min-height: 1em;
    box-shadow: none;
}
#constNavBar .navbar-inner .nav li a{
    color: var(--interactive-disable);
    padding: .5em 1em;
    border-radius: 4px 4px 0 0;
}
#constNavBar .navbar-inner .nav li a:hover {
    color: var(--interactive-active);
}
#constNavBar .navbar-inner .nav li.active a {
    background-color: var(--secondary);
    color: var(--interactive-active);
}
#constNavBar .popover {
    font-family: sans-serif;
    font-weight: normal;
    text-transform: none;
    min-height: 1em;
    min-width: 300px;
}
#constNavBar .navbar-inner .nav li .popover .popover-content a {
    padding: 0;
}
.constTitle, .titleLink, .orgTitle a, .respTitle a {color: #29426a;}
.constView2 {display: none;}
.constPhoto {
    max-height: 3em;
    max-width: 3em;
}
.constPhotoCard {
    max-height: 8em;
    max-width: 8em;
}
.controls {display: inline;}
.course {
    padding: 1em 1em 1em .5em;
    border-top: 1px solid #dddddd;
}
.course .progress {margin: .5em 0;}
.degPlanSec {
    margin-bottom: 2em;
}
.degPlanSec .btn {
    min-width: 12em;
    margin-right: 1em;
    padding: 1em;
}
.fixh05 {height: 50px;} /*fixed height*/
.fixh1 {height: 100px;}
.fixh2 {height: 125px;}
.fixh3 {height: 150px;}
.fixh4 {height: 175px;}
.fixh5 {height: 200px;}
.fixh6 {height: 300px;}
.fixw05 {width: 50px;} /*fixed width*/
.fixw1 {width: 100px;}
.fixw2 {width: 125px;}
.fixw3 {width: 150px;}
.fixw4 {width: 175px;}
.fixw5 {width: 200px;}
.floLef {float: left;}
.floRit {float: right;}
#footer {
    margin: 1em;
    clear: both;
}
#footerLookup {
    z-index: 999;
    position: fixed;
    bottom: 0;
    background-color: #eff3f7;
    background-color: var(--secondary);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border:1px solid #c4c8cd;
    border: 1px solid #a2d2ec;
    border-radius:4px 4px 0 0;
}
.footerLookupTitle {
    background-color: #a2d2ec;
    padding: 1em;
}
.footerLookupTitle h3 {color: var(--secondary);}
.footerLookupTitle a {color: var(--secondary);}
.footerLookupContent {
    padding: 1em;
    height: 30em;
}

#header {
    background-color: #e6ecf1;
}
#header a {text-decoration: none;}

#headerContain .btn {
    background-color: var(--interactive);
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    color: var(--secondary);
}

#headerContain .btn.disabled,#headerContain .btn[disabled]{
	background-color:var(--interactive-disabled);
	background-image:none;
}

#headerContain .btn-secondary {
    color:var(--interactive);
    background-color:var(--fill-light);
    border:1px solid var(--interactive);
    background-image:none;
    margin-left: 0.5em;
}

#headerContain .btn-secondary.disabled,#headerContain .btn-secondary[disabled]{
	color:var(--interactive-disabled);
	background-color:var(--fill-light2);
	background-image:none;
}

#headerContain .btn-awardyear1 {
    background-color: #3300ff;
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.5);
    color: var(--secondary);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#headerContain .btn-awardyear2 {
    background-color: #009933;
    border-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.5);
    color: var(--secondary);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#headerContain .btn-element {
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    border-color: transparent;
    color: var(--interactive);
    padding: 0;
    margin: 0;
}
#headerContain .extControl {
    margin-right: 0;
    padding-top: .5em;
}
#headerContain .extControl a {
    margin-left: .5em;
    text-decoration: none;
    color: #D9EDF7;
}
#headerContain .logo {
    min-height: 32px;
    min-width: 130px;
	/* background: url('images/JenzabarLogo.png') no-repeat; */
    margin-right: 1em;
    float: left;
    background-size : 130px 32px;
}
/**This is used for screen reader only for top logo. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0)!important;
  border: 0 !important;
}
#headerContain .navi {
    margin-right: .5em;
    float: left;
}
#headerContain .navi .input-append input {
    width: 8em;
}
#headerContain .link {
    margin-right: 0;
    padding-top: .5em;
    float: right;
}
#headerContain .link a.navLink {
    margin-right: 1em;
    text-decoration: none;
    color: #D9EDF7;
}
#headerContain .user {
    float: right;
}
#headerContain .headMenu {display: none;}
.headerPhoto {
    background-color: #e6ecf1;
    text-align: center;
    border: 1px solid #b9becd;
}
.slideMe {display: none;}
.homeTitle {
  font-size: 1.5rem;
  font-family: "Averta-light" , 'Nunito' , sans-serif;
  font-weight: 300;
  color: #29426a;
  margin-bottom: 1em;
}
[class^="icon-"], [class*=" icon-"] {
    text-decoration: none;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: none;
}
.icon-xs {font-size: 10px;}
.icon-sm {font-size: 12px;}
.inactive {
  color: #999999;
  font-style: italic;
}
.input-append {margin: 0;}
.input-append .input-large {width: 180px;}
.input-append .input-medium {width: 120px;}

.jenz0 {color: #ffffff;} /* white */
.jenz1 {color: #29426a;} /* jenz dark blue */
.jenz2 {color: #e26933;} /* jenz orange */
.jenz3 {color: #00b5e6;} /* jenz blue */
.jenz4 {color: #a2d2ec;} /* jenz light blue */
.jenz5 {color: #62bd19;} /* jenz green */
.jenz6 {color: #f1b765;} /* yellow */
.jenz7 {color: #cd2e59;} /* red */
.jenz8 {color: #eff3f7;} /* gray */
.jenzbg0 {background-color: #ffffff;} /* white */
.jenzbg1 {background-color: #29426a;} /* jenz dark blue */
.jenzbg2 {background-color: #e26933;} /* jenz orange */
.jenzbg3 {background-color: #00b5e6;} /* jenz blue */
.jenzbg4 {background-color: #a2d2ec;} /* jenz light blue */
.jenzbg5 {background-color: #62bd19;} /* jenz green */
.jenzbg6 {background-color: #f1b765;} /* yellow */
.jenzbg7 {background-color: #cd2e59;} /* red */
.jenzbg8 {background-color: #eff3f7;} /* gray */
.jenzbgFade8 { /* gray */
    background-color:#eff3f7;
    background-image:-moz-linear-gradient(top, #eff3f7, #ffffff);
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#eff3f7), to(#ffffff));
    background-image:-webkit-linear-gradient(top, #eff3f7, #ffffff);
    background-image:-o-linear-gradient(top, #eff3f7, #ffffff);
    background-image:linear-gradient(to bottom, #eff3f7, #ffffff);
    background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f7', endColorstr='#ffffffff', GradientType=0);
}
.jenzbgNon {background-color: transparent;}
.lead-1 {
    margin-bottom: .5em;
    line-height: 1em;
}
.left {float: left;}
.listCondition {
    list-style: none;
    clear: both;
    display: inline-block;
    width: 90%;
    background-color: #99ff00;
    }
.listCondition li {float: left;}
.listCondition .actions {float: right;}
#logo {
    min-height: 32px;
    min-width: 130px;
    background: url('img/Jenzabar.png') no-repeat;
    margin-right: 1em;
}
#majr1 ul.nav {
    margin-bottom: 2px;
    font-size: 12px; /* to change font-size, please change instead .lbl */
}
#majr1 ul.nav ul,
#majr1 ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
#majr1 ul.nav ul {
    padding-left: 0;
    width: auto;
}
#majr1 ul.nav ul.children {
    padding-left: 12px;
    width: auto;
}
#majr1 ul.nav ul.children li{
    margin-left: 0px;
}
#majr1 ul.nav li a:hover {
    text-decoration: none;
}

#majr1 ul.nav li a:hover .lbl {
    color: #999!important;
}

#majr1 ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff!important;
}

/* parent item */
#majr1 ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}
#majr1 ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}    
#majr1 ul.nav li.parent a:hover {
    background-color: #fff;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);    
}

/* link tag (a)*/
#majr1 ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display:block;
    padding-left: 5px;    
}

#majr1 ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;  
}

/* sign for parent item */
#majr1 ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 5px 8px;
    background-color: transparent;
    color: #fff;
}
#majr1 ul.nav li.parent>a>.sign{
    margin-left: 0px;
    background-color: #999;
}

/* label */
.header-label{
	display:none;
}

.login-label{
	color: var(--secondary);
	
}
#majr1 ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}
#majr1 ul.nav li.current>a>.lbl {
    color: #fff;
}
#majr1 ul.nav  li a .lbl{
    font-size: 12px;
}
/* theme 1 */
#majr1 ul.nav>li.item-1.parent>a {
    border: solid 1px #ff6307;
}
#majr1 ul.nav>li.item-1.parent>a>.sign,
#majr1 ul.nav>li.item-1 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #ff6307;
}
#majr1 ul.nav>li.item-1 .lbl {
    color: #ff6307;
}
#majr1 ul.nav>li.item-1 li.current>a .lbl {
    background-color: #ff6307;
    color: #fff!important;
}

/* theme 2 */
#majr1 ul.nav>li.item-8.parent>a {
    border: solid 1px #51c3eb;
}
#majr1 ul.nav>li.item-8.parent>a>.sign,
#majr1 ul.nav>li.item-8 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #51c3eb;
}
#majr1 ul.nav>li.item-8 .lbl {
    color: #51c3eb;
}
#majr1 ul.nav>li.item-8 li.current>a .lbl {
    background-color: #51c3eb;
    color: #fff!important;
}

/* theme 3 */
#majr1 ul.nav>li.item-15.parent>a {
    border: solid 1px #94cf00;
}
#majr1 ul.nav>li.item-15.parent>a>.sign,
#majr1 ul.nav>li.item-15 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #94cf00;
}
#majr1 ul.nav>li.item-15 .lbl {
    color: #94cf00;
}
#majr1 ul.nav>li.item-15 li.current>a .lbl {
    background-color: #94cf00;
    color: #fff!important;
}

/* theme 4 */
#majr1 ul.nav>li.item-22.parent>a {
    border: solid 1px #ef409c;
}
#majr1 ul.nav>li.item-22.parent>a>.sign,
#majr1 ul.nav>li.item-22 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #ef409c;
}
#majr1 ul.nav>li.item-22 .lbl {
    color: #ef409c;
}
#majr1 ul.nav>li.item-22 li.current>a .lbl {
    background-color: #ef409c;
    color: #fff!important;
}
#main {margin: 2em 1em 0 1em;background-color:var(--secondary);}

/* home page background color */
#main-home{margin: 2em 1em 0 1em;background-color:var(--fill-light);}

/*font style for text description */
ready {
    color: var(--success);
}
not-ready {
    color: var(--warning);
}
future {
    color: var(--primary);
}
danger {
	color : var(--danger);
}

/*-----*/
.margNon {margin: 0;}
.margAll {margin: 1em;}
.margAllLg {margin: 2em;}
.margTop {margin-top: 1em;}
.margTopLg {margin-top: 2em;}
.margTopSm {margin-top: .5em;}
.margTopXs {margin-top: .25em;}
.margTop10 {margin-top: 10em;}
.margRit {margin-right: 1em;}
.margRitLg {margin-right: 2em;}
.margRitSm {margin-right: .5em;}
.margBot {margin-bottom: 1em;}
.margBotLg {margin-bottom: 2em;}
.margLef {margin-left: 1em;}
.margLefLg {margin-left: 2em;}
.margLefSm {margin-left: .5em;}
.moreLink {
    text-align: right;
    margin-top: .5em;
    border-top: 1px solid #dddddd;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    box-shadow: none;
}
.nav-header {
    color: #75849a;
}
.nav-pills > .wait > a {
    background-color: #a2d2ec;
}
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{
	color:var(--secondary);
	background-color:var(--interactive);
	}
.noMarg {margin: 0;}
.noPadd {padding: 0;}
.notifications {
  position: fixed;
}

/* Positioning */
.notifications.top-right {
  right: 10px;
  top: 25px;
}

.notifications.top-left {
  left: 10px;
  top: 25px;
}

.notifications.bottom-left {
  left: 10px;
  bottom: 25px;
}

.notifications.bottom-right {
  right: 10px;
  bottom: 25px;
}

/* Notification Element */
.notifications > div {
    position: relative;
    z-index: 9999;
    margin: 5px 0px;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.125);
    box-shadow: 0 3px 8px rgba(0,0,0,0.125);
}
.padNon {padding: 0;}
.padAll {padding: 1em;}
.padBot {padding-bottom: 1em;}
.padLef {padding-left: 1em;}
.padLefSm {padding-left: .5em;}
.padRit {padding-right: 1em;}
.padTop {padding-top: 1em;}
.panel{margin-bottom:17px;background-color:var(--fill-light);border:1px solid var(--border-light);border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);box-shadow:0 1px 1px rgba(0, 0, 0, 0.05);}
.panel-body:before,.panel-body:after{content:" ";display:table;}
.panel-body:after{clear:both;}
.panel>.list-group{margin-bottom:0;}.panel>.list-group .list-group-item{border-width:1px 0;}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0;}
.panel>.list-group .list-group-item:last-child{border-bottom:0;}
.panel-heading+.list-group .list-group-item:first-child{border-top-width:0;}
.panel>.table,.panel>.table-responsive{margin-bottom:0;}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #dddddd;}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0;}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0;}
.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0;}
.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0;}
.panel-heading{padding:10px 15px;border-bottom:1px solid var(--border-light);border-top-right-radius:3px;border-top-left-radius:3px;}.panel-heading>.dropdown .dropdown-toggle{color:inherit;}
/* home page panels */
.panel-heading-blue{padding:10px 15px;border-top:5px solid var(--accent-dark);border-top-right-radius:3px;border-top-left-radius:3px;}
.panel-heading-yellow{padding:10px 15px;border-top:5px solid var(--queues);border-top-right-radius:3px;border-top-left-radius:3px;}
.panel-heading-purple{padding:10px 15px;border-top:5px solid var(--documents);border-top-right-radius:3px;border-top-left-radius:3px;}
.panel-home{background-color:var(--secondary);}
/*--*/
.panel-title{margin-top:0;margin-bottom:0;font-size:14px;}.panel-title>a{color:inherit;}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}
.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden;}.panel-group .panel+.panel{margin-top:5px;}
.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #dddddd;}
.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd;}
.panel-default{border-color:var(--border-light);}.panel-default>.panel-heading{color:var(--primary);background-color:var(--secondary);}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#dddddd;}
.panel-default>.panel-heading>.dropdown .caret{border-color:var(--primary) transparent;}
.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#dddddd;}
.panel-primary{border-color:#428bca;}.panel-primary>.panel-heading{color:var(--secondary);background-color:#428bca;border-color:#428bca;}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca;}
.panel-primary>.panel-heading>.dropdown .caret{border-color:var(--secondary) transparent;}
.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca;}
.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6;}
.panel-success>.panel-heading>.dropdown .caret{border-color:#468847 transparent;}
.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6;}
.panel-warning{border-color:#faebcc;}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#faebcc;}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc;}
.panel-warning>.panel-heading>.dropdown .caret{border-color:#c09853 transparent;}
.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc;}
.panel-danger{border-color:#ebccd1;}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#ebccd1;}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1;}
.panel-danger>.panel-heading>.dropdown .caret{border-color:#b94a48 transparent;}
.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1;}
.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1;}
.panel-info>.panel-heading>.dropdown .caret{border-color:#3a87ad transparent;}
.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1;}
.panel-body-list {padding: 0;}
.panel-body .unread .title {font-weight: bold;}
.panel-body-list-item .text {
  font-size: .85em;
}
.panel-body-list ul {
  margin: 0;
  padding: 0;
}
.panel-body-list ul li {
  margin: 0;
  padding: 1em;
  border-top: 1px solid var(--border-light);
}
.panel-body-list ul li ul li {
  margin: 0;
  padding: 0;
  border-top: none;
}
.panel-heading h4 {margin: 0;}
.panel-heading h3 {
    margin: 0;
    line-height: 21px;
}
.panel-list-image {
  margin-right: .25em;
  font-size: 30px;
  max-height: 30px;
  width: 30px;
  text-align: center;
}
.panel-list-image img {
  vertical-align: top;
  max-width: 30px;
  max-height: 30px;
}
.popover {
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover-title{background-color:var(--secondary);}
.portletBar {
    background-color: #eeeeee;
    padding: .75em;
}
.portletTitle {
    font-family: "Averta-light" , 'Nunito', sans-serif;
    font-weight: 300;
    font-size: 1.25em;
}
.primary {color: #a2d2ec;}
.primary-on {color: #29426a;}
.profilePic {
    max-width: 200px;
    max-height: 200px;
}
.progress-graph {
    height: 1em;
}
.progress-graph .bar {
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    line-height: 10px;
}
.reqLabel {
	font-weight: normal;
	cursor:default;
}
.required {color: #ff0000;}
.right {float: right;}
.roleImage {
    float: left;
    margin-right: .5em;
    text-align: center;
    width: 25px;
}
.roleContent {
    float: left;
    max-width: 200px;
}
.roleActions {
    float: right;
    text-align: right;
    min-width: 50px;
}

.row-tight [class*="span"] {
    min-height: 12px;
}
.row-tight h3 {
    margin: 0;
    line-height: 21px;
}
.scrollDiv {
    overflow-y: scroll;
    height: 10em;
    border: 1px solid #dddddd;
}
.scrollDivLg {
    overflow-y: scroll;
    height: 16em;
    border: 1px solid #dddddd;
}
.scrollDivXl {
    overflow-y: scroll;
    height: 30em;
    border: 1px solid #dddddd;
}
.sendData {margin-bottom: .5em;}
.stressNew {
    background-color: #dff0d8;
}
table th .gridActions, table tr .gridActions {
    text-align: right;
    min-width: 5em;
}
.table-borderless td, .table-borderless th {
    border: none;
}
table th .gridActions a, table tr .gridActions a {
    text-decoration: none;
    margin-left: 1em;
}
table th .informic, table tr .informic {text-align: center;}
table th .numeric, table tr .numeric {text-align: right;}
.table tbody tr > td.combine {
  background-color: var(--secondary) !important;
}
.table tbody tr > td.success {
  background-color: #dff0d8 !important;
}

.table tbody tr > td.error {
  background-color: #f2dede !important;
}

.table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}

.table tbody tr > td.info {
  background-color: #d9edf7 !important;
}

.table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}

.table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}

.table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}

.table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}
.table-well tbody tr td,
.table-well tbody tr th,
.table-well tbody tr:hover td,
.table-well tbody tr:hover th {
  background-color: var(--fill-light);
}
.text-1 {font-size: 14px;}
.text-2 {font-size: 18px;}
.text-xs {font-size: 12px;}
.text-sm {font-size: 24px;}
.text-lg {font-size: 36px;}
.text-xl {font-size: 48px;}
.text-2x {font-size: 100px;}
.textAlpha {font-weight: bold;}
.textBravo {font-style: italic;}
.thumbnailConstPreview {
    background-color: #e6ecf1;
    width: auto;
    height: auto;
    text-align: center;
    border: 1px solid #b9becd;
}
.thumbnailConstPreview img {
  max-width: 10em;
  max-height: 10em;
}
.titleActions a {
    text-decoration: none;
    margin-left: 1em;
}
.titleActionToResp {
    text-align: right;
}
#topStripe {
    height: 4px; min-height: 4px;
    background-color: #e26933;
}
.trigsInteract a {
    text-decoration: none;
    margin-left: 1em;
}
.trigsInteract .dropdown-menu a {
    text-decoration: none;
    margin-left: 0;
}
.trigsInteract-preview a {
    text-decoration: none;
    margin-left: 0;
    margin-right: 1em;
}
.trigsInteractNav {
    margin-top: 1.5em;
}
.well{
    padding:1em;
    margin-bottom:1em;
    background-color:var(--fill-light);
    border:1px solid var(--border-light);
}
.well h4 {margin-top:0;}
.well blockquote{
    border-color:#c9d0da;
    border-color:rgba(0, 0, 0, 0.15);
}
.well .table {
    margin-bottom: 0;
}
.well-0 {
	background-color: var(--secondary);
}
.well-1 {background-color: transparent;}
.well-jenz6 {background-color: #f1c587;}
.well-ex {
    background-color: transparent;
    border: 1px dashed #cccccc;
}
.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px;}

.socialMediaSkipLink:focus,
.socialMediaSkipLink:active{
	color: black;
	display: inline-block;
	height: auto;
	width: auto;
	position: static;
	/* margin: auto;	 */
}

/* RESPONSIVE */

/* slide in Constituent menu */
a.nav-expander {
    background: none repeat scroll 0 0 #000000;
    color: var(--secondary);
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    margin-right: 0;
    padding: 1em 1.6em 2em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    transition: right 0.3s ease-in-out 0s;
    width: 130px;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}
 
a.nav-expander:hover {cursor: pointer;}
a.nav-expander.fixed {position: fixed;}
.nav-expanded a.nav-expander.fixed {right: 20em;}

#nav {
  background: #2d2f33;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  font-size: 15px;
  top: 0;
  width: 20em;
  z-index: 2000;
 
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;
 
}
.nav-expanded nav {
  right: 0;
}
 
body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
 
#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding-right: 10px;
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    background-color: var(--interactive-active);
}
.main-menu {
  padding-top: 12px;
}
 
.main-menu li {
  border-bottom: 1px solid #323949;
  margin-left: 20px;
  font-size: 18px;
  padding: 12px;
}
 
.main-menu li a {
  color: #6F7D8C;
  text-decoration: none;
}
 
.main-menu li a:hover {
  color: var(--secondary);
  text-decoration: none;
}
 
.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
 
.main-menu a .caret {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  border-top: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
    margin-top: 8px;
}
 
.main-menu a:hover .caret {
  border-top-color: #4f5963;
}
 
.main-menu li.open > a > .caret {
  border-top: none;
  border-bottom: 4px solid #4f5963;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
 
.main-menu li.open > a:hover > .caret {
  border-bottom-color: #4f5963;
}
 
.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}
 
.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
 
}
 
.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}


/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    
    .actionToResp {text-align: left;}
    body {margin: 0; padding: 0;}
    .constView1 {display: none;}
    .constView2 {display: block;}
    .row-fluid .gutter {display: none;}
    /* #headerContain {
        padding: 1em;
        background-color: var(--secondary);
    }
    #headerContain div {
        float: none;
        display: block;
        margin: 0;
    }
    #headerContain .logo {
        min-height: 20px;
        min-width: 81px;
        /* background: url('images/JenzabarLogo.png') no-repeat center 0; * /
        margin: 0 0 .5em 0;
        text-align: center;
        display: inline;
        float: left;
        background-size : 81px 20px;
    }
    #headerContain .navi {
        margin: 0 0 .5em 0;
        display: none;
        float: none;
    }
    #headerContain .navi .btn-group a {
        width: 92%;
        margin: 0;
    }
    #headerContain .navi .input-append input {
        width: 80%;
    }
    #headerContain .link {
        margin-right: 0;
        padding: .5em 0 0 .5em;
        float: left;
        display: none;
    }   
    #headerContain .link a {
        margin-right: 1em;
        text-decoration: none;
    }
    #headerContain .user {
        float: right;
        display: none;
    }
    #headerContain .headMenu {
        display: inline;
        float: right;
        margin-left: 1em;
    }
    #headerContain .headMenu a {
        text-decoration: none;
    }
    #headerContain .headMenu a.resp {
        display: inline;
        float: right;
        margin-left: 1em;
        color: #E6ECF1;
    }
    #headerContain .headMenu .btn-group a {
        width: auto;
    } */
    #constSummary h2 {
        line-height: 20px;
        font-size: 1.75em;
        margin: 0 0 .5em 0;
        padding: 0;
    }
    #constSummary .photo {
        background-color: #e6ecf1;
        width: 5em;
        height: 5em;
        text-align: center;
        border: 1px solid #b9becd;
        margin-right: .5em;
        display: inline-block;
        float: left;
    }
    #constSummary .photo img {
        max-height: 5em;
        max-width: 5em;
    }
    #constSummary .bio {
        float: left;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    #constSummary .actions {
        text-align: left;
        clear: both;
        float: left;
        margin-left: 0;
    }
    .respHide {visibility: visible; display: none;}
    .respRtoL {text-align: left;}
    .titleActionToResp {text-align: left;}
    .trigsInteract {margin-top: 1em;}
    .trigsInteract a {
        text-decoration: none;
        margin: 0 1em 0 0;
    }
    .trigsInteractNav {
        margin-top: 1.5em;
    }

    .jx-gwt-DialogBox{z-index: 9999;} 

    .labelBackgroundColor{
        background-color: #ECECEC;
    }

/***************************************/
/* Edits extracted from inline styles */
/*************************************/
    .gwtSmallPopup {
    background-color: var(--secondary);
    border:1px solid rgba(0,0,0,0.2);
    border-radius: 6px, 6px, 6px, 6px;
    padding:15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    }

    .studentDetailActiveTab {
        background-color:var(--secondary);
        color:#29426a;
        display:block;
    }

    .studentDetailInactiveTab {
        background-color:#E6ECF1;
        color:#29426a;
        display:table;
    }

    .isirTable td:first-child div, .info td {
    font-weight: bold;
    }
    .isirTable tr:nth-child(2n) {
    background-color: #FAFAFA;
    }
    .isirTable
        tr:nth-child(2n+1) {
	   background-color: var(--secondary);
    }
    .isirTable tr:first-child {
	   font-weight: bold;
    }

    .gwt-TabPanel {
	   width:100%
    }
    .gwt-TabPanel {
	   width:100%
    }
    .gwt-TabPanelBottom {
	   background-color: #fff;
	   height : 98%;
	   padding : 10px;
	   border-top : 1px solid #ccc;
	   border-bottom : 1px solid #ccc;
	   margin-top:-1px;
    }
    .gwt-TabBar {
	   border-bottom: 1px solid var(--secondary);
        background-color: var(--secondary);
	   height : 100%;
    }
    .gwt-TabBarItem {
	   padding: 8px;
	   color : --interactive-active;
	   cursor:	pointer;
	   background-color: var(--secondary);
	   border-bottom: 0px solid var(--secondary);
	   margin-right: 2px;
    }
    .gwt-TabBarItem-selected {
	   padding: 8px;
	   cursor:	default;
	   color:var(--primary);
	   background-color: var(--secondary);
	   border-top : 1px solid	#ccc;
	   border-left : 1px solid #ccc;
	   border-right : 1px solid #ccc;
	   border-bottom: 0px solid #fff;
	   border-radius : 4px 4px 0 0;
	   margin-right: 2px;
    }
    tr:nth-child(2n+1) {
	   background-color: #FAFAFA;
    }
    tr:nth-child(2n) {
	   background-color: var(--secondary);
    }
    .efcTable td:nth-child(2n+1) div {
	   text-align: left;
    }
    .efcTable td:nth-child(2n) div {
	   text-align: right;
    }
    .isirTable td:first-child div, .info td {
	   font-weight: bold;
    }
    .isirTable tr:nth-child(2n) {
	   background-color: #FAFAFA;
    }
    .isirTablen tr:nth-child(2n+1) {
	   background-color: var(--secondary);
    }
    .isirTable tr:first-child {
	   font-weight: bold;
    }
    .compareIsir .isirTable td {
	   width: 33%;
    }
    .viewIsir .isirTable td:nth-child(2n+1) {
	   width: 40%;
    }
    .viewIsir .isirTable td:nth-child(2n) {
	   width: 60%;
    }
    .table.overrideTable thead th {
	   background-color: #D9EDF7;
    }
    .overrideTable tbody td:first-child{
	   font-weight: bold;
    }
    .center3 tr td:nth-child(3) div {
	   text-align: center;
    }
    .center4 tr td:nth-child(4) div {
    	text-align: center;
    }
    .overrideTable thead th:last-child{
	   text-align: center;
    }
    .overrideTable tr:nth-child(2n) {
	   background-color: #FAFAFA;
    }
    .overrideTable tr:nth-child(2n+1) {
	   background-color: #FFFFFF;
    }

    tr:nth-child(2n+1) {
	   background-color:#FAFAFA;
    }
    tr:nth-child(2n) {
	   background-color: var(--secondary);
    }
    .nsldsTable td:nth-child(2n+1) div {
	   text-align: left;
    }
    .nsldsTable td:nth-child(2n) div {
	   text-align: right;
    }
    .table-borderless td, .table-borderless th {
	   border: medium none;
    }
    
    
    /* row link replacement  
     */
    /* Add the rowlink class dynamically through JS */
tr.rowlink {
    cursor: pointer;
}

/* Prevent hover effect on cells with 'nolink' class */
tr.rowlink td.nolink {
    cursor: auto;
}

/* Custom hover effect for row */
.table tbody tr.rowlink:hover {
    background-color: #cfcfcf; /* Customize the color as needed */
}

/* Optionally, add styling to remove text decoration if a link is involved */
a.rowlink {
    color: inherit;
    font: inherit;
    text-decoration: none;
}
    
}