﻿
#IReserve h4 {
    font-size: 20px;
}

#DivPayAction a {
    margin-right: 20px
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#choicesList select, #choicesList2 select {
    font-family: IRANYekan;
    font-size: 14px;
    /*font-weight: bold;*/
    width: 100%;
    /*height: 250px;*/
}

.wizard {
    margin: 20px auto;
    /*background: #fff;*/
    direction: rtl;
}

    .wizard .nav-tabs {
        position: relative;
    }

        .wizard .nav-tabs > li {
            float: right;
        }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 65%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 42px;
    height: 42px;
    padding-top: 1px;
    line-height: 46px;
    display: inline-block;
    border-radius: 100px;
    background: #ecf0f1;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
    border: 1px solid #2980b9;
    transition: all 0.3s ease 0s;
}

    span.round-tab i {
        color: #2980b9;
    }

.wizard li.active span.round-tab {
    background-color: #3498db;
}

.resBase {
    margin-left: 6px
}

.wizard li.active span.round-tab i {
    color: #FFF;
}


#TbReserve th, #TbGlobalReception th {
    text-align: center
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 40%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 23px;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #27b927;
    display: none;
}

.wizard .nav-tabs > li a {
    width: 42px;
    height: 42px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 5px;
}

.text-right .col-md-3 {
    float: right;
}

.wizard h3 {
    margin-top: 0;
}

.meitem {
    margin: 3px;
    float: right !important;
    width: 250px;
    white-space: normal !important;
    word-break: break-word !important;
    font-family: IRANYekan;
    font-size: 17px;
    font-weight: 800;
}

.wizard .btn-info:hover, .wizard .btn-info:focus, .wizard .btn-info.focus, .wizard .btn-info:active, .wizard .btn-info.active, .wizard .open > .dropdown-toggle.btn-info {
    background-color: lightgreen !important;
    color: black;
}

@media( max-width : 585px ) {
    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.btTimeVisit {
    margin: 5px 0;
    text-align: center;
}

.appointment-item-header {
    height: 85px;
}

    .appointment-item-header img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        border: 2px solid #FFF;
        float: left;
        margin: 9px 20px;
    }

    .appointment-item-header h2 {
        color: #1b577e;
        font-size: 18px;
        font-weight: bold;
        min-height: 50px;
        float: right;
        margin: 20px 13px;
    }

    .appointment-item-header span {
        color: rgba(27, 87, 126, 0.90);
        font-size: 18px;
        font-weight: bold;
        font-size: 14px;
        display: block;
    }

.visitInfo {
    padding: 5px;
    font-size: 16px;
    border-radius: 15px 15px !important;
    text-align: right;
    box-shadow: #d3d2d2 1px 1px 2px 2px;
    background-color: #fcfcfc;
    margin-bottom: 15px;
}

    .visitInfo:hover {
        background: #b8efe4
    }

    .visitInfo p {
        float: right;
        width: 100%;
        text-align: right;
        direction: rtl;
        color: green;
        margin-bottom: 4px
    }

    .visitInfo span.timeInfo {
        color: green;
        margin: 5px;
        margin-right: 10px;
    }

.selectlabel {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
}
.k-dropdown-wrap .k-select, .k-numeric-wrap .k-select, .k-picker-wrap .k-select {
    left:0;
    right:auto;
}