h1,h2,h3,h4,h5,h6{
  padding-bottom: 1em;
}

div.auth-container a {
  visibility: hidden;
}

ul.auth_menu {
  padding-right:20px;
}

div.auth-container {
  max-width: 100%;
}

nav.black {
  border-bottom: 5px;
  border-style: solid;
}

footer.black {
  border-top: 5px;
  border-style: solid;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

span.object_uuid {
  color:#bababa;
}

span.object_title {
  font-weight: bold;
  color:#888888;
  margin-left: 10px;
}

span.object_note {
  color:#888888;
  margin-left: 10px;
}

div.object_liner {
  margin-bottom: 10px;
}

/* full object detail */
div.object_proper {
  padding:20px; 
  background-color:#fff7e7;
  margin-bottom: 10px;
}

/* brief object summary */
div.object_link {
  padding:20px; 
  background-color:#f5f5f5;
  margin-bottom: 10px;
}

/* editing / importing */
div.object_import {
  padding:20px; 
  background-color:#edffdf;
  margin-bottom: 10px;
}

/* errors / warnings */
div.object_error {
  padding:20px; 
  background-color:#ffd4d4;
  color:red;
  margin-bottom: 10px;
}

span.text_note {
  color:gray;
}

div.object_proper,div.object_link table td {
  width: 100%;
}

span.object_tag,span.object_temporal,ul.tags-list>li {
  padding-top:10px; 
  padding-bottom:5px; 
  padding-right:10px; 
  padding-left:10px; 
  margin:2px; 
  border-radius: 25px; 
  font-weight:bold;
  white-space: nowrap;
}

span.object_temporal {
  background-color:lightgray;
}

span.object_tag[data-status="disabled"] {
  opacity: 0.2;
}

.tag_cloud,ul.tags-list {
  line-height: 2.5em;
}

span.translate_buttons a[role="button"] {
  background-color:lightgrey;
  min-width: 40px;
  margin-bottom: 0;
}

div.translate_area > textarea {
  margin: 0 0 0 0;
  border-width: 2px;
  border-top-left-radius: 0px;
}

span.translate_label {
  min-width: 100px;
  display: inline-block;
  font-weight: bold;
  color:white;
  padding:6px;
  margin-right: 20px;
  border-radius: 5px 5px 0px 0px;
}

form.translate_form p {
  display: none;
}

form.translate_form input[type="text"] {
  margin-bottom: 50px;  
}

form.translate_form input[type="radio"] {
  margin-top: 13px;
}

span.object_state i, form.translate_form input[type="radio"]+label i {
  display: inline-block;
  text-align: center; 
  padding: 2px;
  min-width: 22px;
  border-radius: 5px 5px 5px 5px;
}

span.object_state i.fa-star-of-life, form.translate_form input[type="radio"]:checked+label i.fa-star-of-life {
  background-color: yellow;
}

span.object_state i.fa-check, form.translate_form input[type="radio"]:checked+label i.fa-check {
  background-color: greenyellow;
}

span.object_state i.fa-times, form.translate_form input[type="radio"]:checked+label i.fa-times {
  background-color: tomato;
}

a[role="button"].btn_disabled {
  display: none;
}

div.devnote {
  margin-top: 30px;
  padding: 10px;
  border-color: rgb(235, 234, 234);
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 10px;
  color: lightgray;
  font-style: italic;
}

div.social i {
  padding-left:20px;
}

/*
.translate_outer {
  display: inline-block;
  width: max-content;
}

.translate_inner {
  display: inline-block;
  width: max-content;
}
*/
/*
div.dir_cont {
  display: inline-block;
  position: relative;  
  padding-left: 3px;
  padding-right: 3px;
  width: 262px;
}
div.dir_cont span {
  position: absolute;
  top: 8px;
  left: 16px;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  width: 210px;  
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

.wrap {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
}

div.dir_cont .folder {
  color: #222222;
  left: 32px;
  top: 130px;
}

body > center > * {
  max-width: 1700px;
}*/