.f-18 {
  font-size: 18px;
  padding: 4px;
  padding-left: 0;
}
.asterisk {
  color: red;
}
label.error {
  color: red;
  font-weight: 500 !important;
}
#main_tags option {
  text-transform: capitalize;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #2dcee3 !important;
}

.max-w-300 {
  max-width: 300px !important;
  white-space: normal !important;
}

.max-w-150 {
  max-width: 100px !important;
  white-space: normal !important;
}

.max-w-200 {
  max-width: 200px !important;
  white-space: normal !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background-color: #fff;
  border-radius: 12px;
}

.search-th {
  padding: 0 !important;
}

.header-input {
  height: 40px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: none;
  background: #ffeee5 !important;
  color: #000;
}

.header-input::placeholder {
  color: #000;
}

.header-submit {
  width: 50%;
  height: 40px;
  border: none;
}

.table thead th {
  vertical-align: middle;
}

.dtfc-fixed-left {
  background: #f2f2f2;
  z-index: 9;
  left: 0;
}

.dtfc-fixed-left-c {
  left: 0 !important;
}

.fix-pagination-position,
.fix-search-position {
  position: absolute;
  right: 10px;
}

.green {
  /* background: #edf1fd; */
}

.red {
  /* background: #dde7f7; */
}

.green_light {
  /* background: #f8f9fd; */
}

/* #f8f9fd; */
.green_dark {
  color: green !important;
  font-weight: 600;
}

.green_dark:after {
  /* content: ' \21E1'; */
}

.red_light {
  /* background: #f8f9fd; */
}

/* #dde7f7 */

.red_dark {
  color: red;
  font-weight: 600;
}

.red_dark:after {
  /* content: ' \21E3'; */
}

.col-hide {
  display: none;
}

.green_data {
  color: green;
  font-weight: 500;
  /* content: ' \21E1'; */
}

.green_data:after {
  /* content: ' \21E1'; */
}

.red_data {
  color: red;
  font-weight: 500;
  /* content: ' \21E3'; */
}

.red_data:after {
  /* content: ' \21E3'; */
}

.dollar_sign:before {
  content: "$";
}

.precent_sign:after {
  content: "%";
}

.dropdown-menu.report {
  left: -9px;
}

.swal2-input,
.swal2-validationerror {
  font-size: 14px !important;
}

.dt-button-collection .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.loader {
  display: none;
  width: 99vw;
  height: 100vw;
  position: absolute;
  background: #ffffff2e;
  z-index: 99999;
  cursor: none;
}

.loader img {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50vh;
  width: 140px;
  transform: translate(-50%, -50%);
}

#filterSummaryView {
  color: #787878;
  font-size: 14px;
  margin-left: 5px;
}

.modal-back-btn {
  position: absolute;
  right: 27px;
  top: 28px;
  /* opacity: 0; */
  z-index: 9999999999 !important;
}

.custom-nav-tabs .nav-link {
  background: #f4f6f9;
  color: #000;
  border: 1px solid #307bff;
}

.custom-nav-tabs .nav-link.active,
.custom-nav-tabs .nav-item.show .nav-link {
  background: #307bff;
  color: white;
  border-color: #7387ff #307bff #307bff;
}

table.dataTable {
  border-radius: 14px;
  overflow: hidden;
}

/* Round Corner for TOP LEFT COLUMN */

table.dataTable thead tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

/* Round Corner for TOP RIGHT COLUMN */

table.dataTable thead tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

/* Round Corner for BOTTOM LEFT COLUMN */

table.dataTable tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

/* Round Corner for BOTTOM RIGHT COLUMN */

table.dataTable tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

/* .info-box .info-box-icon {
      font-size: 18px;
      width: 40px;
  } */

.select2-container {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .row-display-fix .col-lg-2 {
    max-width: 20% !important;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 1440px) {
  .row-display-fix .col-fix {
    max-width: 20% !important;
    flex: 0 0 20%;
  }
}

@media only screen and (max-width: 767px) {
  .modal-back-btn {
    right: 15px !important;
    top: 15px !important;
  }

  .single-line {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
}

#orders_table_length,
#customers_table_length {
  float: left;
}

.info-box-text.dFlex {
  align-items: center;
}

.dFlex {
  display: flex !important;
  justify-content: space-between;
}

@media screen and (max-width: 440px) {
  .fix-search-position {
    position: absolute;
    width: 97%;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

@media screen and (max-width: 440px) {
  #orders_table_filter {
    float: right;
  }

  /* #customers_table_filter,
      #tags_table_filter,
      #external_distributor_table_filter_div,
      #external_customer_table_filter_div,
      #external_tags_table_filter_div,
      #distributors_table_filter,
      #order_data_length {
          float: right;
      } */

  #orders_table_filter input {
    width: 100%;
    margin-left: 0px;
  }

  #customers_table input {
    width: 100%;
    margin-left: 0px;
  }

  .display_none_mobile_search {
    display: none;
  }

  .fc button {
    padding: 0 0.4em;
  }

  .fc-toolbar .fc-center {
    display: inline-block;
    margin-top: 7px;
  }

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0em;
  }

  .dataTables_wrapper .row:first-child {
    display: flex;
    width: 100%;
  }

  .dataTables_wrapper .row:first-child .col-sm-12:first-child {
    width: auto;
  }

  .fix-pagination-position {
    position: absolute;
    width: 50%;
  }

  .mt-34 {
    margin-top: 34px;
  }

  .fix-search-position div.dt-buttons {
    width: 98%;
  }

  .fix-search-position div.dt-buttons button {
    font-size: 12px;
    padding: 6px 2px;
  }

  .dataTables_wrapper .fix-length-position {
    opacity: 0;
  }

  .dataTables_paginate .pagination .page-item {
    display: none;
  }

  .dataTables_paginate .pagination #customers_table_previous,
  .dataTables_paginate .pagination #customers_table_next {
    display: block;
  }
}

.display-flex-c-btn {
  display: flex;
}

.display-flex-c-btn.left-align {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.display-flex-c-btn.left-align .dataTables_filter {
  text-align: right;
}

.dataTables_wrapper .fix-col .dataTables_length {
  text-align: left;
}

.display-flex-c-btn .dt-buttons {
  margin-left: 8px;
}

.display-flex-c-btn .dt-buttons .btn {
  font-size: 12px;
  padding: 0 10px;
  height: 27px;
}

.col-2.fix-col {
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-10.fix-col {
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.dt-body-right,
.table-footer-right-align th {
  text-align: right;
}

@media screen and (max-width: 1550px) {
  .display-flex-c-btn .dt-buttons .btn {
    padding: 0 4px;
  }
}

@media screen and (max-width: 1200px) {
  .display-flex-c-btn {
    display: block !important;
  }

  .display-flex-c-btn .dt-buttons {
    margin-left: 0;
  }
}

@media screen and (max-width: 550px) {
  .dataTables_wrapper .row:first-child {
    width: calc(100% + 15px);
  }
}

@media screen and (max-width: 440px) {
  .col-10.fix-col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map_leagend_mobile {
    display: block !important;
  }
}

.map_leagend {
  display: flex;
  padding: 10px 0;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}

.map_leagend img {
  width: 20px;
}

.map_leagend img.large {
  width: 42px;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #f0eded;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #007cfa;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #007cfa;
  color: #007cfa;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #007cfa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #007cfa;
  color: #fff;
}

#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  span,
#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #007cfa;
  color: #fff;
}

#generic_price_table .row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
}

#generic_price_table .each-plan {
  margin-bottom: 20px;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 90px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}

#generic_price_table .text-center h1,
#generic_price_table .text-center h1 a {
  color: #7885cb;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

#generic_price_table .demo-pic {
  margin: 0 auto;
}

#generic_price_table .demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498db;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #007cfa;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7f8c8d;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495e;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #e67e22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9b59b6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #e74c3c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #1abc9c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

#generic_price_table .price-heading {
  text-align: center;
}

#generic_price_table .price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

#generic_price_table .demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
}

#generic_price_table .bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
}

#generic_price_table .demo-button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

#generic_price_table .bottom_btn:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

/* plan design */
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
  background-color: #f0eded;
}

#generic_price_table .generic_content .generic_head_price {
  background-color: #f6f6f6;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #525252;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  color: #414141;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
  color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  background-color: #e4e4e4;
  border-left: 5px solid #007cfa;
}

#generic_price_table .generic_content .generic_price_btn a {
  border: 1px solid #007cfa;
  color: #007cfa;
}

#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-color: #007cfa rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #007cfa;
  color: #fff;
}

#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  span,
#generic_price_table
  .generic_content.active
  .generic_head_price
  .generic_head_content
  .head
  span {
  color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
  background-color: #007cfa;
  color: #fff;
}

#generic_price_table .row .table {
  padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
  overflow: hidden;
  position: relative;
  text-align: center;
  /* max-width: 330px; */
  margin: auto;
}

#generic_price_table .generic_content .generic_head_price {
  margin: 0 0 20px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content {
  margin: 0 0 50px 0;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg {
  border-style: solid;
  border-width: 120px 1411px 23px 399px;
  position: absolute;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head {
  padding-top: 40px;
  position: relative;
  z-index: 1;
  min-height: 115px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
  padding: 0 0 20px;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price {
  display: block;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .sign {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .currency {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -2px;
  line-height: 60px;
  padding: 0;
  vertical-align: middle;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .price
  .cent {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  vertical-align: bottom;
}

#generic_price_table
  .generic_content
  .generic_head_price
  .generic_price_tag
  .month {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
  font-size: 18px;
  padding: 15px 0;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
  padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
  margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  font-size: 18px;
  outline: medium none;
  padding: 12px 30px;
  text-decoration: none;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head_bg,
#generic_price_table
  .generic_content
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table
  .generic_content:hover
  .generic_head_price
  .generic_head_content
  .head
  h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 767px) {
  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #generic_price_table .col-md-3 {
    float: left;
    width: 50%;
  }

  #generic_price_table .col-md-4 {
    float: left;
    width: 50%;
  }

  #generic_price_table .generic_content {
    margin-bottom: 75px;
  }
}

#generic_price_table .text-center h1,
#generic_price_table .text-center h1 a {
  color: #7885cb;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
}

#generic_price_table .demo-pic {
  margin: 0 auto;
}

#generic_price_table .demo-pic:hover {
  opacity: 0.7;
}

#generic_price_table_home ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: table;
}

#generic_price_table_home li {
  float: left;
}

#generic_price_table_home li + li {
  margin-left: 10px;
  padding-bottom: 10px;
}

#generic_price_table_home li a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0px;
}

#generic_price_table_home .blue {
  background: #3498db;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
  background: #007cfa;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
  background: #7f8c8d;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
  background: #34495e;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
  background: #e67e22;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
  background: #9b59b6;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
  background: #e74c3c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
  background: #1abc9c;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}

#generic_price_table_home .divider span {
  width: 100%;
  display: table;
  height: 2px;
  background: #ddd;
  margin: 50px auto;
  line-height: 2px;
}

#generic_price_table_home .itemname {
  text-align: center;
  font-size: 50px;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  text-decoration: none;
  font-weight: 300;
}

#generic_price_table_home .itemnametext {
  text-align: center;
  font-size: 20px;
  padding-top: 5px;
  display: inline-block;
}

#generic_price_table_home .footer {
  padding: 40px 0;
}

#generic_price_table .price-heading {
  text-align: center;
}

#generic_price_table .price-heading h1 {
  color: #666;
  margin: 0;
  padding: 0 0 50px 0;
}

#generic_price_table .demo-button {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  padding: 10px;
  text-align: center;
}

#generic_price_table .bottom_btn {
  background-color: #333333;
  color: #ffffff;
  display: table;
  font-size: 28px;
  margin: 60px auto 20px;
  padding: 10px 25px;
  text-align: center;
}

#generic_price_table .demo-button:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

#generic_price_table .bottom_btn:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer
}

table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "►"
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼"
}

.no-name .dropify-filename {
  display: none;
}

.no-name .dropify-infos-message {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.no-name .dropify-infos-message::before {
  display: none;
}