
/*
 * 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;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */


@media (max-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: #fff;
    border-right: 1px solid #f5f5f5;
    margin-top: 25px;
    padding-top: 20px;
    width: 70% !important;
  }
}

@media (max-width: 480px) {
  .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 #f5f5f5;
    margin-top: 25px;
    padding-top: 20px;
    width: 80% !important;
  }
}

.sidebar {
  /* display: none; */
  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 #f5f5f5;
  padding-top: 20px;
  /*min-height: max-content;*/
}

.btn-close-menu-sidebar{
  text-align: right;

}

/* 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,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #f5f5f5;
  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%;
}


/*  Estos estilos son para mi cuenta  */
body{
	background-color: #F5F5F5;
}



.background-home{
	background-image: url('../images/background_home.jpg')!important;
	margin: 0px 0px 10px 0px;
	width: 100%;
	text-align: center;
	padding: 0px 0px 12% 0px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 104% 160%;
	margin-top: -33px;
	color:#FFF!important;
}

.thumbnail a:hover{
	text-decoration: none;
}

.thumbnail .precio{
	color:#DF6810;
	font-size: 1.3em;
	/*font-weight: 700;*/
	letter-spacing: -.5px;
	text-align: left;
}

.thumbnail .estado{
	color:#999;
	font-size: 1.0em;
	letter-spacing: -.5px;
	text-align: left;
}
.thumbnail  p{
	margin: 1px;
}
.caption h3{
	margin: 1px;
	font-size: 1.3em;
}

.total-pagination{
	margin: 10px!important;
}

.nav-sidebar > .title {
	padding-left: 20px;
	color:#111 !important;
	font-weight: bold;
}

.nav-sidebar > .subtitle {
	/* padding-left: 40px; */
	margin-top: 10px;
	color:#DF6810 !important;
	
}


.nav-sidebar > .active > a{
	background-color:#f5f5f5 !important;
	color:#DF6810 !important;
}

.nav-sidebar a{
	color:#DF6810;
}

.button-list{
	width: 150px;
	text-align: left;
}

.precio{
	color:#DF6810;
	font-size: 1.0em;
	letter-spacing: -.5px;
	text-align: left;
}

.precio-recomendado{
	color:#DF6810;
	font-size: 1.0em;
	letter-spacing: -.5px;
	text-align: left;
}

.custom-container-main{
    margin-top: 60px;
}

/*Esto es solo para la pagina de detalle*/
/*
.jumbotron{
	padding-left: 2px!important;
	padding-top: 2px!important;
	padding-right: 2px!important;
	padding-bottom: 2px!important;
}*/


.date_begin{
	color: #00FF00;
}
.date_end{
	color:#FF0000;
}

.title-band-listado{
	font-size: 1.1em;
}

address > small{

	color:#777;
	font-size: 1.0em;

}
.resumen-number{
	font-size: 4.5em;
	color: #777;
}




/* Fotos*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 130px;
    height: 100px;
    border:1px solid #EEE;
    color:#FFF;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
}



.btn_foto
{
    background-image: url(../images/pic_upload.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #EEE;
    color: #CCC;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 27px;
    margin-right: 15px;
    margin-top: 15px;
    margin-left: 10px;
    min-width: 54px;
    outline: 0;
    padding: 5px;
    text-align: center;
    /* white-space: nowrap; */
    display: inline-block;
    position: relative;
    width: 180px;
    height: 123px;
}

.fileUpload .thumb{

    height: 150px;
    width: 150px;
    min-width:54px;

}

.fileUpload .thumb_loading{

    height: 150px;
    width: 150px;
    min-width:54px;
    background-image:url('../loading_picture.gif');

}

.publicacion-exitosa-body{
    text-align: center;
    font-size: 15pt;
    margin-bottom: 30px;
    margin-top: 30px;
}






input[type='file'] {
    color: transparent;
}


.btn_fotos_eliminar{
    position: relative;
    position: center;
    margin: -15px auto 0 auto;
    text-align: center;
}

.btn_fotos_container_item{
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
}


/*********** para mobile *********/



