.dropdown-menu.show {
         display: block;
         width: 100% !important;
         }
		
		.dataTables_filter{
		  position: relative;
         left: 19rem;
		}
		
		.pagination{
		position: relative;
        left: 26rem;
		}
		
		.form-control-sm{
		    height: 45px;
		}
		
		.form-control{
		height: 36px;
		padding: 2px 20px;
		}
		
		 .fa-check-circle {
        color: green;
    }

    .fa-times-circle {
        color: red;
    }
	
	.m--top{
	margin-top:-0.8rem;
	}
	
	.header-content-wrapper {
    padding: 15px 20px;
    margin-top: 5px;
    margin-bottom:15px;
	
}

.total-visits-content .table > :not(caption) > * > * {
    padding: 12px 10px;
}

.total-visits-content .table thead tr th {
     font-size:15px !important;
}

.table th{
 background-color: #85586F;
 color:#FFF !important;
}

.comp-ciount {
	margin-left: 0.4rem;
}

.inprog-ciount {
	margin-left: 0.4rem;
}

.pending-ciount {
	margin-left: 0.2rem;
}