#buscaCPFCNPJ {
	font-weight: normal;
	color: #800;
}

#buscaConteudo {
	font-weight: normal;
	color: #008;
}


.modal {
  overflow-y:auto;
}

.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.etiqueta{
	width:93mm;
	height:42.5mm;
	border-radius:5px;
	border-color:#222;
	border-style: solid;
    border-width: medium;
	padding:0.5cm;
	font-size:48px;
	
}



.paymentpad{
	display:inline-block;
	height:40px;
	
}

.numericpad {
	width:55px;
	height:55px;
	border-radius:5px;
	border-color:#008;
	border-style: solid;
    border-width: medium;
	background:#eee;
	padding:10px;
	font-size=48px;
	
}

.numericpad:hover {
    background-color: #666;
    color: white;
}

.modal-xl {
    width: 83% !important;
}         


.footer {
    background-color: #222;
    color: white;
    text-align: left;
    padding:20px 0 0 0;
    height:60px;
    //margin: 0 1em 0 1em;
}


/* Clearable text inputs */
.clearable{
  background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */
.clearable::-ms-clear {display: none; width:0; height:0;} /* Remove IE default X */


.searchclear {
	pointer-events:auto;
	text-decoration:none;
	cursor:pointer;
	margin-right:10px;
}
.cart-box {
	display: block;
	width: 30px;
	background: rgba(219, 0, 33, 1) url(../img/cart-icon.png) no-repeat 20px 5px;
	padding: 4px 8px 4px 8px;
	border-radius: 30px;
	border-color:#999;
	color: #fff;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.32);
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.cart-box:hover{
	background: #e0e0e0 url(../img/cart-icon.png) no-repeat 20px 5px;
}
.shopping-cart-box{ 
	position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	max-width: 100%;
	color: #222;
	/*background: #fff;
	opacity: 0.6;*/
	border-radius: 4px;
	padding: 10px;
	font: small Verdana, Geneva, sans-serif;  
	margin-top: 10px;
	display:none;
}
.shopping-cart-box a{
	color: #FFD5D5;
	text-decoration:none;
}
.shopping-cart-box:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-bottom: 8px solid rgba(255, 0, 97, 1);
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.shopping-cart-box ul.cart-products-loaded{
	margin: 0;
	padding: 0;
	list-style: none;
}
.shopping-cart-box .close-shopping-cart-box{
  float: right;
}
#shopping-cart-results ul.cart-products-loaded li{
	background: #ED0C50;
	margin-bottom: 1px;
	padding: 6px 4px 6px 10px;
}
.shopping-cart-box .remove-item{
	float:right;
	text-decoration:none;
}
.shopping-cart-box .cart-products-total{
	font-weight: bold;
	text-align: right;
	padding: 5px 0px 0px 5px;
}
.shopping-cart-box h3{
	margin: 0;
	padding: 0px 0px 5px 0px;
}
.myTab
{
	.nav-tabs{
	  background-color:#161616;
	}
	.tab-content{
	    background-color:#303136;
	    color:#fff;
	    padding:5px
	}
	.nav-tabs > li > a{
	  border: medium none;
	}
	.nav-tabs > li > a:hover{
	  background-color: #303136 !important;
	    border: medium none;
	    border-radius: 0;
	    color:#fff;
	}
}
.bpe{
	background-color:#000088;
	color:#fff;
	width:100px;
}

.grayout {
     color: rgba(0,0,128,0.5);   
}
 
/* ----------------------------------------------------------------- */
/* TOGGLE SWITCH */
/* ----------------------------------------------------------------- */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.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: #2196F3;
}

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

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

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
  border:1px solid #000;;
  
}

.slider.round:before {
  border-radius: 50%;
  border:1px solid #008;;

}
