#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 0;
    margin-bottom: 3em;
}
.cd-container {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
#cd-timeline::before {
    content: '';
    position: absolute;
    left: 20%;
    margin-left: -2px;
    margin-top: 5px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #d7e4ed;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-img.cd-picture {
    background: #7DC0DA;
}
.cd-timeline-img {
    width: 14px;
    height: 14px;
    left: 20%;
    margin-left: -7px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
     position: absolute;
    top: 9px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 0 3px rgba(0, 0, 0, 0.05);
}
.cd-timeline-block .cd-timeline-content {
    float: left;
}
.newbooking {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    margin-left: 187px !important;
    background: #F9F9F9;
    padding-top: 15px !important;
    padding-left: 15px !important;
}
.cd-timeline-content {
    padding: 0.6em;
    width: 75%;
    position: relative;
}
.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}
.newbooking dl {
    margin-bottom: 15px;
}
.newbooking dt {
    display: inline-block;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
    color: #4c4c4c;
}
.newbooking dd {
    display: inline-block;
    font-size: 14px;
    color: #4c4c4c;
}
.cd-timeline-content .cd-date {
    position: absolute;
    top: -4px;
    font-size: 14px;
    float: left;
    padding: .8em 0;
    opacity: .7;
    right: auto;
    left: -240px;
    text-align: right;
}
.newcddate {
    width: 185px;
}
.newcddate small {
    margin-left: 10px;
}
.newbooking::before {
    content: "";
    top: 18px;
    left: -6px;
    width: 12px;
    height: 12px;
    border: 1px solid #e8e8e8;
    border-right: none;
    border-top: none;
    background: #F9F9F9;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-timeline-content::before {
    content: '';
    position: absolute;  
    right: 100%;   
}
.newbooking>a {
    float: right;
    color: #3096FF; 
    margin-right: 10px;
}
.newbooking a{
	color: #3096FF; 
}
.alreadybook{
	float: right;
    margin-right: 10px;
}
.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.shadebox {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.add-pad-top-04 {
    padding: 20px 0;
    text-align: center;
    color: #4c4c4c;
    font-size: 14px;
}
.okbtn {
	width: 100px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    background: #3498db;
    color:#fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;  
     margin:15px 5px 10px;  
     outline: none;
     box-shadow:none;
     border-color:#fff;
     border-width: 0;
}
.okbtn:hover {
    background: #2A89CA;
}
.popbox .cancel:hover {
    text-decoration: none;
    color: #666;
}