body {
	background-color:white;
	color:#333;
}
.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: #ffffff!important;
    color: #000000;
}
.btn-primary:hover {
background-color: #fdfdfd;
    color: black;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {background-color:black!important}
body .btn {border-radius: 0;
    border: 1px solid silver;}
.btn-primary {
color: #888;
    background-color: #ffffff;
}
input[type=text], input[type=email], input[type=password], select {
	background-color:#fff !important;
	color:#545454 !important;
	border:1px solid silver; 
}

#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: #f1e4d4;
    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:#f3f3f3;
	min-height:100px;
	/*border-radius:6px;*/
}

.dashboard-item:hover {
    background-color:#ececec;
    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 {
    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 svg {width:7.3em;border-bottom:1px solid #676767;display:inline-flex;padding-bottom:.2em;filter:invert(1)}
h1 path {
  fill: #fff;
}
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:"Merriweather Sans",sans-serif,Raleway,"Open Sans","Helvetica Neue",Sans-serif;font-size:11px}
#header h1 {margin-top:auto;margin-top:.1em}
#header h1 a {text-align:center;display: inline-block;}
.updatedat span { color:gray }
.loja {color:darkblue}
.venda {color:#15b315}
.troca {color:#b1b315}
.ship {color:#b36515}
.venda-troca {color:#8c8c8c}

@media print {
#menu {display:none}
}

.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);
	}