/* @override 
	http://civicscience-css.s3.amazonaws.com/clients/campos/css/V3panel.css
	https://civicscience-css.s3.amazonaws.com/clients/campos/css/V3panel.css
*/

/*////////////// Reusables //////////////*/

/* Color 1: #5B1362 (purple) */
/* Color 2: #B9C92F (green) */
/* Color 3: #808B21 (dark green) */

* { font-family: helvetica, arial, sans-serif;}

/* Logged Out */

body.home div.forgot a:link, body.home div.forgot a:visited, body.home div.forgot a:hover, body.home div.forgot a:active {
   color: #fff;
}

body.home div.login_options {
   margin-right: -6px;
}

div.home_page h4 {
   border-top: none;
   padding-top: 0;
   font-weight: bold;
   color: #5B1362;
}

/* Logged In */
body.home div.nav_shell, div.nav_shell { background-color: #5B1362; border-bottom: 1px solid #222; }

div.welcome_message {
   min-height: 140px;
}

div.nav_container li div.text { }
div.nav_container li div.text:hover { background-color: #808B21; color: #fff; }

div.nav { background: url(../images/logo2.png) no-repeat 0 6px;}

h1 {
   color: #5B1362; text-shadow: #ddd 1px 1px 0;
   margin-bottom: 10px;
   font-weight: bold;
}

h2 { 
	color: #5B1362; text-shadow: #ddd 1px 1px 0;
   margin-bottom: 10px;
   font-weight: bold;
   display: table;
   padding-right: 20px;
}

h3 {
	color: #5B1362;
	font-weight: bold;
}

h4 {
   border-top: 1px solid #ddd;
   padding-top: 4px;
   font-weight: bold;
   color: #5B1362;
   clear: both;
}

h5 {
  font-weight: bold;
  color: #5B1362;
}

h5 span {
   font-weight: normal;
   margin-left: 10px;
}

div.table div.tbody div.row { 
	border: 1px solid #ddd; 
	background-color: #f5f5f5; 
	margin-bottom: 1px;
}    

div.table div.tbody div.row:first-child { border: 1px solid #ddd; }
div.table div.tbody div.row:hover { background-color: #f0f0f0; }

div.table div.tbody div.row.old { font-weight: lighter; }
div.table div.tbody div.row.new { font-weight: normal; }

span.mini.link, a:link, a:hover, a:active, a:visited, div.table_controls div.control, div.page_controls div.control, div.topic_box div.description span.congressmember_name, div.css_locations div.add_location, ul.component_list li.add_button, ul.component_list li.is_deleted div.undo_cell, ul.component_list li.condition ul.component_list li.add_button, div.answer_controls div.add_new, div.set_controls div.add_new, div.table div.add_new, div.question_details p.link_section, ul.constraints li.removed div.undo_cell, div#constraint_section div.add_new, div#create_campaign_button.add_new, p.change_link, h5 span.link, #panel_settings_form #spectrum_category_link, p span#spectrum_back.link, span.link, span.inbox_vote, span.policy_vote { 
	color: #5B1362; 
}

span.inbox_vote, span.policy_vote, span.policy_abstain, span.policy_nay, span.policy_yea {
   font-weight: bold;
}


div.table_controls div.control:hover, div.page_controls div.control:hover, div.css_locations div.add_location:hover, ul.component_list li.add_button:hover, ul.component_list li.condition ul.component_list li.add_button:hover, div.answer_controls div.add_new:hover, div.set_controls div.add_new:hover, div.table div.add_new:hover, div#constraint_section div.add_new:hover, div#create_campaign_button.add_new:hover, p.change_link:hover, .spectrum_category_tree .category_item.selected {
   background-color: #eee;
   color: #5B1362;
}

div.table div.tbody div.row:hover, div.settings div.setting.gray, div.question_search_list li:hover, ul.component_list li:hover, ul.component_list li.condition ul.component_list li:hover, div.centered_form.q3 ul.component_list li.add_button:hover, ul.panel_email_manager_list li:hover, .spectrum_category_tree .category_item:hover {
   background-color: #eee;
}

div.footer span.link {
   color: #ccc;
}

div#targets div.table div.tbody div.row { 
	border: 1px solid #ddd; 
	border-top: none;
	background-color: #fff; 
	margin-bottom: 0;
}    

div#targets  div.table div.tbody div.row:first-child { border: 1px solid #ddd; }
div#targets  div.table div.tbody div.row:hover { background-color: #f0f0f0; }

form#squestions_form div.table div.tbody div.row { 
	border: 1px solid #ddd; 
	border-top: none;
	background-color: #fff; 
	margin-bottom: 0;
}    

form#squestions_form div.table div.tbody div.row:first-child { border: 1px solid #ddd; }
form#squestions_form div.table div.tbody div.row:hover { background-color: #f0f0f0; }

ul.constraints div.connector_label {
   background-color: #5B1362;
}

div.home_page div.home_content div.left_content div.fb_connect {
    display: none;
}
