
body {
    padding-top: 70px;
}

.image_tiniest {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    object-fit: scale-down;
}

.image_tiny {
    width: 75px;
    height: 75px;
    display: block;
    margin: auto;
    object-fit: scale-down;
}

.image_small {
    width: 125px;
    height: 125px;
    display: block;
    margin: auto;
    object-fit: scale-down;
}

.image_medium {
    width: 250px;
    height: 250px;
    display: block;
    margin: auto;
    object-fit: scale-down;
}


.excluded-value {
    color: white;
    white-space: nowrap;
    background-color: red;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9em;
}

.excluded-value:hover {
    background-color: black;
}

.included-value {
    color: white;
    white-space: nowrap;
    background-color: blue;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9em;
}

.included-value:hover {
    background-color: black;
}

.unused-value {
    color: white;
    white-space: nowrap;
    background-color: black;
    border-radius: 25px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9em;
}

div .bg-secondary {
    background-color: purple;
}

.navbar-custom {
    background-color: purple;
}

.navbar-custom .navbar-brand {
  color: white;
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
  color: #fff;
}

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

.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-custom .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-custom .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-custom .navbar-text a {
  color: #fff;
}

.navbar-custom .navbar-text a:hover, .navbar-custom .navbar-text a:focus {
  color: #fff;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: 0;
}

table th {
	background: purple;
	padding: 5px 10px;
	color: snow;
	text-align: left;
}

table tr td {
	background: floralwhite;
	padding: 5px 10px;
}

table tr:nth-child(odd) td {
	background: antiquewhite;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.message-ob {
    background: #05728f;
    color: white;
    border-radius: 4px;
    padding: 2px;
}

.message-ib {
    background: #909090;
    color: white;
    border-radius: 4px;
    padding: 2px;
}

.flexslider .slides .small_slide img {
    width: 125px;
    height: 125px;
    margin-bottom: 0;
    object-fit: scale-down;
}

.flexslider .slides .small_slide a {
    height: 125px;
}

.small_slide {
    float: left;
    height: 125px;
    margin: 0 7px 10px 8px;
    text-align: center;
    width: 125px;
}

.small_slide a {
    display: block;
    height: 125px;
    position: relative;
}

.flexslider .slides .medium_slide img {
    width: 250px;
    height: 250px;
    margin-bottom: 0;
    object-fit: scale-down;
}

.flexslider .slides .medium_slide a {
    height: 250px;
}

.medium_slide {
    float: left;
    height: 250px;
    margin: 0 7px 10px 8px;
    text-align: center;
    width: 250px;
}

.medium_slide a {
    display: block;
    height: 250px;
    position: relative;
}

