@charset "utf-8";

/*------------------------------------*\
    Wrapper
\*------------------------------------*/

.wrapper {
	margin: 0 auto;
	padding-top: 40px;
	max-width: 100%;
    /* line-height: 2em; */
}

/*------------------------------------*\
    After-listing block
\*------------------------------------*/

.block {
  font-size: .875em;
  margin: 20px 0;
  padding: 20px;
  color: #9099A3;
}

/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/

.indexhead a {
	font-size: 1em;
	color: #000000;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1em;
	color: #000000;
}

.even {
	background-color: #f0f0f0;
}

tr {
  outline: 0;
  border: 0;
}

th {
  text-align: left;
  font-size: 1em;
  padding-right: 20px;
  padding-bottom: 15px;
}

/* 2nd Column: Filename */

th + th {
  width: 75%;
}

/* 3rd Column: Last Modified */
th + th + th {
}

/* 4th Column: Size */
th + th + th + th {
  width: 5%;
}

tr td:first-of-type {
  padding-left: 10px;
  padding-right: 10px;
}

td {
  padding: 15px 0;
  padding-right: 15px;
  outline: 0;
  border: 0;
  vertical-align: middle;
  text-align: left;
  transition: background 300ms ease;
  -o-transition: background 300ms ease;
  -ms-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  -webkit-transition: background 300ms ease;
}


td a {
  display: block;
}

tr.parent a[href^="/"] {
  color: #000000;
}

.parent a[href^="/"]:hover {
  color: #3c61b0;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/

.footer {
  text-align: center;
  font-size: .75em;
}


/*------------------------------------*\
    Error pages
/*------------------------------------*/
.errorCode {
  font-size: 80px;
}

/*------------------------------------*\
    Breadcrumb
\*------------------------------------*/

.breadcrumb {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  color: rgb(125, 125, 125);
  display: inline-block;
  line-height: 10px;
  margin: 0 9px 20px -10px;
  padding: 0 15px;
  position: relative;
}


.breadcrumb li::before,
.breadcrumb li::after {
  border-right: 1.5px solid #000;
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transform: skewX(45deg);
}


.breadcrumb li::after {
  bottom: 0;
  top: auto;
  transform: skewX(-45deg);
}

.breadcrumb li:last-of-type::before,
.breadcrumb li:last-of-type::after {
  display: none;
}

.breadcrumb li a {
  /* letter-spacing: -1px; */
  text-decoration: none;
}
