/*
 *  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;
}

/**
 * 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{
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #7CA533;
}

/* HOVER STYLES */
div#pop-up {

    top: 35%;
    left: 40%;
    padding: 10px !important;
    position: fixed;
    width: 25%;
    float: left;
    padding: 5%;
    border: 5px solid #083147;
    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: 17px;
}

div#pop-up th {
    text-align: center;
    background-color: #083147;
}

div#pop-up h3 {
    font-weight: bold;
    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;
}

/*
Override default style of datatable
 */

table.dataTable tr.odd {
    background-color: rgba(171, 171, 171, 0.25) !important;
}

table.dataTable tbody td {
    padding: 10px 18px !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper{
    font-family: 'PT Sans' !important;
    font-size: 16px;
}

/*
Offender course status & info table start
 */

#offender_course_table th, #offender_info_table th{
    background-color: #083147;
    color: white;
}

table.dataTable thead th{
    padding: 19px !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;*/
    width: 88%;
    font-family: 'PT Sans';
}


.wdm-red{
    color: red;
}

.wdm-green{
    color: green;
}

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: 6px 28px;
    line-height: 17px;
    font-size: 14px;
    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;
}

/*
Offender course status & info table end
 */

/**
 * Show Calendar on Enroll New Offender 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;
    padding-right: 19px;
    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;
}

#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;
    text-transform: capitalize;
    font-size: 14px;
    width: 15%; /*to fix select view*/
}

/*#offender_list_table_filter{
    float: left;
}*/

#offender_list_table thead, #offender_list_table th{
    background-color: #083147;
    color: white;
}

#offender_list_table tbody{
    font-size: 14px;
}

#offender_list_table_wrapper .bottom {
    height: 49px;
    padding: 3px 10px;
    font-size: 13px;
}

#offender_list_table_wrapper .bottom div{
    color: #666666 !important;
}
#offender_list_table_wrapper .top{
    height: 55px;
    margin-bottom: 7px;
}

div#offender_list_table_filter {
    width: 37%;
    float: left;
}

#offender_list_table_filter input, #offender_list_table_filter label{
    border: none;
    width: 80%;
    height: 30px;
    font-size: 20px;
}

#offender_list_table_paginate a{
    color: #666666 !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: #083147 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #083147), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #083147 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #083147 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #083147 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #083147 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #083147 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;
}
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover; {
     border: none;
    background-color: #083147;
    }*/

/*
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%;
}


@media only screen and (max-width: 760px) {
	.dataTable {
		display: block;
	}
}

/* Additional for customer-representative */
select[name="offender_list_table_length"] {
    width: 33%;
}