/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

 #wrapper {
    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 .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
  max-width: 15rem;
}

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

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

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

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

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

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

.pilt {
  width: 200px;
  height: 100px;
  background-color: #f5f5f5;
  float:left;
  margin-right: 10px;
}

#list-tab, #nav-tabContent {
  height: 700px;
  overflow: auto;
}

@media (max-width:991px){
  #list-tab{
    height: 200px;
  }
}

.yes, .yes:focus {
  background: var(--success)!important;
  color:white;
}

.no, .no:focus {
  background: var(--danger)!important;
  color:white;
}

.status {
  position: relative;
  top: 9px;
  color: #444343;
  font-size: .9rem;
  display: none;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* -- Examples -- */
.image-row {
  text-align: center;
}

@media (min-width: 720px) {
  .image-row {
    text-align: left;
  }
}
.example-image-link {
  display: inline-block;
  padding: 4px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: var(--bg-color);
  line-height: 0;
  border-radius: calc(.25rem - 1px);
  border: 1px solid #dfdfdf;
}
.example-image-link:hover {
  background-color: var(--primary-color);
}

.example-image {
  width: 7rem;
  border-radius: var(--border-radius);
  border: 2px solid var(--primary-color);
}

br {
  display: block;
  content: "";
  margin-top: 10px;
}

#criteriaSelection .col-6 select {
  max-width: 100px;
}

[data-toggle="collapse"] .fa:before {   
  content: "\f106";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f107";
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
    color: inherit!important;
}

.custom-control-label.form-check-label span {
    font-weight:bold;
    color: #dc3545;
}

.cookieConsentContainer {
	z-index: 999;
	width: 450px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: #f7f7f7;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	left: 15px;
	display: none;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.cookieConsentContainer .cookieTitle a,
.cookieConsentContainer .cookieTitle a:hover{
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} 
.cookieConsentContainer .cookieDesc a {
	text-decoration: underline;
}
.cookieConsentContainer .cookieButton a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 14px;
	background: var(--secondary);
	box-sizing: border-box; 
	padding: 8px 12px;
	text-align: center;
	transition: background 0.3s;
	border-radius: 4px;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}