/* Containers */
.message, .commands, .success, .error, .notice {
  margin: 0 0 6px 0;
  padding: 16px 24px;
  overflow: auto;
}

.message, .commands {
  background-color: #FFFAE0;
  border-radius: 3px;
  border: 2px solid #e6e1c6;
  margin: 0 0 6px 0;
  padding: 16px 24px;
  overflow: auto;
}

.neutral {
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 2px solid #e6e6e6;
  margin: 0 0 6px 0;
  padding: 16px 24px;
  overflow: auto;
}

.success {
  background-color: #E0FFD0;
  border-radius: 3px;
  border: 2px solid #c8e2ba;
  margin: 0 0 6px 0;
  padding: 16px 24px;
  overflow: auto;
}

.error {
  background-color: #FFE8E8;
  border-radius: 3px;
  border: 2px solid #e9cbcb;
  margin: 0 0 6px 0;
  padding: 16px 24px;
  overflow: auto;
}

.notice {
  background-color: #E7FFFF;
  border-radius: 3px;
  border: 2px solid #cbe9e9;
  margin: 0 0 6px 0;
  padding: 16px 24px;
  overflow: auto;
}

label {
  font-weight: bold;
  display: block;
  cursor: pointer;
}

input, select, textarea {
  width: 100%;
  padding: 0 0 0 6px;
  cursor: pointer;
}

textarea:focus, input:focus, select:focus {
  outline: none;
}

textarea.form {
  height: 100px;
}

input:disabled, select:disabled {
  background-color: #e0e0e0;
  color: #999;
}

select.form {
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  padding: 0 24px 0 8px;
}

select.multiple {
  background-image: none;
  -webkit-appearance: initial;
  height: 190px;
  padding: 0;
}

select.multiple {
  height: 190px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select.form {
    background-image: none;
    padding: 0 0 0 8px;
  }
}
select::-ms-expand {
  color: #444;
  border-color: #ddd;
  border-width: 0 0 0 2px;
  background-color: #eee;
  padding: 0 6px;
  height: 100%;
  width: 12px;
}

input[type=file]::-ms-browse {
  color: #444;
  background-color: #eee;
  font-weight: bold;
  border-color: #ddd;
  border-width: 0 0 0 2px;
}

input[type=file]::-ms-value {
  border: 0;
  background-color: #fff;
}

input[type=checkbox]::-ms-check {
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: #666;
  margin: 1px;
  background-color: #ffffff;
}

.form, .button {
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  height: 1.9em;
  font-size: 1em;
  background-color: #f7f7f7;
  cursor: pointer;
  margin: 1px 0;
}

.fieldset {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0 0 6px 0;
  padding: 16px 24px;
  background-color: #ffffff;
}

.commands .button {
  margin-top: 0;
}

.form.readonly {
  background-color: #f0f0f0;
  color: #808080;
}

.button {
  width: auto;
  padding: 0 8px;
  font-weight: bold;
  color: #666;
}

.button:hover {
  color: #446;
  background-color: #d0f0f0;
  border-color: #b7d7d7;
}

.form:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.layout-table {
  margin: 0;
  border-collapse: collapse;
}

.layout-table td {
  padding: 0 4px 0 0;
  vertical-align: bottom;
  white-space: nowrap;
}

.layout-table .form {
  width: 160px;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 6px 0;
}

.content-table td, .content-table th {
  border: 2px solid #E0E0E0;
  padding: 2px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-table td {
  background-color: #fff;
}

.content-table th {
  font-weight: bold;
  text-align: left;
  background-color: #f0f0f0;
}

.content-table .content-top {
  background-color: #e0e0e0;
}

.data-table {
  table-layout: fixed;
}

.data-table td, .data-table th {
  text-indent: 1px;
}

.data-table tr:hover td,
.data-table th:hover td {
  background-color: #d0f0f0;
  border-color: #c0e0e0;
  color: #304040;
}

.sort-arrow {
  float: right;
  line-height: 20px;
  font-size: 8px;
}

.sort-title {
  float: left;
  line-height: 20px;
}

.form-table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.form-table td {
  vertical-align: bottom;
  padding: 0px 12px 8px 0px;
}

.table-command {
  width: 80px;
  text-align: center !important;
  white-space: nowrap;
}

.table-command input {
  width: auto;
  margin: 0;
}

.table-bold-row td {
  font-weight: bold;
}

.checkbox-list table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 6px;
}

.checkbox-list label {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.checkbox-list th {
  font-weight: bold;
  padding: 3px 12px;
}

.checkbox-list {
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: block;
  margin: 1px 0px 3px 0px;
  height: 300px;
  background-color: #F4F4F4;
  overflow: auto;
  padding: 0;
}

.checkbox-list td {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 8px 16px;
}

.checkbox-list td label {
  float: left;
  width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-wrap: none;
}

.checkbox, .checkbox-list input {
  margin-left: 4px;
  width: auto;
}

.checkbox-items {
  margin: 4px 0px 4px 8px;
}

.checkbox-tree {
  padding: 8px 8px;
  overflow-y: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.checkbox-tree input {
  margin-right: 8px;
}

.checkbox-tree ul {
  list-style-type: none;
  margin: 2px 0;
}

.checkbox-tree li {
  margin: 0px;
}

html {
  margin: 0px;
  padding: 0;
}

body {
  background: #fcfcfa;
  margin: 16px 24px 16px 24px;
  padding: 0 0 16px 0;
  color: #555;
}

body, td, th, input, select, textarea {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

hr {
  color: #ddd;
  height: 2px;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #773333;
}

a:hover {
  color: #FF0000;
}

p, ul, ol, li {
  padding: 0;
}

p {
  margin: 0px 0px 4px 0px;
}

ul, ol {
  margin: 8px 0px;
}

li {
  margin: 0px 24px;
}

.c {
  text-align: center !important;
}

.r {
  background-color: #FFE7E7 !important;
}

.g {
  background-color: #E0FFD7 !important;
}

.b {
  background-color: #E7F7FF !important;
}

.separator {
  font-weight: bold;
  padding: 0 8px;
  color: #ddd;
}

.title {
  font-weight: bold;
  margin-bottom: 6px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.print-header {
  width: 100%;
  text-align: right;
  margin-bottom: 8px;
}

.titles {
  cursor: pointer;
}

.command-left {
  float: left;
}

.command-right {
  float: right;
}

.print-container {
  page-break-after: always;
}

.radar {
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin: 0px 0px 6px 0px;
  display: block;
  text-align: center;
}

#libraries-container {
  height: 160px;
}

#tooltip {
  display: none;
  padding: 8px 16px;
  position: absolute;
  background-color: #FFE8E8;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

#page {
  width: 80px;
}

#search_string, #search_field {
  width: 150px;
}

@media print {
  .message, .commands {
    display: none;
  }

  body {
    margin: 0px;
    padding: 0;
    background-color: #fff;
  }
}

/*# sourceMappingURL=default.css.map */
