.cdp-end,
.cdp-start {
    cursor: pointer;
    border-radius: 10px;
    color: #fff
}

.cdp-start {
    background-color: #50B231;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 3px solid #ccc!important
}

.cdp-end {
    background-color: #2eb33b;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 3px solid #ccc!important
}

.cdp-between {
    background-color: #ddd;
    cursor: pointer
}

.cdp-disable {
    color: #ADB7BE
}

.cdp-dropdown {
    position: relative
}

.cdp-dropdown-content {
    display: block;
    position: absolute;
    background-color: #f9f9f9;
    width: 690px;
    z-index: 2000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.modal-wrapper .cdp-dropdown-content {
    right: 0
}

.cdp-show {
    display: block
}

.cdp-hide {
    display: none
}

.cdp-dropdown-content>ul {
    float: left;
    width: 50%;
    padding: 10px 40px;
    position: relative
}

.cdp-dropdown-content table {
    border: 0;
    width: 100%
}

.cdp-dropdown-content td,
.cdp-dropdown-content th {
    border: 0;
    width: 41px;
    height: 41px;
    text-align: center
}

.cdp-dropdown-content td center>strong {
    color: #50B231;
    font-size: 17px
}

.cdp-dropdown-content td .btn-md {
    background: #ddd;
    color: #fff;
    position: absolute;
    top: 45%;
    height: 50px;
    border-radius: 10px
}

.cdp-dropdown-content td .btn-md:hover {
    background: #50B231
}

.cdp-dropdown-content td:first-child .btn-md {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.cdp-dropdown-content td:last-child .btn-md {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.cdp-dropdown-content ul:last-child table:before {
    content: "";
    border: 1px solid #ddd;
    height: 200px;
    position: absolute;
    left: 0;
    top: calc(50% - 100px)
}
