.modalselect {
    display:none;
}
.label-modalselect {
    padding: 14px 30px 5px 6px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #fff;
    font-size: 1em;
    line-height: 1;
    cursor: pointer;
    z-index: 900;
    text-align: left !important;
    color: #58585a;
    text-overflow: ellipsis;
}

.label-modalselect:hover {
    box-shadow: 0 0 4px #00ad98;
    background-color: rgba(255,255,255,1);
    border: 1px solid #fff;
}
.label-modalselect:before,
.label-modalselect:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    border: 8px solid transparent;
    border-top: 8px solid #05ae98;
    z-index: 2;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}
.label-modalselect:after{
    margin-top: -6px;
    right: 10px;
    border-top-color: #fff;
}
.checkbox label::after {
    color: #00ad98;
}
.modal-modalselect .modal-footer .btn-primary {
    background-color: #00a894;
    border-color: #00938b;
    color: #fff;
}
.modal-modalselect .modal-footer .btn-link {
    color: #00938b;
}
.modal-modalselect .modal-body {
    max-height: 400px;
    overflow-y: auto;
}
.modalselect-ul, .modalselect-ul ul {
    margin: 0;
    padding: 0;
}
.modalselect-ul li {
    list-style: none;
}

.modalselect-ul li.checkbox {
    margin-bottom: 1px;
    margin-top: 1px;
}
.modalselect-ul li.radio {
    margin-bottom: 1px;
    margin-top: 1px;
}
.modal-modalselect > .modal-body {
    max-height: 300px;
    overflow: auto;
}
@media (max-width: 767px) {
	.modalselect-ul li.checkbox,
	.modalselect-ul li.radio {
	    margin-top: 10px;
	}
}
