.icon {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    fill: rgba(51, 51, 51, 0.5);
    margin-right: 20px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.icon.active {
    fill: #E74C3C;
}

.icon.big {
    width: 64px;
    height: 64px;
    fill: rgba(51, 51, 51, 0.5);
}
#wrapper {
    position: relative;
    width: 70%;
    margin-top: 50px;
    margin-bottom: 10%;
    margin-left: 15%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    overflow: hidden;
}

#left-side {
    height: 70%;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#left-side ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 34px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#left-side ul li:hover {
    color: #333333;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#left-side ul li:hover > .icon {
    fill: #333;
}
#left-side ul li.active {
    color: #333333;
}
#left-side ul li.active:hover > .icon {
    fill: #E74C3C;
}

#border {
    height: 90px;
    width: 1px;
    background-color: rgba(51, 51, 51, 0.2);
}
#border #line.one {
    width: 5px;
    height: 45px;
    background-color: #E74C3C;
    margin-left: -2px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#border #line.two {
    width: 5px;
    height: 45px;
    background-color: #E74C3C;
    margin-left: -2px;
    margin-top: 45px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#right-side {
    height: 2200px;
    width: 75%;
    overflow: hidden;
}
#right-side #first, #right-side #second, #right-side #third, #right-side #fourth {
    position: absolute;
    height: 2200px;
    width: 75%;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    margin-top: -350px;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
}
#right-side #first h1, #right-side #second h1, #right-side #third h1, #right-side #fourth h1 {
    font-weight: 800;
    color: #333;
}
#right-side #first p, #right-side #second p, #right-side #third p, #right-side #fourth p {
    color: #333;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
}
#right-side #first.active, #right-side #second.active, #right-side #third.active, #right-side #fourth.active {
    margin-top: 0px;
    opacity: 1;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.order-booking {
    padding-top: 30px;
}

.order-item {
    border: 2px solid #eef2fb;
    padding: 30px 20px;
    position: relative;
    transition: .4s;
    margin-bottom: 30px;
}

.order-item.active, .order-item:hover {
    background: #eef2fb;
}

.order-item.active i, .order-item:hover i {
    background: #F08100;
    color: #fff;
}

.order-item h4 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}

.order-item p {
    margin-bottom: 0px;
}

.order-item i {
    width: 50px;
    height: 50px;
    background: #ECF1DF;
    text-align: center;
    color: #F08100;
    padding-top: 13px;
    border-radius: 100%;
    position: absolute;
    top: -26px;
    right: 30px;
    transition: .4s;
    font-size: 20px;
    border: 2px solid #fff;
}
.content{
    width:260px;
    margin-top: 50px;
    margin-left: 300px;
}
.filterinput{
    background-color:rgba(249, 244, 244, 0);
    border-radius:15px;
    width:90%;
    height:30px;
    border:thin solid #FFF;
    text-indent:0.5em;
    font-weight:bold;
    color:#FFF;
}
#demo-list a{
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    white-space:nowrap;
    width:100%;
}