


select{
    width:100%;
}


.ui-select-trigger {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #00000036;
    position: relative;
    border-radius: 3px;
    width: 100% !important;
    padding: 0rem 15px;
    border: 1px solid #a8d4ba !important;
    background: white;
}
.ui-select-trigger span {
    font-size: 0.8rem;
    color: #2a2828;
    display: block;
    height:auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-select-trigger.active {
    border-color: #ccc;
    border-radius: 3px 3px 0 0;
}

.ui-select-trigger.active i, .ui-select-trigger:hover i {
    border-top-color: #ccc;
}

.ui-select {
    position: absolute;
    z-index: 7;
    display: none;
    border-top: none !important;
    border:1px solid #a8d4ba;
    min-height: 10px;
    background-color: #ffffe3;
    width: 100% !important;
    /*min-width: 343px !important;*/
    /* max-width: 100% !important; */
    /* overflow-y: auto;*/
}

.ui-select-trigger i {
    position: absolute;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #e7500f;
    top: 5px;
}

.ui-select-content {
    list-style: none;
    padding: 0;
   /* font-size: 12px;*/
    margin: 0;
    color: #666;
}

.ui-select-content li {
    padding: 0px 15px;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.3;
    cursor: pointer;
    background-color: #ebfff3;
    border-bottom: 1px dashed #a8d4ba;
    height: 44px !important;
    line-height: 44px !important;
}

.ui-select-content li:last-child{border-bottom: none;}

.ui-select-content li:not(.ui-select-item-disabled):hover {
    background-color: #ffeb7670;
    color: #666666;
}

.ui-select-content li.ui-select-item-disabled {
    color: #ccc;
    cursor: not-allowed;
}

.ui-select-content li.ui-select-item-selected, .ui-select-content li.ui-select-item-selected:hover {
    background-color: #c8f5da;
    color: #057233;
}

.ui-select-disabled {
    background-color: #ddd;
    cursor: not-allowed;
}

.ui-select-disabled span {
    color: #999;
}

.ui-select-disabled i {
    border-top-color: #ccc;
}
/*p a{*/
    /*display:inline-block;*/
    /*font-size:14px;*/
    /*height:36px;*/
    /*line-height: 36px;*/
    /*background-color: #222;*/
    /*color: #eee;*/
    /*margin:300px 5px;*/
    /*padding: 0 50px;*/
    /*border-radius: 2px;*/
    /*text-decoration: none;*/
/*!*}*!*/
/*p a:hover{*/
    /*color:#fff;*/
    /*background-color: #000;*/
/*}*/
