﻿body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #eee;
    font-size: 12px !important;
    text-decoration: none;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    body input {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
    }

    body textarea {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
    }


h1 {
    font-size: 24px;
    font-weight: 500;
}

h2 {
    font-size: 18px;
    font-weight: 500;
}

#page-loader {
    position: relative;
    top: 180px;
    bottom: 0%;
    left: 0;
    right: 0%;
    z-index: 99;
    display: none;
    text-align: center;
    width: 100%;
    height: 1000px;
    padding-top: 25px;
    background-color: #fff;
}

/*dalkalsdkjflkasdflk*/


.jumbotron {
    border: solid 1px #000000;
}

.login-form {
    width: 340px;
    margin: 50px auto;
}

    .login-form form {
        margin-bottom: 15px;
        background: #f7f7f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

.form-control, .btn {
    min-height: 37px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.btn {
    font-size: 13px;
    font-weight: 500;
}

.LeftAlign {
    text-align: left;
}

.hidden{
    display:none;
}

.card-container.card {
    max-width: 360px;
    padding: 40px 40px;
}

.btn {
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}


.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 20px;
    margin-top: 55px;
    /* shadows and rounded borders */
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.cardnopadding {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.profile-name-card {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    display: inline-block;
}

.btn.btn-signin {
    background-color: #4d90fe;
    padding: 0px;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

.modal-header {
    display: inline !important;
}

table tr td {
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.page-footer p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    font-size: 14px;
}

.errorMessage {
    color: red;
    font-size: 16px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.font-color a {
    font-size: 14px;
    padding-right: 7px;
}

.breakLongWords {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-all;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.container2 {
    max-width: 1140px;
    margin: auto;
    padding: 7px;
}

.container {
    max-width: 1140px !important;
}

li {
    font-weight: 500 !important;
}

#about {
    background-size: cover;
}

    #about li {
        background-color: transparent;
        border: none !important;
    }


.supportPhone {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    font-size: 99%;
    padding-bottom: 5px;
}


@media only screen and (max-width: 500px) {
    .mobile-view {
        max-width: 100% !important;
        font-size: 11px;
        font-weight: 500;
    }

    .qrcode {
        padding-top: 15px !important;
    }


    .searchBoxLocation {
        background-color: #333133 !important;
        width: 100%;
        position: absolute;
        z-index: 99;
        padding: 0px 10px 1px 10px;
    }

    .containerMobile {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .dropdown-content {
        background-color: #f9f9f9;
        min-width: 350px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 6px 8px;
    }

    #divNotificationBell {
        display: none !important;
    }


    .logoSize {
        width: 200px;
        float: left;
    }

    .notify-badge {
        background: #ff6633;
        position: relative;
        color: #fff;
        top: -21px !important;
        left: -14px;
    }

    .notify-badgeMenu {
        background: #ff6633;
        position: relative;
        color: #fff;
        top: 5px !important;
        left: 1px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0) !important;
    }

    .mobile-hide {
        display: none;
    }


    .priceBlurb p {
        color: #000 !important;
    }

    .divNotificationsHeader {
        width: 100%;
        height: 45px;
    }

    .divNotifications {
        display: none;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        max-height: 350px;
        overflow: auto;
        background: #FFF;
        border: solid 1px rgba(100, 100, 100, .20);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
        z-index: 0;
        border-bottom: 2px solid #ccc;
    }
        /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
        .divnotifications:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            color: transparent;
            border: 10px solid #CCC;
            border-color: transparent transparent #FFF;
            margin-top: -20px;
            margin-left: 10px;
        }

    .closeNotification {
        background: #F6F7F8;
        padding: 8px;
        font-size: 12px;
        font-weight: 500;
        border-top: solid 1px rgba(100, 100, 100, .30);
        text-align: center;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .mobileBorderBottom {
        border-bottom: 1px solid #999;
    }
}

@media only screen and (min-width: 501px) and (max-width: 620px){
    .logoSize {
        width: 350px;
        float: left;
    }
}


@media only screen and (min-width: 501px) {
    .mobile-view {
        max-width: 55% !important;
        font-size: 13px;
    }

    .searchBoxLocation {
        background-color: #333133 !important;
        width: 100%;
        position: absolute;
        z-index: 99;
        padding: 7px 10px 1px 10px;
    }

    .container {
        padding-right: 2px;
    }



    #ctl00_BodyContent_loginForm {
        max-width: 350px;
        margin: auto;
    }

    #ctl00_BodyContent_divCreateAccount {
        max-width: 350px;
        margin: auto;
    }


    .dropdown-content {
        background-color: #f9f9f9;
        min-width: 350px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 6px 8px;
    }

    .logoSize {
        float: left;
    }

    .notify-badge {
        background: #ff6633;
        position: relative;
        color: #fff;
        top: -55px !important;
        left: 18px;
    }

    .divNotificationsHeader {
        width: 426px;
        height: 45px;
        top: 70px;
    }

    .divNotifications {
        display: none;
        width: 430px;
        position: absolute;
        top: 70px;
        left: 0;
        max-height: 350px;
        overflow: auto;
        background: #FFF;
        border: solid 2px rgba(100, 100, 100, .20);
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .20);
        z-index: 0;
        border-bottom: 2px solid #ccc;
    }
        /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
        .divnotifications:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            color: transparent;
            border: 10px solid #CCC;
            border-color: transparent transparent #FFF;
            margin-top: -20px;
            margin-left: 10px;
        }

    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-width: 501px ) and (max-width: 992px ) {
    .notify-badge {
        background: #ff6633;
        position: relative;
        color: #fff;
        top: -21px !important;
        left: -14px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0) !important;
    }

    body {
        -webkit-text-size-adjust: none;
    }
}


@media only screen and (min-width: 501px) and (max-width: 1170px) {
    .container {
        padding-right: 17px;
    }
}

.display-5 {
    width: 85%;
}

.test{
    color: red;
}


.dropbtn {
    background-color: #fff;
    color: #000;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.btn-width {
    width: 250px !important;
}

margin-auto {
    margin-left: 381px !important;
}
/*body {
    overflow: scroll;
}*/
html {
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}

h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: left !important;
    color: #fff;
}

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}


.round {
    border-radius: 50%;
}

.button {
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

    .button a {
        color: #23272b;
    }

/*ul li {
    display: inline-block;
}*/

.bulletList ul li::before { /* add the new bullet point */
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.55rem;
    width: 0.55rem;
    margin-right: 0.3rem;
    background-color: #bdbdbd;
}

.fab {
    color: #fff !important;
}

.bg-blue {
    background-color: white !important;
    padding-bottom: -35px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

#ctl00_BodyContent_lblMessage {
    font-size: 16px !important;
    margin: auto !important;
    line-height: 30px;
}

.btn-color {
    background-color: #e7e7e7 !important;
    border: none !important;
}

.one {
    background-image: url('../images/grey.gif');
    background-repeat: no-repeat;
    background-size: cover;
}

.two {
    background-color: #34ADFF;
    min-height: 400px;
}

.list-group-item {
    background: rgba(0,0,0,0) !important;
    border: none !important;
}

.justify {
    font-size: 16px;
    margin-top: 10px;
}


.calendarNicknameSearchBox {
    padding: 4px;
    font-size: 12px !important;
}

.displayInline {
    display: inline-block !important;
    vertical-align: middle;
}

.calendarNicknameGoButton {
    padding: 3px 13px 3px 13px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    display: inline-block;
    font-size: 12px !important;
}

.termConditions {
    font-size: 12px;
    padding-left: 2px;
}

    .termConditions li {
        margin-bottom: 8px;
    }


.moneyField {
    background: inherit;
    border: none 0px;
    text-align: right;
}


.dialog {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 99999999;
    border: 1px solid #aaa;
    overflow: hidden;
}

    .dialog .dialog-header {
        text-align: left;
        height: 41px;
        font-weight: 600;
        background: #333133;
        color: #fff;
        cursor: move;
        padding: 6px;
        border: 2px solid #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        user-select: none;
    }

        .dialog .dialog-header .close {
            border: 1px solid #fff;
            background: #333133;
            width: 20px;
            height: 20px;
            position: relative;
            cursor: pointer;
            float: right;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            text-align: center;
        }

    .dialog .dialog-body {
        position: relative;
        -ms-flex: 1 2 auto;
        flex: 1 2 auto;
        /*overflow-y: scroll;*/
    }

.dialog-overlay {
    background: #aaa;
    opacity: .3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}


.iframeLoadingGif {
    background: url(../images/loading_bar_animated.gif) center 30% no-repeat;
    background-color: #fff;
}


.BDC_CaptchaDiv {
    margin: auto !important;
    text-align: center;
}


.bio-toggle {
    display: block;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #fff;
    padding-right: 25px;
    background-color: #3d598b;
    cursor: pointer;
    padding-right: 18px;
    padding-bottom: 7px;
    padding-top: 8px;
    transition: all 0.0s ease-out;
    height: 35px;
}


    .bio-toggle::before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
    }

.toggle:checked + .bio-toggle::before {
    transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
}

.toggle:checked + .bio-toggle + .collapsible-content {
    background-color: #fff;
}

.toggle:checked + .bio-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.collapsible-content .content-inner {
    padding: .5rem 1rem;
}

.wrap-collabsible label {
    margin-bottom: 0px;
}

.splashPageTiles {
    background-color: #fff;
    opacity: 0.9;
    border-radius: 7px;
    border: 0px solid #999;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    min-width: 350px;
    height: 200px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin-top: 15px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    margin-top: 5px !important;
    z-index: 2000;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #fff !important;
    color: black;
    opacity: 0.8;
    padding-top: 5px;
}

/* Style the back side */
.flip-card-back {
    background-color: #f0532d;
    color: white;
    transform: rotateY(180deg);
    padding: 15px;
}

/*.navbar {
    border-bottom: 1px solid #333133;
}*/
nav {
    position: fixed;
    top: 0;
    width: 100%;
}

.bg-light {
    background-color: #fff !important;
}

.form-control {
    margin-bottom: 0px !important;
    min-height: 30px;
    font-size: 12px !important;
}

.findNickNameImage {
    background: url('/images/icons/find2.png') no-repeat;
    border: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

#htmlFooter li {
    color: #000;
}

.field-icon {
    float: right;
    margin-right: 12px;
    margin-top: -24px;
    position: relative;
    z-index: 2;
    color: #555;
    cursor: pointer;
}

.profile-picture-picker {
    height: 200px !important;
    width: 200px !important;
    background-color: #fff;
    font-size: 12px;
}

.scrolling-content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%; /*A value other than height:auto needs to be set*/
}

.navbar-nav a:hover {
    border: 0px !important;
}



.navbar-nav a:link {
    border: 0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #0056b3 !important;
    background-color: #fff !important;
    padding-left: 7px !important;
}



.nav-link {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.header .nav-link {
    text-align: left;
}
.header li {
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 2px;
    transition: all 250ms ease-in-out;
    width: fit-content;
    border-radius: 5px;
}


.cardNew {
    background-color: #F7F7F7;
    margin: 0 auto 20px;
    margin-top: 0px;
    margin-top: 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.leftBox {
    float: left;
    width: 50%;
}

.rightBox {
    float: right;
    width: 50%;
}

#hdnBioImage {
    width: 200px;
    height: 200px;
}

.calDiv {
    background-color: #F7F7F7;
    margin-top: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #999999;
    padding: 35px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding-left: 10px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
}


.reduced-spacing {
    word-spacing: -5px;
}

.dropdown:hover div {
    display: block;
    position: absolute;
}

.blueShadow {
    padding-bottom: 10px !important;
}

.pbtAlert {
    padding-bottom: 5px;
}

.pull-right {
    float: right !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-row {
    padding-left: 20px;
    margin-right: 5px;
}

    .button-row hr {
        padding: 5px;
    }

.close {
    float: right;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #eee;
}

.btn-clipboard {
    position: absolute;
    top: -9rem;
    right: 1.5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    width: 77px;
}

.btn-clipboard2 {
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    width: 81px;
}

.btn-clipboard:hover {
    background-color: #027de7;
    color: #fff;
}

.btn-clipboard2:hover {
    background-color: #027de7;
    color: #fff;
}

.bd-clipboard {
    position: relative;
    display: none;
    float: right;
}

.bd-clipboard {
    display: block;
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    margin-right: -15px;
    margin-left: -15px;
    border: solid #f7f7f9;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: .2rem 0 0;
}

.bd-example {
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

    .bd-example::after {
        display: block;
        clear: both;
        content: "";
    }

.bd-content .highlight {
    margin-right: 0;
    margin-left: 0;
}

.bd-clipboard + .highlight {
    margin-top: 0;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

.helpMe {
    font-size: 13px;
    font-weight: 600;
}

.ddlWidth {
    width: 50%;
}

#fbloginbutton:hover {
    cursor: pointer;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .btn-social:hover {
        color: #eee;
    }

    .btn-social :first-child {
        position: absolute;
    }

.blueShadow {
    padding-bottom: 10px !important;
}

.errorShadow {
    background-color: #fff !important;
}

.pbtAlert {
    padding-bottom: 5px;
}

.pull-right {
    float: right !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-row {
    padding-left: 20px;
    margin-right: 5px;
}

    .button-row hr {
        padding: 0px;
    }

.close {
    float: right;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #eee;
}

.btn-clipboard {
    position: absolute;
    top: -9rem;
    right: 1.5rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #f0532d;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    width: 77px;
}

.btn-clipboard2 {
    position: absolute;
    top: 0.5rem;
    right: 2rem;
    z-index: 10;
    display: block;
    padding: .25rem .5rem;
    font-size: 75%;
    color: #f0532d;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .25rem;
    width: 81px;
}

.btn-clipboard:hover {
    background-color: #027de7;
    color: #fff;
}

.btn-clipboard2:hover {
    background-color: #027de7;
    color: #fff;
}

.bd-clipboard {
    position: relative;
    display: none;
    float: right;
}

.bd-clipboard {
    display: block;
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
    margin-right: -15px;
    margin-left: -15px;
    border: solid #f7f7f9;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: .2rem 0 0;
}

.bd-example {
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

    .bd-example::after {
        display: block;
        clear: both;
        content: "";
    }

.bd-content .highlight {
    margin-right: 0;
    margin-left: 0;
}

.bd-clipboard + .highlight {
    margin-top: 0;
}

pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

.helpMe {
    font-size: 13px;
    font-weight: 600;
}

.ddlWidth {
    width: 250px;
}

table:not(.ignoreCSS) {
    width: 100%;
    border-collapse: collapse;
}



tr.head td {
    background-color: #D83125;
    color: #fff;
}

    tr.head td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    tr.head td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
/* ======================== */
/*   Syed Sahar Ali Raza    */
/* ======================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,500italic,500,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,500,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,500,800,900);


/*#generic_price_table {
    background-color: #f0eded;
}*/

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

    #generic_price_table .generic_content .generic_head_price {
        background-color: #f6f6f6;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
            border-color: #333133 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333133;
        }

        #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
            color: #eee;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
            color: #414141;
        }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
            color: #414141;
        }

    #generic_price_table .generic_content .generic_feature_list ul li {
        color: #a7a7a7;
    }

        #generic_price_table .generic_content .generic_feature_list ul li span {
            color: #414141;
        }

    /*#generic_price_table .generic_content .generic_feature_list ul li:hover {
                background-color: #E4E4E4;
                border-left: 5px solid #2ECC71;
            }*/

    #generic_price_table .generic_content .generic_price_btn a {
        border: 1px solid #f0532d;
        color: #f0532d;
    }

    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
        border-color: #f0532d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f0532d;
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
    #generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {
        color: #fff;
    }

    #generic_price_table .generic_content:hover .generic_price_btn a,
    #generic_price_table .generic_content.active .generic_price_btn a {
        background-color: #f0532d;
        color: #fff;
    }

    #generic_price_table .generic_content.switch {
        border-color: #f0532d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f0532d;
        color: #fff;
    }

        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
        #generic_price_table .generic_content.switch .generic_head_price .generic_head_content .head span {
            color: #fff;
        }

        #generic_price_table .generic_content:hover .generic_price_btn a,
        #generic_price_table .generic_content.switch .generic_price_btn a {
            background-color: #f0532d;
            color: #fff;
        }

#generic_price_table {
    margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}

.row .table {
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}

    #generic_price_table .generic_content .generic_head_price {
        margin: 0 0 20px 0;
    }

        #generic_price_table .generic_content .generic_head_price .generic_head_content {
            margin: 0 0 50px 0;
        }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
                border-style: solid;
                border-width: 90px 1411px 23px 399px;
                position: absolute;
            }

            #generic_price_table .generic_content .generic_head_price .generic_head_content .head {
                padding-top: 40px;
                position: relative;
                z-index: 1;
            }

                #generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
                    font-family: "Raleway",sans-serif;
                    font-size: 28px;
                    font-weight: 400;
                    letter-spacing: 2px;
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

        #generic_price_table .generic_content .generic_head_price .generic_price_tag {
            padding: 0 0 20px;
        }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
                display: block;
            }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
                    display: inline-block;
                    font-family: "Lato",sans-serif;
                    font-size: 28px;
                    font-weight: 400;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
                    font-family: "Lato",sans-serif;
                    font-size: 55px;
                    font-weight: 300;
                    letter-spacing: -2px;
                    line-height: 55px;
                    padding: 0;
                    vertical-align: middle;
                }

                #generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
                    display: inline-block;
                    font-family: "Lato",sans-serif;
                    font-size: 24px;
                    font-weight: 400;
                    vertical-align: bottom;
                }

            #generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
                font-family: "Lato",sans-serif;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 3px;
                vertical-align: bottom;
            }

    #generic_price_table .generic_content .generic_feature_list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #generic_price_table .generic_content .generic_feature_list ul li {
            font-family: "Lato",sans-serif;
            font-size: 13px;
            padding: 15px 0;
            transition: all 0.3s ease-in-out 0s;
        }

            #generic_price_table .generic_content .generic_feature_list ul li:hover {
                transition: all 0.3s ease-in-out 0s;
                -moz-transition: all 0.3s ease-in-out 0s;
                -ms-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                -webkit-transition: all 0.3s ease-in-out 0s;
            }

            #generic_price_table .generic_content .generic_feature_list ul li .fa {
                padding: 0 10px;
            }

    #generic_price_table .generic_content .generic_price_btn {
        margin: 20px 0 32px;
    }

        #generic_price_table .generic_content .generic_price_btn a {
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            display: inline-block;
            font-family: "Lato",sans-serif;
            font-size: 18px;
            outline: medium none;
            padding: 12px 30px;
            text-decoration: none;
            text-transform: uppercase;
        }

        #generic_price_table .generic_content,
        #generic_price_table .generic_content:hover,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
        #generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
        #generic_price_table .generic_content .price,
        #generic_price_table .generic_content:hover .price,
        #generic_price_table .generic_content .generic_price_btn a,
        #generic_price_table .generic_content:hover .generic_price_btn a {
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }



#generic_price_table_home {
    font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a {
    /*color: #7885CB;*/
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

    .demo-pic:hover {
        opacity: 0.7;
    }

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

    #generic_price_table_home li + li {
        margin-left: 10px;
        padding-bottom: 10px;
    }

    #generic_price_table_home li a {
        display: block;
        width: 50px;
        height: 50px;
        font-size: 0px;
    }

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #2ECC71;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

    #generic_price_table_home .blue:hover,
    #generic_price_table_home .emerald:hover,
    #generic_price_table_home .grey:hover,
    #generic_price_table_home .midnight:hover,
    #generic_price_table_home .orange:hover,
    #generic_price_table_home .purple:hover,
    #generic_price_table_home .red:hover,
    #generic_price_table_home .turquoise:hover {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        transition: all 0.3s ease-in-out 0s;
    }

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

    #generic_price_table_home .divider span {
        width: 100%;
        display: table;
        height: 2px;
        background: #ddd;
        margin: 50px auto;
        line-height: 2px;
    }

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}

    .price-heading h1 {
        color: #666;
        margin: 0;
        padding: 0 0 50px 0;
    }

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}


.originalCard {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.dropdown-menu {
    max-height: 505px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    width: 365px;
}

.notificationButton {
    position: relative;
    padding-top: 20px;
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}



.dropdown {
    position: relative;
    display: inline-block;
}



    .dropdown:hover .dropdown-content {
        display: block;
    }

.tblNotifications tr td {
    border-bottom: 1px solid black;
    border-collapse: collapse;
    text-align: left;
    max-width: 318px;
    background-color: #f9f9f9;
    padding: 6px !important;
}


.notificationDate {
    text-align: center !important;
    width: 75px;
    white-space: nowrap;
    border-left: 1px solid #000;
    background-color: #afd8ff !important;
}


.vertical-nav {
    min-width: 20rem;
    width: 20rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    z-index: 9999;
}



.page-content {
    width: calc(100% - 17rem);
    margin-left: 17rem;
    transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.notActive {
    margin-left: -20rem;
}

#content.active {
    width: 100%;
    margin: 0;
}

.separator {
    margin: 3rem 0;
    border-bottom: 1px dashed #fff;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.text-gray {
    color: #aaa;
}

.w-72 {
    width: 72% !important;
}

.form-control-lg {
    line-height: 2.0 !important;
}

.landing_feauters_box {
    margin: auto !important;
}

.overflowHidden {
    overflow: hidden;
}

.notify-seats {
    background: #fff;
    position: relative;
    color: #000;
    top: -12px !important;
    left: -9px;
    border: 1px solid #000;
}

.seats {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}


.numberOfForms {
    display: inline-block;
    padding: .25em .4em;
    margin-left: 50px;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.form-info {
    background-image: url('../images/icons/forms_blue.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form-danger {
    background-image: url('../images/icons/forms_red.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form-warning {
    background-image: url('../images/icons/forms_yellow.png');
    background-repeat: no-repeat;
    background-position: center;
}

.form-approved {
    background-image: url('../images/icons/forms_green.png');
    background-repeat: no-repeat;
    background-position: center;
}

.multiDayHeader {
    width: 100%;
    padding: 2px;
    margin-top: 20px;
    border: 1px solid #a7b6cf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #a7b6cf;
    color: #000;
}

.changed {
    color: white !important;
}

.nowrap{
    white-space: nowrap;
}

.mobileMenuHeader{
    padding-top: 15px;
}
