@font-face {
    font-family: Facit;
    src: url("../fonts/Facit-Normal.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Facit;
    src: url("http://www.brandmymail.com/static/v0.0.29.9/fonts/Facit-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Facit;
    src: url("http://www.brandmymail.com/static/v0.0.29.9/fonts/Facit-Italic.ttf");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: Facit;
    src: url("../fonts/Facit-Bold-Italic.ttf");
    font-style: italic;
    font-weight: bold;
}

/*	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*---------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%; 
	background: transparent; 
	}
	 
body { line-height: 1; }
	 
ol, ul { list-style: none; }
	 
blockquote, q { quotes: none; } 
	
blockquote:before, blockquote:after, q:before, q:after { 
	content: ''; content: none; 
	}
	 
:focus { outline: 0; }
	 
ins { text-decoration: none; }
	 
del { text-decoration: line-through; }
	 

.clearfix:after { 
	content: "."; display: block; height: 0; clear: both; visibility: hidden; 
	}
.clearfix { display: inline-block; } /* Hide from IE Mac \*/
.clearfix { display: block; }  /*End hide from IE Mac */
.none { display: none; }  /*End Clearfix */

/*---------------------------------------------------------------------------*/


/*****************************************************************************/
/****************************** General CSS **********************************/
/*****************************************************************************/

/*Work better instead * use body, ul, il ,a for padding - FROM OLD DESIGN*/
/*
*{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}*/

html{
	background-color: #f5f5f5;
}

iframe#html{
	background-color: #f5f5f5;
}

body{
    background: #f7f6f7 url(../images/base/body_bg.png);
    color: #444444;
    font: 13px Facit,Arial,sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 35px;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 23px;
} 

h4 {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 23px;
} 

a {
    color: #00a5cc;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

.strong{
	font-weight: bold;
}

.center{
	text-align: center;
}

.italic{
	font-style: italic;
}

.wrap980{
	width: 980px;
}


.panel-border-1{
	background-color: #f5f5f5;
	border: 20px solid #f5f5f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow:0 1px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.border-1{
	background-color: #fff;
	padding: 10px;
	float: left;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); 
}

.border-2{
	background-color: #fff;
	padding: 20px;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); 
}


.border-2.background-color-1{
	background-color: #f5f5f5;
}

.bmm-logo{
	color: #00a5cc;
	cursor: default;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.button-icon{
	vertical-align: middle;
}

/*hack to fix background when resize window smaller than 980px*/
#login, #home, #template_editor{
	min-width: 1000px;
}

/* IMPORTED FROM OLD */
#wrap{
	width:960px;
	height:100%;
	margin:auto;
}

.wrap-center {
    margin: 0 auto;
}
/* Width Resolution */
.wrap500{
	width: 500px;
}

.wrap520{ /*Used for FACEBOOK PAGE*/
	width: 520px;
}

.wrap550{
	width: 550px;
}

.wrap680{
	width: 680px;
}

.wrap850{
	width: 850px;
}

.wrap960{
	width: 960px;
}

img{
	border: none;
}

strong {
    font-weight: bold;
}

.hide{
	display:none;
}

.ellipsis{
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

#clonable{
	display: none;
}

/* END IMPORTED FROM OLD */

/*****************************************************************************/
/****************************** HEADER ***************************************/
/*****************************************************************************/

#header {
	background: #fff;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

#header-inner {
    border-top: 10px solid #e7e7e7;
}

#logo{
	position: relative;
}

#logo h1{
    font-size: 35px;
}

#header #logo{
	float: left;
	height: 84px;
	margin-top: 0;
	margin-left: 0;
}

#header #logo img {
    max-width: 330px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#header #logo.dev {
    background-color: yellow;
}

#header #logo.local {
    background-color: red;
}

#header .header-promote-invite{
	display: inline-block;
	float: left;
	margin-left: 384px;
	background-color: white;
	padding: 10px;
	margin-top: 0px;
	font-weight: bold;
}

#header .header-promote-invite a{
	color: #00A5CC;
	text-decoration: none;	
}

#primary {
    float: none;
    width: auto;
    margin: 0;
    position: relative;
    padding: 40px 34px 0;
}

#primary-nav {
	float: right;
	height: 84px;
	margin: 0;
}

#primary-nav ul {
	float: right;
    list-style: none outside none;
    margin-top: 24px;
    padding: 0;
}

#primary-nav ul a {
	display: block;
	position: relative;
}

#primary-nav ul li {
    margin: 0 10px 0 0;
    position: relative;
	float: left;
}

#primary-nav ul li:last-child {
    margin-right: 0;
}

#primary-nav ul#main-navigation li.current-menu-item a{
    color: #CD071E;
    font-weight: 700;
}

#primary-nav ul#main-navigation li.current-menu-item {
	border-color: #CD071E;
}

/* IMPORTED FROM OLD */

#header #logo .alpha-logo{
	position: absolute;
	height: 40px;
    position: absolute;
    right: 10px;
    top: 14px;
}

#right-content-header{
	float: right;
}

#header .userinfo{
    position: relative;
	font-size: 0.86em;
	text-align: right;
	margin-top:5px;
	margin-bottom: 5px;
}

#header .userinfo img{
   vertical-align: sub;
}

#header .userinfo p{
	margin-bottom: 3px;
}

#header .nav{
    top: 20px;
	font-size: 1em;
}

#header .button .resume-wizard{
  	font-size: 1.8em;
	padding-left: 5px;
	padding-right: 5px;
	color: #444;
}

.userinfo .nickname_color{
	font-weight: bold;
}
/*because some plugin FasterFox*/
.userinfo .nickname_color .smarterwiki-linkify{
	
}


.userinfo .sign_out_color, .nav .sign_out_color{
	
}

#header .top_nav{
	width:100%;
	height:42px;
	float:left;
	font-size 0.9em;
}

#header .top_nav ul {
	list-style-type: none;	
}

#header .top_nav li{
	float:left;
	margin-right:10px;	
}

#header .top_nav a{
	width:132px;
	text-decoration: none;
	text-align: center;
	display:block;
	background: rgb(48,177,251);
	color:white;
	padding:5px 0px;
}

#header .top_nav li:hover, #header .top_nav a:hover{
	background: rgb(178,206,7);
}

#header .top_nav .active a{
	background: rgb(178,206,7);
}

#header .top_nav .menu_el{
  position:relative;
}
/* This is to do triangle effect from the menu active */

#header .top_nav .active .menu_el_tri {
  border-color: rgb(178,206,7) transparent transparent transparent;
  border-style: solid;
  border-width: 8px;
  height:0;
  width:0;
  position:absolute;
  left:58px;
}
/* END triangle effect menu active*/


/* END IMPORTED FROM OLD */



/***** Temporary header fix***/

#header .userinfo + #main-navigation {
	margin-top: 0;
}


#header .userinfo.temporary-header{
	margin-top: 10px;
	margin-bottom: 14px;
}


/***** END Temporary header fix***/



/******************************** END HEADER *********************************/


/*****************************************************************************/
/********************************* CONTENT ***********************************/
/*****************************************************************************/

#content {
	
}

#content-inner {
	padding-top: 40px;
	padding-bottom: 80px;
	position: relative;
}


#content .block-1/*:nth-child(n+2)*/{
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	margin-top: 40px; 
}

#content .block-2{
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#content .block-3{
	margin-top: 30px; 
}

#content .block-3:last-child{
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

#content .block-4{
	padding-top: 20px;
}


div.help img{
    width:14px;
    height: 14px;
}

.section-title{
    display: inline-block;
    vertical-align: top;
}

.section-title + div.help{
    display: inline-block;
    vertical-align: top;
}

/******************************* END CONTENT *********************************/


/*****************************************************************************/
/********************************** FOOTER ***********************************/
/*****************************************************************************/

#footer {
    font-size: 12px;
    clear: both;
	padding: 0;
	background: #f5f5f5 url(../images/base/airmail.png) repeat-x 0 0;
}

#footer-inner {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

#footer h4{
	font-size: 14px;
	margin-bottom: 8px;
}

#footer div.links{
	float: right;
	margin-bottom: 5px;
}

#footer .social {
    position: absolute;
    right: 0;
    top: 20px;
}

#footer ul.links li{
	float: left;
	margin-right: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#footer .footer-left-content{
	float: left;
}

#footer ul.links li:last-child{
	margin-right: 0;
}

#footer .social-page{
	position: absolute;
	top: 19px;
	left: 110px;
}

#footer .social-page li{
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-top;
}

#footer .social-page li:last-child{
	margin-right: 0;
}

#footer #twitter-follow{
	width: 64px;
}

#footer a.facebook {
    background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #DEDEDE);
	background-image: -o-linear-gradient(center top , #FFFFFF, #DEDEDE);
	background-image: -webkit-gradient(linear, center top, center bottom,from(#FFFFFF),to(#DEDEDE));
	
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #333;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
   
	/*display: block; temporary remove */
	position: relative;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 

 	border: 1px solid #CCCCCC;

    cursor: pointer;
	text-align: center;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#footer a.facebook:hover{
	background-color: #F8F8F8;
    background-image: -moz-linear-gradient(center top , #F8F8F8, #D9D9D9);
	background-image: -o-linear-gradient(center top , #F8F8F8, #D9D9D9);
	background-image: -webkit-gradient(linear, center top, center bottom,from(#F8F8F8),to(#D9D9D9));
    border-color: #BBBBBB;
}

#footer a.facebook img{
	display: inline-block;
    vertical-align: -3px;
}

#footer p.copy {
	clear: both;
	font-size: 10px;
	text-align: right;
}

#footer .social li {
    display: inline-block;
    vertical-align: text-top;
}


/*** EDIT MODE ****/

#footer .edit-gmail .social {
   
}


#footer .edit-gmail p.copy {
	
}



/******************************** END FOOTER *********************************/



/*****************************************************************************/
/********************************** BUTTONS **********************************/
/*****************************************************************************/

.button, .ui-widget .button{
    color: #444;
	font-size: 13px;
	font-weight: bold;
    text-decoration: none;
    padding: 4px 12px;
	/*display: block; temporary remove */
	position: relative;
	float: right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    cursor: pointer;
	line-height: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	text-align: center;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.button:active {
    color: #333;
    border-color: #444;
}

/* override bootstrap styling */
.button:HOVER {
    text-decoration: none;
}


.button img{
	margin-right: 7px;
	vertical-align: -3px;
}


.color-2, .ui-widget .button.color-2 {
	background: #00a5cc;
    background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#00a5cc),to(#018fb0));
    background: -moz-linear-gradient(top, #00a5cc 40%, #018fb0 70%);
	background: -o-linear-gradient(top, #00a5cc 40%, #018fb0 70%);
    color: #eee !important;
}

.color-1, .ui-widget .button.color-1{
	background: #cb1414;
    background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#cb1414),to(#b71010));
    background: -moz-linear-gradient(top, #cb1414 40%,#b71010 70%);
	background: -o-linear-gradient(top, #cb1414 40%,#b71010 70%);
    color: #eee !important;
}

.standard, .ui-widget .button.standard {
	background: #f5f5f5;
	background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#f5f5f5),to(#e5e5e5));
    background: -moz-linear-gradient(top, #f5f5f5 40%, #e5e5e5 70%);
	background: -o-linear-gradient(top, #f5f5f5 40%, #e5e5e5 70%);
	border-bottom: 1px solid #e5e5e5;
}

.color-2:hover, .color-1:hover, 
.ui-widget .button.color-2:hover, .ui-widget .button.color-1:hover{
    color: #fff !important;
	
}

.color-2:hover, .color-1:hover, .standard:hover,
.ui-widget .button.color-2:hover, .ui-widget .button.color-1:hover, .ui-widget .button.standard:hover{
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.button.standard:hover, .ui-widget .button.standard:hover {
    color: #000;
	background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#f0f0f0),to(#e0e0e0));
    background: -moz-linear-gradient(top, #efefef 40%, #d5d5d5 70%);
	background: -o-linear-gradient(top, #f0f0f0 40%, #e0e0e0 70%);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}


.button.color-1:hover, .ui-widget .button.color-1:hover {
	background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#cb1414),to(#a40a0a));
    background: -moz-linear-gradient(top, #cb1414 40%,#a40a0a 70%);
	background: -o-linear-gradient(top, #cb1414 40%,#a40a0a 70%);
}

.button.color-2:hover, .ui-widget .button.color-2:hover {
	background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#00a5cc),to(#0082a0));
    background: -moz-linear-gradient(top, #00a5cc 40%, #0082a0 70%);
	background: -o-linear-gradient(top, #00a5cc 40%, #0082a0 70%);
}


#content .inside_panel .button{
	float: none;
}

#content .button{
	float: left;
	text-align: center;
}

#content .button-bar-center{
	text-align: center;
	margin-bottom: 5px;
	
}

#content .button-bar-center .button{
	float: none;
}

#content .button-bar-right{
	float: right;
}

.button-bar-right h3{
	margin-bottom: 5px;
}

.button-bar-right ul:not(.dropdown-menu) li{
	display: inline-block;
	margin-right: 10px;
}

.button-bar-right ul li:last-child{
	margin-right: 0;
}

/******************************** END BUTTONS ********************************/

/*****************************************************************************/
/*********************************** PRESS ***********************************/
/*****************************************************************************/

#press .press{
	padding-bottom: 20px;
	font-size: 15px;
}

#press .press .author{
	font-style: italic;
}

#press .press .author{
	font-style: italic;
}

#press .press .source{
	font-weight: bold;
}

/*****************************************************************************/
/************************************ FAQ ************************************/
/*****************************************************************************/


#faq p.intro {
	width: 48%;
	font-size: 15px;
	margin-bottom: 30px;
}

#faq #questions {
	float: left;
	margin-right: 30px;
	width: 48%;
}

#faq #questions ul li{
	padding: 10px;
	display: block;
	-webkit-transition: background-color .218s;
    -moz-transition: background-color .218s;
    -o-transition: background-color .218s;
    transition: background-color .218s;
    background: #f5f5f5;
	margin-bottom: 3px;
}

#faq #questions ul li:hover, #faq #questions ul li.current-item{
	color: #f5f5f5;
	background: #00a5cc url(../images/icons/arrow.png) no-repeat 98% 50%;
	cursor:pointer;
}

#faq #answers {
	float: right;
	width: 48%;
	position: relative;
}

#faq #answers #floatdiv{
	position: absolute;
}

#faq #answers h2{
	color: #00a5cc;
	font-size: 25px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	line-height: 30px;
}

#faq #answers ul li{
	display: none;
}

#faq #answers ul li.current-item{
	display: block;
}

/*********************************** END FAQ *********************************/


/* Facebook like button hack */

#fb-root{
	display: none !important;
	visibility: hidden !important;
}



/******************************** OLD STYLE ********************************/

/*h1 *:not(.mail), h2 *:not(.mail), b *:not(.mail), strong *:not(.mail)*/
/*
h1, h2, h3, b, strong{
	font-family: DelicBold;
}

h3{
	font-size: 1.3em;
}

h1,h2,h3 {
	margin-bottom: 10px;
}

 
#default, #template_editor, #rule_engine, #authorizations, #welcome, #dev{
	
}

a{
	outline: none;
	text-decoration: none;
	color: blue;
}

p{
	margin-bottom: 1em;
}

#wrap{
	width:960px;
	height:100%;
	margin:auto;
}

.wrap-center {
    margin: 0 auto;
}*/
/* Width Resolution */



.plugin .content, .plugin_def, .menu_el, .dock_buttons, .plugin_defs,img{
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
}	

/* Changes */
.panel {
    border-top: 1px solid #cccccc;
	padding-top: 15px;
    margin-bottom: 40px;
}

.panel:last-child{
	margin-bottom: 0!important;
}

.panel:first-child{
	border-top: none;
	padding-top: 0;	
}

.panel h2{
	margin-bottom: 15px;
}

.panel-2 {
    margin-bottom: 20px;
}

.panel-2:last-child{
	margin-bottom: 0!important;
}

.panel-2:first-child{
	padding-top: 0;	
}

/* END Changes */

.inside_panel{
	background-color: white;
	border: 25px solid white;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
/*
.button{
	cursor: pointer;
  	font-family: DelicHea;
	font-size: 0.9em;
	text-align:center; 
	border:none;
	text-decoration: none;
	text-align: center;
	background: rgb(178,206,7);
	color:white;
	padding:5px 10px;
	text-transform: uppercase;
	vertical-align: middle;
}


.button[disabled] {
    background: rgb(150, 150, 150);
}

.button * {   
	font-family: DelicHea;
    color: white;
    text-transform: uppercase;
}

*/

.button.disabled{
	opacity: 0.4;
	cursor: default;
}

.button.disabled:HOVER, .ui-widget .button.disabled:HOVER{
	opacity: 0.4;
	cursor: default;
    color: #444;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

.color-2.disabled:HOVER, .ui-widget .button.color-2.disabled:HOVER {
	background: #00a5cc;
    background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#00a5cc),to(#018fb0));
    background: -moz-linear-gradient(top, #00a5cc 40%, #018fb0 70%);
	background: -o-linear-gradient(top, #00a5cc 40%, #018fb0 70%);
    color: #eee !important;
}

.color-1.disabled:HOVER, .ui-widget .button.color-1.disabled:HOVER{
	background: #cb1414;
    background: -webkit-gradient(linear, 0% 40%,0% 70%,from(#cb1414),to(#b71010));
    background: -moz-linear-gradient(top, #cb1414 40%,#b71010 70%);
	background: -o-linear-gradient(top, #cb1414 40%,#b71010 70%);
    color: #eee !important;
}

.button-input{
	padding: 5px;
	vertical-align: middle;
}

.link {
    color: #00A5CC;
    cursor: pointer;
    cursor: hand;
}

/* Hovering over infolinks displays a tooltip with info */
.infolink {
    border-bottom: 1px dotted;
}

#back_to_dashboard {
    color: white;
}

.shadow {
    -moz-box-shadow:2px 2px 2px -1px #000000;
    -webkit-box-shadow:2px 2px 2px -1px #000000;
    box-shadow:2px 2px 2px -1px #000000;
}

#dialogs {
    display: none;
}


.clear{
	clear: both;
}

/* new way to clear float problem , more information http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearFloat::before, .clearFloat::after {
    content:"";
    display:block;
}

.clearFloat::after {
    clear:both;
}

/********************************** TIP CSS ***********************************/

 
.tooltip, .tooltip-help{
    position:absolute;
    z-index:5000;
    left:-9999px;
    background-color: #fbeda1;
    padding:5px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	
	border: 1px solid #aaa;
	
}

.tooltip .tipInner, .tooltip-help .tipInner{
	font-size:0.8em; 
	padding:2px 7px;
}

.tooltip .tipInner{
	color: #00a5cc;
}


.tooltip .tri, .tooltip-help .tri{
  background-color: #fbeda1;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  height: 6px;
  width: 6px;
  position:absolute;
  left:50px;
  bottom: -4px;
  
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}



.tooltip-blue{
    background-color: white;
    border: 2px solid;
}

.tooltip-blue .tipInner{
	background-color: white;
}


.tooltip .tri-top{
  border-color: transparent transparent rgb(48,177,251) transparent;
  border-style: solid;
  border-width: 5px;
  height:0;
  width:0;
  position:absolute;
  left:50px;
  top: -10px;
}


/* Jquery.tooltip_fixed changes Jquery.toolTip  */

.help {
    position: relative;
}

.tooltip-help {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

.tooltip-help .tri{
	left: 60px;
}

/* Bootstrap override css */

.tooltip .tooltip-inner{
	color: #00a5cc;
	background-color: #fbeda1;
}

/******************************************************************************/
/************* ACTIVATION (DASHBOARD AND WELCOME STEP1) ***********************/
/******************************************************************************/
#activation_panels .activation_panel {
    display: none;
	text-align: center;
}


#activation-popup{
	display: none;
	background-color: #B2CE07;
	color: white;
}

.activation-popup .ui-dialog-titlebar { 
	display: none; 
}

.activation-popup.ui-dialog{
	background: #B2CE07!important;
}


/******************************************************************************/
/****************************** LOGIN CSS *************************************/
/******************************************************************************/


/* new design */

#top_content{
	position: relative;
}

#top_content .button-dock{
	position: absolute;
	bottom: 0;
}

#left_content {
	width: 450px;
	float: left;
	margin-right: 22px;
	text-align: center;
}

.quote-bottom{
	width: 100%;
	float: left;
	margin-top: 8px;
}

.title-quote{
	text-shadow: #999999 1px 1px 3px;
	margin-top: 30px;
	margin-bottom: 6px;
	line-height: 44px;
	text-transform: uppercase;
	font-size: 40px;
}

.sub-title-quote{
	font-style: italic;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 14px;
}

.button-dock .login-panel{
  	width: 420px;
	border-radius: 8px;
	padding: 15px;
	margin: 0 auto;
}

.button-dock .title{
	font-size: 33px;
	font-weight: bold;
	padding-bottom: 8px;
}

.button-dock .button-column{
	display: inline-block;
}

.button-dock .button-column.first{
	margin-right: 15px;
}

.button-dock .button-legend{
	background:transparent url('../images/icons/free.png') no-repeat center center;
	position: absolute;
	height: 44px;
	width: 18px;
	background-size: 45px;
	right: 0px;
	top: 0px;
	border-left: 1px solid #ffffff;

}



#left_content .try_now.button,
#left_content .try_now_corporate.button {
	font-size: 20px;
	padding: 13px 24px 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
	
}

#left_content .try_now.button{
	float: left;
}

#left_content .try_now_corporate.button {
	float: right;
}

#left_content .try_now.button:hover, 
#left_content .try_now_corporate.button:hover{
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

#left_content .try_now.button .button-icon, 
#left_content .try_now.button .button-text{
  display: table-cell;
  vertical-align: middle;
}
 
.install_extension{
	font-size: 20px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
	padding: 10px 30px;
}

.install_extension i.icon{
}

#left_content .try_now.button img {
	vertical-align: -2px;
    width: 20px;
	display: none;
}

#video-tour {
	padding: 10px 10px 5px;
	width: 486px;
	height: 278px;
} 


.step {
	float: left;
	margin-right: 25px;
	width: 263px;
	font-size: 18px;
	line-height: 23px;
	background: #f5f5f5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 20px 20px 25px;
	height: 90px;
	position: relative;
	z-index: 1;
}

.step h4 {
	color: #00a5cc;
	font-weight: bold;
	margin-top: 0;
}

.step span {
	font-weight: bold;
	position: absolute;
	top: 66px;
	left: 229px;
	color: #E7E7E7;
	font-size: 80pt;
	z-index: -1;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	cursor: default;
}

.step img {
	float: left;
	margin-right: 19px;
	margin-top: 0;
}


.step:last-child{
	margin-right: 0;
}

p.watch {
	clear: left;
	text-transform: uppercase;
	font-weight: bold;
}

p.watch img{
	vertical-align: bottom;
	margin-right: 5px;
}

p.watch a{
	color: #666;
}

#login #testimonials{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

#login #testimonials #gallery-testimonials-prev, #login #testimonials #gallery-testimonials-next{
	position: absolute;
	height: 16px;
	width: 13px;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
}

#login #testimonials #gallery-testimonials-prev{
	background:transparent url('../images/icons/arrow_default.png') no-repeat top left;
	left: 0;
}

#login #testimonials #gallery-testimonials-next{
	background:transparent url('../images/icons/arrow_default.png') no-repeat top right;
	right: 0;
}

#login #testimonials #gallery-testimonials-prev:hover{
	background-position: bottom left;
}

#login #testimonials #gallery-testimonials-next:hover{
	background-position: bottom right;
}

#login #testimonials .logo{
	display:block;
	width:300px;
	height:50px;
	text-indent:-9999px;
	outline:none;
}

#login #testimonials .logo.techcrunch{
	background:transparent url('http://www.brandmymail.com/static/v0.0.29.9/images/testimonials/techcrunch.png') no-repeat bottom center;
	width: 235px;
}

#login #testimonials .logo.words{
	background:transparent url('../images/testimonials/10000words.png') no-repeat bottom center;
	width: 205px;
}

#login #testimonials .logo.forbes{
	background:transparent url('http://www.brandmymail.com/static/v0.0.29.9/images/testimonials/forbes.png') no-repeat bottom center;
	width: 155px;
}

#login #testimonials .logo.bestvendor{
	background:transparent url('../images/testimonials/bestvendor.png') no-repeat bottom center;
	width: 260px;
}

#login #testimonials .logo.mashable{
	background:transparent url('../images/testimonials/mashable.png') no-repeat bottom center;
	width: 215px;
}

#login #testimonials .logo.thebignextidea{
	background:transparent url('../images/testimonials/thebignextidea.png') no-repeat bottom center;
	width: 50px;
}


#login #testimonials .logo:hover{
	background-position: center 0;
}

#login #testimonials .testimonial{
	float: left;
	margin: 15px;
}


#login #testimonials .testimonial .testimonial-text{
	font-size: 15px;
    font-style: italic;
    margin: 20px 0 0;
    text-align: justify;
	text-indent: 20px;
	background: transparent url('../images/testimonials/open-quote.gif') no-repeat left 4px;
}
   


#login #supported p, #facebook #supported p {
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin-right: 15px;
	margin-top: 10px;
}


#login #supported li, #facebook #supported li{
	opacity: 0.8;
	float: left;
	text-align: center;
}

#login #supported li:hover, #facebook #supported li:hover{
	opacity: 1;
}

#login #supported li img, #facebook #supported li img{
	margin-bottom: 3px;
	width: 28px;
}

#login #supported li .info-icon, #facebook #supported li .info-icon{
	font-size: 10px;
	display: block;
	visibility: hidden;
}

#login #supported li:hover .info-icon, #facebook #supported li:hover .info-icon{
	visibility: visible;
}

#login #random-quotes{
	float: left;
	width: 500px;

}

#login blockquote{
    margin-top: 35px;	
	position: relative;
	z-index: 1;
}
#login blockquote:first-child{
	margin-top: 0;
}

#login blockquote .leftquote{
	position: absolute;
	font: bold 120px Helvetica;
	letter-spacing: -12px;
	color: #00A5CC;
	opacity: 0.7;
	
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
	cursor: default;
	z-index: -1;

	left: -5px;
	top: -42px;
}

#login blockquote h5, #login blockquote p{
	margin-left: 20px;
}

#login blockquote h5{
	font-weight: normal;
	font-size: 150%;
	letter-spacing: -.04em;
	line-height: 125%;
	margin: 1em 0 .2em 45px;
	letter-spacing: -0.04em;
}

#login blockquote p{
	margin: 0 0 .8em 45px;
	padding: 0;
	opacity: 0.7;
}

#login blockquote p a{
	font-weight: bold;
}

#login #twitter-box{
	float: right;
	width: 450px;
}

/*** TWITTER BOX ***/

#login #twitter-box .twtr-doc{
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); 
}

#login #twitter-box .twtr-ft img{
	display: none;
}

#login #twitter-box .twtr-ft a[href="http://twitter.com"]{
	background: url("../images/base/twitter_logo_withbird_blue.png") no-repeat center center;
	width: 100px;
	height: 16px;
}


/* END new design */



#login #left_content .login_quote{
	
}

#login #left_content .login_quote .quote{

}



#login #email{
	width: 160px;
	font-weight: bold;
}

#login #example_email{
	margin-top: 1em;
	float: right;
	width: 70%;
	position: relative;
}


#login #example_email .email-wrap{
	position: absolute;
	right: 0;
}

#login #example_email .error{
	position: absolute;
	margin-left: 2px;
	font-size: 0.8em;
	color: red;
}





#login #right_content #login_form_content{
	margin-left:80px;
	width:100%;
}


#subscribe_status{
	color: 	white;
}




/**************************** TEMPORARY LOGIN ********************************/


.cloud_img_right{
	text-align: right;
	vertical-align: middle;
}

.cloud_img_center{
	text-align: center;
}
/*
#login_button:hover{
	opacity: 0.8;
}

#login_button {
    width: 100px;
	vertical-align: middle;
}
*/
.cloud_img_center #login_button{
	width: 150px;
}

.cloud_img_right {
    font-size: 0.8em;
}

/**************************** Logo & Quote CSS *******************************/

#login #left_content #login_logo{
	width:100%;
	margin-bottom: 5px;
}

/******************************** ERROR CSS **********************************/

#login .error_login{
	float:left;
	width:100%;
	height:20px;
	color:white;
	font-weight:bold;
	text-align: center;
	margin-bottom: 40px;
}	

#login .error_login .errorlist li{
	border: 1px solid rgb(48,177,251);
	background:rgb(48,177,251);
}

/******************************** MESSAGES CSS **********************************/

#msg{
	position: absolute;
    text-align: center;
    width: 100%;
	padding: 10px 0;
	background-color: #fbeda1;
	border: 1px solid #ccc;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	top: 10px;
	color: #00a5cc;
	z-index: 1;
}

#msg_notification{
	
}	

#msg_notification li.msg_error{

}
#msg_notification li.msg_success{
	
}

/******************************************************************************/
/************************* TEMPLATE EDITOR CSS ********************************/
/******************************************************************************/


 
#template_editor #header{ 
 
 
 }

#preview_body{
	/*Just trying to see if works good without this
	width:300px;*/
	overflow:hidden;
	position:relative;
}

 
/******************************************************************************/
/******************************* PREVIEW CSS **********************************/
/******************************************************************************/ 
#preview_email{
	background:none;
} 

/* Disable the sample image overlays in preview */
#preview_email .sample_img {
    display: none;
}

#preview_wrap{
	height:100%;
	margin:auto;
}

 
#preview_wrap .left_menu{
	width: 160px;
	min-height:600px;
	float:left;
	font-family: Facit;
	font-size:0.8em;
	margin-top:20px;
}
 
 
/* Use the same as the template editor */
#preview_wrap div.layout, #preview_wrap div.layout_1 {
	background-color: transparent;
	font-size: small;
	color:black;
	
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	min-height:600px;
}

/*
#preview_wrap div.layout{
	width:644px;
	float:left;
}


#preview_wrap div.layout_1{
	width:644px;
	margin:auto;
}*/


 #preview_wrap .layout #template_wrapper,  #preview_wrap .layout_1 #template_wrapper{
	background-color: transparent;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	height:580px;
	overflow: auto;
}


 #preview_wrap .left_menu .tab_menu{
 	display:block;
	background: rgb(48,177,251);
	color:white;
	margin-bottom:10px;
	height:46px;
	cursor:pointer;
	padding-left:5px;
	position: relative;
 }

 #preview_wrap .left_menu .tab_menu:hover, #preview_wrap .left_menu .active{
	background: rgb(178,206,7);
 }

#preview_wrap .left_menu .active .tab_menu_tri {
  border-color: transparent transparent transparent rgb(178,206,7);
  border-style: solid;
  border-width: 23px;
  height:0;
  width:0;
  position:absolute;
  left:160px;
}

#preview_wrap .left_menu .tab_menu_el{
	display:table;
	vertical-align:middle;
	height:100%;
	width:100%;
}

#preview_wrap .left_menu .menu_el{
	display:table-cell;
	vertical-align:middle;
}


#preview_wrapper{
	background-color: transparent;
	font-size: small;
	color:black;
	width:600px;
	min-height:500px;
}

/***************************** GENERAL BOX CSS *******************************/

#invite_open .wrapper, #feedback_open .wrapper {
    margin: 10px;
	padding: 10px;
	background: #f7f6f7 url(../images/base/body_bg.png);
	color: #444444;
}

#invite_close, #feedback_close {
    position: absolute;
    top: 16px;
    right: 15px;
    cursor: pointer;
	display: none;
}


/****************************** INVITE BOX CSS *******************************/

#invite_box {
    position: fixed;
    top: 142px;
    left: 0;
    background-color: #CD071E;
	color: #eee;
	font-size: 12px;
	
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	z-index: 101;

}

#invite_closed {
    width: 27px;
}

#invite_box.closed:hover {
	/*opacity: 0.8; if need instead of the brighter color*/
	cursor: pointer;
}

#invite_closed_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin-top: 34px;
    margin-bottom: 20px;
    cursor: pointer;
}

#invite_open {
    display: none;
    width: 340px;
}

/* social-bar related */
#invite_open .social-bar .button{
	padding: 4px 9px 0px;
	font-size: 10px;
}

#invite_open .social-bar{
	margin-top: 10px;
	margin-bottom: 10px;
}

#invite_text {
    cursor: default;
}

#invite_open p {
    margin-bottom: 5px;
}

#invite_submit {
   float: left;
   font-size: 12px;
   padding: 3px 10px;
}

#invite_status {
	font-size: 0.8em;
	height: 10px;
	width: 200px;
}

#invite-email{
	/*display: none; just not working now*/
}

#invite_entry{
	width: 220px;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
}



/****************************** FEEDBACK BOX CSS *******************************/

#feedback_box {
    position: fixed;
    top: 315px;
    left: 0;
    background-color: #CD071E;
	color: #eee;
	font-size: 12px;
	
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	z-index: 100;
}

#feedback_closed {
    width: 27px;
}

#feedback_box.closed:hover {
	/*opacity: 0.8; if need instead of the brighter color*/
	cursor: pointer;
}

#feedback_closed_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    margin-top: 62px;
    margin-bottom: 20px;
    cursor: pointer;
}

#feedback_open {
    display: none;
    width: 340px;
}

#feedback_text {
    cursor: default;
}

#feedback_open p {
    margin-bottom: 5px;
}

#feedback_submit {
   float:right;
}

#feedback_status {
    vertical-align: middle;
}

#feedback_entry{
	width: 293px;
}

#feedback_message{
	resize: vertical;
	width: 294px;
	height: 100px;
}

#feedback_response{
	display: none;
	position: relative;
    padding: 10px;
	color: #444444;
}

#feedback_response .wrapper{
	background: #f7f6f7 url(../images/base/body_bg.png);
	width: 100%;
	height: 100%;
}

#feedback_thanks{
	bottom: 0;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

/****************************** DIALOG BOX CSS *******************************/

.ui-dialog p{
	 margin-bottom: 10px;
}

.ui-dialog{
	background: #f7f6f7 url(../images/base/body_bg.png);
	border: 10px solid #fff;	
	-moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	padding: 5px 10px 10px;
}

body#plugin{
 
}

#plugin h1 {
    margin-bottom: 20px;
}

.ui-widget-header{
	border: none;
	background: transparent;
	color:white;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}

.ui-dialog .ui-dialog-titlebar-close{
	margin: -14px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close span{
	margin: 0;
}

.ui-widget-header .ui-icon{
	background: url("../images/close.png") no-repeat scroll center center transparent;
	width: 19px;
	height: 20px;
}

.ui-dialog .ui-dialog-title {
	font-size: 25px;
	color: #00a5cc;
}

.ui-dialog, .ui-widget textarea, .ui-widget select, .ui-widget input[type=text], 
.ui-widget input[type=radio]{
	font-family: Facit;
	font-size: 1em;
	vertical-align: middle;
}

.ui-dialog {
	color: rgb(48,177,251);
}

.ui-widget-content a{
	color: #00A5CC;
	text-decoration: none;
}

.ui-widget .ui-widget-content{
	
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
    padding: 0.5em 1em 0;
}

/* Move to BUTTON */
.ui-dialog .button_bar,  #plugin .button_bar{
	margin-top: 20px;
	margin-bottom: 4px;
	width: 100%;
}

.ui-dialog .button_bar .button,  #plugin .button_bar .button{
	min-width: 80px;
	margin-right: 4px;
}

.ui-dialog .button_bar .button:not(:first-child),  #plugin .button_bar .button:not(:first-child){
	margin-right: 20px;
}
/* END MOVE TO BUTTON */



.ui-widget .button_bar  button[disabled] {
    /* TODO: Make this look more disabled... */
    background: rgb(150, 150, 150);
}

/*remove dot border that appear in the buttons CSS3*/
.ui-widget .button_bar  button::-moz-focus-inner, button::-moz-focus-inner, button:focus{
	border:none;
}

.button_bar button{
   	margin-right: 20px;
    width: 100px;
}

.button_bar button:last-child{
   	margin-right: 0px;
}
 .ui-widget-overlay{
 	background: #000000;
 	opacity: 0.5;
 }
 
 /****************** DASHBOARD CSS WIDGET SIMPLE RULES ***********************/
 
 #template_used_for_dialog label{
 	width: 100px;
	display: inline-block;
 }
 
 
 .ui-widget textarea, .ui-widget select, .ui-widget input[type=text]{
 	width: 250px;
 }
 
 #template_used_for_dialog input{

 }
 
 /****************** TEMPLATE MODELS CSS SIMPLE RULES ***********************/
 
 #simple_rules label{
 	width: 100px;
	display: inline-block;
	vertical-align: middle;
 }
 
 #simple_rules textarea,  #simple_rules select,  #simple_rules input[type=text]{
 	width: 250px;
 }
 
 #simple_rules input{
	vertical-align: middle;
	display: inline-block;
 }
 
 #simple_rules #refresh, #simple_rules #loading-recipient,
 #template_used_for_dialog #refresh, #template_used_for_dialog #loading-recipient,
 #loading-invite-recipient{
  	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
 }
 
 #simple_rules #loading-recipient,  #template_used_for_dialog #loading-recipient,
 #loading-invite-recipient{
 	visibility: hidden;
 }
 
.ui-autocomplete-loading + #loading-recipient, .ui-autocomplete-loading + #loading-invite-recipient,
.loading + #loading-recipient, .loading + #loading-invite-recipient{
 	visibility: visible!important;
}
  
 #simple_rules #refresh,  #template_used_for_dialog #refresh{
 	cursor: pointer;
 }
 
 #simple_rules p {
    margin-bottom: 10px;
}
 
 
 
/*****************************************************************************/
/************************** EMAIL RESET STYLES *******************************/
/*****************************************************************************/

.mail{
	font-family: Arial, Helvetica, sans-serif;	
}

.mail h1, .mail h2, .mail h3,.mail b, .mail strong{
	font-family: inherit;
}

.mail h1, .mail h2, .mail h3 {
	margin-bottom: 0;
}


.mail a{
	color: blue;
	text-decoration: underline;
}
.mail ul *{
	list-style-type: disc;
}

.mail ol *{
	list-style-type: decimal;
}

.mail ul, .mail ol{
	padding-left: 30px;
}
 
.mail .plugin, .mail .placer {
	list-style-type: none;
}

#spinner{
	width: 100%;
	height: 100%;
	background: url('../images/template_editor/loading.gif') center center no-repeat;
}

#template-preview-spinner{
	width: 100%;
	height: 90%;
	background: url('../images/template_editor/loading.gif') center center no-repeat;
}

#template-preview-dialog iframe{
	min-width: 700px;
	height: 600px;
	overflow-x:hidden;
}


/********************** EMAIL TEMPLATE HACK FOR WEB CSS **********************/
/*
#templateHeader img{
	height:170px;
}
*/

#template_wrapper #backgroundTable{
	margin: 0px auto;
}
 
 #template_wrapper #backgroundTable.mail{
 	margin: 0px;
 }
 
 #preview_wrapper #backgroundTable, #preview_wrap #backgroundTable{
 	background-color: white;
 }
 
.layout table#templateBody .topColumnContent, .layout table#templateBody .leftColumnContent, .layout table#templateBody .centerColumnContent, 
.layout table#templateBody .rightColumnContent, .layout table#templateBody .bottomColumnContent{
 	/*padding-bottom:20px;*/
}

#preview_email table#templateBody .topColumnContent,#preview_email  table#templateBody .leftColumnContent,
#preview_email  table#templateBody .centerColumnContent, #preview_email table#templateBody .rightColumnContent,
#preview_email  table#templateBody .bottomColumnContent{
	/*padding: 20px; Used to hack the email padding, put in style padding to the template*/
}
 
 
#preview_body {
	/*padding: 20px; Used to hack the email padding, put in style padding to the template*/
}



/*****************************************************************************/
/****************************** WELCOME PAGE *********************************/
/*****************************************************************************/


.header_top .wizard{
	float: right;
	position: relative;
}


.wizard .back-line-step{
	position: absolute;
	width: 150px;
	height: 6px;
    left: 0;  
	right: 0;
    margin:0 auto;
    top: 15px;
    z-index: -1;
	border-top: 2px dashed rgb(150, 150, 150);
}


.header_top .wizard li{
	float: left;
	text-transform: uppercase;
	width: 80px;
	text-align: center;
}

.wizard .circle{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius:30px;
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	background: rgb(150, 150, 150);
}

.circle.complete{
	background: rgb(178,206,7);
}

.circle.active{
	background: rgb(48,177,251);
}


 #skip_welcome_wizard{
 	color: white;
 }
 
.button_bar.button_bar_bottom #skip, .button_bar.button_bar_bottom #upgrade-button{
    float: right;
    margin-right: 0;
}

.button_bar .install-button, #firefox #next[disabled], #chrome #next[disabled]{
	display: none;
}

.button_bar li .button{
 	display: inline-block;
    margin-right: 20px;
    min-width: 80px;
}

.button_bar.no_width .button{ 
	width: initial;
}

/************************** SELECT BOX CSS - CUSTOM **************************/
 
 
 /* Dropdown control */
.selectBox-dropdown {
	width: 130px;
	height: 20px;
	position: relative;
	border: solid 1px #BBB;
	text-decoration: none;
	color: #000;
	outline: none;
	vertical-align: middle;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 20px 0 4px;
	display: inline-block;
	cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
	width: 100%;
	/*padding: .2em .3em; removed from main*/ 
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 100%;
	background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #BBB;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	max-height: 200px;
	border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
	color: black;
}

/* Inline control */
.selectBox-inline {
	width: 130px;
	outline: none;
	border: solid 1px #BBB;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}

.selectBox-inline:focus {
	border-color: #666;
}


/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}

.selectBox-options LI A {
	line-height: 1.5;
	/*padding: 0 .3em 0 22px;*/
	padding: 0 1em 0 22px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
	background-color: #C8DEF4;
}

.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
	background-image: url(../images/jquery.selectBox-tick.gif);
}

.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

/* Disabled */
.selectBox.selectBox-disabled {
	color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}

.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}

.selectBox-dropdown-menu li.loading{
	text-align: center;
}

/**** CUSTOM selectBox BMM *****/

.content-selectBox{
	/* not sure if need 
	 * padding: 1px 0;*/
}

.content-selectBox .span-selectBox{
	display: inline-block;
	vertical-align: middle;
}

.content-selectBox .span-selectBox.text{
	margin-left: 5px;
}

.content-selectBox .span-selectBox .icon-selectBox{
	width: 15px;
	height: 15px;
	display: block;
}




/*********************** END SELECT BOX CSS - CUSTOM *************************/

/************************ AUTOCOMPLETE CSS - CUSTOM **************************/
.ui-menu .ui-menu-item a{
	 line-height: 1.5;
	 padding: 0 1em 0 22px;
	 color: black;
	 font-family: Facit, Arial;
	 font-size: 0.9em;
}


.ui-autocomplete.ui-menu.ui-widget {
		max-height: 180px;
		overflow-y: auto;
		/* prevent horizontal scrollbar */
		overflow-x: hidden;
		/* add padding to account for vertical scrollbar */
		/*padding-right: 20px;*/
		/*TODO: probably need a min-width*/
		
		
		/*Similar selectBox*/
		border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
		background: #FFF;
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
		padding: 0px;
		margin: 0px;

}
	
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
		height: 180px;
}


.ui-autocomplete .span-selectBox.text{
	
	
}

/*OVERRIDE: round corner UI Jquery*/

.ui-autocomplete .ui-state-hover{
	background: #C8DEF4;
	border: none;
	color: black;
	
}

.ui-autocomplete.ui-menu a.ui-state-hover{
	margin: 0px;
}

.ui-autocomplete.ui-corner-all{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.ui-autocomplete .ui-corner-all{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.ui-autocomplete.ui-menu.ui-widget .ui-menu-item{
   
    white-space: nowrap;

}


/*********************** END AUTOCOMPLETE CSS - CUSTOM ***********************/



/******************************** GET INVITE *********************************/

#get_invited #login_container{
	float:left;
	width: 100%;
	min-height: 500px;
	padding-bottom: 20px;
}

#get_invited #login_content_wrap{
	width: 500px;
	height: 100%;
	margin: auto;
}


#get_invited h1{
    margin-bottom: 10px;
}

#get_invited #subscribe, #get_invited #subscribe_close{
	width: 100px;
	margin-top: -3px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

#get_invited #subscription_status{
	margin-bottom: 10px;
}

#subscription{
	position: relative;
}

#subscription p{
	width: 335px;
}

#get_invited label, #get_inivited #subscription_email{
	vertical-align: middle;
}

#get_invited #subscription_email{
	width: 200px;
}


/****************************** DEVELOPER BAR ********************************/

#developer_box{
	background-color: rgb(48,177,251);
	position: fixed;
	right: 0;
	top: 160px;
	/*
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -khtml-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    */
	-webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleftt: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #000000;
    -webkit-box-shadow: 0px 0px 5px #000000;
    box-shadow: 0px 0px 5px 0px #000000;
	z-index: 1;
}

#developer_box #developer_closed_content {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-bottom: 20px;
    margin-top: 85px;
    letter-spacing: 2px;
    font-family: Facit;
    writing-mode: tb-rl;
    cursor: pointer;
}

#developer_box #developer_closed{
	width: 30px;
}

#developer_box #developer_open {
	width: 600px;
	height: 220px;
	display: none;
}

#developer_box .debug.sql, #developer_box .debug.title{
	margin-bottom: 10px;
}

#developer_box .debug.sql, #developer_box .debug.time{
	font-size: 13px;
}

#developer_box .debug.sql{
	background-color: rgb(114,188,231);
	padding: 10px;
}

#developer_box #developer_close{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

#developer_open .wrapper {
	overflow: auto;
    margin: 10px 30px 10px 10px;
	/*less height than #developer_open (check margin too)*/
	height: 210px;
}

#developer_box.closed:hover {
	background-color: rgb(114,188,231);
	cursor: pointer;
}


/**************************** MOBILE HACKS TOUCH *****************************/

/*to disable hover effect in plugins options*/
.touch .slot .plugin .options{
	display: block;
}

/*to disable hover effect profile.css*/
.touch .account .remove_button{
	visibility:visible;
}


/***************************** GENERAL PAGES CSS *****************************/


#about_us, #contact_us{
	
}

.content-block{
	margin-bottom: 3em;
}

 .content-block:last-child{
	margin-bottom: 0;
}

.screenshot {
  -moz-box-shadow: 5px 5px 7px #888;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 5px 5px 7px #888;
  -webkit-border-radius: 15px;
  box-shadow: 5px 5px 7px #888;
  border-radius: 15px;
  margin-bottom: 10px;
}

.screenshot-content{
	text-align: center;
}
/*
.inside_panel a:not(.button){
	color: rgb(178,206,7);
}
*/

/** For the welcome processs when using loading.gif **/

#activation #checking{
	min-height: 100px;
	position: relative;
}

#activation #checking .loading-icon{
	width: 80px;
	height: 80px;  
	margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
}



/******************************** ABOUT US PAGE ******************************/

#about_us p{
	/*text-indent: 5px;*/
	text-align: justify;
}


#about_us #about_description{
	margin-bottom: 20px;
}

#about_us .founder_profile{
	float: left;
    margin-bottom: 10px;
}

#about_us .founder_profile:last-child{
	margin-bottom: 0px;
}

#about_us .founder_profile .photo{
    float: left;
    padding: 1%;
    width: 10%;
	height 10%;
}

#about_us .photo.screenshot{
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  	border-radius: 0;
  	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding: 10px;
	background-color: white;
}


#about_us .founder_profile .info{
	float: left; 
	padding: 2% 0 0 2%;
    text-align: justify;
    width: 85%;
}

/******************************* CONTACT US PAGE *****************************/

#contact_us .label{
	float: left;
	margin-bottom: 5px;
}

#contact_us .input{
	width: 99%;
}

#contact_us li{
	margin-bottom: 15px;
}

#contact_us li:last-child{
	margin-bottom: 0px;
}


#contact_us #contact_message.input{
	width: 100%;
	height: 100px;
	resize: vertical;
}
/*
#contact_us .button{
	width: 100px;
	display: inline-block;
}
*/
#contact_us #contact_status{
	display: inline-block;
    float: right;
    margin-right: 2%;
    margin-top: 0.3em;
}

#contact_thankyou h2{
	text-align: center;
}

#contact_thankyou{
	display: none;
}

/*********************************** API PAGE *******************************/

#api .api_key_box{
	margin-bottom: 20px;
	background-color: #f5f5f5;
	position: relative;
	min-height: 100px;
}

#api #generate_new_key #generator{
	margin-top: 15px;
	text-align: center;
}

#api #generate_new_key #generator .button{
	float: none;
}

#api #generate_new_key .api_key{
	display: none;
}

#api #generate_new_key .api_key p:last-child, #api .api_key_box p:last-child{
	margin-bottom: 0px;
}

#api .api_key_box.loading{
	background: #f5f5f5 url("../images/template_editor/loading.gif") no-repeat center;
	background-size: 65px; 
}

#api #renew_key, #api #secret{
	display: inline-block;
}
#api #renew_key{
	vertical-align: top;
}

#api #renew_key img{
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}

/******************************** PRICING PAGE *****************************/

#pricing .featured-section{
	text-align: center;
	float: left;
	display: inline-block;
}


#pricing .featured-section .legend{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	color: gray;
}

#pricing .featured-section img{
	max-width: 100px;
}

#pricing .section-moreinfo{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px;
	text-align: right;
	margin: 40px;
}

#pricing .payment-methods .logo-container{
	background-color: white;
	display: inline-block;
	padding: 5px 20px;
	margin-left: 20px;
}

#pricing .payment-methods .legend{
	font-weight: bold;
	vertical-align: middle;
}

#pricing .payment-methods img{
	max-width: 150px;
}

#pricing #logos a.logo{
	display: inline-block;
}

#pricing #pricing-options{
	position: absolute;
	right: 0;
	top: 20px;
}

#pricing #pricing-options .legend{
	font-weight: bold;
	margin-bottom: 4px;
	vertical-align: middle;
}

#pricing #currency-options .btn{
	padding: 6px;
}

#pricing #currency-options .currency{
	width: 100px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#pricing #currency-options .symbol{
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}

#pricing #currency-options .symbol-legend{
	font-size: 11px;
}

#pricing #language-options{
	float: right;
	margin-top: 20px;
}

#pricing #google_translate_element{
	float: right;
}

#pricing #google_translate_element .goog-te-gadget-icon{
	display: none;
}

#pricing #plans{
	text-align: center;
	padding: 50px 0px 0px 0px;
}

#pricing #plans .plan{
	background-color: red;
	width: 250px;
	padding: 20px;
	display: inline-block;
	background-color: white;
	border: 1px solid #ccc;
	vertical-align: top;
	margin-top: 50px;
	margin-right: -10px;
	margin-bottom: 0px;
	position: relative;
}

#pricing #plans .plan .title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #00A5CC;
}

#pricing #plans .plan .price{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#pricing #plans .plan .user-support,
#pricing #plans .plan .client-target{
	text-align: center;
	font-style: italic;
}

#pricing #plans .plan .features{
	text-align: left;
	padding: 10px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 10px;
}

#pricing #plans .plan .features .feature{
	padding: 5px 0px;
}

#pricing #plans .plan .subscribe{
	text-align: center;
	margin-top: 20px;
}

#pricing #plans .plan .subscribe .button{
	float: none;
	padding: 10px 50px;
	display: inline-block;
}

#pricing #plans .plan-selected{
	width: 320px;
	margin-top: 0px;
	z-index: 1000;
}

#pricing #plans .plan-selected .subscribe .button{
	padding: 20px 50px;
	font-size: 20px;
	font-weight: bold;
}

#pricing .money-back{
	text-align: center;
	margin-top: 10px;
}

/**************************** PAYPAL BILLING OPTIONS **************************/

#paypal-billing-options #billing{
	max-width: 350px;
	margin: 0 auto;
	position: relative;
}

#paypal-billing-options #payment-details{
	margin-top: 20px;
}

#paypal-billing-options div.currency-panel{
	float: right;
	position: absolute;
	top: 16px;
	right: 16px;
}

#paypal-billing-options .price{
	color: #00A5CC;
}

#paypal-billing-options #payment-details-buttons{
	float: right;
	margin-top: -18px;
}

#paypal-billing-options #payment-details-buttons .button{
	float: none;
}
#paypal-billing-options .vmiddle{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#paypal-billing-options  div#paypal-forms{
	display: none;
}

#paypal-billing-options .paypal-payment{
	text-align: center;
}

#paypal-billing-options .paypal-payment img{
	height: 45px;
	margin-top: 6px;
}

#paypal-billing-options .saving{
	margin: 10px;
	color: #00A5CC;
}


/**************************** PAYMENT CONFIRMATION ****************************/

div.payment .payment-result{
	display: none;
}

div.payment .loading-icon{
	display: inline-block;
	max-width: 32px;
	margin-right: 5px;
	float: left;
}

/******************************** DOCS CONFIG ******************************/

.docs-steps{
	margin-top: 15px;
	margin-bottom: 15px;
}

.screenshot-content{
	margin-bottom: 20px;
	margin-top: 20px;
}


.docs-steps li{
	margin-bottom: 10px;
	margin-left: 25px;
	list-style-type: initial;
}

.docs-steps li:last-child{
	margin-bottom: 0;
}
.docs-steps.bold-text li{
	font-size: 16px;
	font-weight: bold;
}

.docs-ul{
	margin-bottom:15px;
}

.docs-ul .title{
	margin-bottom: 5px;
}

.docs-ul li:not(.title){
	margin-left: 15px;
}

.syntaxhighlight-container{
	background: #ffffff;
	padding: 5px 0;
}

.inline-code{
	background: #ffffff;
	padding: 2px 5px;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); 
}

/* Hack for chrome not show vertical scrollbar*/
.syntaxhighlighter { overflow-y: hidden !important; }

/******************************* STATISTICS PAGE ******************************/

#download-csv.button{
	float: right;
}

/* width dependent of the border-2 (padding in this case 20px)*/
.chart-full.border-2{
	height: 250px;
	width: 940px;
}

.chart-full{
	width: 100%;
}

.subChart{
	width: 350px;
	height: 250px;
	float: left;
}


.subChart-dashboard-container{
	width: 320px;
	float: left;

}

.subChart-dashboard{
	width: 160px;
	/*height: 250px;*/
	margin-bottom: 10px;
	float: left;
}

.subChart-control{
	width: 240px;
	float: left;
}

.subChart-container{
	width: 670px;
	heigth: 250px;
	margin-left: 30px;
	float: left;
	position: relative;
}

.chart-loading, .chart-loading-overlay{
	background: #ffffff url("../images/template_editor/loading.gif") no-repeat center;
	background-size: 65px; 
	width: 100%;
	height: 100%;
}


.chart-loading-overlay{
	position: absolute;
	width: 680px;
	height: 250px;
	z-index: 1;
	display: none;
}

.chart-full.loading .chart-loading-overlay{
	display: block;
}

.dashboard-block{
	margin: 0 auto;
	text-align: center;
	/*margin-bottom: 10px;*/
	width: 140px;
	padding: 8px;
}

.dashboard-block:first-child{
	/*margin-top: 30px;*/
}

.dashboard-block:last-child{
	margin-bottom: 0;
}

.dashboard-block.single{

}

.dashboard-block p{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0;
	
}

.dashboard-block span{
	font-size: 30px;
	font-weight: bold;
	color: #00A5CC;
	font-family: Arial;
	line-height: 35px;
}

.dashboard-block.center p{
	font-size: 18px;
}

.dashboard-block.center span{
	font-size: 35px;
	line-height: 35px;
}


.subChart-container  .stats-par{
	text-align: center;
}

.subChart-container .stats-par span{
	font-weight: bold;
}

#templates_stats .noClick-stats{
	position: absolute;
	left: 339px;
	top: 21px;
	display: none;
}

.subChart-control .templates li{
	padding: 10px;
	display: block;
	-webkit-transition: background-color .218s;
    -moz-transition: background-color .218s;
    -o-transition: background-color .218s;
    transition: background-color .218s;
    background: #f5f5f5;
	margin-bottom: 3px;
	font-weight: bold;
}

.subChart-control .templates li:hover, .subChart-control .templates li.current-item{
	color: #f5f5f5;
	background: #00a5cc url(../images/icons/arrow.png) no-repeat 98% 50%;
	cursor:pointer;
}


#templates_stats .all-templates .icon{
	width: 16px;
	height:16px;
	background: url("../images/icons/alltemplates.png") no-repeat center top;
	float: left;
	margin-right: 10px;
}

#templates_stats .all-templates.current-item .icon, #templates_stats .all-templates:hover .icon{
	background: url("../images/icons/alltemplates.png") no-repeat center bottom;
}

/* Hack for tooltip */
.subChart-dashboard .help .button-icon{
	vertical-align: top;
}


div.date-range{
	margin-top: 5px;
	float: right;
}

div.date-range input[type="text"]{
	width: 80px;
	text-align: right;
}

div.date-range .date-range-end{
	margin-left: 15px;
}

div.date-range .ui-datepicker-trigger{
	margin-left: 5px;
}

div.statistics-button-bar-right{
	margin-right: 80px;
}

div.statistics-title h1{
	display: inline-block;
	margin-right: 15px;
}

div.statistics-title div.btn-group{
	display: inline-block;
	vertical-align: text-bottom;
}

/****************************** AFFILIATE ****************************/

#affiliate table{
	background-color: white;
}

#affiliate .button{
	clear: both;
	float: none;
	display: inline-block;
}
#affiliate legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

#affiliate .btn-share{
	display: inline-block;
	margin-top: 8px;
	width: 160px;
	text-align: left!important;
	font-size: 12px;
}
#affiliate .btn-share i {
	vertical-align: middle;
	width: 20px;
}

#affiliate textarea {
	resize: vertical;
}

#affiliate .block-options{
	margin-top: 20px;
}

#affiliate .alert-affiliate-top{
	color: #00A5CC;
	text-align: center;
}

#affiliate .alert-affiliate-top i{
	margin-right: 5px;
	vertical-align: middle;
	font-size: 20px;
}

#affiliate .alert-affiliate-top strong{
	vertical-align: middle;
}
		

#referrals table{
	background-color: white;
}

#referrals tr.table-header td,
#referrals tr.table-header th{
	background-color: #00A5CC;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
}

#referrals a.button{
	float: none;
	display: inline-block;
	margin-top: 10px;
	padding: 12px;
}

/******************************** APPLE CONFIG ******************************/

#apple_setup .step {
}

#apple_setup .step:not(.last) {
    margin-right: 135px;
}


#apple_setup .screenshot {
	width: 35%;
	border: 2px solid #c4c8cc;
}

#apple_setup .width-35-perc{
	width: 35%;
}

#apple_setup .screenshot-content img{
	margin-left: 10%;
}

#apple_setup .screenshot-content img:first-child{
	margin-left: 0;
}

#apple_setup .screenshot-content .screenshot{
	margin-left: 10%;
}

#apple_setup .screenshot-content .screenshot:first-child{
	margin-left: 0;
}


#apple_setup .apple-content{
	float: right;
	width: 55%;
}


#apple_setup #deploy{
	text-align: center;
}

#apple_setup #deploy #app-brandmymail{
	width: 100%;
}

#apple_setup #send-test-email{
	display: none;
	text-align: center;
}

#social-bar-apple{
	display: none;
}

#apple_setup #send-test-email .button{
	float: none;
	font-size: 24px;
}

#qrcode{
	width: 150px;
}


/****************************** ANDROID CONFIG *******************************/

#android_setup{

}

#android_setup .screenshot{
	width: 90%;
}

#android_setup .width-90-perc{
	width: 90%;
}

/***************************** EXTENSION SETUP *******************************/

#not_installed .screenshot {
	width: 50%;
}

#not_installed  .width-50-perc{
	width: 50%;
}

#activation .activate_button{
	float: none;
	display: table;
	margin: auto;
}

.middle-icon{
	vertical-align: middle;
}


#not_installed .text-info{
	width: 220px;
	margin: auto;
	float: none;
	text-align: center;
}


#unsupported_browser .icon-content{
	text-align: center;
}

#unsupported_browser .icon-content img{
    width: 120px;
	margin-left: 20px;
	vertical-align: middle;
}

#unsupported_browser #chrome-link img{
	width: 140px;
}



/********************************  DONE PAGE **********************************/

#done .warning{
	padding: 10px 0;
	background-color: #fbeda1;
	text-align: center;
}

#done .warning img{
	vertical-align: -4px;
	width: 20px;
}

#gmail-icon{
	height: 1.4em;
	vertical-align: sub;
}

.social-bar{
	text-align: center;
}

/*special for element in content-block*/
.content-block .social-bar{
	margin-top: 25px;
}

.social-bar li, #header #primary-nav .social-bar li{
	display: inline-block;
	margin-right: 10px;
	float: none; /* Header fix */
	vertical-align: middle;
}

.social-bar li:last-child{
	margin-right: 0;
}

.social-bar li .button .icon-social{
	width: 16px;
	height: 16px;
}

.social-bar li .share{
	font-size: 18px;
    font-weight: bold;
    vertical-align: super;
}


/******************************** TRIAL CSS *********************************/

#trial-subscription-dialog .content{
	min-height: 20px;
}

#trial-subscription-dialog .loading{
	background-image: url("../images/template_editor/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px; 
	min-height: 60px;
}

a.trial-subscription{
	cursor: pointer;
}



/******************************* MOBILE HACKS ********************************/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (-webkit-device-pixel-ratio:1.5) {
   /* CSS overrides for mobile here */
   #apple .wrap960, #android .wrap960, #welcome .wrap960, #template_models .wrap960,
   #home .wrap960
   {
  		/*width: 750px; UNACTIVE FOR NEW DESIGN*/
  	}
  

}


/************************** FACEBOOK HOME FANPAGE ****************************/
#facebook #content .block-1{
	padding: 20px 10px 10px;
}

#facebook #logo{
	width: 100%;
	text-align: center;
}

#facebook #left_content{
	float: none;
    margin-right: 0;
    width: 100%;
}

#facebook #content-inner{
	padding-bottom: 0;
}


#facebook #testimonials .logo{
	display:block;
	width:150px;
	height:25px;
	text-indent:-9999px;
	outline:none;
}

#facebook #testimonials ul{
	text-align: center;
}


#facebook #testimonials .logo.techcrunch{
	background:transparent url('../images/testimonials/techcrunch150x50.png') no-repeat bottom center;
	width: 120px;
}

#facebook #testimonials .logo.words{
	background:transparent url('../images/testimonials/10000words150x50.png') no-repeat bottom center;
	width: 105px;
}

#facebook #testimonials .logo.forbes{
	background:transparent url('http://www.brandmymail.com/static/v0.0.29.9/images/testimonials/forbes150x50.png') no-repeat bottom center;
	width: 82px;
}

#facebook #testimonials .logo.bestvendor{
	background:transparent url('../images/testimonials/bestvendor150x50.png') no-repeat bottom center;
	width: 132px;
}

#facebook #testimonials .logo.mashable{
	background:transparent url('http://www.brandmymail.com/static/v0.0.29.9/images/testimonials/mashable150x50.png') no-repeat bottom center;
	width: 110px;
}


#facebook #testimonials .logo:hover{
	background-position: center 0;
}

#facebook #testimonials .testimonial{
	margin-right: 20px;
	display: inline-block;
}

#facebook #testimonials .testimonial:last-child{
	margin-right: 0px;
}

#facebook #three-steps{
	text-align: center;
}

#facebook div.step {
    font-size: 9px;
    height: 68px;
    margin-right: 15px;
    padding: 10px;
    width: 136px;
    text-align: left;
    display: inline-block;
    float: none;
    vertical-align: top;
}

#facebook div.step:last-child{
	 margin-right: 0;
}

#facebook div.step img {
    margin-right: 10px;
    width: 55px;
}

#facebook div.step span {
    font-size: 50px;
    left: 120px;
    top: 55px;
}

#facebook #supported p{
	margin-left: 10px;
}

#facebook .block-3:last-child{
	border: none;
	padding-bottom: 10px;
	padding-top: 10px;
}

#facebook #footer .links {
	float: none;
}

#facebook #footer ul.links li {
    float: none;
    margin-right: 0;
	text-align: center;
}
 
 .social li#facebook-like{
 	margin-right: 15px;
 }
 
 .social li:last-child{
 	margin-right: 0;
 }
 
#UE-links{
	margin-bottom: 14px;
}


#UE-links li{
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	float: left;
	position: relative;
}

#UE-links li:first-child{
	padding-left: 0;
}

#UE-links li span{
	font-size:5px;
	width: 100%;
	position: absolute;
	top: 26px;
	left: 0;
	text-align: center;
	display: none;
}
 
#UE-links li  a:hover + span{ 
	display: block;
}
 
#UE-links img{
	height: 24px;
}
 
 
 /******************************** 404 Page **********************************/
 #tracker-404{
 	heigth:600px;
 
 }
 
  #tracker-404 #background-image-404{
  	 background: url(../images/404.png) no-repeat;
  	 padding: 100px 0 100px 400px;
  	 margin-top: 40px;
  }
  
/**************************** CREATE ACCOUNT DIALOG ***************************/
.start_hidden{
	display: none;
}

#create-account #sign_in_with_google {
    font-size: 20px;
    margin: 0 auto;
    padding: 12px;
    width: 240px;
	float: none;
    cursor: pointer;
}

#create-account #sign_in_with_google:hover {
 
}

#create-account #no-google-account {
    font-size: 0.7em;
}

#create-account #email-address.working{
	background: url("../images/template_editor/loading.gif") no-repeat right;
	background-size: 18px;
}

#create-account .title{
	font-family: Facit;
	font-size: 1.8em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#create-account .close-popup-button{
	float: right;
	cursor: pointer;
}

#create-account label{
	margin-right: 5px;
}

#create-account .result{
	margin-left: 45px;
}

#create-account .result.error{
	color: red;
}

#create-account .result.success{
	color: green;
}

#create-account div.send-email{
	min-height: 100px;
}
#create-account div.send-email .button_bar{
	display: inline;
	margin: 0px!important;
}

#create-account .login-openid .logo-wrapper{
	margin-bottom: 10px;
    margin-top: 10px;
	text-align: center;
}

.ui-dialog.bg_white{
	background: white;
}
/************************** END CREATE ACCOUNT DIALOG *************************/
 

/*
#template-permissions-dialog input, #template-permissions-dialog label{
	vertical-align: middle;
	display: inline-block;
}

#template-permissions-dialog input{
	margin: 0;
}*/



/********************************** OVERLAY **********************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 10000;
    display: none;
}

.youtube-dialog .ui-dialog-titlebar{
	display: none!important;
}

.youtube-dialog{
	padding: 10px!important;
}

.youtube-dialog .ui-dialog-content{
	margin: 0px!important;
	padding: 0px!important;
}

#overlay div.spinner_box{
    position: fixed;
 	
 	top:40%;
 	bottom:40%;
 	
 	left:40%;
    right:40%;
    
    min-height: 100px;
    min-width: 100px;
    
    color: white;
	text-align: center;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#overlay img.spinner_image{
	width: 50px;
}

#overlay img.spinner_text{
	width: 100%;
}

/******************************** END OVERLAY ********************************/ 
 
 
 
 
/******************************** CORPORATE **********************************/
 
 
.corporate #header{
	margin-top: 120px;
} 

.corporate #header .header_top{
	text-align: center;
}

.corporate #header #logo{
	float: none;	
}

#login #login_container.corporate #middle_content{
	text-align: center;
}


#login #login_container.corporate #middle_content #login_form_content{
	margin: 0 auto;
	width: 280px;
}

#login .corporate #login_form .errorlist{
 	color: red;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#login .corporate #login_form .error-input{
    color: red;
    font-family: arial;
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    right: -20px;
    top: 5px;
	display:none;
}

#login .corporate #login_form .error-input.show{
	display:block;
}

.hidden{
	display: none;
}

/************************** SIMPLE DROPDOWN MENU ******************************/

ul.dropdown-top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

ul.dropdown-top-menu li.dropdown-top-menu-item {
	float: left;
	display: block;
	min-width: 10px;
	min-height: 10px;
	position: relative;
	z-index: 50;
	margin: 0;
}


ul.dropdown-top-menu li.dropdown-top-menu-item.active-item {
	background-color: white;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); 
}

ul.dropdown-top-menu  img.dropdown-top-menu-item-icon{
	opacity: 0.6;
	padding: 4px;
	cursor: pointer;
}

ul.dropdown-top-menu img.dropdown-top-menu-item-icon:HOVER{
	opacity: 1;
}

ul.dropdown-top-menu ul.dropdown-bottom-menu {
	position: absolute;
	left: 0;
	display: none;
	margin: 0;
	margin-top: -4px;
	margin-left: -74px;
	padding: 0;
	list-style: none;
}

ul.dropdown-top-menu ul.dropdown-bottom-menu li.dropdown-bottom-menu-item {
	width: 90px;
	float: left;
	/*border-top: 1px solid #fff;*/
	background-color: white;
	text-align: left;
	padding: 5px;
	cursor: pointer;
}

ul.dropdown-top-menu ul.dropdown-bottom-menu li.dropdown-bottom-menu-item:HOVER {
	background-color: #CCC;
}


/*Account added Facebook*/

#header h1.big-message-title{
	font-size: 25px; 
	text-align: center; 
	margin-top: 20px;
}

#content-inner.facebook-share{
	padding-bottom: 0;
}

.thanks-msg{
	font-size: 25px;
	text-align: center;
	color: #00A5CC;
}

.thanks-msg .share-us{
	background:transparent url('../images/thanks-for-sharing.png') no-repeat bottom center;
	width: 100%;
	height: 520px;
}	

.thanks-msg #account-not-authorized{
	margin-top: 200px;
}

/**************************** ABOUT CORPORATE *********************************/

#about_corporate .width-small-perc{
	width: 28%;
}

#about_corporate .screenshot-content .width-small-perc{
	margin-right: 1%;
}

#about_corporate .width-medium-perc{
	width: 40%;
}

#about_corporate .screenshot-content .width-medium-perc{
	margin-right: 5%;
}



#about_corporate .screenshot-content img:last-child{
	margin-right: 0;
}

#about_corporate ul{
	list-style: disc;
	list-style-position: inside;
}


/**************************** COMPANY WELCOME *********************************/

#company-welcome-done .screenshot-img-block-3{
	text-align: center;
	display: inline-block;
}

#company-welcome-done .screenshot-img-block-3 img{
	max-height: 210px;
	max-width: 280px;
	display: block;
}

#company-welcome-done .screenshot-img-block-2{
	text-align: center;
	display: inline-block;
}

#company-welcome-done .screenshot-img-block-2 img{
	display: block;
	max-width: 420px;
	max-height: 320px;
}

#company-welcome-done .screenshot-legend{
	margin-top: 10px;
	display: block;
}

/**************************** LOGIN PAGE *********************************/

#login_page #left_column{
    width: 42%;
    float: left;
}

#login_page #right_column {
    width: 42%;
    float: right;
}

.column-center{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

#login_page input,
.column-center input{
	min-width: 250px;
}

#login_page label,
.column-center label{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	min-width: 80px;
}

#login_page p.login-info{
	margin-bottom: 20px!important;
}

#login_page .column .p-content,
.column-center .p-content{
	margin-bottom: 10px;
}

#login_page .column a.button,
.column-center a.button{
	float: none!important;
	margin-top: 20px;
}

#login_page .tooltip-error,
.column-center .tooltip-error{
	display: inline-block;
}

#login_page .tooltip-error .button-icon,
.column-center .tooltip-error .button-icon{
	width: 20px;
	height: 20px;
}

#login_page p.login-button-bar,
.column-center p.login-button-bar{
	text-align: center;
	margin: 0px;
	margin-top: 20px;
}

#login_page #left_column p.login-button-bar{
	margin-top: 5px;
	margin-bottom: 10px;
}

#login_page #left_column div.google-logo{
	text-align: center;
}

#login_page #reset-password-link p{
	margin-bottom: 0px!important;
}

#login_page #reset-password-link,
.column-center #login-link{
	border-top: 1px solid #CCC;
	padding-top: 10px;
	margin-top: 20px;
	text-align: right;
}

#new-passsword-page .column-center{
	width: 500px!important;
}

#new-passsword-page label{
	width: 200px!important;
}


/*********************** FONT-AWESOME *****************************************/

i.icon-blue{
	color: #00A5CC;
}

i.icon-red{
	color: #B0281A;
}

i.icon-18{
	font-size: 18px;
}

i.icon-16{
	font-size: 16px;
}

i.icon-24{
	font-size: 24px;
}

i.icon-28{
	font-size: 28px;
}

i.icon-32{
	font-size: 32px;
}

.text-center{
	text-align: center!important;
}

.email-truncate {
    text-overflow: ellipsis;
    display: inline-block;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.pull-right{
	float: right;
}

.align-middle{
	vertical-align: middle;
}
/*********************** EXTENSION INSTALLED WELCOME **************************/

#extension-installed{
	padding-top: 80px;
}

#extension-installed .btn-step{
	font-weight: bold;
	padding: 20px;
}

#extension-installed .title{
	text-align: center;
}

#extension-installed .action{
	font-size: 20px;
}

#extension-installed .subtitle{
	text-align: left;
	font-size: 12px;
}

#extension-installed h1{
	margin-bottom: 0px;
}

#extension-installed h2.subtitle{
	color: #00A5CC;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}

#extension-installed .arrow{
	width: 100px;
	padding: 10px;
	display: inline-block;
	background: url("../images/template_editor/arrow2.png") no-repeat center;
}

#extension-installed .btn-icon, .btn-text{
	display: inline-block;
	vertical-align: middle;
}

#extension-installed .btn.disabled{
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999 !important;
}

#extension-installed img.btn-icon{
	max-height: 70px;
}

/***************************************************************/
#premium-required .button-bar-center{
	margin-top: 20px;
	margin-bottom: 20px;
}

#premium-required .button{
	display: inline-block;
	padding: 10px 50px;
}

/************************* SIGNATURE EXAMPLES PAGE ****************************/
#signature-examples ul li {
	margin-top: 10px;
	display: block;
}

#signature-examples .caption{
	padding: 10px 0px 30px 10px;
}

#signature-examples .well{
	max-width: 580px;
	background-color: white;
	margin-bottom: 40px;
}

#signature-examples .try_now{
	float: none;
	padding: 10px 40px;
	display: inline-block;
}

#signature-examples .trynow-container{
	padding-top: 10px;
	text-align: center;
}

/************************* EMAIL MARKETING PAGE ****************************/
#email_marketing img.top-photo{
	padding: 4px;
	background-color: white;
	border: 1px solid #CCC;
}

#email_marketing .screenshot-content img{
	max-width: 280px;
}

/***************************** BOOTSTRAP MODAL DIALOG ************************************/

.modal {
	background: #f7f6f7 url(../images/base/body_bg.png) !important;
	border: 10px solid #fff;
	-moz-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 10px 10px;
	width: 500px;
}

.modal-header {
	font-size: 25px;
	font-weight: bold;
	color: #00a5cc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.modal-header .close {
	color: #00a5cc;
	opacity: 1;
}

.modal-body {
	padding: 0;
}

.modal-footer {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-box-shadow: none;
}

.modal-backdrop, .modal-backdrop.fade.in {
	background: #000000;
	opacity: 0.5;
}

/***************************** IFRAME ***********************************/

.fake-dialog-content {
	font: 13px Facit,Arial,sans-serif;
	color: #222222;
	overflow: hidden;
	padding: 0.5em 1em 0;
}

.fake-dialog-content .button_bar {
	margin-top: 20px;
	margin-bottom: 4px;
	width: 100%;
}

.fake-dialog-content .button_bar .button {
	min-width: 80px;
	margin-right: 4px;
}

.fake-dialog-content .button_bar .button:not(:first-child) {
	margin-right: 20px;
}

.fake-dialog-content p {
	margin-bottom: 10px;
}

#email_marketing_opportunities h4,
#email_marketing_opportunities p{
	margin: 0;
}

#email_marketing_opportunities .trynow-container{
	margin-top: 20px;
}

#email_marketing_opportunities .try_now{
	float: none;
	padding: 10px 40px;
	display: inline-block;
}

#email_marketing_opportunities .trynow-container{
	padding-top: 10px;
	text-align: center;
}