.uk-button-primary {
    background-color: #0064af;
}
.uk-button-verd {
    background-color: #009900;
}
.uk-button-vermell {
    background-color: rgba(153, 0, 0, 0.75);
}
.uk-button-vermell:hover {
    background-color: #990000;
}
.uk-navbar-container {
    background-color: #0064af !important;
}
.status-bloc {
    white-space: nowrap;
    display: inline-block;
    margin: 10px 3px;
}
.status {
    color: #fff;
    padding: 0 4px 2px 4px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}
.status-mini {
    margin-top: 2px;
    margin-left: 3px;
    position: absolute;
}
.status-icon {
    margin-left: 5px;
}
.status-vencida {
    /*background: #990000;*/
    color: #990000;
}
.status-urgente {
    /*background: #ff9900;*/
    color: #ff9900;
}
.status-pendiente {
    /*background: #009900;*/
    color: #009900;
}
.status-finalizada {
    /*background: #666666;*/
    /*color: #666666;*/
    color: #009900;
}
.border-form-set {
    border: 1px solid;
    border-color: #e5e5e5;
    padding: 25px;
    /*margin-top: 10px;*/
    margin-bottom: 25px;
}
.border-form-danger {
    border-color: #f0506e !important;
}
.uk-link, a {
    color: #0064af;
    text-decoration: none;
    cursor: pointer;
}
.uk-table td {
    padding: 10px;
}
.uk-button-bio-add {
    line-height: 25px;
    padding: 0 5px 5px 5px;
}
.uk-button-bio-add-mini {
    line-height: 15px;
    padding: 0 3px 5px 3px;
}

.header-indicators {
    display: inline-block;
    font-size: 13px;
    line-height: 0;
}
.bio-taula-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}
.btn {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: .1s ease-in-out;
    transition-property: color,background-color,border-color;
}
.btn-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5;
    font-weight: normal !important;
}
.btn-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
    font-weight: normal !important;
}
/*.drp-selected {*/
    /*display: none !important;*/
/*}*/

.icono-accion {
    /*margin-right: 10px;*/
    color: #951;
    color: #666666;
    background: inherit;
    padding: 2px;
}
.icono-accion-verd:hover {
    color: #009900;
    background: #f8f8f8;
    padding: 2px;
}
.icono-accion-vermell:hover {
    color: #990000;
    background: rgba(246, 216, 201, 0.71);
    padding: 2px;
}
.icono-accion-taronja:hover {
    color: #ff9900;
}
.icono-accion-gris:hover {
    color: #666666;
}
.icono-accion-disabled {
    color: #e0e0e0;
}
#modal-revisionsVeure #rev_arxiu_view,
#modal-revisionsVeure .rev_arxiu_view {
    background: #f8f8f8;
    padding: 3px 10px 5px 10px;
    margin-right: 10px;
}
.rev_pci {
    background: #f8f8f8;
    padding: 15px;
    margin: 0;
    line-height: 1;
}
.rev_pci .uk-icon {
    margin-left: 5px;
}

.color-bio {
    color: #0064af;
}
.color-vermell {
    color: #990000;
}
.color-verd {
    color: #009900;
}
.color-groc {
    color: #ff9900;
}
.font20 {
    font-size: 20px;
}
.uk-text-primary {
    color: #0064af !important;
}
.uk-text-xsmall {
    font-size: 0.75rem;
    line-height: inherit;
}
.estat-tasca {
    color: #ffffff;
    padding: 0px 3px 2px 3px;
    margin-left: 5px;
    font-size: 12px;
    white-space: nowrap;
}
.estat-tasca-PDT {
    background-color: #ccc;
}
.estat-tasca-PDT-ABAC::after {
    content: "■";
    font-size: 10px;
    color: #ff9900;
    margin-left: 5px;
}
.estat-tasca-PDT-BIO::after {
    content: "■";
    font-size: 10px;
    color: #0064af;
    margin-left: 5px;
}
.estat-tasca-WRK {
    background-color: #0064af;
}
.estat-tasca-FIN {
    background-color: #67a567;
}
.estat-tasca-DEL {
    background-color: #ddd;
}
.udn-nom {
    background-color: #0064af11;
    padding: 0 4px 2px 4px;
    /*border-radius: 3px;*/
    font-size: 11px;
    color: #999999;
}
.udn-nom-no {
    background-color: #99999911;
    padding: 0 4px 2px 4px;
    font-size: 11px;
    color: #cccccc;
}
.bloc-blau {
    background: #0064af11;
    padding: 10px;
    margin-bottom: 15px;
}
.bloc-gris {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 15px;
}
.camp-blau {
    background: #0064af11;
    padding: 2px 7px 5px 7px;
}