/* This stylesheet is used to style the admin option form of the plugin. */
/*----------
	Alerts
---------------*/
.alert-premium {
	border: 4px solid #dd3d36;
	padding: 10px;
	text-align: center;
	margin: 15px;display:none;
}	
/*---------------------------------------------------------------------------------------------
	Tables
---------------------------------------------------------------------------------------------*/
#ppl-rules > .inside {
	padding: 0;
}
table.ppl_table {
	border: 0 none;
	background: #fff;
}

table.ppl_table tbody tr td {
	padding: 13px 15px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 0 none;
}

table.ppl_table tbody tr td.label {
	width: 24%;
	vertical-align: top;
	background: #F9F9F9;
	border-top: 1px solid #f0f0f0;
    border-right: 1px solid #E1E1E1;
}

table.ppl_table > tbody > tr:first-child > td,
table.ppl_table > tbody > tr:first-child > td.label {
	border-top: 0 none;
}

table.ppl_table td.label ul.hl {
	margin: 20px 0 0;
}
table.ppl_table td.label ul.hl li {
	margin: 0 3px 0 0;
	
}

table.ppl_table td.label ul.hl li a.ppl-button {
	font-size: 12px;
	padding: 6px 10px;
	font-weight: normal;
}

table.ppl_table tbody tr td.label label {
	display: block;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px;
	color: #333;
}

table.ppl_table tbody tr td.label label span.required {
	color: #f00;
	display: inline;
	margin-left: 3px;
}


table.ppl_table tbody tr td.label p {
	display: block;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0 !important;
	margin: 3px 0 0 !important;
	font-style: normal;
	line-height: 16px;
	color: #899194;
}

table.ppl_table input[type="text"],
table.ppl_table input[type="number"],
table.ppl_table textarea,
table.ppl_table select{
	width: 99.95%;
	padding: 3px 5px;
	outline: none;
}

table.ppl_table select {
	padding: 2px;
}

table.ppl_table select option {
	padding: 3px;
}

table.ppl_table input[type="text"]:focus,
table.ppl_table textarea:focus,
table.ppl_table select:focus {
	border-color:#98B6CB;
}
#ppl-options .no-top-margin{ 
	margin-top:0 !important; 
}

#ppl-options .wp-picker-clear, #ppl-options div.wp-picker-holder, #ppl-options .wp-picker-input-wrap { 
	background:white; 
	z-index: 999 !important; 
	position: absolute !important; 
}
.ppl-label {
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
}
#ppl-options .wp-picker-container{ white-space: nowrap; }
input#ppl-width {
	width: 90px;
}

h3.ppl-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px !important;
}
/*---------------------------------------------------------------------------------------------
*
*  Rules
*
*---------------------------------------------------------------------------------------------*/

#ppl-rules .inside {
	margin: 0;
	padding: 0;
}

#ppl-rules .rules-groups {
	padding: 5px 0;
} 

#ppl-rules h4 {
	margin: 15px 0 5px;
}

#ppl-rules .rules-group {
	margin: 0 0 15px;
}

#ppl-rules .rules-group h4 {
	margin: 0 0 3px;;
}

#ppl-rules .rules-group table.ppl_table tbody tr td {
	padding: 4px;
	border: 0 none;
}

#ppl-rules .rules-group td.param {
	width: 40%;
}

#ppl-rules .rules-group td.operator {
	width: 20%;
}

#ppl-rules .rules-group td.add {
	width: 40px;
}

#ppl-rules .rules-group td.remove {
	width: 18px;
	vertical-align: middle;
}

#ppl-rules .rules-group tr .rules-remove-rule {
	display: none;
}

#ppl-rules .rules-group tr:hover .rules-remove-rule {
	display: block;
	padding: 0 7px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#ppl-rules .rules-group .rules-remove-rule:hover {
	color: red;
}	
/**
* Other Rules
*/
.ppl-loading{
	height: 16px;
    margin: 10px auto;
    padding: 6px;
    width: 16px;
}
div#ppl-premium {
	border: 2px solid #999;
	box-shadow: 7px 11px 13px -3px #ccc;
}
div#ppl-premium li{
	list-style: square;
	margin-left: 30px;
}
/* Don't allow user to delete the first field group */
#ppl-rules .rules-group:first-child tr:first-child:hover .rules-remove-rule {
	display: none;
}
#ppl-options p.help {
    font-weight: normal;
    font-size: .9em !important;
}

@font-face {
    font-family: 'pplfont';
    src:url('../../../public/assets/fonts/pplfont.eot?sze5my');
    src:url('../../../public/assets/fonts/pplfont.eot?#iefixsze5my') format('embedded-opentype'),
    url('../../../public/assets/fonts/pplfont.woff?sze5my') format('woff'),
    url('../../../public/assets/fonts/pplfont.ttf?sze5my') format('truetype'),
    url('../../../public/assets/fonts/pplfont.svg?sze5my#pplfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ppl-icon-"], [class*=" ppl-icon-"] {
    font-family: 'pplfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ppl-icon-envelope:before {
    content: "\f003";
}

.ppl-icon-check:before {
    content: "\f00c";
}

.ppl-icon-close:before {
    content: "\f00d";
}

.ppl-icon-eye:before {
    content: "\f06e";
}

.ppl-icon-gears:before {
    content: "\f085";
}
.ppl-icon-angle-down:before {
    content: "\f107";
}
.ppl-icon-spinner:before {
    content: "\f110";
    animation: ppl-rotate 1s infinite linear;
    -webkit-animation: ppl-rotate 1s infinite linear;
    -o-animation: ppl-rotate 1s infinite linear;
    -moz-animation: ppl-rotate 1s infinite linear;
}
.ppl-icon-info:before {
    content: "\ea0c";
}
h3 .ppl-icon {
    margin-right: 7px;
}
@keyframes ppl-rotate {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }
    50% {
        opacity: .7;
    }
    100% {
        transform: rotate(359deg);
        opacity: 1;
    }
}