body {
    margin: 0;
    font-family: Rubik,sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
	background: #b0c4df url(../images/blue_background.png);
    background-repeat: no-repeat;
}

.dashboard-box-container{
	min-height:245px;
}
.dashboard-title-box{
	padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 10px;
}
.table td, .table th {
    padding: 5px;
	border: 1px solid #ccc;
	   
}

.scroll_div .table td, .scroll_div .table th{
	 border-left: 1px solid #dedfe0;
	 z-index:1;
}
.dataTable td{text-align: center;}
.table th{
	 font-weight:700;
	 text-align: center;
	 background: #e9ecef;
	 border-top: 0px solid #e9ecef !important;
	     vertical-align: middle!important;
		 line-height: 16px;
		 border-bottom: 0px !important;
}
 
.card-body{
	padding:10px;
}
.card {
    margin-bottom: 10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-right: 15px;
    padding-left: 15px;
}
.dashboard-search-icon{
	padding:0 10px;
}
#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart{
  min-height: 150px;
}
.footer{
	background: #ffffff;
}
.radius-0{
	border-radius: 0;
}
#example23_filter, #leads_filter{
	float:right;
	margin: 0px 5px 0 0;
}
.dataTables_paginate{
	float:right;
	margin-top:10px;
}
.dataTables_info{
	float:left;
	margin-top:10px;
}
.fixed-table-container{
	padding-bottom:0 !important;
}
.buttons-copy, .buttons-csv, .buttons-excel, .buttons-pdf, .buttons-print, .buttons-collection{
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #ffffff;
    margin-right: 3px;
    border: none;
    height: 33px;
}
.buttons-copy:hover, .buttons-csv:hover, .buttons-excel:hover, .buttons-pdf:hover, .buttons-print:hover, .buttons-collection:hover, .buttons-copy:focus, .buttons-csv:focus, .buttons-excel:focus, .buttons-pdf:focus, .buttons-print:focus, .buttons-collection:focus{
    padding: 5px 15px;
    border-radius: 4px;
    background: #009efb;
    color: #ffffff;
    margin-right: 3px;
    border: none;
    height: 33px;
}
.login-box{
	padding:60px;
}
.filter_wrap {
    width:250px;
	padding:20px;
}
.filter_wrap_2{
	
	 width:850px;
	padding:20px;
}
.table {
    color: #000;
}
.card-subtitle{
	margin: 10px 0 10px 0;
    background: #e9ecef;
    font-size: 14px;
    padding: 10px 5px;
}
label {
    color: #000;
}
.add_lead{
	padding:15px;
}
.accordion .btn{
	 background: #e9ecef;
    font-size: 14px;
    padding: 10px 5px;
	color: #000;
    font-weight: 500;
}
.btn.focus, .btn:focus{
	box-shadow:none;
	outline:none;
}
.accordion .card-header{
	padding:0;
}
.multiselect-container{padding:10px !important; width:100%; border:1px solid #ccc; max-height:200px; overflow:auto;}
.multiselect{border:1px solid #ccc !important; text-align:left;}
.filter_wrap{
	z-index:2;
	max-width: 300px;
}
.table{
	margin-bottom:0;
}
.btn_submit{
	float:right;
}
.datepicker {
    z-index: 9999!important;
	border: 1px solid #b2b2b2fa;
}
.review_dr{
	width:96%;
	max-width: 96%;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dbdee0;
}/*
table {
    border-collapse: initial;
}
*/
.dropdown-menu1{
	display:none;
}

.dropdown-menu1 {
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.08), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.08), 0 1px 0 0 rgba(0,0,0,.02);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}
.dropdown-menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
  
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.bredcrum-title{
	float: left;
}
#visit_lac_filter, .dataTables_filter{
	float:right;
}
.topnav .navbar-nav .nav-link {
    font-size: 13px;
    position: relative;
    padding: 5px 5px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
}
body[data-layout=horizontal] .page-content {
    margin-top: 20px;
    padding: calc(20px + 24px) calc(24px / 2) 20px calc(24px / 2);
}
#preloader{display:none;}
.add_lead{
	overflow:auto;
}
#productType .col-md-12{
	padding:0;
}
.btn-default{
	background-color: #efefef;
}
.table_centered th, .table_centered tr td{
	text-align:center;
}
.modal-footer{
	padding:0 10px;
}
.btn1{

    display: inline-block;
    font-weight: 400;
   
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    border: 1px solid transparent;
    padding: .47rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

}
.dataTables_processing{
	height: 25px;
    margin: 18px 0;
    text-align: center;
    font-size: 14px;
    padding: 1px;
}
div.dt-button-collection {
    left: 0px !important;
}
.accordion .card-header h5 {
	float:left;
}
.accordion .card-header{
	    background: #e9ecef;
		    margin: 3px !important;
}
.dropdown-menu {
    border: 1px solid #9e9e9e;
    border-radius: 0;
}
.btn-group, .btn-group-vertical{
	margin-bottom: 5px;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	cursor: not-allowed;
    text-decoration: line-through;
	color: #7d7c7c;
}
.dt-button{
	border-bottom: 1px solid #ccc;
}
.dt-button-collection .dropdown-menu{
	padding:0;
}
.m-b-14{
    margin-bottom: 14px !important;
}
.modal-title {
    font-size: 15px;
}
.dt-buttons{
	margin-top:5px;
}
.topnav .dropdown-item {
    padding: 5px 1.5rem;
    min-width: 180px;
    font-size: 13.7px;
	border-bottom: 1px solid #ccc;
}
.topnav .dropdown-menu-left{
	padding:0;
}
.input-daterange .form-control{
	padding: .47rem 5px;
}
.checkbox input[type=checkbox]{
	float: left;
    height: 20px;
    margin-right: 7px;
}
.error {
    clear: both;
    float: left;
    margin: 2px 0;
    position: relative;
}
.table thead th{
   
    border-bottom: 0px solid #e9ecef !important;
}
.admin_kra input{
	text-align:center;
	z-index:0;
	position:relative;
	height: 32px;
}
.pagination{
	margin-bottom:0;
}
.form-group {
    margin-bottom: 11px;
}

.glyphicon-remove-circle:before {
    content: "X";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.calendar-field-with-icon {
    position: relative;
  }
  
  .calendar-field-with-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1rem;
    color: #495057;
    pointer-events: none;
  }

  .alert {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .btn-primary {
      background-color: #00609f;
      border-color: #00609f;
  }

  .dataTables_wrapper .top .dataTables_info {
      display: none;
  }

  .dataTables_wrapper .dt-buttons {
      margin-left: 0;
      margin-top: 15px;
  }

  .custom-modal .slimScrollDiv {
      height: auto!important;
      max-height: 450px!important;
  }

  .custom-modal .slimScrollDiv > div {
      height: auto!important;
  }
 