.navigation form fieldset {
  margin: 10px;
  padding: 0 0 0px 0px;
  border-radius: 10px;
  line-height: 1.7em !important;
}

.navigation form fieldset legend {
  margin: 0;
  padding: 0 0 0 0;
  font-weight: bold;
}

.navigation form fieldset ul {
  margin: 0;
  padding: 0;
}

.navigation form fieldset li.field {
  margin: 0;
  padding: 0;
}

.navigation form fieldset label {
  margin: 0;
}

.navigation table th {
  text-align: right;
}

.navigation table td {
  font-weight: bold;
  padding-left: 0px;
}

.navigation form fieldset .btn {
  margin-top: 0px;
  margin-left: 0px;
}

.btn button, .btn input[type=submit] {
  font-weight: 600 !important;
  font-family: "Open Sans";
}

.navigation .navigation-links .btn {
  display: block;
  margin: 10px;
}

.hidden {
  display: none;
}

.box {
  background: skyblue;
  text-align: center;
  font-color: black;
  margin-top: 5px;
}

#navbar .login ul {
  display: inline;
}

#navbar .login ul li.field {
  display: inline;
}

#navbar .login .field {
  font-size: 1em;
  line-height: 1.2em;
  vertical-align: middle;
  height: auto;
  margin-top: 5px;
}

.navbar .login a {
  color: white;
}

form.inline {
  margin: inherit;
  display: inline;
}

div.btn button, div.btn input[type=submit] {
  display: inline-block;
}

.csv-list li {
    display: inline;
}

.csv-list li:after {
    content: ", ";
}

.csv-list li:last-child:after {
    content:  "";
}

#batch-confirm { border: 1px solid #f8f8f8; }

#batch-confirm .odd, #batch-confirm .odd tr {
     background-color: #F8F8F8;
}

#batch-confirm th {
padding: 0px 5px 0px 5px;
}

#batch-confirm td { padding: 2px 5px 3px 5px;}

#batch-confirm .errorlist {
  background: none repeat scroll 0% 0% rgb(223, 137, 137);
  border: 1px solid rgb(202, 56, 56);
  color: rgb(123, 33, 33);
  padding: 0px 10px;
  font-family: "Open Sans";
  font-weight: 600;
  list-style-type: none;
  word-wrap: break-word;
  margin-bottom: 6px;
  font-size: 1.16667rem;
  border-radius: 4px 4px 4px 4px;
}

table.rounded th {padding-left: 15px;}
table.rounded td {border-top: 0;}

#home .alpha {
  padding-right: 7px;
}

#home .omega {
  padding-left: 7px;
}

#home ul {
  list-style: circle outside none;
  margin-left: 25px;
}

#home ol {
  list-style: none;
}

#home img {
  float: left;
  vertical-align: top;
  margin-right: 5px;
}

#scans form  fieldset {
  border: 0;
  margin: 0;
}

form#new-scans {
  margin: 0;
}

#table-container,
.table-container {
  border: 1px solid darkgray;
  border-radius: 3px;
  box-shadow: 1px 1px 5px darkgray;
  clear: both;
  margin-top: 20px;
}

#table-container .dataTables_processing,
.table-container .dataTables_processing {
  height: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  padding: inherit;
}

.filter_form li.field {
  float: left;
  margin-right: 10px;
}

#table-container .dataTable td,
.table-container .dataTable td {
  overflow: hidden;
}
#table-container .dataTable th,
.table-container .dataTable th {
  overflow: hidden;
}

#table-container .dataTable {
  table-layout: fixed;
}

.hidden-dialog {
  display: none;
}

a {
  color: #444;
}

a:hover {
  color: #777;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #444;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, {
  color: #777;
}


.columns.flex {
  width: 100%
}

.object-tools a.addlink {
  line-height: 1.6em;
  height: 1.6em;
}

form .actions label {
  display: inline;
}

.swagger-ui-wrap dd {margin:1em .5em;}
