.numetro_profile .nav-tabs {
    border-bottom: 2px solid #f58f37;
    margin: 0;
}

.numetro_profile .nav-tabs > li {
    margin-right: 20px;
    padding-left: 0;
}

.numetro_profile .nav-tabs li a,
.numetro_profile .nav-tabs li a:focus,
.numetro_profile .nav-tabs > li.active a,
.numetro_profile .nav-tabs > li.active a:focus {
    color: #FFF !important;
}

.numetro_profile .nav-tabs li.active a:hover,
.numetro_profile .nav-tabs li a:hover {
    background-color: #EEE !important;
    color: #f58f37 !important;
}

.numetro_profile .nav-tabs > li.active a {
    background-color: #f58f37 !important;
}

.numetro_profile .nav-tabs li a {
    background-color: #AEAEAE;
    border: none !important;
    border-radius: 0;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.numetro_profile .panel {
    box-shadow: none;
}

.numetro_profile input[type=email],
.numetro_profile input[type=number],
.numetro_profile input[type=password],
.numetro_profile input[type=text],
.numetro_profile select {
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    width: 100% !important;
}

.numetro_profile .accordion {
    margin-bottom: 10px;
}

.numetro_profile .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #f58f37;
}

.numetro_profile .accordion .panel-heading,
.numetro_profile .accordion .panel-heading a:hover,
.numetro_profile .accordion .panel-heading a:focus {
    background-color: #f58f37 !important;
    color: #FFF;
}

.numetro_profile .accordion .panel-heading a {
    display: block;
}

.numetro_profile .panel-title a.collapsed:after {
    content: "\f0dd";
    top: 8px;
}

.numetro_profile .panel-title a:after {
    content: "\f0de";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 15px;
}

.numetro_profile .btn-default {
    margin-top: 0;
}

.numetro_profile .profileImg {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    cursor:pointer;
}

.numetro_profile .profileImg .fa {
    font-size: 120px;
}

.numetro_profile .rewards {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.numetro_profile .rewards li {
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 0;
}

.numetro_profile .rewardIcon .fa:before {
    border-radius: 50%;
    padding: 8px 9px;
}

.numetro_profile .rewardIcon .fa {
    border: 2px solid #AAA;
    border-radius: 50%;
    margin-right: 15px;
    padding: 9px 1px;
}

.numetro_profile .rewardIcon .fa-check:before {
    background-color: #f58f37;
    color: #FFF;
}

.numetro_profile .rewardIcon .fa-plus {
    color: #CCC;
    padding: 9px 2px;
}

.numetro_profile .flex-row {
    display: flex;
    flex-direction: row;
}

.numetro_profile .flex-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.numetro_profile .userDetails {
    margin-bottom: 20px;
}

.numetro_profile .userDetails div,
.numetro_profile ul.rewards li {
    font-size: 12px;
}

.numetro_profile button.btn {
    border: 0;
    border-radius: 0;
}

.numetro_profile .btn-gray {
    background-color: #e0e0e0;
    border-radius: 0;
}

.numetro_profile .form-control.error {
    border-color: red;
}

.numetro_profile .updateMsg,
.numetro_profile .successMsg,
.numetro_profile .registerMsg {
    color: green;
}

.numetro_profile .regMsg,
.numetro_profile .passMsg,
.numetro_profile .errorMsg,
.NumetroLoginFail {
    color: red;
}

.NumetroLoginFail {
    margin: 14px;
}

#display-ticket-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: black;
    display: none;
    overflow-y: scroll;
}

@media (max-width: 750px) {

    #ticket-display {
        width: 90% !important;
        right: 5% !important;
        left: 5% !important;
        max-width: 90% !important;
        font-size: 0.8em;
    }

    .done-bookings {
        font-size: 0.8em !important;
    }

    [id^='view_ticket_from_history_'] {
        font-size: 0.8em !important;
    }

}

#ticket-display {
    display: block;
    width: 50%;
    max-width: 500px;
    margin: 40px auto 0 auto !important;
}

#display-ticket-modal-body {
    width: 100%;
    height: 100%;
}

#ticket-content-parent {
    width: 100%;
}

body div .SocialSignUpButtons {
    color: white;
    text-align: center;
    display: block;
    vertical-align: middle;
    box-shadow: 1px 4px 3px 2px lightgrey;
    padding: 25px;
    font-size: 1.2em;
    border-width: 0;
    margin-bottom: 15px;
    width: 100%;
}

#btn_register_withEmail {
    background-color: #F58F37;
}

#FacebookSignUp,#FacebookLogin {
    background-color: #4267B2;
    margin-top:10px;
}

#GooglePlusSignUp,#GooglePlusLogin {
    background-color: #CA4438;
    margin-top:10px;
}

#TwitterSignUp,#TwitterLogin {
    background-color: #1DA1F2;
    margin-top:10px;
}

.boldSignUpMethod {
    font-weight: bold;
}

.ORdisplayRegisterLogin {
    color: lightgrey;
    padding: 25px 0 25px 0;
    text-align: center;
    margin: 0 5px 0 5px !important;
}

.ORDisplayRegisterLoginLineThrough {
    border-bottom: 1px solid lightgrey;
    position: relative;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

.RegisterWithSocialMediaText {
    display: none;
    font-weight: bold;
    text-align: center;
    font-size: 1.2em
}

#ProfileImage{
    width:150px;
    border-radius:50%;
    border:1px solid white;
}

#UploadProfImage,#CancelProfImageCropping{
    display: none;
}

#update-profile-spinner{
    display:none;
}

#link-partner-error-display{
    display:none;
}

#loading-spinner-link-cards{
    display:none;
}

@media only screen and (max-width: 750px) {
    .socialButtonsText {
        display: none;
    }

    .ORDisplayOr {
        font-size: 0.7em !important;
    }

    div .RegisterWithSocialMediaText {
        display:block;
    }

    .HideOnMobile{
        display:none !important;
    }
}

@media only screen and (max-width: 500px) {

    [href="#tabLogin"], [href="#tabRegister"] {

        width: 100%;
        margin: 10px 0 0 0 !important;
    }

    ul.nav-tabs li {
        width: 100%;
    }

    .ViewTicketsTabs{
        width: 100%;
        margin: 10px 0 0 0 !important;
    }
}



@media only screen and (max-width: 450px) {
    .numetro_profile button.btn{
        font-size:0.7em;
        padding-left: 4px;
        padding-right: 4px;
        width:100%;
    }
}



