.align-center{
	text-align: center !important;
}

/*----------------------------------------
 *----- TAB & SECTION STYLES - START -----
 *----------------------------------------*/
.thpladmin-tab {
	width: 100%;
    border: 0px solid #d4d4d1;
	border-top: 0;
    background-color: #fff;
    float: left;
}

.thpladmin-tabs-menu {
	width: 100%;
	margin: 0;
	margin-top:10px;
    float: left;
    clear: both;
	border-bottom: 1px solid #d3d3d3;
}

.thpladmin-tabs-menu li {
    float: left;
    margin-right: 5px;
	margin-bottom: -1px;
    background-color: #ccc;
    border: 1px solid #d3d3d3;
	outline: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background: #e6e6e6;
    /*box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);*/
}
.thpladmin-tabs-menu li.current {
	color: #555555;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
	box-shadow: none;
}
.thpladmin-tabs-menu li.first {
    margin-left: 20px;
}
.thpladmin-tabs-menu li a {
	font-size: 18px;
	display: block;
    padding: 12px 20px;
    text-decoration: none; 
	
    color: #bbbbbb;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.thpladmin-tabs-menu li a:focus {
    outline: none;
	box-shadow:none;
}

.thpladmin-tabs-menu .current a {
    color: #2e7da3;
}

.thpladmin-tab-content {
    padding: 0px;
    display: none;
	min-height: 200px;
	max-height: 400px;
	color: #000;
}

#thwcfe-tab-general_new,  #thwcfe-tab-general_edit{
 	display: block;   
}
 
.thpladmin-sections {
    list-style: outside none none;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    color: #666;
}
.thpladmin-sections li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.thpladmin-sections a.current {
    font-weight: 600;
    border: medium none;
	color: #000;
}
.thpladmin-sections a {
    line-height: 2;
    padding: 0.2em;
    text-decoration: none;
}

.thpladmin-sections a.edit_section img, .thpladmin-sections .delete_section img{
	width: 12px;
	height: 12px;
}

.thpladmin-sections a.add_link{
	margin-left: 30px;
	background-color:#00A0D2;
	border:1px solid #0073AA;
	color:#FFFFFF;
	padding:2px 5px;	
	border-radius: 3px;
}
.thpladmin-sections a.add_link:hover{
	background-color:#0073AA;
}

.thpladmin-form-table td.thpladmin-form-section-title{
	font-weight:bold;
	border-bottom: 1px dashed #cecece;
}
/*----------------------------------------
 *----- TAB & SECTION STYLES - END -------
 *----------------------------------------*/

/*---------------------------------------
 *----- POPUP & FORM STYLES - START -----
 *---------------------------------------*/
.woocommerce_page_th_checkout_field_editor_pro .ui-dialog-titlebar-close:before{
	display:none;
}
.woocommerce_page_th_checkout_field_editor_pro .ui-dialog {
	z-index: 9990;
}
.woocommerce_page_th_checkout_field_editor_pro .ui-widget-overlay {
    position: fixed;
}
.woocommerce_page_th_checkout_field_editor_pro .ui-dialog .ui-dialog-title {
    line-height: 20px;
}

.thpladmin-popup-wrapper{
	max-height: 400px;
	overflow-y:scroll;
}
.thpladmin-popup-wrapper input[type="text"]:disabled, .thpladmin-popup-wrapper select:disabled {
    background: #f6f6f6;
}

h1.nav-tab-wrapper, h2.nav-tab-wrapper, h3.nav-tab-wrapper {
    border-bottom: 1px solid #CCC;
    padding-bottom: 0px;
    padding-left: 10px;
}

.thpladmin-dynamic-row-table .action-cell{
	width: 30px;
	text-align: center;
}
.thpladmin-dynamic-row-table .action-cell a.btn{
	background-color:#00A0D2;
	border:1px solid #0073AA;
	color:#FFFFFF;
	padding:2px 5px;	
	border-radius: 3px;
	font-size:12px;
	text-decoration:none;
}
.thpladmin-dynamic-row-table .action-cell a.btn-blue{
	background-color:#00A0D2;
	border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.btn-red{
	background-color:#ff6666;
	border:1px solid #ff4c4c;
}

.thpladmin-dynamic-row-table .action-cell a.dashicons{
	line-height: inherit;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 0 #ccc;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-plus{
	background-color:#00A0D2;
	border:1px solid #0073AA;
}
.thpladmin-dynamic-row-table .action-cell a.dashicons-no-alt{
	background-color:#ff6666;
	border:1px solid #ff4c4c;
}

.thpladmin-subtitle{
	font-size:11px; 
	color:#666666;
}

table.thpladmin-dynamic-row-table td.sort {
    padding: 0 0px;
    cursor: move;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

table.thpladmin-dynamic-row-table td.sort::before {
    content: '\f333';
    font-family: Dashicons;
    text-align: center;
    line-height: 1;
    color: #999;
    display: block;
    width: 17px;
    float: left;
    height: 100%;
}
/*---------------------------------------
 *----- POPUP & FORM STYLES - END -------
 *---------------------------------------*/


/*-----------------------------------------
 *----- FIELDS TABLE STYLES - START -------
 *-----------------------------------------*/
.thpladmin_fields_table tr.strikeout td {
	background: rgba(255, 0, 0, .4)!important;
	opacity: 0.6;
  	text-decoration: line-through;
}

.thpladmin_fields_table tr.thpladmin-disabled td {
	opacity: 0.4;
}
.thpladmin_fields_table tr.thpladmin-disabled td.td_select {
	opacity: 1;
}

.thpladmin_fields_table .td_actions{
	width: 70px;
}
.thpladmin_fields_table .td_enabled{
	width: 50px;
}
.thpladmin_fields_table .td_clear{
	width: 65px;
}
.thpladmin_fields_table .td_required{
	width: 60px;
}
.thpladmin_fields_table .td_select{
	width: 23px;
}

.thpladmin_fields_table th.status{
	white-space:nowrap;
}

.thpladmin_fields_table .dashicons{
	line-height: inherit;
}
.thpladmin_fields_table .td_actions .dashicons{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0px 2px 2px 2px;
	box-shadow: 0 1px 0 #ccc;
	webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.thpladmin_fields_table .td_actions .dashicons.disabled{
	color: #ccc;
	border: 1px solid #e9e9e9;
	cursor: default;
}
.thpladmin_fields_table .td_actions .dashicons-edit,
.thpladmin-sections .dashicons{
	cursor:pointer;
}
.thpladmin_fields_table .td_actions .dashicons-admin-page{
	cursor:pointer;
}
/*-----------------------------------------
 *----- FIELDS TABLE STYLES - END ---------
 *-----------------------------------------*/


/*-------------------------------
 *----- RULES STYLES - START ----
 *-------------------------------*/
.thpl_logic_label, .thpl_logic_link{
	cursor: default;
	display: block;
	float: left;
	border: 1px solid gray;
	padding: 0 5px;
	margin-left: 5px;
	margin-right: 15px;
	border-radius: 3px;  	
}
.thpl_logic_link{
	cursor: pointer;
	text-decoration:none;
	color: #FFFFFF !important;
	background-color: #00A0D2;
	border: 1px solid #0073AA;
}
/*-------------------------------
 *----- RULES STYLES - START ----
 *-------------------------------*/
 


/*----------------------------------
 *----- OTHER STYLES - START -------
 *----------------------------------*/
.woocommerce-message {
  	margin-top: 10px;
}

.err_msgs{
	color: #FF0000;
}

.thpladmin-form-table td{
	padding: 5px 0px;
}

.status-active{
	font-size: 15px;
	color: green;
}
.status-deactive{
	font-size: 15px;
	color: red;
}

.thpladmin-license-settings .info-text{
	margin-top: 30px;
}
.thpladmin-license-settings-grid{
	margin-top: 30px;
}
.thpladmin-license-settings-grid .dashicons{
	margin-left: 3px;
	margin-top: 8px;
}
.thpladmin-license-settings-grid input[type="text"]{
	padding: 5px 5px;
	width: 300px;
}
.thpladmin-license-settings-grid p.submit{
	margin-top: 20px;
}
.thpladmin-license-settings-grid table{
	margin-top: 10px;
}
.thpladmin-license-settings-grid table td,
.thpladmin-license-settings-grid table th{
	padding: 5px 0px;
	font-weight: normal;
	vertical-align: middle;
}
.thpladmin-license-settings-grid h2{
	font-size: 14px;
	margin-bottom: 9px;
	padding-bottom: 5px;
	vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px dashed #cecece;
}
/*----------------------------------
 *----- OTHER STYLES - END ---------
 *----------------------------------*/








.thwepo-notice a.button-primary{
	font-size: 14px;
	color: #FFF;
	background-color: #D9534F;
	border-color: #D43F3A;
	line-height: 38px;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.thwepo-notice a.button-primary:hover{
	background-color: #D2322D;
	border-color: #AC2925;
}







a.thpl_delete_icon {
	float: left;
  	width: 20px;
  	height: 20px;
	margin-left: 5px;
  	display: block;
  	background: url(delete.png) no-repeat 0 50%;
}

a.thpl_delete_icon:hover {
  	opacity: 0.6;
    filter: alpha(opacity=60);
}

/**************************************
***** Help Tooltip - START ************
***************************************/
.thpladmin_tooltip{
	float:right;
	display: inline;
	position: relative;
	font-size: 12px;
	height: 100%;
}

.thpladmin_tooltip img{
	padding: 0px;
	vertical-align: middle;
	cursor: help;
	border: medium none;
	height: 16px;
	width: 16px;
}

.thpladmin_tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,1);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: -100px;
	padding: 10px 15px;
	position: absolute;
	z-index: 9998;
	width: 350px;
}

.thpladmin_tooltip:hover:before{
	border: solid;
	border-color: #000 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 9999;
}
/**************************************
***** Help Tooltip - END **************
***************************************/

.thwepo_subtitle_row{
	display: none;
}
.thwepo_price_row{
	display: none;
}



.iris-picker{
	z-index:100;
	display:none;
	position:absolute!important;
	border:1px solid #ccc;
	border-radius:3px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.iris-picker .ui-slider{
	border:0!important;
	margin:0!important;
	width:auto!important;
	height:auto!important;
	background:none!important;
}
.iris-picker .ui-slider .ui-slider-handle{
	margin-bottom:0!important;
}
.thpladmin-colorpickpreview{
	padding:3px 3px 3px 20px;
	border:1px solid #ddd;
	border-right:1;
	background-color: #FFFFFF;
}
.thpladmin-colorpick{
	border-left:0 !important;
	margin-left: 0px !important;
}

.select2-drop-mask {
	z-index: 99999998!important;
}
.select2-drop {
    z-index: 99999999!important;
}
.select2-container {
	z-index: 99999999!important;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}