
a.breadcrumbs {
    padding-bottom: 10px;
    padding-left: 10px;
}

hr.sft {
    color: teal;
    background-color: teal;
    height: 6px;
    line-height: 6px;
}

hr.options {
    border-top: 2px solid black;
}

div#header {
    background: #655;
}

#branding h1 a:visited {
    color: #fff;
}

thead th {
    background: #ccc;
    color: black;
}

div.breadcrumbs {
    padding-left: 10px;
    background: #888;
}

input[type="submit"], input[type="submit"] {
    color: black;
    background: #eee;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    margin: 2px 0px;
    padding: 2px 3px;
    font-family: var(--font-family-primary);
    font-weight: normal;
}

input[type="submit"]:hover {
    background: #ccc;
}

input[type="submit"]:active {
    background: #aaa;
}

h2.filelist {
    background: #655;
    color: white;
    padding: 4px;
}


div.switchmode {
    display: inline-block;
    padding-left: 400px;
    -moz-display: inline-block;
    -moz-padding-left: 400px;
}


button.switchmodeX {
    display: flex;
    -moz-display: inline-block;
}

table.filelist {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #eee;
}
.dirname {
    width: 40%;
    border: 1px solid #eee;
}
.filename {
    width: 40%;
    border: 1px solid #eee;
}
.filesize {
    width: 20%;
    border: 1px solid #eee;
}
.filemtime {
    width: 20%;
    border: 1px solid #eee;
}
.fileoptions {
    width: 20%;
    border: 1px solid #eee;
}


.options-table {
    width: 100%;
}

table.options-table tbody tr:first-child td {
    border-top: 2px solid #999999;
}

.options-type {
    width: 30%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-left: 2px;
}

td.options-type-right {
    width: 70%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

tr.options-type:hover {
    background-color: #ddffff;
}

.options-body {
    border-bottom: 1px solid #cccccc;
}

td.filesize, th.filesize {
    text-align: right;
    padding-right: 60px;
    border: 1px solid #eee;
}

td.fileoptions, th.fileoptions {
    text-align: center;
    border: 1px solid #eee;
}

a:link, a:visited {
    font-family: iArial, Helvetica;
    font-size: 10pt;
}


.modal {
    display:    none;
    z-index:    1000;
    position: fixed;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/static/images/processing.gif')
                center/100px no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}


.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
  margin: 15%;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
  background: #8c8;
}
.ui-progressbar {
    position: relative;
}


  .progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }
