:root {
	--main-primary-color: #5bbe8e;
	/*#8E8E8E - BOX*/
	/*#3CD03C - D3*/
	/*#5bbe8e - DISTRIVALE*/
}

.navbar {
    background-color: #5bbe8e;
    /*#8E8E8E - BOX*/
    /*#3CD03C - D3*/
    /*#5bbe8e - DISTRIVALE*/
}

@media only screen and (min-width: 1800px) {
	.col-xl-2 {
		width: 20%;
	}

	
}

@media only screen and (min-width: 1100px) {
	.col-om-md {
		width: 33%
	}
	
	.btnPlusMinus {
		max-width: 45px;
	}
	.imagemProduto{
		max-width: 350px;
overflow:hidden;

	}
}

@media only screen and (min-width: 1800px) {
	.col-om-md {
		width: 25%;
	}
	
	.btnPlusMinus {
		max-width: 45px;
	}
.imagemProduto{
		max-width: 300px;

	}
}

@media only screen and (min-width: 1430px) {
	.over350 {
        display: block;
    }
    .below350 {
        display: none;
    }
.btnPlusMinus {
		max-width: 45px;
	}
.imagemProduto{
		max-width: 300px;

	}
}

@media only screen and (max-width: 1430px) {
	.over350 {
        display: none;
    }
    .below350 {
        display: block;
    }
.btnPlusMinus {
		max-width: 32px;
	}
.imagemProduto{
		max-width:350px;

	}
}




.hr-text {
	margin-top: 10px;
	margin-bottom: 0px;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
}

.hr-text::before {
    content: '';
    background: #aaa;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text::after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
  	background-color: #fcfcfa;
  }
}

a:hover {
	cursor: pointer;
}

.btn-entrar {
    color: #fff;
    background-color: green !important;
    border-color: #2e6da4;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border: 1px solid transparent;
    width: 100%;
}

.btn-recuperar-senha {
    color: #fff;
    background-color: #337ab7 !important;
    border-color: #2e6da4;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border: 1px solid transparent;
    width: 100%;
    margin-top: 10px;
}

.txt_login {
	text-align: center;
    //font-size: 4em;
    color: black;
    padding: 0px 0px 10px 0px;
}

.navbar-default {
  background-color: var(--main-primary-color);;
  border-color: var(--main-primary-color);;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.txt_lembrar {
	//font-size: 2em;
	padding: 6px;
}

.nav_navbar {
	background-color: var(--main-primary-color);
	font-size: 1em;
	color: black;
}

.txt_nav_navbar {
	color: black;
}

.txt_nav_dropdown {
	color: black;
}

.btn_nav_dropdown {
	color: black; !important
}

.img_logo {
	height: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
}

body {
	background-color: #f6f6f6;
	//font-size: 9px;
    line-height: 1;
}

.text-nome { 
	color: white;	
}

.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus, .nav-sidebar > .dropdown > .nav-submenu > .active > a, .nav-sidebar > .dropdown > .nav-submenu > .active > a:hover, .nav-sidebar > .dropdown > .nav-submenu > .active > a:focus {
    color: #fff;
    background-color: var(--main-primary-color);
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #fff;
    background-color: var(--main-primary-color);
    
}

@media only screen and (max-width: 767px) {
  .btn_quantidade {
  	max-width: 45px !important;
  }
  
  .inputQuantidade {
  	font-size: 1.5em !important;
  }
  
  #table_infos_pedido, #table_infos_pedido {
	width: 100% !important;
  }
  
}

@media (min-width: 767px) {
	.text_search_produtos {
		width: 30%;
	}
}
#table_infos_pedido, #table_infos_pedido {
	//	width: 40%;
	}

.btn_quantidade {
  	max-width: 35px;
  }
  
.inputQuantidade {
	font-size: 1em;
}


.autocomplete {
  position: relative;
  //display: inline-block;
}



input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-size: 18px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}


#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

#confirm {
	width: 500px;
	overflow: hidden;
	background: #f1f1f1;
	box-shadow: 0 0 20px black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 10px;
	text-align: center;
	font-size: 20px;
    border-radius: 6px;
 }
#confirm button {
	font-size: 20px;
	background-color: DodgerBlue;
	color: white;
	cursor: pointer;
	display: inline-block;
	border: 0;
    height: 30px;
    width: 80px;
}
