#print-url {
  color: #C6D5DB;
  height: 44px;
}
@media only screen and (min-width: 476px) {
    #print-url {
        position: absolute;
        right: 10px;
        bottom: -15px;
    }
}
@media only screen and (max-width: 475px) {
    #print-url {
        position: relative;
        bottom: -8px;
        display: block;
    }
    #txt_name {
        margin-top: 10px;
    }
}
#print-url:active {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#print-url .bi {
	color: #C6D5DB;
	vertical-align: top;
}
#print-url:hover .bi {
	color: #FFF;
}
#print-url .bi-link-45deg {
	font-size: 20px;
}
#print-url .bi-printer, #print-url .bi-printer-fill {
	font-size: 18px;
}
#print-url:focus, #print-url:active, #print-url:focus-visible, #print-url .btn:focus, #print-url .btn:active, #print-url .btn:focus-visible, .sortable a {
  outline: 0;
  box-shadow: none;
  border: none;
}
.modal-dialog.print-urls {
  max-width: fit-content;
}
#files-urls, #file-url {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#files-urls span, #file-url span {
  white-space: nowrap;
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
#urlsCopyOK, #urlCopyOK {
  color: #5e974f;
  font-size: 18px;
  font-style: italic;
  margin-right: 15px;
  display: none;
}
.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;
}
.fw-600 {
  font-weight: 600;
}
.custom-list > li {
  margin-top: 10px;
}
.ws-nowrap {
  white-space: nowrap;
}
#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;
}
#theUrlHidden {
  border: none;
  background: none;
  box-shadow: none;
  padding: 7px 10px;
  max-width: 100%;
  position: fixed;
  top: -200px;
  color: transparent;
}
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;
}
table.sortable td:not(:last-child) a {
    padding: 6px 10px 6px 2px;
    width: 100%;
}
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):not(:last-child) a {
    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;
}
.actionWidth {
  width: 115px;
}
.dateWidth {
  width: 205px;
}
.sizeWidth {
  width: 115px;
}
.typeWidth {
  width: 170px;
}
@media only screen and (max-width: 1415px) {
	table.sortable tr th:nth-last-child(2),
    table.sortable col:nth-last-child(2),
    table.sortable tr:not(.notfound):not(#oops-row) td:nth-last-child(2) {
		display: none;
	}
}
@media only screen and (max-width: 1090px) {
	table.sortable tr th:nth-last-child(4),
    table.sortable col:nth-last-child(4),
    table.sortable tr:not(.notfound) td:nth-last-child(4) {
		display: none;
	}
}
@media only screen and (max-width: 815px) {
    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;
    }
    table.sortable img { margin-left: 10px; }
    table.sortable th:first-of-type { padding-left: 10px; }
}
@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;
    }
}
table.sortable .bi {
  font-size: 22px;
  vertical-align: middle;
  transition: all .15s ease-in-out;
}
table.sortable .action-link {
  line-height: 26px;
  padding: 4px 5px 0 5px;
}
table.sortable .action-link:first-child {
  margin-left: 15px;
}
table.sortable a:hover .bi, .sortable a:active .bi {
  color: #d72a2a;
}
@media only screen and (max-width: 914px) {
    table.sortable td, table.sortable th { font-size:12px; }
    table.sortable .bi { font-size: 20px; }
    table.sortable .action-link { line-height: 24px; }
    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;
    }
}