
.body-with-breadcrumbs { /* Add top padding for full-width layout */
    padding-top: 100px;
}

table {
    font-size: 12px;
    width: 100%;
}

.mycontent-left {
    border-right: 1px dashed #333;
}

.icons-selects {
    float: left;
}

#spin {
    position: relative;
}

img.logo {
    max-height: 60px;
    margin-top: 4px;
}

.tab-pane {
    overflow: scroll;
!important
}

.clear {
    clear: both;
}

.visible {
    display: block;
}

.ocult {
    display: none;
}

.amagar {
    left: -3000px;
    position: absolute;
    font-size: 0;
}

.actiu {
    background-color: #F5F5F5;
}

.inactiu {
    background-color: #F1F1F1;
    color: #999;
    cursor: default;
    border: 1px solid #E2E2E2;
}

.link:hover {
    background-color: #F8FAFC;
}

.link .link:hover {
    background-color: #DDE7F0;
}

.dreta {
    float: right;
}

pre {
    font: normal 1.1em "Lucida Console", Monaco, monospace;
}

.even {
    background-color: #EEEDED;
}

.odd {
    background-color: #F7F6F6;
}

.odd, .even {
    padding: 5px 10px;
    margin-bottom: 1px;
}

.odd h3, .even h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.1em;
}

/* informacio errors, desconnexio*/
.mask {
    display: block;
    background-color: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.info {
    background: #FFE68A;
    padding: 7px 10px;
    /* Safari Radius */
    -webkit-border-radius: 5px;
    /* Mozilla Radius */
    -moz-border-radius: 5px;
    /* KHTML Radius */
    -khtml-border-radius: 5px;
    /* CSS 3 Radius */
    border-radius: 5px;
    text-align: center;
}

.info a {
    color: #2D6A90;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    padding: 7px 10px;
    /* Safari Radius */
    -webkit-border-radius: 5px;
    /* Mozilla Radius */
    -moz-border-radius: 5px;
    /* KHTML Radius */
    -khtml-border-radius: 5px;
    /* CSS 3 Radius */
    border-radius: 5px;
    text-align: center;
}

#navigation_avis {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#avis, .avis {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 20px;
    visibility: inherit;
    width: 416px;
    z-index: 1;
    overflow: hidden;
    margin: auto;
    margin-top: 10px;
}

#avis h3, .avis h3 {
    padding-bottom: 10px;
}

#avis div.botonera, .avis div.botonera {
    padding-bottom: 0;
}

#avis a.boto, .avis a.boto {
    margin: 5px 46% 0;
}

/* capa flotant sobre text*/
.flotant {
    position: relative;
    width: 250px;
    padding-top: 11px;
}

.flotant .fletxa {
    position: absolute;
    width: 25px;
    height: 13px;
    background: url(mc-icons/flotant-fletxa.png) no-repeat top left;
    top: 0;
    right: 15px;
}

.fbottom {
    padding-top: 0;
    padding-bottom: 16px;
}

.fbottom .fletxa {
    bottom: 0;
    background-position: bottom;
    height: 18px;
    right: 10px;
    top: auto;
}

.flotant .content {
    /* Safari Radius */
    -webkit-border-radius: 5px;
    /* Mozilla Radius */
    -moz-border-radius: 5px;
    /* KHTML Radius */
    -khtml-border-radius: 5px;
    /* CSS 3 Radius */
    border-radius: 5px;
    border: 2px solid #666;
    background: #FFF;
    padding: 10px;
    line-height: 1.6em;
    box-shadow: 3px 3px 2px #D6D6D6;
    -webkit-box-shadow: 3px 3px 2px #D6D6D6;
    -moz-box-shadow: 3px 3px 2px #D6D6D6;
}

/* capa flotant simple */
.flsimple .fletxa {
    background-image: url(mc-icons/flotant-fletxa-simple.png);
}

.flsimple {
    padding-bottom: 15px;
}

.flsimple .content {
    border: 1px solid #CCC;
}

/*  Paginadors  */
.pagines {
    background-color: #F0F0F0;
}

.paginador {
    text-align: center;
    white-space: nowrap;
    padding: 5px 0;
}

.paginador li, .paginador h3 {
    display: inline;
}

.paginador li a img {
    vertical-align: middle;
}

.paginador input {
    text-align: center;
}

/* pagines secundaries */
body.contingut {
    margin-top: 5px;
}

body.contingut h1 {
    float: none;
}

body.popup {
    margin: 0;
}

body.popup .header {
    padding: 10px 20px;
    border-bottom: 1px dotted #CCC; /* ie6 */
    overflow: hidden;
}

body.popup .header h1 {
    float: left;
}

body.popup .header .botonera {
    float: right;
    padding: 0;
}

body.popup .header .botonera li {
    float: left;
    margin-left: 10px;
}

body.popup .header .botonera .boto {
    margin-right: 0;
}

body.popup .contingut {
    padding: 5px 20px 10px 20px;
}

/* Fil d'Ariadna "breadcrumb" */
.fil-ariadna {
    font-family: Tahoma, Geneva, sans-serif;
    color: #2685AC;
}

.fil-ariadna a, .contingut .fil-ariadna a {
    padding: 5px;
    text-decoration: none;
}

.fil-ariadna .primer {
    padding-left: 0;
}

.fil-ariadna a:hover, .contingut .fil-ariadna a:hover {
    text-decoration: underline;
}

a.red:link {
    color: #d42945;
    text-decoration: none;
    border-bottom: 1px dotted #ffbac8;
}

a.red:visited {
    color: #d42945;
    border-bottom: none;
    text-decoration: none;
}

a.red:hover,
a.red:focus {
    color: #f03b58;
    border-bottom: 1px solid #f03b58;
    text-decoration: none;
}

a.green:link {
    color: #35d429;
    text-decoration: none;
    border-bottom: 1px dotted #88f03b;
}

a.green:visited {
    color: #215e1c;
    border-bottom: none;
    text-decoration: none;
}

a.green:hover,
a.green:focus {
    color: #166610;
    border-bottom: 1px solid #6bb833;
    text-decoration: none;
}

#top_bar {
    width: 100%;
    height: 54px;
}

.header_floater {
    height: 38px;
    margin-bottom: 5px;
}

.clr {
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.boto {
    font: normal 1em Tahoma, Geneva, sans-serif;
    color: #2685AC;
    text-decoration: none;
    background: #F2F5F9 url(mc-icons/boto.png) repeat-x top;
    /* Safari Radius */
    -webkit-border-radius: 5px;
    /* Mozilla Radius */
    -moz-border-radius: 5px;
    /* KHTML Radius */
    -khtml-border-radius: 5px;
    /* CSS 3 Radius */
    border-radius: 5px;
    padding: 4px 10px 5px;
    border: 1px solid #DDE7EC;
    float: left;
    margin-right: 10px;
}

.botopetit, .formulari input.botopetit, .formulari button.botopetit {
    padding: 1px 10px 2px;
}

.boto:hover {
    background-image: url(mc-icons/boto-hover.png);
    background-color: #E2E9F1;
    border: 1px solid #BBD0D9;
}

.boto img {
    vertical-align: middle;
    margin-right: 5px;
}

input.boto, button.boto {
    cursor: pointer;
    padding: 3px 7px 5px 7px;
}

select {
    width: 150px;
}

/*Imported  */
/* =======================================

		Main Stylesheet for My-Bootstrap-Site

		Innovations on Twitter Bootstrap

========================================== */

/*	Navbar Adjustments
		============================================= */

/* Top Padding for responsive navbar-top-fixed */
body { /* Add top padding for full-width layout */
    padding-top: 60px;
    padding-bottom: 40px;
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    /* size down hero unit contents to fit a narrow viewport */
    .hero-unit {
        padding: 0;
        margin: 0;
        background: transparent;
    }

    .hero-unit h1 {
        font-size: 250%;
    }

    .hero-unit h2 {
        font-size: 180%;
    }
}

/* 	Typography Tweaks
		============================================ */
.alert a {
    font-weight: bold;
}

a.btn:hover {
    /* Transition for hovers */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* 	Rows and Columns
		============================================ */
.row { /* more top and bottom padding on rows */
    padding: 20px 0;
}

/* 	Pills and Tabs
		============================================ */

.tab-content {
    /*
                display: table;
                max-width: 90%;
    */
}

.tab-content > .active,
.pill-content > .active {
    /* 	    display: inline-block; */
}

.nav-pills li a h3 {
    font-size: 14px;
    line-height: 16px;
}

.nav-pills li.active a h3 {
    font-size: 14px;
    color: white;
}

#sidebar .well {
    padding: 4px 4px 0 4px;
}

#sidenav > li a {
    /* Transition for hovers */
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#sidenav > li.active a,
#sidenav > li a:hover {
    margin-left: -10px;
    padding-left: 20px;
}

/* 	For Code Snippets
		============================================ */

code, pre, pre.prettyprint {
    background-color: #fee9cc;
}

pre, pre.prettyprint {
    padding: 16px 20px;
    margin: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    max-width: 100%;
}

.alert pre {
    text-shadow: none;
}

/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln {
    color: #000
}

/* plain text */

@media screen {
    .str {
        color: #080
    }

    /* string content */
    .kwd {
        color: #008
    }

    /* a keyword */
    .com {
        color: #800
    }

    /* a comment */
    .typ {
        color: #606
    }

    /* a type name */
    .lit {
        color: #066
    }

    /* a literal value */
    /* punctuation, lisp open bracket, lisp close bracket */
    .pun, .opn, .clo {
        color: #660
    }

    .tag {
        color: #008
    }

    /* a markup tag name */
    .atn {
        color: #606
    }

    /* a markup attribute name */
    .atv {
        color: #080
    }

    /* a markup attribute value */
    .dec, .var {
        color: #606
    }

    /* a declaration; a variable name */
    .fun {
        color: red
    }

    /* a function name */
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: bold
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: bold
    }

    .lit {
        color: #044
    }

    .pun, .opn, .clo {
        color: #440
    }

    .tag {
        color: #006;
        font-weight: bold
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}

pre.prettyprint { /* customized by DC */
    /* padding: 2px;
    border: 1px solid #888  */
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin-top: 0;
    margin-bottom: 0
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
    background: #eee
}

/** Spinner
    FROM https://icons8.com/cssload/en/spinners/2
 */

.cssload-wrap {
    padding-top: 78px;
}

.cssload-wrap > div {
    left: calc(50% - 97px);
    position: relative;
    background-color: rgb(255, 255, 255);
    width: 195px;
    height: 195px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
    color: rgb(0, 0, 0);
}

.cssload-wrap > div:nth-child(2) {
    width: 175px;
    height: 175px;
    top: -185px;
    left: calc(50% - 88px);
    line-height: 175px;
    text-align: center;
}

.cssload-wrap > div div {
    width: 146px;
    height: 146px;
    border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    filter: blur(29px);
    -o-filter: blur(29px);
    -ms-filter: blur(29px);
    -webkit-filter: blur(29px);
    -moz-filter: blur(29px);
    position: absolute;
}

.cssload-wrap > div div:nth-child(1) {
    background-color: red;
    animation: cssload-move 4.6s;
    -o-animation: cssload-move 4.6s;
    -ms-animation: cssload-move 4.6s;
    -webkit-animation: cssload-move 4.6s;
    -moz-animation: cssload-move 4.6s;
    animation-delay: 5.52s;
    -o-animation-delay: 5.52s;
    -ms-animation-delay: 5.52s;
    -webkit-animation-delay: 5.52s;
    -moz-animation-delay: 5.52s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.cssload-wrap > div div:nth-child(2) {
    background-color: green;
    animation: cssload-move 3.45s;
    -o-animation: cssload-move 3.45s;
    -ms-animation: cssload-move 3.45s;
    -webkit-animation: cssload-move 3.45s;
    -moz-animation: cssload-move 3.45s;
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.cssload-wrap > div div:nth-child(3) {
    background-color: blue;
    animation: cssload-move 6.9s;
    -o-animation: cssload-move 6.9s;
    -ms-animation: cssload-move 6.9s;
    -webkit-animation: cssload-move 6.9s;
    -moz-animation: cssload-move 6.9s;
    animation-delay: 3.68s;
    -o-animation-delay: 3.68s;
    -ms-animation-delay: 3.68s;
    -webkit-animation-delay: 3.68s;
    -moz-animation-delay: 3.68s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

.cssload-wrap > div div:nth-child(4) {
    background-color: yellow;
    animation: cssload-move 5.75s;
    -o-animation: cssload-move 5.75s;
    -ms-animation: cssload-move 5.75s;
    -webkit-animation: cssload-move 5.75s;
    -moz-animation: cssload-move 5.75s;
    animation-delay: 1.84s;
    -o-animation-delay: 1.84s;
    -ms-animation-delay: 1.84s;
    -webkit-animation-delay: 1.84s;
    -moz-animation-delay: 1.84s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@keyframes cssload-move {
    0%, 100% {
        top: 0%;
        left: 0%;
    }
    25% {
        top: 0%;
        left: 50%;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0%;
    }
}

@-o-keyframes cssload-move {
    0%, 100% {
        top: 0%;
        left: 0%;
    }
    25% {
        top: 0%;
        left: 50%;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0%;
    }
}

@-ms-keyframes cssload-move {
    0%, 100% {
        top: 0%;
        left: 0%;
    }
    25% {
        top: 0%;
        left: 50%;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0%;
    }
}

@-webkit-keyframes cssload-move {
    0%, 100% {
        top: 0%;
        left: 0%;
    }
    25% {
        top: 0%;
        left: 50%;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0%;
    }
}

@-moz-keyframes cssload-move {
    0%, 100% {
        top: 0%;
        left: 0%;
    }
    25% {
        top: 0%;
        left: 50%;
    }
    50% {
        top: 50%;
        left: 50%;
    }
    75% {
        top: 50%;
        left: 0%;
    }
}