*, body{ padding: 0; margin: 0; font-family: 'Raleway', sans-serif; }
.no-padding{ padding: 0px !important; }
.no-padding-top{ padding-top: 0px !important; }
.no-padding-bottom{ padding-bottom: 0px !important; }
.no-padding-left{ padding-left: 0px !important; }
.no-padding-right{ padding-right: 0px !important; }
.no-margin{ margin: 0px !important; }
.no-margin-top{ margin-top: 0px !important; }
.no-margin-bottom{ margin-bottom: 0px !important; }
.no-margin-left{ margin-left: 0px !important; }
.no-margin-right{ margin-right: 0px !important; }
.no-style-link, .no-style-link:hover{ color: inherit; }

input, textarea{
	padding: 5px 10px;
	margin-bottom: 10px;
}
label {
	font-weight: 400;
}
.sombra{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.26);
}
.border-top-ccc{
	border-top: 1px solid #ccc;
}
.border-right-ccc{
	border-right: 1px solid #ccc;
}
.border-bottom-ccc{
	border-bottom: 1px solid #ccc;
}
.border-left-ccc{
	border-left: 1px solid #ccc;
}
.full-width{
	display: block;
	width: 100%;
}
.btn-info, .btn-info:hover{
	background-color: transparent !important;
}

/* Página principal */
.sec-header-nav{
	width: 100%;
}
.navbar.navbar-default{
	background-color: #f9f9f9;
	border: 0;
}
.navbar-brand > img{
	max-width: 100px;
}
.navbar-brand{
	height: auto;
}
.navbar-nav{
	float: right;
	padding: 40px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #2aaae2;
	background-color: transparent; 
}
.cont-cuerpo{
	padding-top: 160px;
	padding-bottom: 80px;
}
.sec-header-nav{
	position: fixed;
	z-index: 10;
}
ul.lista-productos, ul.lista-detalles-productos{
	list-style: none;
	margin-bottom: 50px;
}
ul.lista-productos > li{
	margin-bottom: 10px;
	color: #2aaae2;
}
ul.lista-productos > li a{
	color: #2aaae2;
}
.cont-panel-left{}
.cont-panel-left > select{
	margin-bottom: 10px;
}
.cont-pv{
	margin-bottom: 20px;
	cursor: pointer;
	height: 155px;
	/* Animación */
	transition: .5s ease;
	-moz-transition: .5s ease; /* Firefox */
	-webkit-transition: .5s ease; /* Chrome - Safari */
	-o-transition: .5s ease; /* Opera */
	list-style: none;
}
.cont-pv:hover{
	transform : scale(1.05);
	-moz-transform : scale(1.05); /* Firefox */
	-webkit-transform : scale(1.05); /* Chrome - Safari */
	-o-transform : scale(1.05); /* Opera */
	-ms-transform : scale(1.05); /* IE9 */
}
.item-pv{
	padding: 5px 15px 20px 15px;
	height: 155px;
}
.item-pv p{ 
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
}

/*Estilos para ventana modal*/
.cont-modal{
	display: flex;
	position: fixed;
	z-index: 12;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-content: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}
.bloq-modal{
	display: flex;
	align-self: center;
	max-width: 85%;
	max-height: 85%;
	background-color: #fff;
	position: relative;
	min-width: 75%;
}
.bloq-modal > .container-fluid > .row > .col-md-10{
	margin-bottom: 40px;
}
.bloq-modal > .container-fluid{
	width: 100%;
	overflow-y: scroll;
}
.cont-cerrar{
	position: absolute;
	right: -15px;
	top: -25px;
}
.cont-cerrar i{
	font-size: 35px;
	cursor: pointer;
}
.cont-detalle-pv, .cont-detalle-prod{
	padding: 50px 0 40px 0;
	width: 100%;
	display: flex;
	position: relative;
}
.cont-detalle-pv .panel-left{
	width: 50%;
	float: left;
	padding: 0 15px;
}
ul.lista-detalles-productos li{
	margin-bottom: 10px;
}
.cont-detalle-pv .panel-right{
	width: 50%;
	float: right;
	padding: 0 15px;
}
.cont-boton-guardar{
	position: absolute;
	bottom: 0;
	right: 0;
}

.preloader-btn{
	max-width: 45px;
	padding-top: 10px;
	padding-left: 15px;
}


.mostrar-pv{
	animation-name: pv-mostrar;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
.ocultar-pv{
	animation-name: pv-ocultar;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	opacity: 1;
}
@keyframes pv-mostrar{
	0%{
		opacity: 0;
	}
	50%{
		opacity: .5;
	}
	100%{
		opacity: 1;
	}
}
@keyframes pv-ocultar{
	0%{
		opacity: 1;
	}
	50%{
		opacity: .5;
	}
	100%{
		opacity: 0;
	}
}


/*Estilos demo para retícula de PV masonry*/
.row-masonry {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em; 
}
.item-masonry {
 display: inline-block;
 /*padding:  .25rem;
 width:  100%; */
}
.well-masonry {
 position:relative;
 display: block;
}

/* Snack */
.snackbar.danger{
	background-color: #E12930;
}

/* Progress */
#cont-progress{
	position: relative;
	width: 100%;
	height: 70vh;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
#cont-progress img{
	/*max-width: 80px;*/
}
.form-group label.control-label{
	color: #2aaae2;
	font-size: 14px;
}
.item-pv.sombra:hover {
	background-color: #f7fdff;
}

/* Paginación */
.pagination, .pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:last-child > a {
	border-width: 0;
	border-radius: 0;
}

/* Media Querys */
@media screen and (max-width: 767px) {
	.navbar{
		min-height: 85px;
	}
	.navbar-toggle{
		margin-top: 25px;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		border-color: #000;
	}
	.navbar-brand > img {
		max-width: 68px;
	}
	.cont-cuerpo {
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.navbar-header{
		min-height: 75px;
	}
	.navbar-nav {
		float: right;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	.cont-detalle-pv .panel-left {
		width: 100%;
		padding: 15px;
	}
	.cont-detalle-pv .panel-right {
		width: 100%;
		padding: 15px;
	}
	.cont-detalle-pv, .cont-detalle-prod {
		padding: 50px 0 40px 0;
		width: 100%;
		display: block;
		position: relative;
		overflow: hidden;
	}
}
