.banner {	
	background-image: url('../images/values-bg.jpg');
	background-size: cover;
	color: #fff;
	padding-bottom: 2rem;
	/*margin-bottom: 2.2rem;*/
}

header h1 {
	margin-top: 5%;	
	margin-bottom: 1rem;
	font-weight: 300;	
	font-size: 3em;
	color: #fff;
}

header a {
	color: #1EAEDB;
}

header a:hover {
  color: #0FA0CE;
}

.right {float:right}

.button a {
  text-decoration: none;
}

/* thumbnails */

#mainpic {
  border: 1px solid black;
  margin-bottom: 2em;
}

.thumb {
  border: 4px solid lightgray
}

.image-frames img {
  border: 6px solid #eee;
  cursor: pointer;
}

.active-thumb {
	border: 6px solid #959595 !important;
}

footer {
	border-top: 2px dashed black;
	padding-top: 15px;
}

footer h4 {
  margin: 0;
}


/*** Tags ***/

.tags li {
    list-style-type: none;
    position: relative;
    display: block;
    float: left;
    background-color: #ccc;
	margin: 3px;
    padding-left: 8px;
	padding-right: 8px;    
    border-radius: 6px;
}

.tags li a {
	text-decoration:none;
	color: black;
}

.tags li a:hover {
	text-decoration:underline;
	color: red;
}

/*** Tags by custom color */

.tags li.tag-blue 		{background-color: blue}
.tags li.tag-blue a 	{color: white}

.tags li.tag-silver 	{background-color: silver}
.tags li.tag-silver a	{color: black}

.tags li.tag-black 		{background-color: black}
.tags li.tag-black a 	{color: white}

.tags li.tag-teal 		{background-color: teal}
.tags li.tag-teal a 	{color: black}

.tags li.tag-green 		{background-color: green}
.tags li.tag-green a 	{color: black}

.tags li.tag-navy 		{background-color: navy}
.tags li.tag-navy a 	{color: white}

.tags li.tag-purple 	{background-color: purple}
.tags li.tag-purple a 	{color: white}

.tags li.tag-gray 		{background-color: gray}
.tags li.tag-gray a 	{color: black}

.tags li.tag-blue 		{background-color: blue}
.tags li.tag-blue a 	{color: white}

.tags li.tag-red 		{background-color: red}
.tags li.tag-red a 		{color: yellow}

.tags li.tag-pink 		{background-color: pink}
.tags li.tag-pink a 	{color: black}

.tags li.tag-white 		{background-color: white}
.tags li.tag-white a 	{color: black}

/*** ribbon ***/

.badge-container {
  position: relative;
  display: inline-block;
  overflow: hidden;      /* CRITICAL: Clips everything inside this box */
  border-radius: 12px;   /* Optional: rounded corners for the image */
}

.badge-container img {
  display: block;        /* Prevents extra bottom spacing */
  width: 100%;
}

.corner-ribbon {
  position: absolute;
  top: 18px;             /* Distance from top corner */
  right: -32px;          /* Pulls it into the corner to be clipped */
  width: 120px;          /* Length of the ribbon bar */
  background: #e74c3c;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
  transform: rotate(45deg); /* Slants it across the top-right corner */
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 10;
}

#sidebar {text-align: center}
#sidebar .flex-img {
  margin-bottom: 0 !important;
}

/*
* World properties
*/

.grid.props {padding: 20px}
.props p  {margin:0}
.props li {padding: 4px}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
  overflow-wrap: break-word;
}

/*
* Breadcrumbs
*/

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

/*
* Pagination
*/

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > li {
  display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination a {
  text-decoration: none !important;
  z-index: 0 !important;
}

/* authors, copyright list */

ul.multi-column {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;
  padding: 0;
}

/* Text left-flow image description */

.desc-left {
	float: left;
	margin-right: 20px;
	border: 1px solid
}

/*************************************
* Tags Extra Style
*

.cmu_tags {
  margin-bottom: 20px;
  overflow: hidden; 
  padding: 0;
	font-size: 12px;
}


.cmu_tags a {
  background: #85c8ea;
  border-radius: 3px 0 0 3px;
  color: #fff !important;
  display: inline-block !important;
  height: 26px;
	float:left;
  line-height: 26px;
  padding: 0 30px 0 10px;
  position: relative;
  margin: 0 10px 3px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.cmu_tags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  right: 13px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.cmu_tags a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #85c8ea;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.cmu_tags a:hover {
  background-color: #426b7f;
  color: white;
}

.cmu_tags a:hover::after {
   border-left-color: #426b7f; 
}
****************************************/

/* 
* File versions table
*/

th, td {
	padding: 8px;	
	border: 1px solid #ddd;
}
td.jobb {
	text-align: right;
}
td:first-child {
	min-width: 150px;
	max-width: 150px;
}
td:last-child {
	word-break: break-all;
}

tbody tr:hover {
	background-color: #f5f5f5;
}
th {
	background-color: #000;
	color: white;
}