@font-face {
  font-family: 'Playball';
  src: url('fonts/Playball.ttf') format('truetype');
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
}
.acta {
  font-family: Playball;
  font-weight: bold;
}
.form-group .help-block {
  display: none;
}
.form-group.has-error .help-block {
  display: block;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nodisplay {
  display: none !important;
}
.hidden {
  visibility: hidden;
}
.nowrap {
  white-space: nowrap;
}
.bold {
  font-weight: bold;
}
/* dropdowns on hover */
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin: 0px;
}
.fullwidth {
  width: 100%;
}
.halfwidth {
  width: 50%;
}
.qrtrwidth {
  width: 25%;
}
input.error {
  color: #800000;
  border: 1px solid #c08080;
}
label.error {
  color: #800000;
  font-weight: bold;
}
@media (max-width: 970px) {
  body .byzentense {
    display: none;
  }
}
body {
  font-family: Roboto;
  min-width: 700px;
  background: white url('../imgs/back-body.png') no-repeat bottom right;
  background-attachment: fixed;
  font-size: 160%;
}
body .header {
  background: black url('../imgs/back-header.png') no-repeat 100px -250px;
  color: white;
  height: 110px;
  padding: 5px 24px;
  border-bottom: 4px solid #808080;
}
body .header h1 {
  float: left;
  padding-left: 24px;
  font-size: 4em;
}
body .header .buttons {
  min-width: 224px;
  margin-top: 12px;
}
body .header .buttons .search {
  clear: both;
  padding-top: 8px;
}
body .tc_running a {
  background-color: #e0f0e0 !important;
  color: green !important;
}
body .tc_running.active a {
  background-color: #428bca !important;
  color: white !important;
}
body .tc_stopped a {
  background-color: #f0e0e0 !important;
  color: red !important;
}
body .modal .modal-header {
  color: white;
  background-color: #5080b0;
  border-radius: 6px 6px 0px 0px;
}
body .modal .modal-header .close {
  opacity: 0.6;
}
body .modal .modal-footer {
  background-color: #f0f0f0;
  border-radius: 0px 0px 6px 6px;
}
body #alert .modal-header {
  background-color: #a04040;
}
body #alert .modal-content {
  font-size: 16px;
  color: #600000;
}
body .content {
  max-width: 1440px;
  margin: 16px 24px;
}
body .content .navbar {
  margin-top: 12px;
}
body .content #titlebar {
  margin: 8px 0px 8px 0px;
  padding-top: 8px;
  border-top: 1px solid #e0e0e0;
}
body .content #titlebar h2 {
  margin-top: 0px;
}
body .content #titlebar h2 .subtitle {
  color: #808080;
}
body .footer {
  text-align: center;
  margin: 4px auto;
  font-size: 0.8em;
  color: #808080;
}
.timer {
  right: 0px;
  width: 72px;
  position: absolute;
}
.timer .seconds {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 2px;
  background-color: white;
}
.login {
  margin: 8% 0px;
}
h3 {
  color: #600000;
}
#titlebar h3 {
  color: #600000;
  border-bottom: 1px solid #600000;
}
.dashboard h3 {
  color: #600000;
  border-bottom: 1px solid #600000;
}
.dashboard h3 .glyphicon {
  margin-right: 4px;
}
.dashboard .task {
  display: block;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  padding: 0px 0px 6px 6px;
  border-bottom: 1px solid #e8e8e8;
}
.dashboard .task .id {
  font-weight: bold;
}
.dashboard .task .title {
  font-size: 0.88em;
  color: #606060;
  display: block;
}
.dashboard .task .req {
  font-size: 0.88em;
  color: black;
}
.dashboard .task .label {
  width: 80px;
}
.dashboard .task.disabled {
  opacity: 0.4;
}
.dashboard .task.prio2 {
  background-color: #fff0f0;
  color: #500000;
}
.dashboard .task.prio2 .title {
  color: #906060;
}
.dashboard .task.prio1 {
  background-color: #fffff0;
  color: #505000;
}
.dashboard .task.prio1 .title {
  color: #909060;
}
.dashboard .task.prio-1 {
  background-color: #f0ffff;
  color: #005050;
}
.dashboard .task.prio-1 .title {
  color: #609090;
}
.dashboard .task.prio-2 {
  background-color: #f0f0ff;
  color: #000050;
}
.dashboard .task.prio-2 .title {
  color: #606090;
}
.dashboard .more {
  color: #600000;
  font-size: 1.5em;
}
.dashboard .task:hover {
  background-color: #f0f0f0;
}
.dashboard .with-request {
  height: 64px;
}
#attachment .dropzone {
  width: 100%;
  height: 100px;
  text-align: center;
  border: 4px dashed #c0c0c0;
  margin-bottom: 12px;
  font-weight: bold;
  color: #a0a0a0;
  font-size: 1.4em;
  line-height: 80px;
}
#attachment .dropzone.over {
  color: red;
  border-color: red;
}
.task #comment .modal-content,
.task #requeriment .modal-content {
  width: 628px;
}
.task #timer input,
.task #timer select {
  display: inline;
  width: 60px;
}
.task h3 {
  color: #600000;
  border-bottom: 1px solid #600000;
}
.task .item {
  position: relative;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.task .item .btn-group {
  display: none;
}
.task .item .btn-group-abs {
  position: absolute;
  right: 0px;
}
.task .item:hover {
  background-color: #f0f0f0;
}
.task .item:hover .btn-group {
  display: block;
}
.task .item .number {
  font-weight: bold;
  font-size: 1.25em;
  float: left;
  color: #b0b0b0;
}
.task .item .text {
  margin-left: 28px;
}
.task .attachments > .item {
  height: 48px;
  overflow: hidden;
}
.task .attachments > .item img {
  margin-right: 4px;
}
.task .attachments > .item .name {
  font-size: 0.95em;
  overflow: hidden;
  height: 20px;
}
.task .attachments > .item .description {
  color: black;
  font-size: 0.88em;
  line-height: 14px;
}
.task .related > .item {
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
}
.task .left-col {
  margin-right: 274px;
}
.task .left-col .container-fluid {
  margin-top: 12px;
  padding-left: 0px;
  height: 72px;
}
.task .left-col .container-fluid .form-inline {
  height: 36px;
}
.task .left-col blockquote {
  font-size: 0.88em;
  border: 1px solid #ceecf5;
  border-left: 5px solid #5bc0de;
  background-color: #f0fcff;
  max-height: 500px;
  overflow-y: auto;
}
.task .left-col .btn-group-abs {
  right: 72px;
}
.task .left-col .requeriments .item,
.task .left-col .comments .item {
  border: 1px solid #e0e0e0;
  border-left: 5px solid #c0c0c0;
  margin-bottom: 6px;
  padding-left: 6px;
  min-height: 32px;
  height: inherit;
}
.task .left-col .requeriments .item .sa,
.task .left-col .comments .item .sa {
  color: #808080;
  padding-top: 6px;
  padding-left: 28px;
}
.task .left-col .requeriments .req-done {
  border: 1px solid #cee5dc;
  border-left: 5px solid #5bbe80;
  background-color: #f0fff8;
}
.task .left-col .requeriments .req-done:hover {
  background-color: #e0f0e8;
}
.task .left-col .requeriments .req-done .req-done-info {
  padding-left: 22px;
  color: #3A925A;
  font-size: 0.88em;
  padding-top: 6px;
}
.task .left-col .requeriments .req-done .number {
  color: #5bbe80;
}
.task .left-col .comments .item {
  border: 1px solid #ceecf5;
  border-left: 5px solid #5bc0de;
  background-color: #f0fcff;
}
.task .left-col .comments .item .number {
  color: #5bc0de;
}
.task .right-col {
  float: right;
  width: 260px;
}
.task .right-col .timer h3 {
  margin-top: 0px;
  border-bottom: 0px;
}
.task .history .log {
  font-size: 0.88em;
}
/*
 *  Task browse
 */
.taskBrowse #titlebar h3 {
  display: inline;
  margin-top: 0px;
  color: #600000;
}
.taskBrowse #tasks .prio-1 {
  color: #000040;
  background-color: #e0e0f0;
}
.taskBrowse #tasks .prio1 {
  color: #400000;
  background-color: #f0e0e0;
}
.taskBrowse #tasks .prio2 {
  color: #800000;
  background-color: #ffd0d0;
}
#projfilt {
  max-height: 600px;
  overflow: auto;
}
#projfilt .client {
  font-weight: bold;
}
#projfilt .client .project {
  display: block;
  font-weight: normal;
  padding-left: 24px;
  font-size: 0.9em;
}
#projfilt .selected {
  color: black;
  text-decoration: underline;
}
#projfilt .closed {
  opacity: 0.5;
}
#filters .form-group {
  margin-right: 12px;
}
/*
 *  Release
 */
.release .deployment,
.release .requeriment {
  margin-bottom: 16px;
}
.release .deployment h3,
.release .requeriment h3 {
  font-weight: bold;
  border-bottom: 1px solid #b09090;
  margin-bottom: 0px;
  color: #600000;
}
.release .deployment h4,
.release .requeriment h4 {
  font-weight: bold;
  border-bottom: 1px solid #c0c0c0;
}
.release .deployment .row,
.release .requeriment .row {
  border: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  margin: 0px 0px;
  padding-bottom: 8px;
}
.release .deployment .changes,
.release .requeriment .changes,
.release .deployment .relnotes,
.release .requeriment .relnotes {
  line-height: 1.28em;
  max-height: 400px;
  overflow: auto;
}
.release .deployment .relnotes,
.release .requeriment .relnotes {
  font-size: 0.85em;
  font-family: Fixed, Courier, monospace;
}
.changelog h3 {
  font-weight: bold;
  border-bottom: 1px solid #b09090;
  margin-bottom: 0px;
}
.changelog h3 a {
  color: #600000;
}
.changelog h4 {
  margin-top: 12px;
  font-weight: bold;
  border-bottom: 1px solid #5080b0;
}
.changelog .row {
  border: 1px solid #c0c0c0;
  background-color: #f4f4f4;
  margin: 0px 0px;
  padding: 4px 12px;
}
.quote table,
.entity table {
  border-collapse: separate;
  border-top: 1px solid #600000;
}
.invBrowse h2 {
  text-transform: capitalize;
}
.invBrowse #invoices .zt-row-total,
.invBrowse #invoices .zt-row-irpfAmount,
.invBrowse #invoices .zt-row-taxAmount,
.invBrowse #invoices .zt-row-base {
  text-align: right;
}
.invBrowse #invoices .notpayed {
  background-color: #f0e0e0;
  color: #600000;
}
.invChart .top div {
  padding: 2px 8px;
  border-bottom: 1px solid #e0e0e0;
}
.invChart .top label {
  padding-left: 12px;
}
.invChart .top .total {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
}
/*
 *  Timeclock
 */
.timeclock h3 {
  text-decoration: underline;
}
.timeclock h4 {
  color: #428bca;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 16px;
}
.timeclock .admin {
  color: #808040;
}
.timeclock .running {
  color: #408040;
}
