.wrapper {
    margin: 15px auto;
    max-width: 1100px;
}

.container-calendar {
    background: #18d19247;
    padding: 15px;
    max-width: 475px;
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #00a2b7;
    color: #fff;
    border: 1px solid #0aa2b5;
    border-radius: 4px;
    padding: 5px 10px;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
}

.table-calendar td, .table-calendar th {
    padding: 5px;
    border: 1px solid #33b5e5;
    text-align: center;
    vertical-align: top;
}

.date-picker.selected {
    font-weight: bold;
    outline: 1px dashed #ff0018;
}

.date-picker.selected span {
    border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  /*color: red;*/
}

/* friday */
.date-picker:nth-child(6) {
  color: #252825;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #37bdcf;
    padding: 10px 0;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}
.deleverd{
    background: #38c158;
    color: #fff;
}
.undelivered
{
    background: yellow;
    /*color: #fff;*/
}
.cancled
{
    background: red;
    color: #fff;
}
.change_status{
    background: #5193ff;
    color: #fff;
}
.can_ordc {
  height: 10px;
  width: 10px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  /*margin-left: 10px;*/
}
.can_ordd{
    height: 10px;
    width: 10px;
    background-color: #38c158;
    border-radius: 50%;
    display: inline-block;
    /*margin-left: 20px;*/
}
.can_ordnd{
    height: 10px;
    width: 10px;
    background-color: #ffff19;
    border-radius: 50%;
    display: inline-block;
    /*margin-left: 20px;*/
}
.can_ordcd{
    height: 10px;
    width: 10px;
    background-color: #5193ff;
    border-radius: 50%;
    display: inline-block;
    /*margin-left: 20px;*/
}
.f-10{
    font-size: 10px;
    font-weight: 600;
}
