.select2-container--default .select2-selection--single{
    padding:6px;
    height: 40px;
/*    width: 148px; */
    font-size: 1em;
    position: relative;
    border-color: rgb(229, 229, 229);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 5px;
}

.uk-date {
    line-height: 2em;
}


.uk-button-success {
    background: #32d296;
    color: #fff;
}

.uk-button-green {
    background: green;
    color: #fff;
    color:hover: #fff;
}

.uk-text-danger {
    color: red !important;
}

.uk-alert-danger-text {
    color: #f0506e !important;
}

.tweave-help-icon-left-top {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 10px;
    padding-top: 10px;
}
