/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------
    Variables
-------------------------------*/
/*---------------------------------
    Grid
-------------------------------*/
body,
html {
  height: 100%;
  min-width: 800px;
}
.container {
  width: 100%;
  max-width: 100%;
}
.modal.fade.in {
  top: 10%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.modal-open {
  overflow: scroll !important;
}
.bootbox.modal-content {
  position: fixed;
  height: 200px;
}
.bootbox.modal-content .btn.null:hover,
.bootbox.modal-content .btn.null:active {
  background: #eee;
  color: #333;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.cursor {
  cursor: pointer;
}
/*---------------------------------
    Buttons
-------------------------------*/
.btn-primary {
  background: #073885;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #0a4cb5;
}
/*---------------------------------
    Typo
-------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li {
  font-family: Verdana, "Helvetica Neue";
}
a {
  color: #073885;
}
a:hover {
  text-decoration: none;
}
/*---------------------------------
    Header
-------------------------------*/
#header {
  background: #073885;
  min-width: 900px;
  padding: 5px 0;
  -webkit-box-shadow: 0 3px 1px #ccc;
  -moz-box-shadow: 0 3px 1px #ccc;
  box-shadow: 0 3px 1px #ccc;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
}
#header #logo img {
  height: 35px;
  margin-left: 15px;
}
#header .row {
  margin-right: 0;
}
#header .navbar-search input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#header #user-nav {
  list-style: none;
  float: right;
  margin-top: 5px;
}
#header #user-nav li {
  float: left;
  color: white;
}
#header #user-nav li a {
  color: white;
  padding: 5px 15px;
}
#header #user-nav li a i {
  position: relative;
  top: 2px;
}
#header #user-nav li a:hover {
  color: #e6e6e6;
}
/*---------------------------------
    Sidebar Navigation
-------------------------------*/
#navigation {
  background: #777;
  padding: 0;
  width: 50px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: inset -2px 0px 4px #444;
  -moz-box-shadow: inset -2px 0px 4px #444;
  box-shadow: inset -2px 0px 4px #444;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  margin-top: 45px;
}
#navigation.open {
  width: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#navigation ul {
  margin: 0;
  width: 250px;
}
#navigation ul li {
  list-style: none;
}
#navigation ul li a {
  color: white;
  border-bottom: 1px solid #666;
  border-top: 1px solid #888;
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 15px;
}
#navigation ul li a:first-child {
  border-top: none;
}
#navigation ul li a i {
  color: #B9B9B9;
  padding-right: 15px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#navigation ul li.active {
  background: #5e5e5e;
  -webkit-box-shadow: inset 0px 0px 4px #333;
  -moz-box-shadow: inset 0px 0px 4px #333;
  box-shadow: inset 0px 0px 4px #333;
}
#navigation ul li.active a {
  border-bottom: none;
}
#navigation ul li.active .submenu {
  display: block;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#navigation ul li.active .submenu li a {
  font-size: 14px;
  color: #ccc;
}
#navigation ul li:hover {
  background: #5e5e5e;
}
#navigation ul li .submenu {
  display: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#navigation .toggle-nav {
  color: white;
  font-size: 20px;
  padding: 10px 15px 10px 0;
}
#navigation .toggle-nav:hover {
  color: #e6e6e6;
}
/*---------------------------------
    Section
-------------------------------*/
section#main {
  height: 100%;
}
form {
  position: relative;
}
/*---------------------------------
    Status Colors
-------------------------------*/
.status-colors {
  margin: 15px 0 0 0;
}
.status-colors li {
  list-style: none;
  float: left;
}
.status-colors li span {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
  border: 1px solid #ccc;
}
.status-colors li span.green {
  background: #4ddf41;
}
.status-colors li span.red {
  background: #ef8181;
}
.status-colors li span.blue {
  background: #96e4fe;
}
.status-colors li span.yellow {
  background: #FFFF6b;
}
.status-colors li span.gray {
  background: #777;
}
.status-colors li span.orange {
  background: #FF8149;
}
.status-colors li span.purple {
  background: #e447e4;
}
.status-colors li p {
  float: left;
  padding: 0 10px;
}
/*---------------------------------
    Pane
-------------------------------*/
#content.pane {
  width: 100%;
  padding: 25px;
  padding-left: 75px;
  padding-top: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  /*---------------------------------
        Table
    -------------------------------*/
}
#content.pane table {
  max-width: none;
  margin-left: 0px;
}
#content.pane table .header th {
  border-top: none;
}
#content.pane table tr.dropdown-list.open {
  position: relative;
}
#content.pane table tr.dropdown-list.open td {
  position: relative;
}
#content.pane table tr.dropdown-list.open td .dropdown-menu {
  display: block;
  top: 35px;
  left: 50px;
  text-align: left;
}
#content.pane table tr.dropdown-list.open td .dropdown-menu a {
  padding: 5px 10px;
}
#content.pane table tr.dropdown-list.open td .dropdown-menu a:hover {
  background: #073885;
}
#content.pane table tr.dropdown-list.open td .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #333;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
#content.pane table tr.dropdown-list.open td .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
#content.pane table th {
  width: 25px;
  font-size: 11px;
}
#content.pane table td {
  padding: 2px;
  line-height: 25px;
  border-right: 1px solid #fff;
  font-size: 10px;
  width: 25px;
  vertical-align: middle;
}
#content.pane table td input,
#content.pane table td select {
  font-size: 10px;
  padding: 2px 5px;
  min-height: 25px;
  height: 25px;
}
#content.pane table th.spabad,
#content.pane table td.spabad {
  position: relative;
}
#content.pane table th.bigger,
#content.pane table td.bigger {
  width: 150px;
}
#content.pane table th.biggest,
#content.pane table td.biggest {
  width: 400px;
}
#content.pane table th.medium,
#content.pane table td.medium {
  width: 90px;
}
#content.pane table th.medium-xl,
#content.pane table td.medium-xl {
  width: 120px;
}
#content.pane table th.small,
#content.pane table td.small {
  width: 50px;
}
#content.pane table .sell-out {
  background: #4ddf41;
  border: 3px solid white;
}
#content.pane table .store_hbg,
#content.pane table .store_gbg,
#content.pane table .store_sth,
#content.pane table .store_ksd,
#content.pane table .store_mmo,
#content.pane table .store_infra_city,
#content.pane table .store_skelleftea,
#content.pane table .store_halmstad,
#content.pane table .store_jonkoping {
  background: #FFFF6b;
  border: 3px solid white;
}
#content.pane table .preliminary_store {
  background: #e447e4;
  border: 3px solid white;
}
#content.pane table .fair {
  background: #777;
  border: 3px solid white;
}
#content.pane table .sold {
  background: #ef8181 !important;
  border: 3px solid white;
}
#content.pane table .hold {
  background: #96e4fe !important;
  border: 3px solid white;
}
#content.pane table .defect {
  background: #FF8149 !important;
  border: 3px solid white;
}
#content.pane table .deposit,
#content.pane table .preliminary,
#content.pane table .deposit_fk {
  background: #4ddf41;
  border: 3px solid white;
}
#content.pane table tr.active.store_hbg,
#content.pane table tr.active.store_gbg,
#content.pane table tr.active.store_sth,
#content.pane table tr.active.store_ksd,
#content.pane table tr.active.preliminary_store,
#content.pane table tr.active.store_mmo,
#content.pane table tr.active.store_infra_city,
#content.pane table tr.active.fair,
#content.pane table tr.active.defect,
#content.pane table tr.active.store_skelleftea,
#content.pane table tr.active.store_halmstad,
#content.pane table tr.active.store_jonkoping,
#content.pane table tr.active.sell-out {
  border: 3px solid #073885;
}
#content.pane table tr.active.sold {
  border: 3px solid #073885;
}
#content.pane table tr.active.hold {
  border: 3px solid #073885;
}
#content.pane table tr.active.deposit,
#content.pane table tr.active.preliminary,
#content.pane table tr.active .deposit_fk {
  border: 3px solid #073885;
}
#content.pane table tr.active-bottom {
  border-bottom: 3px solid #073885;
}
#content.pane .table-footer select,
#content.pane .table-header select {
  width: 200px;
  float: left;
  margin-right: 20px;
}
#content.pane .table-footer input,
#content.pane .table-header input {
  float: left;
}
#content.pane .delivery input,
#content.pane .delivery label {
  display: none;
}
#content.pane .delivery.prel {
  display: block;
}
#content.pane .delivery.prel select {
  width: 45%;
  float: left;
}
#content.pane .delivery.prel label {
  width: 5%;
  float: left;
  margin-left: 5%;
  display: block;
  text-align: right;
  position: relative;
  bottom: -7px;
}
#content.pane .delivery.prel input {
  width: 35%;
  float: left;
  margin-left: 5%;
  display: block;
}
.spabadtable {
  text-align: center;
}
.spabadtable th {
  text-align: center;
}
ul.counter {
  margin: 0;
  position: absolute;
  top: 100px;
}
ul.counter li {
  list-style: none;
  line-height: 43px;
}
.nav-open #content.pane {
  padding-left: 275px;
}
.ie #content.pane {
  width: 96%;
}
.ie .nav-open #content.pane {
  width: 84%;
}
/*---------------------------------
    Statistic
-------------------------------*/
.statistic-header ul.actions {
  margin: 0;
}
.statistic-header ul.actions li {
  width: 155px;
  list-style: none;
  float: left;
}
.statistic-header ul.actions li input[type="text"] {
  width: 150px;
  float: left;
}
.statistic-header .model {
  margin-top: 10px;
}
/*---------------------------------
    Login
-------------------------------*/
#login .col {
  margin: 0 auto;
  float: none;
  margin-top: 15%;
  width: 300px;
}
#login .col button {
  margin-top: 10px;
}
/*-----------------------------
  Pagination
-------------------------------*/
.pagination {
  width: 100%;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  margin: 0 auto;
}
.pagination ul li {
  display: inline;
}
.pagination ul li span,
.pagination ul li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination ul li span {
  background-color: #073885;
  color: #fff;
}
.pagination ul li.disabled {
  display: none;
}
.paginate-settings {
  margin-top: 10px;
}
.paginate-settings label {
  margin-left: 15px;
  float: left;
}
/*# sourceMappingURL=app.css.map */