/***********************************************************************************************************************************/
/* SELECT **************************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-select .ui-btn{
    padding-top: .52em;
    padding-bottom: .52em;
}
.ui-select > .ui-btn span{
    color: #808080;
}


/***********************************************************************************************************************************/
/* SELECT-TABLE ********************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-select-table{
    background-color: #fff;
    margin: 0;
    border-width: 0 0 1px 0;
    border-style: solid;    
    border-color: #af9c8c;
}
.ui-select-table--full{
    border-width: 1px;
}
.ui-select-table .ui-select,
.ui-select-table .ui-input-text{
    margin: 0;
    border-right: 1px solid #d0d0d0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0;
}
.ui-select-table .ui-input-search{
    margin: 0;
    border: 0;
}


/***********************************************************************************************************************************/
/* SELECT-MINI *********************************************************************************************************************/
/***********************************************************************************************************************************/

.ui-select.ui-mini > .ui-btn span{
    color: #808080;
} 
.ui-select.ui-mini {
    border: 1px solid #d0d0d0;
    background-color: #fff;
}
.ui-select.ui-mini span{
    font-size: 1rem;
}


/** pastille-color *******************************************************************************************************************/
.pastille-color{
   position: relative;
}
.pastille-color:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 3px;
}