﻿body {
    padding-top: 100px;
}

.small-form {
    width: 250px;
    float: left;
    margin-right: 100px;
}

.radio label, .checkbox label {
    font-weight: bold;
}

.content {
    margin-top: 10px;
    padding: 10px 10px 0px 0px;
}

.sitetitle {
    display: block;
    width: auto;    
	height: auto;
    margin-top: auto;
    
    margin-right: auto;
    margin-left: auto;
    float: none;
    background-color: #130667;
    color: white;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
}

.skjult {
    display: none;
}

.panel-info > .panel-heading {
    font-weight: 600;
    color: #000;
}
.panel-heading a {
    text-decoration: none;
    color: #000;
}
.panel-heading a:hover {
    text-decoration: underline;
    color: #000;
}

.top-row {
    margin-top: 15px;
}

input[type='radio'] {
    margin-right: 3px;
}

#body_rblAnsat label {
    margin-right: 10px;
}

.KLEStikord {
    font-weight: normal;
    font-style: italic;
}

.hcell-navn {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
    background-color: hsla(0,0%,96%,1);
    width: 330px;
}

.hcell1 {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    height: 40px;
    background-color: hsla(0,0%,96%,1);
}

.hcell2 {
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    text-align: left;
    background-color: hsla(0,0%,96%,1);
    padding-left: 5px;
    height: 40px;
}

.hcell3 {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    vertical-align: top;
    background-color: hsla(0,0%,96%,1);
    height: 40px;
}

.cell3 {
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    border-top: solid 1px black;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 3px;
    text-align: left;
    vertical-align: top;
    height: 30px;
}


@media (min-width: 1000px) {
    .hcell-navn {
        width: 330px;
    }

    .hcell1 {
        min-width: 120px;
    }

    .hcell2 {
        min-width: 180px;
    }

    .hcell3 {
        min-width: 150px;
    }
}

@media (min-width: 700px) {
    .logo {
        margin-top: 10px;
		margin-left: 10px;
        float: left;
    }
    .sitetitle {
        font-size: 24px;
    }
}

@media (max-width: 699px) {
    .logo {
        display: none;
    }
    .sitetitle {
        font-size: 18px;
    }
}


/* checkboxlist and radiolist */

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 0;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
}

fieldset .radio,
fieldset .checkbox {
    margin-top: 4px;
}