*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #3c8dbc;
}

*::-webkit-scrollbar-thumb {
    background-color: #3c8dbc;
    outline: 1px solid #3c8dbc;
}

html, body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.field-groupform-contacts > label.control-label {
    display: none;
}

.icheckbox_minimal-blue {
    margin-bottom: 4px;
}

.select_all_chk {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox_list_grid {
    max-height: 250px;
    overflow-x: hidden;
    padding: 0px;
}

.checkbox_list_grid table, .checkbox_list_grid tbody tr td, .checkbox_list_grid .row, .checkbox_list_grid div {
    padding: 0px !important;
    margin: 0px !important;
}

.checkbox_list_grid > .form-group, .checkbox_list_grid > p {
    display: none;
}

.checkbox_list_grid thead {
    display: none !important;
}

.checkbox_list_grid tbody label.form-group {
    display: block;
    padding: 2px 10px;
    cursor: pointer;
}

#checkbox_list_grid_wrapper > div:first-child {
    display: none;
}

.btn-status {
    width: 100px;
}

.sidebar-collapse .hide_on_collapse_sidebar {
    display: none;
}

.site_logo img {
    max-width: 200px;
    width: 100%;
    max-height: 50px;
}

.site_favicon img {
    max-width: 32px;
    width: 100%;
    max-height: 50px;
    margin-bottom: 10px;
}

.login-logo img {
    max-width: 300px;
    width: 100%;
    max-height: 60px;
}

.logon_tac_box .form-group {
    float: left;
}

.credit_separator {
    border-bottom: 1px dashed #ddd;
    margin: 5px;
}

.msg_chart_date {
    width: 80px !important;
}

.custom_loading {
    position: absolute;
    left: 0;
    right: 0;
    height: 95%;
    display: none;
}

.navbar-brand img {
    height: 100%;
}

.sidebar_info {
    margin: 1%;
    width: 98%;
    text-align: left;
    padding: 5px;
}

@media screen and (min-width: 990px) {
    .flex_box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 1 auto;
    }

    .flex_box > div[class*=col-] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex: 1 1 auto;
    }
}

.live_chat_box {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 10000000000000000000000;
    width: 300px;
}

.live_chat_box * {
    transform: scale(1);
    opacity: 1;
}

.live_chat_box .box {
    margin-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 3px 3px 0px 0px;
    border-bottom: none !important;
    box-shadow: 0px 0px 10px #333;
    border: 1px solid #ECF0F5;
}

.live_chat_box .box .box-header {
    cursor: pointer;
}

.live_chat_box .box .direct-chat-messages .direct-chat-msg {
    margin-right: 50px;
    margin-left: 5px;
}

.live_chat_box .box .direct-chat-messages .direct-chat-msg.right {
    margin-right: 5px;
    margin-left: 50px;
}

.live_chat_box .box .direct-chat-messages .direct-chat-msg .direct-chat-text {
    margin: 0;
    white-space: pre-line;
}

.live_chat_box .box .box-footer {
    padding: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.live_chat_box .box .box-footer textarea {
    height: 34px;
    resize: none;
    overflow: hidden;
}

.payment_response_popup {
    width: 300px;
    margin: auto;
    text-align: center;
}

.payment_response_popup .p_icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    background: #ff0000;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    bottom: -38px;
    text-align: center;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.1411764706);
}

.payment_response_popup .p_icon .fa {
    color: #ffffff;
}

.payment_response_popup .p_body {
    background: #fff;
    min-height: 200px;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1411764706);
    border-radius: 5px;
    padding: 24px;
    padding-top: 65px;
}

.payment_response_popup .p_body .p_title {
    font-weight: 700;
    font-size: 25px;
    color: #ff0000;
    margin-bottom: 15px;
}

.payment_response_popup .p_body .p_msg {
    font-size: 15px;
}

.payment_response_popup .p_body a {
    margin-top: 24px;
    font-weight: 700;
    background: #ff0000;
}

.payment_response_popup.success .p_icon, .payment_response_popup.success a {
    background: #82ce34;
}

.payment_response_popup.success .p_body .p_title {
    color: #82ce34;
}

.payment_gateway_selection {
    display: inline-block;
    margin: 5px auto;
    margin-right: 15px;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
}

.payment_gateway_selection span {
    display: inline-block;
    position: relative;
    top: -3px;
}

.payment_gateway_selection input[type=radio] {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.payment_gateway_selection input[type=radio]:checked + span {
    font-weight: bold;
    color: #0b7122;
}

.new_offer_fa {
    background: -webkit-linear-gradient(#731b00, #e73c7e, #ff0000, #ffc812);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem !important;
    margin-right: 8px;
    position: absolute;
    left: 0px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes blink {
    from {
        color: #0059d2;
    }
    to {
        color: #f30;
    }
}

@-webkit-keyframes blink {
    from {
        color: #0059d2;
    }
    to {
        color: #f30;
    }
}

.coupon_layout .content-wrapper {
    background-image: url("../images/offer_bg.jpg") !important;
}

.coupon_layout .content-wrapper .pg_title {
    display: none;
}

.coupon_layout .content-wrapper .offer_page_title {
    text-align: center;
    font-weight: 600;
    color: #f30;
}

.coupon_layout .c_col {
    padding: 30px;
}

.coupon_layout .c_box {
    box-shadow: 5px 6px 22px 0px rgba(36, 98, 187, 0.6784313725);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.631372549);
}

.coupon_layout .c_box_body {
    padding: 20px;
}

.coupon_layout .top_label {
    color: #FFFFFF;
    background: linear-gradient(327deg, #731b00, #e73c7e, #ff0000, #ffc812);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1803921569);
}

.coupon_layout .title {
    color: #2c3b41;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    font-weight: 500;
}

.coupon_layout .feature {
    text-align: center;
    color: #2c3b41;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.231372549);
    padding: 10px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}

.coupon_layout .feature > div span {
    font-weight: 600;
}

.coupon_layout .coupon_code {
    color: #F30;
    text-align: center;
    margin: 20px 0px;
    font-size: 2rem;
    font-weight: 500;
}

.coupon_layout .coupon_code span {
    display: inline-block;
    border: 1px dotted #f30;
    padding: 0px 3px;
    font-size: 1.8rem;
    background: #f1f1f1;
    cursor: pointer;
    font-weight: 600;
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite;
}

.coupon_layout .exp_date {
    text-align: center;
    font-weight: 600;
    color: #f30;
    font-size: 2rem;
}

.coupon_layout .au_label {
    text-align: center;
    font-weight: 600;
    color: #FFF;
    font-size: 2rem;
    background: #ff3300;
    border-radius: 0px;
}

@media screen and (min-width: 990px) {
    .c_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/*# sourceMappingURL=site.css.map */
