/*
 *  Remove the "profile" link from "Get Started" page
 */

ul.fusion-login-loggedin-links li:nth-child(2) {
    display: none;
}

/**
 * Remove "Edit Account" section in case user access the My Account page
 */

ul.woocommerce-side-nav.avada-myaccount-nav li:last-child {
    display: none;
}

/**
 * Change the alignment of Quiz Point
 */

.wpProQuiz_points {
    text-align: left!important;
}

/**
 * Display the Dashboard link on right and above the content
 */

a.client-dashboard-link {
    text-decoration: none !important;
}

.wdm-dashboard-btn-wrapper {
    display: block;
    width: 100%;
    text-align: right;
    padding-bottom: 10px;
}

.ld_courses_list_container {
    border: 2px solid #ccc;
    width: 300px;
    height: 100px;
    overflow-y: scroll;
}

#offender_report_datatable {
    margin-top: 2%;
}

.wdm_button {
    background: #093E5D;
    border-color: #093E5D;
    color: #fff;
    text-decoration: none;
}

a.wpcf7-form-control.wpcf7-submit {
    text-decoration: none;
}a.wpcf7-form-control.wpcf7-back {
     background: #ededed !important;
    border-color: #999999 !important;
    color: #333333;
    font-size:14px;
    padding:15px;
    text-decoration: none;
    text-transform:uppercase;
}



/**
 * Display course list in list style
 */

.wdm-course-list {
    display: block;
}

.wdm-offender-error {
    color: red;
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: -100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wdm-offender-error:hover {
    z-index: -100!important;
}

.wdm-response-output p {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #7CA533;
    color: white;
    font-weight: bold;
}

/* HOVER STYLES */

div#pop-up {
    top: 35%;
    left: 40%;
    padding: 10px !important;
    position: fixed;
    width: 25%;
    float: left;
    padding: 5%;
    border: 5px solid #00344f;
    font-size: 17px;
    background: white;
}

div#pop-up table {
    width: 100%;
}

div#pop-up .wdm-close {
    width: 100%;
    color: #747474;
    background-color: rgba(0, 0, 0, 0.15);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

div#pop-up th {
    text-align: center;
    background-color: #00344f;
    padding: 0px!important;
    margin-bottom: 20px!important;
}

div#pop-up h3 {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 15px!important;
    color: white;
    line-height: 0px !important;
}

/*
div#pop-up .wdm-close a {
    margin-left: 45%;
    color: #747474;
}*/

div#pop-up a {
    color: #747474;
}

div#pop-up td {
    padding: 0px 5px !important;
}

div#pop-up td.wdm-bold {
    font-weight: bold;
    width: 33%;
}

.wdm-popup {
    line-height: 15px;
    list-style-type: square;
    padding-bottom: 10px !important;
}

.wdm-left-courses span {
    font-size:12px!important;
}
/*
Override default style of datatable
 */

table.dataTable tr.odd {
    /*background-color: rgba(171, 171, 171, 0.25) !important;*/
    background-color: rgb(246, 246, 246) !important;
}

table.dataTable tbody td {
    padding: 5px 14px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

/*
Participant course status & info table start
 */

#offender_course_table {
    background-color: white;
}

#offender_course_table th, #offender_info_table th {
    background-color: #00344f;
    color: white;
}

table.dataTable thead th {
    padding: 10px !important;
    font-family: 'PT Sans' !important;
}

table th {
    font-family: 'PT Sans' !important;
}

div.offender-info {
    font-family: 'PT Sans';
}

div.offender-info h3, div.offender-info p {
    float: left;
    margin-top: 5px;
    /*font-family: Slabo;*/
}

div.offender-courses {
    /*border-style: solid;*/
    display: block;
    width: 100%!important;
    padding: 15px;
    font-family: 'PT Sans';
    background-color: #f0f6e7!important;
    border: 1px solid #ccd5be;
}

.wdm-red {
    /*color: red;*/
    color: #a10303;
}

.wdm-green {
    /*color: green;*/
    color: #63a611;
}

a.wdm-green {
    color: green;
    text-decoration: none!important;
    pointer-events: none;
    cursor: default;
}

a.wdm-default {
    text-decoration: none !important;
    pointer-events: none;
    cursor: default;
}

.wdm-yellow {
    color: rgb(255, 145, 0);
}

/*.wdm-pay-btn{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border-width: 0px;
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    background: #CA0F0F;
    color: #ffffff!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
}*/

.wdm-pay-btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-width: 0px;
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    background: #a10303;
    color: #ffffff!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    font-family: "PT Sans";
    font-weight: 400;
    letter-spacing: 0px;
}

/*
Offender course status & info table end
 */

/**
 * Show Calendar on Enroll New Participant page
 */

.ui-datepicker-calendar {
    background: #ffffff !important;
}

/**
 * Show error for expired offenders
 */

.wdm-expire-offender {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 25px;
    border-radius: 0;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #b94a48;
    background-color: #f2dede;
    /*border-color: #b94a48;*/
    border: 1px solid #b94a48;
}

/**
 * Offender List table Style start
 * highlight expired offender
 */

#wdm-loader img {
    display: block;
    margin: 0 auto;
}

table.dt-table-wrap.dataTable thead .sorting, table.dt-table-wrap.dataTable thead .sorting_asc, table.dt-table-wrap.dataTable thead .sorting_desc {
    background: none;
}

.dt-heading-inner {
    display: inline-block;
    line-height: 1.5;
    padding-right: 18px;
    background: url("../images/sort_both.png") no-repeat top right;
}

.sorting_asc>.dt-heading-inner {
    background: url("../images/sort_asc.png") no-repeat center right;
}

.sorting_desc>.dt-heading-inner {
    background: url("../images/sort_desc.png") no-repeat center right;
}


/* QFN CODE 
#offender_list_table th.dt-left:nth-child(1){
    width: 11%;
}

#offender_list_table th.dt-left:nth-child(8){
    width: 20% !important;
}
*/
#offender_list_table_wrapper .btn{

}

#offender_list_table_wrapper .btn[id^="resendEmail"]{
    margin: 4px 0px;
    background: #00344d !important;
    border-color: #00344d !important;
}

#offender_list_table_wrapper .btn[id^="printLetter"]{
    background-color: rgb(0, 103, 150) !important;
    border-color: rgb(0, 103, 150) !important;
}

/* END QFN CODE */


#offender_list_table .expiry-date {
    color: red;
    font-weight: bold;
}

#offender_list_table .expiry-date::after {
    content: " (expired)";
    display: block;
    font-weight: normal;
    font-style: italic;
}

#offender_list_table_length {
    float: right!important;
    text-transform: capitalize;
    font-size: 14px;
}

#offender_list_table_filter {
    float: left!important;
}

#offender_list_table thead, #offender_list_table th {
    background-color: #00344f;
    color: white;
    font-size:14px;
}

#offender_list_table tbody {
    font-size: 14px;
}

#offender_list_table_wrapper .bottom {
    height: 49px;
    background-color: #00344f;
    padding: 3px 10px;
    font-size: 13px;
}

#offender_list_table_wrapper .bottom div {
    color: white !important;
}

#offender_list_table_wrapper .top {
    /*height: 55px;*/
    height: 60px;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 2px solid #b9b9b9;
}

div#offender_list_table_filter {
    width: 37%;
    float: left;
    text-align: left;
}

#offender_list_table_filter input {
    border: none;
    border-radius: 5px;
    width: 60%;
    height: 40px!important;
    font-size: 16px;
    margin-left: 0px;
}

#offender_list_table_filter label {
    border: none;
    width: 30%;
    height: 40px;
    font-size: 16px;
    margin-top: 20px!important;
}

#offender_list_table_paginate a {
    color: #fff !important;
    text-decoration: underline !important;
}

#offender_list_table_paginate span a.paginate_button.current {
    color: #000 !important;
}

#offender_list_table_paginate span a, #offender_list_table_paginate span a:hover {
    color: #fff !important;
}

#offender_list_table_paginate span a.paginate_button.current:hover {
    color: #fff !important;
    border: none !important;
    background-color: #00344f !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00344f), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00344f 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #00344f 0%, #111111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #00344f 0%, #111111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #00344f 0%, #111111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #00344f 0%, #111111 100%);
}

.dt-left ul {
    margin-top: 0px;
    /* -webkit-padding-start: 25px; */
    padding-left: 17px;
}

#wdm_offender_info>h2 {
    border-bottom: 1px dashed #B3B3B3;
    padding: 20px 0;
    border-top: 1px dashed #B3B3B3;
}

#wdm_offender_info:after {
    content: "";
    display: table;
    clear: both;
}

.offender-info {
    text-align: right;
    margin-bottom: 10px;
}

table#wdm_offender_course_table thead th {
    font-size: 12px;
    padding: 7px !important;
    background-color: #00235a;
    color: #ffffff;
    border: 1px solid #dcdcdc;
    white-space: nowrap;
}

table#wdm_offender_course_table tbody td {
    font-size: 14px;
    padding: 5px !important;
    border: 1px solid #dcdcdc;
    text-align: center;
}

/*table#wdm_offender_course_table tbody .wdm-img-course img{
    border: 3px dotted rgb(62, 173, 201);
}*/

table#wdm_offender_course_table tbody td[data-title*='Course Name'] {
    text-align: left;
    text-decoration: underline;
    color: #016699;
}

table#wdm_offender_course_table tbody td[data-title*='Fee'] {
    text-align: right;
}

table#wdm_offender_course_table tbody td {
    font-size: 14px!important;
    font-family: 'Raleway';
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
    /*color: #5e5e5e;*/
}

img.scaled-image {
    border: none!important;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover; {
     border: none;
    background-color: #00344f;
    }*/

/*




Offender List table style end*/

/*
Quiz result style
 */

.wdm-pass-quiz h3 {
    color: green!important;
}

.wdm-fail-quiz h3 span {
    color: red!important;
}

/*margin: 20px 0 !important;*/

a.wdm-quiz-continue {
    border: none;
    font-weight: normal;
    background: #5CB85C;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear, background .25s linear !important;
    transition: border .25s linear, color .25s linear, background-color .25s linear, background .25s linear !important;
    color: #ffffff !important;
    background-color: #5CB85C;
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
    white-space: normal;
    text-decoration: none !important;
    height: auto !important;
    cursor: pointer;
}

#pop-up img {
    padding-left: 40%;
}

.regular_price_page_hidden{
    display: none;
}

@media only screen and (max-width: 760px) {
    .dataTable {
        display: block;
    }
}

/* Datatables */

#review_participation_requests_length, #review_participation_requests_filter {
    margin-bottom: 20px;
}

#review_participation_requests_paginate, #review_participation_requests_info{
    margin-top: 15px;
}

#review_participation_requests_length select, #review_participation_requests_filter input                                                                    {
    width: 160px;
    height: 32px;
    border-radius: 3px;
    padding: 5px;
    border: 1px solid #d2d2d2;
}

table.dataTable thead th, table.dataTable thead td                                                                    {
    border-bottom: unset !important;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-weight: unset !important;
}

#review_participation_requests_paginate .paginate_button.current{
    background: var(--button_gradient_top_color) !important;
    color: var(--button_accent_color) !important;
    border: none;
}

#review_participation_requests_paginate .paginate_button.current:hover, #review_participation_requests_paginate .paginate_button:hover{
    background: var(--button_gradient_top_color_hover) !important;
    color: var(--button_accent_hover_color,var(--button_accent_color)) !important;
    border: none;
    -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#review_participation_requests_paginate  .disabled:hover{
    background: unset !important;
    color: unset !important;
    border: unset !important;
    -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.modal-backdrop {
    display: none !important
}

.fusion-modal.modal .modal-dialog {
    margin-top: 120px !important;
}

input#wdm_search_participant_requests_group {
    background: #093E5D;
    border-color: #093E5D;
    color: #fff;
    text-decoration: none;
    padding: 5px!important;
    align-self: flex-end;
    /* margin-bottom: 27px; */
    margin-left: 26px;
}
.participants {margin-top: 25px;}