/* Sticky footer styles*/
* {
    margin: 0;
}

html, body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto 0px;
}

/* Set the fixed height of the footer here */
#push, #footer {
    height: 40px;
    padding-top: 5px;
}


#footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

#banner {
    background-image: url('/img/teclat.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 500px;
    background-size: 100% auto;
}

#logo {
    background-image: url('/img/logoapps.png');
    background-position-y: 20px;
    background-repeat: no-repeat;
    height: 90px;
    width: 240px;
}

#loginBox, #loginBox2, #apps {
    padding-top: 20px;
}

.form-signin {
    height: 200px;
}

#galeria {
    height: 250px;
    margin-top: 20px;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.black {
    background-color: #1B1B1B;
    background-image: -moz-linear-gradient(top, #222, #111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
    background-image: -webkit-linear-gradient(top, #222, #111);
    background-image: -o-linear-gradient(top, #222, #111);
    background-image: linear-gradient(to bottom, #222, #111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff222222', endColorstr = '#ff111111', GradientType = 0);
}

#apps {
    margin-top: 20px;
    max-width: 360px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    height: 300px;

    background-image: url('/img/teclat.jpg');
    background-repeat: no-repeat;
}

.form-signin {
    max-width: 400px;
    height: 220px;
    padding: 10px 19px 19px;
    margin: 0 auto 0px;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin input[type="text"], .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}

.control-group.error > label, .control-group.error {
    margin-top: -5px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.carousel {
    margin-bottom: 20px;
}

.carousel .container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-control {
    background-color: transparent;
    border: 0;
    font-size: 60px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    top: 45%;
    left: 5px;
}

.carousel-control.right {
    right: 5px;
    left: auto;
}


.carousel img {
    min-width: 100%;
}

.carousel-caption {
    background-color: transparent;
    position: static;
    max-width: 550px;
    padding: 0 20px;
    margin-bottom: 100px;
}

.carousel-caption h1,
.carousel-caption .lead {
     margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}

.carousel-caption .btn {
    margin-top: 10px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .span4 {
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}

.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}

.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.resposta {
    position: relative;
    margin-right: 1px;
    margin-bottom: 15px;
    background-color: white;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.innerResposta{
    padding: 10px 10px;

}

.pregunta {
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: whiteSmoke;
    border-bottom: 1px solid #DDD;
    color: #4e5155;
    -webkit-border-radius: 4px 4px 0px 0;
    -moz-border-radius: 4px 4px 0px 0;
    border-radius: 4px 4px 0px 0;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

    .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
    }

    .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
    }

    .carousel .item {
        height: 500px;
    }

    .carousel img {
        width: auto;
        height: 500px;
    }

    .featurette {
        height: auto;
        padding: 0;
    }

    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {

    .navbar-inner {
        margin: -20px;
    }

    .carousel {
        margin-left: -20px;
        margin-right: -20px;
    }

    .carousel .container {

    }

    .carousel .item {
        height: 300px;
    }

    .carousel img {
        height: 300px;
    }

    .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-bottom: 40px;
    }

    .carousel-caption h1 {
        font-size: 30px;
    }

    .carousel-caption .lead,
    .carousel-caption .btn {
        font-size: 18px;
    }

    .marketing .span4 + .span4 {
        margin-top: 40px;
    }

    .featurette-heading {
        font-size: 30px;
    }

    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

}

#reproductor .modal-body {
    max-height: 800px;
}

#reproductor {
    width: 830px; /* SET THE WIDTH OF THE MODAL */
    margin: -50px 0 0 -415px; /* CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}

#questionari .modal-body {
    max-height: 850px;
}

#questionari {
    width: 830px; /* SET THE WIDTH OF THE MODAL */
    margin: -50px 0 0 -415px; /* CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}

#alumneModal {
    width: 830px; /* SET THE WIDTH OF THE MODAL */
    margin: -50px 0 0 -415px; /* CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}

.brand {
   /* background-image: url("/img/germanstriashospital-horitzontal.png");*/
    background-position:0 70%;
    background-repeat: no-repeat;
    width: 313px;
    height: 20px;

}
.navbar .brand{
    margin-left: 0px;
}

.navbar .nav > li > a {
    color: #FFFFFF;
}

.navbar .nav > li > a:hover {
    color: #ff9600;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #ff9600;
}

.graficStats {
    padding:25px 0px;
    border-style: solid;
    border-width: 1px;
    border-color: darkgrey ;
    display:inline-block;
    width:450px;
}

.noWidth {
    width: 400px;
}

#cookies {
    text-align: center;
    background-color: #dddddd;
    position: fixed;
    bottom:0;
    clear:both;
    overflow:hidden;
    padding: 1em;
    width: 100%;
}

#fitxaPersona table,#fitxaPersona tbody {
    display: block;
}

#fitxaPersona tr {
    display: inline-block;
    width: 30%;
}

#fitxaPersona td, #fitxaPersona th {
    display: block;
}
#fitxaPersona .tr4 {
    width:24%;
}
#fitxaPersona .tr2 {
    width:50%;
}
#fitxaPersona .tr5 {
    width:19%;
}
table.taulaCurs td > div {
    float:right;
    margin: 0 10px;
}

table.taulaCurs{
    width:100%;
}

