@charset "utf-8";

/*general*/
* {
  margin: 0;
  padding: 0; }

img {
  border: none; }

.hide {
  display: none; }

.pointer {
  cursor: pointer; }

.deactivated {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.loading {
  background: url(/img/loading.gif) 50% 33% no-repeat;
  /*divs*/ }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.left, .l {
  float: left; }

.right, .r {
  float: right; }

.row {
  width: 100%;
  margin: 0; }

.col {
  float: left; }

.center {
  margin-left: auto;
  margin-right: auto; }

.vcenter {
  margin-top: auto;
  margin-bottom: auto; }

.clear, .c {
  clear: both; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: flex; }

.hundred, .h {
  width: 100%; }

.s {
  float: left; }

.s img {
  display: block;
  width: 1px;
  height: 1px; }

.backwhite, .bw, .bwhite {
  background-color: #fff; }

.backblack, .bb {
  background-color: #000;
  /*images*/ }

.vmiddle {
  vertical-align: middle; }

.vtop {
  vertical-align: top;
  /*fonts*/ }

.fcenter, .fc {
  text-align: center; }

.fleft, .fl {
  text-align: left; }

.fright {
  text-align: right; }

.fjustify {
  text-align: justify; }

.f6 {
  font-size: 6px; }

.f7 {
  font-size: 7px; }

.f8 {
  font-size: 8px; }

.f9 {
  font-size: 9px; }

.f10 {
  font-size: 10px; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f19 {
  font-size: 19px; }

.f20 {
  font-size: 20px; }

.f21 {
  font-size: 21px; }

.f22 {
  font-size: 22px; }

.f23 {
  font-size: 23px; }

.f24 {
  font-size: 24px; }

.f25 {
  font-size: 25px; }

.f26 {
  font-size: 26px; }

.f27 {
  font-size: 27px; }

.f28 {
  font-size: 28px; }

.f29 {
  font-size: 29px; }

.f30 {
  font-size: 30px; }

.f31 {
  font-size: 31px; }

.f32 {
  font-size: 32px; }

.f33 {
  font-size: 33px; }

.f34 {
  font-size: 34px; }

.f35 {
  font-size: 35px; }

.f36 {
  font-size: 36px; }

.f37 {
  font-size: 37px; }

.f38 {
  font-size: 38px; }

.f39 {
  font-size: 39px; }

.f40 {
  font-size: 40px; }

.v-10 {
  vertical-align: -10px; }

.v-9 {
  vertical-align: -9px; }

.v-8 {
  vertical-align: -8px; }

.v-7 {
  vertical-align: -7px; }

.v-6 {
  vertical-align: -6px; }

.v-5 {
  vertical-align: -5px; }

.v-4 {
  vertical-align: -4px; }

.v-3 {
  vertical-align: -3px; }

.v-2 {
  vertical-align: -2px; }

.v-1 {
  vertical-align: -1px; }

.v1 {
  vertical-align: 1px; }

.v2 {
  vertical-align: 2px; }

.v3 {
  vertical-align: 3px; }

.v4 {
  vertical-align: 4px; }

.v5 {
  vertical-align: 5px; }

.v6 {
  vertical-align: 6px; }

.v7 {
  vertical-align: 7px; }

.v8 {
  vertical-align: 8px; }

.v9 {
  vertical-align: 9px; }

.v10 {
  vertical-align: 10px; }

.fbold {
  font-weight: bold; }

.fitalic {
  font-style: italic; }

.fuppercase {
  text-transform: uppercase; }

.fgold {
  color: #ae8e65; }

.fwhite {
  color: #fff; }

.fblack {
  color: #000; }

.fred {
  color: #f00; }

.fgreen {
  color: #008000; }

.farial {
  font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif; }

.ftime {
  font-family: "Times New Roman"; }

.fverdana {
  font-family: Verdana, Geneva, sans-serif; }

.ftahoma {
  font-family: Tahoma, Arial, helvetica, sans-serif; }

.ftrebuchet {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.fgeorgia {
  font-family: Georgia, 'Times New Roman', Times, serif; }

.flucida {
  font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif; }

.fimpact {
  font-family: Impact, "Arial Black", sans-serif; }

.fcourier {
  font-family: "Courier New", Courier, "Liberation Mono", monospace; }

.fmyriad {
  font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif; }

.fmonaco {
  font-family: Monaco, "DejaVu Sans Mono", "Lucida Console", "Andale Mono", monospace; }

.funderline {
  text-decoration: underline;
  /*links*/ }

.nodecoration {
  text-decoration: none; }

.nodecorationon:hover {
  text-decoration: none; }

.underlineon:hover {
  text-decoration: underline; }

.tooltip {
  z-index: 1000001;
  /*cust*/ }

::-webkit-file-upload-button {
  cursor: pointer;
  /*modalbox*/ }

.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right;
  /* switch */ }

.switch input {
  display: none; }

.switch input:disabled + .slider {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: 0px 0px 0px transparent !important; }

.switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

.switch input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s; }

.switch .slider {
  background: #fff;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 100px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 43px;
  height: 25px; }

.switch .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  height: 21px;
  width: 21px; }

.switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

.switch .slider:hover:active:after {
  width: 28.35px !important; }

.switch input:disabled + .slider:after {
  height: 21px !important;
  width: 21px !important; }

.switch input:disabled:checked + .slider:after {
  transform: translateX(18px) !important; }

.switch input:checked + .slider {
  border-color: #16b85f;
  box-shadow: 0px 0px 0px 12.5px #16b85f inset; }

.switch input:checked + .slider:after {
  transform: translateX(18px); }

.switch input:checked + .slider:hover:active:after {
  transform: translateX(10.65px); }

.switch .checkbox input {
  display: none; }

.switch .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6;
  padding: 0;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 2px;
  transition: box-shadow 0.2s ease-out 0.02s, border-color 0.2s ease-out;
  width: 25px;
  height: 25px; }

.switch .checkbox input:checked + .slider {
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out 0.02s;
  border: 2px solid #bbb; }

.switch .checkbox .slider:after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transform: translateX(0);
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  height: 21px;
  width: 21px; }

.switch .checkbox input:checked + .slider:after {
  background: #16b85f;
  box-shadow: none; }

html.dark .switch input:checked:disabled + .slider {
  border-color: #ccc !important;
  box-shadow: 0px 0px 0px 15px #ccc inset !important; }

html.dark .switch .slider {
  background: #232a3b;
  border: 2px solid #e6e6e6; }

html.dark .switch .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .switch .slider:hover:active {
  box-shadow: 0px 0px 0px 13px #e6e6e6 inset; }

html.dark .switch input:checked + .slider {
  border-color: #3160d8;
  box-shadow: 0px 0px 0px 12.5px #3160d8 inset; }

html.dark .checkbox .slider {
  background: #bbb;
  border: 2px solid #e6e6e6; }

html.dark .checkbox input:checked + .slider {
  border: 2px solid #bbb; }

html.dark .checkbox .slider:after {
  background: #232a3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

html.dark .checkbox input:checked + .slider:after {
  background: #3160d8; }

.switch.switch-sm .slider {
  width: 34px;
  height: 20px; }

.switch.switch-sm input:checked + .slider:after {
  transform: translateX(14px); }

.switch.switch-sm .slider:after {
  height: 16px;
  width: 16px; }

.switch.switch-sm input:checked + .slider:hover:active:after {
  transform: translateX(2px); }


.modalbox {
  position: relative;
  display: flex;
  flex-direction: column; }

.modalbox .modal-header {
  flex-shrink: 0; }

.modalbox .modal-header .title {
  float: left; }

.modalbox .modal-header .close {
  float: right; }

.modalbox .modal-body {
  flex-shrink: 1;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden; }

.modalbox .modal-footer {
  flex-shrink: 0;
  text-align: right; }








.users {
  width: 1000px;
  margin: auto; }

.top .tab {
  text-align: center;
  font-weight: bold;
  font-family: arial;
  font-size: 13px;
  margin-top: 13px;
  padding: 8px 10px 2px 10px;
  height: 16px;
  cursor: pointer;
  box-sizing: content-box; }
  .top .tabon {
    background-color: var(--bg);
    color: var(--text); }
  .top .taboff {
    background-color: #000;
    opacity: 0.5;
    color: #fff; }
  .top .taboff:hover {
    opacity: 0.4; }

.testing {
  padding: 20px;
  max-width: 1600px;
  margin: auto; }

.testing .protocol {
  padding: 30px; }

.testing .protocol .step {
  margin-top: -1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  border-top: solid 1px #ccc;
  background-color: #fff; }

.testing .protocol .step.success {
  background-color: #b9d089; }

.testing .protocol .step .label {
  margin-top: 15px;
  margin-right: 15px;
  width: 30%;
  padding: 5px;
  min-height: 20px;
  border: dashed 1px #eee;
  /* bootstrap label reset */
  font-size: 130%;
  line-height: 1.3;
  color: #333;
  text-align: left;
  font-weight: normal; }

.testing .protocol .step .label img {
  max-width: 100%;
  height: auto; }



.modalbox {
  border-radius: 3px;
  background-color: #fff; }

.modalbox .modal-header {
  text-align: center; }

.modalbox .modal-header .title {
  font-size: 18px;
  font-weight: bold; }

.modalbox .modal-header .close {
  font-size: 17px;
  font-weight: normal;
  padding: 0;
  margin-top: 2px; }

.modalbox .modal-body {
  padding: 5px; }

.modalbox .modal-footer {
  text-align: right; }

.modalbox .modal-footer a {
  color: #4270b1; }

.taskContainer {
  font-size: 14px; }
  .taskContainer .task .abstract {
    cursor: pointer; }
  .taskContainer .new {
    background-color: #eee; }
  .taskContainer .backlog {
    background-color: #eee; }
  .taskContainer .paused {
    background: repeating-linear-gradient(135deg, #eee, #eee 5px, #d9edf7 5px, #d9edf7 10px); }
  .taskContainer .started {
    background-color: #d9edf7; }
  .taskContainer .tested {
    background-color: #ffa4a4; }
  .taskContainer .achievement {
    background: repeating-linear-gradient(135deg, #ffa4a4, #ffa4a4 5px, #d9edf7 5px, #d9edf7 10px); }
  .taskContainer .delivered {
    background-color: #f7d2a5; }
  .taskContainer .commited {
    background-color: #daebcf; }
  .taskContainer .item {
    padding: 10px;
    border: solid 1px #bbb;
    background-color: #ccc;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 2px; }
    .taskContainer .item.done {
      background-color: #b9d089; }
    .taskContainer .item.checked {
      background-color: #94b764; }
    .taskContainer .item.tested {
      background-color: #769949; }



.logs {
  padding: 20px;
  font-size: 12px; }

.logs .tablerow .tablerow_cross {
  visibility: hidden;
  cursor: pointer; }

.logs .tablerow:hover .tablerow_cross {
  visibility: visible; }

.help {
  font-size: 14px; }
  .help .param {
    color: #369; }
  .help .type {
    color: #693; }
  .help .type2 {
    display: inline-block;
    width: 50px;
    color: #693; }
  .help .method {
    color: #00f; }
  .help .tool {
    color: #00f; }
  .help .manuel {
    margin-top: -12px;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    border: solid 1px #ccc;
    border-top: none;
    background-color: rgba(255, 255, 255, 0.3);
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    tab-size: 4;
    -moz-tab-size: 4; }
    .help .manuel > p {
      margin-bottom: 10px; }







.commit {
  padding: 20px;
  background-color: var(--commit-bg); }
  .commit .tab {
    float: left;
    background-color: var(--commit-tab-bg);
    padding: 7px 10px 3px 10px;
    height: 16px;
    cursor: pointer;
    color: var(--commit-tab-text);
    margin-right: 3px;
    border-bottom: solid 1px var(--commit-tab-border); }
    .commit .tab.current {
      background-color: var(--commit-tab-current-bg);
      color: var(--commit-tab-current-text);
      border-bottom: solid 1px transparent; }
  .commit .editeur pre {
    background: none;
    display: inline;
    border: none;
    padding: 0;
    margin: 0;
    tab-size: 4;
    -moz-tab-size: 4; }
  .commit .frieze .neutral {
    height: 3px;
    background-color: var(--frieze-neutral); }
    .commit .frieze .edited_red1 {
      height: 3px;
      background-color: var(--frieze-red-1); }
    .commit .frieze .edited_green1 {
      height: 3px;
      background-color: var(--frieze-green-1); }
    .commit .frieze .edited_red2 {
      height: 3px;
      background-color: var(--frieze-red-2); }
    .commit .frieze .edited_green2 {
      height: 3px;
      background-color: var(--frieze-green-2); }
    .commit .frieze .edited_red3 {
      height: 3px;
      background-color: var(--frieze-red-3); }
    .commit .frieze .edited_blue3 {
      height: 3px;
      background-color: var(--frieze-blue-3); }
    .commit .frieze .edited_green3 {
      height: 3px;
      background-color: var(--frieze-green-3); }

.builder .subtab {
  float: left;
  text-align: center;
  background-color: var(--surface-2);
  border: solid 1px var(--border);
  border-bottom: none;
  color: var(--text);
  font-weight: bold;
  font-family: arial;
  font-size: 13px;
  height: 16px;
  cursor: pointer;
  margin-right: 6px;
  box-sizing: content-box;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .builder .subtab.subtabdatabase {
    background-color: var(--library-bg);
    color: var(--text); }
  .builder .subtab.subtabsearch {
    background-color: var(--success-bg); }
  .builder .subtab.subtablibrary {
    background-color: var(--library-bg);
    color: var(--text); }
  .builder .subtabon {
    padding: 6px 7px 3px 10px;
    opacity: 1; }
  .builder .subtabon .subtab_x {
    color: #8b949e; }
  .builder .subtabon:hover .subtab_x {
    color: #8b949e; }
  .builder .subtaboff {
    opacity: 0.6;
    padding: 6px 7px 2px 10px; }
  .builder .subtaboff .subtab_x {
    color: var(--text); }
  .builder .subtaboff:hover .subtab_x {
    color: #8b949e; }
  .builder .btn-secondary {
    color: var(--text);
    background-color: var(--bg);
    border: 1px solid var(--border); }
  .builder .btn-secondary:hover {
    background-color: var(--border);
    border-color: #8b949e; }
  .builder .btn-secondary:disabled, .builder .btn-secondary.disabled {
    background-color: var(--surface);
    border-color: var(--border);
    color: #8b949e; }
  .builder .form-control {
    background-color: var(--bg);
    color: var(--text);
    border: 1px solid var(--border); }
  .builder .form-control:focus {
    background-color: var(--bg);
    color: var(--text);
    border-color: #58a6ff;
    box-shadow: 0 0 0 1px rgba(88, 166, 255, 0.6); }
  .builder .form-control::placeholder {
    color: #8b949e; }
  .builder .input-sm {
    height: 26px !important;
    padding: 2px 6px;
    font-size: 12px; }
  .builder .tab2 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: 5px;
    border: solid 1px var(--border);
    background: linear-gradient(var(--tab-grad-1), var(--tab-grad-2));
    padding: 6px 10px 3px 10px;
    height: 16px;
    cursor: pointer;
    margin-top: 1px;
    box-sizing: content-box;
    color: var(--text); }
  .builder .tab2.empty {
    opacity: 0.3;
    border: solid 1px var(--border); }
  .builder .tab2.current {
    opacity: 1;
    padding: 7px 20px 4px 10px;
    background: var(--surface-2);
    border-bottom: none; }
    .builder .tab2.current.empty {
      color: #8b949e; }
    .builder .tab2.current.has_other_branches {
      background: linear-gradient(var(--tab-branch-1), var(--tab-grad-1) 40%); }
  .builder .tab2.has_other_branches {
    background: linear-gradient(#2d1f3a, var(--surface)); }
  .builder #tab_control {
    margin-left: 15px; }
  .builder #tab_ajax {
    margin-left: 25px; }
  .builder #tab_tool {
    margin-left: 25px; }
  .builder #tab_db {
    margin-right: 25px; }
  .builder #tab_cron {
    margin-right: 25px; }
  .builder .builder_lines {
    width: 45px;
    padding: 9px 0 0 5px;
    float: left;
    line-height: 18.57143px;
    font-size: 120%;
    font-family: 'Courier New', Courier, monospace;
    color: #8b949e; }
  .builder .builder_editeur {
    width: 9000px;
    min-height: 5000px;
    padding: 9px 5px 5px 100px;
    white-space: nowrap;
    line-height: 18.57143px;
    tab-size: 4;
    -moz-tab-size: 4;
    font-size: 120%;
    font-family: 'Courier New', Courier, monospace;
    color: var(--text);
    background-color: var(--surface-2); }
  .builder .builder_editeur pre {
    background: none;
    display: inline;
    border: none;
    padding: 0;
    margin: 0; }
  .builder .builder_editeur div {
    display: inline; }
  .builder .builder_zone_collapse:not(.open) {
    background-color: #58a6ff;
    display: inline-block;
    width: 7px;
    height: 7px;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 10px;
    opacity: 0.55; }
  .builder .builder_part_collapse:not(.open) {
    background-color: #d2a8ff;
    display: inline-block;
    width: 7px;
    height: 7px;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 10px;
    opacity: 0.55; }
  .builder .builder_function_collapse:not(.open) {
    background-color: #58a6ff;
    display: inline-block;
    width: 7px;
    height: 7px;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 10px;
    opacity: 0.55; }
  .builder .builder_css_collapse:not(.open) {
    background-color: #d2a8ff;
    display: inline-block;
    width: 7px;
    height: 7px;
    overflow: hidden;
    margin-left: 3px;
    margin-right: 10px;
    opacity: 0.55; }
  .builder .builder_part_collapse_trigger {
    font-size: 6px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: 3px;
    color: #d2a8ff; }
  .builder #suggestion_box_suggestions {
    margin-top: 24px;
    z-index: 3;
    background-color: var(--surface);
    border: 1px var(--border) solid;
    max-height: 390px;
    overflow: auto; }
  .builder #suggestion_box_suggestions .disabled {
    color: #8b949e; }
  .builder .database .databasetab {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    color: var(--text);
    font-size: 12px;
    padding: 5px 10px;
    background-color: var(--surface-2);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: solid 1px var(--border);
    border-bottom: none; }
  .builder .database .databasetab.current {
    cursor: default;
    text-decoration: none;
    background-color: var(--bg);
    color: #8b949e;
    border: solid 1px var(--border);
    border-bottom: none; }
  .builder .database .row1 {
    border-top: solid 1px var(--border);
    background-color: var(--bg); }
  .builder .database .row2 {
    border-top: solid 1px var(--border);
    background-color: var(--surface); }
  .builder .database .td1 {
    border-left: solid 1px var(--border);
    padding: 5px 5px;
    white-space: nowrap;
    color: var(--text); }
  .builder .database fieldset {
    padding: 5px;
    margin-left: 15px;
    float: left;
    border: solid 1px var(--border);
    background-color: var(--bg); }
  .builder .database fieldset legend {
    padding: 5px;
    color: var(--text); }



html {
  --bg: #fff;
  --surface: #e6efea;
  --surface-2: #f1f5f3;
  --text: #333;
  --text-muted: #666;
  --border: #d8e2dd;
  --accent: #0969da;
  --success: #1a7f37;
  --danger: #cf222e;
  --radius: 6px;
  /* tabs */
  --shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  --tab-grad-1: #dce5ec;
  --tab-grad-2: #a6bdd2;
  --tab-branch-1: #e8c0eb;
  --commit-bg: var(--surface);
  --commit-tab-bg: #b7d0c2;
  --commit-tab-text: #ff4600;
  --commit-tab-border: #ccc;
  --commit-tab-current-bg: #fff;
  --commit-tab-current-text: #333;
  --frieze-neutral: transparent;
  --frieze-red-1: #f99;
  --frieze-green-1: #c7fcd0;
  --frieze-red-2: #81ccef;
  --frieze-green-2: #d9edf7;
  --frieze-red-3: #e8c0eb;
  --frieze-blue-3: #c8faeb;
  --frieze-green-3: #c8e2f7; }

.dark {
  --bg: #0d1117;
  --surface: #161b22;
  --surface-2: #21262d;
  --text: #c9d1d9;
  --text-muted: #8b949e;
  --border: #30363d;
  --accent: #58a6ff;
  --success: #3fb950;
  --danger: #f85149;
  --radius: 6px;
  /* tabs */
  --shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  --tab-grad-1: #21262d;
  --tab-grad-2: #161b22;
  --tab-branch-1: #2d1f3a;
  --commit-bg: var(--surface);
  --commit-tab-bg: #21262d;
  --commit-tab-text: #f85149;
  --commit-tab-border: var(--border);
  --commit-tab-current-bg: var(--surface-2);
  --commit-tab-current-text: var(--text);
  --frieze-neutral: transparent;
  --frieze-red-1: #da3633;
  --frieze-green-1: #2ea043;
  --frieze-red-2: #1f6feb;
  --frieze-green-2: #388bfd;
  --frieze-red-3: #8957e5;
  --frieze-blue-3: #39c5cf;
  --frieze-green-3: #58a6ff; }

body {
  font-family: arial;
  font-size: 12px;
  color: var(--text);
  background-color: var(--bg); }

body a {
  color: var(--text); }

.button {
  border: solid 1px #30363d;
  font-family: tahoma;
  background-image: url(images/button_back.png);
  padding: 1px 10px 2px 10px;
  font-size: 11px;
  font-weight: 600;
  color: #c9d1d9;
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #161b22; }

.button:hover {
  border: solid 1px #8b949e;
  background-color: #1f242d; }

.plus {
  background-image: url(images/button_plus_back.png);
  padding-left: 18px; }

.previousprevious {
  padding: 0;
  height: 17px;
  width: 18px;
  background-image: url(images/previousprevious.png); }

.previous {
  padding: 0;
  height: 17px;
  width: 18px;
  background-image: url(images/previous.png); }

.next {
  padding: 0;
  height: 17px;
  width: 18px;
  background-image: url(images/next.png); }

.nextnext {
  padding: 0;
  height: 17px;
  width: 18px;
  background-image: url(images/nextnext.png); }

.greyon:hover {
  background-color: #161b22; }

.roundcorner {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.textarea {
  width: 98%;
  height: 5000px;
  border: solid 0px #30363d;
  font-size: 13px;
  padding: 11px;
  color: #c9d1d9;
  overflow-x: scroll;
  white-space: nowrap;
  background-color: var(--bg); }

.modalbox {
  padding: 15px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #161b22;
  border: solid 1px #30363d;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35); }

#footwheel {
  background-color: #161b22;
  color: #c9d1d9;
  height: 35px;
  font-size: 16px;
  border-top: solid 1px #30363d; }

.edit {
  cursor: pointer; }

.edit:hover {
  background: url(images/index/pencil.png) right no-repeat; }

#edittext {
  background-color: #1f242d;
  padding: 8px 10px;
  border: solid 1px #30363d;
  border-radius: 2px;
  margin-left: -12px;
  color: #c9d1d9; }

#edittext input[type=text] {
  padding: 1px;
  border: solid 1px #58a6ff;
  background-color: var(--bg);
  color: #c9d1d9; }

.suggest {
  z-index: 3;
  background-color: #161b22;
  border: 1px #30363d solid;
  border-top: none;
  color: #c9d1d9; }

.suggestrow {
  padding: 3px 7px; }

.suggestrow:hover {
  background-color: #1f242d; }

.suggestion_item_highlight {
  background-color : rgba(56, 139, 253, 0.25); }






















































.navigation {
  text-align: right;
  font-size: 13px;
  margin-right: 10px; }























.table_container .table_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .table_container .tablerow1 {
    background-color: #f3f3f3; }
  .table_container .tablerow2 {
    background-color: #fff; }
  .table_container .tablerow1:hover {
    background-color: #eee; }
  .table_container .tablerow2:hover {
    background-color: #fcfcfc; }
  .table_container .tablerow {
    font-size: 11px; }
  .table_container #edittext {
    margin-top: -9px; }
  .table_container .tablerow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .table_container .tablerow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }












.view_container .view_filters {
  text-align: left;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px;
  background-color: #f3f3f3;
  border: solid 1px #ddd;
  padding-top: 10px;
  margin-bottom: 10px; }
  .view_container .viewrow1 {
    background-color: #f3f3f3; }
  .view_container .viewrow2 {
    background-color: #fff; }
  .view_container .viewrow1:hover {
    background-color: #eee; }
  .view_container .viewrow2:hover {
    background-color: #fcfcfc; }
  .view_container .viewrow {
    font-size: 11px; }
  .view_container #edittext {
    margin-top: -9px; }
  .view_container .viewrow.new {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.active {
    background-color: #ff8989 !important;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.orange {
    background-color: #f7d2a5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.green {
    background-color: #8afc79;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.yellow {
    background-color: #fffca5;
    border-bottom: solid 1px #ccc; }
  .view_container .viewrow.blue {
    background-color: #82b7ff;
    border-bottom: solid 1px #ccc; }





