@media screen and (max-width: 767px){
    
    
    .col-sm-6.col-md-9.dt-length {
    padding: 0;
}

.col-sm-6.col-md-3.dt-search {
    padding: 0;
}

.dataTables_length {
    text-align: left !important;
}
    
}
.dt-search label {width:100%}
.dt-search input{width:100% !important; margin:0 !important;}
.dataTable a.btn {padding: 10px 15px 10px 20px !important; color:#fff}


.card {
	margin-bottom: 30px;
}


.searchform {
	height: 46px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	overflow: hidden;
	border-radius: 5px;
}

.searchform .form-control {
	width: calc(100% - 46px);
	border: none;
	background: #fff !important;
	color: rgba(0, 0, 0, 0.7) !important;
	font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-ms-input-placeholder {
	/* IE 0+ */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .search {
	width: 46px;
	height: 46px;
}

.searchform .search span {
	font-size: 18px;
}

.form-control {
	height: 46px !important;
	background: #fff;
	color: #000 !important;
	font-size: 14px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-control:active {
	border-color: #000;
}

/*Footer*/


.dash-search {
	border: 2px solid #607d8b73;
	padding: 6px;
	border-radius: 5px;
}

.dash-search .searchform {
	height: 46px;
	border: 2px solid #607d8b73;
	overflow: hidden;
	border-radius: 5px;
}

/*Dashboard Counter Card*/


.card-box:hover {
	text-decoration: none;
	color: #f1f1f1;
}

.card-box:hover .icon i {
	font-size: 100px;
	transition: 1s;
	-webkit-transition: 1s;
}

.card-box .inner {
	padding: 5px 10px 0 10px;
}

.card-box h2 {
	font-size: 35px;
	font-weight: bold;
	margin: 0 0 8px 0;
	white-space: nowrap;
	padding: 0;
	text-align: left;
	color: #fff;
}

.card-box p {
	font-size: 15px;
	margin-bottom: 1.5rem;
}

.card-box .icon {
	position: absolute;
	top: auto;
	bottom: 5px;
	right: 5px;
	z-index: 0;
	font-size: 72px;
	color: rgba(0, 0, 0, 0.15);
}

.card-box .card-box-footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding: 3px 0;
	color: rgba(255, 255, 255, 0.8);
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	text-decoration: none;
	border-radius: 0 0 17px 17px;
}

.card-box:hover .card-box-footer {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0 0 17px 17px;
}

/*Dasboards Stastics card*/

.navbar-dark .searchform .form-control::placeholder {
  color: white !important;
  opacity: 1; /* Firefox */
}

.navbar-dark .searchform .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff !important;}

.navbar-dark .searchform .form-control {
    background: #ffffff0d !important;
    color: rgb(255 255 255) !important;}
    
.logo-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd
}

.logo-list img {
    display: inline-block;
    max-width: 85%;
    padding: 15px 0;
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    filter: grayscale(100)
}

.logo-list img:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none
}