/*
--------------------------------------------------- 
    GENERAL POS CSS

--------------------------------------------------- 
*/
body {
  min-width: 480px;
}

input, textarea {
  background: #efe;
  border: 1px solid #ccc;
}

hr {
  border-bottom: 1px dotted #99cc99;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
}

a {
  color: #242;
}

a:hover {
  color: #DD5522;
}

fieldset {
  border: 1px #99cc99 dotted;
  padding: 5px;
  margin: 3px;
}
fieldset legend {
  font-size: 9px;
  color: #687;
  background: #fefffe;
  padding: 2px 8px;
  margin-bottom: 0px;
  border: none;
  display: inline-block;
  width: auto;
}

hr {
  width: 90%;
  text-align: left;
  height: 1px;
  margin: 15px 5px;
  color: #9f9;
}

.right, .text-right {
  text-align: right;
}

td.right {
  text-align: right !important;
}

td.center {
  text-align: center !important;
}

.error, .red {
  color: #cc3300;
}

.orange {
  color: #aa6633;
}

.green {
  color: #484;
}

.blue {
  color: #224466;
}

.grey {
  color: #555;
}

.white {
  color: #fefffe;
}

.price {
  text-align: right;
}

.title {
  color: #484;
  font-weight: bold;
}

.small {
  font-size: 90%;
}

.mini {
  font-size: 11px;
}

.big {
  font-size: 120%;
}

/** LOGIN **/
#login #multiform {
  width: 95%;
  margin: 10px auto;
  max-width: 520px;
}
#login input {
  padding: 12px;
}

#cristal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 9999;
}
#cristal img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  animation: spin 1s ease infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.flex-row > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.flex-row.row:after,
.flex-row.row:before {
  display: flex;
}

/** BUTTONS **/
.btn-pos {
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #242;
  background: #fff url(../img/input.png) repeat-x top left !important;
  white-space: pre-wrap;
  padding: 8px 12px;
  border-radius: 3px;
}
.btn-pos img {
  float: right;
}

.btn-pos:hover, .btn-pos.selected {
  color: #ff6600;
}

#reports .btn-pos {
  width: auto;
  max-width: 320px;
  line-height: 160%;
  margin: 5px;
  padding: 8px 16px;
}
#reports .btn-pos img {
  float: left;
  height: 26px;
  margin-right: 10px;
}

.help-block {
  color: red;
  margin-bottom: 0px;
  font-weight: bold;
}

.paginator {
  margin-bottom: 20px;
}
.paginator a.btn {
  color: #242;
  text-decoration: none !important;
  font-weight: bold;
}
.paginator a.btn:hover {
  color: #dd5522;
}

.content-wrapper {
  padding-left: 2px;
}

.table-wrapper {
  padding: 0 3px;
}

.container-fluid {
  height: 100%;
}

.container-fluid .row {
  height: 100%;
}

/**
 *	Navbar
 */
.navbar {
  background: #f8f8f8;
  min-height: 32px;
  height: 42px;
  padding: 2px;
  /***	Live Clock */
  /*** Ticket id navbar */
}
.navbar ul {
  height: 100%;
}
.navbar ul li {
  height: 100%;
}
.navbar .navbar-header {
  margin-left: 15px;
  height: 100%;
}
.navbar .navbar-brand {
  padding: 4px 6px;
  height: 100%;
}
.navbar .navbar-brand img {
  height: 100%;
  text-shadow: #ccc 1px 2px;
}
.navbar #navbar-title {
  color: #484;
  padding: 4px;
  font-size: 20px;
  text-shadow: #ccc 2px 2px;
  font-weight: 500;
}
.navbar #navbar-search {
  padding: 3px 10px;
  width: 350px;
}
.navbar #navbar-search input.form-control {
  padding: 4px 12px !important;
  width: 100%;
  height: 30px;
}
.navbar #navbar-search .input-group-btn .btn {
  padding: 4px;
  height: 30px;
}
.navbar #navbar-search .input-group-btn img {
  height: 26px;
  margin-top: -2px;
}
.navbar #terminalinfo {
  border-left: 1px solid #ccc;
  padding: 5px 20px;
  font-size: 11px;
  line-height: 11px;
}
.navbar #usermenu {
  border-left: 1px solid #ccc;
  cursor: pointer;
  background: #eee url(../img/toptables.jpg);
}
.navbar #usermenu img {
  height: 25px;
  margin-top: 5px;
  display: block;
  margin: 5px auto;
}
.navbar #usermenu .dropdown {
  position: initial;
  width: 60px;
  height: 100%;
}
.navbar #usermenu .dropdown .dropdown-toggle {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.navbar #usermenu ul.dropdown-menu {
  width: 450px;
  right: 0;
  position: absolute;
  padding: 0;
  height: auto;
  border: 1px solid #ccc;
  box-shadow: none;
  margin-top: 0px;
}
.navbar #usermenu ul.dropdown-menu li {
  background: #eee url(../img/toptables.jpg);
  padding: 0px;
}
.navbar #usermenu ul.dropdown-menu li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.navbar #usermenu ul.dropdown-menu li a {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.navbar #usermenu ul.dropdown-menu li a img {
  height: 26px;
  float: left;
  margin-top: 0px;
}
.navbar #usermenu ul.dropdown-menu li a span {
  display: inline-block;
  padding-top: 2px;
  padding-left: 10px;
}
.navbar #usermenu ul.dropdown-menu li a:hover {
  color: #DD5522 !important;
  background: #EEEEEE !important;
}
.navbar #liveclock-wrapper {
  color: #696;
  font-size: 11px;
  padding-top: 2px;
  padding-left: 1%;
  min-width: 140px;
}
.navbar #ticket_id a {
  color: #ff6600;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: block;
  text-decoration: none !important;
}

/** end .navbar **/
@media screen and (max-width: 768px) {
  .btn-select2-remove {
    display: none;
  }
  .navbar #liveclock-wrapper {
    display: none;
  }
  .navbar #navbar-search {
    display: none;
    max-width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .btn-select2-remove {
    display: none;
  }
  .navbar #navbar-search {
    max-width: 190px;
  }
}
/** end Navbar **/
/**
 * Sidebar Buttons
 */
.sidebar-wrapper {
  padding: 0px !important;
  position: fixed;
  top: 48px;
  right: 0;
}

a.sidebar-btn {
  font-size: 10px;
  width: 100%;
  text-align: center;
  color: #996;
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  border: 1px solid #cdc;
  border-right: 0px;
  border-radius: 8px 0 0 8px;
  text-decoration: none !important;
  padding: 5px;
  background: #fff url(../img/input.png) repeat-x top left;
}
a.sidebar-btn span {
  display: block;
}

a.sidebar-btn:hover {
  color: #696;
  background: #efe;
}

a.sidebar-btn.active {
  background: #CCFFCC;
}

/**
 * Fieldset Search
 */
fieldset.search form {
  position: relative;
}
fieldset.search input#search_term {
  width: 100%;
  max-width: 80%;
  font-size: 18px;
  padding: 2px 10px;
  border-radius: 5px;
  padding-right: 30px;
}

/** results scanitem */
fieldset.search form .loader {
  height: 50px;
  width: 100px;
  position: absolute;
  top: 0px;
  right: 50%;
  margin-left: -50px;
  display: none;
}

fieldset.search form .results {
  padding: 10px 0px;
  overflow: auto;
  max-height: 350px;
}

fieldset.search form .results b {
  color: #ff6600;
}

fieldset.search form .results .result_row {
  color: #363;
  display: block;
  margin: 4px 1px;
  padding: 3px 12px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #cdc;
  background: #fff url(/img/input.png) repeat-x top left;
  border-radius: 5px;
}

fieldset.search form .results .result_row:hover {
  color: #DD5522;
  background: #efe;
}

fieldset.search form .results .result_row small {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  fieldset.search input#search_term {
    max-width: 70%;
  }
}
/**
 * #products
 */
.products_wrapper {
  padding: 10px 0px;
}
.products_wrapper .col-xs-4 {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

#products .products_results {
  margin: 0px;
}
#products .products_results .col-xs-4 {
  padding: 2px;
}
#products .products_results .total {
  padding-right: 10px;
}

.product_square {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff url(/img/input.png) repeat-x top left;
  padding: 10px;
  border-radius: 10px;
  margin: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.product_square .alias {
  font-size: 11px;
  color: #687;
}
.product_square .image {
  width: 100%;
  max-height: 70px;
  overflow: hidden;
  padding-right: 5px;
}
.product_square .image img {
  width: 100%;
}
.product_square .left {
  width: 10%;
  float: left;
}
.product_square .center {
  width: 90%;
  float: left;
}
.product_square .center .left {
  width: 70%;
  float: left;
}
.product_square .center .right {
  width: 30%;
  float: left;
  position: absolute;
  right: 8px;
  bottom: 5px;
}
.product_square .right {
  width: 20%;
  float: left;
}
.product_square .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}
.product_square .manufactor {
  color: #687;
  font-size: 11px;
  line-height: 11px;
  padding: 5px 0;
}
.product_square .stock {
  color: #ff6600;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
}
.product_square .description {
  font-size: 11px;
  line-height: 11px;
}
.product_square .tax {
  color: #687;
  font-size: 10px;
  text-align: right;
}
.product_square .total {
  color: #336633;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

/** end product square **/
/**
 * Tickets list
 */
a.ticket {
  display: block;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff url(/img/input.png) repeat-x top left;
  margin-bottom: 10px;
  color: #226622;
}

a.ticket .title {
  color: #ff6600;
  font-weight: bold;
  font-size: 16px;
}

a.ticket:hover {
  color: #ff6600;
  text-decoration: none;
}

a.ticket .client {
  font-weight: bold;
}

a.ticket .arrow {
  float: right;
}

/**
 * Table POS
 */
.table-pos thead {
  background: #feffee url(/img/toptables.jpg);
}

.table-pos thead tr th {
  border-bottom: 0;
}

.table-pos tbody tr:first-of-type td {
  border-top: 0;
}

.table-pos tbody tr td {
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}

/**---------------------------------

    Products

    -------------------------------**/
#products #left {
  width: 20%;
  max-width: 200px;
  float: left;
  padding: 0 5px;
}
#products #right {
  width: 80%;
  float: left;
  padding: 0px 5px;
}
#products .no_products_btns {
  padding: 20px 0;
}
#products .no_products_btns a {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  color: #ff6600;
  text-decoration: none !important;
  border: 1px solid #cdc;
  background: #fff url(/img/input.png) repeat-x top left;
  font-weight: bold;
}
#products .no_products_btns a:hover {
  background: #efe;
}
#products #search_term {
  max-width: 70% !important;
}
#products .category_title {
  font-weight: bold;
  color: #ff6600;
  font-size: 18px;
  margin-top: 10px;
}
#products .categories_list {
  margin-left: 10px;
}
#products .categories_list a {
  color: #242;
  border: 1px solid #cdc;
  font-size: 12px;
  display: block;
  padding: 5px;
  margin-bottom: 4px;
  border-radius: 8px;
  background: #fff url(img/input.png) repeat-x top left;
  text-decoration: none !important;
}
#products .categories_list a:hover {
  color: #ff6600;
  background: #efe;
}
#products .categories_list .category.selected > a {
  color: #ff6600 !important;
  font-weight: bold;
}
#products .categories_list .category:not(.level-1) {
  display: none;
}

.stock_sidebar {
  margin-right: 0;
  padding-right: 0;
}
.stock_sidebar .fixed {
  position: fixed !important;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.stock_sidebar .leftmenu {
  padding: 0 5px 0 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  display: block;
  width: 210px;
}
.stock_sidebar .rightmenu {
  margin: 10px 100px 0 200px;
}
.stock_sidebar .fixed {
  position: fixed !important;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.stock_sidebar .leftside_menu a {
  margin: 2px 12px;
}
.stock_sidebar #form_filters input {
  font-size: 14px;
  padding: 4px 2px 4px 6px;
  display: block;
  width: 100%;
  line-height: 100%;
}
.stock_sidebar .well {
  padding: 5px;
}
.stock_sidebar #form_filters .select2-container {
  width: 100% !important;
}
.stock_sidebar #form_filters .btn-pos {
  font-size: 18px;
}
.stock_sidebar .btn-select2-remove {
  padding: 4px 12px;
}
@media (max-width: 768px) {
  .stock_sidebar .leftside_menu a {
    margin: 1px 6px;
  }
  .stock_sidebar .leftside_menu .btn-pos {
    margin-bottom: 1px;
    margin-top: 1px;
  }
  .stock_sidebar #form_filters input {
    font-size: 12px;
    padding: 4px;
  }
  .stock_sidebar #category_search {
    display: none;
  }
  .stock_sidebar .well {
    padding: 2px;
  }
}

/** 
REPORTS
*/
#reports #btn-menu {
  padding: 20px;
}

h4.title {
  color: #090;
  font-size: 24px;
  font-weight: bold;
}

#filters {
  widows: 100%;
  margin: 2px;
  padding: 0 4px;
}
#filters input, #filters select, #filters .btn-pos {
  border-radius: 4px;
  margin: 1px;
  padding: 4px;
  border: 1px solid #cdc;
  height: 34px;
}
#filters .btn-pos {
  padding: 4px 8px;
  margin-top: -2px;
}

/*** MODALS ***/
@media (min-width: 768px) {
  .modal-dialog.modal-100 {
    width: 90%;
    padding: 0;
  }
  .modal-dialog.modal-100 .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
}
.modal .close {
  font-size: 50px;
  line-height: 30px;
  margin: 0;
}

.modal .modal-header {
  background: #EEFFEE;
}

.modal .modal-title {
  color: #494;
}

/** modal cliente **/
#modal-client .info {
  font-size: 12px;
  color: #aaa;
}

#modal-client .contactinfo {
  margin: 10px 0;
}

#modal-client .meta {
  border-bottom: 1px dotted #99cc99;
  padding-bottom: 10px;
  margin-top: 40px;
  font-size: 12px;
  color: #aaa;
}

#modal-client #modal_client_alias {
  margin: 10px 0;
  text-shadow: #ccc 1px 1px;
  color: #363;
  border-bottom: 1px dotted #99cc99;
  font-size: 20px;
  font-weight: bold;
}

#modal-client #modal_client_comment {
  text-align: right;
}

#modal-client #modal_client_initsaletitle {
  text-shadow: #ccc 1px 1px;
  color: #363;
  border-bottom: 1px dotted #99cc99;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

#modal-client .initsale span {
  color: #ff6600;
  font-weight: bold;
}

#modal-client .initsale small {
  color: #cc0000;
  font-size: 14px;
}

#modal-client #modal_client_btn_edit {
  width: 100%;
  margin-top: 10px;
}

#modal-editcreate h2 {
  font-size: 20px;
  display: inline-block;
  margin-top: 0px;
}

/** modal produts **/
#modal-product hr {
  margin: 10px 0;
}

#modal_product_categories {
  color: #242;
  font-size: 12.5px;
  margin-bottom: 10px;
  float: left;
}

#modal_product_categories span {
  color: #ff6600;
}

#modal_product_id {
  color: #242;
  font-size: 12.5px;
  margin-bottom: 10px;
  float: right;
}

#modal_product_thumbnail {
  width: 85px;
  margin-right: 10px;
}

#modal_product_thumbnail img {
  width: 100%;
}

#modal_product_title {
  color: #363;
  text-shadow: #ccc 1px 1px;
  font-size: 14.75px;
  font-weight: bold;
}

#modal_product_description {
  color: black;
  font-size: 13.41px;
  font-weight: bold;
}

#modal-product .brand {
  font-size: 9px;
  color: #687;
}

#modal_product_additional {
  font-size: 12px;
}

#modal-product .price {
  float: right;
  text-align: right;
}

#modal-product .price #modal_product_tax {
  font-size: 9px;
  color: #687;
}

#modal-product .price #modal_product_total {
  font-size: 17.5px;
  color: #336633;
  font-weight: bold;
}

#modal-product .provider_ean {
  font-size: 11px;
  color: #687;
}

#modal_product_ean {
  padding-left: 0 !important;
}

#modal_product_dates {
  font-size: 9px;
  color: #687;
}

#modal_product_stock, #modal_product_min, #modal_product_min_recommended {
  font-size: 11px;
  color: #687;
}

#modal_product_unit {
  font-size: 12px;
  color: black;
}

#modal_product_prices {
  margin-top: 20px;
  font-size: 12px;
  color: black;
}

#modal_product_weight {
  font-size: 12px;
  color: black;
}

#modal-product #modal_product_initsaletitle {
  text-shadow: #ccc 1px 1px;
  color: #363;
  border-bottom: 1px dotted #99cc99;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

#modal-product #modal_product_initsaleqty_wrapper {
  max-width: 150px;
  margin: 10px 0px;
}

#modal-product .initsale span {
  color: #ff6600;
  font-weight: bold;
}

#modal-product .initsale small {
  color: #cc0000;
  font-size: 14px;
}

/**
 * BADGES
 */
#badges-container {
  padding: 0 15px;
}

label.badge {
  width: 100px;
  text-align: center;
  background: none !important;
  color: #333;
  border: 1px solid lightgrey;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
label.badge span {
  font-weight: bold;
  display: block;
}
label.badge img {
  width: 100%;
}

#modal-product label.badge {
  width: 65px;
  cursor: initial;
  font-size: 9px;
}

#modal-product #badges-container {
  margin-top: 20px;
}

/**
 * More modal
 */
.modal#modal-more .modal-body h4 {
  color: #696;
  letter-spacing: -1px;
  font-size: 22px;
  text-shadow: #ccc 1px 1px;
  font-weight: bold;
}

.modal#modal-more table {
  width: 100%;
}

.modal#modal-more table tr {
  border-bottom: 1px dashed green;
}

.modal#modal-more table tr td.first {
  font-size: 13px;
}

.modal#modal-more table tr td.second a {
  color: #ff6600;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
}

.modal#modal-more table tr td.third {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #336633;
}

.modal#modal-more #dinero_in {
  font-size: 16px;
}

/**
 * Notes
 */
.notes_wrapper .note {
  vertical-align: top;
  display: inline-block;
  margin: 2px;
  width: 100%;
  margin-top: 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #efca53;
  background: #fafafa url(/img/input.png) repeat-x top left;
  cursor: pointer;
  opacity: 0.7;
}
.notes_wrapper .note .ok {
  float: right;
}
.notes_wrapper .note .icon {
  float: left;
}
.notes_wrapper .note .subject {
  color: #ce8800;
  font-weight: bold;
}
.notes_wrapper .note .from {
  color: #687;
  font-size: 11px;
}
.notes_wrapper .note .last_reply {
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
  color: #687;
}
.notes_wrapper .note :hover {
  color: #ff6600 !important;
  opacity: 1;
}

#modal-notes-reply .reply {
  padding: 5px;
}
#modal-notes-reply .reply small {
  color: #687;
}
#modal-notes-reply div.reply:last-of-type {
  margin-bottom: 20px;
}

/**
 * Print ticket modal
 */
.modal#print-ticket iframe {
  width: 100%;
  height: 400px;
  border: none;
}

/***

WEIGHT APP
**/
#weight {
  margin: 5px;
}
#weight .btn-pos {
  width: auto;
  min-width: auto;
  height: 32px;
  padding: 6px;
  margin: 5px 0 3px 3px;
}
#weight .btn-pos img {
  margin-top: -3px;
}
#weight #selected {
  font-size: 110%;
  color: #090;
  padding: 5px;
}
#weight #resume {
  width: 99%;
  margin: 5px;
  border: 1px solid #cdc;
  border-radius: 5px;
  font-size: 100%;
  color: #555;
  padding: 5px;
}
#weight #resume table {
  width: 100%;
}
#weight #resume thead td {
  font-size: 90%;
  color: grey;
}
#weight #resume td {
  border-bottom: 1px solid #f8f8f8;
  padding: 2px;
}
#weight .inputs .input-group-addon {
  padding: 5px;
}
#weight .inputs .input-group-addon img {
  height: 15px;
}
#weight .inputs .input-group-addon .measure {
  border: none;
  background: white;
  font-weight: bold;
  font-size: 20px;
}
#weight .inputs .input-group-addon .btn-pos {
  width: 50px;
  font-size: 20px;
  line-height: 0px;
  padding: 15px 0;
  text-align: center;
}
#weight .inputs .input-group.price input {
  border-radius: 5px;
}
#weight .inputs #total {
  border: none;
  box-shadow: none;
}

.products_wrapper {
  position: relative;
  top: 80px;
  padding: 5px 0;
  width: 100%;
}
.products_wrapper .product_list {
  padding: 6px;
  display: block;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f8f8f8;
  margin: 2px 1px;
  border-radius: 6px;
}
.products_wrapper .product_button {
  padding: 4px;
  display: block;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fefffe;
  margin: 2px 1px;
  border-radius: 6px;
  height: 92px;
}
.products_wrapper .product_button div.image {
  width: 72px !important;
}
.products_wrapper .product_button img {
  text-align: center;
  max-width: 84px;
  max-height: 84px;
  float: left;
  margin-right: 5px;
}
.products_wrapper .product_button .alias, .products_wrapper .product_button .title {
  padding: 0 2px;
}
.products_wrapper .product_button:hover {
  background-color: #f8f8f8;
  border-color: #cdc;
}/*# sourceMappingURL=pos_style.css.map */