html,
body {
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav.navbar {
  height: 50px;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
  padding-top: 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

html,
body {
  height: 100%;
}
label {
  font-weight: normal;
  cursor: pointer;
  display: block;
}
.w80 {
  width: 80px !important;
}

.container {
  margin-left: 0px;
  width: 100%;
}
.wrap > .container {
  padding: 55px 15px 20px;
  font-size: 10px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

ul {
  padding-left: 0px;
  margin-bottom: 2px;
  display: block;
}

li.parent {
  color: black;
  font-weight: bold;
  cursor: pointer;
  font-size: 10px;
}
li {
  list-style: outside none none;
}

ul.level-1 li:not(.parent),
.level-2 {
  margin-left: 10px;
}
ul.list li:not(.parent),
ul:not(.level-1) {
  margin-left: 10px;
  margin-bottom: 1px;
}

.open > li,
.open > ul {
  display: block !important;
}

li:hover {
  color: #fb4000;
  cursor: pointer;
}

li.checked,
li.checked:hover {
  color: #63b451;
}

#capacity-search-input {
  display: inline-block;
  float: left;
}

.capacity-checkbox-list {
  height: 475px;
  margin-top: 10px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 5px;
  overflow-x: hidden;
}
.list-categories {
  border: 1px solid #ccc;
  height: 520px;
  margin-top: 0;
  overflow-y: scroll;
  padding: 5px;
}
.capacity-checkbox-list .checkbox,
.capacity-checkbox-list .radio {
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.mgright10 {
  margin-right: 10px;
}
.main {
  cursor: pointer;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.main th:hover {
  background-color: #e68e1c;
  color: white;
}
.main thead td {
  font-weight: bold;
}
.main th:active {
  background-color: #e67e1e;
}
.main td,
.main th {
  font-size: 12px;
  border: 1px solid #aaa;
  padding: 4px 6px;
  vertical-align: top;
}

.inner-block table td,
.inner-block table th {
  font-size: 12px;
  padding: 4px 6px;
  vertical-align: top;
  border: 1px solid #ccc;
}
.inner-data {
  display: none;
}
.inner-data > td {
  border: none;
}
.inner-block table {
  border-collapse: collapse;
  margin-left: 30px;
}

.colored {
  background: none repeat scroll 0 0 #fff6ca;
}
.goodgroup-group {
  margin-top: 10px;
}

.goodgroup-group .btn-primary {
  vertical-align: top;
}
.mileage {
  display: inline-block;
  line-height: 34px;
  margin-left: 20px;
  width: 205px;
}
.mileage div {
  width: 100px;
  float: right;
}

.setupSide {
  display: inline-block;

  margin-left: 20px;
}
.setupSide div {
  float: left;
}

.main .red td {
  background-color: #ffe6e6 !important;
  font-weight: bold;
}
.list-checkbox {
  font-size: 12px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 5px;
}
.pseudo-button {
  color: #428bca;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.pseudo-button:hover {
  color: #2a6496;
}

.data-container {
  display: none;
}
.list-checkbox .data-container {
  display: block;
}
.list-checkbox input {
  cursor: pointer;
}

.filters {
  padding: 7px 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.summaryFilterTable td {
  font-size: 12px;
  padding: 4px 6px;
  vertical-align: top;
}
.error_popup {
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #ffffff;
  min-height: 80px;
  padding: 5px;
  position: fixed;
  right: 20px;
  top: 51px;
  width: 300px;
  z-index: 1000;
}
.error_popup p {
  margin-bottom: 8px;
}

table td {
  white-space: nowrap;
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  margin: 0;
}

.both {
  clear: both;
}

.navbar-collapse.collapse.in {
  background: #000;
  opacity: 0.9;
}
.navbar-collapse.collapse.in .lang {
  float: left;
}

.filter-input {
  display: none;
  margin: 0 0 10px;
  cursor: text !important;
}
.list-checkbox .filter-input {
  display: block;
}

.data-container label {
  display: block;
}

.summary-statistics {
  background: none repeat scroll 0 0 #f5d833;
  border: 1px solid #555;
  bottom: 0;
  font-size: 11px;
  padding: 4px 10px;
  position: fixed;
  z-index: 1000;
  width: 100%;
}

.summary-statistics td {
  border-right: 1px solid #555;
  padding: 2px 10px;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-brand:hover {
  color: #c41a1a;
}

.sideName {
  display: block;
  margin-left: 5px;
  cursor: pointer;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  left: 100%;
  margin: 0;
  padding: 4px;
  position: absolute;
  top: 0;
  min-width: 240px;
}

.dropdown-submenu.open .dropdown-menu {
  display: block;
}

.bord-right-w3 {
  border-right-width: 3px !important;
}
.bord-left-w3 {
  border-left-width: 3px !important;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.one-brand .main {
  min-width: 1300px;
}

.groupName {
  font-size: 15px !important;
}

.groupName:hover {
  color: #c41a1a;
}

.help-note {
  color: #bbb;
}

.sortable-distrib div,
.sortable-brands div {
  border: 1px solid #bbb;
  cursor: pointer;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  padding: 5px 5px 5px 10px;
}
.sortable-distrib div:hover,
.sortable-brands div:hover {
  background-color: #e8dfa5;
}

.show-checked {
  font-size: 11px;
}
.check-all {
  display: inline-block;
  font-size: 11px;
  vertical-align: top;
}
.checkAllGoodGroup {
  margin-bottom: 10px;
  font-size: 11px;
}
.field-container {
  height: 405px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 5px;
  overflow-x: hidden;
}
.field-container .radio,
.field-container .checkbox {
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.mgbot0 {
  margin-bottom: 0px !important;
}
.col-lg-3 .check-all {
  font-size: 11px;
  padding-left: 10px;
  margin-right: 10px;
}
input[type="text"].mleft {
  margin: 0 5px 5px -15px;
}
.modelList .capacity-checkbox-list,
.manufacturerList .capacity-checkbox-list {
  height: 400px;
  width: 100%;
}
.h400 {
  height: 400px !important;
}
.control-bar {
  margin-top: 15px;
}

.region-list {
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 10px;
}

.greeny {
  background-color: #80f28a;
}

.cleanFilter {
  font-size: 11px;
}

.dropdown-menu {
  font-size: 13px;
}

.filters-summary {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 5px 0;
  padding: 7px 5px 9px;
}

.pseudo-main-cell:hover {
  color: white;
  background-color: #e68e1c !important;
}

.list-categories input[type="checkbox"] {
  display: inline;
  vertical-align: middle;
  cursor: pointer;
}

.fixed-bottom-summaries {
  background-color: white;
  border-top: 1px solid #ccc;
  bottom: 30px;
  display: block;
  height: 30px;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.fixed-bottom-summaries .cell {
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 10px;
  padding: 7px;
  width: 60px;
  height: 14px;
  position: fixed;
  box-sizing: content-box;
  z-index: 999;
  visibility: hidden;
  bottom: 30px;
}

.winput {
  height: 500px;
  position: relative;
}
.winput textArea {
  height: 480px;
}
.result {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.result table {
  width: 100%;
  min-width: 100%;
}
.result table tr td {
  width: 50%;
}
.result .fxh {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}
.reswrap {
  padding-top: 58px;
}

.select2-container .select2-search--inline .select2-search__field {
  min-width: 600px !important;
}

#regions .lab,
#admmodal .lab {
  font-weight: bold !important;
}

#regions .form-group,
#admmodal .form-group {
  margin-bottom: 5px !important;
}

#regions *,
#admmodal * {
  font-size: 12px !important;
}

#regions .close,
#admmodal .close {
  font-size: 16px !important;
}
.table {
  font-size: 10px;
}

#login-form label {
  display: inline-block;
}

.list-categories ul.list li:not(.parent) {
  font-size: 10px;
}

.lang {
  padding: 15px 3px;
  color: #fff;
}
.lang a {
  padding: 0 !important;
}
.font-weight-bold {
  font-weight: bold;
}
.form-control.krajee-datepicker {
  font-size: 18px;
  letter-spacing: 1px;
}

input[type="checkbox"] {
  margin-top: 4px;
}

.goodgroup-group .btn {
  margin: 15px 15px 15px 0;
}

.report-filters__item,
.report-menu__wrap,
.report-filters__wrap,
.body-content {
  display: flex;
  gap: 15px;
}
.report-menu__wrap > div:nth-child(1) {
  flex-basis: 50%;
}
.body-content .report {
  flex-basis: 80%;
}
.body-content .menu {
  flex-basis: 20%;
}
input[type="file"] {
  display: inline-block !important;
}
.report-filters__item {
  flex-direction: column;
  flex-basis: 50%;
}
.report-menu__wrap {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.report-filters__item-title {
  font-weight: bold;
}


a.active{color: #333333;}