.main_content {
  min-height: 500px;
  padding: 0 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.def-page-style {
  max-width: 1920px;
  margin: 0 auto;
}

.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 0;
border: 1px solid transparent;
}

.alert-warning {
  color: #343a40;
}

.form-control-xs {
  height: calc(1em + .375rem + 5px) !important;
  padding: .125rem .25rem !important;
  font-size: .8rem !important;
  line-height: 1.5;
  border-radius: .2rem;
}

.alert h5 {
  font-size: 1.1rem;
}

.alert a.text-link {
  color: #004b9d;
}

.form-control-xxs {
  height: calc(1em + .375rem + 2px) !important;
  padding: .125rem .25rem !important;
  font-size: .75rem !important;
  line-height: 1.5;
  border-radius: .2rem;
}

.sml-tbl-padding td {
  padding: 3px;
}

.fine-print {
  text-align: justify;
  line-height: 15px;
  margin-bottom: 5px;
}

.headerfont:hover {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 820px) {
  .top-links-socials {
    float: none;
  }

  .top-links-a {
    width: 100%;
  }

  .upou-text div.r1, .upou-text div.r2, .upou-text div.r3  {
    font-size: 20px;
  }
}

@media only screen and (max-width: 688px) {
  .upou-text div.r1, .upou-text div.r2, .upou-text div.r3  {
    font-size: 15px;
  }
}

.topmost a, .topmost span {
  vertical-align: top;
  line-height: 15px;
}


.top-links-r {
  line-height: 25px;
  background-color: rgb(72, 72, 72);
  color: white;
  font-size: 12px;
}

.top-links-r a {
  color: white;
}

.top-links-a {
  text-align: center;
}

.top-links-socials {
  font-size: 18px;
  text-align: center;
}

.top-links-a i.fa {
  font-size: 17px;
  vertical-align: middle;
}

i.fa {
  min-width: 16px;
}

.top-links-a i.fa-users {
  font-size: 12px;
}

.top-links-a i.fa-university {
  font-size: 13px;
}

.top-links-a i.fa-home, .top-links-a .fa-university, .top-links-a i.fa-sign-out {
  margin-top: -2px;
}

.top-links-a a.dropdown-item {
  color: #333;
}

.upou-th-cont {
  background-color: #8a1538;
}

.upou-th {
  width: 810px;
  margin: 0 auto;
  padding: 1.2em 1.5em;
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}

.upou-text .r1 {
  font-size: 30px;
  font-family: "Times New Roman", sans-serif;
  font-weight: 100;
}
.upou-text .r2 {
  font-size: 20px;
}
.upou-text .r3 {
  font-size: 20px;
  text-transform: uppercase;;
}

.upou-logo {
  background: url('/public/images/upou-university-logo.png') no-repeat center center;
  width: 130px;
  height: 130px;
  background-size: 130px;
  margin-top: -8px;
}


.banner-sml .upou-th {
  padding: 12px;
  text-align: center;
  width: auto;
}

.banner-sml .upou-logo {
  width: 50px;
  height: 50px;
  background-size: contain;
}

.banner-sml .upou-text .r1, .banner-sml .upou-text .r2, .banner-sml .upou-text .r3 {
  font-size: 23px;
  display: inline;
  font-family: inherit;
}

.footer {
  background-color: rgb(72, 72, 72);
  padding: 30px 30px;
}

.spacer-row {
  height: 30px;
}

.spacer-xs {
  height: 12px;
}

.spacer-sm {
  height: 24px;
}

.spacer-md {
  height: 30px;
}

.spacer-lg {
  height: 50px;
}

.sub-header {
  background-color: rgb(0, 87, 66);
  color: white;
  padding: 5px 10px 5px 10px;
  font-size: 18px;
}

.white-bar {
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.light-gray-bar {
  background-color: #f2f2f2;
  border: 1px solid #dedede;
}

.light-gray-bar .sub-header {
  border-bottom: 1px solid #dedede;
  color: #333;
  background-color: #ebebeb;
}

.bg-yellow {
  background-color: #FDF8E1;
}

.padding-xs {
  padding: 2px 3px;
}

.padding-sm {
  padding: 7px;
}

.padding-md {
  padding: 12px;
}

.padding-lg {
  padding: 20px;
}


.yellow-bar {
  background-color: #FDF8E1;
  border: 1px solid #F2E7B7;
}

.yellow-bar .sub-header {
  border-bottom: 1px solid #F2E7B7;
  border-top: 1px solid #F2E7B7;
  color: #333;
  background-color: #FCF4D0;

}

.btn-flatten-m {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.nowrap {
  white-space: nowrap;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: .8rem;
  padding-left: .8rem;
}

.oucardform .label{
  text-align: right;
  font-weight: bold;
}

@media(max-width:768px){
    .oucardform .label {
        text-align: inherit;
        border-right: 0;
    }

    .oucardform .card-header {
        padding: 12px;
    }
}

table.table-ou-neo thead {

}

table.table-ou-neo thead td {
  font-weight: bold;
  color: #000;
  
}

table.table-ou-neo thead td a {
  text-decoration: none;
  color: #000;
}

table.table-ou thead tr td {
  background: #006699;
  color: white;
}

table.table-ou tr td {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

table.table-ou tr:last-child td {
  border-bottom: 1px solid #999;
}

table.table-ou tr td:last-child {
  border-right: 1px solid #999;
}

table.table-ou thead td, table.table-ou thead th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding: 5px;
}

table.table-ou {
  border: 1px solid #999;
}

.sub-header.first {
  border-top: 0;
}

.top-sub-header, .top-sub-header nav.nav {
  background-color: #8a1538;
  padding: 0;
}

.top-sub-header li a {
  border-bottom: 3px solid transparent;
}

.top-sub-header li.active a {
  color: #FFF3A0;
  border-bottom: 3px solid #FFF3A0;
}

.top-sub-header a {
  color: #eee;
}

.top-sub-header a:hover {
  color: #FFF3A0;
}

.top-sub-header .nav {
  margin: 0 auto;
}

.top-sub-header .dropdown-menu a {
  color: #333;
}

.bar-content {
  padding: 12px;
}

.ou-progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #bbbbbb;
}

.ou-progressbar .step:before {
  font-family: FontAwesome;
  content: attr(data-before)
}

.ou-progressbar li {
  font-size: 12px;
  position: relative;
  text-align: center;
}

.ou-progressbar .cont.left:before,
.ou-progressbar .cont.right:before,
.ou-progressbar li:before {
  width: 32px;
  height: 32px;
  line-height: 31px;
  display: block;
  font-size: 17px;
  color: #ffffff;
  background: #bbbbbb;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 0px 0 0 0px; 
}

.ou-progressbar li:after {
  content: '';
  width: 100%;
  position: absolute;
  border: 1px solid #bbbbbb;
  left: 0;
  top: 15px;
  z-index: -1
}


.ou-progressbar .active {
  color: #8a1538;
}

.ou-progressbar li.active:before,
.ou-progressbar li.active:after {
  background: #8a1538;
  border: 1px solid #8a1538;
}

.ou-progressbar li.prev .cont.left:before,
.ou-progressbar li.prev .cont.right:before,
.ou-progressbar li.prev:before,
.ou-progressbar li.prev:after {
  background: #af6f7c;
  border: 1px solid #af6f7c;
}

.ou-progressbar li.prev {
  color: #af6f7c;
}

.ou-progressbar .cont {
  width: 20%;
  position: absolute;
  top: 15px;
  height: 1px;
  border: 1px dashed white;
  right: 0;
}

.ou-progressbar .cont.left {
  right: inherit;
  left: 0;
}

.ou-progressbar .cont.left:before {
  font-family: FontAwesome;
  content: '1';
  position: absolute;
  left: -1px;
  top: -15px;
}

.ou-progressbar .cont.right:before {
  font-family: FontAwesome;
  content: attr(data-before);
  position: absolute;
  right: 0;
  top: -15px;
}

.ou-progressbar .cont.solid {
  border-style: solid;
  border-color: transparent;
}

/* show recaptcha required message */
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -110px 0 0 15px !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.form-shadow {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.badge-pink {
  background-color: #ff9cff;
}