body {
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

label {
	margin-bottom: 0;
}

.table td, .table th {
	padding: 3px;
}

.form-control, .btn {
	font-size: 14px;
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 980px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 980px;
	}
}	

.small-text {
	font-size: 12px;
}

.big-icon {
	font-size: 22px;
}

#step2, #step3 {
	display: none;
}

.form-control[readonly] {
	background-color: #fff;
}

#close-info-line, #close-informer-line {
	top: 6px;
	right: 6px;
	width: 10px;
    height: 10px;
    line-height: 5px;
}

.label-hint-container {
	position: relative;
}

.label-hint {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 249px;
    padding: 5px 7px;
    z-index: 1000;
    line-height: 1.3;
	cursor: default;
}

.label-hint-container:hover .label-hint, .label-hint-container.active .label-hint {
	display: block;
}