@charset "UTF-8";
/* CSS Document */

html, body {
    font-weight: 200;
    line-height: 1.3;
    color: #3E3E3E;
}

/* page loader-requires js */
.spinner{
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* width adjustments */
.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

/* heading titles*/
.course-title {
    font-size: 3.5rem;
    color: #F7A845;
    font-weight: bold;
}

.text-lg-org {
    font-size: 1.2rem;
    color: #F89329;
    font-weight: bold;
}
.text-lg-blk {
    font-size: 1.2rem;
    color: #000000;
    font-weight: bold;
}
.text-xl-grn {
    font-size: 2.2rem;
    font-weight: bold;
    color: #32A302;
}


/* header & nav*/
.header-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px 10px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.profile-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    min-width: 460px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 10px;
}
.profile-card-admin {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    min-width: 460px;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    padding: 10px;
}
.profile-item {
    text-decoration: none;
}
.profile-item a {
    text-decoration: none; 
}


/* Top nav changes*/
.navbar-light {
    font-size: 1rem;
    font-weight: 300;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light:hover .nav-link:hover {
    color: rgba(0,0,0,0.5);
}
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.3);
}


/* data containers */
.data-container {
    width: 100%;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; 
}


/* Tables */

.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

/* Form Tables */
.form-table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
}
.form-table td {
    padding: 0.3rem 0 0.3rem 0;
    vertical-align: top;
}

.content-table {
    border-collapse: collapse;
    width: 100%;
}

.content-table td {
    padding: 2.5rem 0 2.5rem 0;
    vertical-align: middle;
    border-bottom: solid 1px #ABA8A8;
}
.content-table h3 {
    font-size: 1.5rem;
    color: black;
}
.content-table a {
    text-decoration: none;
}
.content-table :hover {
    color: #007bff;
}

.multiple-choice {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
}
.multiple-choice  td {
    vertical-align: top;
    font-size: 1.1rem;
    padding-bottom: 0.8rem;
}


/* Quiz Timer classes */
.quiztimer {
	position: absolute;
	top: 18%;
    right: 20px;
	width:300px;
	font-size: 1.4rem;
	font-weight: 200;
	color: #6B6969;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
    border: 1px solid #626060;
    border-radius: 25px;
    background-color: #F6EADA;
}


/* Certificate classes */
.cert-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.cert-body {
    width: 804px;
    height: 566px;
    position: relative;
}
.cert-number {
    position: absolute;
    top: 140px;
    right: 90px;
    font-size: 1.1rem;
    font-weight: 500;
}
.cert-award {
    position: absolute;
    top: 255px;
    left: 300px;
    font-size: 1.8rem;
    font-weight: 500;
}
.cert-quiz {
    position: absolute;
    top: 320px;
    left: 300px;
    font-size: 1.8rem;
    font-weight: 500;
}
.cert-on {
    position: absolute;
    top: 387px;
    left: 300px;
    font-size: 1.8rem;
    font-weight: 500;
}
.cert-date {
    position: absolute;
    top: 475px;
    left: 460px;
    font-size: 1rem;
    font-weight: 300;
}


/* login box classes */
.login-box {
    max-width: 370px;
    margin: 40px auto 0 auto;
    padding: 15px;
    background-color: #FBF7EF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
}

.login-btn {
    width: 100%;
    margin-top: 20px;
}
.login-footer {
    max-width: 370px;
    margin: 10px auto 40px auto;
    font-size: 14px;
    font-weight: 200;
    text-align: center;
}


/* reg form classes */
.reg-motto {
    font-size: 26px;
    font-weight: 100;
    color: #201F1F;
}

.reg-title {
    font-size: 40px;
    font-weight: 100;
    color: #403B35;
}
.reg-form-container {
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #FBF7EF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.reg-form-left {
    flex-basis: 27%;
}
.reg-form-right {
    flex-basis: 70%;
    padding-left: 25px;
    border-left: 1px solid #4C4C4C;
}
.reg-response {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    text-align: center;
}

/* page footers */

.footer {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    box-sizing: border-box;
    background-color: #ffc107;
    color: rgba(0, 0, 0, 0.8);
    
}

.sticky-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: row;
    padding: 30px 20px 10px 20px;
    box-sizing: border-box;
    background-color: #ffc107;
    color: white;
    text-align: center;
}

.field-short {
    width: 300px;
    max-width: 300px;
}

/* media queries */

@media (min-width: 576px) {
  .reg-form-container {
    max-width: 540px;
    }
  .header-container {
    max-width: 576px;
  }
 .data-container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .reg-form-container {
    max-width: 720px;
    }
  .header-container {
    max-width: 720px;
  }
 .data-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .reg-form-container {
    max-width: 960px;
  }
  .header-container {
    max-width: 960px;
  }
  .data-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .reg-form-container {
    max-width: 1140px;
  }
  .header-container {
    max-width: 1140px;
  }
  .data-container {
    max-width: 1140px;
  }
}