.Leader_schedule .button{
    float: right;
    margin: 20px 10px 10px 10px;
    text-align: right;
    width: 100%;

}
.btn1{
    background: #21c407 !important;
    background-image: url("/platform/commons/icons/calendar_previous.gif");
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 6px center;
}

.btnyzy1{
    color: #ffffff !important;
    background: #2170d9 !important;
    border: 1px solid #2170d9;
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    margin-right: 5px;
}
.yzy2{
    padding: 0 12px;
    height: 36px;
    cursor: pointer;
    background: #ffffff !important;
    border-radius: 2px;
    border: solid 1px #d9d9d9;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 5px;
}
.btn2{
    background:#ff9a00 ;
    background-image: url("/platform/commons/icons/calendar_previous.gif");
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 6px center;
}
.btn3{
    background:#0090ff ;
    background-image: url("/platform/commons/icons/calendar_previous.gif");
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 6px center;
}
th{
    width: 42%;
    text-align: center;
}
.th1{
    font-weight: bold;
}
.Leader_schedule{
    width: 97%;
    margin: auto auto 30px auto;
}

.yzy2:enabled:hover{
    background:#2170d9 !important;
    color: #ffffff;
}
button{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
}
.Leader_schedule .list table{
    width: 100%;
    border-collapse: collapse;
}
.Leader_schedule .list table th{
    padding:10px;
    background: #ecf1f7;
    border: 1px solid #e2e2e2;
}
.Leader_schedule .list table td{
    padding:10px;
    border: 1px solid #e2e2e2;
}

table.record-table th, table.record-table td {
    text-align: center;
    width: 14%;
}
