html,
body {
  height: 100%;
}
body {
  /*footer.main{
		position: absolute;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}*/
}
body .page-container {
  min-height: 100%;
  /*.main-content{
			margin-bottom: 30px;
		}*/
}
body .page-container.horizontal-menu header.navbar .navbar-brand {
  padding: 14px 20px;
}
body .page-container.horizontal-menu header.navbar ul.nav > li a,
body .page-container.horizontal-menu header.navbar ul.nav > li span {
  padding: 18px 20px;
}
body.page-body .page-container.horizontal-menu header.navbar.navbar-fixed-top {
  position: fixed;
}
body code {
  white-space: pre;
  display: block;
  text-align: left;
  font-family: monospace;
  font-size: 12px;
  color: black;
}
body .datatable ul.pagination {
  margin: 0;
}
body.page-body .select2-container .select2-choice {
  height: 31px;
  line-height: 31px;
}
body table.auto-numbering {
  counter-reset: rowNumber;
}
body table.auto-numbering tbody tr {
  counter-increment: rowNumber;
}
body table.auto-numbering tbody tr td,
body table.auto-numbering tbody tr th {
  vertical-align: middle;
}
body table.auto-numbering tbody tr td:first-child::after {
  content: counter(rowNumber);
}
body .help-block {
  color: #c0c0c0;
}
body .form-control.select2-container {
  height: 31px !important;
  border: 0px solid #ebebeb;
}
body .tile-stats a {
  color: white;
  border-bottom: 1px dashed #ffffff;
}
body .fixed-head {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 60px;
  margin-top: 0;
  padding-top: 20px;
  background-color: #FFFFFF;
}
body .fixed-head + form,
body .fixed-head + div.panel-primary {
  margin-top: 35px;
}
body.page-body .select2-container .select2-choice .select2-search-choice-close {
  right: 22px;
}
body.page-body .select2-container .select2-choice .select2-arrow {
  width: 20px;
}
body .table > thead > tr > th,
body .table > tbody > tr > th,
body .table > tfoot > tr > th {
  vertical-align: middle;
}
body .table > thead > tr > th,
body .table > tbody > tr > th,
body .table > tfoot > tr > th,
body .table > thead > tr > td,
body .table > tbody > tr > td,
body .table > tfoot > tr > td {
  padding: 7px;
}
body .table > thead.middle-align > tr > *,
body .table > tbody.middle-align > tr > *,
body .table > tfoot.middle-align > tr > * {
  vertical-align: middle;
}
body .table > thead.center-align > tr > *,
body .table > tbody.center-align > tr > *,
body .table > tfoot.center-align > tr > * {
  text-align: center;
}
body .table tr.subt > th {
  font-weight: bold;
  font-size: 120%;
}
body .table tr.separator > th {
  background-color: #f5f5f6;
}
body .table .replace-inputs div.checkbox.checkbox-replace {
  display: inline-block;
}
body .table > tbody > tr.replace-inputs {
  background-color: #f5f5f6;
  border-bottom-width: 1px;
  color: #a6a7aa;
}
body input.datepicker.half {
  width: 49%;
  padding: 2px;
}
body div.datepicker > * {
  display: table-cell;
}
body div.datepicker > div.input-group-addon {
  padding: 0;
  border: 0 none;
  width: 0;
  line-height: 0;
  font-size: 0;
}
body div.datepicker > input {
  padding: 2px;
}
body .fa:before {
  display: inline-block;
  text-align: center;
  line-height: 1em;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
}
body .actions_1x {
  width: 45px;
}
body .actions_2x {
  width: 80px;
}
body .actions_3x {
  width: 160px;
}
body .actions_4x {
  width: 160px;
}
body .col_small {
  width: 80px;
}
body .col_medium {
  width: 150px;
}
body table#items-table td:first-child a {
  display: none;
}
body table#items-table tfoot td {
  font-size: 1.1em;
  font-weight: bold;
  vertical-align: middle;
}
body div.calendar-group > input {
  display: table-cell;
  width: 50%;
  padding: 5px 5px;
}
body div.calendar-group input:first-child {
  border-radius: 3px 0 0 3px;
}
body div.calendar-group input:last-child {
  border-radius: 0 3px 3px 0;
}
@media (max-width: 800px) {
  .page-body .page-container .main-content {
    padding-top: 60px;
    margin-top: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 15/10), only screen and (min-resolution: 144dpi) {
  /*:root {
		--base-font-size: 16px;
	}*/
  body {
    font-size: 16px;
    /* listing */
    /* table cols */
    /* nav */
    /* panels */
    /* forms */
  }
  body .tile-stats .num {
    font-size: 2.5em;
  }
  body .tile-stats h3 {
    font-size: 1.5em;
  }
  body .tile-stats p {
    font-size: 15px;
  }
  body .page-container.horizontal-menu header.navbar ul.nav li {
    font-size: 16px;
  }
  body .page-container.horizontal-menu header.navbar ul.nav li > a {
    font-size: inherit;
  }
  body .page-container.horizontal-menu header.navbar .navbar-nav > li {
    font-size: 16px;
  }
  body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
    font-size: inherit;
  }
  body div.datepicker > div.input-group-addon {
    display: none;
  }
  body div.calendar-group > input {
    width: 100%;
  }
  body .btn-sm,
  body a.btn-xs {
    font-size: 16px;
  }
  body .btn,
  body .btn-info.btn-icon i {
    font-size: 14px;
  }
  body .actions_2x {
    width: 6em;
  }
  body .actions_3x {
    width: 9em;
  }
  body .col_small {
    width: 6em;
  }
  body .col_medium {
    width: 8em;
  }
  body .pagination-sm > li a,
  body .pagination-sm > li span {
    font-size: 16px;
    line-height: 1em;
  }
  body .panel-heading .panel-title {
    font-size: 1.2em;
  }
  body .panel-heading .panel-options a {
    font-size: 1.2em;
    margin-left: 10px;
  }
  body .form-control {
    font-size: 16px;
    height: 2.2em;
  }
  body .select2-search input,
  body .select2-container .select2-choice .select2-arrow b {
    background-image: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 800px), only screen and (-o-min-device-pixel-ratio: 15/10) and (max-width: 800px), only screen and (min-resolution: 144dpi) and (max-width: 800px) {
  body table#items-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body table#items-table tr {
    display: block;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 0.625em;
  }
  body table#items-table td {
    display: inline-block;
    width: 49%;
    border: 0 none !important;
  }
  body table#items-table td.product {
    width: 100%;
  }
  body table#items-table td:before {
    content: attr(data-label);
    font-weight: bold;
    padding-right: 10px;
  }
  body table#items-table td:first-child a {
    display: block;
  }
  body table#items-table td:last-child {
    display: none;
  }
  body table#items-table tfoot td {
    display: none;
  }
  body table#items-table tfoot td.net_value,
  body table#items-table tfoot td.vat_value {
    display: inline-block;
  }
  body table#items-table tfoot td.net_value:after,
  body table#items-table tfoot td.vat_value:after {
    content: ' RON';
  }
  body table#items-table tfoot td:last-child {
    display: inline-block;
  }
}
@media only screen and (min-width: 801px) {
  .table td.date input {
    width: 100px;
  }
  .table td.lot input {
    width: 130px;
  }
  .table td.lot input {
    width: 100px;
  }
  .table td.origine input {
    width: 130px;
  }
  .table td.valoare input {
    width: 90px;
  }
  .table td.cantitate input {
    width: 80px;
  }
}
/*# sourceMappingURL=custom.css.map */