/*
    Created on : 05.02.2018, 19:03:25
    Author     : Yaroslav Chupikov
    Copyright  : (C) 2018 Chulicon IT
    URL        : https://www.chilicon-it.de/
*/
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.btn {
  transition-duration: 0.3s;
}
table tr.attach-top td,
table tr.attach-top th {
  padding-top: 0;
  border-top: none;
}
table td.attach-top,
table th.attach-top {
  padding-top: 0;
  border-top: none;
}
table a.btn > .glyphicon {
  transform: scale(1.2) translateY(0.5px) translateX(-0.5px);
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
select.form-control > option[selected] {
  font-weight: bold;
  color: #4cae4c;
}
.form-group.with-background {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
  line-height: 1em;
}
.form-group.required .control-label:after {
  content: " *";
  color: #d43f3a;
}
.form-group.required.has-success .control-label:after {
  color: #3c763d;
}
.form-group label.pointer {
  cursor: pointer;
}
#navbar-back {
  display: inline-block !important;
  transform: scale(1.7);
  margin-right: 12px;
}
@media (min-width: 768px) {
  #navbar-back {
    display: none !important;
  }
}
.default-action {
  display: block;
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  width: 44px;
  height: 44px;
  padding: 7px;
  border-radius: 50%;
  font-size: 180%;
  text-align: center;
  line-height: 1em;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.25);
}
.default-action.high {
  bottom: 80px;
}
@media (max-width: 767px) {
  .default-action.high {
    bottom: 60px;
  }
}
.default-action > .glyphicon {
  margin: 0;
  padding: 0;
  line-height: 1em;
  transform: scale(0.5) translateX(2px);
}
.default-action:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.page-header > .meta .date-selector .date-control,
.page-header > .meta .month-selector .date-control,
.page-header > .meta .year-selector .date-control {
  display: inline;
  width: auto;
}
@media (min-width: 640px) {
  .page-header > .meta .date-selector,
  .page-header > .meta .month-selector,
  .page-header > .meta .year-selector {
    display: inline;
  }
}
.page-header > .meta > .btn.pull-right {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .page-header {
    margin-top: 0;
  }
  .page-header > h1 {
    margin-top: 0;
  }
}
@media (max-width: 639px) {
  .page-header > h1 {
    font-size: 32px;
    text-align: center;
  }
  .page-header > h1 > small {
    display: none;
    margin-top: 8px;
  }
  .page-header > h1 > .btn {
    display: none;
  }
  .page-header > .meta {
    text-align: center;
  }
  .page-header > .meta > .year-selector {
    margin: 16px 0;
  }
  .page-header > .meta > .pull-right {
    display: inline-block !important;
    float: none !important;
    margin: 0 8px;
  }
}
@media (min-width: 640px) {
  .page-header > h1 > small:before {
    content: "// ";
  }
}
#shadow {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#overmessage {
  display: none;
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#overmessage > .r {
  display: table-row;
}
#overmessage > .r > .c {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#overmessage > .r > .c > .msg {
  display: inline-block;
  margin: 0;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 150%;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.25);
}
.dashboard-table {
  min-width: 310px;
  max-width: 500px;
  margin: 10px auto;
  font-size: 130%;
  line-height: 1em;
}
.dashboard-table tr td {
  padding: 7px;
}
.dashboard-table tr td h3 {
  font-size: 120%;
}
.dashboard-table tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashboard-table tr td ul li {
  margin: 0;
  padding: 7px 0 7px 15px;
}
.dashboard-table tr td small {
  font-size: 14px;
  line-height: 1em;
}
.dashboard-table tr.updated {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
#institutions-container {
  display: none;
}
#institutions-container .table tr td:first-child {
  width: 30px;
  color: #ddd;
}
@media (max-width: 767px) {
  #institutions-container .table tr td:first-child {
    width: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
#institutions-container .table tr .text-right {
  width: 25px;
}
#institutions-container .table tr.modified {
  font-weight: bold;
}
#institutions-container .table tr.assigned td:first-child {
  color: #999;
}
#institutions-container .table tr.title td {
  padding-top: 35px;
  color: #000;
}
#institutions-container .table tr.title:hover {
  background-color: transparent;
}
@media (max-width: 467px) {
  #institutions-container .table tr.title td {
    padding-top: 20px;
    border-top: none;
  }
}
#institutions-toggle {
  border: none;
  text-decoration: none;
}
#institutions-toggle > .glyphicon {
  margin-right: 15px;
  transform: translateY(5px);
  transition-duration: 0.3s;
}
#institutions-toggle.expanded > .glyphicon {
  transform: translateY(5px) rotate(180deg);
}
@media (max-width: 467px) {
  #institution-index table tr th:nth-child(4),
  #institution-index table tr td:nth-child(4) {
    display: none;
  }
}
#institution-counters > table td.counter-number {
  font-family: monospace;
  font-size: 110%;
}
@media (max-width: 467px) {
  #institution-counters > table .counter-cost-unit {
    display: none;
  }
}
@media (max-width: 767px) {
  #institution-counters > table .counter-provider {
    display: none;
  }
  #institution-counters > table .counter-designation {
    display: none;
  }
}
#add-counter-form {
  padding: 15px 15px 0 15px;
  background-color: #f5f5f5;
}
.operating-costs-form > table > tbody th {
  font-family: monospace;
  vertical-align: middle;
}
.operating-costs-form > table > tbody td {
  vertical-align: middle;
}
.monday-evaluation-form > table > tbody tr {
  transition-duration: 0.3s;
}
.monday-evaluation-form > table > tbody tr th {
  vertical-align: middle;
}
.monday-evaluation-form > table > tbody tr td {
  vertical-align: middle;
}
.monday-evaluation-form > table > tbody tr td > input[type="number"] {
  text-align: right;
}
.monday-evaluation-form > table > tbody tr.total {
  background-color: #f5f5f5;
  /*background-color: #f8efc0;*/
}
.monday-evaluation-form > table > tbody tr.new-item {
  background-color: #f5f5f5;
}
@media (max-width: 467px) {
  .update-me-1 > .monday-evaluation-form > table > tbody td > input {
    padding: 1px;
  }
}
.update-me-3 > .monday-evaluation-form > table > tbody tr.odd {
  background-color: #f9f9f9;
}
.update-me-3 > .monday-evaluation-form > table > tbody tr.new-item td {
  vertical-align: bottom;
}
.update-me-3 > .monday-evaluation-form > table > tbody th {
  width: 20px;
  text-align: right;
}
.report-container {
  overflow: auto;
  box-shadow: inset 0 0 0 1px #ddd;
}
.report-container > hr {
  margin: 16px 40px;
  border-top: 4px double #ddd;
}
.report-container > hr:last-child {
  display: none;
}
.report-container > .report-table {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
}
.report-container > .report-table > thead tr {
  background-color: #f5f5f5;
}
.report-container > .report-table > thead tr th {
  text-align: center;
  vertical-align: middle;
}
.report-container > .report-table > thead tr th.text-left {
  text-align: left;
}
.report-container > .report-table > thead tr th.target-value {
  background-color: #f5f5c2;
}
.report-container > .report-table > thead tr th.sum {
  background-color: #c2f5c2;
}
.report-container > .report-table > thead tr th.narrow {
  width: 100px;
}
.report-container > .report-table > tbody tr td.data.target-value {
  background-color: #ffc;
}
.report-container > .report-table > tbody tr td.data.sum {
  background-color: #cfc;
}
.report-container > .report-table > tbody tr:hover td.data.target-value {
  background-color: #f5f5c2;
}
.report-container > .report-table > tbody tr:hover td.data.sum {
  background-color: #c2f5c2;
}
.report-container > .report-table tr td small {
  color: #888;
}
.report-container > .report-table tr td.data {
  text-align: right;
}
.report-container > .report-table tr td.z {
  color: #ccc;
}
.report-container > .report-table tr.separated > td {
  border-top: 3px solid #ddd;
}
.report-container > .report-table tr.title {
  background-color: #e0f0ff;
}
.report-container > .report-table tr.title > td {
  vertical-align: middle;
}
.report-container > .report-table tr.title > td.data.target-value {
  background-color: transparent;
}
.report-container > .report-table tr.title > td.data.sum {
  background-color: transparent;
}
.report-container > .report-table tr.title:hover > td.data.target-value {
  background-color: transparent;
}
.report-container > .report-table tr.title:hover > td.data.sum {
  background-color: transparent;
}
.report-container > .report-table tr.week-row,
.report-container > .report-table tr.month-row {
  background-color: #f5f5f5;
}
.report-container > .report-table tr.week-row td,
.report-container > .report-table tr.month-row td {
  min-width: 100px;
  text-align: center;
}
.report-container > .report-table tr.week-row td.cost-unit-title,
.report-container > .report-table tr.month-row td.cost-unit-title {
  border-bottom: 3px solid #666;
}
.report-container > .report-table tr.week-row td:first-child,
.report-container > .report-table tr.month-row td:first-child,
.report-container > .report-table tr.week-row td:nth-child(2),
.report-container > .report-table tr.month-row td:nth-child(2) {
  text-align: left;
}
.report-container > .report-table tr.week-row .col-title,
.report-container > .report-table tr.month-row .col-title {
  min-width: 120px;
  text-align: left;
}
.report-container > .report-table tr.week-row:nth-child(2) td:nth-child(2),
.report-container > .report-table tr.month-row:nth-child(2) td:nth-child(2),
.report-container > .report-table tr.week-row:nth-child(3) td:nth-child(2),
.report-container > .report-table tr.month-row:nth-child(3) td:nth-child(2) {
  text-align: center;
}
.report-container > .report-table tr.last-week-row td,
.report-container > .report-table tr.month-row td,
.report-container > .report-table tr.last-week-row th,
.report-container > .report-table tr.month-row th {
  border-bottom: 3px solid #666;
}
.report-container > .report-table tr.institution.data td:nth-child(2) {
  min-width: 200px;
}
/*# sourceMappingURL=main.css.map */