 .card-header:first-child {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.25rem;
}

.co_main {
    color: #5088c7; 
    font-weight: bold; 
    padding: 30px; 
    font-size: 1.5rem;
    text-transform: uppercase;
}

.co_color { 
    color: #f47c20;
}

.co_link:hover{
    text-decoration: none;
}

.b-w {
    width: 48% !important; 
}

.btn-reports-custom {
  width: 140px;
  /* padding: 8px; */
  margin: 5px;
}

.btn-edit { 
  color: #ffffff; 
  background-color: #5088c7; 
  border-color:#5088c7; 
} 
 
.btn-edit:hover, 
.btn-edit:focus, 
.btn-edit:active, 
.btn-edit.active, 
.open .dropdown-toggle.btn-edit { 
  color: #ffffff; 
  background-color: #000000; 
  border-color: #000000; 
} 
 
.btn-edit:active, 
.btn-edit.active, 
.open .dropdown-toggle.btn-edit { 
  background-image: none; 
} 
 
.btn-edit.disabled, 
.btn-edit[disabled], 
fieldset[disabled] .btn-edit, 
.btn-edit.disabled:hover, 
.btn-edit[disabled]:hover, 
fieldset[disabled] .btn-edit:hover, 
.btn-edit.disabled:focus, 
.btn-edit[disabled]:focus, 
fieldset[disabled] .btn-edit:focus, 
.btn-edit.disabled:active, 
.btn-edit[disabled]:active, 
fieldset[disabled] .btn-edit:active, 
.btn-edit.disabled.active, 
.btn-edit[disabled].active, 
fieldset[disabled] .btn-edit.active { 
  background-color: #5088c7; 
  border-color: #5088c7; 
} 
 
.btn-edit .badge { 
  color: #5088c7; 
  background-color: #ffffff; 
}

.btn-delete { 
  color: #ffffff; 
  background-color: #f47c20; 
  border-color:#f47c20; 
} 
 
.btn-delete:hover, 
.btn-delete:focus, 
.btn-delete:active, 
.btn-delete.active, 
.open .dropdown-toggle.btn-delete { 
  color: #ffffff; 
  background-color: #000000; 
  border-color: #000000; 
} 
 
.btn-delete:active, 
.btn-delete.active, 
.open .dropdown-toggle.btn-delete { 
  background-image: none; 
} 
 
.btn-delete.disabled, 
.btn-delete[disabled], 
fieldset[disabled] .btn-delete, 
.btn-delete.disabled:hover, 
.btn-delete[disabled]:hover, 
fieldset[disabled] .btn-delete:hover, 
.btn-delete.disabled:focus, 
.btn-delete[disabled]:focus, 
fieldset[disabled] .btn-delete:focus, 
.btn-delete.disabled:active, 
.btn-delete[disabled]:active, 
fieldset[disabled] .btn-delete:active, 
.btn-delete.disabled.active, 
.btn-delete[disabled].active, 
fieldset[disabled] .btn-delete.active { 
  background-color: #f47c20; 
  border-color: #f47c20; 
} 
 
.btn-delete .badge { 
  color: #f47c20; 
  background-color: #ffffff; 
}

.btn-add { 
  color: #ffffff; 
  background-color: #52c59e; 
  border-color:#52c59e; 
} 
 
.btn-add:hover, 
.btn-add:focus, 
.btn-add:active, 
.btn-add.active, 
.open .dropdown-toggle.btn-add { 
  color: #ffffff; 
  background-color: #000000; 
  border-color: #000000; 
} 
 
.btn-add:active, 
.btn-add.active, 
.open .dropdown-toggle.btn-add { 
  background-image: none; 
} 
 
.btn-add.disabled, 
.btn-add[disabled], 
fieldset[disabled] .btn-add, 
.btn-add.disabled:hover, 
.btn-add[disabled]:hover, 
fieldset[disabled] .btn-add:hover, 
.btn-add.disabled:focus, 
.btn-add[disabled]:focus, 
fieldset[disabled] .btn-add:focus, 
.btn-add.disabled:active, 
.btn-add[disabled]:active, 
fieldset[disabled] .btn-add:active, 
.btn-add.disabled.active, 
.btn-add[disabled].active, 
fieldset[disabled] .btn-add.active { 
  background-color: #52c59e; 
  border-color: #52c59e; 
} 
 
.btn-add .badge { 
  color: #52c59e; 
  background-color: #ffffff; 
}

.published {
  color: #52c59e;
}

.unpublished {
  color: red;
}

.side-nav a {
  font-size: .85rem;
  text-transform: uppercase;
}

.profile_img {
  width: 150px;
  height: auto;
}

table.dataTable thead th, table.dataTable tfoot th {
  text-transform: uppercase;
}

.link-icon {
  width: 15px; 
  margin-top: -5px;
}

.td-nowrap {
  white-space:nowrap;
}

.soc-list-ico {
  width: 25px; 
  height: auto;
  margin-bottom:5px;
}

.red {
  color: red;
}

.pfbrpic {
  /* width: 175px;  */
  width: 100%;
  height: auto; 
}
.pfbrpic:hover {
	border-color: #a1cbef;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52,144,220,.25);
}

.required { 
  color:#ff0000; 
  font-weight: bold;
}

.social_icons {
  width: 40px;
  height: 40px;
}
.lo_m80 { margin-bottom:80px; }  


.count-utils {
  font-weight: 600;
  font-size: 0.75rem;
}

.count-utils span {
  font-weight: 100;
  font-style: italic;
}

.nav-header h5 {
  font-weight: 900;
  text-transform: uppercase;
}

/* ================Additional CSS for Dashboard =============== */
.leadbx_parent{ border: solid 1px #ccc;}
.leadbx_parent h3 {
	color: #4286c5;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	padding: 20px 0px 0px 20px;
}
.leadbx{
max-width: 660px;
}
.leadbx .leadbx_child {
	padding: 4px 1.5rem 4px;
}
.leadbx_child span {
	color: #e1a27f;
	font-style: italic;
	font-size: 16px;
}
.leadbx_child strong {
	font-size: 16px;
  font-weight: 900;
}
.lo_edit_heading {
	color: #4286c5;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 26px;
	padding: 20px 0px 10px 0px;
	margin: 20px 0px 15px;
}

@media(max-width:767px){

.home_flex { display: block !important; }

}

.btn-plus {
    font-size: 21px;
    margin-top: -2px;
    padding: 3px 5px;
    line-height: 15px;
    border-radius: 15px;
}