/*form styles*/
.person_op {
    opacity: 0.5;
}

.large_op {
    opacity: 0.5;
}

.small_op {
    opacity: 0.5;
}


#msform fieldset {
    background: #f0f0f0;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;

}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input[type="text"],
#msform input[type="number"],
#msform input,
#msform select {
    font-size: 13px !important;
}

#msform textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 13px;
}


/*headings*/
.fs-title {
    font-size: 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    color: #5a6c7e;
    margin-bottom: 10px;
}

.progressbar {
    margin-bottom: 30px;
    overflow: auto;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 600;
}

/*progressbar*/

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    line-height: 35px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    position: relative;
    z-index: 2;
}

/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 7px;
    background: white;
    position: absolute;
    left: -50%;
    top: 14px;
    z-index: 1;
    /* Daha düşük bir katman */
    /* Zeminle çakışma engellendi */
}

#progressbar li:first-child:after {
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
    background: #FFC61A;
    color: white;
}


.reservation_image {
    width: 70%;
    height: auto;
    opacity: 0.5;
}

img:hover {
    opacity: 1;
}

.subimg1 {
    opacity: 1;
}

.subimg1:hover {
    opacity: 1;
}

.subimg2 {
    opacity: 1;
}

.subimg2:hover {
    opacity: 1;
}





.person i {
    color: black;
    /* default color */
    width: 40px;
    height: 25px;
    font-size: 3em;

}

.person i.active {
    color: red;
}

.large i {
    color: black;
    /* default color */
    width: 40px;
    height: 25px;
    font-size: 2.5em;
}

.large i.active {
    color: red;
}

.small i {
    color: black;
    /* default color */
    width: 40px;
    height: 30px;
    font-size: 3.5em;
}

.iti {
    width: 100%;
}

.small i.active {
    color: red;
}

.summary tr td:first-child {
    width: 3%;
}
