 .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-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; 
  height: auto; 
}

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

.social_icons {
  width: 40px;
  height: 40px;
}