.dataTables_length {
    margin-right: 10px;
    margin-left: 4px;
}
.time-filter-box{margin-top: 20px;}
#edd-filter-container {
    border: 1px solid #ddd;
}
.advanced-search-box {
    position: relative;
}
#filter-options-link-wrap{
	/*float: right;*/
	height: 31px;
	margin: 0 0 0 6px;
	border: 1px solid #ddd;
	border-top: none;
	background: #337ab7;
	box-shadow: 0 1px 1px -1px rgba(0,0,0,.1);
	position: absolute;
	right: 0;
	top: 33px;
	z-index: 1;
}
#filter-options-link-wrap .show-filter-edd {
	border: 0;
	background: 0 0;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
	height: 30px;
	line-height: 1.7;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 16px 3px 20px;
}
#filter-options-link-wrap .show-filter-edd::after {
    right: 0;
    content: "\f140";
    font: 400 20px/1 dashicons;
    speak: none;
    display: inline-block;
    padding: 0 5px 0 0;
    bottom: 2px;
    position: relative;
    vertical-align: bottom;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #fff;
}
#filter-options-link-wrap .filter-meta-active::after {
    content: "\f142";
}
.multiselect-container{
	max-height: 400px;
	overflow-y: auto;
}
.filter-container{padding-top: 10px;}
.checkbox{margin: -4px 4px 0 0 !important}
tr.border th {
    border: 1px solid;
}
tr.border th:first-child{
	border-left: none;
}
tr.border th:last-child{
	border-right: none;
}
.dataTables_wrapper .dataTables_filter{
	float: none !important;
	text-align: center !important;
}
.bootstrap-timepicker-widget table td input{
	width: 35px !important;
}
.border-right-cell {
	border-right: 1px solid #000;
}
.dataTables_wrapper .dataTables_filter input {
    width: 300px;
}
.loading-box .waitbox-text {
    text-align: center;
    margin-top: 10px;
}
.dataTables_filter label{
	float: right;
}
.mb5{
	margin-bottom: 5px !important
}
.get-pro-container {
    border: 1px solid #c8c8c8;
    padding: 15px;
}
.pro-box-u {
    padding: 15px;
}
.dima-edd-name {
    font-size: 2.1428571429rem;
    font-weight: 400;
}
.dima-edd-content {
    padding: .7142857143rem 1.4285714286rem 1.4285714286rem;
    padding-bottom: .7142857143rem;
    box-shadow: 0 0 3px #c8c8c8;
}
a.dima-edd-title{text-decoration: none !important;}
.attachment-dima-edd-image {
    width: 100%;
    height: auto;
}
.pro-footer-u {
    padding: 15px;
}
ul.inline {
    margin: 0;
    padding-left: 0;
}
.social-media.fill-icon li{
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 320ms ease-out;
    transition: all 320ms ease-out;
}
.inline > li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}
.social-media.fill-icon li a{
    background-color: rgba(255,255,255,.2);
    color: #FFF;
}
.social-media.social-medium li a {
    font-size: 22px;
    line-height: 3.5714285714rem;
    width: 3.5714285714rem;
    height: 3.5714285714rem;
}
.social-media.fill-icon li a {
    position: relative;
    background-color: #575757;
}
.social-media li a, .social-media.fill-icon li a {
    display: table;
    font-family: FontAwesome,"Font Awesome 5 Free";
    font-weight: 900;
}
.footer-container .top-footer a {
    transition: all 320ms ease-out;
}
.circle-social ul li a {
    border-radius: 50%;
}
.social-media.fill-icon li:hover a{
    color: #333 !important;
    background-color: #e0e0e0 !important;
    box-shadow: none;
}
.social-media {
    padding-top: 26px;
}
.get-the-pro-version.nav-tab{
    background:yellowgreen;    
}
.loading-box > .waitbox-text:first-child{
    padding-top: 140px;
}

/* media css*/

@media only screen and (max-width :768px) {
	.dataTables_wrapper .dataTables_filter input {
	    width: 250px;
	}
}

