.searchContainer {
  margin-top: -1px;
  position: absolute;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  left: 0;
  right: 0; 
  z-index: 1;
  display: none;
  transition: display 2s;
}
.form-control.form-search {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-control:focus + .searchContainer,
.searchContainer:focus,
.searchContainer:hover{
  display: block;
}

.searchContainer p {
  font-size: .85em;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 .7em;
  line-height: 2.6em;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.05s;
}

.searchContainer p:hover, .searchContainer p.active {
  background-color: #c45a3b;
  color: #FFF;
}

.searchContainer p:last-of-type {
  border-bottom: 0;
}

a{
	cursor: pointer;
}
#sectionPrincipal
{
	padding-top: 2em;
	padding-left: 2em;
	padding-right: 2em;
}
body
{
	padding-bottom: 2em;
}
ul.navbar-dark-links > li > a {
	color: #222 !important;
}
.text-dark, .text-default {
	color: #333;
}
.navbar-default > ul > li > a:hover,
.navbar-default > ul > li > a:focus
{
	background-color: #eaeaea;
}
.bg-red {
	background-color: #940000;
}
.popover-title {
	color: #666;
	font-size: 1.3em;
}
.navbar.bg-red ul li > a,
.navbar.bg-red ul li > a,
.navbar.bg-primary ul li > a,
.navbar.bg-primary ul li > a {
	color: white;
}
.navbar.bg-red ul li > a:hover,
.navbar.bg-red ul li > a:focus,
.navbar.bg-primary ul li > a:hover,
.navbar.bg-primary ul li > a:focus
{
	background-color: rgba(0,0,0, .2);
}
.navbar.bg-red .navbar-toggle.collapsed,
.navbar.bg-primary .navbar-toggle.collapsed {
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.2);
}
.navbar-xs, .nav-xs {
	min-height: 0;
	margin-bottom: 0;
}
.navbar-xs > li > a , .nav-xs > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-xs-horizontal > li > a {
	padding-left: 5px;
	padding-right: 5px;
}
.nav > li > a > i {
	margin-right: .3em;
}
.bg-black {
	background-color: #FFF;
}
.navbar-uncollapsed li {
	float: left;
}

#contenedorInputBuscador1{
	padding: .3em .2em;
}
#logo {
	width: 260px;
	padding-bottom: 10px;
	padding-top: 10px;
}
div#busquedaAvanzada
{
	position: absolute;
	right: 0;
	background-color: #f2f2f2;
	padding: 9px;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: 0 0 1em #ccc;
	display: none;
	z-index: 1;
}
div#busquedaAvanzada h1
{
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: 10px;
}
div#busquedaAvanzada label
{
	font-size: .9rem;
}
div#busquedaAvanzada table
{
	background-color: #fafafa;
	border: 1px solid #ccc;
}
div#busquedaAvanzada table tr td
{
	padding: 7px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transition: all .2s;
}

.no-select, .noselect {
	user-select: none;
	-webkit-user-select: none;
}

.revisionCalidadPedida {
	font-size: 1em;
	float: right;
	color: #FFF;
	background: #C45A3B;
	padding-left: .5em;
	padding-right: .5em;
	border: 1px solid #E46A5B;
	border-radius: 3px;
}

div#busquedaAvanzada table tr:hover td {background-color: #fff;}
div#busquedaAvanzada table tr td input, #busquedaAvanzada table tr td select { cursor: pointer; }
div#busquedaAvanzada table tr td:last-of-type{border-right: none;}
div#busquedaAvanzada table tr:last-of-type td{border-bottom:0px;}
.panel-naranja-clarito {
	border-color: #ffeae4;
}
.panel-naranja-clarito .panel-heading{
	background-color: #ffeae4;
}
#resultados #titulos
{
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
}
#resultados #titulos div
{
	text-align: center;
	line-height: 1.5em;
}
#cantidadResultados {
	margin-bottom: .3em;
}
.no-gutter [class^="col-"], .col-no-gutter {
	padding-left:0!important;
    padding-right:0!important;
}
.gutter-xs [class^="col-"], .col-gutter-xs {
	padding-left:.5em!important;
    padding-right:.5em!important;
}
.resultado {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #c45a3b;
}
.resultado .imagen-principal
{
	max-width: 3em;
	width: 3em;
	height: 3em;
	max-height: 3em;
}
.resultado .codigo {
	font-weight: bold;
	font-family: "Share Tech","Consolas";
	text-transform: uppercase;
	cursor: pointer;
	font-size: 1.2em;
}
.resultado .nombre p {
	color: #222;
	font-size: 1em;
	text-transform: lowercase;
	cursor: pointer;
	margin-bottom: 0;
	line-height: 1;
}
.resultado .nombre p.descripcionbusqueda {
	color: #666;
	font-size: .87em;
}
.resultado .nombre p::first-letter {
    text-transform: uppercase;
}
.resultado .medida {
	font-size: .85em;
}
.resultado .distancia .elipse:empty
{
	display: none;
}
.underlineHover:hover {
	text-decoration: underline;
}
.line-height-1 {
	line-height: 1;
}
.elipse, .elipsis {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.carritoPedido {
	border-bottom: 1px solid rgb(196, 90, 59);
	padding: 0.5em;
	margin-left: -2em;
	background-color: rgb(255, 252, 249);
	margin-right: -2em;
	margin-top: -1.3em;
}

@media screen and (min-width:1401px) {
	#logo { width:1050px; }

}
@media screen and (min-width:901px) and (max-width:1400px) {
	#logo { width: 539px; }
}

@media (max-width: 767px) {
	.nav.navbar-nav li a i.fa,
	.nav.navbar-nav li a i.glyphicon
	{
		font-size: 2em;
	}
	.xs-full-width
	{
		width: 100%;
	}
	.xs-margin-left{
		margin-left: .2em;
	}
	.xs-margin-right{
		margin-right: .2em;
	}
  .navbar-xs {
    padding: 0 .5em;
  }
	.xs-margin-top
	{
		margin-top: .2em;
	}
	.xs-margin-bottom
	{
		margin-bottom: .2em;
	}
	.xs-padding-left{
		padding-left: .2em;
	}
	.xs-padding-right{
		padding-right: .2em;
	}
	.xs-padding-top
	{
		padding-top: .2em;
	}
	.xs-padding-bottom
	{
		padding-bottom: .2em;
	}
	#sectionPrincipal
	{
		padding-top: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	/*background-color: pink;
	border-color: #;*/
}
.vcenter:not(td) {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
table > tbody > tr > td.vcenter
{
	vertical-align: middle;
}


.padding-xs
{
	padding: .5em;
}
.padding-xs-right
{
	padding-right: .5em;
}
.padding-xs-left
{
	padding-left: .5em;
}
.alert-no-margin-bottom
{
	margin-bottom: 0;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}
.row-img{
	max-height: 95%;
}

/** jkuri - gallery **/
.ng-gallery {
  width: 100%;
  height: 100%;
  display: inline-block;
}

img.ng-thumb {

}

.ng-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 9999;
}

.ng-gallery-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}

.ng-gallery-content > a.close-popup {
  font-size: 42px;
  float: right;
  color: #fff;
  text-decoration: none;
  margin: 0 30px 0 0;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 0;
}

.ng-gallery-content > a.nav-left, .ng-gallery-content > a.nav-right {
  color: #fff;
  text-decoration: none;
  font-size: 60px;
  cursor: pointer;
  outline: none;
}

.ng-gallery-content > a.nav-left {
  position: fixed;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ng-gallery-content > a.nav-right {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.ng-gallery-content > img {
  height: auto;
  max-height: calc(100% - 150px);
  max-width: calc(100% - 100px);
  position: relative;
  display: block;
  margin: 0 auto 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.ng-gallery-content > img.effect {
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0.3; }
      to { opacity: 1; }
}

.ng-gallery-content > span.info-text {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 20px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 100px;
}

.ng-gallery-content > .ng-thumbnails-wrapper {
  width: 400px;
  height: 70px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails {
  width: 4000px;
  height: 70px;
}

.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails > div > img {
  width: auto;
  height: 70px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails > div > img:hover,
.ng-gallery-content > .ng-thumbnails-wrapper > .ng-thumbnails > div > img.active {
  transition: opacity 0.25s ease;
  opacity: 1;
}

/* Loading - from http://loading.io */
uiload {
  display: inline-block;
  position: relative;
}

uiload > div {
    position: relative;
}

@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}

@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.uil-ring-css {
  background: none;
  position: relative;
  top: 0;
  margin: 180px auto 0 auto;
  width: 100px;
  height: 100px;
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 20px;
    left: 20px;
    border-radius: 40px;
    box-shadow: 0 6px 0 0 #fff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite;
}
/** fin jkuri-gallery **/
.fullscreen > div.modal-dialog {
 /* position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; */
}

.media.parentesco {
  border: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: .3em;
}
.media.parentesco .media-middle {
  height: 4.7em;
}
