.front-topbar a, .front-topbar li {
    font-size: 13px;
    font-weight: bold;
}

.form-control {
    padding-left: 3px;
    padding-right: 2px;
}

table td, th, tr {
    padding: 5px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

.panel-title {
    font-size: 14px;
    font-weight: bold;
}

blockquote {
    border-color: #0da3e2;
}

.social_icons {
    list-style-type: none;
    list-style-image: none;
    padding-left: 0px;
}

    .social_icons li {
        float: left;
        width: 60px;
    }

.fa-check {
    margin-right: 10px;
    color: #0c92ca;
}

.breadcrumbs h4 {
    padding: 10px;
    font-size: 20px;
}

.breadcrumbs .fa-shopping-cart {
    padding-right: 7px;
}

.nav .fa {
    color: #428bca;
    font-size: 20px;
}

.nav {
    font-size: 16px;
}




/* general links color */
a, a:visited, a.more {
	/*color: #0da3e2;*/
    /*color:#0C85B7;*/
}
a:hover
{
    color:Red;
}

.footer a {
	color: #0da3e2;
}

/***
Vertical inline menu
***/
.ver-inline-menu {
	border-left: solid 2px #0DA3E2;
}
.ver-inline-menu li:hover a{
	background: #0DA3E2;
}
.ver-inline-menu li.active a{
  background: #0DA3E2;
}
.ver-inline-menu li.active:after {
  border-left: 6px solid #0DA3E2;
}

/* Blog Sidebar categories BEGIN */ 
.sidebar-categories li > a
{
    /*color: #0da3e2;*/
    color:black;
}


.sidebar-categories li > a:hover,
.sidebar-categories li.active > a,
.sidebar-categories li.active:hover > a {
	color: red;    
}

.fa-check-square-o {
    padding-right: 5px;
    color: #0c92ca;
}

.btn.red {
    background-color: #0c92ca !important;
}

.btn.red:hover, 
.btn.red:focus, 
.btn.red:active, 
.btn.red.active,
.btn.red[disabled], 
.btn.red.disabled {    
  background-color: #0da3e2 !important;
  color: #fff !important;
  outline: none !important;
}


.btn.grey {
    background-color: #808080 !important;
    color: black;
}

h2.heading {
color:#0C85B7;
font-weight:bold;
}

/* Card styling (shared across admin pages) */
.card {
    border: 1px solid #e6e9ef;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08), 0 8px 24px rgba(15, 23, 42, 0.06);
    background-color: #ffffff;
}

.card-header {
    border-bottom: 1px solid #e6e9ef;
    background-color: #f8fafc;
    padding: 10px 16px;
}

.card-title {
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.card-body {
    padding: 18px;
}

/* Bootstrap-style utility helpers (for pages still on Bootstrap 3) */
.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-inline {
    display: inline !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-md-row {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-3 {
    margin-top: 16px !important;
}

.mt-4 {
    margin-top: 24px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.mb-3 {
    margin-bottom: 16px !important;
}

.mb-4 {
    margin-bottom: 24px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mr-3 {
    margin-right: 16px !important;
}

.mr-4 {
    margin-right: 24px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.ml-3 {
    margin-left: 16px !important;
}

.ml-4 {
    margin-left: 24px !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.px-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.py-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.pt-3 {
    padding-top: 16px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.p-0 {
    padding: 0 !important;
}

.text-dark {
    color: #1f2937 !important;
}

.text-secondary {
    color: #6c757d !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

@media (min-width: 768px) {
    .mt-sm-0 {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .mr-md-2 {
        margin-right: 8px !important;
    }
}

@media (min-width: 1200px) {
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

.form-control.sel {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

/* Category badge styling */
.category-count-badge {
    font-size: 12px;
    vertical-align: middle;
}
