
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    font-size: 11px;
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #d8d8dc;
    color: white;
}

.tag:hover::after {
    border-left-color: #d8d8dc;
}

.whiteRow {
    background-color: #ffffff !important;
    background-image: none !important;

}

.tableWithoutHeader thead th {
    border: none !important;
    background: none !important;

}

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

.smallMenu-amount {
    position: absolute;
    top: 3px;
    right: 10px;
    padding: 4px 6px;
    background-color: red;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}


.customError {
    background-color: white !important;
    font-size: 12px !important;
    border-width: 0 0 0 0 !important;
}

.border-multicolor {
    border-width: 4px;
    border-top: 10px solid;
    -o-border-image: -o-linear-gradient(left, #575a7b, #575a7b 20%, #f9655b 20%, #f9655b 40%, #f5c070 40%, #f5c070 60%, #6658ea 60%, #6658ea 80%, #fcc 80%) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(#575a7b), color-stop(20%, #575a7b), color-stop(20%, #f9655b), color-stop(40%, #f9655b), color-stop(40%, #f5c070), color-stop(60%, #f5c070), color-stop(60%, #6658ea), color-stop(80%, #6658ea), color-stop(80%, #fcc)) 1;
    border-image: linear-gradient(to right, #575a7b, #575a7b 20%, #f9655b 20%, #f9655b 40%, #f5c070 40%, #f5c070 60%, #6658ea 60%, #6658ea 80%, #fcc 80%) 1;
}

.hero-image {
    background-image: url("/javax.faces.resource/images/illustration-1.png.xhtml?ln=rain-layout") !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

.p-inputnumber {
    text-align: right;
}

.phoneLabel {
}

.phoneValue {
    font-weight: bold;
!important;
}

a {
    text-decoration: none !important;
}

.policy-badge {
    border-radius: 2px;
    padding: 0.25em 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.policy-badge.status-proposal {
    background: #9BF2F7;
    color: #2B7AA4;
}

.policy-badge.status-in_force {
    background: #ACEBB4;
    color: #348861;
}

.policy-badge.status-cancelled {
    background: #FABD9A !important;
    color: #AD342B !important;
}

.policy-badge.status-closed {
    background: #EFB8E5;
    color: #833F91;
}

.policy-badge.status-expired {
    background: grey;
    color: #eeeeee;
}

