
.bg{
    background-color: #ffffff;
}

.bgSala{
    background-color: #000000;
    color: whitesmoke;
}

.mt0mb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}


.senyera {
    color:transparent;
    background: repeating-linear-gradient(to right, #ffd300, #CC0000 );
    -webkit-background-clip:text;
    background-clip:text;
}

.text-groc {
    color: #ffd300;
}

.text-verd {
    color: #568a42;
}

.text-blau {
    color: #408baa;
}

.text-taronja {
    color: #ba5a28;
}

.text-rosa {
    color: #e81b66;
}

.background-gris {
    background-color: #C8C8C8;
}

.background-gris-fosc {
    background-color: #8C8C8C;
}

.background-negre {
    background-color: #000000;
}

.background-mesa {
    background-color: #d0d1d4 !important;
}

.background-dialog {
    background-color: #F4F4F4;
;
}

.background-dialog-mesa {
    background-color: #5f5f5f;
}

.background-tabs-mesa{
    background-color: #7E241D !important;
}

.background-card-title-mesa {
    background-color: #a13131 !important;
}

.background-titol-dialog {
    background-color:  #2c1f19 !important;
}

.background-missatges{
    background-color: #302a2a !important;
}



.background-lilos {
    background-color: #90458b !important;
}

.background-lilos-dialog {
    background-color: #ab56a6 !important;
}

.background-verdFluor {
    background-color: #8be57e !important;
}

.background-grocAlert {
    background-color: #d5d458 !important;
}


.background-grisTransparent {
 background-color: rgba(174, 172, 172, 0.52) !important;
}

.background-blanc {
    background-color:white !important;
}

.background-blauclar {
    background-color: #90CAF9 !important;
}


.fa-send {
    margin-left: 1.8rem !important;
}


.scroll-box {
    overflow-y: scroll;
    /*height: 390px;*/
    height: 25rem;
    padding: 1rem
}

.ui-messages .ui-messages-close {
    background-image: url("/portalcongres/javax.faces.resource/images/icon_close_16.png.xhtml");
    background-position: center center !important;
    width: 16px;
    height: 16px;
}

.ui-icon-closethick {
    background-image: url("/portalcongres/javax.faces.resource/images/icon_close_16.png.xhtml");
}

.ui-dialog.noDialogHeader, .ui-dialog-titlebar {
    padding: 0 0 0 0 !important;
}

.ui-dialog.dialogMesa .ui-dialog-title {
    float: left;
    margin-left: .7em;
    padding-top: .8em;
    font-weight: 600;
    color: white;
}

.ui-dialog.dialogMesa .ui-dialog-content {
    padding: .8em 0 0 0 !important;
}

.ui-dialog.dialogMesa .ui-icon-closethick {
    position: relative !important;
}

.ui-dialog.dialogMesa .ui-icon-closethick:before {
    content: "\f057";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
}


.ui-dialog.dialogConfirm {
    background-color: #3d4b64;
}


.ui-dialog.dialogConfirm .ui-dialog-title {
    float: left;
    padding: .8em .8em .8em !important;
    font-weight: 600;
    color: white;
    background-color: #0e3d67;
    margin-right: .5em;
}

.ui-dialog.dialogConfirm .ui-confirm-dialog-message {
    color: white !important;
}


.ui-dialog .ui-dialog-title {
    float: left;
    margin: .7em 0px .3em .5em;
}

.ui-messages-info-summary,
.ui-messages-warn-summary,
.ui-messages-error-summary,
.ui-messages-fatal-summary,
.ui-message-info-summary,
.ui-message-warn-summary,
.ui-message-error-summary,
.ui-message-fatal-summary {
    margin-left: 5px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: smaller;
}

.ui-messages-info-detail,
.ui-messages-warn-detail,
.ui-messages-error-detail,
.ui-messages-fatal-detail,
.ui-message-info-detail,
.ui-message-warn-detail,
.ui-message-error-detail,
.ui-message-fatal-detail {
    margin-left: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: smaller;
}



.file-field input.file-path {
    border: none;
    color: #0c0c0c;
    border-bottom: 1px;
    border-bottom-color: #0c5460;
    margin-top: 10px;
    background-color: transparent !important;
}

.ui-paginator-page {
    font-family: 'Roboto Condensed', sans-serif;
}

.ui-paginator.ui-paginator-top.ui-widget-header.ui-corner-top,
.ui-paginator.ui-paginator-bottom.ui-widget-header.ui-corner-bottom,
.ui-paginator a,
.ui-paginator a:hover {
    background: none;
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.ui-paginator > a {
    width: 32px;
    height: 32px;
}


.ui-paginator a {
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
}



.ui-paginator a,
.ui-sortable-column-icon:before {
    font-family: FontAwesome;
}

.ui-sortable-column-icon.ui-icon {
    background-image: none;
    text-indent: 0;
    margin: 0 0 0 .5em;
    height: 12px;
}

.ui-paginator span span,
.ui-paginator a span {
    display: none;
}

.ui-paginator .ui-paginator-first:before {
    content: "\f048";
}

.ui-paginator .ui-paginator-prev:before {
    content: "\f04a";
}

.ui-paginator .ui-paginator-next:before {
    content: "\f04e";
}

.ui-paginator .ui-paginator-last:before {
    content: "\f051";
}

/* Fila scollida */
.ui-datatable .ui-state-highlight {
    background-image: none;
    background-color: rgba(162, 155, 184, 0.22);;
}

.ui-paginator .ui-paginator-rpp-options {
   font-family: 'Roboto Condensed', sans-serif;
    border:none;
    -webkit-appearance: none;
}
.ui-paginator .ui-paginator-rpp-options option {
    font-family: 'Roboto Condensed', sans-serif !important;
    background-color: #00796b;
    color: white;
    font-size: smaller;
}

.ui-paginator-page .ui-state-default .ui-corner-all {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.ui-paginator-current {
    margin-right: 2px !important;
    margin-left: 2px !important;
}


.notificacio-label{
    position: absolute;
    top: 9px;
    right: 1px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }

.form-check-input:not(:checked), .form-check-input:checked {
    position: absolute;
    pointer-events: visible;
    opacity: 100;
    margin-left: -20px;
}

.ui-radiobutton .ui-state-default {
    margin-top: 5px;
    border: 2px solid #C4C4C4;
}

.ui-radiobutton .ui-state-active {
    background-color: #EE3123 !important;
    margin-top: 5px !important;
    border: 2px solid #EE3123 !important;
}

.ui-state-active {
    background-color: #33b5e5 !important;
    margin-left: 2px;
    margin-right: 2px;
    border: 2px solid #33b5e5 !important;
}

.caret {
    color: #5096db !important;
}

.ui-shadow {
    -moz-box-shadow: 0 0 0 rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.8);
    box-shadow: 0 0 0 rgba(0,0,0,0.8);
}

.testimonial-card .card-up {
    height: 100px;
    overflow: hidden;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 1.5em;
}

.btn {
    text-transform: unset !important;
}


.ui-datatable.borderless thead th,
.ui-datatable.borderless tbody,
.ui-datatable.borderless tbody tr,
.ui-datatable.borderless tbody td,
.ui-datatable.borderless table {
    border-style: none;
    border-collapse: separate !important;
    }


.ui-datatable.borderbottom thead th,
.ui-datatable.borderbottom table
{
    border-style: none;
    border-collapse: separate !important;
}

.ui-datatable.borderbottom tbody,
.ui-datatable.borderbottom tbody tr,
.ui-datatable.borderbottom tbody td {
    border-style: groove;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #880e4f !important;
    /*border-collapse: separate !important;*/
}

td.centeredColumnContent {
    text-align: center;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}


.text-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}

.badge {
 font-size: 100%;
}

.ui-dialog-titlebar, ui-widget-header, ui-helper-clearfix, ui-corner-top,ui-draggable-handle{
    line-height: .2em;
}

.rounded {
    border-radius: .50rem !important;
}

.color-assemblea {
    color: #dbce68 !important;
}

.color-afiliada {
    color: #7f9fff !important;
}

.color-missatge {
    color: #f0be9a !important;
}

.color-aportacio {
    color: #b6bfff; !important;
}

.color-esmena {
    color: #f0f4c3; !important;
}

.color-altres {
    color: #fda6a6; !important;
}
.color-suport {
    color: #ea6e6e; !important;
}

.puntets {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rounded-top {
    border-top-left-radius: .80rem !important;
    border-top-right-radius: .80rem !important;
}

.btn-lila {
    color: #fff;
    background-color: #4a407c85 !important;
}

.btn-lilaft {
    color: #fff;
    background-color: #8c4aeb !important;
    font-weight: 700 !important;
}

.btn-vermell {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    background-color: #EE3123 !important;
}

.btn-gris {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 14px !important;
    background-color: #C4C4C4 !important;
}

.btn-gris12 {
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 12px !important;
    background-color: #C4C4C4 !important;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 600 !important;
}

div.saltpagina {
    page-break-after: always;
}



.titolidentificat {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
}

.titol24 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
}

.titol20 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
}

.subtitol12 {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.subtitol16 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}


.bg-gris-boto {
    background-color: #8C8C8C !important;
}

.bg-gris {
    background-color: #ecebeb !important;
}

.bg-taronja {
    background-color: rgba(255, 153, 65, 0.69);
}

.link {
    color: #EE3123 !important;
}

.link2 {
    color: #8A2A23 !important;
}


.llistaSorea {
    list-style: decimal;
    padding-left: 2%;
}

.llistaSorea li {
    margin: 1em 0;
    padding-left: 1em;
}


page {
    background: white;
    display: block;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}
page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
    margin-top: 0.5cm;
    margin-bottom: 0.5cm;
    margin-left: 2cm;
    margin-right: 1cm;
}
page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}
page[size="A3"] {
    width: 29.7cm;
    height: 42cm;
}
page[size="A3"][layout="landscape"] {
    width: 42cm;
    height: 29.7cm;
}
page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}
page[size="A5"][layout="landscape"] {
    width: 21cm;
    height: 14.8cm;
}

/* Sala */

.sala {
    background-color: floralwhite;
}
.passadis {
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 8px;
}



.cadires {
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 5px;
    margin: 2px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 8px;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(0,0,0,.99);
    background-color: white;
    /*
    background-image: url("/portalcongres/javax.faces.resource/images/sense_seient.png.xhtml");
    background-repeat: no-repeat;
    background-position: center;
     */
}

.seient {
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 5px;
    float: left;
    text-align: center;
    margin: 2px;
    outline: none;
    font-size: 8px;
    border-width: 2px;
    border-style: solid;
}

.delegacio_seient {
    height: 16px;
    width: 16px;
    line-height: 16px;
    border-radius: 5px;
    float: left;
    text-align: center;
    outline: none;
    margin: 2px;
    outline: none;
    font-size: 8px;
    border-width: 2px;
    border-style: solid;
}

.vot_si {
    background-color: #7fff76 !important;
    /*
 border-color: #7fff76 !important;

    background-image: url("/portalcongres/javax.faces.resource/images/vot_si.png.xhtml");
    background-position: center;
    background-repeat: no-repeat;

     */
}



.vot_no {
    background-color: #ff8a00 !important;

    /*

    background-image: url("/portalcongres/javax.faces.resource/images/vot_no.png.xhtml");
    background-position: center;
    background-repeat: no-repeat;

     */
}

.vot_abs {
    background-color: #ffffff !important;
    /*
    background-image: url("/portalcongres/javax.faces.resource/images/vot_abs.png.xhtml");
    background-position: center;
    background-repeat: no-repeat;
     */

}

.vot_cand1 {
    background-image: url("/portalcongres/javax.faces.resource/images/vot_cand1.png.xhtml");
    background-position: center;
    background-repeat: no-repeat;
}

.vot_cand2 {
    background-image: url("/portalcongres/javax.faces.resource/images/vot_cand2.png.xhtml");
    background-position: center;
    background-repeat: no-repeat;
}

.mesa{
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 350px;
    background-color: #bbb4b7;
    color: #004614;
}

.delegacio {
    font-size: 12px;
    font-family: Montserrat;
    margin-left: 2px;
    display: block;
    width: 350px;
}

.delegacio_container {
    display: grid;
    grid-template-columns: 350px 350px 350px 350px 350px;
    margin-bottom: 10px;
}

