/* ==========================================================================
   Clearfix
   ========================================================================== */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* ==========================================================================
   Stats
   ========================================================================== */

#push-monkey-stats-widget {
	height: 550px;
	width: 100%;
}

#push-monkey-stats-dashboard-widget .inside {
	background-color:#E8E8E1;
	margin-top:0;
	padding-top:10px;
	text-align:right;
}

#push-monkey-stats-dashboard-widget .error-message {
	text-align:left;
}

#push-monkey-stats-dashboard-widget .stats-container {
	margin-bottom:20px;
	margin-top:20px;
}

#push-monkey-stats-dashboard-widget .stats-container .col {
	float:left;
}

#push-monkey-stats-dashboard-widget .stats-container .col-left {
	margin-left:8%;
	width:24%;
}

#push-monkey-stats-dashboard-widget .stats-container .col-right {
	margin-left:2%;
	width:64%;
}

#push-monkey-stats-dashboard-widget .stats-container .legend-dataset-one,
#push-monkey-stats-dashboard-widget .stats-container .legend-dataset-two,
#push-monkey-stats-dashboard-widget .stats-container .legend-dataset-three {
	background-color:#363636;
	border-radius:10px;
	color:white;
	font-size:14px;
	margin-top:20px;
	padding:4px 0;
	text-align:center;
}

#push-monkey-stats-dashboard-widget .stats-container .legend-dataset-two {
	background-color:#2FCC70;
}

#push-monkey-stats-dashboard-widget .stats-container .legend-dataset-three {
	background-color:#8E8E8B;
}

#push-monkey-stats-dashboard-widget .stats-container .doughnut-chart-wrapper .legend-dataset-two,
#push-monkey-stats-dashboard-widget .stats-container .doughnut-chart-wrapper .legend-dataset-three {
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

#push-monkey-stats-dashboard-widget .stats-container .chart-wrapper {
	float:left;
	height:200px;
	width:100%;
}

#push-monkey-stats-dashboard-widget .stats-container .col-chart-legend {
	padding:0 5%;
	width: 39%;
}

#push-monkey-stats-dashboard-widget .placeholder {
	display:block;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

/* ==========================================================================
   Custom Push Widget 
   ========================================================================== */

#push_monkey_push_dashboard_widget .inside,
#push_monkey_push_dashboard_widget .container {
	background:#E8E8E1;
}

#push_monkey_push_dashboard_widget .inside {
	margin-top:0;
	padding-top:11px;
}

#push_monkey_push_dashboard_widget .inside .button-primary {
	background:#2fcc70;
	border-color:#4cae4c;
}


#push_monkey_push_dashboard_widget label {
	display:block;
}

#push_monkey_push_dashboard_widget label span {
	color:#aaa;
	font-size:11px;
}

#push_monkey_push_dashboard_widget .row {
	margin-bottom:20px;
}

#push_monkey_push_dashboard_widget input,
#push_monkey_push_dashboard_widget textarea {
	width: 100%;
}

#push_monkey_push_dashboard_widget .button {
	width:auto;
}

#push_monkey_push_dashboard_widget .updated-message {
	background:#2FCC70;
	border-radius: 10px;
	color:white;
	margin-bottom: 10px;
	padding:10px;
}

#push_monkey_push_dashboard_widget .updated-message p {
	font-weight:normal;
	margin:0;
}

/* ==========================================================================
   Opt Out Widget 
   ========================================================================== */

#push_monkey_post_opt_out .inside {
	background:#E8E8E1;
}

#push_monkey_post_opt_out .inside {
	margin-top:0;
	padding-top:10px;
}

#push_monkey_post_opt_out .preview-container {
}

#push_monkey_post_opt_out .preview-container h4 {
	margin:0;
	margin-bottom: 10px;
}

#push_monkey_post_opt_out .notification {
	background:#dedede;
	border-radius:6px;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	height: 35px;
	margin-bottom:20px;
	padding:10px;
}

#push_monkey_post_opt_out .notification p {
	font-size:10px;
	line-height:1.3em;
	margin:0;
}

#push_monkey_post_opt_out .notification .icon {
	background: #dedede;
	float:left;
	height: 32px;
	margin-right: 10px;
	margin-top:3px;
	width: 32px;
}

#push_monkey_push_dashboard_widget .error-message,
#push-monkey-stats-dashboard-widget .error-message,
#push_monkey_post_opt_out .error-message {
	background:#fecfcf;
	border-radius: 10px;
	color:#c53131;
	margin-bottom: 10px;
	padding:10px;
}

#push_monkey_push_dashboard_widget .error-message p,
#push-monkey-stats-dashboard-widget .error-message p,
#push_monkey_post_opt_out .error-message p {
	font-weight:normal;
	margin:0;
}

