﻿.login_but {
    background: #008ef2;
    border: 1px solid #008ef2;
    border-radius: 25px;
    color: #fff;
    width: 136px;
    font-size: 14px;
    height: 45px;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1 !important;
    display: block;
    line-height: 45px;
    margin-left: 60px;
    cursor: pointer;
}

.login-but-ch {
    display: inline-block;
}

.margin-left-ch {
    margin-left: 10px;
}

.margin-ch {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-right-ch {
    margin-right: 10px;
    margin-left: 0;
}

.login_but:hover, .login_but:focus, .login_but:active {
    background: #008ef2;
    border: 1px solid #008ef2;
    color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1 !important;
}

.pad-btm {
    padding-bottom: 0 !important;
}

.login_but_left {
    background: #008ef2;
    border: 1px solid #008ef2;
    border-radius: 25px;
    color: #fff;
    width: 136px;
    font-size: 14px;
    height: 45px;
    margin-left: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1 !important;
    line-height: 45px;
    margin-right: 60px;
    cursor: pointer;
}


.login_but_validations {
    background: #008ef2;
    border: 1px solid #008ef2;
    border-radius: 50%;
    color: #fff;
    width: 136px;
    font-size: 14px;
    height: 45px;
    width: 45px;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1 !important;
    line-height: 45px;
    margin-left: 60px;
    cursor: pointer;
    margin: auto;
    display:inline-block;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

.alert_lable {
    font-size: 23px;
    word-break: break-word;
    /*color: #4d5967;*/
}

/*.radius {
    border: 1px solid #99a0a7;
    background: #fff;
    width: 300px;
    height: 45px;
    border-radius: 25px;
    margin: 0px auto;
    text-align: center;
    font-family: 'neutra_textlight_alt';
    font-size: 20px;
    color: #4d5967;
}*/

.radius, .form-control.radius {
    border: 1px solid #99a0a7;
    background: #fff !important;
    width: 300px;
    height: 45px;
    border-radius: 25px;
    margin: 0px auto;
    text-align: center;
    font-family: 'neutra_textlight_alt';
    font-size: 15px;
    color: #888d93 !important;
    font-weight: 700;
}

.radius_validations {
    border: 1px solid #99a0a7;
    background: #fff;
    width: 204px;
    height: 45px;
    border-radius: 25px;
    margin: 0px auto;
    text-align: center;
    font-family: 'neutra_textlight_alt';
    font-size: 20px;
    color: #4d5967;
}
.radius_text {
    border: 1px solid #99a0a7;
    background: #fff;
    width: 150px;
    height: 45px;
    border-radius: 25px;
    margin: 0px auto;
    text-align: center;
    font-family: 'neutra_textlight_alt';
    font-size: 20px;
    color: #4d5967;
}

.date {
    /*border: 1px solid #99a0a7;*/
    background: #fff;
    width: 300px;
    height: 35px;
    /*border-radius: 25px;*/
    margin: 0px auto;
    text-align: center;
    font-family: 'neutra_textlight_alt';
    font-size: 20px;
    color: #4d5967;
}


.starRating:not(old) {
    display: inline-block;
    width: 200px;
    height: 40px;
    overflow: hidden;
    vertical-align: bottom;
    padding-left: 0px;
}

    .starRating:not(old) > input {
        position: absolute;
        z-index: -1;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

    .starRating:not(old) > label {
        display: block;
        float: right;
        position: relative;
        background: url('images/star-off.svg');
        background-size: contain;
    }

        .starRating:not(old) > label:before {
            content: '';
            display: block;
            width: 40px;
            height: 40px;
            background: url('images/star-on.svg');
            background-size: contain;
            opacity: 0;
            transition: opacity 0.2s linear;
        }

        .starRating:not(old) > label:hover:before,
        .starRating:not(old) > label:hover ~ label:before,
        .starRating:not(:hover) > :checked ~ label:before {
            opacity: 1;
            cursor: pointer;
        }

.feedaback-btn {
    margin: 0 auto;
    width: 80%;
    font-weight: normal;
}


.starRatingStatic:not(old) {
    display: inline-block;
    width: 200px;
    height: 40px;
    overflow: hidden;
    vertical-align: bottom;
    padding-left: 0px;
}

    .starRatingStaticInput:not(old) {
        position: absolute;
        z-index: -1;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

.starRatingStaticOff:not(old) {
    
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    background: url('images/star-off.svg');
    background-size: contain;
}

.starRatingStaticOn:not(old) {
    
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    position: relative;
    background: url('images/star-on.svg');
    background-size: contain;
    /*opacity: 0;*/
    transition: opacity 0.2s linear;
}
.form-control.radius.current-wait p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px !important;
}

#btnGetTicketless{
    text-decoration: none;
}

#btnGetTicketless:hover{
    text-decoration: underline;
}

.dropdown-menu {
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute;
}