/* ==========================================================================
   Custom styles
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
body.page-login {
  background: url(../img/teaser-login.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.app {
  background-color: #eee;
}
.browserupgrade {
  padding: 3px;
  text-align: center;
  background-color: #f0ad4e;
}
.ladda-button .ladda-spinner {
  margin-top: 0!important;
}
a {
  color: #0689d8;
}
a.btn-ico .fa,
input.btn-ico .fa,
button.btn-ico .fa {
  margin-right: 5px;
}
textarea {
  resize: vertical;
  min-height: 33px;
}
textarea.auto-grow {
  overflow: hidden;
}
.p-0 {
  padding: 0!important;
}
.p-1 {
  padding: 1px!important;
}
.p-2 {
  padding: 2px!important;
}
.p-3 {
  padding: 3px!important;
}
.p-4 {
  padding: 4px!important;
}
.p-5 {
  padding: 5px!important;
}
.pv-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.pv-1 {
  padding-top: 1px!important;
  padding-bottom: 1px!important;
}
.pv-2 {
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.ph-0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.mh-0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.mh-15 {
  margin-left: 15px!important;
  margin-right: 15px!important;
}
.mt-0 {
  margin-top: 0!important;
}
.mb-0 {
  margin-bottom: 0!important;
}
.pt-0 {
  padding-top: 0!important;
}
.pt-1 {
  padding-top: 1px!important;
}
.pt-2 {
  padding-top: 2px!important;
}
.pt-3 {
  padding-top: 3px!important;
}
.pt-4 {
  padding-top: 4px!important;
}
.pt-5 {
  padding-top: 5px!important;
}
.text-left-important {
  text-align: left!important;
}
.strikethrough {
  text-decoration: line-through;
}
.btn-icon-only {
  background: none;
  border: 0;
}
.value-ok {
  color: #4cae4c;
}
.value-expired {
  color: #d9534f;
}
.icon-alert-yearly_hours {
  color: #d9534f;
  font-size: 16px!important;
  padding-left: 5px;
}
.action-status-open {
  color: #dc3545;
  font-weight: bold;
}
.action-status-implemented {
  color: #eea236;
  font-weight: bold;
}
.action-status-approved {
  color: #00b140;
  font-weight: bold;
}
.icon-action {
  color: #555;
}
.color-danger {
  color: #dc3545 !important;
}
.color-success {
  color: #00b140 !important;
}
.color-warning {
  color: #f0ad4e !important;
}
.color-info {
  color: #5bc0de !important;
}
.color-primary {
  color: #0689d8 !important;
}
.color-default {
  color: #777777 !important;
}
.color-lightgray {
  color: #ccc !important;
}
.bg-danger {
  background-color: #dc3545;
  color: #fff;
}
.bg-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.bg-success {
  background-color: #00b140;
  color: #fff;
}
.label {
  font-weight: normal;
}
.label-empty {
  border: 1px solid #ccc;
  color: #000;
}
@keyframes highlight {
  0% {
    background-color: rgba(255, 0, 0, 0.5);
    text-indent: 100%;
  }
  100% {
    background-color: transparent;
  }
}
.highlight {
  animation: highlight 2s;
}
button.button-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
}
label.btn {
  line-height: 29px;
  padding-left: 10px;
  padding-right: 10px;
}
label.btn input[type="checkbox"] {
  margin-top: 8px;
  float: left;
  margin-right: 6px;
}
/*
.color-success {
  color: @color_success!important;
}

.color-danger {
  color: @color_danger!important;
}

.btn-primary {
  background-color: @color_primary;
  border-color: @color_primary;
}

.btn-danger,
.label-danger{
  background-color: @color_danger;
  border-color: @color_danger;
}

.btn-warning,
.label-warning {
  background-color: @color_warning;
  border-color: @color_warning;

  &:hover,
  &:focus {
    background-color: darken(@color_warning, 10%);
    border-color: darken(@color_warning, 10%);
  }
}

.btn-success,
.label-success {
  background-color: @color_success;
  border-color: @color_success;
}

.btn-info,
.label-info {
  background-color: #000;
  border-color: #000;

  &:hover {
    background-color: #ddd;
    border-color: #ccc;
    color: #000;
  }
}

.btn-default {
    background-color: #ddd;
    border-color: #bbb;
}

*/
.label-switch {
  text-transform: uppercase;
  font-size: 11px;
}
.label-switch.label-switch-block {
  display: block;
  padding: 5px;
}
.label-off {
  background-color: #eee;
  color: #aaa;
}
.label-on {
  background-color: #FDCE30;
  color: #795e01;
}
.valign-middle {
  vertical-align: middle!important;
}
.box-login {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
  border: 1px solid #fff;
  background-color: #fff;
  width: 500px;
  margin: 200px auto 0 auto;
  padding: 20px;
  text-align: center;
}
.box-login h3 {
  color: #444;
  margin: 10px 0 20px 0;
}
.box-login p {
  color: #666;
  margin-bottom: 20px;
}
.box-login p.help-block {
  color: #a94442;
}
.box-login .form-inputs {
  margin: 0 100px;
}
.box-login .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.box-login .form-control[type="text"],
.box-login .form-control[type="password"] {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.box-login .btn-small {
  font-size: 12px;
}
.box-login .btn-password-reset {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body[data-environment="testing"] .navbar .container-fluid {
  background-color: #dc3545;
}
body[data-environment="local"] .navbar .container-fluid {
  background-color: #5bc0de;
}
.navbar {
  margin-bottom: 0px;
  border: 0;
}
.navbar .container-fluid {
  background-color: #3D3C3F;
}
.navbar .navbar-brand {
  padding: 5px;
}
.navbar .navbar-brand img {
  max-height: 100%;
}
.navbar a i.fa {
  margin-right: 5px;
}
.navbar .navbar-nav > li > a {
  color: #fff;
  padding-left: 10px!important;
  padding-right: 10px!important;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #FDCE30;
}
.navbar .nav-item-timetracking-add {
  margin-left: -15px;
}
.container-box {
  background-color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.44);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.44);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.44);
}
.container-box .top-area {
  background-color: #eee;
  padding: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.container-box .top-area.no-bg {
  background-color: transparent;
}
.container-box .top-area .headline {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  padding: 12px;
}
.container-box .top-area .action-bar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px;
}
.container-box .top-area .action-bar .dropdown-menu .btn {
  text-align: left;
}
.container-box .top-area .form-group {
  margin-bottom: 0;
}
.container-box .top-area .btn-big {
  display: inline-block;
  padding: 10px 20px;
}
.container-box .content {
  padding: 15px;
}
.container-box .form-action-bar {
  border-top: 1px solid #ddd;
  padding: 10px 15px;
  text-align: right;
  background-color: #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.container-box .form-action-bar .contract-action-bar {
  display: inline-block;
}
.container-box .form-action-bar .contract-action-bar .btn {
  margin-left: 15px;
}
.container-box .form-action-bar .offer-action-bar .btn {
  margin-left: 15px;
}
.container-box .form-action-bar .offer-action-bar .btn.pull-left {
  margin-left: 0;
  margin-right: 15px;
}
.container-box .tab-action-bar {
  text-align: right;
  padding: 15px;
}
.container-box .content-businesstrips {
  padding-top: 5px;
  padding-bottom: 5px;
}
.container-box-invoice {
  position: relative;
}
.container-box-invoice .btn-back {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
}
.content-headline-separator {
  padding: 10px 10px 3px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
.content-headline-separator.no-border {
  border: 0;
}
.content-text-separator {
  padding: 10px 10px 3px 10px;
  border-bottom: 1px solid #ddd;
  font-size: 11px;
}
.content-text {
  padding: 10px 15px 3px 15px;
}
/**
Customer
 */
.avatar-content .headline {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.avatar-box-headline {
  text-align: center;
  padding: 10px;
  margin: -15px -15px -10px -15px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.avatar-box-headline .avatar-icon {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
}
.avatar-box-headline small {
  display: block;
  margin-top: 5px;
  border-top: 1px dashed #000;
  padding: 5px 10px 0 10px;
  font-size: 13px;
  line-height: 16px;
}
.avatar-box-headline.avatar-customer {
  background-color: #766458;
}
.avatar-box-headline.avatar-customer small {
  color: #b4a49a;
  border-color: #594b42;
}
.avatar-box-headline.avatar-employee {
  background-color: #5531E8;
}
.avatar-box-headline.avatar-employee small {
  color: #a18df2;
  border-color: #421ae5;
}
.avatar-box-headline.avatar-store {
  background-color: #5FA344;
}
.avatar-box-headline.avatar-store small {
  color: #406d2d;
  border-color: #55913c;
}
.avatar-box-headline.avatar-contract {
  background-color: #4694FF;
}
.avatar-box-headline.avatar-contract small {
  color: #c5deff;
  border-color: #2c85ff;
}
.avatar-box-headline.avatar-user {
  background-color: #4694FF;
}
.avatar-box-headline.avatar-user small {
  color: #c5deff;
  border-color: #2c85ff;
}
.avatar-box-headline.avatar-different-user {
  background-color: #dc3545;
}
.avatar-box-headline.avatar-different-user small {
  color: #efa2a9;
  border-color: #d32535;
}
.avatar-box-headline.avatar-invoice {
  margin-bottom: 15px;
  background-color: #4D96DA;
}
.avatar-box-headline.avatar-invoice small {
  color: #e1edf9;
  border-color: #77afe3;
}
.avatar-box-headline.avatar-credit {
  margin-bottom: 15px;
  background-color: #E84C3D;
}
.avatar-box-headline.avatar-credit small {
  color: #fbdfdd;
  border-color: #ed766b;
}
.avatar-box-headline.avatar-offer {
  margin-bottom: 15px;
  background-color: #FFAA7F;
}
.avatar-box-headline.avatar-offer small {
  color: #ffffff;
  border-color: #ffccb2;
}
.headline-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.headline-list li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
  text-transform: uppercase;
  font-size: 11px;
  color: #888;
}
.headline-list li.active {
  font-weight: bold;
}
.headline-list li.indent {
  padding-left: 10px;
}
.headline-list li .checkbox label {
  text-transform: none;
  font-size: 14px;
  color: #000;
}
.headline-list li:first-child {
  border-top: 0;
}
.headline-list li.border-top {
  border-top: 1px dashed #ddd;
}
.headline-list li .icon-link-right {
  float: right;
  display: inline-block;
  padding: 0 10px;
}
.headline-list li > span:not(.label-status) {
  display: block;
  margin-top: 5px;
  text-transform: none;
  text-align: center;
  font-size: 13px;
  color: #000;
}
.headline-list li .label-status {
  font-size: 13px;
  border-radius: 50px;
  padding-right: 15px;
  padding-left: 10px;
}
.headline-list li .label-status i {
  margin-right: 15px;
}
ul.container-tabs > li:first-child > a {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
ul.container-tabs > li > a {
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  border-bottom: 4px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-left: 10px;
  padding-right: 10px;
  color: #888;
  text-transform: uppercase;
}
ul.container-tabs > li > a .fa {
  margin-right: 5px;
}
ul.container-tabs > li .badge {
  font-size: 10px;
  padding: 3px 5px;
  line-height: 9px;
  vertical-align: top;
  margin-top: 2px;
  font-weight: normal;
  background: #999;
}
ul.container-tabs > li.active > a,
ul.container-tabs > li.active > a:focus,
ul.container-tabs > li.active > a:hover {
  border-bottom: 4px solid #FDCE30;
}
.container-tabs-sub {
  margin-top: 15px;
  font-size: 12px;
}
.container-tabs-sub > li.active a {
  color: #000;
}
.container-tabs-sub > li > a {
  padding: 7px 12px;
  color: #888;
}
.container-tabs-sub > li > a .fa {
  margin-right: 5px;
}
.container-tabs-sub > li:first-child {
  margin-left: 15px;
}
table label {
  font-weight: normal;
}
table tr.contract-ended td,
table tr.action-approved td {
  color: #777;
  font-style: italic;
}
table tr.contract-ended .strikethrough-conditional,
table tr.action-approved .strikethrough-conditional {
  text-decoration: line-through;
}
table tr.no-active-contracts td {
  color: #777;
  font-style: italic;
}
table tr.no-active-contracts td a {
  color: #777;
}
table tr td.icon-row a,
table tr th.icon-row a {
  margin-left: 5px;
  margin-right: 5px;
}
table tr td.icon-row a:first-child,
table tr th.icon-row a:first-child {
  margin-left: 0;
}
table tr td.icon-row a:last-child,
table tr th.icon-row a:last-child {
  margin-right: 0;
}
table tr td.bg-yellow,
table tr th.bg-yellow {
  background-color: #FDEAAD;
}
table.table-contracts tr td.pos-relative {
  position: relative;
}
table.table-contracts tr td .icon-alert-big {
  position: absolute;
  top: 9px;
  right: 15px;
}
.breadcrumb {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}
.form-group .checkbox,
.form-group .radio {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-default .navbar-nav .dropdown.open > a {
  color: #FDCE30;
  background: transparent;
}
.font-weight-bold {
  font-weight: bold;
}
.font-style-italic {
  font-style: italic;
}
.container-tabs-sub-sub {
  padding: 12px 15px 5px 15px;
  font-size: 12px;
}
.container-tabs-sub-sub > li > a {
  padding: 5px 10px;
  color: #888;
}
.container-tabs-sub-sub > li.active > a,
.container-tabs-sub-sub > li.active > a:focus,
.container-tabs-sub-sub > li.active > a:hover {
  background-color: #666;
}
.form-modern .form-control:not(.default-style) {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  box-shadow: none!important;
  padding-left: 0;
  padding-right: 0;
  color: #000;
  border-style: dashed;
  background-color: transparent;
}
.form-modern .form-control:not(.default-style):focus,
.form-modern .form-control:not(.default-style):active,
.form-modern .form-control:not(.default-style):hover {
  box-shadow: none;
  color: #000;
}
.form-modern .form-control:not(.default-style):not(.readonly):hover {
  border-color: #66afe9;
}
.form-modern label.control-label {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
  padding-top: 3px;
}
.form-modern label.control-label.top-border {
  border-top: 1px dashed #ccc;
  display: block;
}
.form-modern .form-control.btn-group .btn {
  line-height: 8px;
  font-size: 13px;
}
.form-modern .form-control.btn-group .btn input[type="radio"] {
  display: none;
}
.form-modern .multiselect-native-select .btn-group {
  width: 100%;
}
.form-modern .multiselect-native-select .btn-group > .btn.multiselect {
  display: inline-block;
  width: 100%;
  padding: 7px 4px;
  text-align: left;
  border: 0;
  border-bottom: 1px dashed #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-modern .multiselect-native-select .btn-group > .btn.multiselect:hover {
  background-color: transparent;
  color: inherit;
  border-color: #66afe9;
}
.form-modern .multiselect-native-select .btn-group > .btn.multiselect b.caret {
  float: right;
  margin-top: 8px;
}
.form-modern .multiselect-native-select .btn-group .multiselect-selected-text {
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.ellipsis {
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
label.control-label .checkbox {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
label.control-label .checkbox label input[type="checkbox"] {
  margin-top: 2px;
}
.table.no-row-border tr td {
  border-top: 0;
}
.table tr.row-inline-form-controls td {
  border-top: 0;
}
.table tr.row-inline-form-controls td .form-group {
  margin-bottom: 0;
}
.table tr.row-selected td {
  background-color: #E4FED4;
}
.table thead > tr > th {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  color: #777;
}
.table .form-control-text-only {
  line-height: 34px;
}
.table tr td.show-on-hover a {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.table tr:hover td.show-on-hover a {
  opacity: 1;
}
.well {
  padding-left: 60px;
  position: relative;
  box-shadow: none;
}
.well.well-danger {
  border-left: 3px solid #d9534f;
}
.well.well-danger .fa {
  color: #d9534f;
}
.well.well-warning {
  border-left: 5px solid #f0ad4e;
}
.well.well-warning .fa {
  color: #f0ad4e;
}
.well.well-info {
  border-left: 5px solid #5bc0de;
}
.well.well-info .fa {
  color: #5bc0de;
}
.well .fa {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 25px;
}
.wrapper-store-structure .well {
  margin-bottom: 0;
}
.box-summary {
  margin-top: -16px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #e5e5e5;
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
}
.box-summary > div {
  padding: 5px 0;
}
.box-summary > div strong {
  display: block;
  font-size: 14px;
}
.box-summary > div strong .icon-big {
  font-size: 35px;
  color: #333;
}
.box-summary > div strong .icon-structure-sep {
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.box-summary > div small {
  text-transform: uppercase;
  color: #888;
}
.box-summary > div small.slight {
  text-transform: none;
  font-weight: normal;
}
.box-contract-summary {
  margin-top: -8px;
}
.tooltip.bottom {
  margin-top: 20px;
}
.tooltip .tooltip-inner {
  text-align: left;
}
.value-different {
  color: #ff0000;
}
.color-light {
  color: #777777;
}
.jstree {
  margin: 0 15px 15px 15px;
}
.jstree .jstree-anchor i.fa {
  margin-left: 5px;
}
.nobreak {
  white-space: nowrap;
}
.ellipsis-data {
  position: relative;
}
.ellipsis-data .ellipsis-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: block;
  padding: 8px;
  width: 100%;
}
.ellipsis-data .ellipsis-wrapper .ellipsis-text {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
#task-thumb-wrapper .img-placeholder,
#action-thumb-wrapper .img-placeholder,
#action-thumb-wrapper-implemented .img-placeholder {
  width: 100%;
  height: 100px;
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
#task-thumb-wrapper .img-dropzone,
#action-thumb-wrapper .img-dropzone,
#action-thumb-wrapper-implemented .img-dropzone {
  background-image: url('/assets/img/img-dropzone-plus.png');
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
#task-thumb-wrapper .img-dropzone.dz-drag-hover,
#action-thumb-wrapper .img-dropzone.dz-drag-hover,
#action-thumb-wrapper-implemented .img-dropzone.dz-drag-hover {
  background-image: url('/assets/img/img-dropzone-upload.png');
}
.task-icon-commenting {
  font-size: 35px;
  color: #aaa;
  line-height: 50px;
}
.ekko-lightbox.modal .modal-title {
  text-transform: uppercase;
  font-size: 13px;
}
.ekko-lightbox.modal .modal-body {
  padding: 0;
}
.ekko-lightbox.modal .modal-body .img-fluid {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#receipt-thumb-wrapper .img-placeholder {
  width: 100%;
  height: 190px;
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
#receipt-thumb-wrapper .form-control {
  font-size: 12px;
  height: 20px;
}
#receipt-thumb-wrapper .img-dropzone {
  background-image: url('/assets/img/img-dropzone-plus.png');
  -webkit-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
#receipt-thumb-wrapper .img-dropzone.dz-drag-hover {
  background-image: url('/assets/img/img-dropzone-upload.png');
}
.col-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.dropdown-user-selection {
  position: absolute;
  top: 15px;
  right: 15px;
}
.dropdown-user-selection .dropdown-toggle {
  display: block;
  color: #fff;
  padding: 10px 15px;
}
.top-area-timetracking .btn {
  float: left;
}
.top-area-timetracking .btn.btn-today {
  margin-right: 15px;
}
.top-area-timetracking .btn.btn-prev-day,
.top-area-timetracking .btn.btn-next-day {
  color: #000;
  transition: color 0.15s ease-in-out;
}
.top-area-timetracking .btn.btn-prev-day i,
.top-area-timetracking .btn.btn-next-day i {
  line-height: 1.4;
}
.top-area-timetracking .btn.btn-prev-day:hover,
.top-area-timetracking .btn.btn-next-day:hover {
  color: #0689d8;
}
.top-area-timetracking .btn.btn-prev-day.active,
.top-area-timetracking .btn.btn-next-day.active,
.top-area-timetracking .btn.btn-prev-day:active,
.top-area-timetracking .btn.btn-next-day:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-area-timetracking .pull-right {
  float: right;
  margin-left: 15px;
}
.top-area-timetracking .human-date,
.top-area-timetracking .total-duration-sum {
  float: left;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  padding-left: 15px;
}
.top-area-timetracking .total-duration-sum {
  float: right;
}
.date-headline {
  color: #888;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}
.form-businesstrip .top-area {
  font-size: 22px;
  color: #555;
}
.form-businesstrip .form-control {
  background-color: transparent;
}
.form-businesstrip .form-action-bar.finalized {
  background-color: #00b140;
}
.form-businesstrip .form-action-bar .btn-margin-right {
  margin-right: 15px;
}
.form-businesstrip .form-action-bar .action-label {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.form-timetrackings .top-area {
  font-size: 22px;
  color: #555;
}
.form-timetrackings .fix-margins {
  margin-top: -20px;
  margin-bottom: 5px;
}
.form-timetrackings .row-entry {
  padding: 5px 0;
  border-bottom: 1px dashed #777;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-timetrackings .row-entry:nth-child(even) {
  background-color: #eee;
}
.form-timetrackings .row-entry.hover:hover {
  background-color: #FEF7E2;
}
.form-timetrackings .row-entry.hover:hover .icon-entry-existing-type {
  color: #444;
}
.form-timetrackings .row-entry .icon-overlapping {
  position: absolute;
  top: -17px;
  left: 3px;
  margin-left: 3px;
  font-size: 24px;
  color: #dc3545;
}
.form-timetrackings .row-entry.deleted {
  background-color: #FEE2E2;
}
.form-timetrackings .row-entry .form-control {
  background-color: transparent;
}
.form-timetrackings .row-entry .icon-entry-existing-type {
  font-size: 30px;
  padding-top: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #666;
}
.form-timetrackings .row-entry .row-action-bar .btn-action {
  display: inline-block;
  font-size: 16px;
  padding: 15px;
  color: #aaa;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-timetrackings .row-entry .row-action-bar .btn-delete {
  margin-right: -15px;
}
.form-timetrackings .row-entry .row-action-bar .btn-delete:hover {
  color: #dc3545;
}
.form-timetrackings .row-entry .row-action-bar .btn-trip:hover {
  color: #5bc0de;
}
.form-timetrackings .form-action-bar.finalized {
  background-color: #00b140;
}
.form-timetrackings .form-action-bar .action-label {
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.user-initials-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #5bc0de;
  text-align: center;
  line-height: 30px;
  font-size: 11px;
}
.table-businesstrips {
  margin-bottom: 0px;
}
.table-businesstrips .icon-finished {
  font-size: 20px;
}
.table-businesstrips tr td {
  transition: background-color 0.15s ease-in-out;
}
.table-businesstrips tr td.one-line {
  line-height: 34px!important;
}
.table-businesstrips tr.highlight-on-hover:hover td {
  background-color: #f8f8f8;
}
.table-businesstrips > tbody > tr > td,
.table-businesstrips > tbody > tr > th,
.table-businesstrips > tfoot > tr > td,
.table-businesstrips > tfoot > tr > th,
.table-businesstrips > thead > tr > td,
.table-businesstrips > thead > tr > th {
  border: 0;
  border-bottom: 1px dashed #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
}
.table-businesstrips > tbody > tr:last-child > td {
  border: 0;
}
.sub-text {
  color: #888;
}
.clockpicker-popover {
  margin-top: 80px;
}
.clockpicker-popover .arrow {
  margin-bottom: 85px;
}
.clockpicker-popover .popover-title {
  padding: 5px;
  font-size: 15px;
  line-height: 15px;
}
.clockpicker-popover .popover-content {
  padding: 0;
}
.table-timetrackings {
  margin-bottom: 0;
}
.table-timetrackings .icon-overlapping {
  position: absolute;
  top: -8px;
  left: 15px;
  margin-left: 3px;
  font-size: 15px;
  color: #dc3545;
}
.table-timetrackings tr td {
  transition: background-color 0.15s ease-in-out;
}
.table-timetrackings tr td.one-line {
  line-height: 34px!important;
}
.table-timetrackings tr.highlight-on-hover:hover td {
  background-color: #f8f8f8;
}
.table-timetrackings > tbody > tr > td,
.table-timetrackings > tbody > tr > th,
.table-timetrackings > tfoot > tr > td,
.table-timetrackings > tfoot > tr > th,
.table-timetrackings > thead > tr > td,
.table-timetrackings > thead > tr > th {
  border-top-style: dashed;
  padding-top: 2px;
  padding-bottom: 2px;
}
.figure {
  text-align: center;
  color: #444;
  font-size: 25px;
}
.figure small {
  display: block;
  font-size: 12px;
  color: #777;
}
.figure.negative {
  color: #dc3545;
}
.figure.positive {
  color: #00b140;
}
.embedded-datepicker {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}
.embedded-datepicker .datepicker {
  width: auto;
}
.embedded-datepicker .datepicker-days table,
.embedded-datepicker .datepicker-months table,
.embedded-datepicker .datepicker-years table,
.embedded-datepicker .datepicker-decades table,
.embedded-datepicker .datepicker-centuries table {
  width: 100%;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover {
  background-color: #FDCE30;
  border-color: #f8bf02;
  color: #000;
  text-shadow: none;
}
.datepicker table tr td.today {
  background-color: #ccc;
}
.form-offer .form-action-bar.taken-over {
  background-color: #00b140;
  text-align: center;
}
.form-offer .form-action-bar .action-label {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.top-area-invoice-dashboard .form-control {
  width: auto;
  background: #fff;
  border: none!important;
}
.content-invoice-figures .figure {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: left;
  color: #000;
}
.content-invoice-figures .figure small {
  margin-top: -5px;
  border-top: 1px dashed #ccc;
}
.content-invoice-figures .figure-success {
  font-size: 35px;
  color: #56C71D;
}
.content-invoice-figures .figure-success small {
  margin-top: -8px;
}
.content-invoice-figures .figure-danger {
  color: #dc3545;
}
.content-invoice-figures .figure-info {
  color: #5bc0de;
}
.content-invoice-figures .col-pie-chart {
  border-right: 1px solid #eee;
}
.table-invoices .label-status {
  position: relative;
  display: block;
  padding: 5px 10px 5px 25px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  border-radius: 50px;
}
.table-invoices .label-status i {
  position: absolute;
  left: 10px;
  top: 5px;
}
.table-invoices .invoice-type-credit {
  color: #E84C3D;
}
.table-invoices .badge {
  padding: 5px 8px;
  font-size: 9px;
  background-color: #dc3545;
  margin-right: 5px;
}
.table-invoices tfoot tr td {
  border-top: 3px solid #ccc;
  font-weight: bold;
}
.table-invoices td.matching-position,
.table-invoices th.matching-position {
  background-color: #FDEAAD;
}
.form-invoice .form-control {
  font-size: 13px;
}
.form-invoice .table-invoice tbody .form-control {
  height: auto;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.form-invoice .table-invoice tr.ui-sortable-helper td {
  background-color: #fff;
  border-bottom: 1px solid #5bc0de;
  border-top: 1px solid #5bc0de;
}
.form-invoice .table-invoice tr.ui-sortable-helper td:first-child {
  border-left: 1px solid #5bc0de;
}
.form-invoice .table-invoice tr.ui-sortable-helper td:last-child {
  border-right: 1px solid #5bc0de;
}
.form-invoice .table-invoice tr.sortable-moving {
  background-color: #eee;
}
.form-invoice .table-invoice tr.sortable-moving:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: red;
  margin-top: -5px;
  left: -5px;
  border-right: none;
}
.form-invoice .table-invoice tr.deleted td {
  background-color: #FEE2E2;
}
.form-invoice .table-invoice tr.deleted td .form-control,
.form-invoice .table-invoice tr.deleted td.row-net {
  color: #ccc;
}
.form-invoice .table-invoice tr.deleted td .btn-delete {
  color: #dc3545;
}
.form-invoice .table-invoice tr .form-control {
  background-color: transparent;
}
.form-invoice .table-invoice tr .indent-empty {
  width: 20px;
}
.form-invoice .table-invoice tr .move-handle {
  color: #aaa;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 12px;
}
.form-invoice .table-invoice tr .btn-delete {
  color: #ccc;
  padding: 6px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-invoice .table-invoice tr .btn-delete:hover {
  color: #dc3545;
}
.form-invoice .td-description {
  position: relative;
}
.form-invoice .dropdown-product-selection {
  position: absolute;
  top: 0;
  right: 0;
}
.form-invoice .dropdown-product-selection.open .dropdown-toggle {
  color: #5bc0de;
}
.form-invoice .dropdown-product-selection .dropdown-toggle {
  display: block;
  color: #000;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form-invoice .dropdown-product-selection .dropdown-toggle:hover {
  color: #5bc0de;
}
.form-invoice .dropdown-product-selection .dropdown-menu {
  font-size: 12px;
}
.table-settings-invoices-texts tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone,
.dropzone * {
  box-sizing: border-box;
}
.top-area-dropzone {
  position: relative;
  border: 1px dashed #aaa;
  border-radius: 5px;
  background: white;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top-area-dropzone.dz-drag-hover {
  border-color: #0087F7;
  background-color: #FDCE30;
}
.top-area-dropzone .meter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.top-area-dropzone .meter span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(43, 194, 83, 0.5);
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alert-form-dirty {
  display: none;
  text-transform: none;
}
.alert-form-dirty.no-top-left-right-padding {
  padding-top: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
}
.alert-form-dirty.standalone {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px!important;
}
.alert-form-dirty .alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bs-callout {
  padding: 10px 15px;
  margin: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h1,
.bs-callout h2,
.bs-callout h3,
.bs-callout h4,
.bs-callout h5,
.bs-callout h6 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout-danger {
  border-left-color: #dc3545;
}
.bs-callout-danger h1,
.bs-callout-danger h2,
.bs-callout-danger h3,
.bs-callout-danger h4,
.bs-callout-danger h5,
.bs-callout-danger h6 {
  color: #dc3545;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h1,
.bs-callout-info h2,
.bs-callout-info h3,
.bs-callout-info h4,
.bs-callout-info h5,
.bs-callout-info h6 {
  color: #5bc0de;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h1,
.bs-callout-warning h2,
.bs-callout-warning h3,
.bs-callout-warning h4,
.bs-callout-warning h5,
.bs-callout-warning h6 {
  color: #f0ad4e;
}
.bs-callout-success {
  border-left-color: #00b140;
}
.bs-callout-success h1,
.bs-callout-success h2,
.bs-callout-success h3,
.bs-callout-success h4,
.bs-callout-success h5,
.bs-callout-success h6 {
  color: #00b140;
}
.bs-callout-primary {
  border-left-color: #0689d8;
}
.bs-callout-primary h1,
.bs-callout-primary h2,
.bs-callout-primary h3,
.bs-callout-primary h4,
.bs-callout-primary h5,
.bs-callout-primary h6 {
  color: #0689d8;
}
.wrapper-actions {
  display: none;
}
.row-box {
  margin: 0 0 3px 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row-box:last-child {
  margin-bottom: 15px;
}
.row-box:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.row-box:hover .sub span.label.on-hover {
  visibility: visible;
}
.row-box.row-box-sub {
  margin-left: 35px;
  cursor: default;
}
.row-box .col-thumb {
  padding: 5px;
  text-align: center;
  position: relative;
}
.row-box .col-thumb .thumb {
  max-width: 100%;
  max-height: 50px;
  border-radius: 5px;
  padding: 1px;
  border: 1px solid #ccc;
}
.row-box .col-thumb .badge {
  position: absolute;
  top: 1px;
  right: -5px;
  border-radius: 2px;
  font-weight: normal;
  background-color: #FDCE30;
  color: #000;
  border: 1px solid #fff;
}
.row-box article {
  margin-top: 5px;
}
.row-box .btn-read-more {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.row-box .btn-read-more.btn-read-less {
  bottom: 7px;
}
.row-box .btn-read-more i {
  margin-right: 5px;
}
.row-box p .p-sub {
  display: block;
  border-top: 1px dashed #ccc;
  margin: 5px 0 0 0;
  padding-top: 2px;
  font-size: 12px;
  color: #777;
}
.row-box p.space-top {
  margin-top: 15px;
}
.row-box .sub {
  color: #777;
  margin-bottom: 5px;
}
.row-box .sub span {
  display: inline-block;
  margin-left: 20px;
}
.row-box .sub span:first-child {
  margin-left: 0;
}
.row-box .sub span:last-child {
  margin-right: -8px;
}
.row-box .sub span i {
  margin-right: 3px;
}
.row-box .sub span.label {
  display: inline-block;
  text-transform: uppercase;
  padding-top: 4px;
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #666;
  font-size: 11px;
  margin: 0;
}
.row-box .sub span.label.label-field {
  text-align: left;
  text-transform: none;
  margin-right: 5px;
  margin-top: 3px;
}
.row-box .sub span.label.label-field:last-child {
  margin-right: 0;
}
.row-box .sub span.label.label-field p {
  margin: 0;
  color: #000;
}
.row-box .sub span.label.label-field span {
  display: block;
  border-top: 1px dashed #ccc;
  margin: 5px 0 0 0;
  padding-top: 2px;
}
.row-box .sub span.label.label-info {
  border: 1px solid #5bc0de;
  color: #fff;
}
.row-box .sub span.label.label-default {
  border: 1px solid #d7d7d7;
  background-color: #f9f9f9;
  color: #666;
}
.row-box .sub span.label.on-hover {
  visibility: hidden;
}
@media (min-width: 992px) {
  .modal-dialog:not(.modal-lg):not(.modal-sm):not(.modal-default) {
    width: 900px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
