@import url('https://fonts.googleapis.com/css2?family=Libre+Barcode+128&family=Libre+Barcode+128+Text&display=swap');
/*------------------------Mudando-Barra-de-rolagem------------------------*/
::-webkit-scrollbar
{
	width: 8px;
}
::-webkit-scrollbar-track
{ 
	box-shadow: inset 0 0 6px rgba(50,50,50,0.3);
}
::-webkit-scrollbar-thumb 
{
	background-color:#cccccc;
	box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}
/*------------------------------------------------------------------------------*/
::selection /* Seleção padrão para o Internet Explorer */
{ 
	background: #132960; /* coloque a cor que deseja para a seleção */
	color: #fff; /* coloque a cor que deseja para a cor do texto da seleção */
}	
::-moz-selection /* Seleção para o Mozilla Firefox */
{
	background: #132960; /* coloque a cor que deseja para a seleção */
	color: #fff; /* coloque a cor que deseja para a cor do texto da seleção */
}	
::-webkit-selection /* Seleção para o Chrome e Safari */
{
	background: #132960; /* coloque a cor que deseja para a seleção */
	color: #fff; /* coloque a cor que deseja para a cor do texto da seleção */
}
.codBarEANPed{
	font-family: 'Libre Barcode 128 Text', cursive;
	font-size: 40px;
}
.codBarEAN{
	font-family: 'Libre Barcode 128 Text', cursive;
	font-size: 60px;
}
/*---------------------------------------TELA-LOGIN---------------------------------------*/
.login-page{
	background-image: url(../imagens/bg_login.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*
	background: #7b0505;
	background: -moz-linear-gradient(-45deg,  #7b0505 0%, #473f3d 100%);
	background: -webkit-linear-gradient(-45deg,  #7b0505 0%,#473f3d 100%);
	background: linear-gradient(45deg,  #7b0505 0%,#473f3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0505', endColorstr='#473f3d',GradientType=1 );
	*/
}
.bgLogin{
	width: 100%;
	height: 100%;
	font-family: 'Quicksand', sans-serif;
	overflow-x: hidden;
}
.login-box{
	width: 100%;
}
.logoLogin{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 20px;
	font-size: 20px;
	line-height: normal;
	color: #858585;
	text-align: center;
	background-color:#f6f2f1;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.30) !important;
	-moz-box-shadow:    0px 0px 35px 0px rgba(0, 0, 0, 0.30) !important;
	box-shadow:         0px 0px 35px 0px rgba(0, 0, 0, 0.30) !important;
}
.logoLogin h2{
	margin: 0;
	padding: 15px 0;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	color: #5e5e5e;
}
.logoLogin img{
	max-width: 80%;
}
.loginLogoLink{
	font-size: 20px;
	line-height: normal;
	color: #858585;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.loginLogoLink:hover{
	color: #7b0505;
}
.btRedeLogin{
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: #7b0505;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-color: transparent;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.btRedeLogin:hover{
	color: #ffffff;
	background-color: #7b0505;
}
.login-box .card{
	margin: 0;
	padding: 0;
	background: #f6f2f1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.30) !important;
	-moz-box-shadow:    0px 0px 35px 0px rgba(0, 0, 0, 0.30) !important;
	box-shadow:         0px 0px 35px 0px rgba(0, 0, 0, 0.30) !important;
}
.login-card-body{
	border-top: 0;
	padding: 30px 20px;
	color: #858585;
	background-color: transparent;
}
.login-card-body h1{
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	color: #858585;
}
.login-alert{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 15px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: normal;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.login-alert.login-alert-danger{
	background: #fe4862;
}
.login-alert.login-alert-success{
	background: #299732;
}
.login-input{
	height: 50px;
	margin: 0;
	padding: 0;
	padding-left: 55px;
	font-size:16px;
	font-weight: 500;
	color: #b3b3b3;
	background: #ffffff !important;
	border: solid 2px #ffffff !important;
	background-repeat: no-repeat !important;
	background-position: center left 20px !important;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.login-user{
	background-image: url(../imagens/login-ico-user.png) !important;
}
.login-password{
	background-image: url(../imagens/login-ico-password.png) !important;
}
.login-remember-password label{
	font-size:18px !important;
	font-weight: 500 !important;
	color: #858585 !important;
}
.login-remember-password input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
.g-recaptcha {
	transform: scale(0.95);
	-webkit-transform:scale(0.95);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	max-width: 300px;
}
.login-btn{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 7px 0;
	font-size:22px;
	font-weight: bold;
	text-transform: uppercase;
    color: #ffffff !important;
	background: #7b0505; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #7b0505 0%, #262223 100%);
	background: -webkit-linear-gradient(-45deg,  #7b0505 0%,#262223 100%);
	background: linear-gradient(45deg,  #7b0505 0%,#262223 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b0505', endColorstr='#262223',GradientType=1 );
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	text-decoration:none !important;
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.login-btn:hover{
    background-position:300px;
}
.login-btn:disabled{
	cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}
.login-link{
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	color: #858585;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.login-link:hover{
	color: #000000;
}
.login-link-fjm{
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	color: #858585;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.login-link-fjm:hover{
	color:#1a2c50;
}
.login-box-msg{
	margin: 0;
	padding: 0 20px 20px;
	text-align: center;
}
.IcoWhatsFlutuante{
	width:70px;
	height:70px;
	position: fixed;
	padding: 0;
	margin: 0;
	z-index:9999999;
	background-color:#449c44;
	bottom: 30px;
	right:30px;
	text-decoration:none !important;
	cursor: pointer;
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.IcoWhatsFlutuante i{
	font-size:45px;
	color:#ffffff;
	padding: 0;
	margin: 0;
	vertical-align: auto !important;
}
.IcoWhatsFlutuante:hover{
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	background-color:#25d366;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
@media (max-width: 576px) {
	.logoLogin{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.logoLogin h2{
		margin: 0;
		padding: 10px 0;
		font-size: 20px;
	}
	.logoLogin img{
		max-width: 80%;
	}
	.loginLogoLink{
		font-size: 16px;
	}
	.btRedeLogin{
		width: 40px;
		height: 40px;
		font-size: 25px;
		color: #7b0505;
	}
	.g-recaptcha {
		transform: scale(0.8);
		-webkit-transform:scale(0.8);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		max-width: 285px;
	}
	.login-box{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.IcoWhatsFlutuante{
		width:60px;
		height:60px;
		background-color:#449c44;
		bottom: 15px;
		right:15px;
	}
	.IcoWhatsFlutuante i{
		font-size:35px;
	}
}
/*------------------------------------------------------------------------------*/

.linkNavegacao{
    color: #5c5c5c;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.linkNavegacao:hover{
	color:#3b62b1;
}
.linkNavegacao.active{
	font-weight: bold;
}
.alturaProgress{
	height: 10px !important;
}
.ocultaDiv{
	display: none;
}
.delimitaVar{
	padding: 15px;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}
.ftVar{
	max-width: 30px;
	max-height: 30px;
}
.divCamposAvancVar{
	margin-top: 10px;
	padding: 20px 30px !important;
	background-color: #e1e1e1 !important;
}
.bgPar{
	background-color: #d1d1d1 !important;
}
.bgImpar{
	background-color: #f1f1f1 !important;
}
.icoInfos{
    color: #1c5bfa;
	font-size: 18px;
}
.topoCMS{
	padding: 25px 0;
	background-color: #262223 !important;
	/*
    background: -moz-linear-gradient(90deg, #343a40 0%, #343a40 100%);
    background: -webkit-linear-gradient(90deg, #343a40 0%, #343a40 100%);
    background: linear-gradient(90deg, #343a40 0%, #343a40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#343a40",endColorstr="#343a40",GradientType=1);
	*/
}
.bgPersonal{
    color: #c94449;
    background-color: #262223 !important;
}
.icoTopo{
    color: #c94449;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.icoTopo:hover{
	color:#7b0505;
}
.textPersonal{
    color: #ffffff;
}
.titMenuCMS{
    color: #c94449;
	font-size: 12px;
}
.itemGruMenu i{
    color: #c94449;
}
.itemGruMenu p,.itemGruMenu a{
    color: #ffffff;
}
.itemGruMenu i{
	font-size: 15px;
}
.itemGruMenu p{
	font-size: 15px;
}
.itemGruMenu .right{
    color: #ffffff;
	margin-top: 5px;
	font-size: 10px;
}
.itemGruMenu:hover{
    color: #ffffff;
	background: #c94449; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #c94449 0%, #6f6f6f 100%);
	background: -webkit-linear-gradient(-45deg,  #c94449 0%,#6f6f6f 100%);
	background: linear-gradient(45deg,  #c94449 0%,#6f6f6f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94449', endColorstr='#6f6f6f',GradientType=1 );
    -webkit-border-radius: 1.00rem;
    -moz-border-radius: 1.00rem;
    border-radius: 1.00rem;
	-webkit-box-shadow: 1px 1px 35px 0px rgba(0, 0, 0, 0.15) !important;
	-moz-box-shadow:    1px 1px 35px 0px rgba(0, 0, 0, 0.15) !important;
	box-shadow:         1px 1px 35px 0px rgba(0, 0, 0, 0.15) !important;
}
.itemGruMenu:hover i,.itemGruMenu:hover p,.itemGruMenu:hover a{
    color: #ffffff;
}
.delimitaSGMenu{
	padding: 5px 0 !important;
    background: #262223 !important;
    -webkit-border-radius: 0.50rem;
    -moz-border-radius: 0.50rem;
    border-radius: 0.50rem;
}
.itemSGMenu {
	padding: 0;
}
.itemSGMenu p{
    color: #ffffff;
	font-size: 15px;
}
.itemSGMenu:hover i,.itemSGMenu:hover p,.itemSGMenu:hover a{
    color: #ffffff;
    background: transparent !important;
}
.itemSGMenu:hover p{
    color: #c94449;
    background: transparent !important;
}
.semFoto{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
/*----------------BOTOES----------------*/
.btTopoCMS{
	width: auto;
	height: auto;
	margin: 0;
	padding: 6px 20px;
	font-size:14px;
	font-weight: 500;
    color: #ffffff !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	text-decoration:none !important;
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.BTMeusDadosTopoCMS{
	background: #c94449; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #c94449 0%, #6f6f6f 100%);
	background: -webkit-linear-gradient(-45deg,  #c94449 0%,#6f6f6f 100%);
	background: linear-gradient(45deg,  #c94449 0%,#6f6f6f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c94449', endColorstr='#6f6f6f',GradientType=1 );
   
}
.BTMeusDadosTopoCMS:hover{
    background-position:11vw;
}
.BTLogOutTopoCMS{
    background: #4e63a5;
    background: -moz-linear-gradient(90deg, #4e63a5 0%, #6272a4 100%);
    background: -webkit-linear-gradient(90deg, #4e63a5 0%, #6272a4 100%);
    background: linear-gradient(90deg, #4e63a5 0%, #6272a4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e63a5",endColorstr="#6272a4",GradientType=1);
   
}
.BTLogOutTopoCMS:hover{
    background-position:6.5vw;
}
.BTOrdem{
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTOrdem:hover{
    color: #467ffb;
}
.BTAtualizaEstoque{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTAtualizaEstoque:hover{
    color: #004918;
}
.BTHistEstoque{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTHistEstoque:hover{
    color: #2456fc;
}
.BTEditar{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTEditar:hover{
    color: #be7200;
}
.BTConsultar{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTConsultar:hover{
    color: #4c7ef3;
}
.BTCopiar{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTCopiar:hover{
    color: #4cc4f3;
}
.BTExcluir{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTExcluir:hover{
    color: red;
}
.BTBaixarArquivo{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTBaixarArquivo:hover{
    color: rgb(255, 139, 86);
}
.BTAtualizaStatusPedido{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTAtualizaStatusPedido:hover{
    color: rgb(3, 185, 33);
}
.BTHistStatus{
	margin: 0 2px;
    font-size: 20px;
    color: #c6c6c6;
    cursor: pointer;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.BTHistStatus:hover{
    color: #02226d;
}
/*----------------------------SWITCH-ATIVA----------------------------*/
.switchAtiva{
	width: 35px;
	height: 20px;
	position: relative;
	display: inline-block;
	margin: 0 2px;
}
.switchAtiva input{ 
	width: 0;
	height: 0;
  	opacity: 0;
}
.slider{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	cursor: pointer;
	background-color: #e1e1e1;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before{
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider{
  	background-color: #00d54f;
}
input:focus + .slider{
	box-shadow: 0 0 1px #00d54f;
}
input:checked + .slider:before{
	-webkit-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
}
/* Rounded sliders */
.slider.round{
  	border-radius: 34px;
}
.slider.round:before{
  	border-radius: 50%;
}
/*-------------------------------ATALHOS-HOME-----------------------------*/
.btAtalhoIndex{
    width: 100%;
    height: auto;
    line-height: normal;
    margin: 0;
	padding: 15px 15px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    background-color: #4c7cf3;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.btAtalhoIndex i{
	font-size: 40px;
	margin-bottom: 10px;
}
.btAtalhoIndex p{
    margin: 0;
	padding: 0;
}
.btAtalhoIndex:hover{
	-webkit-box-shadow: 1px 1px 35px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    1px 1px 35px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         1px 1px 35px 0px rgba(0, 0, 0, 0.35);
}
@media (max-width: 576px) {
	.btAtalhoIndex{
		margin: 5px 0;
		padding: 20px 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.btAtalhoIndex i{
		font-size: 25px;
		margin-bottom: 0;
	}
	.btAtalhoIndex p{
		display: none;
	}
	.btAtalhoIndex:hover{
		-webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
		-moz-box-shadow:    1px 1px 15px 0px rgba(0, 0, 0, 0.35);
		box-shadow:         1px 1px 15px 0px rgba(0, 0, 0, 0.35);
	}
}
.btEmpHome{
    background: #d0b8b8;
    background: -moz-linear-gradient(90deg, #d0b8b8 0%, #988080 100%);
    background: -webkit-linear-gradient(90deg, #d0b8b8 0%, #988080 100%);
    background: linear-gradient(90deg, #d0b8b8 0%, #988080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b8b8",endColorstr="#988080",GradientType=1);
}
.btProHome{
    background: #b2a2a2;
    background: -moz-linear-gradient(90deg, #b2a2a2 0%, #7c7070 100%);
    background: -webkit-linear-gradient(90deg, #b2a2a2 0%, #7c7070 100%);
    background: linear-gradient(90deg, #b2a2a2 0%, #7c7070 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2a2a2",endColorstr="#7c7070",GradientType=1);
}
.btForHome{
    background: #858585;
    background: -moz-linear-gradient(90deg, #858585 0%, #545353 100%);
    background: -webkit-linear-gradient(90deg, #858585 0%, #545353 100%);
    background: linear-gradient(90deg, #858585 0%, #545353 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#858585",endColorstr="#545353",GradientType=1);
}
.btCliHome{
    background: #545251;
    background: -moz-linear-gradient(90deg, #545251 0%, #473f3d 100%);
    background: -webkit-linear-gradient(90deg, #545251 0%, #473f3d 100%);
    background: linear-gradient(90deg, #545251 0%, #473f3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545251",endColorstr="#473f3d",GradientType=1);
}
.btCPHome{
    background: #c94449;
    background: -moz-linear-gradient(90deg, #c94449 0%, #963336 100%);
    background: -webkit-linear-gradient(90deg, #c94449 0%, #963336 100%);
    background: linear-gradient(90deg, #c94449 0%, #963336 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c94449",endColorstr="#963336",GradientType=1);
}
.btCRHome{
    background: #b20604;
    background: -moz-linear-gradient(90deg, #b20604 0%, #580303 100%);
    background: -webkit-linear-gradient(90deg, #b20604 0%, #580303 100%);
    background: linear-gradient(90deg, #b20604 0%, #580303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b20604",endColorstr="#580303",GradientType=1);
}

/*-------------------------------BOX-HOME-----------------------------*/
.boxPedidos{
    background: #d0b8b8;
    background: -moz-linear-gradient(90deg, #d0b8b8 0%, #988080 100%);
    background: -webkit-linear-gradient(90deg, #d0b8b8 0%, #988080 100%);
    background: linear-gradient(90deg, #d0b8b8 0%, #988080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0b8b8",endColorstr="#988080",GradientType=1);
}
.boxValorTotal{
    background: #858585;
    background: -moz-linear-gradient(90deg, #858585 0%, #473f3d 100%);
    background: -webkit-linear-gradient(90deg, #858585 0%, #473f3d 100%);
    background: linear-gradient(90deg, #858585 0%, #473f3d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#858585",endColorstr="#473f3d",GradientType=1);
}
.boxClientes{
    background: #c94449;
    background: -moz-linear-gradient(90deg, #c94449 0%, #580303 100%);
    background: -webkit-linear-gradient(90deg, #c94449 0%, #580303 100%);
    background: linear-gradient(90deg, #c94449 0%, #580303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c94449",endColorstr="#580303",GradientType=1);
}
/*------------------------------------DETALHES-PEDIDOS------------------------------------*/
.cardPedidos{
	margin: 0;
	padding: 0;
	border: none !important;
	-webkit-box-shadow: 1px 1px 35px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    1px 1px 35px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         1px 1px 35px 0px rgba(0, 0, 0, 0.25);
}
.cardPedidos .card-body{
	margin: 0;
	padding: 0;
}
.cabecalhoPedDet{
	border-bottom: solid 3px #e4e4e4;
}
.infosPedDet{
	background-color: #f8f8f8;
	border-bottom: solid 3px #e4e4e4;
}
.delimitaConteudoAreaCliente .infosPedDet h5{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	color: #2a2a2a;
	line-height: normal;
}
.delimitaConteudoAreaCliente .titFooterPed{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	color: #2a2a2a;
	line-height: normal;
}
.footerPed{
	border-top: solid 3px #e4e4e4;
}
.nomeCliPedDet{
	font-weight: 700;
	font-size: 20px;
	color: #2a2a2a;
	line-height: normal;
	text-transform: uppercase;
}
.btImprimir{
	width: auto;
	padding: 7px 15px;
	font-size:16px;
	font-weight: 400;
	color: #2a2a2a;
	white-space: nowrap;
	background-color: transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.btImprimir:hover{
	color: #ffffff;
	background-color: #1e36a2;
}
.btRoxoSM{
	width: auto;
	padding: 7px 15px;
	font-size:16px;
	font-weight: 400;
	color: #ffffff;
	white-space: nowrap;
	background-color: #000000;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
.btRoxoSM:hover{
	background-color: #1e36a2;
}
.headerProdutosResumo{
	color: #535353;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: solid 3px #e4e4e4;
}
.loopItemProdutosResumo{
	color: #535353;
	font-size: 16px;
	border-bottom: solid 1px #e4e4e4;
	text-decoration:none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
}
.loopItemProdutosResumo:hover{
	background-color: #f1f1f1;
}
.loopItemProdutosResumo img{
	max-width: 60px;
	max-height: 50px;
}
.subtotalProdutosResumo{
	color: #535353;
	font-size: 14px;
	text-align: right;
}
.entregaProdutosResumo{
	color: #535353;
	font-size: 14px;
	text-align: right;
}
.cupomProdutosResumo{
	color: #535353;
	font-size: 14px;
	text-align: right;
}
.convenienciaProdutosResumo{
	color: #535353;
	font-size: 14px;
	text-align: right;
}
.totalProdutosResumo{
	color: #2a2a2a;
	font-size: 20px;
	text-transform: uppercase;
	text-align: right;
	border-top: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
}
.delimitaConteudoAreaCliente h5{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-size: 24px;
	color: #2a2a2a;
	line-height: normal;
}
/*-------------------MODAL-------------------*/
.modal-content{
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
	text-decoration:none !important;
	outline: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	box-shadow: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
	border: none !important; /*------------TIRANDO BORDA AZUL QUE APARECE NO CHROME------------*/
}
.modal-content p{
	font-size: 22px;
    color: #5c5c5c;
}
.modal-backdrop{
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.modal-backdrop.show {
    opacity: .70;
}

.containerImpressao *{
	color: #000000 !important;
	background-color: #ffffff;
	box-shadow: none !important;
}
.containerImpressao .card-title{
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.tabelaImpressao *{
	padding: 5px !important;
}


/*------------------------------------IMPRESSAO-ETIQUETA------------------------------------*/
.delimitaLoopsEtiquetas{
	padding: 5px 5px;
	margin: 0;
}
.loopEtiqueta{
	height: 99px;
	padding: 5px 5px;
	margin: 0;
	border: solid 1px #ffffff;
	text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tituloEtiqueta{
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	line-height: normal;
	font-size: 11px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}
.valorEtiqueta{
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
}
.barcodeEtiqueta{
	padding: 0;
	margin: 0;
	line-height: normal;
	font-family: 'Libre Barcode 128 Text', cursive;
	font-size: 30px;
	color: #000000;
}