/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-bottom: 100px;*/
  color: #5a5a5a;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.navbar-brand {
  font-size: 14px;
}

.logoright {
	/*float:right;*/
  padding-right: 10px; 
  padding-top: 10px;
}

.wrapper  {
  margin-top: 51px;
}

.menu {
  background-color: #222222;
  /* font-size: 1em;  */
}

.searchmenu {
    display:none;
    background-color:#8AC007;
    border-top:2px solid #ffffff;
    padding-bottom:40px;
    position:relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);    
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


.carousel {
height: auto;
  margin-bottom: 30px; /*Marge després del carousel */
  margin-top:51px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
height: auto;
  background-color: #eee;

}

.carousel-inner { 
height: auto;
  text-align: center; 

}

.carousel-inner > .item > img {
  position: absolute;
  /*top: 50px;    /*marge superior de les imatges del carousel*/
  /*left: 125px;  /* marge esquerre de les imatges del carousel */
  display: line-block !important; /*És necesari per centrar horitzontalment la imatge*/


}

.carousel-control{
  color:black;
}

.carousel-indicators {
  margin-bottom: -10px;
}

.carousel-indicators .active{
  background-color:#777; /*Color de fons del carousel*/

}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999px;
  border: 1px solid #777; /*bora dels botonets del carrousel */
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}

.carousel-container {
  padding-left: 0px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

/* CONTAINER MARC
---------------------------------------------------- */
/*Container més reduit per fer coincidir el marc amb la mida de la imatge de la caçalera*/

.marc {

    padding-left: 85px;
    padding-right: 85px;

}

/*PROPIETATS DE LES ICONES METEO */

.meteo-icon-2x {
  color:#428bca;
  font-size:2em;
  width:50px;
}


.meteo-icon-2-5x {
  color:#428bca;
  font-size:2.5em;
  width:50px;
}

.meteo-icon-3x {
  color:#428bca;
  font-size:3em;
  width:50px;
}

.meteo-icon-4x {
  color:#428bca;
  font-size:4em;
  width:70px;
}

.meteo-icon-5x {
  color:#428bca;
  font-size:5em;
  width:70px;
}

.meteo-icon-6x {
  color:#428bca;
  font-size:6em;
  width:70px;
}


/* Apilar icones font-awesome.css */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.header {
 /*
  margin-right: 1%;
  margin-left: 1%;  
*/
  width: 100%;
  height: 90px;  
}

.navbar {

  margin-bottom: 0px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 992px) {
.col-md-6 {
  /*width: 100%;*/
  }
}

@media (min-width: 768px){.navbar-header {
  margin-left: 10px;

  }
}

@media (min-width: 768px) { .navbar-fixed-top .navbar-collapse {
  padding-right: 10px;
 } 
}

@media (min-width: 768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: -5px;
  }
}  

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 120px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
    margin-top: 40px;
  }
  .lead {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    font-size: 40px;    
    margin-top: 50px;
  }
  .lead {
    font-size: 18px;
  }  
}


/*navegadors de carrousel */
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

/*indicadors del carrousel */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  /*border: 1px solid #428bca; */
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  /*background-color: #000 \9;
  background-color: rgba(0,0,0,0);*/
}

.carousel-indicators .active {
  /*background-color: #428bca;*/
}


.featurette:nth-child(odd) {
  background-color: #EEE;
}


.thumbnail{
  height: 275px;
  text-align: center;
}

.featurette-image {
  height: 300px;
}

.footer {
  bottom: 10px;
  width: 100%;
  left: 0px;
  padding: 10px;

}


input[type="text"], textarea {
  background-color: #FEFFD3;
}


.pull-left  {
    margin: 25px 25px 25px 0px;
}
.pull-right {
    margin: 25px 25px 25px 50px;
}
.featurette-heading {
    font-size: 24px !important;
    margin-top: 25px !important;    
}



#tblOptatives >tbody tr:hover {  
    background-color: 'red';  
    color: #800080;  
}     
#leftcontent {
  float: left;
  width: 67%;
  margin-right: 15px;
  background: #fff;
  border-right: 0px solid #000;
  border-bottom: 0px solid #000;      
  padding-bottom: 20px;
  }
p, h1, pre {
  margin: 0px 30px 10px 30px;   
  }
h1 {
  font-size: 20px;
  padding-top: 10px;
  }
#rightcontent p {
  font-size: 20px;
  margin-left: 0px;
  }

 #tblEst {
    font-size:12px;
 } 

 #tblEst th {
    font-color:#FFFFFF;
 } 

.taula_ent {
  border-style: hidden ;
  font-size:12px;
}
.taula_ent tr {
  border-left: hidden ;
  border-right: hidden ;      
}   
.taula_ent th {
  border-bottom:1px solid #DEDCDC;
  border-left: hidden ;
  border-right: hidden ;        
}
.taula_ent td {
  border-bottom:1px solid #DEDCDC;
  border-left: hidden ;
  border-right: hidden ;  
} 

.taula_ent input, textarea {
  background: #FFFEDD;
} 

/*
body {
  margin: 0px 0px 0px 0px;
  background: #C9D0E3; 
}
*/
