html, body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   font-family: Arial, Verdana, sans-serif;
   -webkit-font-smoothing: subpixel-antialiased;
}

input, textarea {
	box-sizing:border-box;
}
body {
	background:#F2F1F5;
}
/*Header*/
#myheader {

	background: #FFF url('http://twitterautomationx.com/img/header.jpg') top center repeat-x !important;
	height:56px;
	width: 100%;
	
}
.navbar {
	margin-bottom: 0px;
}
.navbar .navbar-inner {
	height:56px;
	width: 100%;
	display: block;
	background: transparent !important;
	filter: none;
}
.navbar .brand {
	padding:0;
	margin:0 0 0 -10px;
	/* logo shadow/space */
}
.navbar .nav {
	padding-top:0px;
	margin:0;
	padding:0;
	float:right;
}
.navbar .nav li a {
	background:#315A96 url('http://twitterautomationx.com/img/tab-bgg.png') bottom center repeat-x;
	color:#fff;
	border-radius:5px;
	-moz-border-radius: 5px 5px 5px 5px;
	text-shadow:none;
	margin-top:13px;
	border:1px solid #15406A;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
	padding:5px 10px 5px 10px !important;
}
.navbar .nav li.active a,.navbar .nav li.active:hover a {
	background:url('http://twitterautomationx.com/img/tab-bg.png') bottom center repeat-x;
	padding:5px 10px;
	color:#fff;
	border-radius:5px;
	text-shadow:none;
	margin-top:13px;
	border:1px solid #184D7F;
}
.navbar .nav li:hover a {
	cursor:pointer;
	color:#FFBC00;
}
.hero-unit {
	background:#EEEEEE;
	border-bottom:2px solid #CCCDD1;
	padding: 7px;	
	margin-bottom:0;
	background-color:#fbfbfb;
	background-image:-moz-linear-gradient(top,#ffffff,#f5f5f5);
	background-image:-ms-linear-gradient(top,#ffffff,#f5f5f5);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));
	background-image:-webkit-linear-gradient(top,#ffffff,#f5f5f5);
	background-image:-o-linear-gradient(top,#ffffff,#f5f5f5);
	background-image:linear-gradient(top,#ffffff,#f5f5f5);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}
.hero-unit .page {
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-top:1px;
	text-shadow: 2px 1px #fff;
	padding-left: 1px;
}
/*Content*/
.content {
	
	/*background:white;
	border:1px solid #DDDDDD;
	
	padding:10px; */
	margin-top:10px;

}

.intro {
	height:auto;
	width:430px;
	float:right;
}
.intro p {
	line-height:22px;
}
.intro h3 {
	margin-bottom:10px;
}
.welcome-logo {
	margin-bottom:20px;
}
.tools .thumbnail {
	float:left;
	width:210px;
	margin-left:12px;
	margin-bottom:10px;
}

.tools .thumbnail:first-of-type {
	margin-left:0;
}
.tools .thumbnail:nth-of-type(5)  {
	margin-left: auto;
	float: none;
	display: block;
	margin-top: 110px;
	margin-right: auto;

}
.breadcrumb li {
	font-weight:bold;
	text-shadow:1px 1px #ffffff;
	color:#134B7D;
	font-size:14px;
}
.tools .caption p:first-of-type {
	height:130px;
}
.tools .caption p:last-of-type {
	text-align: center
}

.tools h4 {margin-bottom: 10px; text-decoration: underline; color: #0D2F4F;}
/*Footer*/
footer {
	text-align:center;
	margin: 20px;
}
/*Misc*/

.well {
	background-color: #fff;
}

.fix-width {
	width: 980px;
	margin: auto;
}

.table th, .table td {
	vertical-align: middle;
}

#manage th {
	text-align: center;
}

#manage td {
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.table-white td {
	background: #FFF;
}


.navbar .container {
	clear: both;
	width: 940px;
	margin: 0 auto 0 auto
}


#transparent th, #transparent td {
	text-align: left;
}

.tools .thumbnail {
margin: 0 4px 0 8px !important;
padding: 0 !important;
width: 210px;
}

.well.tools {
}

.navbar-inner { 
	margin:0;
	padding: 0;
}

#dashboard {
	width: 980px;
	height: 131px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	background: url("http://twitterautomationx.com/img/dashboard.jpg") top left no-repeat;
	margin: 0 auto;
}


#dashboard img {
	margin-right: 20px;
}

.watch {
float: right; margin-right: 0px;
}

.breadcrumb .title2 {
display:block; padding-top: 6px; padding-bottom: 6px;
}

.fixed-height {
	height: 100%;
}

.remaining-height {
	overflow-y: auto;
}

.no-cursor  a {
	cursor: default !important;
}

.bg-white {
	background-color: #fff;
}

.tweet_link a {
	color: #888;
	text-decoration: none;
	font-size: 12px;
}

.tweet_link a:hover{
	color: #888;
	text-decoration: underline;
	font-size: 12px;
}

.tweet_text {
	color: #292D33;
	display: block;
}

.twitter-tweet {
	border-bottom: 1px #ddd solid;
	overflow: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}

.twitter-tweet img {
	padding-top: 4px;
}

.round {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}

#ajax-loader {
	text-align: center;
	padding-top:20px;
	display: none;
}

#account-selector {
	width: 50%;
	float: right;
}

#keywordsearch {
	width: 50%;
}

.left {
	float: left;
}

.mid {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.right {
	float: right;
}

.centered-title {
	width: 100%;
	text-align: center;
}