
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

ul ul{
	font-size: 13px;
	border-top:1px #ddd solid;
	margin-top: 10px;
	margin-bottom:0 !important;
	list-style: circle !important;
}

ul ul li{
	padding-left: 0 !important;
	margin-left: 25px;
}

.comensales{
	width: 60px;
	text-align: center;
	display:inline;
	margin-left:10px;
}

#lista-bodegas{
	clear:both;
	margin-top: 50px;
}

.table{
	margin-bottom:0px;
}

#rangos{
	margin:10px 0;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding:10px 0 5px;
	margin:15px 0; 
}
.rango{
	margin-bottom:10px;
}
.rango input{
	width:70px;
}

.rango.disabled{
	color:#999;
}

#menu-restringir{
	display: none;
}

.mesa .alert{
	margin-bottom:10px;
}
.btn-cancelar{
	margin-right: 10px;
}
.username{
	color:white;
	padding:15px 0 15px 5px;
}

.form-horizontal .control-label{
	text-align:left;
}

.botones-filtro{
	margin-bottom: 12px;
	width: 100%;
	text-align: right;
}

#datos-contacto{
	text-align: right;
}

.admin #datos-contacto{
	position: absolute;
	bottom:10px;
	right: 10%;
}
.admin #datos-contacto.fix_altura{
	position: relative;
 
}

.login #datos-contacto{
	margin:50px 30px 0 0;
}

header{
	margin:-50px 0 50px;
	border-bottom: 7px #333 solid;
}

header h1{
	margin: 100px 100px 0 0;
}

.ayuda{
	margin-top: 50px;
}


.img_max_widht{
    width: 100%;
    height: auto;
    max-width: 100%;
}


.hero-unit {
	padding: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	color: inherit;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

@media (max-width: 767px) {
	.hero-unit {
		padding: 10px;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 200;

	}
}

#only_mobile{
	display:none;
}


@media (max-width: 767px) {
	#only_mobile{
		display:block;
	}
} 

.margen_izq{
	margin-left: 20px;
}
