:root{
    --certrak-green : #047361;
    --certrak-red : #F5222D;
    --certrak-warning : #FA8C16;
    --black : #262626;
    --white : #ffffff;
    --light-gray : #FAFAFA;
    --certrak-faded-green : rgba(4, 115, 97, 0.15);
}
body{
    font-family: 'Open Sans', sans-serif;
    color: var(--black);
    font-weight: normal;
}
.position-relative{
    position: relative !important;
}
.position-absolute{
    position: absolute !important;
}
a{
    color: var(--certrak-green);
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    color: var(--certrak-green);
    text-decoration: underline;
}
a.no-decoration{
    text-decoration: none;
    color : inherit;
}
.large-icon{
    font-size : 1.5em;
}
.btn{
    height: 48px;
    box-shadow : 0px 4px 8px rgba(0, 0, 0, 0.15);
}
.btn-full{
    width: 100% !important;
}
.btn-half{
    width: 50% !important;
}
.btn-third{
    width: 33.33% !important;
}
@media (max-width: 991px) {
    .btn-md-full{
        width: 100% !important;
    }
    .btn-md-half{
        width: 50% !important;
    }
    .btn-md-third{
        width: 33.33% !important;
    }
}

@media (max-width: 575px) {
    .btn-sm-full{
        width: 100% !important;
    }
    .btn-sm-half{
        width: 50% !important;
    }
    .btn-sm-third{
        width: 33.33% !important;
    }
}
a.btn{
    text-decoration: none !important;
    line-height: 48px;
    padding: 0px .75rem;
}
.btn .icon{
    display: inline-block;
    margin-right: 8px;
    font-size: 1.3em;
}
.btn .icon.icon-{
    margin-right: 0;
}
a.icon{
    text-decoration: none !important;
    color : inherit !important;
}
.iconbtn-text{
    white-space: nowrap;
}
.btn-sm{
    height: 40px;
}
a.btn-sm{
    line-height: 40px;
}
.alert{
    padding: 9px 16px;
    display: inline-block;
}
.alert-dismissible{
    padding-right: 64px;
}
.alert-dismissible .btn-close{
    padding: 9px 16px;
    margin-top: -16px;
    top : 50%;
    font-size: 14px;
}
.alert-success{
    background-color: #F6FFED !important;
    border-color: var(--certrak-green) !important;
}
.alert-danger{
    background-color: #FFF1F0 !important;
    border-color: var(--certrak-red) !important;
    color : var(--certrak-red) !important;
}
.alert-warning{
    background-color: #FFFBE6 !important;
    border-color: var(--certrak-warning) !important;
    color: var(--certrak-warning) !important;
}
.alert-disabled{
    background-color: #FAFAFA !important;
    border-color: #D9D9D9 !important;
    color: var(--black) !important;
}
.alert-task{
    display: block;
    border-width: 3px;
    color: var(--black) !important;
    padding: 16px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
}
.alert-task .btn-close{
    width: 0.3em;
    height: 0.3em;
}
.alert-task h5{
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}
.alert-task .icon{
    font-size: 24px;
}
.alert-task p:last-child{
    margin-bottom: 0px;
}
.text-primary{
    color : var(--certrak-green) !important;
}
.text-danger{
    color : var(--certrak-red)!important;
}
.text-warning{
    color : var(--certrak-warning)!important;
}
.text-gray{
    color : #8c8c8c!important;
}
.text-small{
    font-size : 12px;
}
a.btn-status, .btn-status{
    box-shadow: none !important;
    padding: .25rem .5rem !important;
    height: 32px !important;
    line-height: 32px !important;
}
.btn-status.primary{
    border-color : var(--certrak-green) !important;
    background-color: #F6FFED !important;
    color : var(--certrak-green) !important;
    cursor: default;
}
.btn-status.danger{
    border-color : var(--certrak-red) !important;
    background-color: #FFF1F0 !important;
    color : var(--certrak-red) !important;
    cursor: default;
}
.btn-status.warning{
    border-color : #D46B08 !important;
    background-color: #FFFBE6 !important;
    color : #D46B08 !important;
    cursor: default;
}
.btn.disabled, .btn:disabled{
    border-color : #D9D9D9 !important;
    background-color: #FAFAFA !important;
    color: #BFBFBF !important;
    opacity: 1.0 !important;
}
.btn-status.btn.disabled{
    border-color : #D9D9D9 !important;
    background-color: #FAFAFA !important;
    color: var(--black) !important;
}
.btn-light{
    background-color: #FFFFFF !important;
    color : var(--certrak-green) !important;
    border-color: #ddd !important;
    font-weight: 600;
}
.modal .btn-light{
    font-weight: normal !important;
}
.btn-danger{
    background-color: #FFFFFF !important;
    color : var(--certrak-red) !important;
    border-color: #ddd !important;
    font-weight: 600;
}
.btn-filled-danger{
    background-color: var(--certrak-red) !important;
    color : #ffffff !important;
    border-color: var(--certrak-red) !important;
    font-weight: 600;
}
.btn-empty{
    color : var(--certrak-green) !important;
    border-color: #fff !important;
}
.btn-light:hover{
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    border-color: #f5f5f5 !important;
}
.btn-danger:hover{
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    border-color: #f5f5f5 !important;
}
.btn-empty:hover{
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
}
.btn-primary{
    background-color: #2A8878 !important;
    border-color: #2A8878 !important;
}
.btn-primary:hover{
    box-shadow: none !important;
    background-color: var(--certrak-green) !important;
    border-color: var(--certrak-green) !important;
}
.btn-linkedin{
    background-color: #0072B1 !important;
    border-color: #0072B1 !important;
    height: 52px;
    max-height: 52px;
    font-weight: bold;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color : #fff !important;
    text-decoration: none !important;
}
.btn-linkedin.btn-sm{
    height: 40px;
    max-height: 40px;
}
.btn-linkedin > span{
    display: block;
    text-align: center;
    width: 100%;
}
.btn-linkedin:hover{
    box-shadow: none !important;
    background-color: #004B7C !important;
    border-color: #004B7C !important;
}
.btn-upload-wrapper{
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 48px;
}
.btn-upload-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.btn-upload-wrapper .btn-light{
    box-shadow: none !important;
    --webkit-box-shadow : none !important;
    border-color: var(--light-gray) !important;
    border-width: 1px;
}
.btn-upload-snippet{
    font-size: 14px;
    margin-left: 4px;
    color : #888;
}
.btn-upload-snippet strong{
    color : var(--black);
}
.tooltip{
    background-color: #fff !important;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before{
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.tooltip > .tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    color: var(--black);
    text-align: left;
}
.thumbnail{
    width: 60px;
    height: auto;
}
.logo.brand{
    max-height: 40px;
    width: auto;
}
.cell{
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-decoration: none;
    margin: 10px;
}
.shadow{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.cell:hover{
    text-decoration: none;
    background : #f5f5f5;
    box-shadow: none;
}
.cell .icon{
    color : var(--certrak-green);
    text-decoration: none;
    font-size: 48px;
    display: block;
    margin: auto;
    text-align: center;
    margin: 23px auto 8px;
}
.cell .text{
    color : var(--black);
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    max-width: 70%;
    margin: auto;
}
.cell-row{
    margin-top: 40px;
}
.tabbed-view{
    list-style: none;
    margin-top: 50px;
}
.tabbed-view li > a{
    color : var(--black);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 37px;
    display: block;
    text-align: right;
    padding-right: 17px;
    margin-bottom: 10px;
}
.tabbed-view li.active > a{
    color: var(--certrak-green);
    padding-right: 13px;
    border-right: 4px solid var(--certrak-green);
}
.data-table{
    max-width: 600px;
    margin-top: 50px;
    border: 1px solid #F0F0F0;
}
.data-table .col-label, .data-table .col-data{
    font-size: 14px;
    line-height: 22px;
    padding: 16px;
    border-bottom: 1px solid #F0F0F0;
}
.data-table .col-label{
    background-color: #fafafa;
    text-align: right;
    font-weight: 600;
}
.data-table .row-last.col-label, .data-table .row-last.col-data{
    border-bottom: 0px solid #F0F0F0;
}
.edit-trigger{
    display: inline-block;
    width: 50px;
    text-align: right;
}
.selector{
    width : 320px;
    min-height: 48px;
    margin : 16px auto;
    border : 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none !important;
    font-weight: normal;
    background-color: #fff;
}
.selector-lg{
    width : 410px;
}
.selector-details{
    font-weight: 500;
    font-size: 0.875em;
    margin-top: 4px;
    color: var(--black);
}
a .year-selector{
    border : 1px solid #D9D9D9;
    background-color: #fff;
    height: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}
.cpd-year-selection-container, .year-selection-container{
    width : 320px;
}
.selector:hover, .year-selector:hover{
    background-color : #f5f5f5;
    border-color: #f5f5f5;
}
.selector.selected, .selector.selected:hover{
    background-color : var(--certrak-green) !important;
    color: #fff !important;
    border-color: var(--certrak-green) !important;
}
.selector.disabled{
    color : #BFBFBF !important;
    cursor : default;
}
.selector.disabled:hover{
    color : #BFBFBF !important;
    background-color: white;
    border : 1px solid #D9D9D9;
}
.modal-content{
    border-radius: 10px !important;
    font-size : 16px;
}
.modal-content a{
    font-weight: bold;
}
.modal-content a.btn{
    font-weight: normal;
}
.modal-content a strong{
    font-weight: bold !important;
}
.modal-content.empty-modal .modal-body{
    padding-top: 0 !important;
}
.modal-close{
    position: absolute;
    top : 8px;
    right : 8px;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.modal-cta-title{
    font-size: 18px;
    line-height: 1.5;
}
.modal-cta-big-title{
    font-size : 20px;
    font-weight: 600;
}
.modal-cta-title .icon{
    font-size: 22px;
    line-height: 1;
}
.modal-title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}
.modal-sub-title{
    margin-bottom: 50px;
}
.empty-modal-header{
    border-radius: 10px !important;
    border-bottom: 0px solid #fff !important;
}
.modal-icon{
    color: var(--certrak-green);
    font-size : 40px;
    margin: 15px 0;
}
.sep{
    background: #F0F0F0;
    height:1px;
    margin-top:10px;
}
.sep span{
    background: #fff;
    padding: 0 8px;
    position:relative; 
    top:-13px;
    display: inline-block;
}

.stepper-step{
    margin-bottom: 8px;
}
.stepper-idx{
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    font-size: 14px;
    color : #D9D9D9;
    background-color: #fff;
    margin-right: 8px;
}
.stepper-text{
    color : #BFBFBF;
    font-size: 14px;
}
.active .stepper-idx{
    background-color: var(--certrak-green) !important;
    border-color: var(--certrak-green) !important;
    color : #fff;
}
.active .stepper-text, .completed .stepper-text{
    color : var(--black)
}
.completed .stepper-idx{
    border-color: var(--certrak-green) !important;
    color : var(--certrak-green);
}
.stepper-filler{
    height: 1px;
    background-color: #BFBFBF;
    margin: 0 8px;
}
.completed .stepper-filler, .active .stepper-filler{
    background-color: var(--certrak-green);
}
.completed .failure{
    display: none;
}
.completed.failure .failure{
    display: inline-block;
}
.completed.failure .success{
    display: none;
}
.completed.failure .stepper-idx{
    border-color: var(--certrak-red) !important;
}
.completed.failure .stepper-filler{
    background-color: #BFBFBF;
}
@media (max-width : 767px){
    .stepper-filler{
        height: 0px;
        background-color: transparent;
    }
}
/** Forms **/
.form-check-input:checked,input[type='checkbox'].form-check-input:indeterminate {
    background-color: var(--certrak-green) !important;
    border-color: var(--certrak-green) !important;
}
.select2 {
    width:100%!important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted{
    background-color: #fafafa;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled="true"]{
    color: #BFBFBF;
}
.select2-container--bootstrap-5 .select2-dropdown{
    border-color: #2A8878 !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    background-color: var(--certrak-green) !important;
}
.form-control:focus, .form-check-input:focus, .btn:focus, .form-select:focus,
.select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
    border-color: #acc9c5 !important;
    box-shadow : 0 0 0 0.25rem #acc9c5 !important;
}
.select2-search{
    position: relative;
}
.select2-search .select2-search__field{
    padding-right : 40px !important;
}
.select2-search__field:focus{
    box-shadow: none !important;
}
.select2-search.select2-search--inline .select2-search__field{
    width: 100% !important;
    display: block !important;
    padding-right: 1.5rem !important;
    /*border: 1px solid #ced4da;*/
}

.select2-search::after{
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    top : 0;
    right: 0.75rem;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    text-align: center;
    content: "\efffe";
}
.select2-search.select2-search--inline::after{
    height: 1.5rem;
    line-height: 1.5rem;
    right: 0.15rem;
    text-align: right;
    width : 1.5rem;
}
.form-select-lg ~ .select2-container .select2-search.select2-search--inline::after{
    height: 1.5em;
    line-height: 1.5em;
    right: 0.15rem;
    text-align: right;
    width : 1.5em;
}
.form-select-lg ~ .select2-container .select2-search.select2-search--inline .select2-search__field{
    line-height: 1.5em;
    padding-right: 1.5em !important;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection,
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
    font-size : 1rem !important;
    line-height: 1.5 !important;
}
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear, .form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear,
.form-select-lg ~ .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
    background-size: 0.75rem !important;
}
.form-select:hover, .form-select option:hover{
    background-color: #fafafa !important;
}
.form-control{
    line-height: 2.125 !important;
}
.front-end-form{
    max-width: 320px !important;
    margin: 10px auto 60px;
}
.form-group{
    text-align: left;
    margin-bottom: 20px;
}
.form-group.required label:after {
    content:" *";
  }
.help-block.help-block-error{
    color: #dc3545;
    font-size : 0.85em;
    font-weight: 600;
    margin-top: 0.2em;
}
/** Global Element **/
.login-cta{
    padding-bottom: 80px;
}
.login-modal-cta{
    padding-bottom: 30px;
}

/** Loader **/
.loading{
    height: 100vh;
    width: 100vw;
    z-index: 1090;
    background-color: rgba(255,255,255,0.85);
}

.spinner {
    width: 80px;
    height: 80px;
  
    position: relative;
    margin: 100px auto;
  }
  
  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--certrak-green);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  @-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
  }
  
  @keyframes sk-bounce {
    0%, 100% { 
      transform: scale(0.0);
      -webkit-transform: scale(0.0);
    } 50% { 
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
    }
  }