table thead {
  background-color: #c3dfa1;
}

.btn {
  background: #c3dfa1;
  border: none;
  color: blaCK;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

/** 15 may 2018 **/
.coloumn-right {
  float: right;
}

.coloumn-right .btn {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.coloumn-right .btn:hover {
  background: #6e983a;
  color: #fff;
}

a.coloumn-right {
  margin-left: 10px;
}

.coloumn-right select {
  height: 2.3rem;
}

.no-pad {
  padding-left: 0px;
  padding-right: 0px;
}

.dataTables_filter label {
  text-align: left;
}

#DataTables_Table_0_filter input {
  margin-left: 0px;
}

.custom-data {
  width: 100%;
  overflow-x: auto;
}

a.btn-link {
  padding: 2px 8px;
  background: #2bafe6;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.custom-data td i {
  cursor: pointer;
}

.custom-data .remove {
  color: #f91a1a;
}

.custom-data .fa-file {
  color: #75a53a;
}

.custom-data .viewpdf {
  color: #12536d;
}

.custom-data .dataTable {
  margin-bottom: 10px;
}

.content-inner .submit input.secure-button,
#upgrade-form .submit input.secure-button,
input.cancel-button {
  padding: 8px 40px;
  font-size: 16px !important;
  margin: 30px 5px;
  background: #619e16;
  border-radius: 3px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(97, 158, 22);
  -moz-box-shadow: 0px 0px 3px 0px rgb(97, 158, 22);
  box-shadow: 0px 0px 3px 0px rgb(97, 158, 22);
  border: 0px;
}

input.cancel-button {
  background: #a9a9a9;
  -webkit-box-shadow: 0px 0px 3px 0px rgb(169, 169, 169);
  -moz-box-shadow: 0px 0px 3px 0px rgb(169, 169, 169);
  box-shadow: 0px 0px 3px 0px rgb(169, 169, 169);
}

.reveal-overlay .modal-btn {
  margin-top: 20px;
  overflow: hidden;
}

.reveal-overlay .field .button {
  margin-right: 10px;
}

.dataTables_wrapper .dataTables_info {
  margin-bottom: 10px;
}

.custom-data .dataTables_length select {
  width: 70px;
  display: block;
}

.custom-data .dataTables_length select,
.custom-data .dataTables_filter input {
  height: 32px;
}

.custom-pdf {
  display: none;
}

.alert-success {
  background: #32a540;
}

.field-data {
  margin: 3px;
  width: 180px;
  display: none;
  float: right;
}

.field-data input.name-col {
  width: 135px;
  float: left;
  padding: 0;
  margin: 0;
  height: 26px;
}

.field-data .submit input.secure-button {
  float: right;
  width: 30px;
  padding: 5px;
  margin: 0;
  font-size: 13px;
}

a.mail-data {
  text-decoration: none;
  color: #000;
}

a.mail-data i {
  margin-left: 5px;
  font-size: 14px;
}

.reveal-overlay .custom-modal {
  margin-top: 10px;
}

.custom-modal input {
  margin-bottom: 0;
  border-radius: 3px;
  border-bottom: 1px solid #cacaca;
}

.msg {
  background: #619e16;
  color: white;
}

.help-inline {
  color: red;
}

.text-danger {
  color: red;
}

.item-head {
  background: #7fbb37;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  padding: 5px 15px;
  overflow: hidden;
}

.reveal-overlay h3 {
  text-align: center;
  font-size: 22px;
  font-family: 'Abel', sans-serif;
  text-align: left;
  margin: 0px;
  padding: 0px;
  line-height: inherit;
  color: #444;
  padding: 15px;
  background: #619e16;
  margin: 10px 0 20px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}

button.close-modal {
  float: right;
  margin-top: 4px;
  font-size: 26px;
  color: #fff0f0;
}

.reveal-overlay .reveal {
  width: 100%;
  padding: 0;
  border: 1px solid #629821;
  outline: none;
  margin-bottom: 50px;
  max-width: 650px;
}

.reveal-overlay .button.reveal-overlay .button,
.mail-btn {
  color: #333;
  background: #fff;
  font-size: 18px;
  border: 1px solid #7fbb37;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: 'Abel', sans-serif;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mail-btn {
  padding: 5px 15px;
  margin: 10px auto;
  display: block;
  text-transform: uppercase;
}

.reveal-overlay .button:hover,
.reveal-overlay .button.selected,
.mail-btn:hover,
.mail-btn.selected {
  color: #fff;
  background: #7fbb37;
}

.custom-align {
  margin-top: 25px;
}

.custom-align input.expedite {
  float: left;
  margin-top: 10px;
}

.multi-option .option-overview .custom-align label {
  display: inline-block;
  margin-left: 10px;
}

.two-col {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
  margin-bottom: 20px;
}

.two-col .col-align {
  width: 100%;
  display: block;
  padding: 0px 10px;
  overflow: hidden;
}

.two-col .col-align:nth-child(even) {
  background-color: #f1f1f1;
}

.two-col .col-align .col-lft {
  width: 100px;
  float: left;
  font-weight: 600;
  word-wrap: break-word;
  padding: 10px 0px;
}

.two-col .col-align .col-rgt {
  width: 485px;
  float: right;
  padding: 10px 0px;
}

.tbl-data table.tablesorter tbody td {
  font-size: 14px;
}

.tbl-data table.tablesorter select {
  height: 2rem;
  font-size: 14px !important;
}

.tbl-data table.tablesorter tr th,
.tbl-data table.tablesorter tr th.header {
  font-size: 14px !important;
}

.no-data-found {
  width: 100%;
  margin: 0 auto;
  background: #76b745;
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
}

.show-suceess-message {
  display: block;
}

.input-block label {
  margin-top: 10px;
}

.input-block input {
  margin-bottom: 0;
}

/*input._required { margin-bottom: 0; }*/
input[type='password']._required {
  margin-bottom: 1rem;
}

.marketing-action-icon {
  background: none;
  border: none;
}

.input-block p,
._error {
  color: red;
  font-size: 14px;
  margin-bottom: 0;
}

select.fund_status {
  width: auto !important;
}

textarea {
  resize: none;
}

/** 19 july 2018 **/
.main-row .row-1,
.main-row .row-2 {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}

.main-row .row-2 {
  float: right;
}

.full-row {
  width: 100%;
  margin-bottom: 10px;
}

.submit-custom-btn {
  clear: both;
}

.btn-fa-col a {
  text-decoration: none;
  color: #000;
  font-size: 19px;
  margin-top: 4px;
  transition: 0.2s all ease-in;
  margin-right: 5px;
}

.btn-fa-col a:hover {
  color: #76b745;
}

.send-email .main-row .row-1,
.send-email .main-row .row-2 {
  width: 100%;
  margin-bottom: 0px;
}

.send-email label {
  display: inherit;
  float: left;
  font-weight: 600;
}

.send-email .align-col {
  padding-left: 95px;
}

.send-email form {
  border: 1px solid #dddd;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 15px;
}

.send-email .space-all {
  padding: 10px;
}

.send-email .main-row:first-child .row-1 {
  background: #eae9e9;
}

.send-email .full-row {
  background: #eae9e9;
  overflow: hidden;
}

.send-email #email_send_to {
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}

.events-coloumn {
  padding: 15px 10px;
}

.events-coloumn .table.tablesorter {
  margin-top: 0px;
}

.events-coloumn table.tablesorter tbody td {
  font-size: 14px;
  padding: 10px 15px;
  vertical-align: middle;
}

.events-coloumn .remove-item {
  border: 0px;
}

.events-coloumn button i {
  font-size: 13px;
}

.events-coloumn button.remove-item i.fa-trash {
  color: #ff0808;
}

.events-coloumn button.update-data i {
  color: #a8a9a8;
}

.events-coloumn button.update-data i.color-red {
  color: #ff0808;
}

.events-coloumn .remove-item {
  border: 0px;
  padding: 0 5px;
  margin: 0;
  width: auto;
  height: auto;
}

.events-coloumn table.tablesorter > tbody > tr:nth-child(even) td {
  background: #fbfbfb !important;
}

.events-coloumn table.tablesorter {
  margin-top: 0;
}

.events-coloumn .calendar-form label {
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px;
}

.lft-align-col {
  float: left !important;
}

.mannage-registration .field h1 {
  font-size: 22px !important;
  background: #eeeeee !important;
  border-top: 1px solid #efefef;
  border-bottom: 2px solid #7fbb37;
  color: #333 !important;
  padding: 10px 0 !important;
}

.pull-right-span {
  float: right;
  display: block;
}

.seperater {
  border-top: solid 2px #afd77e;
  margin-top: 35px;
  padding-top: 25px !important;
}

.btn-right-proceed {
  float: right;
  margin-bottom: 8px;
}

/** sep 07 2018 **/
.paypal-col {
  padding: 15px;
}

.paypal-col h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 15px;
}

.paypal-col p {
  width: 850px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 15px;
}

.redirect-col {
  margin: 80px 0px;
}

.permission-tbl-border tbody tr td {
  border-right: 1px solid #f1f1f1;
}

table.report-tbl,
table.report-tbl th,
table.report-tbl td {
  white-space: inherit;
}

.report-tbl {
  border: 1px solid #111111;
}

table.report-tbl tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

.custom-delete-row .remove-item {
  margin-top: 0;
  float: right;
}

.custom-row-main .multi-option .option-overview {
  overflow: hidden;
  padding-bottom: 16px;
}

.custom-row-main .multi-option .option-overview label {
  margin-left: 0;
}

.custom-row-main .multi-option .option-overview input[type='radio'] {
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
}

.custom-row-main .option-overview .medium-3:first-child {
  padding-left: 0px;
}

.custom-row-main .cst-flt {
  float: left;
}

* {
  margin: 0px;
  padding: 0px;
}

#order-page {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

#order-page .inner-content {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
}

#order-page .inner-content .logo-main {
  width: 350px;
  height: auto;
  margin: 10px auto 30px;
  text-align: center;
}

#order-page .inner-content .logo-main img {
  width: 100%;
  height: auto;
}

#order-page .inner-content .sub-col {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#order-page .inner-content h2 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#order-page .inner-content p.info-msg {
  font-size: 22px;
  width: 85%;
  margin: 0 auto;
}

.events-data {
  margin-bottom: 5px;
}

.cst-event-heading {
  font-size: 30px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}

.golf-section .content-inner h1 {
  margin-bottom: 10px !important;
}

.package-main-text {
  font-size: 28px;
  text-align: center;
  padding: 15px 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #25aae2;
  margin-bottom: 11px;
  font-weight: 600;
}

.filter-by-date {
  line-height: inherit;
}

@media (max-width: 1600px) {
  .redirect-col {
    margin: 180px 0px;
  }
}

@media (max-width: 1023px) {
  .package-type .upgrade {
    min-height: 490px;
    height: 100%;
  }

  .reveal .package-type .upgrade {
    min-height: 510px;
  }
}

@media (max-width: 990px) {
  .package-type .upgrade {
    min-height: 580px;
    height: 100%;
  }

  .reveal .package-type .upgrade {
    min-height: 550px;
  }

  .reveal .package-type .upgrade ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .package-type .upgrade {
    min-height: auto;
    height: 100%;
    width: 100%;
  }

  .reveal .package-type .upgrade {
    min-height: auto;
  }

  .package-type .upgrade h4 {
    font-size: 22px;
  }

  .package-type .upgrade h3,
  .reveal .package-type .upgrade h3 {
    font-size: 16px !important;
  }

  .golf-section .content-inner h1 {
    padding: 10px !important;
  }

  .golf-section .content-inner {
    padding: 10px;
  }

  .golf-section .content-inner .field label {
    font-size: 14px;
  }

  .cst-event-heading {
    font-size: 26px;
    padding-bottom: 10px;
  }

  .golf-section .heading {
    font-size: 22px !important;
    padding: 10px 20px !important;
  }

  .package-main-text {
    font-size: 20px;
    padding: 10px;
    width: 100%;
  }

  .package-main-text span {
    width: 300px;
    display: table;
    margin: 0 auto;
  }

  .package-main-text span {
    display: table;
    margin: 0 auto;
    padding-right: 48px;
  }
}

.action_btn {
  padding: 0;
}

.action_btn .edit-item {
  margin-left: auto;
  margin-right: 10px;
  margin-top: 30px;
}

.action_btn .remove-item {
  margin-top: 30px;
}

/* 18-11-2019 */
.reveal-overlay #preview-content.reveal {
  width: auto;
  max-width: 770px;
}

#preview-content table td,
#preview-content table,
#preview-content table tbody {
  padding: 0;
  border: 0 !important;
  margin: 0;
}

#templateContainer {
  width: 100% !important;
}

#preview-content table tbody,
#preview-content table tr {
  background: transparent;
}

#preview-content .bodyContent > h1 {
  margin: 20px 0;
  font-size: 26px;
}

#preview-content table td.footerContent {
  border-top: 1px solid #ddd !important;
  color: #808080;
  font-family: Helvetica;
  font-size: 10px;
  line-height: 150%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center;
  background: #f4f4f4;
}

#preview-content .columns h3 {
  margin-bottom: 0;
  color: #fff !important;
  font-style: normal;
}

#preview-content #bodyTable {
  border: 1px solid #333333 !important;
}

#preview-data {
  padding: 15px;
  margin: 0;
}

.orange-button {
  background: orange;
  color: #fff;
  border: 0 !important;
  padding: 9px 22px;
}

#preview-content #templateHeader {
  background-color: #333;
}

#preview-content #headerImage {
  height: auto;
  max-width: 200px;
  margin: 10px !important;
}

#preview-content .bodyContent > h1 {
  margin: 20px 0;
  font-size: 26px;
  color: #222222 !important;
  display: block;
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: normal;
  text-align: center;
}

/* end 18-11-2019 */

/* 6-3-2020 */
.btn-red {
  background-color: #f00;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

input#save-ui {
  padding: 11px;
  font-size: 13px !important;
  border: transparent;
  background: #c2dea1;
  color: #000;
  font-weight: bold;
  margin-right: 17px;
}

#myModal .modal-footer {
  padding: 0px;
}

#myModal .modal-header {
  background: #1d2129;
  color: #ececec;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.btn-info.focus,
.btn-info:focus {
  color: #000;
  background-color: #c3dfa1;
  border-color: #c3dfa1;
}

.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: none !important;
}

.weak {
  background-color: #ef5250 !important;
  width: 25%;
}

.fair {
  background-color: #fcd95c !important;
  width: 50%;
}

.good {
  background-color: #206f93 !important;
  width: 75%;
}

.strong {
  background-color: #1c7430 !important;
  width: 100%;
}

.loader-style {
  background-color: red;
  height: 18px;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}

.submit .cst-loader-admin {
  height: 28px;
  width: 28px;
  padding-left: 11px;
  float: right;
  width: 50px;
}

@media all and (max-width: 500px) and (min-width: 300px) {
  .upload-btn-custom1 {
    padding: 10px;
    width: 25%;
    background: #619e16;
    margin-top: 7px;
    color: #fff;
    border-radius: 6px;
    margin-left: 39%;
    text-transform: capitalize;
  }
}

.__react_component_tooltip {
  line-height: 18px;
  max-width: 350px;
}

/** Item setup List start here */
ul.item-filters {
  list-style-type: none;
  margin: 0;
  padding-right: 10px;
}

ul.item-filters li {
  border: 1px solid var(--greenish-blue-color);
  border-left: none;
  cursor: context-menu;
  font-size: 14px;
  padding: 3px;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  padding: 0.25rem 0.625rem;
}

ul.item-filters li:nth-child(1),
ul.item-filters li:nth-child(5) {
  margin-right: 1rem;
}

ul.item-filters li:nth-child(1),
ul.item-filters li:nth-child(2),
ul.item-filters li:nth-child(6) {
  border-left: 1px solid var(--greenish-blue-color);
}

ul.item-filters li:hover,
ul.item-filters li:active,
ul.item-filters li.active {
  background-color: var(--navy-blue-color)
}

span.active,
span.Equipment {
  background-color: #2dccff;
}

span.inactive,
span.Other {
  background-color: #9ea7ad;
}

span.closed,
span.Memorabilia {
  background-color: #ff3838;
}

span.sold,
span.Experiences {
  background-color: #56f000;
}

span.active,
span.sold,
span.closed,
span.inactive,
span.Other,
span.Equipment,
span.Memorabilia,
span.Experiences {
  border-radius: 50%;
  width: 8px;
  padding: 6px;
  display: inline-flex;
  margin-right: 8px;
}

/** Item setup List end here */
