/**
    Author: Ben Fehler
    Date: 23.02.2020
    Customizing the CSS of the template
 */
label {
  margin-bottom: 0px;
}
.form-control:disabled, .form-control[readonly] {
  cursor: text;
  background-color: inherit;
  color: #555555;
  border: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  padding: 0px !important;
}
.todo {
  background-color: #fff482 !important;
}
.toolbar .btn-sm {
  font-size: 14px;
  padding: 0px 6px;
}
.toolbar .btn-sm:hover {
  background-color: #f89406;
  color: #fff;
}
.tab-content .row {
  margin: 0px;
}
.bootstrap-duallistbox-container {
  margin-top: 5px !important;
}
.bootstrap-duallistbox-container .col-md-6 {
  padding-left: 0px;
}
.box1 option {
  font-style: italic;
}
i.required:before {
  content: "\00b0";
  color: red;
}
img.ampel {
  height: 300px;
  width: auto;
}
.widget.box .widget-header.red {
  background-color: #f2dede;
}
.widget.box .widget-header.yellow {
  background-color: #fcf8e3;
}
.widget.box .widget-header.green {
  background-color: #dff0d8;
}
div.row.reception
{
  display: flex;
  margin-bottom: 10px;
}

.row.reception .col-md-5 .widget.box
{

  width: 100%;
  height: 100%;
  margin-bottom: 5px;
}

tr.parent td
{
  font-weight: bold;
}

.fc-state-default
{
  padding: 0 8px;
}

.gmaps
{
  height: 500px;
  width: auto;
}

.gmaps.sales
{
  height: 700px;
  width: auto;
}

li.hoverable
{
  cursor: pointer;
}

.news-text
{
  padding-left: 35px;
}

.feeds .col2 {
  float: left;
  width: 220px;
  margin-left: -220px;
}

.with-toolbar
{
  margin-right: 15px !important;
}

.border-right
{
  border-right: 1px solid #ddd;
}

.border
{
  border: 1px solid #ddd;
}

tr.selected
{
  font-weight: bold;
}

.selected-file, .table-hover tbody tr.selected-file:hover > td
{
  background-color: #f89406;
  color: #fff;
}

.table-hover tbody tr.selected-file > td a
{
  color: #fff;
}

.table-hover
{
  cursor: pointer;
}

.toolbar .btn.btn-xs a
{
  color: #333333;
}

.icon-warning-sign.red
{
  color: #e25856 !important;
}

.btn-remove:hover
{
  background-color: #e25856 !important;
}

.tox-statusbar__branding
{
  display:none !important;
}

span.input-group-btn.tafel
{
  top: 9px;
}

.btn-primary.disabled, .btn-primary.btn[disabled]
{
  background-color: #d2d2d2;
  border-color: #d2d2d2;
  cursor: not-allowed;
}

#buttonCounter
{
  padding: 20px 25px !important;
}

.navbar .nav > li > a .badge.info
{
  background-color: #658DB3;
}

.navbar .nav > li > a .badge.success
{
  background-color: #94B86E;
}



/* Nestable Lists */
.dd3-content, .dd3-handle
{
  height: 45px;
}

.dd3-handle:before
{
  top: 10px;
}

.dd3-content input[type=checkbox]
{
  margin-top: 10px;
}

.label-tafel
{
  background-color: #f89406;
}

#scanner
{
  display: none;
}

@media only screen and (max-width: 1024px)
{
  #scanner
  {
    display: inline-block;
  }
}

/* ChangeLog */
.changelog-item {
  border: 1px solid #cbd3dd;
  padding: 30px 40px;
  margin-bottom: 100px;
  position: relative;
  border-radius: 3px;
}

.changelog-item:first-child:before, .changelog-item:last-child .changelog-link, .changelog-item:last-child:after {
  display: none;
}

.changelog-header {
  position: relative;
}

.changelog-version {
  margin: 0;
}

.changelog-date {
  margin: 5px 0 0;
  font-size: .875em;
  color: #808488;
}

.changelog-update-description {
  line-height: 25px;
  position: relative;
  padding-left: 115px;
  margin-top: 20px;
  border-top: 1px solid #cbd3dd;
  padding-top: 20px;
}

.changelog-link {
  position: absolute;
  bottom: -101px;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #cbd3dd;
}

.changelog-item:before {
  top: -4px;
}

.changelog-item:after {
  bottom: -4px;
}

.changelog-item:after, .changelog-item:before {
  display: block;
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #cbd3dd;
  border-radius: 50%;
  left: 50%;
  background-color: #fff;
  margin-left: -4px;
  z-index: 2;
}

.changelog-type {
  background-color: #999;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 0 10px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,.1);
  min-width: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 19px;
}

.changelog-type.improvement
{
  background-color: #428bca;
}

.changelog-type.bug-fix
{
  background-color: #e25856;
}

.changelog-type.feature
{
  background-color: #94b86e;
}

.improvement-header
{
  width: calc(100% - 140px);
}

.improvement-header h6
{
  margin-top: 0px;
  margin-bottom: 5px;
}

.improvement-title
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.demo
{
  border-bottom: 4px solid red;
}

.dd3-handle, .dd3-content
{
  /* height: 30px; */
}

.dd3-handle:before
{
  top: 3px;
}

/* OVERLAY */

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.btn-min-width
{
  width: 100px;
}

.info
{
  font-size: 12px;
}

.communication
{
  width: 100%;
  left: 0;
  bottom: 0;
  background: #f9f9f9;
  height: 100%;
  z-index: 700;
  cursor: pointer;
}

.communication * {
  overflow-x: visible;
  overflow-y: visible;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.communication .notifications {
  margin: 0;
  padding: 0;
  list-style: none;
}
.communication .notifications li {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
}

.communication .notifications li.selected {
  background: #c9c9c9;
}

.communication .notifications li:last-child {
  border-bottom: none;
}
.communication .notifications li a {
  color: #555;
}
.communication .notifications li a:hover {
  color: #f89406;
}
.communication .notifications .col-left {
  float: left;
  margin-right: -100%;
}
.communication .notifications .col-right {
  float: left;
  width: 100%;
}
.communication .notifications .col-right.with-margin {
  margin-left: 35px;
}
.communication .notifications .message {
  white-space: normal;
}
.communication .notifications .label {
  padding: 7px;
  width: 24px;
  text-align: center;
  display: inline-block;
}
.communication .notifications .time {
  overflow-x: visible;
  color: #888888;
  padding-top: 5px;
  font-size: 11px;
}

.communication .notifications .time strong {
  overflow-x: visible;
}

#showCommunication
{
  margin-top: 30px;
  padding: 5px;
  border: 1px solid #ddd;
}

#accordion .panel-heading .label-info
{
  float: none;
}

/* Comments */
.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.panel-heading .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
/*.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }*/
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }
.margin-top { margin-top: 10px;}
.background-green { background-color: rgba(143, 188, 143, 0.4); }
.round
{
  height: 40px;
  width: 40px;
  text-align: center;
  color: white;
  padding-top: 10px;
  font-weight: bold;
  background: #f89406;
  border-radius: 50%;
}

div.duplicate {
  cursor: pointer;
  color: red;
}

div.duplicate input.form-control {
  cursor: pointer;
  color: red;
}

/* TafelNews */
img.tafelnews-image
{
  height: auto;
  width: 100px;
  float: left;
  margin-right: 5px;
}

span.tafelnews-date
{
  float: right;
  font-weight: normal;
  font-size: 11px;
}

.green {
  color: #94B86E;
}

.blue {
  color: #658DB3;
}

.yellow {
  color: #f0ad4e;
}

div.dt-buttons
{
  float:right;
  margin-left: 5px;
}

button.dt-button
{
  line-height: 1.6rem !important;
}

div.dataTables_filter
{
  margin-bottom: 5px;
}

.only-print
{
  display: none !important;
}

@media print
{
  .no-print, .no-print *
  {
    display: none !important;
  }

  .only-print
  {
    display: inline-block !important;
  }
}


@media (min-width: 1400px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: 0;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: 0;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
}


