.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}
#source{
  text-align:right;
  padding-right: 10px;
  padding-top: 10px;;
  font-family: Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size : 10px;
  color:#aaa;
}
#search {
    text-align: center;
    position: relative;
}
input[type="text"] {
    padding: 7px 10px 7px 34px;
    margin: 15px 0 5px 0;
    border-radius: 3px;
    line-height: 20px;
    font-size: 14px;
    border: 1px solid #46707F;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    color: #454545;
    background-image: url('../img/icons-dir/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 16px;
}
input[type="text"]:focus {
    outline: none;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
input[type="text"]::placeholder {
    color: #3f3f3f;
}
input[type="text"]:focus::placeholder {
    color: #a3a3a3;
}
body {
	color: #333;
	background: #eee;
	height: 100%;
	display: grid;
}
#container {
  font: 14px Sans-Serif;
}
h1 {
	text-align: center;
	padding: 20px 0 12px 0;
	margin: 0;
	color: #fff;
}
h1 .path_title {
  opacity: 0.8;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
h1 .path_dir {
    opacity: 0.8;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    background-color: rgba(0,0,0,0.25);
    padding: 2px 12px 5px 12px;
    border-radius: 3px;
    box-shadow: 2px 2px 3px inset rgba(0,0,0,0.5);
    border-right: 2px solid rgba(255,255,255,0.25);
    border-bottom: 2px solid rgba(255,255,255,0.25);
}
h2 {
	font-size: 16px;
	text-align: center;
	padding: 0 0 12px 0; 
}
@media only screen and (min-width: 768px) {
	#separador {
	    padding: 50px;
	}
	#espaciado {
	    padding: 10px 50px 30px;
	}
}
@media only screen and (max-width: 790px) {
	#espaciado, #separador {
        padding: 10px;
    }
}
#container {
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
	position: relative;
	background: white;
	background: #46707F;
}
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
table.sortable {
	background-color: #FFF;
	border-collapse: collapse;
	width: 100%;
	margin: 15px 0;
	table-layout: fixed;
}
table.sortable th {
	background-color: #f6f8fa;
	color: #424242;
	cursor: pointer;
	padding: 5px 10px;
}
table.sortable th small {
	font-size: 9px; 
}
table.sortable tr {
    border: 1px solid #d0d7de;
    background-color: white;
    height: 32px;
}
table.sortable tr:nth-child(2n) {
    background-color: #FAFAFA;
}
table.sortable td, th {
	text-align: left;
	overflow: hidden;
    white-space: nowrap;
}
a {
	text-decoration: none;
}
table.sortable td a {
	color: #383838;
	display: inline-block;
    padding: 6px 10px 6px 2px;
}
table.sortable th a {
	padding-left: 0
}
table.sortable img {
    margin-left: 35px;
    vertical-align: text-bottom;
}
#img-oops {
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
}
#oops-text {
  margin: 20px 20px 10px 20px;
  display: inline-block;
  font-size: 1rem;
  color: #444;
}
#oops-back {
  margin: 0px 20px 10px 20px;
  display: inline-block;
  font-size: 1rem;
}
table.sortable td .oops-link {
  transition: all .2s ease-in-out;
}
.oops-link .bi-chevron-left {
  top: -1px;
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 2px;
}
.oops-link:hover .bi-chevron-left {
  animation: oopsMove 1s ease-in-out infinite;
}
@keyframes oopsMove {
  0%, 100% {transform: translate(0, 0);}
  50% {transform: translate(3px, 0);}
}
table.sortable tr#oops-row:hover td {
  background-color: #fff;
}
table.sortable th:first-of-type {
	padding-left: 35px;
}
table.sortable td:not(:first-child) {
    padding-left: 10px;
}
table.sortable tr:hover td {
    background-color: #DEE7F2;
}
table.sortable tr:hover td a {
	color: #306AB6;
}
#oops-back .oops-link, table.sortable #oops-row:hover .oops-link {
  color: #306AB6;
}
table.sortable #oops-row:hover .oops-link:hover {
  color: #4E84CC;
}
.name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    line-height: 21px;
    word-break: break-all;
}
@media only screen and (max-width: 1415px) {
	table.sortable tr th:last-child,
    table.sortable col:last-child,
    table.sortable tr:not(.notfound):not(#oops-row) td:last-child {
		display: none;
	}
}
@media only screen and (max-width: 1090px) {
	table.sortable tr th:nth-last-child(3),
    table.sortable col:nth-last-child(3),
    table.sortable tr:not(.notfound) td:nth-last-child(3) {
		display: none;
	}
}
@media only screen and (max-width: 815px) {
    table.sortable tr th:nth-last-child(2),
    table.sortable col:nth-last-child(2),
    table.sortable tr:not(.notfound) td:nth-last-child(2) {
		display: none;
    }
    table.sortable img { margin-left: 10px; }
    table.sortable th:first-of-type { padding-left: 10px; }
}
@media only screen and (min-width: 1550px) {
	.w { width: 700px; }
}
@media only screen and (min-width: 915px) and (max-width: 1549px) {
	.w { width: 600px; }
}
@media only screen and (min-width: 815px) and (max-width: 914px) {
	.w { width: 500px; }
}
@media only screen and (min-width: 460px) and (max-width: 814px) {
	.w { width: auto; }
}
@media only screen and (min-width: 850px) and (max-width: 900px) {
	h1 .path_dir { font-size: 22px; }
}
@media only screen and (max-width: 849px) {
	h1 .path_dir { font-size: 20px; }
}
@media only screen and (max-width: 629px) {
	h1 .path_dir {
        display: inline-block;
        line-height: 30px;
        padding: 8px 10px;
    }
}
@media only screen and (max-width: 914px) {
    table.sortable td, table.sortable th { font-size:12px; }
    table.sortable img:not(#img-oops) {
        width: 14px;
        height: auto;
    }
    table.sortable #oops-row td {
        white-space: normal;
        text-align: center;
    }
    table.sortable #oops-row td #img-oops {
        float: none;
        margin-bottom: 0;
    }
}