 .scheduledpost-container{
    margin: 5px 0px;
}
.scheduledpost-input-time{

    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}
.scheduledpost-input-hour{
    width: 48%;
    
}

.scheduledpost-input-minute{
    width: 48%;
}

.scheduledpost-text-center{
    margin: 0px 5px;
}

.scheduledpost-div4{
    padding-bottom: 5px;
}

.scheduledpost_box_header_main{
    margin-bottom:15px;
    border-radius: 10px;
}

#ui-datepicker-div{
    z-index: 1500 !important;
}

.scheduledpost-feed-action{
    padding: 0px 10px 0px 10px;
    margin: 0px 10px 10px 10px;
    border-top: 1px solid #E0E0E0;
}

.scheduledpost-feed-button{
    font-size: 20px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: #4F4F4F;
    vertical-align: middle;
    border: 1px solid transparent;
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;  
}

.scheduledpost-activity-item{
    padding: 0px 10px 0px 10px;
}

.body-dark .ui-datepicker-calendar{
    background-color: #18191a;
} 

.body-dark thead tr th span{
    color: #e4e6eb;
} 

.body-dark tbody tr td .ui-state-default{
    background-color: #242526;
    color: #e4e6eb;
    background: no-repeat;
}

.body-dark tbody tr td .ui-state-active{
    background-color: #0089ec !important;
    color: #e4e6eb;
    background: no-repeat;
}

.body-dark .ui-datepicker .ui-datepicker-title{
    color: #e4e6eb;
}

.body-dark select.ui-datepicker-year{
    background-color: #3a3b3c;
}

.body-dark .ui-datepicker-header{
    background: no-repeat;
    background-color: #242526;
}


.body-dark .ui-widget-content{
    background: no-repeat;
    background-color: #242526;
}

.body-dark .ui-datepicker-next, .body-dark .ui-datepicker-prev{
    border: 1px solid #999999;
    background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.body-dark .scheduledpost-feed-button{
    border-color: #2f3031;
    background-color: #3a3b3c;
    color: #a8aab1;
}

.scheduledpost-no-more-results{
    padding-bottom: 5px;
}
