@charset "UTF-8";
/* CSS Document */

/*
 * Verde #004528
 * Light #bedeb2
 * Dorado #a4864d
 */

body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #353f4e;
	background-color: #FFF;
	font-family: "Roboto", Sans-Serif;
}

section{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.navigation {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	max-width: 275px;
	padding-left: 5%;
	background-color: #004528;
	text-align: left;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.6, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.6, 0, 0.2, 1);
}
.nav-open .navigation {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78), -webkit-transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.navigation a.links{
	position: absolute;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	left: 15px;
	top: 15px;
}

.navigation a.links:hover{
	text-decoration: none;
}

.navigation .icons{
	position: absolute;
	right: 10px;
	top: -15px;
}

.navigation .icons i[class*="icofont-"]{
	color: #FFF !important;
}

.picker{
	line-height: normal !important;
}

.mmenu {
	position: relative;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 50px 15px 50px 0;
	list-style: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.mmenu > li > a {
	display: inline-block;
	padding: 7px 0;
	color: #fff;
	font-family: "Roboto", Sans-Serif;
	font-size: 18px;
	font-weight: 500;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-property: color, background-color, box-shadow, transform;
}

.mmenu > li > a:hover{
	text-decoration: none;
	color: #f10000;
}

.mmenu > li > a.current:before {
	width: 100%;
}

.mmenu .sub-menu {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mmenu .sub-menu li{
	padding: 5px 10px 5px 10px !important;
}

.mmenu .sub-menu a {
	color: #fff;
	font-size: 16px;
	padding: 4px 0px 4px 15px;
	font-weight: 400;
	font-family: "Roboto", Sans-Serif;
	
}

.mmenu .sub-menu .sub-menu a {
	font-weight: 400;
	opacity: 0.7;
}
.mmenu > li > .current + ul {
	display: block;
}

#top{
	position: fixed;
  background-color: #004528;
  min-height: 40px;
  width: 100%;
  z-index: 999;
  color: #FFF;
}

#top .search,
#top .menu{
  padding: 14px 0px;
}

#top h4{
  color: #FFfF;
  padding: 16px 0px;
  font-size: 20px;
  margin-bottom: 0;
}

#main{
  background-color: #f5f5f5;
  height: 100vh;
  width: 100%;
  padding-top: 60px;
}

#login{
  height: 100vh;
  width: 100%;
  background-color: #bedeb2;
  color: #004528;
}

#login label{
  font-weight: 500;
}

#login-form{
  margin-top: 20vh;
}

.btn-primary{
  color: #FFF;
  background-color: #004528;
  border-color: #004528;
  font-weight: 600;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
  background-color: #205334;
  border-color: #205334;
}

.nav-tabs .nav-link.active{
  background-color: #f5f5f5;
  color: #495057;
  border-bottom-color: #f5f5f5;
}

.nav-tabs .nav-link{
  color: #FFF;
}

.nav-tabs .nav-link:hover{
  border-color: transparent;
}

.form-control{
  font-size: 14px;
  padding: 10px 12px;
  height: auto;
}

#carrito{
  padding: 20px;
  background-color: #FFF;
  min-height: 590px;
  height: 92vh;
}

.imagen{
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

#sales-grid{
  display: none;
}

h1,
h2,
h3,
h4,
h5{
  color: #004528;
}

h5{
  font-size: 16px;
}

h6{
  font-size: 13px;
  font-weight: normal;
  color: #353f4e !important;
}

a{
  color: #004528;
}

a:hover{
  text-decoration: none !important;
}

.product-grid{
  overflow-y: auto;
  height: 92vh;
}

.product-grid .col-md-3{
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.product-item{
  margin-bottom: 20px;
}

.product-item img{
  max-width: 100% !important;
  border-radius: 10px;
  margin-bottom: 10px;
}

.text-muted{
  color: #a9a9a9 !important;
  font-weight: 300;
}

.product-in{
  position: absolute;
  top: -7px;
  right: 5px;
}

.product-in .badge{
  border-radius: 50%;
  height: 24px;
  width: 24px;
  padding-top: 4px;
  text-align: center;
  font-size: 14px;
}

.sale-item{
  border: 1px solid #000;
  border-radius: 7px;
  padding-top: 20px;
}

.sale-item.pagada{
  border-color: green;
}

.sale-item.cancelada{
  border-color: green;
}

.sale-item .user{
  background-color: #000;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #FFF;
  padding: 5px 0px;
}

.sale-item.pagada .user{
  background-color: green;
}

.list-group-item{
  padding: 0.5rem 0.75rem;
}

@media (max-width: 767.98px) {

}

@media only screen and (max-width:1440px) {

}

@media only screen and (max-width:700px) {

}

@media only screen and (max-width:1220px) {
	

}

@media only screen and (max-width:1080px) {
	

}


@media only screen and (max-width:810px) {
	
	
}

@media only screen and (max-width:700px) {
	
	
}