body {
  padding-top: 56px;
}
.print-header{
    display:none;
}
@media print {
    body {
        visibility:hidden;
    }
    .print {
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
    }
    .print-header{
        display:block;
    }
}
.notify-badge{
    position: absolute;
    bottom:10px;
    background:#B11312;
    text-align: center;
    border-radius: 30px;
    color:#fff;
    padding:3px 5px;
    font-size:12px;
}
body.layout-home {
  padding-top: 0px;
}

body.layout-singlelogin {
  padding-top: 0px;
}

body.layout-dashboard .navbar {
  background-color:#0E2F50!important;
}

body.layout-dashboard .nav-link {
	color:#fff;
}

.offcanvas{
	z-index:1;
}

.navbar-brand .logo {
    width: 60px;
    padding-right: 10px;
}

body.layout-dashboard .navbar-brand {
  color:#fff!important;
}

a, .btn-link {
	color:#6c757d;
}
a:hover,
a:focus,
a:active,
a:focus-visible{
	color:#5c636a;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link:focus-visible {
	color:#5c636a!important;
}
.btn-primary{
	background-color:#6c757d;
	border-color:#6c757d;
	color:#fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible{
	background-color:#5c636a!important;
	border-color:#5c636a!important;
	color:#fff!important;
}

.footer a {
	color:#B11312;
}
.footer a:hover,
.footer a:focus,
.footer a:active,
.footer a:focus-visible {
	color:#580909!important;
}
.dropdown-item:active {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
  text-decoration: none;
}


.nav-tabs .nav-link {
    color:#B11312!important;
}
/* featurebox defaults */
#e107bootstrapcarousel .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#e107fullpagecarousel .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #272B30;
  color: white;
}
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}


/* fix for comment avatar */

.rounded-circle img.rounded {
    border-radius: 50%!important;
}

@media (min-width: 768px) {
    .offset1 {
        margin-left: 8.33333%;
    }
}

/*

.list-group-item.active a {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
*/

/* fix for caret bootstrap user nav */
.profile-photo-small {
  display: inline;
}

/* fix for fixed-top on login page - to save custom header */
.layout-singlelogin .fixed-top {
  position: initial;
}

/* fix for too small core login box width */

#login-template {
    max-width: 95%;
}

@media (min-width: 768px) { 
  #login-template {
      max-width: 800px;
      margin-right: auto;
      margin-left: auto;
  }
}

/* fix for too big margin */
#login-template .login-page-footer {
    margin-bottom: initial;  
}



#carousel-hero.carousel {
  position: relative;
  left: 0;
  top: 70px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

/* CUSTOM Responsive Styles */