.wp-pdf-filter-btn-wrap {
    list-style-type:none !important;     
    padding:0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.wp-pdf-custom-wrap-main{    margin: 0;
    display: inline-block;
    vertical-align: top;
}
.wp-pdf-custom-wrap{
  display:none;
}

.wp-pdf-filter-btn-wrap li {
    float:left;
    margin:2px 5px 0 0;
    width:100px;
    height:28px;
    position:relative;    
    text-align: center;
}
.wp-pdf-filter-btn-wrap label, .wp-pdf-filter-btn-wrap input {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.wp-pdf-filter-btn-wrap input[type="radio"] {
    opacity:0.011;
    z-index:100;
}
.wp-pdf-filter-btn-wrap input[type="radio"]:checked + label {
        background: #32ade3;
    color: #fff;
    border: 1px solid #32ade3;
}
.wp-pdf-filter-btn-wrap label {
     padding:4px 5px;
     border:1px solid #CCC; 
     cursor:pointer;
    z-index:90;
}
.wp-pdf-filter-btn-wrap label:hover {
     background:#DDD;
}

.wp-pdf-filter-btn-wrap li{
    float: left;
    margin: 2px 5px 0 0 !important;
    width: 100px;
    height: 28px;
    position: relative;
    text-align: center;
}

.ui-widget-header{
  color: #333333 !important;
}

.wp_pdf_sucess_message p{
    color: #22490c;
    font-size: medium;
    font-weight: bold;
}

.wp_pdf_error_message p{
    color: #a9110c;
    font-size: medium;
    font-weight: bold;
}

/* 29-06-2018 */
#dashboardTab li {margin: 0;}
.wp-pdf-filter-btn-wrap li {height: 40px;}
.search-form {margin-bottom: 20px; float: left;}
.search-form .select2, .search-form input, .search-form select{
    float: left;
    margin-right: 5px; max-width: 150px !important;
}
.search-form .check-boxes {
    margin-top: 8px;
    margin-right: 5px;
    float: left;
}
.search-form input[type="submit"] {
    height: 37px !important; float: right; margin:0 10px !important;
    padding: 0 10px !important;
    line-height: 30px !important;
    box-shadow: none !important;

}
.woo-vou-usedvoucodes.woo-vou-used-codes-html {
    display: block;
    clear: both;
}

@media only screen and (max-width:1200px){
    .search-form .select2, .search-form input {max-width: 145px !important;}
}
@media only screen and (max-width:991px){
    .search-form .select2, .search-form input { margin-bottom:10px;}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 480px) {
.col-6 {
    width: 100% !important;
}
}