/* new OVERWRITE UNOTEMPLATE */

.form-check.form-check-inline .form-check-input {
    /* MIGHT WANNA FIX THIS !!!! */
    float: none !important;
    margin-left: 0 !important;
}

.form-check.form-check-inline .form-check-label {
    margin-right: 1em !important;
}

.form-check {
    margin-left: 0.725rem;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

/*.bg-success-subtle {
    border-radius: .5rem;
}*/

fieldset,
.form-check-inline {
    margin-bottom: 0;
}

/* TOOLTIP */
.tooltip {
    border-radius: 0.33rem;
    background: #cecece !important;
}
.tooltip-inner {
    padding-bottom: 1rem;
    background: #cecece;
    /* !important needed because the UNO template bundle (loaded later in
       header.php) ships its own .tooltip-inner rule with text-align: center */
    text-align: left !important;
}
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow:before {
    border-top-color: #cecece;
}
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow:before {
    border-right-color: #cecece;
}
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow:before {
    border-bottom-color: #cecece;
}
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow:before {
    border-left-color: #cecece;
}

/* new */
/* indent the fields */
.form-check-input {
    margin-left: 0.75rem;
    margin-bottom: 0.25rem !important;
    margin-top: 0;
}

.form-check-input[type='checkbox'] {
    margin-bottom: 0.5rem !important;
}

@media (max-width: 575.98px) {
    .form-check-input {
        margin-bottom: 0.5rem !important;
    }
}

/* for selectize */
#search_majors_container .form-select:not(:disabled) {
    width: calc(100% - 0.75rem);
}

#banner-right span {
    text-transform: none;
}

@media (max-width: 575.98px) {
    .form-check-inline:has(input[type='checkbox']) {
        display: inline-block;
    }
}

.form-check-inline {
    margin-bottom: 0;
}

.form-control:not([type='radio']),
.form-control:not([type='checkbox']) {
    width: calc(100% - 0.75rem);
}

.form-control {
    margin-left: 0.75rem;
    margin-bottom: 0.25rem;
}

.form-select {
    margin-left: 0.75rem;
    margin-bottom: 0.5rem;
}

.card-body.striper > div:nth-child(odd) {
    background: #f2f2f2;
}

.form-label.heading,
.form-check-label.heading {
    font-weight: 500;
    font-size: 1rem;
}

.form-control:disabled {
    background: #f2f2f2;
}

.col-form-label {
    font-weight: unset;
}
.card-inset {
    box-shadow: inset 1px 1px 1px 0px #bbbbbb;
}
/* maybe */
.spinner-border {
    width: 2.2rem;
    height: 2.2rem;
    border: 0.4em solid currentColor;
    border-width: 0.4em;
    border-right-color: transparent;
}

/* SELF REPORT NEW */
.self-report h2.h4 {
    font-family: Roboto, helvetica, arial, sans-serif;
    position: relative;
    z-index: 1;
}

.self-report h2.h4::before {
    border-top: 1px solid #bbb;
    position: absolute;
    inset: 47% 0 0;
    z-index: -1;
    content: '';
}

.self-report h2.h4 span {
    background: #f2f2f2;
    display: inline-block;
    padding-right: 0.3em;
    line-height: 1.2;
}

.self-report-container > .mb-4.self-report:last-of-type {
    padding-bottom: 0.75rem;
}
.self-report-container h3.h4 {
    font-size: calc(0.8175rem + 0.51vw);

    @media (max-width: 767px) {
        margin-bottom: 0 !important;
    }
}

ul.ui-autocomplete {
    z-index: 900;
}

.invert .line-behind span.noglyph-asterisk {
    float: none;
    clear: none;
    background: transparent
        url(https://www.unomaha.edu/_files/images/sprite-offsite-glyphs-02.png)
        no-repeat;
    background-position: left -272px;
    width: 25px;
    height: 13px;
    margin: 0 0 0 -5px;
    display: inline-block;
    padding: 1px 0 1px 5px;
    background-origin: content-box;
}

.invert .line-behind::before {
    border-top: 1px solid #d6d6d6;
}

#degree-form-template:nth-of-type(n + 2) {
    margin-top: -2px;
}

/* TAB NAV BUTTONS */

#banner {
    padding: 2rem 1rem 0.75rem;
}

#banner .start-over {
    border-radius: 0.25rem;
    font-size: 0.85em;
}

#active-default a.btn,
#active-existing a.btn {
    background: none;
    border-color: #333;
    font-size: 0.85rem;
    color: #333;
    box-shadow: none;
    cursor: pointer;
}

#active-default #start_click.active,
#active-existing #existing_click.active {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    cursor: default;
}

ul.startpage .nav-item {
    margin-right: 1em;
    margin-top: 1em;
}

ul.startpage a.nav-link {
    border: 1px solid #ccc;
}

ul.startpage a.nav-link,
ul.startpage a:focus.nav-link {
    margin-right: 0;
    color: #333;
}

ul.startpage a.nav-link {
    padding: 5px 10px 5px 5px;
    font-size: 0.85em;
}

ul.startpage a.nav-link span:first-child {
    margin-right: 6px;
    color: #333;
}

ul.startpage a.nav-link span:nth-child(2) {
    margin-left: 2px;
}

@media (max-width: 600px) {
    ul.startpage .btn-large.btn-cta {
        margin-right: 0;
    }
}

ul.startpage a.nav-link.active {
    background: transparent;
    color: #333;
    border: 0;
    padding: 3px 10px;
}

@media (max-width: 600px) {
    ul.startpage .btn-large.btn-cta.active {
        padding: 6px 7px;
        border: 0;
    }
}

ul.startpage .nav-link.active:hover span:first-child {
    color: #333;
}

ul.startpage a.nav-link.active:hover {
    cursor: default;
    background: transparent;
    color: #333;
}

ul.startpage a.nav-link.active span:nth-child(2) {
    opacity: 0.6;
}

ul.startpage a.nav-link.inactive {
    border: 2px dotted #bbb;
}

ul.startpage a.nav-link.inactive:hover {
    cursor: default;
    background: #fff;
    color: #333;
}

ul.startpage a.nav-link.inactive span {
    color: #333;
    margin-left: 4px;
}

ul.startpage a.nav-linkinactive:hover span:first-child {
    color: #333;
}

ul.startpage a.nav-link.active:focus {
    color: #333;
}

ul.startpage a.nav-link span.check {
    margin: 0 0 0 4px;
}

ul.startpage a.nav-link span {
    margin-right: 5px;
}

/* GLOBS & OVERWRITES */
body {
    background: none;
}

body #content_main {
    color: #333;
}

#content {
    background: #0a0a0a;
}

/*h1, h2, h3, h4, h5, h6{color:#333;}
a:link,a:visited,a:active,a:focus{color:#b60000;border-bottom:1px dotted #b60000;text-decoration:none;}
a:hover{border-bottom:1px solid #b60000;}
a.btn:link, a.btn-mini:link, a.btn-small:link, a.btn-large:link, a.btn:visited, a.btn-mini:visited, a.btn-small:visited, a.btn-large:visited, a.btn:active, a.btn-mini:active, a.btn-small:active, a.btn-large:active {border:2px solid #b60000;color:#b60000;}
#header a, footer a:link, #m_home-logo a {border-bottom:none;}
  
.form-control{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} 
.btn,.btn-mini,.btn-small,.btn-large,.btn-huge{text-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn.active, .btn:active, .btn-mini.active, .btn-mini:active, .btn-small.active, .btn-small:active, .btn-large.active, .btn-large:active, .btn-huge.active, .btn-huge:active {background-image:none;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
*/
/* LOCAL USER 
#local{float:right;margin:13px 0 0 0;padding:0;border:1px solid #a1a1a1;background-color:#FFFFFF;font-size:.7em;border-radius:3px;
        -webkit-border-radius:3px;
           -moz-border-radius:3px;}
        @media (max-width: 600px){#local{float:none;margin:0;border:0;background-color:transparent;}}
#local ul{float:left;margin:0;padding:5px 3px;
        border-radius:4px;
        -webkit-radius:4px;
        -moz-border-radius:4px;} 
        @media (max-width: 600px){#local ul{padding:3px 4px 15px 0;}}
#local ul li{float:left;margin:0;padding:0;display:inline;list-style:none;border-right:1px solid #B3B3B3;}
#local ul li:last-child{border-right:none;}
#local ul li a{margin:0;padding:3px 6px;border-bottom:none;}
#local ul li a:hover{text-decoration:underline;}
#local ul li.nolink{padding:0 0 0 6px;color:#333;border-right:none;font-family:'urwgroteskregular';}
        @media (max-width: 600px){#local ul li.nolink{padding:0;}}

#content_main label span.light{font-family:'urwgroteskligregular';}
#dual_session_id_container label{text-align:left;}
*/
/* STARTBAR
#content_main ul.startpage{float:left;clear:none;margin:20px 0 0 0;padding:0;list-style:none;font-size:.9em;font-family:'urwgroteskligregular';}
        @media (max-width: 600px){#content_main ul.startpage{margin:10px 0 20px 0;padding:0;}}
ul.startpage li{float:left;display:inline;margin:8px 6px 0 0;font-weight:bold;}
        @media (max-width: 600px){ul.startpage li{width:100%;}}
ul.startpage li a{padding:10px 15px 10px 15px;float:left;background:#f2f2f2;color:#FFF;text-decoration:none;
      -moz-border-radius:5px;
    -webkit-border-radius:5px;
            border-radius:5px;}*/
/*@media (max-width: 600px){ul.startpage li a {width:100%;}}*/
/*ul.startpage li a.btn-large.btn-cta:hover{background:#333;color:#fff;background-clip:padding-box;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;}
ul.startpage li a.btn-large.btn-cta:hover .check{filter:invert(100%);}
ul.startpage li a.active{color:#333;background:transparent;border:none;padding:5px 5px 7px 7px;
    /*-webkit-box-shadow:inset 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
       -moz-box-shadow:inset 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
            box-shadow:inset 1px 1px 5px 0px rgba(50, 50, 50, 0.2);*/
/*ul.startpage li:first-child .btn-large.btn-cta{border:2px solid transparent;background:none;color:#b60000;border-radius:0;padding:5px 0;margin-right:12px;}
        @media (max-width: 600px){ul.startpage li:first-child .btn-large.btn-cta{margin-left:0;}}
ul.startpage li:first-child a.btn-large.btn-cta{border-bottom:1px dotted #b60000;}
ul.startpage li:first-child a.btn-large.btn-cta:hover{border-bottom:1px solid #b60000;background:none;color:#b60000;}
ul.startpage li#active-default:first-child a.btn-large.btn-cta.active {color:#333;border-bottom:none;}
ul.startpage li#active-default:first-child a:hover.btn-large.btn-cta.active {text-decoration:none;}*/

/* TAB NAV BUTTONS 
ul.startpage .btn-large,ul.startpage a:focus.btn-large{margin-right:0;color:#333;}
ul.startpage .btn-large.btn-cta{padding:5px 7px;font-size:.85em;}   
ul.startpage .btn-large.btn-cta span:first-child{margin-right:6px;color:#333;}
ul.startpage a.btn-large.btn-cta span:nth-child(2){color:#666;margin-left:6px;}
        @media (max-width: 600px){ul.startpage .btn-large.btn-cta{margin-right:0;}}
ul.startpage a.btn-large.btn-cta:hover span:first-child{color:#FFFFFF;}
ul.startpage .btn-large.btn-cta.active{background:transparent;color:#333;font-family:'urwgroteskmedregular';border-color: #cecece;border-bottom:0;border-right:0;border-left:0;padding:5px 10px;
        /*-webkit-box-shadow:inset 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
           -moz-box-shadow:inset 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
                box-shadow:inset 1px 1px 5px 0px rgba(50, 50, 50, 0.2);*/
/*        @media (max-width: 600px){ul.startpage .btn-large.btn-cta.active{padding:6px 7px;border:0}}                
ul.startpage .btn-large.btn-cta.active:hover span:first-child{color:#333;}                
ul.startpage a.btn-large.btn-cta.active:hover{cursor:default;background:transparent;color:#333;}
ul.startpage a.btn-large.btn-cta.active span:nth-child(2){opacity:.6;}
ul.startpage a.btn-large.btn-cta.inactive{font-size:.85em;background:#fff;color:#333;border:2px dotted #bbb;}
ul.startpage a.btn-large.btn-cta.inactive:hover{cursor:default;background:#fff;color:#333}
ul.startpage a.btn-large.btn-cta.inactive span{color:#333;}
ul.startpage a.btn-large.btn-cta.inactive:hover span:first-child{color:#333;}
ul.startpage a.btn-large.btn-cta.active:focus{color:#333;}*/

/* SPRITES */
.check-rev,
.check,
.noglyph-asterisk,
.noglyph-popit,
.noglyph-close {
    float: none;
    clear: none;
    background: transparent
        url(https://www.unomaha.edu/_files/images/sprite-offsite-glyphs-02.png)
        no-repeat;
}
.check-rev {
    background-position: left -173px;
    width: 8px;
    height: 8px;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}
.check {
    background-position: left -208px;
    width: 8px;
    height: 8px;
    margin: 0;
    display: inline-block;
    overflow: hidden;
}
.noglyph-asterisk {
    background-position: left -272px;
    width: 10px;
    height: 13px;
    margin: 0;
    display: inline-block;
    padding: 1px 0 1px 5px;
}
.noglyph-popit {
    background-position: right -330px;
    width: 12px;
    height: 11px;
    margin: 0;
    padding: 0 20px 0 0;
}
.example .noglyph-popit {
    background-position: right -364px;
    width: 12px;
    height: 11px;
    margin: 0;
    padding: 0 20px 0 0;
}
.noglyph-popit.small {
    font-size: 0.7em;
}
.noglyph-close span {
    background-position: left -61px;
    width: 12px;
    height: 8px;
    margin: 0;
    display: inline-block;
}

/* PAYPAL */
.btn-large.btn-cta.btn-paypal {
    padding: 9px 8px 6px 9px;
}
.btn-paypal span {
    float: none;
    clear: none;
    background: transparent
        url(https://www.unomaha.edu/_files/images/paypal.png) no-repeat;
}
.btn-paypal span {
    width: 65px;
    height: 25px;
    margin: -3px 0 0 8px;
    float: right;
}

/* FORM ELEMENTS */
@media (max-width: 600px) {
    .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
#content_main label {
    font-family: 'urwgroteskregular';
    font-weight: normal;
    margin-top: 0;
    letter-spacing: -0.02em;
    color: #333;
}
#content_main label#hs_early_lbl,
#content_main label#college_credits_lbl {
    margin-top: 8px;
}
#content_main select {
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 0;
    margin-top: 1px;
    background-color: #f2f2f2;
    color: #333;
}
@media (max-width: 600px) {
    #content_main select {
        font-size: 14px;
        width: 100%;
    }
}
@media (max-width: 600px) {
    #content_main select#BIRTHDATE_MONTH,
    #content_main select#BIRTHDATE_DAY,
    #content_main select.populate_month,
    #content_main select#SUS_PRO_DT_MONTH,
    #content_main select#DT_ISSUED_MONTH,
    #content_main select#DT_ISSUED_DAY,
    #content_main select#EXPIRATN_DT_MONTH,
    #content_main select#EXPIRATN_DT_DAY,
    #content_main select#RESIDENCY_BEGIN_DT_MONTH {
        margin-bottom: 15px;
    }
}
/*form .row{padding:4px 0;}
        @media (max-width: 600px){form .row{padding:8px 0;}} */
#content_main input[type='text'],
#content_main input[type='password'],
#content_main input[type='email'] {
    height: 34px;
    vertical-align: middle;
    color: #333;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
} /*change on 002?*/
/*@media (max-width: 600px){#content_main input[type=text],
                                  #content_main input[type=password],
                                  #content_main input[type=email],
                                  #content_main input[type=submit]{width:100%;}}*/
@media (max-width: 600px) {
    #content_main #pres select {
        margin-bottom: 0;
    }
}
#content_main input[type='checkbox'] {
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 0;
    overflow: hidden;
    background: #f2f2f2;
}
@media (max-width: 600px) {
    #content_main input[type='checkbox'] {
        margin-bottom: 0;
    }
}
#content_main .checkbox label {
    padding-left: 40px;
}
@media (max-width: 600px) {
    .form-horizontal .checkbox {
        margin-bottom: 20px;
    }
}
#content_main input[type='tel'],
#content_main input[type='password'],
#content_main input[type='text'],
#content_main input[type='email'] {
    padding: 5px 7px;
    background: #f2f2f2;
    font-size: 16px;
    border: 0;
    font-family: 'urwgroteskligregular';
    margin-top: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
@media (max-width: 600px) {
    #content_main input[type='text'] {
        width: 100%;
    }
}
#content_main textarea {
    background-color: #eaeaea;
    border: none;
    box-shadow: none;
}

/* INVERTED FORMS
#content_main .bucket-solid input[type=text],
#content_main .bucket-solid input[type=password],
#content_main .bucket-solid input[type=tel],
#content_main .bucket-solid input[type=email]{background-color:#FFF;
    -webkit-box-shadow:none;
            box-shadow:none;
    -webkit-appearance:none;
                 border:0;} */
/*#content_main .bucket-solid input.full-width{width:100%;}/*use .form-control instead*/
/*#content_main .bucket-solid select{background-color:#FFF;
     -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.13);
             box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.13);}*/

#content_main .formMainRow {
    margin-right: -15px;
    margin-left: -15px;
}

#content_main .formMainContainer {
    box-shadow: none;
    max-width: 400px;
    margin: 20px auto;
}

#content_main .formPanelHeading {
    background: none;
    border: none;
    text-align: center;
}

#contetn_main a.signInLink {
    color: #d71920;
}

#content_main a.toolTipInfo,
#content_main button.toolTipInfo {
    font-size: 14px;
    color: black;
}

#content_main button.toolTipInfo {
    background: none;
    border: 0;
    padding: 0;
}
/* AP DEV-369
#applForm input[name=CUMULATIVE_GPA]{
	border: solid thin black;
	background: #f2f2f2;
} */

/* FIX RADIO GROUP */
#content_main input[type='radio'] + label {
    margin-right: 20px;
    margin-bottom: 6px;
    text-align: left;
    vertical-align: bottom;
}
.form-horizontal .form-group.radio {
    margin-bottom: 15px;
}
/*.radio label{padding-left:40px;}*/

/* Fix the labels that pertain to the checkboxes for iluno choose a session JT-APP-607*/
#content_main label[id^='iluno_session_'] {
    padding-top: 8px;
}
/* Fix the labels for the checkbox for ILUNO JT-APP-608 */
#content_main label[id^='intl_applicant'] {
    display: block;
}

/* move to remote site and 002
#content_main input[type=radio] {
  vertical-align:middle;
  margin-right:6px;
  margin-top:8px;	
  margin-bottom:5px;	
  margin-left:0;
  content:"";
  width: 24px;
  height: 24px;
  background: #f2f2f2;
  -webkit-appearance: none;
  border-radius: 50%;
  overflow: hidden;}
#content_main .panel-group .panel input[type=radio]{background:#FFFFFF;}
#content_main input[type=radio]:checked:before,#content_main input[type=checkbox]:checked:before {
  content: "";
  font-size:.9em;
  color:#666;
  margin: 6px;
  width: 18px;
  height: 18px;
  display: inline-block;
  text-align:center;}*/
#content_main .mainEndGroup {
    margin-top: 6%;
}
/*.radio label{padding-left:40px;}
.radio input[type=radio]{margin-left:0}    
        @media (max-width: 600px){.form-horizontal .form-group.radio{margin-bottom:20px;}}
.form-horizontal .radio .control-label {padding-top:0;}
        @media (max-width: 600px){#SUS_PRO_STATUS_container .radio span{display:block;margin-bottom:20px;}}
        @media (max-width: 600px){#SUS_PRO_STATUS_container .radio span:last-child{margin-bottom:0;}}
.form-horizontal .radio{margin-top:-7px;}
#content_main .form-horizontal .radio .control-label{margin-top:7px;}*/

/* RADIO/CHECK SPRITES 
#content_main input[type=radio]:checked:before,#content_main input[type=checkbox]:checked:before
    {float:none;clear:none;background:transparent url(https://www.unomaha.edu/_files/images/sprite-offsite-glyphs-02.png) no-repeat;display:inline-block;overflow:hidden;height:24px;width:24px;margin:1px 2px 0 6px;}
#content_main input[type=radio]:checked:before{background-position:left -89px;}
#content_main input[type=checkbox]:checked:before{background-position:left -126px;margin-left:8px;}*/

/* FIX CHECKBOXES/RADIOS 
#content_main label.checkbox-inline{margin-right:20px;margin-left:15px;height:30px;padding-top:7px;}
#content_main .checkbox-inline input[type="checkbox"]{margin-left:-35px;margin-top:-5px;}
#content_main label.radio-inline{margin-right:20px;margin-left:15px;height:30px;padding-top:7px;}
#content_main .radio-inline input[type="radio"]{margin-left:-35px;margin-top:-5px;}*/

/* BUTTONS 
#content_main .btn-block {text-align: center;}*/
/*#content_main .btn-dkBlue {background: #29336E; text-transform: uppercase; border-color: #2b669a; border: 1px solid transparent; font-size: 14px;}
#content_main .btn-dkBlue:hover {background: #464F89;}*/
/*#content_main .btn-modDefault {    
	border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f0f0f0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
    color: #606060;
	font-size: 14px;
}
#content_main .btn-modDefault:hover {
    background: #fcfcfc;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}*/
.btn-cta {
    background: #fff;
    border: 2px solid #b60000;
    color: #b60000;
    font-family: 'urwgroteskregular';
    font-weight: normal;
}
a.btn-mini.btn-cta,
a:focus.btn-mini.btn-cta {
    margin-bottom: 4px;
    letter-spacing: 0.1px;
    padding: 5px 9px;
    font-size: 13px;
    border: 2px solid #b60000;
    color: #b60000;
}
a:hover.btn-mini.btn-cta {
    color: #fff;
    background: #b60000;
}
a:active.btn-mini.btn-cta {
    color: #b60000;
    background: #fff;
}
@media (max-width: 600px) {
    .btn-mini.btn-cta {
        margin-top: 12px;
    }
}
a:hover.btn-mini.btn-cta.btn-clear {
    color: #fff;
    background: #333;
}
.btn-mini.btn-cta.btn-clear {
    border: 2px solid #333;
    color: #333;
    background: transparent;
}
.btn-mini.btn-cta.btn-clear.sent {
    color: #333;
    border: 0;
    font-size: 0.85em;
}
.btn-mini.btn-cta.btn-clear:hover {
    color: #333;
}
ul.startpage .btn-large.btn-cta {
    border: 2px solid #757575;
}

/* BTN OVERRIDES */
.btn-cta:hover,
.btn-cta :focus,
.btn-cta :active,
.btn-cta .active,
.btn-cta .disabled,
.btn-cta [disabled] {
    background-color: #b60000;
    color: #fff;
}
.btn-cta :active,
.btn-cta .active {
    background-color: #9c9c9c;
}
input#submitButton.btn-cta {
    color: #fff;
    background: #b60000;
    border: 2px solid #0a0a0a;
    text-transform: uppercase;
    font-family: 'urwgroteskmedregular';
    font-size: 0.9em;
}
input#submitButton.btn-cta:hover,
input#submitButton.btn-cta:active {
    background: #0a0a0a;
    color: #fff;
    border: 2px solid #757575;
}

/* MODAL */
.modal-footer {
    background: #f2f2f2;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.modal-body {
    max-height: 420px;
    overflow-y: auto;
}
.modal-header {
    background: #f2f2f2;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.modal-dialog .close {
    color: #0a0a0a;
    opacity: 1;
}

/* DASHER STUFF */
.dasher-a {
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    border: 1px dashed #bbb;
}
#school-classes .dasher-a {
    border: 2px solid #fff;
}
#hs_existing .dasher-a,
#col_existing .dasher-a {
    border: 1px solid #bbb;
}
.dasher-a.no-school {
    padding: 10px 10px 8px 10px;
}
.dasher-a.no-school .row.lister {
    padding: 0;
}
@media (max-width: 600px) {
    .dasher-a {
        padding: 10px 5px 10px 5px;
    }
}
@media (max-width: 600px) {
    .panel-body .dasher-a {
        padding: 15px;
    }
}
@media (max-width: 600px) {
    .dasher-a.no-school,
    #hs_container .dasher-a.no-school {
        padding: 10px 15px 5px 15px;
    }
}
.dasher-a p {
    font-size: 0.9em;
}
.collapse.dasher-a {
    border: 1px dashed #bbb;
    padding: 20px;
    padding-bottom: 0;
    -webkit-box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.35);
    box-shadow: 4px 5px 8px rgba(0, 0, 0, 0.35);
}
@media (max-width: 600px) {
    .collapse.dasher-a {
        padding: 10px;
        padding-bottom: 0;
    }
}
@media (max-width: 600px) {
    .panel-body {
        padding: 10px;
    }
}
.collapse.dasher-a .form-group:last-child {
    background: #e1e1e1;
    margin: 30px -20px 0 -20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media (max-width: 600px) {
    .collapse.dasher-a .form-group:last-child {
        margin: 30px -12px -2px -12px;
    }
}
.collapse.dasher-a .arrow_box + span {
    padding: 30px 16px 10px 0;
    display: block;
}
@media (max-width: 600px) {
    .collapse.dasher-a .arrow_box + span {
        margin-left: 12px;
    }
}
#existing_container .dasher-a,
#completed_container .dasher-a,
#recommender_edits_container .dasher-a {
    padding: 0 10px 20px 10px;
}
#existing_container .dasher-a .row.headerbar,
#completed_container .dasher-a .row.headerbar,
#recommender_edits_container .dasher-a .row.headerbar {
    padding-top: 0;
    margin-bottom: 15px;
    background: #efefef;
}
@media (max-width: 600px) {
    #existing_container .dasher-a .row.headerbar,
    #completed_container .dasher-a .row.headerbar,
    #recommender_edits_container .dasher-a .row.headerbar {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
    }
}
#existing_container .dasher-a .row.headerbar .col-sm-5,
#completed_container .dasher-a .row.headerbar .col-sm-5,
#recommender_edits_container .dasher-a .row.headerbar .col-sm-5 {
    margin-top: 8px;
}
@media (max-width: 600px) {
    #existing_container .dasher-a .row.headerbar .col-sm-5.text-right,
    #completed_container .dasher-a .row.headerbar .col-sm-5.text-right,
    #recommender_edits_container .dasher-a .row.headerbar .col-sm-5.text-right {
        text-align: left;
        margin-top: 0;
        margin-bottom: 8px;
    }
}
@media (max-width: 600px) {
    #existing_container .dasher-a .row.headerbar .btn-mini.btn-cta,
    #completed_container .dasher-a .row.headerbar .btn-mini.btn-cta,
    #recommender_edits_container .dasher-a .row.headerbar .btn-mini.btn-cta {
        margin-top: 0;
    }
}
#content_main .dasher-a .row p.col-sm-6,
#content_main .dasher-a .row p.col-sm-8,
#content_main .dasher-a .row p.col-sm-9 {
    font-size: 0.9em;
    margin: 0;
}
.dasher-a .attend-degree {
    padding: 0 10px 0 10px;
}
.dasher-a .row {
    padding: 2px 0;
}
@media (max-width: 600px) {
    .dasher-a .row {
        margin-bottom: 10px;
    }
}
#content_main .row.lister .col-sm-6:first-child,
#content_main .row.lister .col-sm-4:first-child,
#content_main .row.lister .col-sm-3:first-child {
    margin: 0;
    padding: 0;
    font-family: 'urwgroteskregular';
    font-weight: normal;
    text-align: right;
    font-size: 0.9em;
    letter-spacing: -0.02em;
}
@media (max-width: 600px) {
    #content_main .row.lister .col-sm-6:first-child,
    #content_main .row.lister .col-sm-4:first-child,
    #content_main .row.lister .col-sm-3:first-child {
        text-align: left;
    }
}
.dasher-b {
    margin: -10px 0 10px 0;
}
.dasher-b .attend-degree-head {
    border: 0;
    padding: 0;
    margin: 0 10px 10px 16px;
}

/* EDUCATION */
#col_attend_degrees .row.separator {
    margin: 0;
}
#col_attend_degrees .row.separator hr {
    border-top: 1px dotted #ccc;
    padding: 0;
    margin: 2px 80px;
}
a.hs_remove-this-school,
a.col_remove-this-school {
    margin: 10px 0 0 0;
}
#hs_attend-degree-head,
#col_attend-degree-head {
    background: transparent;
    border-radius: 5px;
}
/*@media (max-width: 600px){#hs_attend-degree-head,#col_attend-degree-head{padding:15px;}}*/
.form-horizontal .add-this-school,
.form-horizontal .add-this-degree,
.form-horizontal .add-this-recommender {
    background: #fff;
    padding-bottom: 0;
    margin: -1.5rem;
    margin-top: 2rem;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*@media (max-width: 600px){.form-horizontal .add-this-school,.form-horizontal .add-this-degree,.form-horizontal .add-this-recommender{margin-left:-17px;margin-right:-17px;}}*/
.form-horizontal .form-group.add-this-recommender {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -22px;
}
@media (max-width: 600px) {
    .form-horizontal .form-group.add-this-recommender {
        margin-left: -7px;
        margin-right: -7px;
        margin-bottom: -12px;
    }
}
.form-horizontal .form-group.add-this-degree {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: -2px;
    margin-top: 30px;
}
/*.form-horizontal .form-group.add-this-school .row-btns,.form-horizontal .form-group.add-this-recommender .row-btns{padding:30px 16px 10px 4px;display:block;}
.form-horizontal .form-group.add-this-degree .row-btns{padding:5px 16px 10px 4px;display:block;margin-left:-8px;}*/
.form-horizontal .form-group.add-this-degree .arrow_box {
    margin-left: -8px;
}
.alert.alert-danger ul.plain {
    margin-left: 20px;
}

/* RECOMMENDER */
#recommender_prefix_0_container,
#recommender_prefix_1_container,
#recommender_prefix_2_container {
    padding-top: 10px;
}
.dasher-a .recommendee {
    padding: 0 10px 0 10px;
}
.dasher-a .recommendee hr {
    margin: 10px;
}
#supplemental_34_container .dasher-a {
    padding: 0 10px 20px 10px;
}
#supplemental_34_container .dasher-a .row.headerbar {
    padding-top: 0;
    margin-bottom: 15px;
    background: #efefef;
}
#content_main #supplemental_34_container .dasher-a .row.headerbar p {
    font-family: 'urwgroteskregular';
    font-size: 0.9em;
}

/* ADD THIS SCHOOL
ul.ui-autocomplete#ui-id-1{z-index:2;} */
.ui-autocomplete .ui-menu-item:focus {
    background: #eaeaea;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
    cursor: pointer;
}

.arrow_box {
    background: #ffffff;
}
.arrow_box:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 24px;
    margin-left: 28px;
    margin-top: -1rem;
    border-bottom: 0;
}

.invert .arrow_box {
    background: #f2f2f2;
}
.invert .arrow_box:after {
    border-top-color: #f2f2f2;
}

@media (max-width: 600px) {
    .add-this-school .row-btns #col_but_add {
        margin-left: 15px;
    }
}

.you-missed-something {
    background-color: #fff9cc;
}
.you-missed-something p {
    margin: 10px;
}
.yellow.arrow_box:after {
    border-color: rgba(255, 254, 202, 0);
    border-top-color: #fff9cc;
    z-index: 1;
}
.you-missed-something .yellow.arrow_box:after {
    border-top-color: #fff9cc;
    margin-left: 25px;
}

/* ADD A DEGREE    
#add-degree-container,#add-another-degree-container{border:2px dotted #bbb;}
            @media (max-width: 600px){#add-degree-container,#add-another-degree-container{padding:0 0 0 10px;}}	
            @media (max-width: 600px){#add-degree-container a.btn-mini.btn-cta#add-degree-button,
	                                  #add-another-degree-container a.btn-mini.btn-cta#add-degree-button{margin-bottom:-5px;}}
            @media (max-width: 600px){#degree-form-template{padding:10px;}}
#add-another-degree-container{border-top:0;}
#add-degree-container span {padding:15px 0;display:block;}
#degree-form-template{padding-bottom:15px;}
#degree-form-template .row{padding:4px 10px;}
#degree-form-template.attend-degree-input{margin-bottom:0;}*/
.attend-degree-input {
    border: 2px dotted #bbb;
    margin-bottom: 20px;
}

/* EDU PANELS */
.panel-group .panel {
    margin-bottom: 20px;
    background: #f2f2f2;
    -webkit-box-shadow: 2px 2px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 2px 2px 0px rgba(204, 204, 204, 1);
    box-shadow: 2px 2px 0px rgba(204, 204, 204, 1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.panel-heading {
    border-bottom: 2px solid transparent;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.panel-default {
    border: 0;
}
.panel-default > .panel-heading {
    background-color: #f2f2f2;
}
h4.panel-title a {
    display: block;
    font-family: 'urwgroteskregular';
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}
@media (max-width: 600px) {
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* SUBMIT PAGE */
#content_main .submit-radios p,
#content_main .submit-radios ul {
    font-size: 0.9em;
}
#content_main .submit-radios input[type='radio'] {
    margin-right: 0;
    vertical-align: top;
}
/*.submit-radios #cc_info,
.submit-radios #ch_info,
.submit-radios #pp_info,
.submit-radios #wr_info{margin-left:4.3em;}
        @media (max-width: 600px){
            .submit-radios #cc_info,
            .submit-radios #ch_info,
            .submit-radios #pp_info,
            .submit-radios #wr_info{margin-left:28px;margin-top:0;}}*/
.panel-title > label:hover {
    cursor: default;
}
.panel-title > input:hover {
    cursor: pointer;
}
.form-horizontal .submit-radios .control-label {
    padding: 7px 5px;
}
@media (max-width: 600px) {
    .form-horizontal .submit-radios .control-label {
        padding: 0 5px;
    }
}

/* SAVING SUBMIT, FORM */
#submitButton {
    height: 44px;
}
.saving,
.saving-local {
    display: none;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: #fff;
    vertical-align: middle;
}
.saving {
    padding: 14px 0;
}

/* BOOTSTRAP ALERT OVER-WRITES
.alert{padding:10px 0;min-height:56px;color:#333;margin:16px 0;font-size:.9em;}
.alert a{color:#a80000;}
.alert h4,.alert h6,.alert p,.alert ul{margin:0;padding:3px 10px 9px 15px;}
.alert h4{font:1/1em 'urwgroteskmedregular';margin:0;color:#333;letter-spacing:1px;}
.alert ul{padding:0 0 0 30px;}  
.alert ul li{list-style:disc;}
.alert ul.plain{padding:0 0 0 15px;}  
.alert ul.plain li{list-style:none;}       
.alert,.alert.alert-error,.alert.alert-info,.alert.alert-question,.alert.alert-success,.alert.alert-warning{background:#F2F2F2;border:none;border-left:65px solid #CECECE;min-height:70px;}
.alert span,.alert.alert-error span,.alert.alert-info span,.alert.alert-question span,.alert.alert-success span,.alert.alert-warning span{float:left;clear:none;display:inline-block;background:transparent url('https://www.unomaha.edu/_files/images/sprite-alerts-color.png') no-repeat;}
.alert span{background-position:0 -84px;width:42px;height:42px;margin:0 0 0 -54px;}
.alert.alert-info span{background-position:0 -42px;width:42px;height:42px;margin:0 0 0 -54px;}
.alert.alert-error span{background-position:0 -126px;width:42px;height:42px;margin:0 0 0 -54px;}
.alert.alert-success span{background-position:0 0;width:42px;height:42px;margin:0 0 0 -54px;}
.alert.alert-warning span{background-position:0 -168px;width:42px;height:42px;margin:0 0 0 -54px;}
.alert.alert-question span{background-position:0 -84px;width:42px;height:42px;margin:0 0 0 -54px;}        	
#content_main .alert p{margin:1% 2%;padding:0;}#content_main .alert h3{margin:.5% 2% 2% 2%;}
.alert.alert-danger ul.plain{margin-left:20px;margin-bottom:15px;}*/

/* RE-ADD BOOTSTRAP ALERT FOR LOGIN WARNING NOTIFICAITON */
#content_main .loginNotification {
    color: #8a6d3b;
    background: #fcf8e3;
    border-color: #f5e79e;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.25),
        0 1px 2px rgba(0, 0, 0, 0.05);
    border-left: 0px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #f5e79e;
}

/* Modal update - media query */
@media screen and (max-width: 800px), screen and (max-height: 600px) {
    .modal-body {
        max-height: 225px;
        overflow-y: scroll;
    }
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    }
}

/* GENERAL */
#content_main .col-sm-12 H3 {
    margin-bottom: 0;
}

#main-content {
    font-size: 0.95rem;
}
.col-sm-1.or {
    padding-top: 20px;
}
@media (max-width: 600px) {
    .col-sm-1.or {
        padding-top: 0;
    }
}
#content_main {
    padding: 0 0 30px 0;
}
@media (max-width: 600px) {
    label.col-sm-4 {
        padding-left: 0;
    }
}
/*@media (max-width: 600px){.radio .col-sm-8{padding-top:6px;}}*/
#header .main-header {
    border-bottom: 4px solid #d31d39;
}
@media (max-width: 600px) {
    #content_main p {
        margin: 0 0 16px 0;
    }
}
#content_main h5 {
    font-family: 'urwgroteskregular';
}
#content_main p a.disguised {
    font-size: 0.8em;
    display: inline-block;
    padding-top: 10px;
    vertical-align: top;
}
@media (max-width: 600px) {
    #content_main p a.disguised {
        font-size: 0.85em;
    }
}

/* ADDRESS VALIDATION */
.text-sm a {
    font-size: 0.9rem;
    border-bottom: 1px dotted #bbb;
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 0.4rem;
}

.text-sm a:last-child {
    border-bottom: none;
}

.addrMatches {
    margin-top: -10px;
    font-size: 0.75rem;
}

.addr input {
    margin: 8px 0 8px 0;
}

.addr select {
    margin: 8px 0 8px 0;
}

.addrMatches a {
    float: left;
    clear: left;
    border-bottom: 1px dotted #0a0a0a;
    width: 99%;
    margin: 0;
    padding: 8px 0;
    font-size: 0.8em;
}

.addrMatches a:last-child {
    border-bottom: 0;
}

/* COURSE WORK */
/*h4.panel-title a:focus{outline-style:none;box-shadow:none;border-color:transparent;}
#content_main input[type=radio] + label#XCT_SAT1_lbl,
#content_main input[type=radio] + label#XCT_SAT2_lbl{margin-right:0;}*/ /* change label IDs to new values */
h4.panel-title a span {
    margin-left: 5px;
    padding: 0 4px;
    border: 2px solid #333;
    font-family: 'urwgroteskligregular';
    color: #333;
    font-size: 0.9em;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
h4.panel-title a span::first-letter {
    font-family: 'urwgroteskmedregular';
    color: #666;
}
h4.panel-title a span {
    text-decoration: none;
    display: inline-block;
}
.btn-mini.btn-cta.btn-clear.noglyph-close {
    margin-bottom: -20px;
    background: #f2f2f2;
}
@media (max-width: 600px) {
    .btn-mini.btn-cta.btn-clear.noglyph-close {
        margin-bottom: -10px;
        margin-left: 10px;
    }
}
.btn-mini.btn-cta.btn-clear.noglyph-close span {
    vertical-align: bottom;
    margin-bottom: 3px;
}
@media (max-width: 600px) {
    #manual-self-report h4.panel-title a span {
        margin-left: 0;
        display: table-row;
    }
}
#upload-delete-container #file-name {
    margin-top: 6px;
}
.btn-mini.btn-cta.btn-clear.sent {
    padding: 0;
}

/* Course group update - pertains to JS class addition - AP DEV-338 dynamically added class*/
.course_Group {
    display: inline-block;
}
.course_Group label {
    margin-left: 10px;
}

/* ERRORS 
.error{display:none;}
div.error{margin:0;padding:0 0 1px 2px;line-height:1em;width:100%;background:#FFFFCC;border:2px solid #FF0000;font-size:.6em;color:#666;font-weight:bold;
               box-shadow:0 0 3px #666;
          -moz-box-shadow:0 0 2px #999;
       -webkit-box-shadow:0 0 3px #666;
            border-radius:3px;
       -moz-border-radius:3px;
    -webkit-border-radius:3px;}*/

/* EXPLORE */
.popit.form {
    font-size: 0.7em;
    vertical-align: text-top;
}
.popit.form:hover {
    cursor: pointer;
}

/* ACCOUNT.PHP 
#password_requirements{font-size:.9em; margin-left: -10px;}
#password_requirements h4{font-size:1em;}
#password_requirements ul{font-weight:normal;padding:0 0 10px 0;list-style:none;}
#password_requirements ul li span{margin-right:8px;}
#password_requirements .valid {color:#666;background:transparent url(https://www.unomaha.edu/_files/images/password-valid.png) no-repeat 0 4px;}
#password_requirements .invalid {color:#666;background:transparent url(https://www.unomaha.edu/_files/images/password-invalid.png) no-repeat  0 4px;}
#password_requirements .valid span,#password_requirements .invalid span{margin-right:18px;}*/

/* CAPTCHA */
.form-group.recaptcha {
    border: 46px solid #f2f2f2;
}
.form-group.recaptcha {
    border-top: 10px solid #f2f2f2;
}
.form-group.recaptcha {
    border-bottom: 10px solid #f2f2f2;
}
.recaptchatable,
#recaptcha_area tr,
#recaptcha_area td,
#recaptcha_area th {
    background: #ccc;
}
#content_main #recaptcha_widget_div input[type='text'] {
    height: auto;
    font-size: 10pt;
}
.recaptchatable a,
.recaptchatable a:hover {
    color: #d71920;
}

/* CONSENT */
.dasher-a .consenter {
    padding: 0 10px 0 10px;
}
.dasher-a .consenter hr {
    margin: 10px;
}
#content_main .dasher-a .consenter label {
    font-family: 'urwgroteskligregular';
    margin: 0;
}
#content_main .consenter.full-width .col-sm-7.control-label label {
    text-align: left;
    display: block;
}
#content_main .consenter.full-width .form-group {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#content_main .consenter.full-width .form-group:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
#content_main .consenter.full-width .control-label {
    padding-top: 0;
}
#content_main .consenter.full-width .control-label span {
    display: block;
    font-size: 0.8em;
}
/*#content_main .consenter.full-width .radio label{font-size:.8em;padding-left:0;display:table;margin:5px 0 10px 0;}
#content_main .consenter.full-width .radio label input[type=radio] {margin-left:6px;margin-top:-3px;}*/
#content_main .consenter.full-width hr {
    border-top: 1px solid #ccc;
}

/* POPOVER
.popover{width:300px;background-color:rgba(0, 0, 0, 0.9);font-family:'urwgroteskligregular';font-size:1em;color:#FFF;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0);
       -moz-box-shadow:0 5px 10px rgba(0,0,0,0);
            box-shadow:0 5px 10px rgba(0,0,0,0);}
#content_main h3.popover-title{padding:7px 11px;border:0;background:#555;color:#fff;}
.popover-content{padding:9px 11px;}
#content_main .popover p strong{font-family:'urwgroteskregular';font-weight:normal;color:#FFF;}
*/

.example,
h2.h3 .example {
    line-height: 1.2;
    font-size: 1.2rem;
    background: transparent;
}
.example,
.example:link,
.example:hover,
.example:active,
.example:visited {
    color: #555;
    border: none;
}
.example:focus {
    border-color: #e78081;
    outline: 0;
    box-shadow:
        var(--bs-box-shadow-inset),
        0 0 0 0.25rem #ce000240;
}
.bi-question-square::before {
    background: #fff;
}

/*a.example:focus{outline-style:none;box-shadow:none;border-color:transparent;text-decoration:none;}*/

/*

#content_main .popover-content{font-size:1em;}
#content_main .popover-content a{font-family:urwgroteskmedregular;}
#content_main .popover-content a:hover{text-decoration:underline;color:#FF3333;}
#content_main .popover-content{font-size:.85em;}
      #content_main label h3.popover-title{font-size:1em;}
#content_main h3.popover-title{font-size:.85em;}
#content_main h3.popover-title span.close{margin-top:-4px;color:#fff;text-shadow:none;opacity:1;}
#content_main h3.popover-smaller a.example{font-size:.8em;}
#content_main h3.popover-smaller{font-size:1.1em;}
.popover.top > .arrow:after { border-top-color:rgba(0, 0, 0, 0.8);}
.popover.right > .arrow:after { border-right-color:rgba(0, 0, 0, 0.8);}
.popover.bottom > .arrow:after { border-bottom-color:rgba(0, 0, 0, 0.8);}
.popover.left > .arrow:after { border-left-color:rgba(0, 0, 0, 0.8);}
                @media (max-width: 600px){.example{padding-left:0;line-height:1.3;width:16px;height:16px;border-radius:8px;}}
 */

/*START*/
#plan_text {
    background: #ffffcc;
    padding: 5px 10px;
    margin-top: 2px;
    display: inline-block;
    border: 1px solid #ffcc00;
}

/*COUNSELOR VIEW*/
#result-strm_container h4.panel-title .btn-mini.btn-cta {
    margin-left: 12px;
}
#result-strm_container h4.panel-title a,
#result-strm_container h4.panel-title a.btn-mini.btn-cta {
    display: inline-block;
}
@media (max-width: 600px) {
    #result-strm_container h4.panel-title a,
    #result-strm_container h4.panel-title a.btn-mini.btn-cta {
        display: block;
    }
}
#result-strm_container h4.panel-title span {
    float: right;
    color: #777;
    font-size: 0.8em;
    margin-top: 2px;
    margin-bottom: 4px;
    letter-spacing: 0.1px;
    padding: 3px 6px 2px 6px;
    font-size: 13px;
    display: block;
    font-family: 'urwgroteskregular';
}
@media (max-width: 600px) {
    #result-strm_container h4.panel-title span {
        float: none;
        display: block;
        margin-top: 8px;
        margin-bottom: 0;
        padding: 3px 0 0 0;
    }
}
@media (max-width: 600px) {
    #result-strm_container h4.panel-title .btn-mini.btn-cta {
        margin-left: 0;
    }
}
#result-strm_container .panel-collapse {
    margin-top: -15px;
}
@media (max-width: 600px) {
    #result-strm_container .panel-collapse {
        margin-top: 0;
    }
}
#result-strm_container .dasher-a.no-school {
    padding: 5px 10px 4px 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: -5px;
}
#result-strm_container .panel-body {
    margin-bottom: -16px;
}
#result-strm_container .btn-mini.btn-cta.btn-clear.noglyph-close {
    margin-left: 12px;
}
@media (max-width: 600px) {
    #result-strm_container .btn-mini.btn-cta.btn-clear.noglyph-close {
        margin-left: 9px;
        margin-top: 26px;
    }
}
#strm_container .btn-small.btn-cta {
    margin-top: 10px;
}
@media (max-width: 600px) {
    #strm_container .btn-small.btn-cta {
        display: block;
    }
}

/*BROWSER HAX*/
select::-ms-expand {
    display: none;
}

h4.panel-title a pre.caret  {
    display: inline-block;
    margin-left: 3px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: scale(1.3) rotate(180deg);
}

h4.panel-title a[aria-expanded='false'] > pre.caret  {
    transform: scale(1.3);
}

/* DEV STUFF BELOW
 
       |\/\/\/|
       |      |
       | (o)(o)
===OOOO==========OOOO==

*/

/* get rid of stoopit stuff */
.ui-select {
    width: 100%;
}

/* For Webkit based browsers Firefox version 29 and less, Google Chrome, Apple Safari */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* For Firefox version 30 and above */
@-moz-document url-prefix() {
    .ui-select {
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
    .ui-select select {
        width: 110%;
        background-position: right 30px center;
        border: none;
    }
}

/* ERROR TEST */

/*.form-group.has-error{border:1px solid #b60000;padding:10px 10px 15px 10px;margin:5px 0;
     -moz-border-radius:5px;
          border-radius:5px;
  -webkit-border-radius:5px;}          
.has-error .help-block,
.has-error .control-label,
.has-error .radio, .has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label{color:#606060;}*/

.error-message {
    background: #fff9cc;
    margin-left: 0.9rem;
    margin-right: 0.9rem;
    padding: 5px 10px;
    font-size: 0.9em;
    letter-spacing: -0.02em;
    /* Block-level so the message renders on its own row above the input/label
       even when the parent .form-group lays children out horizontally. */
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.error-message.no-wrap,
.error-message.no-wrap-panel,
.error-message.no-wrap-input {
    margin: 0 0 -3px 0;
    padding: 5px 10px 8px 10px;
    border: 1px solid #ffcc00;
    border-bottom: 0;
}
.error-message.no-wrap-panel {
    margin: 0 -2px -4px 0;
    padding: 5px 10px 9px 10px;
}
.error-message.no-wrap-input {
    margin: 0;
    padding: 8px 10px 6px 8px;
    border: 0;
    border-bottom: 1px solid #ffcc00;
}

/* CHECK IT */
.enviro.qa,
.enviro.tst {
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    top: 0;
    z-index: 1000;
    width: 980px;
    height: 55px;
}
.enviro.tst {
    background: transparent
        url(https://www.unomaha.edu/_files/images/header-tag-tst.png) no-repeat
        top right;
}
.enviro.qa {
    background: transparent
        url(https://www.unomaha.edu/_files/images/header-tag-qa.png) no-repeat
        top right;
}

/* CHECK IT */
div#native_lang_extra.col-sm-5 {
    padding-left: 0;
    margin-left: 0;
}
/*.responserequired{float:right;}
		        @media (max-width: 600px){.responserequired{float:none;}} */

/*for input limiter*/
.limiterBox {
    border: 1px solid #0a0a0a;
    border-top: none;
    background-color: #ffff00;
    padding: 3px 6px;
    font-size: 12px;
}

/*AUTOCOMPLETE - CHECK IT*/
ul.ui-autocomplete {
    margin-top: -3px;
    padding: 9px 12px;
    width: 292px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 8px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 0 12px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 8px 2px rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media (max-width: 600px) {
    ul.ui-autocomplete {
        width: 230px;
    }
}
/* highlight results */
.ui-autocomplete {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center
        no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    max-width: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.ui-autocomplete li {
    font-size: 16px;
}

.ui-helper-hidden-accessible {
    display: none;
}
/* IE 6 doesn't support max-height
		* we use height instead, but this forces the menu to always be this tall
		*/
* html .ui-autocomplete {
    height: 250px;
}

/*.alertblu{border:none;}
.alertgrn{border:none;}
.alertorn{border:none;}
.alertred{border:none;}
.alertyel{border:none;}*/

a.external-link {
    white-space: nowrap;
}

.external-link-icon {
    display: inline-block;
    margin-left: 0.2rem;
    font-size: 0.85em;
    vertical-align: text-top;
}
