html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 13px;
  background-attachment: fixed;
  height: 100%;
  color: #2c3d4f;
  font-family: "Muli", sans-serif;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

a,
p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12) !important;
}

label {
  font-weight: normal;
}

#loadingoverlay {
  width: 100%;
  height: 100%;
  display: block;
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 99903;
  cursor: wait;
}

#loading-icon {
  position: absolute;
  display: none;
  z-index: 99920;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 0.8s linear infinite;
  -moz-animation: rotating 0.8s linear infinite;
  -ms-animation: rotating 0.8s linear infinite;
  -o-animation: rotating 0.8s linear infinite;
  animation: rotating 0.8s linear infinite;
}

.no-real-form-group {
  margin-bottom: 10px;
}

.tiers-save-btn {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 218%;
  bottom: 121%;
  position: absolute;
  padding: 0 6px !important;
  font-size: 20px;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.in-change input {
  width: 70px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.messenger-container {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
  margin-bottom: 20px;
}
.messenger-container .new-messages-alert {
  position: absolute;
}
.messenger-container .new-messages-alert p {
  background-color: yellow;
  color: black;
  padding-top: 15px;
  padding-bottom: 18px;
}
.single-message {
  padding: 15px 5px;
}
.single-message .message-date {
  text-align: right;
  font-weight: bold;
}
.single-message .message-footer {
  text-align: right;
}
.single-message .contact-name {
  text-align: left;
  font-weight: bold;
}
.single-message hr {
  margin: 7px 0px;
}
.single-message .attachment-link {
  margin-left: 5px;
  margin-right: 7px;
  color: #4d1e78;
}
.single-message .message-text {
  margin-top: 10px;
}
.single-message-container-1 {
  background-color: #18a7ab;
  border-radius: 10px;
  color: white;
  margin-bottom: 20px;
}
.single-message-container-2 {
  background-color: rgba(44, 61, 79, 0.65);
  border-radius: 10px;
  color: white;
  margin-bottom: 20px;
}
.single-message-container-system {
  background-color: #0b79b5;
  border-radius: 10px;
  color: white;
  margin-bottom: 20px;
}

.zoom-in {
  -ms-transform: scale(3); /* IE 9 */
  -webkit-transform: scale(3); /* Safari 3-8 */
  transform: scale(3);
}

.sortable-placeholder td {
  background-color: black;
}

.link-container {
  text-align: left;
}

.link-container a {
  margin: 20px 20px;
  border: 2px solid #9da8b3;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  width: 200px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.link-container a:hover {
  background-color: #ffffff;
}
.link-container a span.badge {
  position: absolute;
  right: 8px;
  top: 10px;
  background-color: #d40b1c;
}
.link-container .iconcontainer {
  padding: 12px 12px;
}

.link-container .icontitle {
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
}
.link-container p {
  display: block;
  margin-bottom: 0px;
  padding: 9px 10px;
  min-height: 56px;
}

.attachment-queue table tr td {
  vertical-align: middle;
}
.hidden-row {
  padding-top: 11px;
}

.single-item {
  padding: 20px;
  background-color: #f5f5f5;
}
.single-item:nth-child(odd) {
  background-color: rgb(214, 219, 222);
}

.projectbtn {
  background-color: #0274af;
  margin-top: 20px;
}

.sleeping-comment {
  padding-top: 12px !important;
  padding-left: 19px !important;
  padding-right: 19px !important;
  padding-bottom: 0;
}
.bid-summary p {
  margin: 5px 0;
}

.sleeping-well {
  padding-top: 12px !important;
  padding-left: 19px !important;
  padding-right: 19px !important;
  padding-bottom: 0;
}
table .bidodd:first-child,
:not(.bidodd) + .bidodd {
  border-top: 2px solid #ddd;
}

div .previousrow {
  padding: 10px 0;
}
div .previousrow:nth-child(odd) {
  background-color: rgb(214, 219, 222);
}

.ui-sortable tr td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.bidderpanels .dropfileuploadcontainer {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  width: 250px;
}

.bidderpanels .dropfileuploadcontainer tr td {
  display: inline-block;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bidderpanels .dropfileuploadtodo {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  width: 250px;
}

.bidderpanels .dropfileuploadtodo .uploadtodocontainer {
  margin-top: 5px;
}

.bidderpanels .dropfileuploadtodo span {
  display: inline-block;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bidderpanels .table:not(.sup-table) input[type="text"] {
  width: 85px;
}

.table-scroll {
  position: relative;
  margin: auto;
  overflow: hidden;
}
.table-wrap {
  width: 100%;
  overflow: auto;
}
.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-scroll th,
.table-scroll td {
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  vertical-align: top;
}
.table-scroll thead,
.table-scroll tfoot {
  background: #f9f9f9;
}
.clone {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.clone th,
.clone td {
  visibility: hidden;
}
.clone td,
.clone th {
  border-color: transparent;
}
.clone tbody th {
  visibility: visible;
}
.clone .fixed-side {
  visibility: visible;
}
.clone-table-fix th.fixed-side-empty {
  visibility: visible;
  border: none;
}
.clone-table-fix th {
  min-width: 270px;
  max-width: 270px;
  width: 270px;
}
.clone-table-fix th span {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.rgroup-hidden,
.vgroup-hidden {
  display: none;
}

.clone-table-fix thead th span {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 112%;
  display: block;
  overflow: hidden;
}

/*.comparison-table {
    table-layout: fixed;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    padding-bottom: 15px;
    border-collapse: collapse;
    text-align: right;
}
.comparison-table td {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px;
    border: 1px solid black;
}
.comparison-table th {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px;
    border: 1px solid black;
}
  
.comparison-pretable {
    table-layout: fixed;
    padding-bottom: 15px;
    width: 101%;

}
.comparison-pretable thead th {
    width: 100%;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.comparison-pretable thead tr:first-child th{
    border: 1px solid white;
}
.comparison-pretable th {
    padding: 8px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-collapse: collapse;
}*/

.gauge {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,ea7100+50,008e26+100&0.8+0,0.8+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 0, 0, 0.8) 0%,
    rgba(234, 113, 0, 0.8) 50%,
    rgba(0, 142, 38, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 0, 0, 0.8) 0%,
    rgba(234, 113, 0, 0.8) 50%,
    rgba(0, 142, 38, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0.8) 0%,
    rgba(234, 113, 0, 0.8) 50%,
    rgba(0, 142, 38, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccff0000', endColorstr='#cc008e26',GradientType=1 ); /* IE6-9 */
}
.gauge-container {
  animation-delay: 0.25s;
}

.form-control {
  font-size: 13px;
  padding: 4px 6px;
  height: 28px;
  box-shadow: none;
  border-radius: 0px;
  /*    border: 1px solid #CCCCCC;*/
  border: none;
  border-bottom: 1px solid #9da8b3;
  background-color: rgba(255, 255, 255, 0.8);
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #9da8b3;
}

.form-control-feedback {
  top: -1px;
  right: 9px;
}
select + .form-control-feedback {
  right: 30px;
}
td > .form-control-feedback {
  top: 3px;
}

.form-group {
  margin-bottom: 12px;
}
.panel-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.day-panel .panel-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}

.panel {
  margin-bottom: 15px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
}
.panel-body,
.modal-body {
  background-color: rgba(255, 255, 255, 0.8);
}

.day-panel .panel-body {
  display: none;
}

.panel-default,
.panel-default > .panel-heading {
  border: none;
  border-radius: 0px;
}

.panel-default > .panel-heading,
.panel-default > .panel-footer {
  background-color: rgba(44, 61, 79, 0.65);
  color: #ffffff;
  padding: 5px 7px 5px 15px;
}

.panel-default > .panel-footer {
  overflow: hidden;
  border-radius: 0px;
}
.panel-default > .panel-footer legend {
  font-size: 14px;
  font-weight: bold;
}

.panel-heading .btn-default,
.panel-footer .btn-default,
.modal-footer .btn-default {
  background-color: #ffffff;
  border: none;
}
.panel-heading .btn-default:hover,
.panel-footer .btn-default:hover,
.modal-footer .btn-default:hover {
  border: none;
}
.modal-footer .btn-default .fa, .modal-footer .btn-default .fa-regular {
  margin-right: 6px;
}

.modal-dialog {
  background-color: #ffffff;
}

.btn {
  padding: 4px 13px;
  border-radius: 0px;
  border: none;
}

.btn-default {
  color: #2c3d4f;
}

.btn-default,
.btn-default:hover {
  border: 1px solid #9da8b3;
}

.btn-default:not([disabled]):hover,
.btn-group-xs .btn-default:not([disabled]):hover {
  color: #ffffff;
  background-color: #2c3d4f;
  border: 1px solid #2c3d4f;
}

.panel-default .btn-group-right {
  float: right;
  margin-top: -2px;
}
.panel-default .btn-group-right .btn {
  margin-left: 5px;
}

.well {
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.form-horizontal .control-label {
  text-align: left;
  padding-top: 5px;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 0px;
  min-height: 20px;
}

.form-horizontal .checkbox-multi {
  margin-bottom: 6px;
}

.select2-dropdown {
  border-radius: 0px;
}
.select2-container--bootstrap .select2-selection {
  box-shadow: none;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #9da8b3;
  background-color: rgba(255, 255, 255, 0.8);
}
.has-error .select2-container--bootstrap .select2-selection {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container--bootstrap .select2-selection--single {
  height: 28px;
  padding: 4px 24px 2px 10px;
  font-size: 13px;
}
.select2-search--dropdown .select2-search__field {
  padding: 2px 6px;
}
.select2-container--bootstrap .select2-results__option {
  padding: 3px 12px;
}
.select2-container--bootstrap .select2-selection--multiple {
  min-height: 28px;
}
.select2-container--bootstrap
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  height: 26px;
  padding: 0px 3px;
}
.select2-container--bootstrap
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 13px;
  padding-bottom: 1px;
  margin: 2px 3px 0 3px;
  border-radius: 0px;
  border-color: #9da8b3;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  box-shadow: none;
  border-color: #9da8b3;
}
.has-error
  .select2-container--bootstrap.select2-container--focus
  .select2-selection,
.has-error
  .select2-container--bootstrap.select2-container--open
  .select2-selection {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container--bootstrap .select2-dropdown {
  border: none;
}
.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
  background-color: #e9e9e9;
}

.input-group-addon {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #9da8b3;
  color: #2c3d4f;
  font-size: 13px;
}

.panel-heading-sm,
.list-group-item-sm {
  padding: 5px 10px;
}

.dropdown-menu li a:hover {
  background-color: rgb(158, 201, 224);
}

.dropdown-menu-small {
  padding: 0px;
  font-size: 12px;
}
.dropdown-menu-small li {
  padding: 0px;
  border-bottom: 1px solid #eeeeee;
}
.dropdown-menu-small li:last-child {
  border-bottom: none;
}
.dropdown-menu-small li > a {
  padding: 5px 10px;
  display: block;
}
.dropdown-menu-small li > a:hover {
  background-color: #fafafa;
}

.modal-header,
.modal-footer {
  padding: 6px 14px;
  background-color: rgba(44, 61, 79, 0.7);
  border-radius: 0px;
  border: none;
}
.modal-header .close {
  font-size: 18px;
  margin-top: 1px;
  color: #ffffff;
  opacity: 1;
}
.modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.modal-content {
  border: none;
  border-radius: 0px;
}

.modal-footer {
  padding: 4px 6px 4px 14px;
}

.panel-title .clickable {
  cursor: pointer;
}

.day-panel .clickable {
  display: none;
}

.tooltip .tooltip-inner {
  max-width: 400px;
  text-align: left;
  white-space: normal;
}

.badge {
  background-color: #2c3d4f;
}

#sidemenu-toggle {
  background-color: rgba(56, 67, 80, 0.44);
  padding: 9px 5px 8px 5px;
  margin: 0;
  border: none;
  z-index: 100000;
  border-radius: 0px;
}
#sidemenu-toggle:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

#wrapper {
  padding-left: 0;
  height: 100%;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 170px;
  width: 0;
  height: 100%;
  margin-left: -170px;
  background-color: #2c3d4f;
  border-right: 3px solid #000;
}

#sidebar-wrapper .logo-img {
  display: block;
  clear: both;
  margin: 10px auto 15px auto;
}
#sidebar-wrapper .logo-type {
  display: block;
  clear: both;
  margin: 10px auto 15px auto;
  display: none;
}
.toggled-2 #sidebar-wrapper .logo-img {
  display: none;
}
.toggled-2 #sidebar-wrapper .logo-type {
  display: block;
}

.toggled-2 #topheader {
  left: 50px;
}

.toggled-2 #topheaderwizard {
  left: 50px;
}

#page-content-wrapper {
  position: absolute;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.xyz {
  min-width: 360px;
}

.fixed-brand {
  width: auto;
}
/* Sidebar Styles */

.sidebar-nav {
  width: 187px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.sidebar-nav .sub-menu {
  display: none;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.sidebar-nav .sub-menu a {
  padding-left: 25px;
}

.sidebar-nav li {
  position: relative;
  line-height: 36px;
}
.sidebar-nav span {
  position: absolute;
  left: 40px;
}
.sidebar-nav span.badge {
  position: absolute;
  left: auto;
  right: 8px;
  top: 10px;
  background-color: #d40b1c;
  z-index: 1001;
}
.sidebar-nav #newbidscounter {
  display: none;
}

.sidebar-nav .sub-menu span {
  position: absolute;
  left: 50px;
}

.sidebar-nav > li + li {
  margin-top: 0px;
  white-space: nowrap;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #b2b7c3;
  border-left: transparent 2px solid;
  padding-left: 16px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-left: #ffffff 2px solid;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > li.open > a {
  color: #ffffff;
}
.sidebar-nav > li.header li.open > a {
  color: #ffffff;
}

.sidebar-nav .nav-stacked > li + li {
  margin-top: 0px;
}

.toggled-2 .sidebar-nav {
  white-space: nowrap;
  width: 47px;
}

.toggled-2 .sidebar-nav .sub-menu {
  position: absolute;
  top: 0;
  left: 50px;
  background: #2c3d4f;
  z-index: 1000;
  padding: 0;
  list-style: none;
  min-width: 180px;
}

.toggled-2 .sidebar-nav > li > a span {
  display: none;
}

.toggled-2 .sidebar-nav span.badge {
  right: -10px;
}

.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}

.selfico {
  margin: 2px auto;
}

@media (min-width: 461px) {
  #wrapper {
    padding-left: 190px;
    /*        margin-top: 51px;*/
  }
  .fixed-brand {
    width: 170px;
  }

  #sidebar-wrapper {
    width: 190px;
  }

  #wrapper.toggled-2 #sidebar-wrapper {
    width: 50px;
  }
  #wrapper.toggled-2 #sidebar-wrapper:hover {
    /*width: 190px;*/
  }

  #page-content-wrapper {
    padding: 0;
    position: relative;
  }

  #wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: -140px;
    width: auto;
  }
}

@media (max-width: 460px) {
  #topheadersub {
    left: 0 !important;
  }

  #topheadersub .submenu li a span {
    display: none !important;
  }

  .bidderpanels {
    padding: 2px;
  }

  .bidderpanels .panel-body {
    padding-left: 1px;
    padding-right: 1px;
  }

  .bid-summary {
    padding: 0;
  }

  #sidebar-wrapper .logo-img {
    display: none !important;
  }

  #sidebar-wrapper .logo-type {
    display: block !important;
  }

  #topheader {
    left: 50px !important;
  }

  #topheaderwizard {
    left: 50px !important;
  }

  #wrapper {
    padding-left: 190px;
    /*        margin-top: 51px;*/
  }

  .fixed-brand {
    width: 170px;
  }

  #sidebar-wrapper {
    width: 50px;
  }

  #page-content-wrapper {
    padding: 0;
    position: relative;
    margin-right: 0;
    margin-left: -140px;
    width: auto;
  }

  .sidebar-nav {
    white-space: nowrap;
    width: 47px;
  }

  .sidebar-nav .sub-menu {
    position: absolute;
    top: 0;
    left: 50px;
    background: #2c3d4f;
    z-index: 1000;
    padding: 0;
    list-style: none;
    min-width: 180px;
  }

  .sidebar-nav > li > a span {
    display: none;
  }

  .sidebar-nav span.badge {
    right: -10px;
  }
  #sidemenu-toggle,
  #pagetourbutton,
  #pagetouradmintoggle {
    display: none !important;
  }

  #breadcrumb li {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #breadcrumb li a {
    padding: 8px 15px !important;
  }

  #topheader .breadcrumb > li + li:before {
    display: none !important;
  }

  #breadcrumb li:not(:last-child) {
    display: none;
  }

  #page-content-wrapper #topheaderwizard ul li a span {
    display: none !important;
  }

  .panel-btn span {
    display: none !important;
  }

  #topheader #userNotification .dropdown-menu {
    width: 240px !important;
  }

  #topheader #userNotification .dropdown-menu .messages .unfooter span {
    display: none !important;
  }

  #topheader #userNotification .btn-group-xs .btn-default {
    width: 66px !important;
  }

  .additionalBidAdd-btn span {
    display: none !important;
  }
}

@media (max-width: 314px) {
  .nav > li {
    float: left;
  }
  #wrapper {
    /*        margin-top: 106px;*/
  }
}

@media screen and (max-width: 768px) {
  .navbar-right {
    float: right !important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    border: none;
    margin-right: 15px;
  }
  .navbar-nav > li {
    float: left;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-toggle {
    display: none;
  }
}

.navbar {
  margin-bottom: 0;
}
.navbar-header {
  float: left;
}

#topheader {
  left: 190px;
  border-bottom: none;
  height: 36px;
  min-height: 36px;
  color: #ffffff;
  z-index: 1031;
}
#topheader .navbar-nav {
  border-radius: 0;
  height: 36px;
  margin-bottom: 0px;
  font-size: 14px;
  background: none;
}
#topheader .navbar-nav > li > a {
  padding: 8px 10px;
  color: #ffffff;
  display: inline-block;
}
#topheader .navbar-nav > .open > a,
#topheader .navbar-nav > .open > a:hover,
#topheader .navbar-nav > .open > a:focus,
#topheader .breadcrumb .subactive > a {
  background: rgba(255, 255, 255, 0.2);
}
#topheader .breadcrumb a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#topheader .breadcrumb > li > svg {
  margin-right: 8px;
  margin-left: 8px;
}

#topheader .breadcrumb > li + li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
}

#topheader .breadcrumb {
  padding: 0px;
}
#topheader .breadcrumb span {
  margin-left: 5px;
}
#topheader .breadcrumb a {
  color: #ffffff;
  white-space: nowrap;
}
#topheader .breadcrumb .dropdown {
  float: left;
}
#topheader .breadcrumb > li {
  float: left;
}
#topheader .breadcrumb .dropdown-menu {
  border: none;
}
#topheader .breadcrumb .dropdown-menu a {
  color: #ffffff;
}
#topheader .breadcrumb .dropdown-menu a:hover {
  color: #ffffff;
}
#topheader .container-fluid {
  padding-left: 0;
}

#topheadersub {
  left: 190px;
  top: 36px;
  font-size: 14px;
  min-height: 36px;
  height: 36px;
}
#topheadersub span {
  margin-left: 5px;
}
#topheadersub .submenu {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
}
#topheadersub .submenu > li > a {
  padding: 8px 10px;
  color: #ffffff;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
#topheadersub .submenu > li > a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#topheadersub .submenu li {
  list-style: outside none none;
  display: inline-block;
  float: left;
}

#topheader #userNotification .notify {
  color: #d40b1c !important;
}
#topheader #userNotification .notify .badge {
  background-color: #d40b1c;
}

#topheader #userNotification .dropdown-menu {
  width: 360px;
  border-top: none;
  right: 0;
  left: auto;
  position: absolute;
  background-color: #fff;
}
#topheader #userNotification .head {
  background-color: #2c3d4f;
  padding: 4px 10px;
  color: #ffffff;
}
#topheader #userNotification .head .label {
  float: right;
}
#topheader #userNotification .foot {
  background-color: #eeeeee;
  padding: 4px 10px;
  text-align: right;
}
#topheader #userNotification ul.messages {
  list-style: none;
  padding: 0px;
  color: #333;
}
#topheader #userNotification ul.messages li {
  padding: 5px 7px;
}

#topheader #userNotification > a {
  display: block;
  color: #333333;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 16px;
  background: rgba(255, 255, 255, 0.2);
}
#topheader #userNotification.open > a,
#topheader #userNotification.open > a:hover,
#topheader #userNotification.open > a:focus {
  background: rgba(255, 255, 255, 0.3);
}
#topheader #userNotification > a:hover {
  display: block;
  color: #333333;
}
#topheader #userNotification .unicon {
  font-size: 20px;
  float: left;
  margin-right: 8px;
}
#topheader #userNotification .uncontent {
  margin-left: 29px;
}
#topheader #userNotification .untitle {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
#topheader #userNotification .unmsg {
  display: block;
  max-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#topheader #userNotification .untitle .label {
  margin-left: 4px;
}
#topheader #userNotification .unfooter {
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
#topheader #userNotification .unfooter .btn-group {
  display: block;
  float: right;
}
#topheader #userNotification .btn-group-xs .btn-default {
  width: 95px;
}
#topheader #userNotification .btn-group-xs .btn-default span {
  margin-left: 5px;
}

#topheader #pagetourbutton {
  padding-left: 15px;
  padding-right: 15px;
}
#topheader #pagetourbutton.active {
  background-color: rgba(255, 255, 255, 0.7);
  animation-duration: 3s;
}

#topheader .rightbutton span {
  margin-left: 6px;
}
#topheader .rightbutton:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.nav-pills > li > a {
  border-radius: 0;
}

.notification {
  padding: 0;
}

@media only screen and (max-width: 600px) {
  /* Force table to not be like tables anymore */
  .no-more-tables table,
  .no-more-tables thead,
  .no-more-tables tbody,
  .no-more-tables th,
  .no-more-tables td,
  .no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .no-more-tables tr {
    border: 1px solid #ccc;
  }

  .no-more-tables td {
    /* Behave  like a "row" */
    width: 100% !important;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50% !important;
    white-space: normal;
    text-align: left;
  }

  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /*        top: 6px;*/
    left: 6px;
    width: 45% !important;
    padding-right: 10px !important;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
    Label the data
    */
  .no-more-tables td:before {
    content: attr(data-title);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .no-more-tables td::after {
    content: "\00a0";
  }
}

.table > tbody > tr.selected-tr {
  background-color: #f1f5b1 !important;
}
.table > tbody > tr.clickable:hover:not(.selected-tr) {
  background-color: #ccc;
  cursor: pointer;
}

/*.btn-default i {
    margin-right: 6px;
}*/
.btn-group-right .btn-default span {
  margin-left: 6px;
  margin-right: 0px;
}

.btn-group-xs .btn-default span {
  margin-left: 3px;
  margin-right: 0px;
}
.btn-group-xs .btn-default span.symbol-right {
  margin-left: 0px;
  margin-right: 3px;
}

#mainWrapper {
  padding-top: 50px;
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  height: 100%;
}
#mainContent {
  /*Entfernt jdh 8.6 - eventuell fuckt das was anderes ab! */
  /*Hinzugefügt ole 04.12.19 - eventuell fuckt das <b>wieder<b> was anderes ab! */
  overflow-x: hidden;
  height: 100%;
}

.no-more-tables {
}

.listtable {
}

.listtable td,
.listtable th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-collapse: initial;
  min-width: 90px;
  max-width: 300px;
  border-top: 1px solid #9da8b3 !important;
}
.listtable th {
  border-top: none !important;
}

.listtable .theader-scroll {
  overflow: hidden;
}
.listtable .theader-scroll table {
  width: auto;
  max-width: none;
  margin-bottom: 0px;
  table-layout: fixed;
}
.listtable table th {
  border-bottom-width: 0px !important;
  padding: 5px 8px !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.listtable table th a {
  color: #2c3d4f;
}
.listtable table th a .sortsymbol {
  width: 1em;
}

.listtable table thead .searchfields td {
  padding: 0px;
}
.listtable table thead .searchfields input,
.listtable table thead .searchfields select {
  width: 100%;
  border: none;
  padding: 2px 8px;
  color: grey;
}
.listtable table thead .searchfields .select2-selection__rendered:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  float: left;
  color: #cccccc;
  margin: 3px 2px 0px 7px;
}
.listtable table thead .searchfields .fa-search {
  display: block;
  float: left;
  margin-top: 6px;
  margin-left: 6px;
  color: #cccccc;
}
.listtable table thead .searchfields .select2-search__field {
  width: 10px !important;
}
.listtable table thead .searchfields .select2-selection {
  border: none;
  min-height: initial;
  border-radius: 0px;
  font-size: 13px;
}

.listtable table th a {
  display: block;
  position: relative;
  padding-right: 12px;
}
.listtable table th a .sortsymbol {
  /*    position: absolute;
        right: 0px;
        top: 2px;*/
  padding-right: 6px;
}
.listtable table th a .inactive {
  color: #cccccc;
}

.listtable table th .dropdown {
  float: left;
}
.listtable table th .dropdown + a {
  margin-left: 20px;
}
.listtable table th .confddbut {
  background-color: #9da8b3;
  margin-left: -8px;
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 5px 6px;
  color: #ffffff;
  float: left;
  display: block;
}
.listtable .confddmenu {
  position: absolute;
}
.listtable .confddmenu .dropdown-toggle {
  display: none;
}

.listtable .tbody-scroll {
  overflow: auto;
  /*height:200px;*/
}
.listtable .tbody-scroll table {
  /*    min-width: 100%;*/
  margin-bottom: 0px;
  /*    table-layout: fixed;*/
}
.listtable table tbody tr {
  cursor: pointer;
}
.listtable table tbody tr:nth-child(even) {
  /*    background-color: rgba(44,61,79,0.1);*/
  background-color: rgba(255, 255, 255, 0.8);
}
.listtable table tbody tr:hover {
  background-color: #dcf5f0;
  color: #333333;
}
.listtable table tbody tr.rowselected {
  background-color: #dcecf5;
  color: #ffffff;
}

.listtable table tbody tr.rowselected td {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
}

.listtable table tbody tr.rowselected .popover {
  color: black;
}

.listtable table tbody td {
  padding: 5px 8px;
}

.listtablepager {
  margin-top: 20px;
  overflow: hidden;
}

.listtablepager .pagination {
  margin: 0px;
}
.listtablepager .pcount {
  float: right;
  padding-top: 5px;
}
.listtablepager .pagination > li > a,
.listtablepager .pagination > li > span {
  padding: 3px 10px;
}
.panel-body > .listtablecontainer {
  margin: -15px;
}

#budgetlist-panel .listtable table tbody tr.strikeout td {
  position: relative;
  color: grey;
}

#budgetlist-panel .listtable table tbody tr.strikeout td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 2px dashed rgb(193, 66, 66);
  width: 100%;
}

#budgetlist-panel .listtable table tbody tr.strikeout td:after {
  content: "\00B7";
  font-size: 1px;
}

#history-timeline
  .vis-panel
  .vis-item[data-history-deleted="1"]
  .vis-item-content:after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  background: #c00;
  content: "";
  width: 100%;
  display: block;
}

#history-timeline
  .vis-panel
  .vis-item[data-history-deleted="1"]
  .vis-delete:after {
  color: green;
  font-family: "Font Awesome 5 Pro";
  line-height: 2.2;
  content: "\f2ea";
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#history-timeline
  .vis-panel
  .vis-item[data-history-deleted="1"]
  .vis-delete:hover {
  background-color: green;
}
#history-timeline
  .vis-panel
  .vis-item[data-history-deleted="1"]
  .vis-delete:hover:after {
  background-color: green;
  color: white;
}

.datatablecontainer {
  font-size: 12px;
}
.datatablecontainer label {
  margin-bottom: 0px;
}
.datatablecontainer .selcounter {
  padding-top: 2px;
  text-align: center;
}
.datatablecontainer .selcounter .glyphicon-warning-sign {
  color: #a94442;
  margin-left: 6px;
  font-size: 14px;
}
.datatablecontainer .tabletitle {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 6px;
}
.datatablecontainer .dataTables_wrapper .dataTables_filter {
  font-size: 12px;
}
.datatablecontainer .dataTables_wrapper .dataTables_filter input,
.datatablecontainer .dataTables_wrapper .dataTables_length select {
  padding: 1px 4px;
  height: 22px;
  margin-left: 0px;
}
.datatablecontainer .dataTables_wrapper .dataTables_filter input {
  width: 100%;
}
.datatablecontainer .dataTables_wrapper .dataTables_length select {
  width: 60px;
}
.datatablecontainer ul.pagination {
  margin-bottom: 0px;
}
.datatablecontainer ul.pagination a {
  padding: 3px 8px;
}

.datatablecontainer table {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.datatablecontainer table thead tr th.selectcol {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.datatablecontainer table thead .sorting::after,
.datatablecontainer table thead .sorting_asc::after,
.datatablecontainer table thead .sorting_desc::after,
.datatablecontainer table thead .sorting_asc_disabled::after,
.datatablecontainer table thead .sorting_desc_disabled::after {
  bottom: 4px;
}
.datatablecontainer table tbody tr td.selectcol {
  padding-left: 4px;
  padding-right: 0px;
  font-size: 13px;
}
.datatablecontainer table tbody tr {
  cursor: pointer;
}
.datatablecontainer table tbody tr.rowselected {
  background-color: #a8d9f4;
}
.datatablecontainer table tbody td,
.datatablecontainer table thead th {
  padding: 4px 5px;
}

.datatablecontainer table.has-error {
  border-color: #a94442 !important;
}

fieldset.scheduler-border {
  border-width: 1px !important;
  border-style: groove !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  border-color: rgb(57, 157, 213) !important;
}
legend {
  font-size: 16px;
  color: #2c3d4f;
}

legend.scheduler-border {
  font-size: 15px !important;
  font-weight: bold !important;
  text-align: left !important;
  width: inherit;
  padding: 0 10px;
  border-bottom: none;
  color: rgb(57, 157, 213);
}

.bidderpanels .collapsing {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.checkbox label {
  cursor: default;
}

.radio label {
  cursor: default;
}

.colsort {
  height: 300px;
  overflow-y: scroll;
}
.colsort li {
  cursor: move;
}
.colorder li {
  cursor: n-resize;
}

fieldset.collapsible legend {
  cursor: pointer;
  display: block;
}
fieldset.collapsed > * {
  display: none;
}
fieldset.collapsible legend .butcollapse {
  display: block;
  float: right;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
#topheaderwizard {
  padding: 0px;
  margin: 0px;
  clear: both;
  display: block;
  left: 190px;
  top: 36px;
  font-size: 14px;
  min-height: 36px;
  height: 36px;
}

#topheaderwizard ul {
  background-color: rgba(255, 255, 255, 0.2);
  list-style: none;
  padding: 0px;
  margin: 0px;
  clear: both;
  display: block;
  font-size: 14px;
  min-height: 36px;
  height: 36px;
  padding-left: 21px;
}
#topheaderwizard li {
  float: left;
  display: inline-block;
  background-image: url("../img/wizard_arrow.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-position-x: -23px;
}
#topheaderwizard li a {
  color: #ffffff;
  padding: 8px 10px;
  display: inline-block;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 17px;
}
#topheaderwizard li:first-child {
  background-image: none;
}
#topheaderwizard li:first-child a {
  margin-left: 0px;
}
#topheaderwizard li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#topheaderwizard li span {
  margin-left: 5px;
}

#topheaderwizard li.disabled {
  opacity: 0.6;
}
#topheaderwizard li.disabled a {
  cursor: not-allowed;
}
#topheaderwizard li.disabled a:hover {
  background-color: transparent;
}
#topheaderwizard li.active a {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

label[for="showAll"] {
  cursor: pointer;
}

.form-control.saving {
  height: 30px;
}

.toggle-switch {
  white-space: nowrap;
}
.toggle-switch label {
  padding-left: 10px;
  font-weight: inherit;
}
.comparison-btn {
  padding: 2px 11px !important;
}

.agb-content {
  height: 400px;
  overflow-y: scroll;
}

.agb-content p {
  line-height: normal;
}

.agb-content span {
  font-size: 10pt;
  font-family: "Calibri Light", sans-serif;
}

.agb-content table {
  border-collapse: collapse;
  border: none;
}

.agb-content table td {
  border: 1px solid black;
}

.agb-content table td p {
  text-align: center;
  line-height: normal;
}

#pagetouradmin {
  display: none;
  position: absolute;
  top: 50px;
  right: 5px;
  background-color: #dddddd;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  padding-bottom: 12px;
  z-index: 1060;
}
#pagetouradmin .ptadminitem {
  background-color: #cccccc;
  margin-bottom: 8px;
  padding: 3px 6px;
}
.ptadminhighlight {
  background-color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
#pagetouradmin #loadbut {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
#pagetouradmin #newtourid {
  display: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

.dropfileuploadcontainer {
  overflow: auto;
  position: relative;
  min-height: 100px;
  text-align: center;
}
.dropfileuploadcontainer .inputdummy {
  display: none;
}
.dropfileuploadinfo {
  margin: 6px auto;
  display: inline-block;
}
.dropfileuploadtodo {
  display: none;
  padding: 5px 3px;
  border-bottom: 1px solid #dddddd;
}
.dropfileuploadtodo p {
  display: block;
  margin-bottom: 5px;
}
.fileboxtable {
  min-width: 100%;
}
.fileboxtable td {
  padding: 4px 2px;
  border-bottom: 1px solid #dddddd;
}
.fileboxtable td.date {
  white-space: nowrap;
}
.btn-linebreak {
  white-space: normal !important;
}
.bootstrap-datetimepicker-widget {
  z-index: 99902;
}

.ptjs-theme.classic .step-container {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  color: #2c3d4f;
}
.pac-container {
  z-index: 99905 !important;
}

#activity .activity-number {
  font-size: 25px;
  padding-top: 6px;
  margin-bottom: 8px;
}
#activity .activity-type {
  font-size: 13px;
  margin-bottom: 2px;
}
#activity .border-row .col-xs-3 p {
  margin-left: -5px;
}

#activity .border-row .col-xs-3 {
  border: 1px solid #2c3d4f;
  width: 23%;
}
#activity .border-row .col-xs-3:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 1718px) {
  #activity .activity-type {
    font-size: 10px;
  }
}

#tracking-panel .panel-body {
  max-height: 50%;
  overflow-x: auto;
}

#summary-panel .panel-body {
  max-height: 50%;
  overflow-x: auto;
}

#venueInformationContent tr td {
  padding-right: 20px;
  padding-top: 3px;
}

.deleted input,
.deleted select {
  background-image: linear-gradient(
    45deg,
    #a3a3a3 8.33%,
    #ffffff 8.33%,
    #ffffff 50%,
    #a3a3a3 50%,
    #a3a3a3 58.33%,
    #ffffff 58.33%,
    #ffffff 100%
  );
  background-size: 12px 12px;
}
