@charset "utf-8";
/* CSS Document */

body {
  padding-top: 72px; 
}


.iconchar, .iconcharBig, .iconcharMenu { 
  position: relative;
  bottom: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 16px; 
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
   color: #666666; 
   font: bold;
   text-shadow: 2px 2px #dddddd;

  -webkit-transition:  all 0.12s ease-out;
   -moz-transition:    all 0.12s ease-out;
   -ms-transition:     all 0.12s ease-out;
   -o-transition:      all 0.12s ease-out;
}

.iconcharBig{
	font-size: 18px;
	}
	
.iconcharMenu {
   color: #034383; 
   text-shadow: 1px 2px #D9913C;
	}

.row-space-bottom{
	padding-bottom: 14px;
	}
	
.row-space-top{
	padding-top: 14px;
	}

.form-element-separator{
	margin-bottom: 5px;
	}
	
.nobotton-space{
	margin-bottom: 0px;
	padding-bottom: 5px;
	}

textarea.observacion{
	width: 180px;
	}
	
input.cantidad{
	width:80px;
	}
	
	
.colIcons {
	font-size: 15px;
	}

.iconoMediano {
	font-size: 18px;
	}

.textoresultadoBusqueda, .textoPedido {
    font-size: 12px;
    line-height: 1.224489797;
}



.items-result-list {
	padding-top:0px;
	padding-bottom:0px;
	margin: 0px;
	border-width:0px;
	}
	
	

.items-result-list div.item-result:nth-child(10n+1){
	background-color:#fcfcfc; 
	}

.items-result-list div.item-result:nth-child(10n+2){
	background-color:#f6f6f6;
	}

.items-result-list div.item-result:nth-child(10n+3){
	background-color:#f0f0f0;
	}


.items-result-list div.item-result:nth-child(10n+4){
	background-color:#ececec;
	}

.items-result-list div.item-result:nth-child(10n+5){
	background-color:#e6e6e6;
	}

.items-result-list div.item-result:nth-child(10n+6){
	background-color:#ececec;
	}

.items-result-list div.item-result:nth-child(10n+7){
	background-color:#f0f0f0;
	}

.items-result-list div.item-result:nth-child(10n+8){
	background-color:#f6f6f6;
	}

.items-result-list div.item-result:nth-child(10n+9){
	background-color:#fcfcfc;
	}

.items-result-list div.item-result:nth-child(10n+10){
	background-color:#ffffff;
	}


.item-result{
	margin-top: 2px;  
	padding: 10px;
	border-style:thin;
	border-color:#ddd; 
    border-width: 2px 1px 2px 1px;
	}
	
.item-result:hover{
	border-color:#aaa;
	}


.ulSeparated {
	list-style: none;
	padding-left: 0px;
	}	
	
.ulSeparated li {
	margin-bottom:10px;
	}

.noImagen{
	vertical-align: middle;
	font-size:36px;
	color:#999;
	}
	
.iconPedir{
	vertical-align: middle;
	font-size:36px;
	}
	
.iconosPedido{
	font-size:18px;
	}
	
	
.loader, .loaderSmall {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #999;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loaderSmall{
	display:inline-block;
	position:relative;
	top:6px;
	left:5px;
	border-width: 5px;
	border-top-width: 5px;
	width: 21px;
	height: 21px;
	}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.textGreen {
	color:#4AA02C; 
	}
	
.textGrayCloud {
	color:#B6B6B4; 
	}

.textYellow {
	color:#E9AB17;
	}

.textRed {
	color:#F62217;
	}
	
.textBlue {
	color:#368BC1;
	}
	
.order_by_string, .pointer{
	cursor:pointer;
	}
	
.resaltar{
	border-width: 2px;
/*	border-color: #FFC58C; */
	border-color: #C49D77; 
	border-radius: 5px;
	padding:0px;
	}
	
.naranjaOsmimar {
	color: #FF7F00;
}



/* navbar */
.navbar-default { /*m*/
    background-color: #FCBC7C;
	border-bottom-width: 2px;
	border-bottom-color: #FF7F00; 
}
/* title */
.navbar-default .navbar-brand { /*m*/
    color: black;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a { /*m*/
    color: #034383;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { /*m*/
    color: black;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus { /*m*/
    color: #555;
    background-color: #FDA957;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #FF7F00;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #FF7F00;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #034383;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

.glyphicon-keys:before {
  content: "\1F511";
}

.glyphicon-megaphone:before {
  content: "\1F4E3";
}
 
.panelInterior {
	padding: 20px;
	margin: 1px;
	margin-top: 15px;
	border-radius:10px;
	border-color:gray;
	border-style:solid;
	border-width:1px;
	}
	
.panelInterior:hover {
	margin: 0px;
	margin-top: 14px;
    border-color:black;
	padding: 19px;
	border-width:3px;
	}
	
	
.panelInterior > div:first-child {
	text-align:center;
	}
	

    
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
 
.moreDetails {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.moreDetails > ul {
	padding: 0;
}
