/**
 * AstridReminders Styling
 *
 * PHP version 5
 * 
 * @package   AstridCTA
 * @author    Jon Paris (jon@astrid.com), Chris Lema (cflema@gmail.com), and Justin Kussow (jdkussow@gmail.com)
 * @copyright Copyright (c)2012 ALL RIGHTS RESERVED
 */

root { 
    display: block;
}

.hndl > span {
	width: 100%;
	display: block;
}

.acta_action {
	margin-top: 12px;
}

#acta_actions_0 {
	margin-top: 0;
}

.acta_action_header {
	display: block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #464646;
	padding: 3px 10px;
	margin-bottom: 3px;
	border: 1px solid #DFDFDF;
	border-bottom-color: #DFDFDF;
    box-shadow: 0 1px 0 #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
	background-color: #F1F1F1;
    background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
}

.acta_action_field {
	display: table;
	margin-top: 0;
	width: 100%;
}

.acta_action_field label {
	width: 100px;
	display: table-cell;
}

.acta_action_fieid textarea.admin_input,
.acta_action_fieid input[type=text].admin_input,
.acta_action_field textarea.acta_action_description,
.acta_action_field input[type=text].acta_action_text,
.acta_action_field input[type=text].acta_action_reminder_days {
	margin-top: 0;
	display: table-cell;
	width: 100%;
}

.acta_action_field input[type=text].acta_action_reminder_days {
	width: 60px;
}

.acta_remove_action {
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
	float: right;
}

#acta_add_action, #acta_suggest_actions {
	display: block;
    text-align: center;
	margin-right: 20px;
}

#acta_actions_fe { 
	border: 1px solid #DFDFDF;
	box-shadow: 0 1px 0 #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
	background-color: #F1F1F1;
	border-radius: 3px;
	-mozilla-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 20px;
	list-style-type: none;
}

#acta_actions_fe h3 {
	font-size: 14px;
	font-weight: bold;
}

#acta_actions_fe ul {
	margin: 0;
}

#acta_actions_fe > p {
	margin-bottom: 10px;
}

#acta_actions_fe > ul > li {
	list-style-type: none;
	margin-top: 2px;
}

#acta_actions_fe ul li .acta_action_fe_header {
	width: 75px;
	font-weight: bold;
	font-size: 12px;
	font-family: sans-serif;
	text-shadow: 0 1px 0 #FFFFFF;
	display: table-cell;
}

#acta_actions_fe ul li .acta_action_fe_text {
	display: table-cell;
}

/* button styles borrowed from Twitter Bootstrap defaults and renamed to prevent conflicts */
.astrid-rm-btn {
	border-color: #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e3e3e3', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:bold;
  	background-repeat: no-repeat;
}

.a-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}


.a-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

.a-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

.astrid-rm-btn:hover,
.astrid-rm-btn:active,
.btn.active,
.astrid-rm-btn.disabled,
.astrid-rm-btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.astrid-rm-btn:active,
.astrid-rm-btn.active {
  background-color: #cccccc \9;
}

.astrid-rm-btn:first-child {
  *margin-left: 0;
}

.astrid-rm-btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.astrid-rm-btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.astrid-rm-btn.active,
.astrid-rm-btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.astrid-rm-btn.disabled,
.astrid-rm-btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/* button style for inline post content and preview */
a.astrid-rm-btn:link, 
a.astrid-rm-btn:visited, 
a.astrid-rm-btn:hover { 
	text-decoration: none;
	color: #333;
}

.astrid-rm-btn > .a-chk-span, 
.astrid-rm-btn:hover > .a-chk-span { 
	color: #6a9c28; 
	font-size: 14px; 
	float: left; 
	margin-right: 4px; 
}

.astrid-reminder-link > .a-chk-span { 
	display: none;
}

.astrid-rm-btn.a-icn.a-mini { 
	padding-left:25px; 
	background-image: url('images/astrid_btn_mini.png'); 
	background-position: 2px 0px;
}

.astrid-rm-btn.a-mini.a-chk .a-chk-span { 
	font-size:14px; 
	width: 14px; 
	display:block;
}

.astrid-rm-btn.a-icn.a-small { 
	padding-left:35px; 
	background-image: url('images/astrid_btn_small.png'); 
	background-position: 3px 1px; 
}

.astrid-rm-btn.a-small.a-chk .a-chk-span { 
	font-size:18px; 
	width: 18px; 
	display:block;
}

.astrid-rm-btn.a-icn.a-large { 
	padding-left:45px; 
	background-image: url('images/astrid_btn_large.png'); 
	background-position: 4px 2px; 

}
.astrid-rm-btn.a-large.a-chk .a-chk-span { 
	font-size:22px; 
	margin-top:-4px; 
	width: 22px; 
	display:block; 
}

/* Astrid Get-Link page */
.a_gl_page #ar_due_in_days { 
	width: 20px;
}

.a_gl_page.forceColors a.learn-more, 
.a_gl_page .control-hint a:link, 
.a_gl_page .control-hint a:visited  { 
	color: #08c;
}

.a_gl_page .control-hint { 
	width: 180px; 
	margin-left: 10px; 
	font-size: 13px;
	display: inline-block; 
}

.a_gl_page .control-hint h4 { 
	margin-top: 20px; 
	margin-bottom: 10px;
}

.a_gl_page .button-size, 
.a_gl_page .button-style, 
.a_gl_page .link-or-button { 
	display:inline; 
}

.a_gl_page .button-style label.inline { 
	white-space:nowrap; 
	padding-right: 30px;
}

.a_gl_page .button-style label.inline img { 
	border:none; 
	width:24px; 
	margin:0; 
}

.a_gl_page .button-size label.inline { 
	vertical-align:top; 
}

.a_gl_page .button-size label.inline input[type="radio"] { 
	margin:0 auto;
	width:30px 
}

.a_gl_page #ar_notes { 
	font-size: 14px; 
}

.a_gl_page #ar_title, 
.a_gl_page #ar_notes { 
	width: 330px; 
}

.a_gl_page textarea { 
	font-size: 14px; 
}