 ul.navbar-nav li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 0.5rem; 
	padding-right: 0.5rem;
}

  .navbar-static-top {
    margin-bottom: 19px;
  }
  
  .form-control {
  background: none;
  border: 1px solid #d2d6da !important;
  border-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  padding: 0.625rem 0.75rem !important;
  margin: 0.625rem 0 !important;
  line-height: 1.3 !important;
}

.form-control[readonly] {
  background-color: #f0f2f5;
  opacity: 1;
}
.search_bar input.search_form{
	width: 99%;
    font-size: 12px;
    padding:6px 6px;
    border: 1px solid #e43170;
    border-radius: 8px;
    box-shadow: 0px 1px 11px 1px #ededed;
}

.search_bar input[type="submit"]{
	font-size: 14px;
    padding: 5px 10px;
    background: #4caf50;
    color: #fff;
    border:1px solid #4caf50;
    font-weight: bold;
	border-radius:6px;
	box-shadow:0 3px 3px 0 rgba(76, 175, 80, 0.15), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.15);
}
.alert p {
  margin-top: 5px;
  margin-bottom: 0.5rem;
}
nav p.text-sm {
    font-size: 0.875rem !important;
    margin-top: 12px;
    margin-bottom: 0px;
}
.search_bar select.search_form {
  width: 99%;
    font-size: 12px;
    padding: 8px 6px;
    border: 1px solid #e43170;
    border-radius: 8px;
    box-shadow: 0px 1px 11px 1px #ededed;
}

.table thead th {
    padding: 0.75rem 0.5rem;
    text-transform: capitalize;
    letter-spacing: 0px;
    border-bottom: 1px solid #f0f2f5;
    font-size: 14px;
}

.alert_badge_count {
      margin-left: 20px;
	  border: 1px solid #D81B60;
	  border-radius: 50%;
	  background-color: #D81B60 !important;
	  width: 28px;
	  color: #fff;
	  text-align: center;
	  float:right;
  }
  
.select2-container {
  margin-top: 12px !important;
}	
.select2-container .select2-selection--single {
  height: 37px;
  padding: 2px;
  border:1px solid #d2d6da !important;
}