.cron {
    background: #282c34;
    color: #abb2bf;
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
}

.cron_cont{
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    font-weight: 600;
    color: #98c379;
    word-break: break-all;
}

.cron_info{
    margin-top: 0.5rem;
    color: #61afef;
}

.second-type-div{
    display: none;
}

.year-type-div{
    display: none;
}

.divlists{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px;
}

.night .divlists{
    border:1px solid #444;
}

.divlists>div{
    width: 50%;
    float: left;
    padding: 0.25rem;
}

.divlists>div>div{
    margin-bottom: 0;
}

.alert-second,
.alert-minute,
.alert-hour,
.alert-day,
.alert-month,
.alert-week,
.alert-year{
    display: none;
}

.alertcustomdiv{
    padding: 0.5rem;
}

.alertcustomdiv textarea{
    width: 100%;
    height: 5rem;
    padding: 0.25rem;
    border: 1px solid #f0f0f0;
}



.alertcustomdiv textarea::-webkit-input-placeholder {
    color: #b6c7e4
}

.alertcustomdiv textarea::-moz-placeholder {
    color: #b6c7e4
}

.alertcustomdiv textarea:-moz-placeholder {
    color: #b6c7e4
}

.alertcustomdiv textarea:-ms-input-placeholder {
    color: #b6c7e4
}


.night .alertcustomdiv textarea{
    border: 1px solid #444;
    background-color: #181a1b;
    color: #eee;
}


.night .alertcustomdiv textarea::-webkit-input-placeholder {
    color: #444;
}

.night .alertcustomdiv textarea::-moz-placeholder {
    color: #444;
}

.night .alertcustomdiv textarea:-moz-placeholder {
    color: #444;
}

.night .alertcustomdiv textarea:-ms-input-placeholder {
    color: #444;
}

.alertcustomdiv button{
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 0;
    background-color: #2196F3;
    color: #fff;
    border-radius: 3px;
}

.cronbutdivs{
    padding: 0.5rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
}

.night .cronbutdivs{
    border: 1px solid #444;
}

.cronbutdivs button{
    padding: 0.3rem 1rem;
    border: 0;
    background-color: #2196F3;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.cronbutdivs button.roads{
    background-color: #FF9800;
}

.demotimes{
    margin-top: 0.75rem;
    border: 1px solid #eee;
    display: none;
}

.night .demotimes{
    border: 1px solid #444;
}

.demotimes>div{
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #f6f7fa;
    padding-left: 0.5rem;
    border-bottom: 1px solid #eee;
}

.night .demotimes>div{
    background-color: #181a1b;
    border-bottom: 1px solid #444;
}

.demotimes>ul{
    padding: 0.5rem;
}

.demotimes ul li{
    border-bottom: 1px solid #eeeeee;
    height: 1.5rem;
    line-height: 1.5rem;
}

.night .demotimes ul li{
    border-bottom: 1px solid #444;
}

.demotimes ul li span{
    margin-right: 0.5rem;
    background-color: #2196f3;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 0.6rem;
    color: #fff;
}

.cronyushe{
    margin-top: 0.75rem;
    border: 1px solid #eee;
}

.night .cronyushe{
    border: 1px solid #444;
}

.cronyushetitle{
    height: 1.8rem;
    line-height: 1.8rem;
    background-color: #f6f7fa;
    padding-left: 0.5rem;
    border-bottom: 1px solid #eee;
}

.night .cronyushetitle{
    background-color: #181a1b;
    border-bottom: 1px solid #444;
}

.cronyushediv{
    padding: 0.25rem;
}

.cronyushediv button{
    margin: 0.25rem;
    border: 1px solid #eeeeee;
    background-color: transparent;
    padding: 0.25rem 0.7rem;
    cursor: pointer;
    color: #666;
}

.night .cronyushediv button{
    border: 1px solid #444;
    color: #eee;
}

@media screen and (max-width: 1023px){
    .divlists>div {
        width: 100%;
        float: left;
        padding: 0.25rem;
    }
}