@import url('https://fonts.googleapis.com/icon?family=Material+Icons|Open+Sans');

body{
	margin: 0 0 0 0;
	font-family:Open Sans,Arial;
    min-width: 340px;
}

.material-icons{
	-webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.tituloFrame{
	width: auto;
	display: flex;
	padding: 7px 0px 7px 7px;
	height: 55px;
}

.fecharTodosModais{
	cursor: pointer;
}

.tituloFrame .titulo{	
	width: 100%;
	margin-left: 15px;
	min-width: 200px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.tituloFrame .titulo h2{	
	font-size: 14px;
	line-height: 6px;
	color: #535353;
	font-weight: 500;
}
.tituloFrame .titulo h1{	
	font-size: 18px;
	line-height: 6px;
	color: #535353;
}

a{
	text-decoration:none;
	outline:none;
}

a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

select{
	outline:none;
}

input{
	outline:none;
}

input radio{
	outline:none;
}
.tituloFrame .adicional{
	width: 100%;
	
}
.avisoSelecioneLoja{
	margin-top: 30px;
	text-align: center;	
	font-size: 18px;
	padding: 7px 18px;
}

#btnAcaoSeleciona{
	color: #00796b;
	font-size: 32px;
	margin-top: 8px;
	float: right;
	width: 60px;
    height: 40px;
    display: none;
    cursor: pointer;
    text-align: center;
}
#btnNovo{
	color: #00796b;
	font-size: 32px;
	margin-top: 8px;
	float: right;
	width: 60px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

.pesquisatabela{
	width: 95%;
	min-width: 200px;
	height: 35px;
	border:0;
	border-bottom:1px solid #ccc;
	text-indent: 20px;
	margin-top: 8px;
}
.pesquisatabela:focus{
	border-bottom:1px solid #00796b;
}
.fundocinza{
    background-color: #f2f3f8;
    border-bottom:1px solid #00796b;
}

.apareceMovel{
	display: none;
}

.pesquisaMovel{
	margin-left: 20px;
	height: 45px;
}

#contadorSelecionado{
	margin-left: 20px;
	margin-top: 15px;
}

input[type=checkbox] {
    transform: scale(1.3);
	cursor: pointer;
}

@media(max-width:600px){
	.someMovel{
		display: none;
	}
	.apareceMovel{
		display: block;
	}
}
@media(max-width:450px){
	.someMovel450{
		display: none;
	}
}
@media(max-width:550px){
	.someMovel550{
		display: none;
	}
}
@media(max-width:800px){
	.someMovel800{
		display: none;
	}
}

@media(max-width:1000px){
	.someMovel1000{
		display: none;
	}
}
@media(max-width:1200px){
	.someMovel1200{
		display: none;
	}
}
@media(max-width:1400px){
	.someMovel1400{
		display: none;
	}
}
@media(max-width:1600px){
	.someMovel1600{
		display: none;
	}
}

.divisoriaFrame{
    float: left;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.menufixo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 5;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.17);
}