/**********GENERICS*******/
html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
}

h1 {
  margin-bottom: 25px;
}

/*********OVERRIDES*************/
.datepicker-inline {
  margin: 0 auto;
}

.navbar-brand>img {
  width: 145px;
  vertical-align: top;
  margin-top: -10px;
}

.navbar-toggle {
  margin-right: 30px;
}

.form-control[disabled],
.form-control[readonly] {
  background-color: white;
  border: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

select.form-control[disabled],
select.form-control[readonly],
input[type=text].form-control[disabled],
input[type=text].form-control[readonly] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.btn-primary {
  background-color: #014182;
  border-color: #014182;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #004d9c;
  border-color: #004d9c;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #89c4ff;
  border-color: #89c4ff;
}

.navbar-toggle {
  background-color: #004d9c;
}


.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: white;
  border: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

/*********GLOBALS*************/
h1.logo-name {
  font-size: 80px;
  letter-spacing: -5px;
}

.spacerv1 {
  margin-top: 10px;
  margin-bottom: 22px;
}

.spacerv2 {
  margin-top: 10px;
}

.row-padding2 [class*="col-"] {
  margin-bottom: 8px;
}

.row-flex {
  display: flex;
  align-items: center;
}

.control-label2 {
  margin-bottom: 3px;
}

.control-label3 {
  margin-bottom: 3px;
  margin-top: 8px;
}

.msg-info {
  background-color: white;
  font-size: 17px;
  padding: 30px 28px;
  margin: 30px 20px;
}

.table-row-1,
.table-row-1 td {
  border-top: 0 !important;
}


.controlbar {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 15px;
  left: 0;
  background-color: #e4f0fc;
  z-index: 20;
}

.controlbar .btn {
  height: 50px;
}

.controlbar a.btn {
  padding-top: 14px;
}

.controlbar-space {
  padding-bottom: 100px;
}

.controlbar-space2 {
  padding-bottom: 160px;
}

.controlbar-space-negate {
  margin-top: -60px;
  padding-bottom: 60px;
}

.controlbar .btn>i {
  font-size: 24px;
  position: absolute;
  margin-left: -33px;
  margin-top: -2px;
  top: 14px;
}

.controlbar .btn>i.fa-print {
  margin-left: -28px;
}

.controlbar .btn>i.fa-small {
  font-size: 22px;
  margin-left: -28px;
  margin-top: -1px;
}

.controlbar .btn>i.fa-small.fa-euro {
  margin-left: -22px;
}

.controlbar .btn>i.fa-search,
.controlbar .btn>i.fa-chevron-left {
  font-size: 22px;
  margin-top: 0;
  margin-left: -28px;
}


.controlbar .btn {
  padding-left: 33px;
  white-space: normal;
  line-height: 17px;
}

.controlbar .controlbar-default .btn {
  padding-left: 12px;
}

.ibox-sm p {
  margin: 0;
}

.ibox-sm .ibox-content {
  padding: 10px 20px;
  margin-top: 10px;
}

.ibox-nav {
  margin: 15px 0;
}

.ibox.ibox-store {
  margin-bottom: 10px;
}

.ibox.ibox-store .ibox-content {
  padding: 10px;
  position: relative;
}

.ibox.ibox-store p {
  margin: 5px 0;
}

.ibox-store {
  cursor: pointer;
}

.ibox-stats .control-label {
  margin-bottom: 0;
}

.ibox-stats .form-control {
  margin-bottom: 0;
}

.ibox-products>.ibox {
  margin-bottom: 5px;
}

.ibox-stats .ibox-content {
  padding: 0px 20px 0px;
}

.ibox-stats label {
  width: 37%;
}

.ibox-stats input {
  width: 58%;
  display: inline-block;
  margin-bottom: 10px;
}

.ibox-stats input {
  height: 24px;
}

.selCategory .ibox-content {
  padding-top: 5px;
  padding-bottom: 5px;
}


.ibox-products .ibox-content {
  padding-bottom: 5px;
  padding-top: 5px;
}

.ibox-products .product-title {
  margin-bottom: 4px;
}

.product-image-wrapper {
  width: 100%;
  height: 100%;
}

.product-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.selCategory,
.ibox-stats,
.summary-top>.ibox {
  margin-bottom: 8px;
}

.remark {
  font-weight: bold;
  text-transform: uppercase;
}

.remark2 {
  font-style: italic;
}


.controlbar .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
}

.ibox-visit-type {
  position: absolute;
  bottom: 5px;
  right: 15px;
  font-size: 35px;
  color: #37f537;
}

.ibox-visit-type .fa-times-circle {
  color: #ff4545;
}

.controlbar .form-horizontal .form-group {
  margin-bottom: 0;
}

.ibox-content .table tr:first-child td {
  border: 0;
}

.ibox-content .table {
  margin-bottom: 0;
}

.ibox-content .table label {
  width: 100%;
}

.fa-info-circle {
  color: #699869;
  font-size: 37px;
}

.fa-camera {
  color: #699869;
  font-size: 37px;
}

.fa.fa-plus-square-o,
.fa.fa-minus-square-o {
  font-size: 34px;
}

.iquantity {
  width: 46px;
  position: relative;
  margin-left: -100%;
  margin-right: -100%;
  border: 0px;
  height: 30px;
  text-align: center;
}

.iquantity-type {
  border: 1px solid #e7eaec;
  padding: 4px 5px;
  height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.iquantity-type .col-xs-4,
.iquantity-type .col-xs-3 {
  padding: 0 !important;
}

.iquantity-type .btnLess {
  text-align: right;
}

.iquantity-type .btnMore {
  text-align: left;
}


.product-title {
  margin-bottom: 10px;
}

.selCategory [data-brand] {
  opacity: 0.4;
}

.selCategory .active {
  opacity: 1;
}

.selCategory .active img {
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 2px;
}

.overlay-top {
  position: absolute;
  top: 10px;
  left: 8px;
  background-color: white;
  z-index: 10;
  border: 1px solid #e6e1e1;
  width: 96%;
  display: none;
}

.overlay-top .ibox-title {
  border-top: 0;
}

.btnOverlayClose {
  float: right;
  font-size: 33px;
  margin-top: -11px;
  color: #699869;
}

.summary-top {
  position: relative;
}

.ibox-order-hidden {
  display: none;
}

.sweet-alert p {
  font-size: 19px;
}

.field-error {
  border: 1px solid red;
}

.legal-same {
  display: none;
}

.control-search {
  display: none;
  opacity: 1;
}

.btn-close {
  font-size: 31px;
  position: absolute;
  top: -11px;
  right: 16px;
  color: black;
  z-index: 20;
}

.order-sum {
  padding: 8px;
}

.order-sum .table td {
  vertical-align: middle;
}

.order-sum .order-val {
  text-align: center;
}

.order-sum p {
  margin-bottom: 0;
}

.table [data-order] {
  cursor: pointer;
}

/************MENU PAGE*********/
.btn-menu {
  height: 105px;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  padding-top: 16px;
}

.btn-menu i {
  display: block;
  font-size: 37px;
}

.btn-menu span {
  display: block;
  margin-bottom: -4px;
  margin-top: 4px;
}

.btn-menu span small {
  display: block;
  margin-top: -3px;
}

.menu-head {
  margin-bottom: 52px;
}

.submenu {
  padding-left: 30px;
  margin-top: -13px;
}

.navbar-nav {
  padding-left: 52px;
}

/************LOGIN PAGE*********/
.login-logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.login-logo>img {
  width: 100%;
}

/************BEGINDAY PAGE*********/

.page-beginday .table-condensed {
  width: 315px;
  height: 300px;
  margin-left: -58px !important;
  font-size: 17px;
}

.page-beginday .datepicker {
  margin-top: 14px;
}

.customer-read .form-group .form-control {
  width: 60%;
  display: inline-block;
}

.customer-read .form-group label {
  min-width: 138px;
}

.customer-read .form-group {
  margin-bottom: 8px;
}

.mdlExport {
  top: 30%;
}

.btn-order-minus {
  position: absolute;
  left: 0;
  height: 73px;
}

.btn-order-more {
  position: absolute;
  right: 0;
  height: 73px;
}

.btn-order-change {
  margin-bottom: 4px;
}

.btn-edit-customer {
  position: absolute;
  top: 13px;
  right: 90px;
  z-index: 20;
}

/********SELLING LIST PAGE*********/
.ibox-kpis span {
  margin: 0 8px;
}

/********ORDER PAGE*********/
.btn-order-disc {
  margin-top: 5px;
}

.selCategory .fa-check {
  display: none;
}

.selCategory .active .fa-check {
  position: absolute;
  bottom: 0;
  right: 17px;
  display: block;
  font-size: 20px;
  opacity: 0.4;
}

/********PAYMENT PAGE*********/
.ibox-payment label {

  margin-top: 2px;
  position: relative;
  vertical-align: top;
  margin-left: 8px;
  font-size: 16px;

}

/********TICKETS*********/

.ticket {
  page-break-inside: avoid;
}

.ticket-body {
  background-color: white;
}


.ticket-header {
  margin-bottom: 15px;
}

.ticket-footer {
  margin-top: 15px;
}

.ticket-footer p,
.ticket-subheader p,
.ticket-subheader span {
  font-size: 18px;
  margin-bottom: 2px;
}

.ticket-header .text-left img {
  width: 220px;
  margin-bottom: 25px;
}

.ticket-header .text-right img {
  width: 240px;
  margin-top: 24px;
}

.ticket h1 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  margin: 12px 0;
}

.ticket h2 {
  width: 100%;
  font-size: 18px;
  text-align: center;
  background-color: lightgray;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  margin: 12px 0;
}

.ticket h1.simple {
  width: 100%;
  font-size: 18px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 0;
  border-bottom: 0;
  font-weight: bold;
  margin: 12px 0;
}

.ticket table {
  width: 100%;
}

.ticket table th,
.ticket table td {
  font-size: 16px;
  padding: 2px 2px;
  vertical-align: top;
}

.ticket .table-foot {
  border-top: 1px solid gray;

}

.ticket .table-foot td {
  padding-top: 4px;
}

.ticket .table-foot-last td {
  padding-bottom: 4px;
}

.ticket .table-subheader {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 9px;
}

.ticket .back-remark {
  background-color: lightgray;
  width: 100%;
  display: inline-block;
}

.center-ticket .ticket {
  margin: 0 auto;
}


.ticket-signature {
  width: 65%;
  font-size: 18px;
  margin-top: 20px;
}

.ticket-signature span {
  border-bottom: 1px dashed black;
  display: inline-block;
  width: 80%;
  margin-left: 7px;
}

.ticket-legal-note {
  font-size: 15px;
  margin-top: 18px;
}

.subtotal-sep-last td {
  padding-bottom: 15px !important;
}

.subtotal-sep {
  border-top: 4px double black;
}


.dash-down {
  border-bottom: 1px dashed black;
}

.tpad1 {
  padding-right: 5px !important;
}

.ticket-body {
  color: black;
}

.no-image {
  opacity: 0.1;
}

.backdrop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffffe3;
  z-index: 100;
}

.product-big {
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
}

.mdlPrintOrder h4 {
  font-size: 22px;
  margin-bottom: 30px;
}

.mdlPrintOrder label {
  margin-bottom: 1px;
  vertical-align: bottom;
  font-size: 14px;
  margin-left: 5px;
}

.mdlPrintOrder .form-group {
  margin-bottom: 23px;
}

.loading {
  display: none;
  opacity: 0;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  background-color: #f1f2f3;
  overflow: hidden;
  text-align: center;

}

.loading.show {
  display: block;
  opacity: 0.9;
  transition: 1s ease;
}

.user-manage h3 {
  text-align: left;
  margin-top: 15px;
}

.user-controls {
  margin: 10px 10px 70px 10px;
  text-align: right;
}

.user-table td {
  cursor: pointer;
}

#frmUser label {
  font-weight: normal;
  text-align: left;
}

#frmUser .control-label {
  font-weight: normal;
  text-align: left;
  display: block;
}

.control-accept>button {
  margin: 10px 10px;
  width: 100%;
  max-width: 100px;
}

.control-accept {
  margin: 40px 20px;
}

.user-checks label {
  margin-right: 20px;
}

.user-table th {
  text-align: center;
}

.user-table td,
.user-table th {
  text-align: left;
}

textarea.form-control[readonly] {
  border: 1px solid lightgray;
}

.input-tag {
  color: #fff;
  font-weight: bold;
}


/************CAROUSEL*********/
.customer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
}

#fullscreen .closeFS {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 33px;
  color: #699869;
  z-index: 1101;
}

#fullscreen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.overlay-carousel-top {
  position: absolute;
  top: 10px;
  left: 0px;
  background-color: white;
  z-index: 10;
  border: 1px solid #e6e1e1;
  width: 100%;
  display: none;
}

.carousel {
  position: unset !important;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-photos {
  display: none !important;
}

.carousel-inner {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow-x: hidden;
}

.carousel-inner>.item {
  position: relative;
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  margin-left: 15px;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  display: inline-block;
}

.carousel-inner>.item .delete-picture {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 40px;
  color: #699869;
  z-index: 20;
}

.carousel-control-pictures {
  width: 10%;
  height: 100%;
  font-size: 20px;
  text-shadow: none;
  color: #000;
  opacity: 1;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-pictures.left {
  left: 0;
  margin-left: -10px;
}

.carousel-control-pictures.right {
  right: 0;
  margin-right: -10px;
}

.carousel-control-pictures.left:hover,
.carousel-control-pictures.right:hover {
  opacity: 0.9;
  color: #333;
}

.btnOverlayPicturesClose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 33px;
  color: #699869;
  z-index: 20;
}