/*.wdm-dashboard-btn-wrapper {
	display: block;
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}

*/
.wdm_search_form_control{
    width: 30%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
    border-right: 1px solid #cccccc;
    margin-top: 6px;
}
.wdm_search_form_control input{
    width: 68%;
    border: 1px solid #d2d2d2;
    padding: 3px 4px;
}
.wdm_search_form_control_heading{
    /* width: 38%; */
    /* display: inline; */
    width: 80px;    
    display: inline-block;
}

.wdm_search_form_control p{
    color: #016699;
    font-size: 14px;
    font-weight: 600;
    border-top: 1px solid #016699;
    border-bottom: 1px solid #016699;
    text-align: center;
    margin-bottom: 15px;
    padding: 2px 0;
}

.wdm_button2{
    background: #093E5D;
    border-color: #093E5D;
    color: #fff;
    text-decoration: none;
    padding: 5px!important;
    align-self: flex-end;
    margin-bottom: 27px;    
    margin-left: 26px;
}

#wdm_filter_container{
	background-color: rgba(197, 197, 197, 0.48);
    padding: 8px 15px;
    margin-bottom: 2%;
    margin-top:2%;
	font-size:14px;
    /*padding-bottom: 2%;*/
}

#wdm_filter_container .wdm-filter-form{
    display: flex;
    /* align-items: flex-start; */
}

#offender_list_table_wrapper .btn {
    text-align:center!important;
    font-weight:bold;
    font-size: 10px!important;
    background-color: #e7b92c!important;
    /* text-transform: uppercase; */
    display:block;
    width: 100%!important;
    padding: 1px;
    border-radius: 5px;
    color: #ffffff!important;
    border: 1px solid #e7b92c;
}

@media screen and (max-width: 1091px) and (min-width: 992px){
    .wdm_search_form_control_heading{
        width: 75px;
        white-space: nowrap;
    }
} 

@media screen and (max-width: 991px) and (min-width: 768px){
    .wdm_search_form_control{
        padding-left: 12px;
        padding-right: 12px;
    }
    .wdm_search_form_control input{
        width: 100%;
    }

    #wdm_filter_container{
        padding: 8px 6px;
    }
}

@media screen and (max-width: 767px){
    .wdm_search_form_control{
        width: 60%;
        margin: 0 auto;   
        border-right: none;
        margin-bottom: 25px !important;
    }

    .wdm_search_form_control input{
        width: 100%;
    }

    #wdm_filter_container .wdm-filter-form{
        flex-direction: column;
    }

    .wdm_button2{
        align-self: center;
    }

    .wdm_search_form_control p{
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 600px){
    .wdm_search_form_control{
        width: 100%;
    }
}
/*.wdm_off_report_filter_control {
    display:inline-block;
    vertical-align: top;
}

#wdm_status_report_control {
    width: 15%;
}
#wdm-date-filter-wrapper
{
	width: 25%;
}
#wdm_available_courses
{
	width:50%;
}
.wdm-filter-heading {
	color:#000;
	}
#wdm_available_courses .wdm-filter-heading {
    vertical-align: top;
}
#show_offender_report
{
    vertical-align: bottom;
    border: 0px;
    padding: 1% 5%;
}
.wdm_off_report_filter_control {
    margin: auto 1%;
}
*/

#appproved {
    background-color:green!important;
}
#rejected {
    background-color:red!important;

}