header, main, footer {
	padding-left: 300px;
}

.noPaddingLeft {
	padding-left: 0 !important;
}

.brand-logo > img {
	margin-top: 3px;
	margin-left: 5px;
	height: 58px;
	width: auto;
}

@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0 !important;
	}
	.brand-logo > img {
		height: 50px !important;
		margin-left: 0;
	}	
}
.blur {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
}
.sidenav > li > a:not(.subheader), .sidenav > li > a > .material-icons:not(.subheader) {
	color: rgba(255, 255, 255, 0.87) !important;
}
.sidenav > .subheader {
	color: rgba(255, 255, 255, 0.1) !important;
}
.user-view.notLogged {
	padding: 4px 16px 0 !important;
}

.input-field {
  position: relative;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.user-view > .background {
	background-color: #ef6c00  !important; 
}




input {
	color: white;
}
.input-field label {
	color: #fff;
}
/* label focus color */
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=password]:focus + label {
	color: #00bcd4 !important;
}
/* label underline focus color */
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=password]:focus {
	border-bottom: 1px solid #00bcd4 !important;
	box-shadow: 0 1px 0 0 #00bcd4 !important;
}
/* valid color */
.input-field input[type=text].valid,
.input-field input[type=email].valid,
.input-field input[type=password].valid {
	border-bottom: 1px solid #01579b !important;
	box-shadow: 0 1px 0 0 #01579b !important;
}
/* invalid color */
.input-field input[type=text].invalid,
.input-field input[type=email].invalid,
.input-field input[type=password].invalid {
	border-bottom: 1px solid #f44336 !important;
	box-shadow: 0 1px 0 0 #f44336 !important;
}
/* icon prefix focus color */
.input-field .prefix.active {
	color: #000;
}
input.select-dropdown {
	color: #444;
}
input.select-dropdown + label {
	color: #444;
}
.button {
	color: white;
	cursor: pointer;
	background-color: #212121 !important;
	vertical-align: middle;	
}
.button > i {
	line-height: 2rem;
}
.button:hover {
	color: #f44336;
}
.pagination li.active {
	background-color: #212121 !important;
	color: white;
}

.show {
	height: 120px;
}
.modal#newEntrada, .modal#filtros {
	max-height: calc(100vh - 128px) !important;
}
.avatar > img {
	margin-top: 13px;
}

#listaProductos {
	max-height: calc(100vh - 128px - 116px - 40px - 1.5rem);
	margin : 0;
	overflow-y: auto;
}

.avatar > .secondary-content {
	top: 32px !important;
}

.loading{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2018;
}
.loading > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.scanerShow {
	background-color: #212121;
	color: white;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15vw;
	min-height: 45px;
	z-index: 2018;
	display: none;
	word-wrap: break-word;
	padding: 10px;
}

td > .input-field {
	margin: 0;
}
td > .input-field > input {
	margin: 0 !important;
}
.buttoned {
	padding: 10px 0 !important;
}
.buttoned > button {
	width: 100% !important;
	color: white;
}

.sort {
	vertical-align: middle;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.sort.active {
	color: #f44336;
}

.sort.sortDown {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.head {
	margin-right: 10px;
}

.select-dropdown{
    overflow-y: auto !important;
}
.margin-right {
	margin-right: 5px !important;
}

#myElement {
  background: silver;
  height: 300px;
  text-align: center;
  font: 30px/300px Helvetica, Arial, sans-serif;
}
.inline {
	vertical-align: middle;
	margin-left: 5px;
	padding-bottom: 3px;
}
.talla {
	cursor: pointer;
}
#map {
	height: 29vh;
}
.mapMargin {
	margin: 0.5rem 0 0 0;
}
#marker {
	z-index: 2000;
	display: block;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 30px);
}
.modal.bottom-sheet {
	max-height: 65%;
}
td>a>i {
	vertical-align: bottom;
}
#seleccionTienda {
	margin-top: 20px;
}
.dropdown-content {
	background: #212121 !important;
}
.modal-header{
	padding-left: 24px;
}
#images {
	line-height: 0;
	-webkit-column-count: 5;
	-webkit-column-gap: 2px;
  	-moz-column-count: 5;
	-moz-column-gap: 2px;
  	column-count: 5;
	column-gap: 2px;
}
.galeria-imagen {
	width: 100% !important;
	height: auto !important;
	padding-bottom: 2px;
	cursor: pointer;
}
.galeria-imagen:hover {
	height: 105%;
}