﻿.RecertificationContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 0 0;
}

.RecertificationContainer > div {
    padding: 0 15px;
    border: 1px solid #000;
    width: 100%;
    max-width: 1240px;
}

.recertification-div {
    border: 1px solid #000;
    width: 100%;
    border-bottom: 0px;
}

.recertification-eye {
    font-size: 18px;
}

.CertificationCycle, .ContinuingEducationCycle {
    background: #fff3e2;
    border: 1px solid #FFB445;
    position: relative;
}

.SupervisionForm {
    width: 15%;
    border-right: 1px solid #282828;
    background: #CA6240;
    color: #fff;
    font-weight: bold;
}

.SupervisionDetails {
    padding: 10px;
}

.SupervisionDetails div.flex-box {
    padding: 15px;
}

.h-10px {
    height: 10px !important;
}

.w-100 {
    width: 100% !important;
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.padding-10 {
    padding: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.MonthDiv, .ContinuingEducationDiv {
    background: #FFB445;
    text-align: center;
    padding: 6px;
    font-size: 16px;
    font-weight: bold;
    float: left;
    position: relative;
}

.CE-Details {
    float: left;
    text-align: center;
    border: 1px solid #ffc107;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 40px;
}

.CE-Details p {
    font-size: 13px;
    text-align: center;
    padding: 20px 0 20px 0;
}

.CE-Details p:nth-child(3) {
    padding: 0px 0px 20px 0px;
}

.expiry-date {
    display: block;
    padding: 0px 0 15px 0;
    font-weight: 600;
}

.font-weight-bold {
    font-weight: bold !important;
}

.save-cancel-button {
    padding: 10px;
    margin-bottom: 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-    {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-danger {
    color: #fff;
    background-color: #e25664;
    border-color: #e25664;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.border-top {
    border-top: 1px solid #28a745;
}

.border-left {
    border-left: 1px solid #28a745;
}

.border-right {
    border-right: 1px solid #28a745;
}

.border-bottom {
    border-bottom: 1px solid #28a745;
}
.icons {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 !important;
    padding: 0;
}

.icons span, .icons i {
    cursor: pointer;
}

.MonthSpan {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 5px 0;
    font-weight: bold;
    background: #2D4579;
    color: #fff;
}

.text-center {
    text-align: center;
}
.NoRecordFound {
   float: left;
   padding: 10px;
   font-weight: bold;
}
.supervision-box {
    background: #fff;
    border: 1px solid #2D4579;
    float: left;
    color: #000;
    width: 275px;
    height: 150px;
}

.SupervisionDetails div {
    margin: 5px;
    font-size: 14px;
}
.CandidateInformation {
    padding: 5px;
}

.CandidateInformation span {
    display: block;
    margin-bottom: 5px;
}
.margin-top-5 {
    margin-top: 5px !important;
}

.margin-0 {
    margin: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.ContinuingEducationDetails {
    padding: 10px 30px 10px 10px;
}

#recertification-fee {
    margin-bottom: 30px;
}

input[type = button] {
    padding: 12px;
    color: #000;
    background: #FFB445;
    border: 1px solid #FFB445;
    box-shadow: none;
    font-weight: bold;
}

input[type = button]:focus {
    outline: none;
}

input[type = button]:hover {
    background: #ffcc80;
}

.certification-details {
    float: left;
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
}

/*Disabled Arrow*/

.DisabledContinuingEducation {
    width: 60px;
    height: 40px;
    position: relative;
    background: #a1beda;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
}

.DisabledContinuingEducation > span {
    display: none;
}

.DisabledContinuingEducation:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #fff3e2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.DisabledContinuingEducation:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #a1beda;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

/*End of Disabled Arrow*/


/*Arrow without E*/

.NoContinuingEducation {
    width: 60px;
    height: 40px;
    position: relative;
    background: #77A1C9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
}

.NoContinuingEducation > span {
    display: none;
}

.NoContinuingEducation:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #fff3e2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.NoContinuingEducation:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #77A1C9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

/*End of Arrow without E*/

/*Arrow with E*/

.ContinuingEducation {
    width: 60px;
    height: 40px;
    position: relative;
    background: #77A1C9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 23px;
}

.ContinuingEducation:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #fff3e2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.ContinuingEducation:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #77A1C9;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

/*End of Arrow with E*/


.DateDetails {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ffb445;
}

.DateDetails span {
    padding: 0px 5px;
    margin-left: 10px;
}

td {
    background: #F8FAFC;
}

.CE-Details-Table th:first-child, .CE-Details-Table th:last-child {
    width: 35%;
}

th:nth-child(2), th:nth-child(3) {
    width: 15%;
}

td, th {
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    padding: 0px 15px;
}

th {
    background-color: #BBC8D4;
    color: #000;
    text-align: left;
}

table, th, td {
    border: 1px solid #979797;
    height: 40px;
}

.view-all {
    position: absolute;
    right: 4px;
    top: 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.view-all:hover {
    color: #fff;
    text-decoration: none;
}

.ContinuingEducationLogs th {
    text-align: center;
}

.ContinuingEducationLogs th:first-child {
    text-align: left;
    width: 50%;
}

.ethics-checkbox {
    display: block !important;
}

/*Custom Input type file*/

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn--browse {
    border: 1px solid gray;
    border-left: 0;
    border-radius: 0 2px 2px 0;
    background-color: #ccc;
    color: black;
    height: 30px;
    padding: 4px 14px;
}

.f-input {
    height: 30px;
    background-color: white;
    border: 1px solid gray;
    width: 70%;
    max-width: 400px;
    float: left;
    padding: 0 5px;
}

/*End of Custom Input type file*/




/* CE model popup */

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 25%;
    margin-top: 160px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #141414;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: 8px;
}

.close:hover, .close:focus {
    color: #1f1f1f;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background: #ffcc80;
    color: #141414;
    height: 50px;
}

.modal-body {
    padding: 2px 16px;
}

label {
    font-weight: 600;
    font-size: 14px;
}

.addCE {
    margin: 0;
    margin-top: 15px;
    font-size: 17px;
}

.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
}

/*End of CE model popup */

/* CE logs model popup */

.modal1 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 50%;
    margin-top: 160px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close1 {
    color: #141414;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close1:hover, .close1:focus {
        color: #1f1f1f;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header1 {
    padding: 2px 16px;
    background: #ffcc80;
    color: #141414;
    height: 50px;
}

.modal-body1 {
    padding: 10px 16px;
}

h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 17px;
}

/*End of CE logs model popup */

.modal-content3 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 35%;
    margin-top: 160px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.checkbox {
    position: relative;
    display: block;
}

.checkbox label {
    min-height: 20px;
    margin-bottom: 0;
    margin-left: 25px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input[type=checkbox] {
    position: absolute;
    top: 13px;
    left: 15px;
}

.fa-calendar {
    top: 10px;
    right: 10px;
}

.disabled-icon {
    color: #868686;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content2 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 1px solid #888;
    width: 25%;
    margin-top: 160px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close2 {
    color: #141414;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close2:hover, .close2:focus {
        color: #1f1f1f;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header2 {
    padding: 2px 16px;
    background: #ffcc80;
    color: #141414;
    height: 50px;
}

.modal-body2 {
    padding: 10px 16px;
}

.greenText {
    color: forestgreen;
}

.orangeText {
    color: #FD451E;
}

.recertificationChecklist > ul li > a:hover {
    text-decoration: underline;
}

.font-size-14 {
    font-size: 14px;
}
