body {
	font-family: 'Montserrat', sans-serif;
}
.text-middle {
	vertical-align: middle !important;
}
.store-box {
	background-color: #5bc0de;
	border-radius: 5px;
	color: white;
	padding: 15px;
	text-align: center;
	position: relative;
}
.store-box-badge {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	text-shadow: 1px 1px 1px black;
}
.badge-right {
	right: 10px;
}
.btn-wrap {
	word-wrap: break-word;
	display: flex;
}
.div-box {
	box-shadow: 0px 0px 5px gray !important;
	border-radius: 4px;
	text-align: center;
	padding: 10px !important;
	height: 80px;
	font-size: 0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shopping-car {
	height: calc(100vh - 255px) !important;
	overflow-x: hidden;
	overflow-y: auto;
}
.fs-1x {
	font-size: 1em;
}
.fs-2x {
	font-size: 2em;
}
.fs-2x5 {
	font-size: 2.5em;
}
.fs-3x {
	font-size: 3em;
}
.fs-4x {
	font-size: 4em;
}
.fs-5x {
	font-size: 5em;
}
.fs-1x2 {
	font-size: 1.2em;
}
.fs-1x5 {
	font-size: 1.5em;
}
.div-fixed {
	position: absolute;
}
.ventas {
	height: 100%;
}
.block {
	display: block;
}
.input-image {
	position: relative;
	display: flex;
	/*justify-content: center;*/
	align-items: center;
}
.input-image i {
	position: absolute;
	left: 10px;
}
.input-image input {
	padding-left: 28px;
}
.ventas .valign button+button {
	margin-left: 5px;
}
.ventas .col-xs-6 {
	padding: 6px;
	padding-right: 15px;
}
.ventas .col-xs-6+.col-xs-6 {
	padding-left: 3px;
	padding-right: 15px;
}
.numpad,
.modal-numpad {
	flex-wrap: wrap;
	max-width: 100%;
	float: left;
}
.numpad button,
.modal-numpad button {
	width: 55px;
	height: 55px;
	margin: 0 !important;
	font-size: 2em;
}
.carrito button {
	padding: 0 !important;
	width: 45px;
	height: 45px;
	margin: 0 !important;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 2em
	/*vertical-align: middle;*/
}
.numpad-left {
	width: 75%;
	text-align: right;
}
.numpad-right {
	width: 25%;
}
.btn-lg-2x {
	width: 110px !important;
}
.btn-al-2x {
	height: 110px !important;
}
.bottom-5 {
	margin-bottom: 5px;
}
.bottom-10 {
	margin-bottom: 10px !important;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.carrito ul {
	padding: 0 !important;
	margin: 0 !important;
	margin-top:10px;
	margin-bottom: 10px;
}
.carrito li {
	list-style: none;
	padding: 10px;
}
.sale-item {
	border-bottom: 1px solid #d0d0d0;
}
.sale-item-active {
	background-color: #d0d0d0 !important;
}
.carrito {
	height: calc(100% - 50px);
	overflow-x: hidden;
	overflow-y: auto;
}
.overflow-y {
	overflow-x: hidden;
	overflow-y: auto;
}
.carrito-item {
	padding: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #d0d0d0
}
.item-space {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	float: left;
}
.item-space input[type=radio] {
	margin: 0;
}
.item-buttons {
	width: 250px;
	float: right;
}
.item-producto {
	width: calc(100% - 188px);
}
.item-producto i {
	width: 25px !important;
	float: right;
}
.item-producto .item-label {
	width: calc((100% - 30px) / 3);
	float: left;
}
.backdrop {
	display: flex;
	background: rgba(0,0,0, 0.8);
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.checkbox input[type=radio] {
	width: 20px;
	height: 20px;
	border: 1px solid black;
}
li > div > label:hover {
	cursor: pointer;
}
.margin-top-10 {
	margin-top: 10px !important;
}
.border-gray {
	border: 1.5px solid gray;
}
.chosen-container {
	width: 100% !important;
}
a.chosen-select {
	padding: 6px 12px !important;
	height: 50px !important;
}
fieldset {
	border: 1px solid #ccc !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}
legend {
	width: inherit;
	padding:0 10px;
	border-bottom: none;
}
.btn-icon > i {
	margin-right: 10px !important;
}
.form-bar {
	height: 50px;
}
.frame-has-bar {
	height: calc(100% - 50px);
}
ul#ListaCuentas > li {
	position: relative;
}
ul#ListaCuentas > li >blockquote {
	margin-bottom: 0px;
	background-color: #f0ecec;
}
.floating-right {
	position: absolute;
	top: 15px;
	right: 15px;
}
.limited-height {
	/*min-height: 200px;*/
	max-height: 150px;
	overflow: hidden;
	overflow-y: auto;
	box-shadow: inset 1px 1px 10px black;
}
.limited-height-padding {
	padding-top: 15px;
	padding-bottom: 5px;
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #5cb85c;
}

input:focus + .slider {
	box-shadow: 0 0 1px #5cb85c;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.bigbutton {
	min-height: 200px;
}