.branded_stat_todo_td, .branded_stat_partial_td, .branded_stat_complete_td, .branded_stat_current_td {
	padding:2px 0;
	border-radius:3px;
	width:70px;
	text-align:center;
	margin:3px;
	display:inline-block;
	box-shadow: 2px 2px 6px -4px rgba(183,183,183,1);
	border:none;
	transition:all .5s;
}
.branded_stat_todo_td:hover, .branded_stat_partial_td:hover, .branded_stat_complete_td:hover, .branded_stat_current_td:hover {
	background: #666;
	box-shadow: inset -2px -2px 6px -4px rgba(240,240,240,.8);
	color:#fff;
	transition:all .5s;
}
.branded_stat_todo_td:hover a, .branded_stat_partial_td:hover a, .branded_stat_complete_td:hover a, .branded_stat_current_td:hover a {
	color:#fff;
	transition:all .5s;
}
.branded_stat_todo_td:active a, .branded_stat_partial_td:active a, .branded_stat_complete_td:active a, .branded_stat_current_td:active a {
	color:#658bec;	
}
.branded_stat_todo{
	color:#000;
	transition:all .5s;
}
.branded_stat_todo_td {
	background: #f6a9a9;
	transition:all .5s;
	//box-shadow: 2px 2px 6px -4px rgba(183,183,183,1);
}

.branded_stat_todo_td a, .branded_stat_complete_td a, .branded_stat_partial_td a, .branded_stat_current_td a, .branded_stat_complete_td {
	color:#000;
}
.branded_stat_partial_td {
	background: #ffc56d;
	color:#000;
}

.branded_stat_complete_td {
	background: #ccbafb;
	color:#000;
}
.branded_stat_current_td{
	background: #95ea9f;
	transition:all .5s;
}
.branded_copy_button_td{
	color:#000;
	background: #aed3f9;
	padding:2px 0;
	border-radius:3px;
	width:50px;
	text-align:center;
	margin:3px;
	display:inline-block;
	box-shadow: 2px 2px 6px -4px rgba(183,183,183,1);
	transition:all .5s;
}
.branded_copy_button_td a {
	color:#000;
	transition:all .5s;
}
.branded_copy_button_td:hover a {
	color:#fff;
	transition:all .5s;
}
.branded_copy_button_td:hover{
	background: #6d97c3;
	box-shadow: inset -2px -2px 6px -4px rgba(240,240,240,.8);
	color:#fff;
	transition:all .5s;
}
.branded_view_button_td {
	color:#888;
	background: #e8e8e8;
	///padding:4px 4px;
	border-radius:3px;
	height:18px;
	///text-align:center;
	margin:3px;
	display:inline-block;
	font-size:.8rem;
	box-shadow: 2px 2px 6px -4px rgba(183,183,183,1);
	transition:all .5s;	
}
.branded_view_button_td a{
	color:#888;
	height:18px;
	text-align:center;
	margin:3px;
	font-size:.8rem;
	transition:all .5s;
	
}
.branded_view_button_td:hover a {
	color:#fff;
	transition:all .5s;
}
.branded_view_button_td:hover{
	background: #888;
	box-shadow: inset -2px -2px 6px -4px rgba(240,240,240,.8);
	color:#fff;
	transition:all .5s;
}
.td_manage_edit {
	padding:3px;
	border-radius:3px;
	width:70px;
	height:22px;
	border:1px solid #444;
}
.MultiControls p{
	margin:0;
}

#img_company_img, #img_item_img, #img_header_img{
	max-width:250px;
}

.pp_amount, .wp_pp_button_submit_btn{
	display:none;
}

#prods ul li a {
	font-size:1rem;
}
input.ch_terms {
	font-size:20px;
}
.tb_manage th {
	font-size:1rem;
	width:190px;
	padding-bottom:30px;
	color:#888;
}
.tb_manage_l, .tb_manage_l a {
	font-size:.9rem;
	color:#222;
}
.tb_manage textarea, .tb_manage input  {
	background:#fdfdfd;
	color:#666;
	border:1px solid #f7f7f7;
	border-bottom:1px solid #ddd;
	border-radius:3px;
	font-size:1rem;
	box-shadow: 1px 1px 5px -4px rgba(183,183,183,.5);
}
.tb_manage textarea:focus, .tb_manage input:focus  {
	background:#fae8e8;
	color:#000;
	outline:none;
	border:1px solid #acacac;
	border-radius:3px;
}

textarea#tag-description, textarea.edit-ta {
	width:97%;
	height:100px;

	
}
.tb_manage input.edit-txt {
	width:98%;
	line-height:1.5;
	font-size:1rem;
	padding-left:3px;
}
.tb_manage input.edit-img  {
	width:98%;
	line-height:1.5;
	border-radius:2px;
	
	padding-left:3px;
}
.tb_manage input.edit-date {
	width:25%;
	line-height:1.5;

	border-radius:2px;
	font-size:1rem;
	padding-left:3px;
	display:inline-block;
}

#save_message{
	padding-left:10px;
	font-size:1.5rem;
	font-weight: 400;
	color:green;
}

#img_selected{
	/*min-height:1px;*/
	max-width:250px;
	max-height:300px;
}
.edit_title_link_title {
	font-size:1.4rem;
	color:#666;
}
.edit_title_link {
	font-size:1.4rem;
	color:#039;
}
.span.edit_title_link > a {
	color: #940867;
}
.edit_title_link a:hover {
	color: #940867;
}
input.edit_save {
margin: 10px 10px 10px 0;
padding: 3px 10px 3px 10px;
font-size: 20px;
color: #fefefe;
height: 40px;
border-radius: 3px;
background: #2c4ca0;
border: 0px solid #2c4ca0;
outline: none;
box-shadow: 2px 2px 6px -4px rgba(183,183,183,1);
transition:all .5s;
}
input.edit_save:hover {
	background:#c3c4ca;
	color: #222;
	transition:all .5s;
}
.edit_save:active{
	color: #999;
	}
.edit_save:hover{
	color:#093;
}
#totals, #grand_total {
	font-size: 1rem;
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 10px;
	background: #eaeaea;
	color:#000;
}
.tb_manage input::-webkit-input-placeholder, .tb_manage textarea::-webkit-input-placeholder {
	color:#98a;
	font-size:.8rem;
}
.tb_manage input:focus::-webkit-input-placeholder, .tb_manage textarea:focus::-webkit-input-placeholder {
	color:#fae8e8;
}
.tb_manage textarea::-moz-placeholder, .tb_manage input::-moz-placeholder {
	color:#98a;
	font-size:.8rem;
	opacity:1;
}
.tb_manage textarea:focus::-moz-placeholder, .tb_manage input:focus::-moz-placeholder {
	color:#777;
	opacity:1;
}
.tb_manage .description {
	margin-left:5px;
}
.tb_manage input.page_name {
	background: #fff;
	color:#000;
	font-size:1.2rem;
    border: 0;
    border-bottom: 2px solid #ddd;
	width:100%;
	padding-bottom:5px;	
	padding-left:6px;
	width:97%;
	border-radius:0;
	box-shadow:none;
}
.edit_title_link {
	color:#000;
}
#stripeButton, #couponButton {
    /*background: url("/c/wp-content/plugins/sow_brands/images/pay-button.png");
   width: 166px;
    height: 51px;*/
	display: inline-block;
    background: #008cdd;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border: none;
    box-shadow: 1px 1px 1px 0px rgba(204,204,204,1);
    border-radius: 3px;
    font-size: 1.4em;
    padding: 10px 12px;
    outline: none;
}
#stripeButton:hover, #couponButton:hover {
	box-shadow: inset -1px -1px 1px 0px rgba(180,180,180,.4);
	background: #0A68BE;
	color: #fff;
	outline:none;
}
#stripeButton:active, #couponButton:active {
	box-shadow: none;
	background: #0A68BE;
	color: #000;
	outline:none;
}