/* sophies css */


/* ADDITIONAL STYLES */
body {
    height: 100%;
    font-size: 0.875rem;
}
/* Main */

a {
    color:#4877ad;
}

a:hover {
    color: lightblue;
}

.main h3{padding-top: 2rem;}

.main a:not([class*="color-white"]) {
    color: #3B485B;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.btn-primary{
    background-color: #4877ad;
    border: 0;
}

.btn-primary:hover {
  background-color: #3775BE;
}

.btn-default {
  border: solid 1px #ececec;
}

.btn-default:hover {
  background-color: #f9f9f9;
}

.button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

button:hover {
  filter: brightness(90%);
}

.announcements-home h2 {
    font-size: 1.75rem;
}

.announcements-home h3 {
    font-size: 1.5rem;
}

/* Admin Popup */
.alert-popup {
    height:100%;
    position: relative;
}

.alert-popup-header {
    background-color: #333;
    padding:9px 17px;
    height:50px;
    font-size:24px;
    color:#fff;
}

.alert-popup-links {
    list-style-type: none;
    line-height: 22px;
}
/* Popup Style */
.admin-popup-header {
    background-color: #333;
    padding:9px 17px;
    height:50px;
    font-size:24px;
    color:#fff;
}

.admin-popup .ap-title {
    font-size:16px;
    width:150px;
    min-width:120px;
}

.admin-popup-footer {
    background-color:#f5f5f5;
    border-top:solid 1px #DBDBDB;
    height:110px;
    padding-top: 5px;
    padding-left: calc(50% - 88px);
}

  
/* Navigation */

.seal-logo {
    width: 60px;
    height: auto;
}

.navbar {
    color: #3B485B;
    display: block;
    top: 0;
    align-items: center;
}

.navbar ul {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.nav-link{
    text-align: center;
}
.navbar a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.875rem;
}
.navbar-default {
    background: none;
}
.navbar-brand {
    font-family: sans-serif;
}
.navbar li {
    align-items: center;
}
.logo-text {
    font-size: large;
    margin-bottom: -5px;
}
.logo-text-main {
    font-size: large;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 2rem;
}

.navbar .dropdown-menu {
	border-radius: 1px;
	box-shadow: 0 0px 8px rgba(0,0,0,.05);
    width: auto;
}
.navbar .navbar-nav .dropdown-menu a {
	padding: 8px 20px;
	line-height: 2.2;
    color:#3B485B;
    text-decoration: none !important;
}
.navbar .navbar-nav .dropdown-menu li:hover {
	background-color:#f3f3f3;
}
.navbar .navbar-form {
	border: none;
}
.navbar .navbar-form-wrapper {
	padding: 0 15px;
}
.navbar .login-form label {
	font-weight: normal;
}
.navbar .dropdown-menu.login-form {
	width: 280px;
	padding: 20px;
  color: white;
  top: 50px;
  background-color: #3B485B ;
  border-radius: 0% 0% 10% 10% ;
	right: 0rem;
	font-size: 14px;
  left: -200px;
}
.navbar .navbar-nav .dropdown-menu.login-form a {
	  font-weight: normal;
    margin-left: 10px;
}
.navbar .navbar-nav .dropdown-menu.login-form a:hover{
	text-decoration: underline;
}
.navbar .dropdown-menu.login-form .checkbox-inline {
	margin-top: 10px;
}
.navbar-expand-lg {
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.navbar-expand-lg {
    background-color: #3B485B  !important;
    transition: background-color 200ms linear;
}

.navbar-expand-lg.scrolled .nav-link {
    color: white;
}

.logged-in {
  cursor: pointer;
  color: #4877ad;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  width: max-content;
  top: 26px;
  right: 0;
}

.navbar-nav .dropdown-menu a.dropdown-item:active {
  color: #3B485B;
  background-color: #fff;
}

/* Carousel */

.main {
    width:fit-content;
    margin: 0 auto;
}

.carousel {
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
}

.carousel-caption {
    bottom: 4rem;
}

.carousel h3 {
    font-size: 3rem !important;
    color: white;
}

.carousel-item {
    color: white;
    background-position: center;
    background-size: cover;
}

.carousel {
    margin-bottom: 1rem;
    position: relative;
    background-color: #3B485B;
}

.carousel-inner {
    background-color: #3B485B;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}

.carousel-indicators > button {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-bottom: 0rem;
  }
.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
}

/* Main Contents */
.container .h1 {
    font-size: 2rem;
}

.static h1 {
    font-size: 2rem;
    margin: 1rem 0rem;
}

.static h2 {
    font-size: 1.4rem;
    margin: 1rem 0rem;
}

.static h3 {
    font-size: 1.2rem;
}

.deadlines {
    background-color:rgba(233, 233, 233, 69%);
    border-radius: 15px;
}

.deadlines p {
    line-height: 15px;
}
.main-p {
  font-size: large;
}

/* Features */
.exam-dates {
    text-align: left;
}

.exam-dates p {
    line-height: 10px;
}

.exam-dates .date   {
    color: #4877ad;
    font-weight: 600;
    font-size: larger;
}
.btn-secondary{
    background-color: #4877ad;
    border-color: white;
    color: white;
}
.features {
  text-align: center;
}
/* Footer */


footer {
 background-color: #3B485B;
    color: white;
    position:bottom;
    line-height: 20px;
    font-size: smaller;
}


.footer-link{
    color: #707070;
    border-right: 2px solid #a6a6a6;
    padding: 0px 10px;
}
.footer-link:hover {
  cursor: pointer;
}

.footer-links .footer-link:last-child{
  border: none;
}

.footer-links {
  text-align: center;
  color: #707070;
}

.footer-support-btn {
    color:white;
    background-color: #916d08;
    padding-left: 20px;
    padding-right: 20px;
    right: 15px;
    float: right;
    position: absolute;
    margin-right: 8rem;
    margin-top: -20px;
}

.footer-support-btn:hover {
    color:white;
    background-color: #85610a;
}

address {
    font-style: italic;
    font-size: x-small;
    opacity: 90%;
    margin-bottom: 0;
    padding-bottom: 1rem;
}
footer a {
    color: white;
}
.float-btn {
    right: 100pxS;
}

.reg-page h2{
    color:red;
}

/* ACCORDION */

.accordion-button{
    color: #3B485B;
    font-size: large;
}

.accordion-button:not(.collapsed){
    color: #3B485B;
    background-color: #e7f1ff;
}

.accordion-collapse {
    padding: 2rem;
}
.static h2 {
  margin: 0rem 0rem;
}
/* FAQ Page */

.foreign-links {
    padding: 20px;
    text-align: left;
}
.app-info-links{
    padding: 20px;
    text-align: left;
}
.app-info-links p a{
    color: #3B485B;
}

/* REGISTER */

Register **/ 
.progress-item {
  color: #9E9E9E;
  line-height: 1;
}

.progress-no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #BDBDBD;
  margin-right: 0.5rem;
}

.progress-vert-line {
  width: 3px;
  height: 30px;
  background-color: #BDBDBD;
  margin-left: 13px;
}

.progress-item.active .progress-no {
  border: 3px solid #001226;
  color: #001226;
}

.progress-item.active .progress-text,
.progress-item.done .progress-text {
  color: #001226;
}

.progress-item.done .progress-no {
  border: 3px solid #001226;
  background-color: #001226;
  color: #fff;
}

.progress-item.done .progress-vert-line {
  background-color: #001226;
}

label {
  margin-bottom: 0.25rem;
}

.register-tab-content-container {
  padding: 0 0 0 2rem;
  min-height: 680px;
}


.nav-pills .nav-link {
  border-radius: 0;
  color: #757575;
  background-color: #EEEEEE;
  padding: 1rem;
}

.nav-pills .nav-link:hover {
  color: #001226;
  transition: color 0.3s ease;
  background-color: #E0E0E0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #E0E0E0;
  border-left: 5px solid #001226;
  color: #001226;
  transition: border-left 0.3s linear;
  padding: 1rem;
}

a.nav-item.nav-link.dropdown-toggle {
  color: #ffffff;
}

.nav-link:not(:last-child) {
  margin-bottom: 1px;
}

.tab-action-buttons {
  margin-top: 1rem;
}

.register-input-height {
  height: 100px;
}

.register-checkbox-height {
  height: 38px;
}

.register-error-input {
  border: 1px solid #DC3545;
}

.register-error-message {
  display: block;
  margin-top: 0.25rem;
  font-size: 14px;
  line-height: 1em;
}
 .register-error-message {
  color: #DC3545 !important;
}

/* register end */

/* Form Start */
/* Bootstrap 5 Float update */
.pull-right
{float: right;}
.pull-left
{float: left;}

.form-col-narrow {
    background: #f1f1f1;
    padding: 15px;
    min-height: 440px;
    margin-top: 1rem;
}

.form-col-narrow .link-list {
    padding: 5px 0;
    border-top: 1px dotted #999;
}

.form-col-narrow .link-list .selected {
    font-weight: bold;
    color: #444;
}

.form-col-narrow .link-sub {
    margin-left: 10px;
    padding: 3px 0;
    display: block;
}

.form-col-narrow .link-sub-sub {
    margin-left: 10px;
    padding: 3px 0;
    display: block;
}

.form-col-narrow .selected {
    font-weight: bold;
    color: #444;
}

.form-input {
    max-width: 300px;
}

.qControl textarea {
    min-width: 300px;
}

.missing {
    max-width: 260px;
}

.input-day {
    width: 70px;
    margin-right: 10px;
}

.input-month {
    width: 125px;
    margin-right: 10px;
}

.input-year {
    width: 90px;
}

table.radiotable td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

table.form-table td {
    display: table-cell;
    vertical-align: middle;
}

/* Form End */

/***** Tpl Start *******/
.form-table {
    margin-bottom: 0px;
}

.form-table .qNum {
    width: 40px;
}

.form-table .not-required {
    max-width: 260px;
}

.form-table .required {
    font-weight: bold;
    max-width: 260px;
}

/* SPECIAL CONTROLS */
.form-table .zipControl {
    width: 100px;
}


/* RADIO STYLES */

.form-table .radiocontrol {
    text-align: right;
    padding-left: 10px;
    width: 50px;
}

.form-table .radiotable {
    border: none;
    text-align: right;
    width: 50px;
}

.form-table .radioshell {
    text-align: right;
    width: 50px;
    border: none;
}

.form-table .radiotd {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: right;
    vertical-align: middle;
    width: 25px;
    border: none;
    cursor: pointer;
}

.radiocontrol table.radiotable .radioshell:nth-child(2) {
//padding: 0px 10px 0px 10px;
}
.form-table .radiotd:nth-child(2) input {
    margin-top: 6px;
}

.form-table .missing {
    font-weight: bold;
    color: 	#E64A19;
}

.form-table .noteControl {
    font-style: italic;
}

.form-table .warningControl {
    font-style: italic;
    font-weight: bold;
    color: #FF5100;
}

.form-table .noticeControl {
    min-width: 100%;
    height: 100px
}

/*** Tpl End ***/
  

/*** ADD USER HOME TABS CSS INFO BELOW ***/  

.nav-tab:hover a{
  color: #8A94A4;
}
.nav-tabs .nav-link {
  border-color: white;
  height: 35px ;
}
.user-btn-primary {
  color: white;
  background-color: #B63B43;
  border-color: #B63B43;
  border-style: solid;
  border-color: #9b2e35;
  padding: 5px 30px 5px;
  text-decoration: none;
}
.user-btn-secondary {
  background-color: white;
  color: #B63B43;
  border-style: solid;
  border-color: #B63B43;
  padding: 5px 30px 5px;
  text-decoration: none;
}
.user-btn-success {
  background-color: #19ac14;
  color: #ffffff;
  border-style: solid;
  border-color: #2e9060;
  padding: 5px 30px 5px;
  text-decoration: none;
}
.nav-tab .nav-link {
  margin-bottom: 0;
  border-color: white;
  color: #3B485B;
  background-color: white;
}
.nav-tab .nav-link.active{
  margin-bottom: 0;
  color: white;
  background-color: #3B485B;
}
.nav-tabs .nav-link:hover {
  border-color: white;
}

ul.nav {
    width: max-content;
    background-color: white;
    border: solid 2px #3b485B!important;
}

.user-btn-browse{
  white-space: nowrap;
  background-color: #0d6efd;
  color: white;
  border-style: solid;
  border-color: #0d6efd;
  margin-right: 10px;
}
.user-btn-print {
  white-space: nowrap;
  border-color: #0d6efd;
  border-style: solid;
  background-color: white;
  color: #0d6efd;
}


.forms-progress .col-icon {
  width:25px;
  height:25px;
}

.forms-progress ul {
  list-style-type: none;
}

.forms-progress ul li {
  border-bottom: solid 1px #ececec;
}

.messages tr td a {
  color: inherit;
}

.messages tr td a:hover {
  color: inherit;
  text-decoration: underline;
}


  /* TIMELINE CSS */

.timeline-container {
  height: 4rem;
}

.timeline-container .date-box-container {
  color: #6c757d;
}

.timeline-container .main-border {
  height: 1.5rem;
  background-color: #e9ecef;
  font-size: .7rem;
  position: relative;
}

.timeline-container .main-border .today {
  z-index: 1;
  height: 100%;
  width: .2rem;
  background-color: #0d6efd;
  position: absolute;
}

.timeline-container  .deadline-1 {
  opacity: .7;
  z-index: 1;
  color: #0a58ca;
  height: 100%;
  background-color: #4877ad;
  position: absolute;
}

.timeline-container  .deadline-2 {
  color: #9DA6AA;
  height: 100%;
  background-color: #9DA6AA;
  position: absolute;
}

.timeline-container  .deadline-3 {
  color: #18AD15;
  height: 100%;
  background-color: #18AD15;
  position: absolute;
}

/* Logout message */

#message {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 20;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  color: white;
  padding: 10px 0px 10px 0px;
  background-color: #8E1609;
}

#message span {
  text-align: center;
  width: 95%;
  float: left;
}

#message a {
  color: #fff;
}

#message a:hover {
  color: #fff;
  text-decoration: underline;
}

.close-notify {
  white-space: nowrap;
  float: right;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  border: 2px #fff solid;
  padding-left: 3px;
  padding-right: 3px;
}

.close-notify a {
  color: #fff;
}