.my_meta_control .description {
    display: none;
}
.my_meta_control label {
    display: block;
    font-weight: 700;
    margin: 6px;
    margin-bottom: 0;
    margin-top: 12px;
}
.my_meta_control label span {
    display: inline;
    font-weight: 400;
}
.my_meta_control span {
    color: #999;
    display: block;
}
.my_meta_control input[type=text], .my_meta_control textarea {
    margin-bottom: 3px;
    width: 99%}
.my_meta_control h4 {
    color: #999;
    font-size: 1em;
    margin: 15px 6px;
    text-transform: uppercase;
}
.plan-title #plan-name {
    margin-top: 5px;
}
.plan-title button {
    width: 49%;
    float: right;
}
.plan-title a {
    width: 49%;
    float: left;
    text-align: center;
}
.plan-title #delete-button {
    margin-left: 1%}
.ptp-title {
    min-height: 27px;
}
.ptp-settings {
    margin-top: 0;
}
.plan-title {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-image: linear-gradient(to top, #ececec, #f9f9f9);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.plan-settings {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.explaination-title {
    padding-top: 36px;
    padding-bottom: 10px;
}
.explaination-settings {
    padding-top: 10px;
}
.ptp-comparison-table{
	margin-bottom: 0;
}
.new-column {
    border-style: dashed;
    border-width: 3px;
    border-color: #dfdfdf;
    width: 174px!important;
    margin-right: 0!important;
    cursor: pointer;
}
.new-column p {
    height: 298px;
    margin: 0;
    font-size: 1.4em;
    color: #404040;
    padding: 10px;
    text-align: center;
    line-height: 1.6em;
    display: table-cell;
    vertical-align: middle;
    width: 174px!important;
    border-top-righ-radius: 3px;
}
.dragme {
    cursor: move;
}
.tt-ptp-column {
    width: 250px;
    float: left;
    margin-right: 10px;
    cursor: move;
}
#wpa_loop-column {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
}
.tt-ptp-column li {
    min-height: 27px;
    vertical-align: middle;
}
.features {
    height: 125px;
}
.comparison1-textarea, .features textarea {
    resize: none;
    max-height: 128px;
}
.zero {
    width: 140px;
	margin-top: 8px;
}
.clear {
    clear: both;
}
.ptp-icon-help-circled:hover {
    color: #428bca;
}
.ptp-icon-help-circled {
    margin-left: 4px;
    cursor: pointer;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: ""}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.table-headline td {
    font-weight: 700;
    font-size: 1.1em;
    padding-bottom: 10px;
}
.table-super-headline td {
    font-weight: 700;
    font-size: 1.5em;
    padding-bottom: 10px;
}
#dh_ptp_design_tabs, #dh_ptp_metabox_tabs {
    list-style: none;
}
#dh_ptp_design_tabs li, #dh_ptp_metabox_tabs li {
    float: left;
    padding: 7px;
    margin-bottom: 0;
}
#dh_ptp_tabs_container #dh_ptp_metabox_tabs li {
    border: 1px solid #ccc;
    background: #e4e4e4;
    color: #555;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    margin: -4px 8px 0 0;
    float: left;
    padding: 5px;
}
#dh_ptp_design_tabs a, #dh_ptp_metabox_tabs a {
    text-decoration: none;
    outline: 0;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#dh_ptp_design_tabs .ui-tabs-active a, #dh_ptp_metabox_tabs .ui-tabs-active a {
    color: #333;
}
#dh_ptp_metabox_tabs .ui-tabs-active {
    border-color: #DFDFDF;
    background-color: #FFF;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    margin-bottom: 0;
}
.dh_ptp_tab {
    border: 1px solid #ddd;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-top-right-radius: 3px;
    margin-top: 0;
}
.dh_ptp_tab_header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#dh_ptp_tabs_container.ui-widget-content {
    border: none;
    font-size: 1em;
    font-family: inherit;
    background: inherit;
}
#dh_ptp_metabox_tabs {
    border: none;
    background: 0 0;
    border-radius: initial;
    padding-left:  12px;
}
.dh_ptp_tab.ui-widget-content {
    border: 1px solid #ccc;
    padding: 10px!important;
    background: #fff;
}
#ptp-save-buttons {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #D4D4D4;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%}
#cboxBottomLeft, #cboxMiddleLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxOverlay {
    background: #fff;
}
#colorbox {
    outline: 0;
}
#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(ui-components/colorbox/images/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
    height: 25px;
    background: url(ui-components/colorbox/images/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(ui-components/colorbox/images/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(ui-components/colorbox/images/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
    height: 25px;
    background: url(ui-components/colorbox/images/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(ui-components/colorbox/images/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
    width: 25px;
    background: url(ui-components/colorbox/images/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
    width: 25px;
    background: url(ui-components/colorbox/images/border2.png) repeat-y -25px 0;
}
#cboxContent {
    background: #fff;
    overflow: hidden;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    margin-bottom: 20px;
}
#cboxTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}
#cboxCurrent {
    position: absolute;
    bottom: 0;
    left: 100px;
    color: #999;
}
#cboxLoadingOverlay {
    background: #fff url(ui-components/colorbox/images/loading.gif) no-repeat 5px 5px;
}
#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}
#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    bottom: 0;
    right: 42px;
    color: #444;
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #444;
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 63px;
    color: #444;
}
#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
}
.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,  endColorstr=#00FFFFFF);
}
.template-headline {
    font-size: 1.2em!important;
    text-align: center;
    font-weight: 700;
}
.template-feature {
    text-align: center;
}
.template-image {
    width: 300px;
    height: 150px;
}
.template-selector {
    float: left;
    padding: 5px;
    margin: 10px;
    border: 3px dashed transparent;
    cursor: pointer;
	transition: transform 150ms ease, box-shadow 150ms ease;
}

.template-selector:hover {
    transform: translateY(-1px);
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}
.template-button {
    width: auto;
    margin-left: 88px!important;
    margin-right: 88px!important;
    margin-top: 10px!important;
    margin-bottom: 15px!important;
}
.template-selected {
    border-style: dashed;
    border-width: 3px;
    border-color: #21759b;
}
.ptp-fancy-flat-color-radio, .ptp-stylish-flat-color-radio {
    margin-bottom: 30px!important;
}
.ptp-fancy-flat-color-picker, .ptp-stylish-flat-color-picker {
    display: inline!important;
    border-radius: 3px;
    padding: 10px 15px;
    color: #fff;
    margin-right: 20px!important;
}
.ptp-fancy-flat-color-picker.pink {
    background: #f77fa8;
}
.ptp-fancy-flat-color-picker.red {
    background: #ef5f54;
}
.ptp-fancy-flat-color-picker.carmin {
    background: #f15477;
}
.ptp-fancy-flat-color-picker.violet {
    background: #a176c3;
}
.ptp-fancy-flat-color-picker.cobalt {
    background: #6b89c9;
}
.ptp-fancy-flat-color-picker.blue {
    background: #49a9d3;
}
.ptp-fancy-flat-color-picker.turquoise {
    background: #59b7b7;
}
.ptp-fancy-flat-color-picker.asparagus {
    background: #9ca46b;
}
.ptp-fancy-flat-color-picker.emerald {
    background: #92d590;
}
.ptp-fancy-flat-color-picker.green {
    background: #b9c869;
}
.ptp-fancy-flat-color-picker.olive {
    background: #79714c;
}
.ptp-fancy-flat-color-picker.brown {
    background: #9d7d60;
}
.ptp-fancy-flat-color-picker.ochre {
    background: #dca562;
}
.ptp-fancy-flat-color-picker.orange {
    background: #ffa14f;
}
.ptp-fancy-flat-color-picker.yellow {
    background: #ffe177;
}
.ptp-stylish-flat-color-picker.blue {
    background: #456366;
}
.ptp-stylish-flat-color-picker.brown {
    background: #696758;
}
.ptp-stylish-flat-color-picker.deepblue {
    background: #45484B;
}
.ptp-stylish-flat-color-picker.darkgrey {
    background: #36393B;
}
.ptp-stylish-flat-color-picker.green {
    background: #496449;
}
.ptp-stylish-flat-color-picker.ocean {
    background: #3f4953;
}
.ptp-stylish-flat-color-picker.orange {
    background: #a64324;
}
.ptp-stylish-flat-color-picker.pink {
    background: #712941;
}
.ptp-stylish-flat-color-picker.purple {
    background: #493c45;
}
.ptp-stylish-flat-color-picker.red {
    background: #742222;
}
.ptp-stylish-flat-color-picker.yellow {
    background: #b28d19;
}
.dh_ptp_color_palettes_result, .dh_ptp_palette_result {
    background-color: #f9f9f9;
    border: 1px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    height: 22px;
    margin: 0 6px 6px 0;
    position: relative;
    top: 1px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    vertical-align: bottom;
    display: inline-block;
    padding-left: 30px;
}
.dh_ptp_color_palettes_result:after, .dh_ptp_palette_result:after {
    background: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -o-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    color: #333;
    text-shadow: 0 1px 0 #fff;
    border-radius: 0 1px 1px 0;
    border-left: 1px solid #bbb;
    content: attr(title);
    display: block;
    font-size: 11px;
    line-height: 22px;
    padding: 0 6px;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
}
.dh_ptp_color_palettes_input_wrap input, .dh_ptp_palette_input_wrap input {
    display: none;
}
.settings-title {
    padding-right: 30px;
    vertical-align: top;
    padding-top: 3px;
}
#dh_ptp_design_tabs_container input[type=text] {
    margin-left: 0;
}
.hide {
    display: none;
}
.custom-css-setting-td {
    max-width: 50em;
    width: 50em;
}
.CodeMirror {
    border: 1px solid #ddd;
    height: 300px;
    background: #f8f8f8;
}
.CodeMirror pre span {
    display: inline;
}
[id='1_dh_ptp_settings_metabox']>h3 {
    color: #fff;
    background-color: #333;
}
[id='1_dh_ptp_settings_metabox'] {
    background-color: inherit;
}
#dh_ptp_tabs_container #dh_ptp_metabox_tabs .dh_ptp_tab_header:hover, #dh_ptp_tabs_container #dh_ptp_metabox_tabs .ui-tabs-active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}
.tt-gradient-picker-color {
    vertical-align: top;
}
.tt-gradient-picker-color-preview {
    height: 90px;
    width: 70px;
}
.ptp-optional-text {
	margin: 0;
	padding: 0;
	font-style: italic;
}