.icon-tool{
	cursor: pointer;
}
.remove{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.remove:hover{
	color: red;
}
.input-error{
	border:solid 1px red;
}
.img-preview{
	width: 100%;
	height: 150px;
	background-size: cover;	
}

.custom-alert {
	font-size: 30px;
	cursor: pointer;
}
.view{
	cursor: pointer;
}
.img-preview-galeria{
	width: 100px;
	height: 100px;
	margin-right: 12px;
	background-size: cover;
	margin-top: 10px;
}

.previewer{
	margin-top:20px;
}
.remove-image{
	position: absolute;
	right: 0px;
	cursor: pointer;
	padding: 1px 4px 1px 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.remove-image:hover{
	background-color: rgba(255, 0, 0, 0.39);
	color: white;
}
.nopad{
	padding: 0px;
}

.sidemenu > .titulo{
	font-size: 20px;
	text-align: center;
	border-bottom: solid 1px rgba(0, 0, 0, 0.14);
	padding-bottom: 27px;
	margin-top: 40px;
}
.sidemenu > .titulo > img{
	width: 60px;
}
.sidemenu > .titulo > a{
	text-decoration: none;
}

.menu-item{
	text-decoration: none;
	list-style: none;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.menu-item:hover{
	background-color: grey;
	
}

.menu-item:hover > a{
	color: white;
}

.edit-container{
	height: 100vh;
	padding: 40px;
}
.edit-container > .sub-titulo{
	text-transform: uppercase;
	font-size: 20px;
	color: #9C9A9A;
}
.edit-container >.categorias{
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: rgba(213, 213, 213, 0.1);
	padding: 10px;
	border-radius: 5px;
}
.edit-container >.categorias >.menu-item{
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	padding: 3px;

}
.edit-container >.categorias >.menu-item:hover{
	background-color: rgb(226, 222, 222);
	letter-spacing: 3px;
}

.edit-container >.categorias >.menu-item.active{
	background-color: rgb(226, 222, 222);
	letter-spacing: 3px;
	border-radius: 3px;
}



.menu-item > a{
	text-decoration: none;
	color:#696969; 
}

.menu-active{
	background-color: rgb(226, 222, 222);
	color: white;
}
.login-form-container{
	margin-top: 200px;
}
textarea{
	resize: none;
}

.session-console{
	padding: 35px;
}

.progress-bar {
	background-color: #12CC1A;
	height: 10px;
	color: #FFFFFF;
	width: 0%;
	position: absolute;
	padding: 0px;
	left: 0px;
	bottom: 0px;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;

}

.btnCrear{
	margin-bottom:20px;
	margin-top:20px;
}
.producto{
	height: 180px;
	padding: 10px;
	margin-bottom: 16px;
}
.producto > img{
	width: 100%;
	height: auto;
	max-height: 150px;
}

.producto > .nombre{
	text-align: center;
	font-size: 12px;
	bottom: 10px;
	margin:auto;
}
.producto:hover{
	-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.75);
}

.titulo{
	font-size: 42px;
	color: #9C9A9A;
}

.producto > .buttons{
	position: absolute;
	width: 90%;
	margin: auto;
	top: 150px;
	z-index: -1;
	opacity: 0;
	font-size: 20px;
	background-color: rgba(0,0,0,0.2);
	padding: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.producto:hover .buttons{
	z-index: 2;
	opacity: 1;
	top: 5px;
}
.producto > .buttons > a,
.producto > .buttons > div{
	text-decoration: none;
	color: rgba(224, 8, 8,0.8)  !important;
	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.producto > .buttons > div{
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.producto > .buttons > a:hover,
.producto > .buttons > div:hover{
	color: rgba(255,255,255,0.7) !important;
}

.producto > .buttons > div.destacado,
.producto > .buttons > div.activo{
	color: green !important;
}





