main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}


.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}

div.content_w_sidebar {
	padding: 0px;
	
}

/*
div.sidebar-menu .nav-pills .nav-link.active,
div.sidebar-menu .nav-pills .nav-link:focus,
div.sidebar-menu  .nav-pills .nav-link:hover {
	background-color: transparent;
    border-color: transparent;	
}

@media (min-width: 160px) {
    .h-sm-100, .vh-100 {
        height: 100%;
    }
}

@media (max-width: 580px) {
	div.sidebar-logo img {
		max-height: 32px;
		max-width: 32px;
	}
}

@media (max-width: 900px) {
    #dropdownUser1 .usercab .hiddenv {
        display: inline-block!important;
    }
    #dropdownUser1 .usercab .hiddenh {
        display: none!important;
    }
}

#dropdownUser1,
#dropdownUser1.dropdown-toggle::after,
#dropdownUser1 i,
#dropdownUser1 .usercab {
	color: #996953;
}

.sidebar-menu .btn-link, 
.sidebar-menu a.nav-link {
	color: #996953;
}

.sidebar-menu a.nav-link.active,
.sidebar-menu .btn-link:hover, 
.sidebar-menu a.nav-link:hover {
	color: #f47c3c;
}

*/
div.sidebar-logo img {
	width: 100%;
	webkit-mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 75%);
	mask-image: radial-gradient(circle at 50% 50%, black 20%, transparent 75%);
}

div.sidebar-logo {

}


/*	=	=	=	=	=	=	=	=	=	=	DASHBOARD 	=	=	=	=	=	=	=	=	=	=	*/

	.baord-cards .card-header .card-title {
		color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
	}
	
	.board-card-btns .btn {
		font-size: 24px;
	}

      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
	.sidebar {
		/*top: 5rem;*/
	}
	.sidebar .sidebar-logo {
		display: none;
	}
}

.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sidebar .nav-link.active {
  color: var(--bs-link-color);
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
 * Navbar
 */
.navbar {
	--bs-navbar-padding-y: 0rem!important;
}


.navbar-brand {
/*  padding-top: .75rem;
  padding-bottom: .75rem;*/
  padding: 16px!important;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-right: 5rem;
}

.navbar .navbar-toggler {
  top: .25rem;
  left: 5rem;
  position: initial!important;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
@media (min-width: 992px) {
    .col-lg-2 {
		width: 14%!important;
	}
	.col-lg-10 {
        flex: 0 0 auto;
        width: 86%!important;
    }
}
li.nav-item a.nav-link i {
	margin: 0 10px;
}
li.nav-item a.nav-link {
	margin-right: 20px;
}

ul.boardcardmenu .stationForm,
ul.boardcardmenu .volumeForm,
div.board-card-block .editTitleForm,
ul.boardcardmenu .stationForm {
	cursor: pointer;
}
li.list-group-item.mute-1 {
    color: #ccc;
}
li.list-group-item.mute-1 i {
    color: #ccc!important;
}
/*	=	=	=	=	=	=	=	=	=	=	DASHBOARD 	=	=	=	=	=	=	=	=	=	=	*/
div.stations-badges a {
	border: 3px solid #bbbab5;
    display: inline-block;
    border-radius: 12px;
	background-color: #bbbab5;
    padding: 5px;
}
div.stations-badges a:hover {
	border: 3px solid #7fcdec;
	background-color: #7fcdec;
}
div.stations-badges a.active {
	border: 3px solid #93c54b;
	background-color: #93c54b;
}




/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  .featurette-heading {
    font-size: 50px;
  }
}

section.hero-section .carousel-indicators { margin-bottom: -2rem; }
section.hero-section .carousel-inner { padding: 0 28px; }

section.hero-section .carousel-indicators [data-bs-target],
section.hero-section .carousel-control-next .carousel-control-next-icon,
section.hero-section .carousel-control-prev .carousel-control-prev-icon {
	background-color: var(--gray-300);
}