﻿html {
    overflow-x: hidden;
}


body {
    color: #333333;
    background-color: #FFFFFF !important;
    width: 100%;
    overflow-x: hidden;
}

a 

{
    text-decoration: none;
}


.hide {
    display: none;
}

* {
    box-sizing: border-box;
}



/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


    /* Pricing header */
    .price .header {
        background-color: #111;
        color: white;
        font-size: 25px;
    }

    /* List items */
    .price li {
        border-bottom: 1px solid #eee;
        padding: 20px;
        text-align: center;
    }

    /* Grey list item */
    .price .grey {
        background-color: #eee;
        font-size: 20px;
        cursor: pointer;
    }



/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}

.wrapper {
    display: flow;
    align-items: stretch;
    margin-left: 130px;
}

#content {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden !important;
}


.link-color {
    color: #e9ecef;
}

.container {
    width: 100%;
    max-width: 100%;
}

.body-content {
    max-width: 100%;
    margin-bottom: 50px;
}

.primary-background {
    position: relative;
    display: flow-root;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;  
    background-clip: border-box;
    border: 0px solid #e9ecef;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 15px 0px;
}

.bg-white rounded {
    position: relative;
    display: flow-root;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 0px solid #e9ecef;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 3%) 0px 3px 15px 0px;
}

/*.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
    stroke: #ff7a59 !important;
}*/

.woncolor {
    color: #f7cd04
}

.dropdown-item {
    color: #212529 !important;
}

.bg-primary {
    color: #77777b;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0px;
}



.bg-primary-light {
    color: #fff;
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0px;
}

    .bg-primary-light p {
        color: #77777b;
    }

.bg-primary p {
    color: #77777b;
}


.fas {
    cursor: pointer !important;
}

.progress-bar {
    background-image: none;
    background-color: #fafafa;
    background-image: none;
}

.progress {
    background-color: #fafafa;
    background-image: none;
}

.btn {
    border-radius: 5px;
    font-size: 14px;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    padding: .74rem 1.5rem;
}

.btn:hover {
    color: #FFFFFF !important;
}



.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 5px;
    border-width: 1px !important;
    box-shadow: none;
 
}

.light-text {
    font-weight: 100;
}


.dark {
    color: #ffffff !important;
}

p {
    color: #333333;
}


h1 h2 h3 h4 h5 h6 {
    color: #16325c;
    font-weight: 300;
}

tr td a {
    font-weight: 500
}

.mx-2-responsive {
    margin-right: .5rem !important;
}

.border-dark {
    border: 1px solid #ccc !important;
}

.alert-secondary {
    border: none;
    box-shadow: 0;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 0;
    color: #77777b;
    padding: 10px;
    border-radius: 3px;
}

.alert {
    border: none;
    box-shadow: 0;
    border-radius: 0;
}

.alert-success {
    background-image: none;
    box-shadow: 0;
    border-radius: 0;
    border: none;
    padding: 10px;
}

.alert-warning {
    background-image: none;
    box-shadow: 0;
    border-radius: 0;
    border: none;
    padding: 10px;
}

.alert-danger {
    background-image: none;
    box-shadow: 0;
    border-radius: 0;
    border: none;
    padding: 10px;
}

.dropdown-toggle::after {
    display: none;
}


.navbar-nav {
    display: contents;
    padding: 0;
}

.text-dark {
    color: #000000 !important;
}


.filter-multi-select > .dropdown-toggle::before {
}

.navbar ul li a {
    text-shadow: none;
}


.nav-link a {
    color: #fff;
}

.nav-pills .nav-link {
    font-weight: 400;
    border-bottom: 0px solid;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 10px 0 0;
    background-color: #FFFFFF;
    border: 1px solid #e9ecef;
}

    .nav-pills .nav-link.active {
        font-weight: 600;
        border: 1px solid #e9ecef;
        border-radius: 50px;
        padding: 10px 20px;
        margin: 0 10px 0 0;
        background-color: #FFFFFF !important;
        font-weight: 600;
    }



.navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    font-weight: bold;
}

.page-item .page-link {
    color: #0091ae !important;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
}

.navbar-brand {
    background-color: #FFFFFF;
}

.center-small {
    text-align: center;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}


.w-100 {
    width: 100% !important;
}

.max-width-30 {
    max-width: 30px;
}


.navbar .form-control-dark input[type="text"] {
    font-size: 10px;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border: none;
    background-color: none;
    border-radius: 0;
}

.input-group-text {
    border-radius: 0px;
}

.form-control-link {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 1px solid #e9ecef;
    border-radius: 0px;
    white-space: nowrap;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.navbar {
    background-color: #fff !important;
    z-index: 1000;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
    padding: 0 10px;
}

.form-control-dark {
    border: 1px solid #ccc;
    border-radius: 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}



label {
    float: left;
    width: 100% !important;
}

.table {
    margin-bottom: 0;
}

    .table > thead {
        background-color: #fafafa !important;
    }

    table.dataTable, table.dataTable th, table.dataTable td {
        box-sizing: border-box !important;
    }

.table > :not(caption) > * > *

{
    background-color: transparent !important;
}


.table thead th {
    border-bottom: 0px solid #dee2e6;
    border-top: 0;
    cursor: pointer;
}


    .table thead tr th {
        cursor: pointer;
        font-size: 12px !important;
        white-space: nowrap;
    }

        .table thead tr th:hover {
            cursor: pointer !important;
        }

.table td {
    font-size: 14px !important;
    vertical-align: middle;
    border-top: .5px solid #e9ecef;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
    }

 


table.dataTable thead .sorting {
    background-image: none !important;
}

table.dataTable thead .sorting_asc {
    background-image: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: none !important;
}

.dataTables_wrapper .dataTables_filter input {
    display: inline;
    width: 340px;
    height: calc(2.7rem + 2px);
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0px;
    white-space: nowrap;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-left: 0px;
    margin-bottom: 10px;
}

    .dataTables_wrapper .dataTables_filter input:focus {
        outline: none;
    }


.dataTables_wrapper .dataTables_length label {
    font-size: 0px;
}

.dataTables_wrapper .dataTables_length select {
    outline: none;
}

.dataTables_wrapper .dataTables_length select {
    display: inline;
    width: 70px;
    height: calc(2.7rem + 2px);
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0px;
    white-space: nowrap;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box !important;
    display: inline-block !important;
    min-width: 1.5em !important;
    padding: 0.5em 1em !important;
    margin-left: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    *cursor: hand !important;
    border: none !important;
    border-radius: 2px !important;
}


    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        box-sizing: border-box !important;
        display: inline-block !important;
        min-width: 1.5em !important;
        padding: 0.5em 1em !important;
        margin-left: 2px !important;
        text-align: center !important;
        text-decoration: none !important;
        cursor: pointer !important;
        *cursor: hand !important;
        border: none !important;
        border-radius: 2px !important;
        background: none !important;
    }

.dataTables_wrapper .dataTables_info {
    font-size: 16px !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left !important;
}

table.dataTable thead th {
    border-bottom: none !important;
    padding: .75rem !important;
}

table.dataTable tbody td {
    vertical-align: middle !important;
    padding: 1rem !important;
}

table.dataTable tbody tr:hover {
    background-color: #FAFAFA !important;
}

table.dataTable.no-footer {
    background-color: #FFFFFF;
    border: 1px solid #e9ecef;
    border-bottom-color: #e9ecef !Important;
}

.avatar {
    background-color: transparent;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 0;
    margin-right: 0px;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
}

input {
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #eaecf1;
}

    input[type="text"] {
        margin-bottom: 0;
        border-radius: 5px;
        border: 1px solid #eaecf1;
    }

    input[type="date"] {
        margin-bottom: 0;
        border-radius: 5px;
        border: 1px solid #eaecf1;
    }

select {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eaecf1;
}

textarea {
    max-width: 100%;
    width: 100%;
    color: #495057;
    border: 1px solid #eaecf1;
    border-radius: 5px;
}

.form-select {
    border-radius: 5px;
    border: 1px solid #eaecf1;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #939393;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaecf1;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-check-label {
    font-weight: 400;
}


.breadcrumb {
    background: transparent;
}

.card {
    border-radius: 0;
}

.modal-footer {
    width: 100%;
}

#sidebar {
    min-width: 130px;
    max-width: 130px;
    /*background-color: #33475b;*/
    top: 50px;
    height: calc(100% - 50px);
    width: 58px;
    transition: width .2s ease-in-out;
    left: 0;
    z-index: 1010;
    position: fixed;
    flex-basis: 25%;
    overflow-y: auto !important;
}


    #sidebar.active {
        margin-left: -130px;
    }

a[data-bs-toggle="collapse"] {
    position: relative;
}

/*#sidebar li:hover {
    background: #ff7a59;
}*/

.table-wrapper-scroll-y {
    display: block;
    max-height: 800px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table tbody tr:hover {
    background-color: #fafafa
}



/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 #fff;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 50px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.1);
    }

.catalog-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
}


.card-image-container {
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: fit-content;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    min-width: 230px;
}

.ticket-image-conainer {
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: fit-content;
    padding: 0px;
    border-radius: 20px;
    border: none;
}

.custom-catalog-image {

  height: auto;
  max-width: 100%;
  min-width: auto;
  margin-bottom: 15px;
}

.catalog-image-row {
    display: flex;
    flex-wrap: wrap;
}

.customcatalog-image-row {
    display: flex;
    flex-wrap: wrap;
}


.card.card-cascade.wider .view.view-cascade {
    z-index: 2;
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
    text-align: left;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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: 0;
}

    .card.card-cascade .view.view-cascade.gradient-card-header .card-header-title {
        font-weight: 500;
        color: #fff;
        text-align: left;
    }

    .card.card-cascade .view.view-cascade {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .card.card-cascade.wider .view.view-cascade {
        z-index: 2;
    }

    .card.card-cascade.wider {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .card.card-cascade .view.view-cascade {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
        -webkit-border-radius: 13px;
        border-radius: 13px;
        background-color: #fafafa;
        background: #fafafa;
    }

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.rgba-white-slight, .rgba-white-slight:after {
    background-color: rgba(255,255,255,.1);
}

.slick-track {
    float: left !important;
}

.slick-slider .slick-track {
    float: left !important;
}

.card-title {
    font-size: 18px;
    color: #fff;
}

    .card-title a {
        color: #fff !important;
    }

    .card-title h5 {
        font-size: 16px;
        color: #fff;
    }

.card-header-title p {
    font-weight: 300;
    color: #fff;
}

.gift-info {
    height: auto;
    width: inherit;
    min-width: 230px;
}

.gift-minqty {
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 5px;
    float: right;
    width: fit-content;
}

.gift-backorder {
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 5px;
    float: right;
    width: fit-content;
}

.gift-branded, .gift-sustainable, .gift-donation, .gift-options, .gift-popular {
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px;
    margin-top: 5px;
    float: right;
    width: fit-content;
    clear: right;
}

.gift-brand {
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
}


.gift-cost {
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.gift-name {
    font-weight: 400;
    font-size: 16px;
    padding-top: 0px;
}

.ticket-name {
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
    font-weight: 600;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

#cascading-cards .card.card-cascade.wider .card-body.card-body-cascade {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.card-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(0,0,0,.125);
}

.card.card-cascade.wider .card-body.card-body-cascade .card-footer {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}


/*.ct-series-a .ct-slice-donut {
    stroke: #0091ae;
}

.ct-series-a .ct-point {
    stroke: #0091ae;
}

.ct-series-a .ct-slice-donut {
    stroke: #0091ae;
}*/

.sidenav a {
    display: inline;
}

/*<!-- side bar  -->*/

label {
    color: #000000 !important;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #33475b;*/
    color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    float: right;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

    /*.sidenav table tbody tr:hover {
        background-color: #304454;
    }*/

    .sidenav a {
        padding: 5px;
        text-decoration: none;
        font-size: 16px;
        color: #FFFFFF !important;
        display: block;
        transition: 0.3s;
    }



    .sidenav p {
        padding: 5px;
        text-decoration: none;
        font-size: 16px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

  /*  .sidenav a:hover {
        text-decoration: underline;
    }*/

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    margin-top: 20px;
}

.progress-bar {
    background-image: none;
    background-color: #ff7a59;
}

/*<!-- side bar  -->*/


@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/*@media (max-width: 1300px) {
    .container {
        max-width: 980px;
    }
}*/

@media (max-width: 768px) {


    .navbar-nav {
        display: flex;
        padding: 0;
    }

    .wrapper {
        margin-left: 0px;
    }

    #sidebar {
        margin-left: -130px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    .hide-small {
        display: none;
    }

    .btn-outline-primary {
        float: none;
        text-align: center;
        width: auto;
        margin-top: 10px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none !important;
        text-align: center !important;
    }


    .modal-dialog {
        max-width: 90%;
        margin: 1.75rem auto;
    }

    .mx-2-responsive {
        margin-right: 0 !important;
    }



    .gift-cost {
        font-size: 14px;
    }

    .gift-name {
        font-size: 16px;
    }
}


@media (max-width: 400px) {



    .wrapper {
        margin-left: 0px;
    }

    #sidebar {
        margin-left: -130px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    .hide-small {
        display: none;
    }

    .btn-outline-primary {
        float: none;
        text-align: center;
        width: 100%;
        margin-top: 10px;
    }

    .dataTables_wrapper .dataTables_filter {
        float: none !important;
        text-align: center !important;
    }

    .modal-dialog {
        max-width: 95%;
        margin: 1.75rem auto;
    }

    .mx-2-responsive {
        margin-right: 0 !important;
    }
}
