﻿/* CSS Document */

.preview {
	padding-top: 50px;
}

section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

td {
	font-size:0.85em;
}

.pagination.right {
	float:right;
}

.table > thead > tr > th[scope=col] {
	text-align:center;
}

.input-active {
	border-color:#000 !important;
	color:#000 !important;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
	height:20px;
}

.chart {
	border-radius: 20px;
	padding: 15px;
	box-shadow: #0c0c0c 0 0 10px;
}

.container-chart {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
	justify-content: center;
	width: 100%;
}

@media (min-width: 980px) {
	.index {
		padding-top: 40px;
	}
} 

.subnav > .nav > li > a {
	color:#000;
}

.nav .dropdown-toggle .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.subnav {
	margin-bottom:20px;
}

.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
	background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
	color:#FFF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #666;
	background-image: -moz-linear-gradient(top, #666, #888);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#666), to(#888));
	background-image: -webkit-linear-gradient(top, #666, #888);
	background-image: -o-linear-gradient(top, #666, #888);
	background-image: linear-gradient(to bottom, #666, #888);
}

h4 {
	margin-bottom:20px;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../font/opensans.woff) format('woff');
}

.subnav {
    margin-bottom: 0;
}