/*pricing modal*/
#pricingModal .modal-content {
    background-color: #1A1D29;
    overflow-y: auto;
}
#pricingModal .modal-inner {
    background-color: #1A1D29;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    padding: 30px;
}
#pricingModal {
    background: none !important;
    max-width: 900px;
    right: 0;
    bottom: 0;
    margin: 30px auto;
    height: auto !important;
    display: block;
}

#pricingModal .button {
    outline: 0 !important;
    background: none;
    color: #fff;
    padding: 0px 30px;
    width: auto;
    font-size: 14px;
    line-height: 33px;
    font-weight: normal;
    outline: 0;
    border: 2px solid #267E41;
}
#pricingModal .rv_modal_title {
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

#pricingModal .close-pricingModal {
    background: none;
    border: none;
    box-shadow: none;
    outline: 0;
}

#pricingModal .close-pricingModal .glyphicon {
  font-size: 36px;
}

#pricingModal .pricing-table {
  margin-top: 24px;
}

#pricingModal .pricing-table>thead>tr>th {
  border-bottom: 0px;
  text-align: center;
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

#pricingModal .pricing-table>tbody>tr>td {
  border-right: 1px solid #ddd;
  vertical-align: middle;
}

#pricingModal .pricing-table>thead>tr>th:first-child {
  border-right: none;
  border-top: none;
}

#pricingModal .pricing-table>tbody>tr>td:first-child {
  border-right: none;
  border-top: none;
}

#pricingModal .pricing-table>thead>tr>th:nth-child(2) {
  border-right: none;
  border-top: none;
  padding: 0;
}

#pricingModal .pricing-table>tbody>tr>td:nth-child(2) {
  border-right: none;
  border-top: none;
  padding: 0;
}

#pricingModal .pricing-table>thead>tr>th:last-child {
  border-right: none;
}

#pricingModal .pricing-table>tbody>tr:last-child td.has-border {
  border-bottom: 1px solid #ddd;
}

#pricingModal .pricing-table .button-fill {
  background: #267E41;
  border-bottom: 1px solid black;
  padding: 0px 12px;
  font-weight: 700;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pricingModal .pricing-table .row-default {
  height: 77px;
}

#pricingModal .pricing-table .black {
  background: black;
}

#pricingModal .pricing-table .first-column {
  width: 64px;
}

#pricingModal .pricing-table .seat-column {
  width: 178px;
}

#pricingModal .pricing-table p {
  margin-bottom: 0;
}

#pricingModal .pricing-table h4 {
  font-weight: 700;
}


@media screen and (max-width: 768px) {
    #pricingModal .pricing-table .button-fill {
      padding: 0px 6px;
      height: 56px;
    }

    #pricingModal .pricing-table .button-fill h4 {
      font-size: 14px;
    }
}

#dashboard-tabs li>a, #dashboard-tab-content {
    position: relative;
}

.overlay.disabled {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3px;
    background-color: rgba(51, 55, 66, 0.55);
    z-index: 2;
    cursor: pointer;
}
/*end modal*/