/** Basic Styling **/

.run_load {
	background: transparent url(../images/ajax-loader.gif) no-repeat;
	display: block;
	height: 56px;
	width: 60px;
}

.run {
	background: transparent url(../images/run.png) no-repeat;
	display: block;
	height: 35px;
	width: 60px;
	margin-top: 10px;
}

#campaign_status {
	position: relative;
}

.campaign_detail {
	float: left;
	width: 24%;
}

.posted_itm {
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.posted_itm:last-child {
	border-bottom: none;
}

.Cron_Job_Run td {
	color: green
}

.Comment td {
	color: blue
}

.New td {
	color: #666 !important
}

.Processing td {
	background:#FAFAFA;
}

.TTWForm {
	width: 500px;
}
.TTWForm .dashicons-before  {
	color: #67787d;
}

.TTWForm tr.rule_row{
	vertical-align: top;
}

.TTWForm tr.rule_row textarea, .TTWForm tr.rule_row textarea::placeholder {
	color: #798e94;
	font-style: italic;
}
.TTWForm-container {
	font-size: 14px;
	color: #404040;
	background: transparent;
}

.TTWForm-wrapper.wrapped {
	padding: 30px 30px 30px 30px;
	border: 1px solid #ced4d7;
	box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 0 0 0 5px #eef5f7, 0 0 3px rgba(0, 0, 0, .1);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.wp-automatic-welcome-panel{
	position: relative;
	overflow: auto;
	margin: 16px 0;
	padding: 23px 10px 0;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
	background: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.wp-automatic-welcome-panel-close{
	position: absolute;
	top: 10px;
	padding: 10px 15px 10px 21px;
	font-size: 13px;
	line-height: 1.23076923;
	text-decoration: none;
}

.TTWForm-container h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	color: #65777c;
	font-weight: normal;
}

/** Field Styles **/
.TTWForm .field,#form-title.field {
	position: relative;
	clear: both;
}

.TTWForm .field:first-child {
	padding-top: 0;
}

.TTWForm .field:last-child {
    padding-bottom: 0;
}

/** Field Widths */
.f_25 {
	width: 25%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_50 {
	width: 50%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_75 {
	width: 75%;
	display: inline;
	float: left;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.f_100 {
	width: 100%;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}

.TTWForm input,.TTWForm textarea,.TTWForm select,div.selector,div.uploader
	{
	width: 100%;
	font: 14px/30px Helvetica Neue, Helvetica, Verdana, sans-serif;
	padding: 0 10px 0;
	color: #404040;
	border: 1px solid #91aaff;
	outline: none;
	display: inline-block;
	margin-top: 5px;
	position: relative;
	z-index: 2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	box-shadow: none !important;
}

.TTWForm select, .TTWForm select:hover, .TTWForm select:focus, .TTWForm select:active, .TTWForm select:after{
	color: #404040 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	outline: none !important;
	-moz-appearance: none !important;
	overflow: hidden !important;
	box-shadow: none !important;
}

.TTWForm select, .TTWForm select:disabled {
    background-image: unset !important;
    background-color: unset;
    margin-top: 0;
    top: 0;
}

.TTWForm select::-ms-expand {
	display: none !important;
}

.TTWForm select.no-unify{
	padding: 0 24px 0 8px !important;	
	width:auto !important;
	overflow-y: auto !important;
}

.TTWForm input[type="text"]:focus {
	box-shadow: none !important;
	outline: none !important;
}

.TTWForm input[type="text"] {
	padding-left: 5px;
}

.TTWForm input[type=radio],.TTWForm input[type=checkbox] {
	width: 12px;
	margin: 8px 12px;
	top: 3px;
	position: relative;
}

.TTWForm .option {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 1.7;
}

.TTWForm .option-title {
	position: relative;
	top: 0;
	color: #404040;
	font-size: 15px;
}

.TTWForm option {
	font-size: 15px;
	font-family: 'Poppins', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', sans-serif;
}

.TTWForm textarea {
	overflow: hidden;
}

.TTWForm label {
    color: #484848;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
    display: inline-block;
    font-weight: 500;
    font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
}
.fsp-container .TTWForm label > * {
    margin: 0;
    vertical-align: middle;
}
.fsp-container .TTWForm label > *:first-child {
    margin-right: 10px;
    display: inline-block;
    margin-top: 3px;
}

#status-meta-boxes .inside {
	margin: 12px 0 0 0 !important;
}

.TTWForm .submit input {
	font-size: 12px;
	text-decoration: none;
	display: block;
	margin: 12px -2px 12px 0;
	padding: 8px 24px;
	cursor: pointer;
	min-width: 96px;
	width: auto;
	border: none !important;
	background: #1a76d2;
	font-weight: bold;
	color: #fff;
}

#form-title {
	padding: 12px;
}

#form-title h2 {
	margin-bottom: 0;
	color: #474e50;
}

/** Date Input **/
#calroot {
	z-index: 10000;
	margin-top: -1px;
	width: 198px;
	padding: 2px;
	background-color: #fff;
	font-size: 11px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
}

#calhead {
	padding: 2px 0;
	height: 22px;
}

#caltitle {
	font-size: 14px;
	color: #0150D1;
	float: left;
	text-align: center;
	width: 155px;
	line-height: 20px;
	text-shadow: 0 1px 0 #ddd;
}

#calnext,#calprev {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	background: transparent url(../images/prev.png) no-repeat center center
		scroll;
}

#calnext {
	float: right;
	background: transparent url(../images/next.png) no-repeat center center
		scroll;
}

#calprev.caldisabled,#calnext.caldisabled {
	visibility: hidden;
}

#caltitle select {
	font-size: 10px;
}

#caldays {
	height: 14px;
	border-bottom: 1px solid #ddd;
}

#caldays span {
	display: block;
	float: left;
	width: 28px;
	text-align: center;
}

#calweeks {
	background-color: #fff;
	margin-top: 4px;
}

.calweek {
	clear: left;
	height: 22px;
}

.calweek a {
	display: block;
	float: left;
	width: 27px;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	margin-left: 1px;
	text-align: center;
	line-height: 20px;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.calweek a:hover,.calfocus {
	background-color: #ddd;
}

a.calsun {
	color: red;
}

a.caloff {
	color: #ccc;
}

a.caloff:hover {
	background-color: rgb(245, 245, 250);
}

a.caldisabled {
	background-color: #efefef !important;
	color: #ccc !important;
	cursor: default;
}

#calcurrent {
	background-color: #498CE2;
	color: #fff;
}

#caltoday {
	background-color: #333;
	color: #fff;
}

/** Range Input **/
.TTWForm .slider {
	background: #0003f8;
	height: 7px;
	position: relative;
	cursor: pointer;
	border: 1px solid #0003f8;
	width: 100%;
	float: left;
	clear: right;
	margin-top: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0 0 8px #000;
}

.TTWForm .progress {
	height: 7px;
	opacity: 1;
}

.TTWForm .handle {
	background: #ffffff;
	height: 21px;
	width: 20px;
	top: -9px;
	position: absolute;
	display: block;
	margin-top: 1px;
	border: 1px solid #0001fd;
	cursor: move;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}

.TTWForm .range {
	border: 1px solid #ddd;
	float: left;
	margin-bottom: 6px;
	padding: 3px 0;
	text-align: center;
	max-width: 65px !important;
	min-width: 40px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/**Error Messages **/
.TTWForm .error {
	height: 16px;
	font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
	color: #ff0033;
	padding-left: 12px;
	z-index: 999;
	position: relative;
	top: -1px;
}

/** Loading Indicator **/
.loading-text {
	position: relative;
	top: -3px;
}

/** IE Hacks **/
.TTWForm input {
	*height: 28px;
}


/** Clearfix */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,*:first-child+html .clearfix {
	zoom: 1;
}


/* pop up */
.wmBox_overlay{
	position:fixed;
	width:100%;
	height:100%;
	display:none;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index: 1000001;
}
.wmBox_centerWrap{
	display:table;
	position:absolute;
	width:100%;
	height:100%;
}
.wmBox_centerer{
	display:table-cell;
	vertical-align:middle;
}
.wmBox_centerer iframe{
	width:95%;
	display:table;
	margin:0 auto;
	position:relative;
}
.wmBox_contentWrap{
	width:95%;
	height:100%;
	margin:0 auto;
	position:relative;
	padding-top:10px;
}
.wmBox_scaleWrap{
	position:relative;
	height:95%;
	padding-top:20px;
	width:100%;
	min-height:600px;
}
.wmBox_centerer iframe{
	position:absolute;
	top:0;
	border:0;
	outline:0;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	left:0;
	width:100%;
	height:100%;
	background:white;
}
.wmBox_closeBtn{
	z-index:2;
	position:relative;
	margin-top:-40px;
}
.wmBox_closeBtn p{
	line-height:0;
	margin:0;
	padding:0.5em 0 0.75em;
	color:#FFF;
	background:#000;
	width:1.3em;
	font-size:25px;
	border-radius:100%;
	text-align:center;
	font-family:Verdana, serif;
	position:relative;
	bottom:-0.5em;
	right:-0.5em;
	cursor:pointer;
	float:right;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	transition:color 0.2s ease-out, background 0.2s ease-out;
}
.wmBox_closeBtn p:hover{
	background:#FFF;
	color:#000;
}

.description{
	padding-top: 10px;
	font-size: 14px !important;
}

.postbox {
	border: none !important;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05) !important;
	margin-bottom: 30px !important;
}

#dashboard-widgets .meta-box-sortables {
	margin: 0 15px 20px !important;
}


.select_control_div_div table td button, #custom_new,
.featured-img-visual-selector {
	background: white;
	color: #0001fd;
	cursor: pointer;
	border: solid 1px #0001fd;
	vertical-align: middle;
	min-width: 26px;
    min-height: 26px;
}

.select_control_div_div table td button:hover, #custom_new:hover {
	background: #0001fd;
	color: white;
}
#custom_new {
	margin-top: 8px;
}

#camp_type {
	font-family: 'Poppins', 'wpautomatic', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', sans-serif;
}
select#camp_type > option:first-child {
	font-family: 'Poppins', 'wpautomatic';
}
.wp-automatic-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

#poststuff, .license-container {
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

tr.triggered{
	background-color:#d4edda;
	color:#155724;
	text-transform: uppercase;
	font-weight: bold;

}
.wp-automatic-openai-fields {
    display: block;
    width: 100%;
	position: relative;
}
a.openai-fields-reset.button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.wp-automatic-openai-fields .ui-slider {
    margin-top: 10px;
}
.wp-automatic-openai-fields input.ui-slider {
    height: 30px;
}
.wp-automatic-openai-fields .ui-slider {
    background: #0003f8;
    border: none;
    height: 7px;
    border-radius: 4px;
}
.wp-automatic-openai-fields .ui-slider-handle {
    border-radius: 50%;
    margin-top: -2px;
}
.wp-automatic-openai-fields .field {
    margin-bottom: 10px;
}
.wp-automatic-openai-fields label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

#openai-meta-boxes {
	display: none;
}
span.wp-automatic-option-title {
    display: block;
}