* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased;
}

html {
	height: 100%;
}

#main {
	position: relative;
	overflow: auto;
	padding-bottom: 120px;
}/* must be same height as the footer */

/*Opera Fix*/
body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}

body {
	/*background: url("/assets/css/images/lightgray.png");*/
	background: #ffffff;
	height: 100%;
}

#wrap {
	position: relative;
	min-height: 100%;
}

.navbar-inner {
	background-color: #2C2C2C;
	background-image: -moz-linear-gradient(top,#333,#222);
	background-image: -ms-linear-gradient(top,#333,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#333),to(#222));
	background-image: -webkit-linear-gradient(top,#333,#222);
	background-image: -o-linear-gradient(top,#333,#222);
	background-image: linear-gradient(top,#333,#222);
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-color: #111;
}

.navbar .nav > li > a {
	color: #999;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav > li > a:hover {
	color: white;
	text-decoration: none;
	background-color: transparent;
}

.welcome_image {
	background: #7777BB;
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzc3NzdiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	width: 100%;
	/*height: 395px;*/
	height: 327px;
		/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #777799), color-stop(1, #333333));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle closest-corner at center, #7777BB 0%, #333333 100%);
	
	 /* IE6-8 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#7777BB',GradientType=1 );
	
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
}

.features p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 13px;
}

.feature_title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #0065A2;
	margin-bottom: 20px;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 36px;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #000000;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin-top: 5px;
	font-size: 28px;
	color: #000000;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 24px;
	color: #000000;
}

.features h1 {
	margin-bottom: 20px;
}

.features table {
	margin: 0px;
	padding: 0px;
}

.pricing {
	background-color: #f5f5f5;
}

.pricing li {
	list-style-image: url("/assets/css/images/Ok-icon.png");
}

.pricing_badge {
	position: absolute;
	z-index: 100;
	right: -3px;
	top: -3px;
}

.pricing_text {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 14px;
	position: relative;
}

.price {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
	text-align: right;
}

.price span {
	font-weight: 200;
	font-size: 24px;
}

.signupbutton {
	padding-top: 30px;
	padding-bottom: 20px;
}

.signupbutton .btn {
	width: 100%;
}

.features table td {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 14px;
	color: #000000;
	line-height: 150%;
	vertical-align: top;
	min-width: 40px;
	height: 70px;
	margin: 0px;
	padding: 0px 10px 16px 10px;
}

.features table td p {
	margin:0px;
}

#footer {
	position: relative;
	background-color: #2c2c2c;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear: both;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
}

#footer_text {
	height: 90px;
	width: 470px;
	float: left;
}

#footer_text p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
}

#contact_info {
	height: 70px;
	width: 470px;
	margin-top: 20px;
	float: left;
}

#contact_info p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #ffffff;
	text-align: right;
}

#contact_info a {
	color: #ffffff;
	text-decoration: none;
}

.box {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 40px;
	background: #7777BB;
	
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #777799), color-stop(1, #333333));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center, circle closest-corner, #7777BB 0%, #333333 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle closest-corner at center, #7777BB 0%, #333333 100%);
	
	/* IE 6,7,8 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2);

	
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 10px 3px #888;
	-webkit-box-shadow: 0 0 10px 3px #888;
	box-shadow: 0 0 10px 3px #888;
	color: #ffffff;
}

.navbar .brand {
	padding: 2px 30px 2px 20px;
}
.nav-collapse {
	padding-top: 3px;
}

.navbar-spacer {
	height: 44px;
}

.box.login {
	margin-top: 100px;
	padding: 40px 40px 70px 40px;
	width: 600px;
}

.box.login a {
	color: #00CCCC;
}

.box.login h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 38px;
	margin-bottom: 30px;
	color: #ffffff;
}

#beta_badge {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100000;
}

.case_studies {
	position: relative;
}

.case_studies_item {
	position: relative;
	float: left;
	clear: none;
	width: 30%;
	margin: 10px;
}

/* Visor de logs */

.control-half {
	width: 45%;
	float: left;
	margin-top: 15px;
}
.control-third {
	width: 30%;
	float: left;
}

.control-third.fix-labels label {
	width: auto;
	padding-right: 20px;
}

.control-third.fix-labels .controls {
	margin-left: 5px;
}

.form-horizontal .form-actions {
	padding-left: 0;
}

#refreshlog {
	float: right;
	margin-right: 35px;
}

.input-append .add-on:hover, .input-control .add-on:hover {
	cursor: pointer;
}

#message_tpl {
	display: none;
}

.pagination {
	float: right;
	margin: 5px 0;
	clear: both;
}

.modal-footer {
	padding: 7px 7px;
}

.pagination a, .pagination strong {
	margin-right: 10px;
}

.m-container td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.m-container:hover {
	background: #fafafa;
}

.m-small-header {
	width: 8%;
}
.m-medium-header {
	width: 15%;
}
.m-big-header {
	width: 50%;
}

.m-mono {
	font-family: "Lucida Console", Monaco, monospace;
}

.table td.m-center {
	text-align: center;
}

.m-timestamp {
	font-size: 11px;
	width: 8%;
	white-space: nowrap;
}

.m-body {
	width: 55%;
	padding: 0 15px;
}

.m-environment {
	width: 7%;
}

.m-platform {
	width: 7%;
}

.m-broadcast {
	width: 7%;
	color: purple;
}

.m-details {
	width: 7%;
}

#details_modal {
	display: none;
}

.modal {
	width: 840px;
	margin: -250px 0 0 -420px;
}

.input-control {
	float: left;
	margin-right: 20px;
}

.delivery-details p {
  display: none;
}

.schedule-info, .delivery-info {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 14px;
}

.delivery-payload h4.error {
	color: #FA0000;
}

.delivery-time {
  font-family: "Lucida Console", Monaco, monospace;
  margin: 0px 5px;
}

#message_chart {
	float: right;
	top: -15px;
}

/* Se sobreescriben algunos estilos de bootstrap por problemas */

.popover-content p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

h1 small {
	font-size: 16px;
}

/* Estilos para el formulario de envío */
.hidden_group {
	display:none;
}

.tooltip-inner {
	max-width: 500px;
}

#slides {
    display:none;
}

#delivery_date input.span2 {
	width: 110px;
}

#test_form select {
	width: 285px;
}

.company-tools {
	float: right;
}

#visualization {
	width: 100%;
}

.loading {
	text-align: center;
}

.modal-devices table {
	float: left;
	clear: both;
}