/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */





/* Widgets */

	/* Credits count */
 	.widget_credits_count .credit_count{ display:inline-block; text-align:center; width:20%; margin:0;}
 	.widget_credits_count .credit_count h4{ font-weight:normal; font-size:15px; color:#333; text-transform:uppercase;  }
 	.widget_credits_count .credit_count h4 span { font-size: 40px; margin-bottom: 10px; display: inline-block; }
 	.widget_credits_count .credit_count h4 span.icon-toolkit-plane { color: #98cd00 ;}
 	.widget_credits_count .credit_count h4 span.icon-toolkit-fusee { color: #ff6700; }
 	.widget_credits_count .credit_count a span { font-size: 30px; margin-bottom: 10px; display: inline; }
 	.widget_credits_count .credit_count a.recharge_btn{ margin-top:42px !important;}


/* Shortcodes */

	/* Credits history : tabs */
	.tab_group{ margin-bottom:2em;}
	.tab_group.horizontal_tabs ul.tabs{ margin:12px 0 3px 0; padding:0; list-style:none; }
	.tab_group.horizontal_tabs ul.tabs li{ padding:8px 12px 6px; position:relative; display:inline; line-height:1.35em; }
	.tab_group.horizontal_tabs ul.tabs li a{ text-decoration:none; }
	.tab_group.horizontal_tabs ul.tabs li a:hover{ text-decoration:underline; }
	.tab_group.horizontal_tabs ul.tabs li.active{ border:1px solid #dfdfdf; border-bottom-color:#fdfdfd; background-color:#fdfdfd; }
	.tab_group.horizontal_tabs ul.tabs li.active a{ color:#545454; text-decoration:none; cursor:default; }
	.tab_group.horizontal_tabs .tab_container{ background-color:#fdfdfd; border:1px solid #dfdfdf; padding:1em; overflow:auto; min-height:42px; max-height:350px; }
