.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
    top: 0;
}
.loader-spinner {
  width: 100%;
  height: 100%;
  position: relative;
  top: 40%;
  left: 45%;
  /* margin-left: -20px; */
  /* margin-top: -20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  vertical-align: middle;
}
.double-bounce1,
.double-bounce2 {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #38414a;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  background-image: url('../images/wd-logo-white.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.no-loader .loader {
  display: none !important;
}
.ajax-loader{
    display: none;
}
.ajax-loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.no-loader .ajax-loader {
  display: none !important;
}
.loader-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader,
.loader:before,
.loader:after {
  background: #c85f7a;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #c85f7a;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.table td, .table th {
    padding: 0.40rem .85rem;
}
.custom-switch input[type=checkbox] + .custom-control-label span {
    min-width: 95px;
}
.custom-switch input[type=checkbox]:checked + .custom-control-label .cal-event, .custom-switch input[type=checkbox] + .custom-control-label .list-event {
    display: block;
}
.custom-switch input[type=checkbox] + .custom-control-label .cal-event, .custom-switch input[type=checkbox]:checked + .custom-control-label .list-event {
    display: none;
}
.search-group-contain .custom-select, .search-group-contain .form-group label {
    display: block;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label {
    cursor: not-allowed;
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    border-color: #c85f7a;
    background-color: #c85f7a;
    opacity: 0.8;
}


.date-filter {
    display: flex;
}
.date-filter .form-control {
    text-align: left;
}

.expand-event-form {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.expand-event-form .event-template-img {
    width: 50px;
    height: 50px;
    padding: 5px;
}
.expand-event-form .event-template-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.expand-event-form .gall-info {
    border: 0;
    padding: 10px;
    width: calc(100% - 50px);
}
.expand-event-form .gall-info h4 {
    margin: 0;
    white-space: normal;
}
.event-list-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 15px;
}
.event-list-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.events-list-contain .action-icon, .table td .action-icon {
    font-size: 1.8rem;
    margin: 5px 7px;
}
.table td .action-icon:first-child {
    margin-left: 0;
}

.select2-container {
    display: block;
}
.select2-container--open {
    z-index: 99999;
}
.custombox-content .art-img-display img {
    background-color: #323a46;
}

#load-art-modal {
    width: 750px !important;
}
.artwork-cat-list {
    padding: 0;
    list-style: none;
}
.artwork-cat-list > li {
    padding: 10px 12px;
    line-height: 1;
    background-color: #f5f6f8;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    margin-top: -1px;
}
.artwork-cat-list > li.active {
    pointer-events: none;
    background-color: #c85f7a;
    border-color: #c85f7a;
    color: #fff;
}

.artwork-gallery .artcat-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 10px 15px 8px;
    background-color: #f1f5f7;
    text-transform: uppercase;
}
.artwork-gallery .gal-box img {
    width: 100%;
    padding: 5px;
    border-radius: 3px;
}
.artwork-gallery .gal-box .gall-info {
    border: 0;
    padding: 10px;
    padding-top: 5px;
}
.artwork-gallery .gal-box .gall-info .art-title {
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.recent-title-header .editable {
    color: #343a40;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
    margin-bottom: 10px;
    display: inline-block;
    border: 0 !important;
    position: relative;
    cursor: default;
}
.assist-header .editable {
    display: inline-block;
    border: 0 !important;
    line-height: 1.2;
    color: inherit;
    cursor: default;
}
.recent-title-header .editable:after, .assist-header .editable:after, .order-event-name .editable:after {
    content: "\F3EB";
    font-family: "Material Design Icons";
    font-style: normal;
    font-size: 1.2rem;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    color: #c85f7a;
}
.editable-error-block {
    margin-left: 5px;
    color: #ee324d;
}
.editable-error-block.sucess {
    color: green;
}
.editableform textarea.form-control {
    width: 400px;
    max-width: 100%;
    max-height: 100px;
}
.assist-header .editable-buttons.editable-buttons-bottom {
    display: inline-block;
    margin-left: 12px;
}

.module-select-contain {
    margin: 30px 0;
}
.mult-list-checkbox {
    padding-bottom: 15px;
    padding-left: 0;
    list-style: none;
}
.mult-list-checkbox li {
    margin-bottom: 10px;
}
.mult-list-checkbox > li ul {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 25px;
}
.card-box .nav-link {
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
    font-size: 1rem;
}
.tab-content .header-title {
    font-size: 1.25rem;
}
div.dataTables_wrapper div.dataTables_filter label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
div.dataTables_wrapper div.dataTables_filter label input {
    width: 100%;
    max-width: 200px;
}
.studio-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
.studio-box .title {
    font-size: 1rem;
}
.event-date-contain {
    position: relative;
}
.event-date-contain .right-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.event-date-contain .right-button button {
    height: 100%;
    border: 0;
    background-color: transparent;
    color: #c85f7a;
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px;
}
.custom-head {
    font-weight: 500;
    font-family: "Cerebri Sans,sans-serif";
    color: #343a40;
    line-height: 1.2;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    display: none;
}
.custom-body {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}
.custom-body div {
    word-break: break-word;
    line-height: 1.3;
}
.pagination-contain {
    text-align: center;
}
.pagination-contain .pagination {
    justify-content: center;
    margin-top: 30px;
}

.order-col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    line-height: 1.3;
}
.order-col {
    padding: 5px 10px 5px 0;
    color: #323a46;
}
.order-col label {
    display: block;
    min-width: 90px;
    margin-bottom: 0;
    font-weight: 700;
    padding-right: 5px;
}
.order-col.trans-col label{
    min-width: 120px;
}
.order-col strong {
    font-weight: 700;
    padding-right: 5px;
}
.order-col-row.text-right .order-col span {
    min-width: 100px;
    display: inline-block;
}
.order-col-row.text-right {
    display: block;
}
.order-col-row.text-right .order-col span {
    min-width: 80px;
    display: inline-block;
}
.discount-applied {
    text-align: right;
    font-weight: 700;
    padding: 7px 10px;
    padding-left: 0;
    color: #c85f7a;
}
.discount-applied span {
    min-width: 85px;
    display: inline-block;
}
.events-info-contain {
    margin-bottom: 30px;
}
.events-info-contain .row {
    margin: 0;
}
.events-info-contain .row:nth-child(2n) {
    background-color: #f7f7f7;
}
.order-event-info {
/*    margin-top: 10px;*/
}
.order-img-thumb {
    margin-bottom: 15px;
}
.order-img-thumb img {
    max-width: 100%;
}
.order-event-name, .subtotal-price {
    padding: 7px 10px;
    padding-left: 0;
    color: #323a46;
    font-weight: 900;
}
.order-event-name {
    font-size: 16px;
}
.subtotal-price {
    text-align: right;
    font-weight: 700;
}
.subtotal-price strong {
    font-weight: 700;
    padding-right: 5px;
}
.subtotal-price span {
    display: inline-block;
    min-width: 80px;
}
.grandtotal-price {
    background-color: #dcdcdc;
    font-weight: 900;
}
.grandtotal-price strong {
    font-weight: 900;
}
.tax-price, .tax-price strong {
    font-weight: 700;
}

.layout-switch {
    display: inline-block;
    margin-right: .375rem;
    padding-left: 100px;
}
.layout-switch .custom-control-label::before {
    width: 100px;
    left: -100px;
    height: 37px;
    border-radius: 3px;
    top: -7px;
}
.layout-switch .custom-control-label::after {
    height: 33px;
    top: -5px;
    left: calc(-100px + 3px);
    border-radius: 2px;
    width: 15px;
}
.layout-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
}
.layout-switch .custom-control-label .layout-text {
    display: inline-block;
    position: absolute;
    left: -60px;
    min-width: auto !important;
}
.layout-switch .custom-control-input:checked~.custom-control-label .layout-text {
    left: -85px;
    color: #fff;
}
.layout-switch .custom-control-label .layout-text:before {
    content: "List";
}
.layout-switch .custom-control-input:checked~.custom-control-label .layout-text:before {
    content: "Calendar";
}

.events-calendar-contain .fc-row.fc-rigid {
    overflow: inherit;
}
.events-calendar-contain .fc-row.fc-rigid .fc-content-skeleton {
    position: relative;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton .fc-event {
    margin-top: 0;
}
.events-calendar-contain .fc-widget-content .fc-scroller {
    height: auto !important;
    overflow: auto !important;
}
/*
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+1) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+1) {
    background-color: #323a46 !important;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+2) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+2) {
    background-color: #4fc6e1 !important;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+3) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+3) {
    background-color: #c85f7a !important;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+4) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+4) {
    background-color: #4a81d4 !important;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+5) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+5) {
    background-color: #f672a7 !important;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+6) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+6) {
    background-color: #6658dd !important;
}
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr:nth-child(n+7) .fc-event, .events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event:nth-child(n+7) {
    background-color: #1abc9c !important;
}
*/
.events-calendar-contain .fc-widget-content .fc-content-skeleton tbody tr .fc-event.bg-danger {
    background-color: #e21515 !important;
}
/*.fc-event-container .tooltip {
    opacity: 0.9;
    white-space: nowrap;
}
.fc-event-container .tooltip .tooltip-inner {
    background-color: #323a46;
}*/
.fc-event-container .tooltip {
  position: absolute;
  z-index: 9999;
  background: #c85f7a;
  color: #fff;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(200, 95, 122, 0.5);
  padding: 7px;
  text-align: center;
    opacity: 1;
}
.fc-event-container .tooltip .tooltip-inner {
    background-color: transparent;
    padding: 0;
}
.fc-event-container .tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.fc-event-container .tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #c85f7a;
}

.fc-event-container .tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.fc-event-container .tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.fc-event-container .tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.fc-event-container .tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.fc-event-container .tooltip[x-placement^="right"] {
  margin-left: 5px;
}
.fc-event-container .tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.fc-event-container .tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.fc-event-container .tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}


.custom-modal-text .artwork-gallery {
/*    max-height: 320px;*/
/*    overflow: auto;*/
    overflow: inherit;
}
.custom-modal-text .artwork-gallery .gal-box {
    position: relative;
    margin-bottom: 15px;
}
.custom-modal-text .gal-box .remove-item {
    position: absolute;
    background: transparent;
    border: 0;
    padding: 2px;
    top: 5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    opacity: 1;
}
.custom-modal-text .artwork-gallery .gal-box .gall-info .art-title {
    font-size: 12px;
}
.order-event-name.order-event-pd .editable {
    text-decoration: none;
    border-bottom: none;
}
.order-event-name.order-event-pd {
    font-weight: normal;
    margin-bottom: 10px;
}
.save-input {
    display: flex;
}
.color-btn {
    width: 100px;
}

.ac-btn {
    border: 0;
    background-image: none;
    background-color: transparent;
}
.table.roster-table td, .table.roster-table th {
    padding: 0.4rem .85rem 0rem;
}
button.ac-btn.collapse-btn {
    padding: 0;
    margin: 0;
    margin-left: 10px;
    margin-top: -5px;
}
button.ac-btn.collapse-btn:before {
    font-family: "Material Design Icons";
    font-size: 26px;
    content: "\F376";
    padding: 0;
    margin: 0;
    color: #323a46;
}
button.ac-btn.collapse-btn.collapsed:before {
    font-family: "Material Design Icons";
    font-size: 26px;
   content: "\F417";
    padding: 0;
    margin: 0;
    color: #323a46;
}
.collapse-item {
    margin-top: 20px;
}
.cl-btn {
    margin-right: 2px;
    width: 30px;
    padding: 0;
    height: 30px;
    line-height: 30px;
}
tr.collapse-table td.pd-0{
    padding: 0;
}
tr.collapse-table td {
    padding: 5px 0px;
}
tr.collapse-table .table-striped thead tr th {
    background-color: #38414a;
    color: #fff;
}
.table.roster-table tr.collapse-table td tbody td, .table.roster-table tr.collapse td tbody th, .table.roster-table tr.collapse-table td tbody tr th{
    padding: 0.40rem .40rem;
}
.table.roster-table tr.collapse-table td tbody tr th:first-child {
    padding: 0.40rem 0.40rem 0.40rem 0.85rem;
}
.roster-table.table thead tr th {
    background: #fff;
    color: #4c4c4c;
    padding: 0.4rem .85rem 0.45rem;
/*    width: 520px;*/
}
.roster-popup {
    margin-left: 15px;
}
tr.collapse-table td .form-group {
    margin-bottom: 0;
}
.ac-btn.collapse-btn em {
    font-size: 20px;
    color: #c85f7a;
    margin-left: 10px;
}
.collapse-table .collapse-item {
    margin-top: 0;
}
.event-roster-name {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
}
.event-roster-name:first-child {
    padding-left: 0px;
}
.event-roster-name:before {
    content: '';
    border-right: 1px solid #bbb;
    position: absolute;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 50px;
}
.event-roster-name:last-child:before {
    content: none;
}
.event-roster-pd{
    padding-bottom: 15px;
}
.collapse-table .table th, .collapse-table .table td {
    border-top: none;
}
.collapse-table tbody tr {
    background-color: #f1f5f7;
}
.collapse-table tbody th, .collapse-table tbody td {
/*    max-width: 135px;*/
}
.inline-block {
    display: inline-block;
}
.coupon-description {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
/*    position: absolute;*/
    height: 20px;
}
.coupon-des-section {
    position: relative;
}

.event-select-dropdown {
    display: inline-block;
}
.event-select-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 160px !important;
}
.event-select-dropdown .bootstrap-select .dropdown-toggle:before, .approved-dropdown .bootstrap-select .dropdown-toggle:before{
    content: "\F140" !important;
    display: inline-block;
    font-family: "Material Design Icons";
}
.approved-dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 210px !important;
}
.cutomizeOptionContain {
    padding-bottom: 30px;
}
.art-management-serch {
    padding-bottom: 10px;
}
.art-management-serch .custom-select, .art-management-serch  .form-group label {
    display: block;
}
.title-stripe {
    position: relative;
}
.title-stripe span {
    position: absolute;
    top: 1px;
    right: 10px;
}
.right-delete {
    position: absolute;
    right: 15px;
    top: 5px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 1.5rem;
}
.customValueContain {
    padding: 10px 0;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ffff;
}
.customValueContain .right-delete {
    top: -3px;
}
.card-header a.collapsed .mdi:before {
    content: "\F417";
}
.collapse .card-body {
    border: 1px solid #f1f1f1;
    border-top: 0;
}
.order-options-title {
    margin: 0;
    padding: 0;
    font-size: 15px;
    padding-bottom: 1px;
    line-height: 20px;
    position: relative;
    margin-bottom: 2px;
    font-weight: 600;
}

.order-options-title:before {
    content: '';
    position: absolute;
/*    border-bottom: double #a0a0a0;*/
    width: 115px;
    height: 100%;
}

.order-options p {
    margin: 0;
    padding-bottom: 4px;
}

.order-options p span {
    line-break: normal;
    white-space: pre;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    tr.collapse-table td tbody td, tr.collapse td tbody th {
        padding: 0.10rem .10rem;
    }

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    td.roster-note {
        display: flex !important;
    }
}
@media (min-width:576px){
    .button-right {
        float: right;
        margin-top: -45px;
    }
}
@media (min-width:768px){
    .card-box {min-height: 95%;}
    .select-artwork-contain .nav-tabs {
        display: none;
    }
    .select-artwork-contain .tab-content {
        padding: 0;
    }
    .select-artwork-contain .tab-content>.tab-pane {
        display: block;
        padding: 0 15px;
    }
    .custom-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .date-col {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-body .col-md-1.art-pd {
        padding: 0;
        word-break: inherit;
    }
}
@media (max-width:767px){
    .custom-body > div {
        padding-right: 0;
    }
    .custom-body div[data-label] {
        display: flex;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .custom-body div[data-label]:before {
        content: attr(data-label);
        display: inline-block;
        min-width: 120px;
        padding-right: 15px;
        font-weight: 500;
        font-family: "Cerebri Sans,sans-serif";
        color: #343a40;
    }
    .event-roster-name{
        display: block;
        padding: 0;
    }
    .event-roster-name:before{
        content: none;

    }
    .di-flex {
        display: flex;
    }
    .inline-block {
        display: block;
    }
}

.action-icon {font-size: 1.5rem;}

span.denied-icon i {
    font-size: 90px;
    padding-bottom: 13px;
}
.access-denined-container{
    position: relative;
}
.access-sub{
    width: 100%;
    height: 80vh;
}
.form-control:disabled {
    cursor: not-allowed;
}
.form-control[readonly]{
    background-color: #f2f2f2;
    color: #333;
}
.pagination-secion {
    bottom: 10px;
    padding-top: 20px;
    position: relative;
}
tr.bg-tr {
    background-color: #f2f2f2;
    color: #323a46;
    border-top: 3px solid #bbb;
    font-weight: bold;
}
tr.bg-tr:first-child {
    border-top: none;
}

.roster-table tr, .roster-table td, .roster-table th {
/*    width: 245px;*/
/*    width: 160px;*/
}
td.roster-dob {
    width: 50px;
}

@media (max-width:1400px){
td.roster-dob {
    width: 80px;
}
}
@media (max-width:1360px){
td.roster-dob {
    width: 120px;
}
}
@media (max-width:991px){
    td.roster-dob {
        width: 140px;
    }
}
.roster-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
    border-bottom: 1px solid #f1f1f1;
}
.collapse-table tbody tr {
    background-color: #f2f2f2;
    border-bottom: 10px solid #f1f1f1;
}
.collapse-table table.table.table-striped {
    border-top: 1px solid #f1f1f1;
}
tr.collapse-table td {
    border-top: none;
}
.note-toolbar.panel-heading{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.note-btn-group.btn-group .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.fc-basic-view .text-black .fc-content{
    color: #000;
}
.artwork-gallery .event-list ul {
    display: block;
    padding: 10px;
}
.artwork-gallery .event-list ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}
.artwork-gallery .row.event-list {
    overflow: auto;
    position: relative;
    max-height: 600px;
    margin-bottom: 10px;
}
.form-inline .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
form.form-inline button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.search-section {
    position: relative;
    clear: both;
    height: 60px;
}
.search-section .serch-right{
    position: absolute;
    right: 0;
}
@media (min-width:992px){
    .art-flex{align-items: center;}
}
.custom-modal-title{
    min-height: 52px;
}
.art-lists li .edit-record {
    padding-right: 50px;
}
.art-list-overflow {
    padding: 20px 0;
}
.art-list-overflow .row.artwork-gallery {
    position: relative;
    padding: 0px 15px 0 0px;
    max-height: 570px;
    overflow: overlay;
}

@media (min-width:768px) and (max-width:991px){
    .search-size-box {
        max-width: 125px;
    }
}
.sales-review tbody tr td .form-group{
    margin-bottom: 0px;
}
.modal-demo .alert {
    padding: 5px 0px;
}

.sales-review ::-webkit-input-placeholder {
  color: #333;
}

.sales-review :-ms-input-placeholder {
  color: #333;
}

.sales-review ::placeholder {
  color: #333;
}
.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 768px) {
    .rwd-table td:before {
        display: none;
    }
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

@media (min-width: 768px) {
    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .f-width {
        width: 120px
    }
    .m-width {
        width: 200px;
    }
    table .g-info {
        text-align: center;
    }
    .sales-review.rwd-table th:first-child, .sales-review.rwd-table td:first-child {
        padding-left: 5px;
    }
    th.sales-qty {
        width: 85px;
    }
    th.sales-total {
        width: 120px;
    }
    .sales-review .input-group-text {
        padding: 0.45rem 0.3rem;
    }
    th.sales-desc {
        width: 250px;
    }
}

.table.rwd-table .thead-light th {
    color: #666;
    background-color: #f1f1f1;
    border-color: #e6e6e6;
}

.rwd-table .btn.btn-primary {
    padding: 5px 15px;
}
.roster-popup {
    color: #323a46;
    font-size: 18px;
    font-weight: 600;
}

.order-options-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding: 0px;
}
.order-options-list li {
    list-style: none;
    margin: 5px 5px;
}
.events-info-contain .row.bg-none:nth-child(2n) {
    background-color: transparent !important;
}

@media (max-width:991px){
    .roster-popup {
    margin-left: 0px;
}
}


/********** roster mobile responsive *****/

.roster-rwd-table table th {
    display: none;
}

.roster-rwd-table table td {
    display: block;

}

.roster-rwd-table table  td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width:100px;
    display: inline-block;
    font-size: 12px;
}
.roster-rwd-table table th,
.roster-rwd-table table td {
    text-align: left;
}

@media (min-width: 768px) {
    .roster-rwd-table table td:before {
        display: none;
    }
    .roster-rwd-table table th,
    .roster-rwd-table table td {
        display: table-cell;
        padding: .25em .5em;
    }

}
@media (max-width:767px){
    .roster-rwd-table table td {
        display: block;
        width: 100%;
        font-size: 12px;
    }
    .text-center.in-attendance{
        text-align: left !important;
    }
    .roster-rwd-table .collapse-table tbody td.m-flex{
        display: flex;
        align-items: center;
    }
    .roster-rwd-table .collapse-table tbody td.m-flex .mb-2{
        margin-bottom: 0px !important;
    }
    .collapse-table tbody th, .collapse-table tbody td{
        max-width: 100%;
    }
    .roster-rwd-table .collapse-table tbody tr {
        border-bottom: 1px solid #d6d6d6 !important;
    }
    .roster-rwd-table .collapse-table tbody tr:last-child {
        border-bottom: none !important;
    }
    .roster-rwd-table table td.m-space:before{
        content:none;
    }
    .card-box.r-detail{
        padding: 1rem;
    }
    tr.bg-tr:nth-child(4n-7) {
        background-color: #f7f7f7;
    }
}

.image-upload-preview img {
    max-width: 350px;
    margin: 0 auto;
}
.image-upload-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.main-art img {
    width: 100px;
}
.thump-art {
    display: flex;
    justify-content: center;
}
.thump-art img {
    width: 60px;
}
.ticket-data {
    float: right;
    font-family: Nunito,sans-serif;
    text-transform: capitalize;
}


/* Event bg colors */
.events-calendar-contain .fc-event.design-in-studio {
    background-color: #F8F7EE;
    color: #000000;
}
.events-calendar-contain .fc-event.private-event {
    /*background-color: #d7d7d7;*/
    color: #000000;
    border: 2px solid #000000;
}
.events-calendar-contain .fc-event.design-on-wheels {
    background-color: #f8b6bd;
    color: #000000;
}
.events-calendar-contain .fc-event.art-buzz-kids {
    background-color: #FFFF00;
    color: #000000;
}
.events-calendar-contain .fc-event.art-buzz-kids-camps {
    background-color: #b6d7a8;
    color: #000000;
}
.events-calendar-contain .fc-event.paint-it-forward {
    background-color: #c27ba0;
    color: #000000;
}
.events-calendar-contain .fc-event.team-building {
    background-color: #C85F7B;
    color: #ffffff;
}
.events-calendar-contain .fc-event.diy {
    background-color: #ead1dc;
    color: #000000;
}
.events-calendar-contain .fc-event.paint-kits {
    background-color: #85abbf;
    color: #000000;
}
.events-calendar-contain .fc-event.virtual-classes {
    background-color: #F78234;
    color: #0050b3;
    border: 2px solid #0050b3;
}
.events-calendar-contain .fc-event.virtual-event {
    background-color: #F78234;
    color: #000000;
}
.events-calendar-contain .fc-event.event-inactive {
    background-color: #9a9a9a;
    color: #000000;
}
.events-calendar-contain .fc-event.event-cancelled {
    background-color: #cc1300;
    color: #ffffff;
}

.fc-event-container .fc-content {
    color: #000;
}
.card-box.r-detail .nav-pills .nav-link.active, .card-box.r-detail .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #c85f7a;
}
/*
.tab-pane .roster-table tr, .tab-pane .roster-table td, .tab-pane .roster-table th {
    width: auto;
    max-width: 25px;
}
*/
.tab-pane .table.roster-table tr.collapse-table td tbody td{
        padding: 0.4rem .85rem 0rem;
}
/*
.tab-pane td[data-th="Guest Phone"] {
    width: 13%;
}
.tab-pane td.roster-dob {
    width: 14%;
}
*/
.r-detail .nav-justified li.nav-item {
    width: 20%;
    flex-grow: initial;
    flex-basis: auto;
    padding-bottom: 10px;
}
.events-calendar-contain .fc-event.design-in-studio.multidayEventBorder {
    border: 2px solid #38414a;
}
@media (max-width: 767px){
    .tab-pane .roster-table tr, .tab-pane .roster-table td, .tab-pane .roster-table th {
        width: 100%;
        max-width: 100%;
    }
    .r-detail .nav-justified .nav-item {
        width: 50% !important;
        flex-grow: initial;
        flex-basis: auto;
        padding-bottom: 10px;
    }
}
.multidayEventBorder {
    border: 2px solid #38414a;
}
#multiple-days-sec .card-header a span + span {
    margin-right: 40px;
}
/*
.tab-pane td[data-th="Guest Email"] {
    width: 15%;
}
.tab-pane td[data-th="Guest Name"] {
    width: 12%;
}
.tab-pane td[data-th="Email"] {
    width: 16%;
}
.tab-pane td[data-th="Phone"] {
    width: 10%;
}
.tab-pane td[data-th="Party Name"] {
    width: 14%;
}
td.m-flex.guest-name-input {
    width: 14%;
}
td.text-center.input-attendance.in-attendance.m-flex {
    width: 13%;
}
td.text-center.in-attendance.m-flex.text-attendance {
    width: 11%;
}
*/
.roster-view-popup h6 {
    font-size: 16px;
    text-transform: uppercase;
}
.roster-view-popup .order-options-list li {
    margin: 5px 0;
}
.roster-hide-table {
    margin-bottom: 15;
    #background-color: #f5f6f8;
}
.roster-hide-table label {
    #color: #c85f7a;
    font-weight: bold;
}
.hide-title {
    #font-size: 20px;
    #font-weight: bold;
    color: #6c757d;
    margin-bottom: 0;
}
.table.roster-hide-table td, .table.roster-hide-table th {
    padding: 0.4rem .85rem 0.4rem;
}
@media (min-width:768px){
    .width-15{
        width: 15%;
    }
    .width-20{
        width: 20%;
    }
    .width-10{
        width: 10%;
    }
}
/***** Products css***/
.inventory-flex {
    align-items: center;
    justify-content: center;
}

.inventory-flex .form-group {
    margin-bottom: 0;
}
.products-table .custom-body {
    align-items: center;
}

.products-table .custom-head {
    margin-bottom: 0;
}
ul.product-category-list {
    padding: 0;
    padding-left: 20px;
}
ul.product-category-list ul {
    padding-left: 25px;
}
ul.product-category-list .card-body {
    padding-top: 0px;
    padding-bottom: 0;
    border: none;
}

ul.product-category-list .card {
    margin-bottom: 0;
}
.product-list-title a:after {
    position: absolute;
    font-family: "Material Design Icons";
    left: -15px;
    content: "\F376";
}
.product-list-title a.collapsed:after {
    content: "\F417";
}
.product-category-list-angor {
/*    display: inline-flex;*/
}
span.product-angor {
/*    min-width: 30px;*/
}
span.product-angor a {
    font-size: 22px;
}
.related-products-content {
    position: relative;
}

.related-products-content .form-group {
    margin-bottom: 0;
}

.related-products-content .form-control {
    max-width: 85%;
}
.right-plus {
    position: absolute;
    right: 12px;
    top: 7px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 2rem;
}
button.right-plus.action-icon i:before {
    font-weight: 900;
}
.inventory_data .form-group {
    margin-bottom: 1.5rem;
}
.product-list-img img {
    max-width: 100px;
}
/***** Products css***/
.Product-template-form .image-upload-preview img {
    max-width: 100%;
}
.product-upload-img[type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.product-upload-img[type="file"] + label {
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    margin-bottom: 1rem;
    outline: none;
    padding: 0.7rem 0.9rem 0.7rem 1.9rem;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    background-color: #c85f7a;
    border-color: #c85f7a;
    line-height: 1.5;
    border-radius: .15rem;
}
.product-upload-img[type="file"] + label::before {
    color: #fff;
    content: "\F87B";
    font-family: "Material Design Icons";
    height: 100%;
    left: 10px;
    position: absolute;
    top: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.5;
}
.back-link a {
    font-size: 18px;
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(200 95 122 / 70%);
    border-color: rgb(200 95 122 / 0.7);
    cursor: not-allowed;
}
.page-title-box .back-link + .page-title {
    line-height: 30px;
    margin: 15px 0;
    white-space: inherit;
}
.fill-relative{
    position:relative;
}
.fulfilled-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.buyer-info-refund {
    float: right;
    margin-top: 12px;
}
.alert-undefined{color:#7d2c38;background-color:#fcdde2;border-color:#fbcfd6}.alert-undefined hr{border-top-color:#f9b7c2}.alert-undefined .alert-link{color:#571f27}

label + a {
    word-break: break-word;
}

.custom-control.custom-switch.hide-this-field{
    display:none;
}
