/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}


#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .list-group-item.active {
	background-color: #495057 !important;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

.bg-dome {
	/* background-color: #2487b4; */
	background: linear-gradient(to right, #1c75af, #3096b9);
	/* padding-right: 0px; */
}

.dome-title-separator {	
    margin-left:20px;
    padding-left:20px;
    height: 30px;
    border-left: 1px solid #ffffff;
}

.dome-title {
	color: #fff;
}

.dome-title > h3 {
	margin: 0px;
    font-size: 24px;
    font-weight: 100;
    font-family: Helveticaneuecyr-Light,Sans-Serif;
}


.dome-title > h6 {
	margin: 0px;
    font-size: 12px;
    font-weight: 100;
    font-family: Helveticaneuecyr-Light,Sans-Serif;
}

.avatar {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}

.avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar .accimg {
  height: auto;
  width: auto;
  position: relative;
  top: 5px;
}

.dome-nav-logout {
	background-color:#ff4201;
	margin-top:-10px;
	margin-right:-16px;
	margin-bottom:-10px;
	margin-left:16px;
	width:114px;
	height:100%;
	text-align:center;
}

.dome-nav-logout > a > span {
	color:white;
	line-height:76px;
	vertical-align:middle;
}

img.dome-logo {
	margin-top: 3px; 
	margin-right: 0px; 
	margin-bottom: 12px;
	margin-left: 0px;
	height: 46px;
}

.navbar-light .navbar-nav .nav-link {
	color: white;
}

/* Because of authorization divs, we're losing the bottom border. we need to put it back in */
.list-group-flush:last-child .list-group-item {
	border-bottom-color: rgb(0, 0, 0, 0.125);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(0, 0, 0, 0.125);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
}

.list-group-flush:last-child .list-group-item:first-child {
	border-bottom-color: rgb(0, 0, 0, 0.125);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(0, 0, 0, 0.125);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom-color: rgb(0, 0, 0, 0.125);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(0, 0, 0, 0.125);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
}

.list-group-flush:last-child .list-group-item:first-child:last-child {
	border-bottom-color: rgb(0, 0, 0, 0.125);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: rgb(0, 0, 0, 0.125);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 0px;
}

.nav-link > span {
	color: white;
}

.nav-link::after {
	color: white;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
