#ind_header{
    /*min-height: 100px;*/
    padding: 20px;

}
#capssalera{
    border-bottom-style: solid;
    border-bottom-color:#004d80;   
}

.titol{
    color:#004d80;
    padding-top: 0.5em;
    padding-bottom: 1em;
}
.subtitol{
    color:#004d80;
    padding-top: 0.2em;
    text-align: left;
}
.container{
    max-width: 95%;
}
.anys{
    background-color: #004d80;
    color:whitesmoke;
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 60%;
    height: 30px;
    text-align: center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.anysProveidors{
    background-color: #004d80;
    color:whitesmoke;
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    height: 30px;
    text-align: center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.bgClass{
    background-color: white;
    padding: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color:#004d80;
    border-color: #004d80 #004d80 #004d80;
}

.nav-tabs .nav-link {
    border: 1px solid #0000;
    border-radius:0px;
    color:#004d80;
    background-color: #fff;
}

#select2{
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 60%;
}
#select2Proveidors{
    /* display: block;
    margin-left: auto;
    margin-right: auto; */
    width: 100%;
}


option{
    background-color: white;
    color: #004d80;
    width: 100%;
}
option:hover{
    background-color: rgb(185, 195, 212);
    color: #fcfcfc;
    width: 100%;
}
.dc-select-option {
    background-color: white;
    color: #004d80;
}

.dc-select-menu {
    border:0px;
    overflow: hidden;
    width: 100%;
    height: 80px;
    text-align: center;
}

:checked {
    background: #d2d9df -webkit-linear-gradient(bottom, #b7c5ce 0%, #b7c5ce 100%);
    border:0px;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}




#ind_row_2 {
    margin-top: 20px;
}
.subheader{
    height: 50px;
    font-size: 1.1em !important;
    margin-top:20px;
}
.dc-chart .pie-slice {
    
    font-size: 0.8em !important;

}

.dc-legend-item {
    font-size: 1em !important;
}


body{
    font-family: "Open Sans SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #9c9b9b1f;
}
#innerBody{
    background-color: #efebeb1f;
}

tr:nth-child(2n)
{
background-color:#e2e0e0;
}


#div_immport_procediment .tick:nth-child(2n)
{
background-color:#e2e0e0;
}


#selector{
    padding-left: 2.5em;
}
#selectorProvidors{
    padding-left: 2.5em;
}
#pestanyes{
    padding-left: 65px;
}
td.dc-table-column._1 {
    text-align: right;
}
tr.dc-table-row {
    font-size: 0.9em!important;
}
td.dc-table-column._0 {
    width: 70%;
}


#div_relacio_proveidors {
    height: 500px; overflow-y: scroll;
}

#div_total td {
    /* background: #be0926; */
    color: white;
    font-weight: bolder;
}

#header_right{
    background: #be0926;
    color: white;
    font-weight: bolder;
    font-size: 0.9em!important;
    text-align: center;
    margin-right: 1rem;
}
#header_left{
    background: #be0926;
    color: white;
    font-weight: bolder;
    font-size: 0.9em!important;
    text-align: left;
    margin-left: 1rem;
}



#div_total td.dc-table-column._0 {
    text-align: left;
}

.noBackground{
    background-color: #efebeb1f;
}


#div_immport_proveidors text {
     fill: #000 ; 

}

#div_immport_proveidors.dc-chart{
    display: block;
    margin: auto;
    text-align: right;
}
td.dc-table-column._1 {
    text-align: right;
    width: 400px;
}


#last_update {
    padding: 13px !important;
    border-bottom: 1px solid #dee2e6;
    /* margin-top: -10px; */
    font-size: 0.7em;
    text-align: right;
}

@media  (min-width: 320px) and (max-width: 480px){
    .subheader{
        height: 60px;
        font-size: 2em !important;
    }

    .dc-chart .pie-slice {
        font-size: 1.2em !important;
    }
    .dc-legend-item {
        font-size: 1.5em !important;
    }
    #my_sub_header a{
        font-size: 10em !important;
    }
    a.nav-link {
        font-size: 1.5em;
    }
  }
