
/* Siddelar */
#container{
	margin-top:20px;
	max-width:1170px;
	background:#fff;
}
body{
	background:#eee;
}
.content{
	min-height:900px;
}
.content, .navigation{
	margin:20px;
}

.header{
	margin:20px;
}
.header > div:first-child{
	padding-left:0;
}

.footer{
	text-align: center;
	padding:20px;
	color: gray;
	background:#eee;
}
.footer span{
	padding: 0 20px;
}

/* Navbar */
.nav-tabs{
	padding-left:2px;
}

.login-btn{
	margin-left:15px;
	margin-right:15px;
}

/* Anmälan */
.small{
	width:50px;
	font-size:12px;
	padding:3px 5px 3px 8px;
	height:25px;
	display:inline;
}
.nowrap{
	white-space: nowrap;
}
.info{
	font-size:11px;
	color:#666;

}
textarea{
	width:100%;
	resize: vertical;
	min-height:90px;
	margin-bottom:20px;
}

/* Anmälan - login-box */
#login-box{
	min-width:250px;
}
#login-box h3{
	margin-top:0;
}

/* Stads-table */
.inside-div{
	font-size:12px;
}
.inside-div input{
	margin-bottom:20px;
}
.hid{
	display: none;
}
table th:first-child{
	width:70px;
}

.anmalan-form tbody tr:first-child td:nth-child(3){
	font-weight: bold;
}
.anmalan-form tbody tr:nth-child(2) label{
	font-weight: normal;
}
.anmalan-form tbody tr:first-child{
	cursor: pointer;
}
.anmalan-form tbody tr:first-child:hover{
	background:#eee;
}
.anmalan-form thead th{
	vertical-align: top;
}
.priser{
	width:100px;
}


.send{
	margin-right:15px;
}
.error, .login-error, .glomt-error{
	color:#a94442;
}
.error{
	margin-top:20px;
}
.login-error{
	margin-top:20px;
}

.nyhet{
	padding-bottom: 20px;
	border-bottom:1px solid #ddd;
}


/* Besökare - kategorier */
.table .crud{
	width:80px;
}


/* Info - städer */

.post{
	margin-bottom:40px;
}
.stad-info .row{
	margin-bottom:7px;
}
.stad-info{
	margin-top:20px;
}


/* Startsida */
.responsive{
	width:100%
}
li.active {
    font-weight: bold;
}

.showcase-height input[type="number"] {
    width: 100px;
    display: inline;
    float: left;
    margin-right: 5px;
}
.showcase-height span {
    display: block;
    float: left;
    padding-top: 10px;
}


.startpage {
    padding: 0 5%;
}
@media screen and (min-width: 768px) {
    .startpage {
        padding: 0 10%;
    }
}
.startpage h1 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}
.startpage p:not(.lead), .startpage ul li {
    font-size: 16px;
    line-height: 1.5;
    max-width: 90ch;
}
.startpage ul li {
    margin-bottom: 5px;
}
.startpage .time {
    display: inline-block;
    padding-right: 3px;
}
.startpage .highlight {
    background-color: #FCFCDE;
    padding: 2em 1.5em;
    margin: 2em -15px;
    width: 100%;
    /*background-image: linear-gradient(45deg, red 23%, #ff6701);*/
    background-color: #eee;
    text-align: center;
}
.startpage .highlight p {
    max-width: 60ch;
    text-align: center;
    margin: 0 auto;
    font-size: 19px;
    line-height: 25px;
}
