/*
 * Grid
 * A simple, flexible, fluid grid system that can flow nicely inside a fluid or a fixed container or play good with another Grid system.
 * Brajeshwar, http://brajeshwar.com
 *
 * Demo & Details: http://brajeshwar.github.com/grid/
 */
 
/* grids container - wrap your grids within */
.grids {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

/* grids */

.g1of2, .g1of3, .g1of4, .g1of5,
.g2of3, .g2of5,
.g3of4, .g3of5,
.g4of5	{ float: left; display: inline; }

.g1of2	{ width: 50%; }
.g1of3	{ width: 33.33%; }
.g1of4	{ width: 25%; }
.g1of5	{ width: 20%; }

.g2of3	{ width: 66.66%; }
.g2of5	{ width: 40%; }

.g3of4	{ width: 75%; }
.g3of5	{ width: 60%; }

.g4of5	{ width: 80%; }



/**
visual styling 
**/

.logo{
	min-width: 186px;
	min-height: 200px;
	width: 220px;
}
.pg_title_text{
	margin-top: 63px;
}

body {
	min-width: 920px;
	margin: 1em auto;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 1em;
	color: #333;
}

header {
	margin: 0.5em 0;
}

hr {
	background-color: #ababab;
	border: 0 none;
	height: 1px;
	line-height: 0;
	margin: 0.75em auto;
	page-break-after: always;
	width: 100%;
}


#meta {
	text-align: right;
	padding-top: 1em;
}

#footer-meta {
	text-align: right;
}


.content {
	margin: 0.75em 1em;
}

.info {
	text-align: center;
	padding: 1em 0;
	margin: 0;
}

.signup_box{
	padding: 20px;
}

.pg_content{
	width: 720px;
	background: #FFF;
}

.envelope_bottom{
	background-image: url("https://content.reviveyourinbox.com/img/envelope.png");
	width: 920px;
	vertical-align: bottom;
	height: 320px;
	margin-left: -140px;
	margin-top: -35px;

}

.lt_shadow{
	-moz-box-shadow: 0 0 7px #aaa;
	-webkit-box-shadow: 0 0 7px #aaa;
	-box-shadow: 0 0 7px #aaa;

}
.field_label{
	font-size: 16px;
	font-weight: bold;

}
.hint_text{
	font-size: 12px;
	font-color: #777;
}
input.ui-autocomplete-input{
	padding: 0px;
}
button.ui-button-icon-only{
	width: 1em;
	height: 1.5em;
}
.sub_header{
	color: #f47a20;
	font-weight: bold;
}
.sub_header.green{
	color: #7ac142;
}

.share_header{
	color: #f47a20;
	font-weight: bold;
	font-size: small;
}

.quote{
	color: #666;
	font-weight: bold;
	font-style: italic;
	
}
.todo_section{
	background-color: #e5eebd;
}
.todo_header{
	background-color: #f47a20;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	padding: 5px 10px;
}
.todo_body{
	padding: 5px 25px;
}
.gradient{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #c1edf4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c1edf4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#c1edf4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1edf4',GradientType=0 ); /* IE6-9 */

}

/*per message timer */
#Timer {
	font-size: 72px; 
	text-align: center;
	color: #fff;
	padding: 20px;
}
button.large{
	padding: 15px 30px;
	font-size: 32px;
	margin: 20px;
}
#smiley{
	margin: 10px 0 0 30px;
}

/* CTA buttons */
.cta-container {
    margin-bottom: 60px !important;
}
.cta-btn-container-form {
    width: 100%;
    display: flex;
}
.cta-btn-container-form + .cta-btn-container-form {
    margin-top: 15px;
}

.cta-btn-container-form + .cta-btn-container-form .cta-btn {
    background-color: #328DD4;
}

.cta-btn {
    border-style: none;
    color: #ffffff;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    font-size: 1em;
    font-weight: bold;
    height: 3em;
    width: 300px;
    background-color: #e02d2d;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.cta-button-inner-text {
    margin: auto;
    text-align: center;
}

/* `Headings and small
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', 'Arial', sans-serif;
}
h1 {
	font-weight: bold;
	color: #7ac142;
	font-size: 2.25em; /* 68px */
	line-height: 1.1471em;
	margin: 0 0 0.3824em;
}
h2 {
	font-size: 1.125em; /* 42px */
	line-height: 1.2381em;
	margin: 0 0 0.619em;	
	
}
h3 {
	font-size: 1.325em; /* 26px */
	line-height: 1em;
	margin: 0 0 1em;
	font-weight: normal;
}
h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}
small {
	font-size: 0.625em; /* 10px */
	margin: 0 0 2.6em;
}
/* `Forms
---------------------------------------- */
form {
	margin: 0;
}
fieldset {
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
/* Same font settings as body */
button, input, select, textarea {
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #222;
	
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	appearance: button;
}

button{

	background-color: #f47a20;
	padding: 10px 15px;
	font-weight: 500%;
	font-size: 1.2em;
	border-radius: 9px;
	border: #f47a20 1px solid;
	color: #fff;
}
button:hover{
	background-color: #d66311;
}

button.green{
	background-color: #7ac142;
	border: #7ac142 1px solid;
}

button.green:hover{
	background-color: #68a339;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}




/* `Hyperlinks
---------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
}
/* Better CSS outline suppression: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}


/* `Clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/
---------------------------------------- */
.cf:before, .cf:after { 
	content: ""; 
	display: table; 
}
.cf:after { 
	clear: both; 
}
.cf { 
	*zoom: 1;
}

/* Default (mobile) styles
---------------------------------------- */
/* Centering pages without a wrapper: http://www.camendesign.com/code/developpeurs_sans_frontieres */
html {
	background: none;
}
body {
	background: none;
	width: 92%;
	margin: 0 auto;
}

/* Wide mobile devices styles
---------------------------------------- */
@media only screen and (min-width: 480px) {
	body {
		
	}
}

/* Tablets/netbooks styles
---------------------------------------- */
@media only screen and (min-width: 768px) { 
	body {
		
	}
}

/* Desktop devices styles
---------------------------------------- */
@media only screen and (min-width: 1024px) { 
	body {

	}
}

/* Print styles
---------------------------------------- */
@media print {
	* {
		background: transparent !important;
		color: black !important; /* The woes of CSS color in print typography: sanbeiji.com/archives/953 */
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	a, a:visited {
		color: #333 !important;
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	/* Do not show javascript and internal links */
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: ""; 
	}
	/* Printing Tables: css-discuss.incutio.com/wiki/Printing_Tables */
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3{
		page-break-after: avoid;
	}
}


#new-user-notification-banner
{
	font-weight: bold;
    	position: fixed;
	text-align:center;
    	top: -70px;
    	left: 0px;
    	right: 0px;
    	height: 20px;
    	z-index: 100;
	background-color: #7ac142;
	color: white;
	padding: 15px 0;

}

#new-user-notification-extra-space
{
	display:none;
	height: 40px;
}

.new-user-notification-banner-link
{
	color:white;
	text-decoration:underline;
}

#close-new-user-notification-banner
{
	position:fixed; 
	right:10px;
	cursor:pointer;
	text-decoration:underline;
}

#new-user-notification-sidebar
{
    position: fixed;
    text-align:left;
    left: 1%;
    bottom: 240px;
    width: 180px;
    z-index: 100;
    background-color: #E5EEBD;
    color: #333;
    padding: 10px;
   
}
#sidebar-bg-img{
       /* background-image: url("/web/20180411162947im_/https://content.reviveyourinbox.com/img/reverseleaf_crop.png");
	width: 150px;
	vertical-align: bottom;
	height: 150px;
	bottom: 7%;
	left: 115px;
	z-index: 120;
	position:fixed;
	*/
}
.new-user-notification-sidebar-link
{
	font-weight: bold;
	color:#F47A20;
}

.bad-eg{
	color: red;
}
.good-eg{
	color: green;
}
/* content listing page */
ul.content-table{
	list-style-type: none;
	line-height: 1.5em;
	font-size: 15px;
}
ul.content-table li{
	padding: 15px;
	min-width: 400px;
}
li.alt_row{
	background-color: #ccc;
}
/* shortcut drag and drop */
.draggable{
		cursor:pointer;
	}
#shortcut-source{
	border: 5px solid #7AC142;
	padding: 10px;
	max-width: 400px;
	line-height: 1.5em;
	margin-right: 20px;
}
#target 
{ 
	margin-top: 16px;
	min-height: 595px; 
	max-width: 400px;
	background-color:#E5EEBD; 
	border: 5px solid #F47A20;
}
#outlook_target{
	margin-top: 16px;
	min-height: 428px; 
	max-width: 400px;
	background-color:#E5EEBD; 
	border: 5px solid #F47A20;
}
#printable-result th{
	min-width: 140px;
}
table[border=1]{
	border: 1px solid #ccc;
}
.shortcut-key{
	text-align: center;
}
.shortcut-name, .shortcut-action{
	padding-left: 5px;
}
#print-button{
	margin-left: 200px;
	width: 250px;
}