.ept-pricing-tab h5 {
    font-size: 14px;
}

.btn-default {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.badge-info {
	background: #242a33;
}

a.list-group-item {
	border-color: #eaeaf1;
	color: #616670;
	text-decoration: none;
}
a.list-group-item .list-group-item-heading {
	font-weight: 600;
	color: #616670
}
a.list-group-item:focus,
a.list-group-item:hover {
	background: #f9f9fb;
	color: #494d55;
	text-decoration: none;
}

.wp-picker-holder {
    position: absolute;
    z-index: 1;
}

/*  ept-pricing tab */
div.ept-pricing-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.ept-pricing-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.ept-pricing-tab-menu div.list-group{
  margin-bottom: 0;
}
div.ept-pricing-tab-menu div.list-group span{
 /* margin-bottom: 10px;
  margin-top: 10px;*/
  margin-right: 8px;
}
div.ept-pricing-tab-menu div.list-group>a{
  margin-bottom: 0;
  display: flex;
  padding: 22px 10px;
  font-size: 14px;
}
div.ept-pricing-tab-menu div.list-group>a .glyphicon,
div.ept-pricing-tab-menu div.list-group>a .fa {
  color: #242a33;
}
div.ept-pricing-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.ept-pricing-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.ept-pricing-tab-menu div.list-group>a.active,
div.ept-pricing-tab-menu div.list-group>a.active .glyphicon,
div.ept-pricing-tab-menu div.list-group>a.active .fa{
  background-color: #242a33;
  color: #ffffff;
}
div.ept-pricing-tab-menu div.list-group>a:focus{
  box-shadow: none;
}
div.ept-pricing-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #242a33;
}

div.ept-pricing-tab-content{
  background-color: #ffffff;
	border-bottom: 1px solid #ececec;
	display: table;
	width: 100%;
	padding: 12px;
}

div.ept-pricing-tab-content.ept-color,
div.ept-pricing-tab-content.ept-fea-color{
  padding-bottom: 145px;
}

div.ept-pricing-tab div.ept-pricing-tab-content:not(.active){
  display: none;
}

.ma_field_discription {
	width: 20%;
	padding: 15px 20px 15px 0;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	color: #34383c;

}

.ma_field_discription p {
	color: #a2a9af;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}
.ma_field_discription h4 {
  margin-bottom: 0;
	line-height: 1.5em;
	margin-top: 0;
	padding: 0;
}

/*Toggle button on/off css*/

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
  padding-left: 0px
}

.switch-field input[type="radio"] {
	visibility:hidden;

  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
	display: inline-block;
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 2px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;

}

.switch-field input:checked + label {
  background-color: #304152;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#FFFFFF;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.ept_size_field label {
	width:50px;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/*custom css*/
#postbox-container-2 .postbox-header{
  display: none;
}

div.ept-pricing-tab-container {
  margin-top: 20px; 
  border: none;
}

#postbox-container-2 .postbox .inside{
  margin: 0;
  padding: 0;
}

div.ept-pricing-tab-container{
  margin-top: 0;
}

/*settings*/

input[name=pricing_table_design] {
	visibility: hidden;
}

.ept_layout {
box-shadow: 3px 4px 20px 0px #999;
border: 1px solid #222;
opacity: 0.9;
position: relative;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}

.ept_layout:after {
    content: "\f00c";
    position: absolute;
    opacity: 1;
    top: 1%;
    /*right: -14%;*/
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #00db32;
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 35px;
    box-shadow: 3px 2px 11px 0px #999;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #00db32;
    border-radius: 50%;
    background: #ff0000;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
float: left;
}
.text {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.pri_main_div {
	background-color: #F6F6F6;
	margin-bottom: 12px;
	margin-left: 12px;
	padding: 15px;
	width: 31%;
	margin-top: 12px;
	border: 1px solid #8c8f94;
}
.time {
	color: #fff !important;
	/*border-color: #304152;
	background: #304152;
	background-color: #304152;*/
	float: right;
	margin-right: -3px;
	margin-top: 10px;

	background-color: #ff0000;
	padding: 4px;
	border-radius: 5px;
}
.ept_head {
	margin-top: -15px;
}

.ept-add-btn {
	margin-top: 30px;
	text-align: right;
	margin-bottom: 30px;
}

#ept_delete{
  cursor: pointer;
}

.pricing-container{
	width: 100%;
}

/*toggle button*/
/*Toggle button on/off css*/
.switch-field {
  overflow: hidden;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pro-disable {
	pointer-events: none;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
	display: inline-block;
	width: 50px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 2px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
.pa-lower-title {
	background-color: rgb(246,144,127);
	color: white;
	font-family: Verdana;
	font-size: 20px;
	font-weight: initial;
	margin-left: 30px;
	padding-left: 10px;
	width: 55%;
}

.switch-field label:hover {
	cursor: pointer;

}

.switch-field input:checked + label {
  background-color: #304152;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#FFFFFF;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}


/* Templet & icon setting */
#pricing_table_template {
	margin-top: 27px;
}

/* icon picker */

#pricing_appending {
	padding: 13px 20px;
	background-color: #304152;
	color: #FFF;
	width: 100%;
	border-bottom: 2px solid #000;
	margin-top:20px;
  align-items: center;
  font-size: 25px;
  display: flex;
  justify-content: center;
}
#pricing_delete{
  padding: 13px 20px;
  background-color: #e64540;
  color: #FFF;
  width: 100%;
  border-bottom: 2px solid #000;
  margin-top:20px;
  align-items: center;
  font-size: 25px;
  display: flex;
  justify-content: center;
}
#pricing_shortcode {
	padding: 13px 8px;
	background-color: #304152;
	color: #FFF;
	border-bottom: 2px solid #000;
}
.icon_new {
	/*display: block;
	margin-left: 30px;
	margin-bottom: 26px;
	font-size: 32px;*/
  margin-right: 20px;
  font-size: 30px;
  position: relative;
  top: -4px;
}
.icon_new_short {
	display: block;
	margin-left: 35px;
	margin-bottom: 26px;
	font-size: 32px;
}

.icon-picker-btn{
  width: 100%;
}

.icon-picker-btn i{
  font-size: 24px;
}
/*======*******========media query=========******=======*/
@media only screen and (max-width: 359px) {
	.ept_size_field  {
		width:30%;
	}
}
@media only screen and (max-width: 300px) {
	#shortcode  {
		width:100%;
	}
}

/*custom*/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: 0.5rem;
}
.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0,0,0,.25);
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.custom-range {
    width: 50%;
    height: calc(1rem + 0.4rem);
    padding: 0;
}

.ept-pricing-tab-content .badge {
	font-size: 14px;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

#pricing_table_template img{
	/*width: 225px;
	height: 415px;*/
  width: 100%;
  height: auto;
}

.btn-warning {
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    font-size: 20px;
}

#iconpicker-container .btn {
    padding: 0.375rem 0.75rem;
}

textarea#ept_custom_css{
	width: 100%;
	height: 150px;
	background-color: #000000;
	color: #fff;
}