.table-bb {
  border-bottom: 1px solid #dee2e6;
}

.ulul {
  width: 100%;
  margin: 0 0 20px 0 !important;
  min-height: 40px;
  padding: 5px 0 0 0 !important;
}

.box-data .content ul.menu li {
  margin-bottom: 5px;
}

.box-data .content ul.menu li .table-responsive {
  display: none;
  padding-left: 20px;
  cursor: auto;
}

.box-data .content ul.menu li .table-responsive .table {
  position: relative;
  display: table;
  background-color: white;
  font-size: 14px;
}

.box-data .content ul.menu li .table-responsive tr:first-child td {
  border-top: none;
}

.table {
  margin-bottom: 0;
}

.box-data .content ul.menu li .table-responsive {
  padding-left: 0;
}

.par__visibility {
  position: relative !important;
}

.box-data .content {
  padding-bottom: 0;
}

.content form label {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.7rem;
}

.noborder {
  border: 0 !important;
}

.table-bb {
  margin-bottom: 2rem;
}

.xtt-menu {
  z-index: 999999 !important;
}

.xtwitter-typeahead {
  z-index: 1;
}

fieldset {
  background: #f7f7f7;
  padding: 0 1rem 1rem 1rem;
  margin-top: 1rem;
}

.box-data .content ul.menu li .text {
  background-color: #E1E1E1;
}

.pars__par {
  background-color: #FBFBFB;
}

.ui-state-default .table-responsive .table tr {
  background-color: #EFEFEF;
}

tr.pars__par {
  background-color: #FBFBFB !important;
}

.table th, .table td {
  border-top: 1px solid #EfEfEf;
}

.searchform #form_search {
  margin-top: 10px;
}

.box-data .content ul.menu li .info {
  position: relative;
}

.ulul.sortablelist.connectedSortable li {
  cursor: move;
}

.box-data .content ul.menu li .info .cursor {
  position: absolute;
  width: 29px;
  height: 28px;
  opacity: 0.5;
  top: 0;
  right: -40px;
  cursor: pointer;
}

.maxheightoverflow {
  max-height: 500px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.box-data .content {
  min-height: 0;
}

main {
  margin-top: 0px;
  margin-bottom: 20px;
}

.title {
  margin-top: 30px;
}

.title h2 {
  font-size: 16px;
  font-weight: bold;
}

.table.table-sm tr:nth-child(even) {
  background: #f8f8f8;
}

.box-data .content ul.menu-dark li:nth-child(even) {
  background-color: #195998;
}

ul.revisions {
  display: none;
  padding-left: 0px;
  clear: both;
}

.innerRev {
  margin-top: -2px;
  padding-left: 5px !important;
  background-color: #222 !important;
}

.revisionstoggler {
  float: right;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
  background-image: url("/images/up-arrow.png");
}
.revisionstoggler.collapsed {
  background-image: url("/images/down-arrow.png");
}

.xcheckbox {
  position: relative;
  overflow: hidden;
  /*pure cosmetics:*/
}
.xcheckbox label:before {
  content: url("/images/check-deactive.png");
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}
.xcheckbox :checked + label:before {
  content: url("/images/check-active.png");
}
.xcheckbox input[type=checkbox] {
  display: none;
}
.xcheckbox img {
  width: 20px;
  height: 20px;
}
.xcheckbox label {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  margin: 2px !important;
  width: 20px;
  height: 20px;
}

.cattd {
  font-size: 0.8rem;
  width: 30%;
}

.catli {
  font-size: 12px !important;
  padding: 2px 10px;
  background: #eee;
  margin-bottom: 0 !important;
}

.machli {
  font-size: 14px !important;
  padding: 2px 10px;
  background: black;
  color: white;
  margin-bottom: 0 !important;
}

.inlinecheckbox {
  margin-left: 5px;
  display: inline-block;
}
.inlinecheckbox div {
  display: inline-block;
}

.filters .header {
  cursor: pointer;
}

.question-icon {
  background-image: url("/images/questionmark.png");
}

.helpwrapper {
  background-color: #FFE1C9;
  border-bottom: #FF7303 1px solid;
  padding: 15px 0;
  display: none;
  font-size: 80%;
}
.helpwrapper h2 {
  color: #6b1f08;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 4px;
}
.helpwrapper p {
  margin-bottom: 3px;
  font-size: 12px;
}

.colselect {
  position: absolute;
  top: 7px;
  right: 182px;
  font-size: 14px;
}

.titlebigger h2 {
  font-size: 18px;
  color: #154A7F;
}

.tableuser {
  border: 1px solid black;
  width: 100%;
}
.tableuser .headertr {
  background: #eee;
}
.tableuser td {
  padding: 2px 5px;
  text-align: center;
  width: 12%;
  border: 1px solid black;
  font-size: 12px;
}
.tableuser td.tdleft {
  text-align: left;
  width: auto;
}
.tableuser .usertr input {
  position: relative;
  top: 3px;
}

#form_offers input {
  margin-right: 5px;
}
#form_offers label {
  margin-right: 15px;
}/*# sourceMappingURL=styles.css.map */