/*
    Created on : 18/11/2016, 17:24:10
    Author     : vplanas
*/
.decoratUB h1 {
    font-size: 26px;
}

.decoratUB h2 {
    font-size: 18px;
}

.bannerUB {
    margin-right: auto;
    margin-left: auto;
}

#logoATIC img {
    height: 40px;
}
#logoUB img {
    height: 50px;
}

#menuPrincipal {
    float: right;
}

.bannerUB ul.menu.navbar-nav > li.active > a, .bannerUB ul.menu.navbar-nav > li.active > a:hover, .bannerUB ul.menu.navbar-nav > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.peu-capcalera {
    background: url('../img/home_background_barralogo3.png') -55px bottom repeat-x;
    padding: 5px;
}

.decoratUB {
    padding: 12px 8px;
    border-bottom: 3px solid #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #767676;
    background: url('../img/pattern.jpg') 0 -20px;
}

header .lead {
    font-size: 13px;
    color: #999;
}

header {
    border-top: 3px solid #eeeeee;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 3px;
}

#peticioHeader {
    padding: 10px 0;
}

#peticioHeader .titolPeticio {
    font-size: 20px;
    color: #fff;
    padding: 8px;
    border-radius: 4px 0 0 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 0px;
}

.label-avaria {
    background-color: #b22222;
}

#peticioHeader p.descripcioPeticio {
    border-radius: 0 0 4px 4px;
}

ul.pestanaTitol {
    border-bottom-color: transparent;
}
.pestanaTitol > li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 0;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
}

.text-grey {
    color: #777;
}

blockquote {
    font-size: 14px;
}

.form-group .help-block, .form-group .error-block {
    font-size: 13px;
}

.error-block {
    color: #a94442;
}

.toggleUB > div {
    padding-left: 0;
}

.toggleUB span.help-block {
    margin: 0 0 10px 4px;
}

/*Amagar fletxetes en els inputs type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

.exempleEtiqueta {
    text-align: center;
    padding: 20px 0;
}

.exempleEtiqueta img {
    height: 100px;
    margin-right: 30px;
}

.custom-error {
    color: #a94442;
}

#idPAUgetResult, #beneficiariGetResult {
    display: none;
}

.input-group .form-control-feedback {
    position: relative;
    margin-left: -36px;
    display: inline-block;
}

.input-group .input-group-addon {
    line-height: 22px;
}

footer {
    margin-top: 40px;
    padding: 30px 20px 40px 20px;
}

.peuUB {
    color: #595959;
    font-size: 14px;
    line-height: 14px;
    padding: 0px;
    background-color: #f4f4f4;
    margin-top: 20px;
    border-bottom: 2px solid #999999;
    border-top: 1px solid #e5e5e5;
}

.peuUB img.logo {
    width: 200px;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.credits {
    padding: 25px 40px;
}

.credits div {
    text-align: center;
}

.peuUB ul.foot_links li {
    margin-top: 8px;
    list-style: none;
}

.credits img .logo {
    width: 190px;
}

.peuUB ul {
    padding-left: 0px;
}

.peuUB .authoring {
    padding: 0px 10px;
    display: inline;
}

.datatables-container, .table-condensed {
    font-size: 0.9em;
}

.datatables-container .odd, .table-condensed .odd {
    background-color: #E6EDF1 !important;
}

.datatables-container .selected {
    background-color: #337ab7 !important;
    color: #fff !important;
}

.datatables-container .dataTables_length {
    clear: both;
    float: left;
    margin-top: 5px;
}

.dt-button.btn, .datatables-container .filtres {
    margin-right: 3px;
}

.dataTables_filter {
    float: right !important;
    margin-top: 5px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top:4px !important;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 10;
    position: absolute;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    text-align: center;
    font-size: 1.4em;
    padding: 0.5em !important;
    border: 3px solid #E6EDF1;
}


/* desktop */
@media only screen and (min-width: 768px) {
    .peuUB ul.foot_links li {
        margin: 0 10px 0 0;
    }

    .credits p, .credits div {
        text-align: left;
    }

    .status-icon {
        font-size: 60px;
    }

    .info-icon {
        font-size: 36px;
    }

    blockquote {
        font-size: 17.5px;
    }
    .bannerUB ul.menu.navbar-nav > li.leaf > a {
        padding: 6px 15px;
        border-radius: 4px;
        margin-right: 2px;
    }
    .peuUB ul.foot_links li {
        display: inline;
    }

}
