﻿body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    margin: 2em auto;
    padding: 0 2em;
    width: 1200px;
}

h1 {
    font-weight: bold;
    font-size: 40px;
}

h3 {
    font-weight: normal;
    font-size: 20px;
}

h5 {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

.alibi-label {
    display: inline-block;
    width: 220px;
    padding: 0 0 0 10px;
}

span.alibi-label {
    font-weight: 700;
    padding-top: 4px;
}

.alibi-long-label {
    display: inline-block;
    width: 350px;
    padding: 0 0 0 10px;
}

.alibi-input {
    width: 250px;
}

.alibi-short-input {
    width: 100px;
}

.alibi-long-input {
    width: 400px;
}

.alibi-select {
     width: auto;
     display: inline-block;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

th {
    text-align: center;
}

td, th {
    padding: 1px;
}

td.padded {
    padding: 1px 3px;
}

.inputTypeLabel {
    padding-left: 25%;
}

.indented {
    padding-left: 0.75em;
}

.marged {
    margin: 1.25em 1.25em 0 1.25em;
}

.margL {
    margin-left: 16px;
}

.margR {
    margin-right: 16px;
}

textarea.padded {
    padding: 2px 0;
    margin-bottom: 1px;
    overflow: hidden;
}

input.padded {
    padding: 10px 0;
}

input.padded:focus {
    border: 3px solid grey;
}

.narrow {
    width: 52px;
    word-break: break-all;
}

.identifier {
    width: 104px;
}

ul.nolist {
    list-style: none;
    list-style-type: none;
    padding: 0px;
}

ul.nolist li {
    padding: 8px 0;
}

ul.nolist li span {
    display: inline-block;
    vertical-align: middle;
}

ul.nolist li span span {
    vertical-align: auto;
}

ul.nolist li span.glyphicon {
    vertical-align: text-top;
    cursor: pointer;
}

ul.nolist.userList {
    list-style: none;
    list-style-type: none;
    width: 575px;
    padding: 10px;
}

ul.nolist.configList {
    list-style: none;
    list-style-type: none;
    width: 800px;
    padding: 10px;
}

ul.nolist li.zebra {
    padding: 5px 15px;
}

ul.nolist li.zebra:nth-child(odd) {
    background: #def;
}

ul.nolist li.zebra:nth-child(even) {
    background: #fff;
}

ul.nolist li.zebra span.userListItem {
    width: 465px;
    padding: 5px 0;
    color: black;
}

ul.nolist li.zebra span.userListItem:hover {
    text-decoration: none;
}

ul.nolist li.zebra span.configListItem {
    width: 675px;
    padding: 5px 0;
    color: black;
}

ul.nolist li.zebra span.configListItem:hover {
    text-decoration: none;
}

.glyphicon.clickable {
    margin-top: 1px;
    cursor: pointer;
}

.formatInfo {
    border: 1px solid black;
    border-radius: 4px;
    font-size: 80%;
    padding: 4px 8px;
}

.valignB {
    vertical-align: bottom;
}

.hiding {
    visibility: hidden;
}

.no-show {
    display: none;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

#content {
    padding-left: 5em;
}

#footer {
    padding-left: 5em;
    text-align: left;
}

#footer h5 {
    margin-top: 3em;
    margin-left: 2em;
}

.menu {
    font-size: 2em;
    padding: 0;
}

#userInfo {
    border: 1px solid grey;
    background: #def;
    border-radius: 4px;
    padding: 0.75em 1.33em;
    margin: 0.5em 2em 0 0;
}

.userInfo {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blackish {
    color: #121212;
}

.error {
    background-color: lightcoral;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.large {
    font-size: 110%;
}

.larger {
    font-size: 120%;
}

.largest {
    font-size: 133%;
}

.small {
    font-size: 90%;
}

.smaller {
    font-size: 80%;
}

.smallest {
    font-size: 67%;
}

input[type=file] {
    display: inline-block;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: 150px 0 0 -150px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.plateConfigEditor {
    margin: 1% 4% 2% 3%;
    width: 92%;
    height: 550px;
}

.tablesorter#logEvents {
    table-layout: fixed;
    word-break: break-all;
}

.tablesorter#logEvents thead th.version {
    width: 10%;
}
.tablesorter#logEvents thead th.info {
    width: 20%;
}
.tablesorter#logEvents thead th.name {
    width: 15%;
}
.tablesorter#logEvents thead th.time {
    width: 15%;
}
.tablesorter#logEvents thead th.user {
    width: 10%;
}
.tablesorter#logEvents thead th.group {
    width: 15%;
}
.tablesorter#logEvents thead th.plateId {
    width: 15%;
}
