.header_outer {
  background: linear-gradient(to bottom, #0c7c94 0px, #0c7c94 100px, #0c7c94 100px, #0c7c94);
}

.header_outer {
  background: linear-gradient(to bottom, #0c7c94 0px, #0c7c94 100px, #0c7c94 100px, #0c7c94);
}
/*
in look and feel custom css

.dso-print {
  font-family: Arial;
}
.dso-print p,
.dso-print td,
.dso-print li {
  font-size: 10px;
}
.dso-print h2,
.dso-print .h2 {
  background-color: transparent;
  padding: 0;
}
.dso-print h1, .dso-print h2, .dso-print h3, .dso-print h4, .dso-print h5,
.dso-print h6, .dso-print .h1, .dso-print .h2, .dso-print .h3, .dso-print .h4, .dso-print .h5, .dso-print .h6 {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
*/

/* dso_page form */

.base.fee-inputs .wikitable >tbody > tr > td:first-child {
  width: 2em;
}

.base.fee-inputs .wikitable >tbody > tr > td:last-child {
  width: 8em;
}

.turnover.fee-inputs .wikitable >tbody > tr > td:first-child {
  width: 2em;
}

.turnover.fee-inputs .wikitable >tbody > tr > td:last-child {
  width: 7em;
}

.popover.right {
  text-align: left;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

.tracker-item-files li a:not(.file-delete-icon) {
   color: #fff;
  background-color: #0c7c94;
}

.tracker-item-files li a:not(.file-delete-icon):hover {
    background-color: #12b7db;
    color: #fff;
}

.tracker-item-files li a.file-delete-icon {
    background-color: transparent;
}

/* from DSO Edit page (was dso_page) */
#page_209 .has-error .form-control {
    border: 3px solid red;
}
#page_209 .mandatory_star {
    font-size: 2em;
    color: red;
}
#page_209 .label-warning {
    background-color: red;
}
#page_209 .alert-danger {
    display: none;
}
/*
.ilins_380.item-link.btn-default {
    display:none;
}

#page_209 select.form-control,
#page_209 .item-link,
#page_209 .object-selector-multi {
    width: 95%;
    display: inline-block;
}
*/

/* updates for tiki 20.x */

/* todo better */
.header_outer .main-menu .navbar-nav > li .dropdown-menu > li > a {
    padding: 1rem;
    display: inline-block;
    width: 100%;
}

.btn a.wiki {
    color: #fff !important;
}

.tracker-item-files li a:not(.file-delete-icon) {
    color: #0c7c94;
    background-color: transparent;
}
