body {
	padding-top: 60px;
}
#logo {
	margin-bottom: 20px;
}
.alert {
	font-size: 20px;
}
label {
	font-size: 18px;
}
form#search {
	padding-top: 8px;
}
.nav li:last-child {
	margin-right: 5px;
}
#nav2{
	clear:both;
}

.navbar .navbar-header {
  float: left;
  margin-right: 10px;
}
.navbar .navbar-nav {
  float: left;
  margin: 5px;
}
.nav>li {
  float: left;
}
.navbar-brand {
	padding-right: 0;
	padding-left: 15px;
}
.nav li a {	
	padding-left: 12px;
	padding-right: 12px;
}

.dropdown-menu {
	min-width: auto;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.navbar-inverse .navbar-nav > li > a {
	font-weight: bold;
	color: white;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #65c965;
	font-weight: bold;
}


.btn.btn-search:hover, .btn.btn-search:focus {
	color: white;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #550055;
	color: #eee;
}
.table-hover tbody tr:hover td a, .table-hover tbody tr:hover th a {
	color: #eee !important;
}


table.floatThead-table {
	border-bottom: 1px black solid;    
    /*background-color: #d9534f;*/
    background-color: #4caf50;
    color: white;
}

.badge-success {
	background-color: #82af6f;
}
.badge-info {
	background-color: #3a87ad;
}
.badge-error {
	
}
.badge-big {
	font-size: 14px;
}

.box {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	border-top: 3px solid #d2d6de;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}
.box-body {
	border-radius: 0 0 3px 3px;
	padding: 10px;
}
.box.box-success {
	border-top-color: #5cb85c;
}
.box.box-primary {
	border-top-color: #3c8dbc;
}
.box-info {
	border-top-color: #5bc0de;	
}
.box-warning {
	border-top-color: #f0ad4e;
}
.box-header.with-border {
	border-bottom: 1px solid #f4f4f4;
}
.box-title {
	padding-left: 10px;
	font-size: 18px;
	line-height: 1;
}

.modal-dialog {
	width: 90%;
}
hr {
	border-color: #ccc;
}

label.plataloc_modpl { cursor: pointer; display: inline-block; width: 100%; }
label.plataloc_modpl:hover { color: green; }
.text-danger {color:#a94442;}
#standuri-container, #spume-container {
	display: none;
}
.close {
	color: red;
	font-size: 30px;
	opacity: 1;
}

.decimal {
	position: relative;
	top: -4px;
	font-size: 11px;
}

.vanzari_luna_curenta .decimal, .vanzari_luna_precedenta .decimal, .target_luna_curenta .decimal, .target_luna_precedenta .decimal, 
.procent_din_target_luna_curenta .decimal, .procent_din_target_luna_precedenta .decimal {
	position: relative;
	top: -10px;
	font-size: 15px;
}

.lead .decimal {
  font-size: 16px;
  position: relative;
  top: -23px;
}

.nodisplay {
	display: none !important;
}

input[name="cant"] {
	color: green;
	font-weight: bold;
}
#ajax-loader {
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -64px;	
}
dd {
	margin-bottom: 10px;
	font-size: 18px;
}

#filtre_alese {
	margin-top: 20px;
	margin-bottom: 20px;
}
a, a:focus {
	outline: 0;
	outline: none;
}
.tab-content > .tab-pane {
	padding-top: 20px;
}



