.container {
	width: 1200px;
	margin: 0 auto;
}
.clear{
	clear: both;
}

/* Bootstrap */

.dropdown input{
	margin: 6px 18px;
	padding: 2px 8px 3px 8px;
}
.form-group input + input{
	margin-top: 5px;
}
/* */

hr.breaker{
	margin: 80px 0;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control{
	line-height: 1.5;
}

.navbar-statt {
	background-color: #343F93;
	border-color: #343F93;
	color: #fff;
}

.navbar-statt a {
	color: #fff;
}

.navbar-statt li a:hover {
	background: #424EBF;
}

.navbar-statt li a.active {
	background: #424EBF;
}

.select-free button {
	width: 100%;
}

table .btn{
	margin: -6px 0;
}

table td.shorten {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

p.info-box {
    padding: 15px;
}

@media screen and (max-width: 1200px){
	.container {
		width: 100%;
	}

	.btn {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	table .btn {
		width: auto;
		display: inline;
	}
}
@media screen and (max-width: 700px){
	.updr-list{
		width: 100%;
		margin: 12px 0;
	}
	.list-group{
		max-width: 100%;
	}
}