img.logo {
padding:4px;
width:140px;
}
body {
	background-color:white;
	color:#333;
}
svg {height:1.4em}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
background-color:#ccc!important;
}
.container {
	width:960px;
}

.container-auth {
	margin:0 auto;
	width:600px;
}

a {
	color:#333;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
background-color:#f5f5f5!important;
color:#545454;
}
.btn-primary:hover {
    background-color:#505050;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {background-color:black!important}
body .btn {border:0 none; border-radius:0}
.btn-primary {
    color: #fff;
    background-color: #000;
}
input[type=text], input[type=email], input[type=password], select {
	background-color:#fff !important;
	color:#545454 !important;
	border:1px solid #000;
}

#header {
/*	margin-bottom:20px;*/
/*	background-color:#222;*/
	overflow:hidden;
}

#header h1 a:hover {
	text-decoration:none;
}

#header ul#menu {
	margin-top:15px;
}

#header ul#menu li {
	float:left;
	margin-left:10px;
	list-style:none;
}

#content {
	background-color:white;
	padding:20px;
	/*border-radius:6px;*/
}

#filter {
	margin-bottom:20px;
	height:35px;
	line-height:35px;
	background-color:white;
	overflow:hidden;
	/*border-radius:6px;*/
}

#filter .form-group {
	margin-bottom:0;
}

#filter input, #filter select {
	margin-left:5px;
	height:35px;
	/*border-radius:6px;*/
}

#filter select, #filter input[type=text] {
	width:120px;
	padding-left:10px;
	line-height:35px;
	background-color:#222;
	color:#FFF;
}

#filter a#current_day {
	margin-left:18px;
}

table#dashboard-records {
	background-color:#FFF;
	color:#333;
	/*border-radius:6px;*/
}
table#dashboard-records thead {
    background-color: #eaeaea;
    color: #545454;
}

table#dashboard-records tr:first-child th {
	border:none;
}

.dashboard-item {
	margin-bottom:30px;
	padding:8px 0;
/*	border:1px solid #383737;*/
	background-image:url('../img/sep-half.png');
	background-color:#ececec;
	min-height:100px;
	/*border-radius:6px;*/
}

.dashboard-item:hover {
    background-color: #f9f9f9;
    box-shadow: 2px 2px 4px -3px #151515;
}
.dashboard-item h2 {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#545454;
	margin:0 0 15px 0;
	padding:0 10px 8px 10px;
	border-bottom:1px dashed #AAA;
}

.dashboard-item p {
	font-size:26px;
	text-align:center;
}

.dashboard-item table {
	margin-bottom:0;
}

.dashboard-item table td, .dashboard-item table th {
    border:none !important;
}

tbody {
    height: auto;       /* Just for the demo          */
    overflow-y: auto;    /* Trigger vertical scroll    */
    overflow-x: hidden;  /* Hide the horizontal scroll */
}
.comparison > img {width:15px}
.boxin { margin:0;width:10px;padding:0!important }
.comp-down {color:#ff5959}
h1 div {font-size:.5em;display:block;padding-top:0;width:100%;font-variant: all-petite-caps;
position: relative;
    top: -5px;
font-weight: 700;
text-align: center;}
body,td,label,input,p,div,span,button{font-family:"Red Hat Display",sans-serif,Raleway,"Open Sans","Helvetica Neue",Sans-serif}
#header h1 {text-align:center;margin-top:auto;margin-top:.1em}
#header h1 a {text-align:center;display: inline-block;}
.updatedat span { color:gray }

.icon-export {
	float:right;
}
.icon-export svg {
	vertical-align:sub;
}
.dados-ecommerce {
	background-color:#ececec;
	margin-bottom:1em;
}
.dados-ecommerce .dashboard-item {
	background-color:white;
} 
.arrow {
border: solid black;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.up {
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}