﻿/* VARIABLES
 **********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fade-in {
  animation: fadeIn 1.0s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.filters {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.filters li {
  margin-right: 20px;
  display: inline-block;
  padding: 20px 0;
}
.filters .form-control {
  height: 40px;
  line-height: 24px;
  padding: 10px 15px;
}
.filters .btn {
  height: 40px;
  line-height: 24px;
  position: relative;
  bottom: 2px;
}
@media (max-width: 767px) {
  .filters {
    display: block;
    padding: 10px 0;
  }
  .filters li {
    display: block;
    margin: 0;
    padding: 5px 0;
    vertical-align: top;
  }
  .filters li .form-control {
    width: 100%;
  }
}
textarea {
  max-width: 100%;
  height: 200px;
}
textarea.summernote.form-control {
  border: 1px solid #ececec;
  height: 243px;
  padding-top: 50px;
}
.note-editor {
  border: 1px solid #ccc !important;
  border-radius: 0;
}
.card {
  margin-top: 10px;
  padding: 20px;
}
.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
}
.card.hovercard .useravatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 0 auto;
}
.card.hovercard .useravatar img {
  width: 125px;
  height: 125px;
  max-width: 125px;
  max-height: 125px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.card.hovercard .card-info .card-title {
  padding: 0 5px;
  font-size: 20px;
}
#picture-modal .modal-header .modal-title {
  text-align: left;
  line-height: normal;
  font-weight: normal;
  padding-bottom: 10px;
}
#picture-modal .modal-header .modal-tabs li {
  width: 110px;
  text-align: center;
}
#picture-modal .modal-body {
  padding: 15px;
}
#picture-modal .modal-body #upload-panel {
  height: 400px;
  padding-top: 100px;
  text-align: center;
}
#picture-modal .modal-body #upload-panel .upload-icon {
  padding: 25px;
  color: #9B9B9B;
  font-size: 25px;
}
#picture-modal .modal-body #upload-panel .upload-icon img {
  max-height: 250px;
  max-width: 250px;
}
#picture-modal .modal-body #upload-panel.file-selected {
  padding-top: 50px;
}
#picture-modal .modal-body #webcam-panel {
  zoom: 1;
  height: 400px;
  margin: 10px 50px;
  background-color: #9B9B9B;
  text-align: center;
}
#picture-modal .modal-body #webcam-panel:before,
#picture-modal .modal-body #webcam-panel:after {
  content: "";
  display: table;
}
#picture-modal .modal-body #webcam-panel:after {
  clear: both;
}
#picture-modal .modal-body #webcam-panel.active {
  background-color: transparent;
}
#picture-modal .modal-body #webcam-panel.active #webcam-action {
  display: block;
}
#picture-modal .modal-body #webcam-panel #webcam-action {
  margin: 5px;
  display: none;
}
#picture-modal .modal-body #webcam-panel #webcam-action select {
  display: inline-block;
  width: 234px;
}
#picture-modal .modal-body #webcam-panel #webcam-snapshots {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#picture-modal .modal-body #webcam-panel #webcam-snapshots li.snapshot {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#picture-modal .modal-body #webcam-panel #webcam-snapshots li.snapshot img {
  width: 170px;
  height: 170px;
}
#picture-modal .modal-body #webcam-panel #webcam-snapshots li.snapshot.active {
  border: 5px solid #004C99;
}
#picture-modal .modal-body #webcam-panel #webcam-snapshots li.snapshot.active img {
  width: 160px;
  height: 160px;
}
#picture-modal .modal-footer {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.validation-summary-errors ul,
.validation-summary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
}
.validation-summary-errors ul li,
.validation-summary ul li {
  width: 100%;
}
.profile-image {
  overflow: hidden;
  position: relative;
}
.profile-image span {
  background-color: #444;
  background-color: rgba(68, 68, 68, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3444444, endColorstr=#b3444444);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3444444, endColorstr=#b3444444);
  display: none;
  width: 100%;
  line-height: 25px;
  padding-bottom: 5px;
  text-align: center;
  bottom: 0;
  position: absolute;
  font-size: 11px;
  color: #fff;
}
.profile-image:hover span {
  display: block;
}
#file-modal .file-upload-form {
  border: #ccc dashed 2px;
  width: 100%;
  min-height: 250px;
  padding: 15px;
}
#file-modal .file-upload-form .placeholders,
#file-modal .file-upload-form .placeholders {
  text-align: center;
  color: #888;
  font-size: 18px;
}
#file-modal .file-upload-form .placeholders i,
#file-modal .file-upload-form .placeholders i {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#file-modal .file-upload-form .drop-placeholder {
  padding-top: 20px;
  padding-bottom: 8px;
}
#file-modal .file-upload-form .select-placeholder {
  padding-top: 8px;
  padding-bottom: 20px;
}
#file-modal .file-upload-form .file-upload {
  margin-bottom: 10px;
}
#file-modal .file-upload-form .file-upload .name {
  margin-bottom: 5px;
  font-size: 15px;
}
#file-modal .file-upload-form .file-upload .name .size {
  font-size: 12px;
  margin-left: 5px;
}
#file-modal .file-upload-form .file-upload .name .icon-check {
  margin-top: 4px;
}
#file-modal .file-upload-form .file-upload .uploadprogress .progress {
  margin-bottom: 0;
  border-radius: 0;
  line-height: 10px;
  height: 10px;
  background-color: #ccc;
}
#file-modal .file-upload-form .file-upload .uploadprogress .progress .progress-bar {
  background-image: none;
}
#file-modal .file-upload-form .file-upload.dz-error .progress-bar {
  background-color: #a94442;
}
#file-modal .file-upload-form.dragging {
  border-color: #E73029;
}
#file-modal .select-files {
  margin: 0 20px;
  color: #004C99;
}
.list-timeline .timeline-item {
  position: relative;
}
.list-timeline .timeline-item .timeline-item-content {
  padding: 0 0 20px 40px;
}
.list-timeline .timeline-item .timeline-item-content .timeline-item-header {
  position: relative;
}
.list-timeline .timeline-item .timeline-item-content .timeline-item-header:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #f7f7f7;
  background: #004C99;
  left: -29px;
  top: 3px;
}
.list-timeline .timeline-item .timeline-item-content .timeline-item-header .panel {
  margin-bottom: 10px;
}
.list-timeline .timeline-item .timeline-item-content .timeline-item-header .panel .panel-body {
  padding: 10px 20px;
}
.list-timeline .timeline-item .timeline-item-content .timeline-item-body .panel {
  margin-bottom: 10px;
}
.list-timeline .timeline-item:before {
  content: "";
  position: absolute;
  width: 3px;
  background: #eaeaea;
  top: 0;
  left: 17px;
  bottom: 0;
}
.table-observations .question {
  font-weight: bold;
  margin-bottom: 2px;
  padding: 0 5px;
}
.table-observations .observation {
  padding: 5px 5px;
  margin: 5px 0;
  border-top: 1px solid #ececec;
}
.table-observations .observation p {
  margin-bottom: 3px;
}
.table-observations .observation span:not(.label) {
  color: #888;
  font-size: 12px;
  font-style: italic;
}
.table-observations .observation:hover {
  background-color: #f7f7f7;
}
.table-observations .observation:hover .observation-actions {
  display: inline;
}
.table-observations .observation .observation-actions {
  display: none;
  margin-left: 5px;
}
.table-observations tr td:last-child {
  width: 75px;
}
.list-observations .comment {
  margin: 5px 0;
}
.list-observations .modal-header .modal-title {
  padding: 10px !important;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ececec;
}
.list-observations .modal-header .comments {
  padding-left: 50px;
}
.list-observations .modal-header .comments .comment {
  margin: 0;
}
.list-observations .modal-header .comments .comment .timeline-item-content {
  padding: 15px 20px 15px 40px !important;
}
.list-observations article.observation {
  border: 1px solid #ececec;
  margin-bottom: 5px;
  padding: 15px 10px;
  position: relative;
}
.list-observations article.observation > a.editable {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  display: none;
  cursor: pointer;
}
.list-observations article.observation:hover {
  border: 1px solid #004C99;
}
.list-observations article.observation:hover > a.editable {
  display: block;
}
.list-observations article.observation > header {
  font-weight: bold;
  margin-bottom: 5px;
}
.list-observations article.observation .comments article.comment {
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin: 10px 0;
}
.dashboard-count {
  text-align: center;
}
.dashboard-count h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.dashboard-count h5 {
  margin-bottom: 10px;
}
.table {
  margin: 0;
}
.table td.table-col-xs {
  width: 35px;
}
.table td.table-col-lxs {
  width: 75px;
}
.table td.table-col-lsm {
  width: 100px;
}
.table td.table-col-sm {
  width: 120px;
}
.table td.table-col-md {
  width: 175px;
}
.table td.table-col-lg {
  width: 210px;
}
.table td.table-col-xl {
  width: 325px;
}
#report-result {
  background-color: #f7f7f7;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  width: 250px;
  padding: 15px;
  z-index: 2;
}
#report-result h3 {
  padding: 0;
  margin: 5px 0 10px;
}
div.a4 {
  size: A4 portrait;
  background: white;
  width: 21cm;
  height: 29.7cm;
  min-height: 29.7cm;
  display: block;
  margin: 0 auto;
  padding: 1.8cm;
  margin-bottom: 0.5cm;
  box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
}
@media print {
  div.a4 {
    margin: 0;
    box-shadow: 0;
    padding: 1cm;
  }
}
div.a4.a4-auto {
  height: auto;
}
div.a4.a4-lg {
  width: 26cm;
}
@page {
  size: auto;
  margin: 0;
}
.approve-button {
  position: relative;
  float: right;
  top: 22px;
}
.dashboard-tile {
  width: 250px;
  padding-top: 50px;
  margin: 10px;
  vertical-align: middle;
  height: 200px;
  font-weight: bold;
  font-size: 1.5em;
  white-space: normal;
  border: 10px solid white;
}
.dashboard-tile > i {
  display: block;
  margin-bottom: 10px;
}
.header-statistics .stat-title {
  margin-right: 15px;
  line-height: 79px;
  color: #808080;
  font-style: italic;
  vertical-align: middle;
}
.header-statistics .stat {
  line-height: 79px;
  font-size: 36px;
  vertical-align: middle;
}
.report-statistics li {
  text-align: center;
  border: 1px solid #ececec;
  padding: 20px;
  margin-bottom: 4px;
}
.report-statistics li .stat {
  font-size: 32px;
  color: #004C99;
}
.report-statistics li .stat-title {
  color: #808080;
  font-style: italic;
}
.page-heading-list {
  line-height: 79px;
  float: right;
}
.span-display {
  border: none;
  color: black;
}
.project-chart {
    height: 300px;
    page-break-after: always;
}
.chart {
  height: 200px;
}
.validation-summary .alert {
  margin-bottom: 0;
}
@media print {
  #page,
  #body {
    position: relative !important;
    overflow-y: visible !important;
    top: unset !important;
    height: auto;
    bottom: unset;
    overflow-x: unset;
  }
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
#body {
  position: relative;
}
.sticky-footer {
  position: relative;
}
.sticky-footer .tombrok-footer {
  color: #fff;
  background-color: #094594;
  border-bottom: 8px solid #ee1d23;
  height: 50px;
}
.sticky-footer .tombrok-footer .version {
  line-height: 50px;
  vertical-align: central;
  padding-right: 50px;
  font-size: 1.2em;
}
.sticky-footer .footer-logo {
  padding: 20px;
  padding-left: 50px;
}
.sticky-footer .footer-logo img {
  max-width: 190px;
  width: auto;
  height: auto;
}

.padLeft {
    padding-left: 30px !important;
}