.tur-cal-wrap{
    position: absolute; left: -370px; top: 0;
}

.tur-cal{
    font-size: 16px;
}

.tur-cal .cal-wrap{
    border: 2px solid #e7e7e8;
    border-radius: 6px;
    background-color: #e7e7e8;
}

.tur-cal .cal-wrap table.cal-header{
    background-color: #f3f3f4;
}

.tur-cal .cal-wrap table td{
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background-color: #fafafb;
    color: #6d6e71;
    width: 39px;
    height: 39px;

}

.tur-cal .cal-wrap table.cal-header td{
    background-color: #f3f3f4;
    color: #bcbdc0;
}

.tur-cal .cal-wrap table.cal-header tr:first-child td{
    color: inherit;
}

.tur-cal .cal-wrap .cal-table td{
    border: 1px solid #e7e7e8;
}

.tur-cal .cal-wrap .cal-table td:first-child{
    border-left: none;
}

.tur-cal .cal-wrap .cal-table td:last-child{
    border-right: none;
}

.tur-cal .cal-wrap .cal-table td.proof{
    background: #24c0db;
    color: white;
}

.tur-cal .cal-wrap .cal-table td.proc{
    background: #cccccc;
    color: white;
}

.tur-cal .cal-wrap .cal-table td.ship{
    background: #00a753;
    color: white;
}

.tur-cal .cal-legend{
    padding: 12px 0 0 12px;
}

.tur-cal .cal-legend .leg-proof,
.tur-cal .cal-legend .leg-proc,
.tur-cal .cal-legend .leg-ship{
    font-size: 14px;
    position: relative;
    left: 0; top: 0;
    padding: 0 0 5px 30px;
    margin: 5px 0 0 2px;
    color: #707070;
    width: 220px;
}

.tur-cal .cal-legend div .leg-co{
    position: absolute; left: 0; top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #0cc2dd;
}

.tur-cal .cal-legend .leg-proc .leg-co{
    top: 3px;
    background-color: #cccccc;
}

.tur-cal .cal-legend .leg-ship .leg-co{
    top: 3px;
    background-color: #00ad47;
}

.tur-cal .cal-legend .leg-proof .help1,
.tur-cal .cal-legend .leg-ship .help1{
    position: absolute;
    left: auto; right: 0; top: 4px;
}