﻿html, body, form {
    height: 100%;
}

    body.header {
        padding: 0;
        margin: 0;
        font-family: 'DTL Caspari WT',Helvetica,Arial;
        color: #464541;
    }

body {
    padding: 0;
    margin: 0;
    font-family: 'DTL Caspari WT',Helvetica,Arial;
    color: #464541;
}

a, a:link {
    color: #2bb0d1;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #323029;
}

h1 {
    font-family: 'DTL Caspari WT',Helvetica,Arial;
    font-size: 2.5rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.05;
}

h2 {
    font-family: 'DTL Caspari WT',Helvetica,Arial;
    font-size: 1.9rem;
    font-weight: bold;
}

h3 {
    font-family: 'DTL Caspari WT',Helvetica,Arial;
    font-size: 1.5rem;
    font-weight: bold;
}

a:hover {
    color: #16734f;
}

::selection {
    color: #000;
    background-color: rgb(161,190,159);
}

hr {
    border: 0;
    border-top: 1px solid #e5e8e8;
    height: 0;
}

    hr.fat {
        border: none;
        border-top-style: solid;
        border-top-width: 3px;
    }

.red {
    color: #f33c3a;
}

.required {
    color: #f33c3a;
    font-weight: bold;
    font-size: 1.5em;
}

.requiredErrorText {
    color: #f33c3a;
    font-weight: bold;
}

.intro {
    color: #f33c3a;
    font-family: 'DTL Caspari WT','freight-sans-pro',Helvetica,Arial;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.05;
}

#layout {
    min-height: 100%;
    width: 1200px;
    overflow: visible;
}

#topImage {
    background: url(../images/hlf_forskning_top_logga4.png) transparent;
    height: 145px;
    margin-bottom: 33px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#loginName {
    position: absolute;
    top: 30px;
    color: #000;
    right: 15px;
}

    #loginName a {
        color: #000;
        float: right;
    }

    #loginName span {
        font-size: 0.95em;
        display: block;
    }

#menuContainer, #leftColumn, #rightColumn, #leftColumnAdmin {
    margin-bottom: 297px;
    margin-top: 190px;
}

#menuContainer {
    float: left;
    width: 160px;
    padding: 20px 20px 0 20px;
}

#leftColumn {
    float: left;
    width: 659px;
    padding: 20px 20px 0 20px;
    border-right: 1px solid #e5e8e8;
}

#rightColumn {
    float: left;
    width: 260px;
    padding: 20px 20px;
}

#leftColumnAdmin {
    float: left;
    width: 900px;
    padding: 0 0 0 30px;
}

#footer {
    bottom: 0;
    clear: both;
    height: 108px;
    background: url(../images/footer.png) repeat-x 0 0 #D5E7DB;
    padding: 30px 30px 129px 254px;
    margin-top: 267px;
    position: relative;
    font-size: 1.5rem;
    font-family: 'DTL Caspari WT',Helvetica,Arial;
    font-weight: 500;
}

    #footer strong {
        font-family: 'DTL Caspari WT',Helvetica,Arial;
        font-weight: 700;
    }

    #footer h2 {
        margin-top: 0;
        font-size: 24px;
        font-weight: normal;
    }

    #footer .bottom {
        background: url(../images/superFooter.png) repeat-x 0 0 #10100f;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 14px 30px 14px 254px;
        height: 71px;
        color: #faf7e9;
        font-size: 16px;
    }

    #footer .red {
        color: #f25253;
    }

/* Tables */
#border {
    border: 0 !important;
    margin: 10px 0;
}

table {
    border: 0 !important;
}

td[align=right] {
    text-align: left !important;
}

.gridView th {
    font-family: 'DTL Caspari WT',Helvetica,Arial;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: #323029;
    text-align: left;
    border: 0;
    margin: 0;
    padding: 8px 6px;
    background-color: #d4e2d4;
    border-top: 5px solid #a1be9f;
}

    .gridView th a:link {
        color: #323029;
    }

.gridView td {
    background-color: #e6eee6;
    color: #464541;
    font-size: 13px;
    border: 0;
    margin: 0;
    padding: 8px 6px;
    vertical-align: top
}

.gridView tr {
    border-bottom: 3px solid #fff;
}

.pagerStyle td {
    background-color: transparent;
    padding: 4px;
}

/* Forms */
label {
    font-weight: bold;
    font-size: 14px;
}

input, select, textarea {
    color: #464541;
}

.LabelClass {
    font-weight: bold;
    font-size: 14px;
}


/* Bigger checkboxes for clarity*/
input[type=checkbox] {
    transform: scale(1.5);
    margin: 5px 10px 5px 0px;
}

input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: none;
}

.formItemTextBox, .formItemDropDown, .formItemCheckBox {
    margin-bottom: 10px;
}

    .formItemTextBox input, .formItemDropDown select {
        width: 20em !important;
    }

    .formItemTextBox label, .formItemDropDown label, .formItemCheckBox {
        display: block;
    }

.formItemTextBoxInline, .formItemDropDownInline, .formItemCheckBoxInline {
    display: inline-block;
}

.blockLayout {
    display: block;
}

.infoText {
    font-size: 0.9em;
}

.inputCheck {
    margin: 5px 10px 5px 5px;
}

.space {
    margin-bottom: 10px;
}

.help-text {
    font-style: italic;
}

.help-text-small {
    font-style: italic;
    font-size: 14px;
}

input[type=text], select, textarea, input[type=password] {
    border: 1px solid #e5e8e8;
    padding: 4px;
    margin: 2px 0 6px;
    height: 26px;
}

.pagingDataList {
    padding: 8px;
}

input[type=submit]:not(.statstool), input[type=button]:not(.statstool), button:not(.statstool) {
    border: 3px solid #C9E4DD;
    border-radius: 20px;
    background-color: #55A786 !important;
    padding: 8px 12px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    box-shadow: inset 0 -1px 10px #429976;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type=submit]:hover, input[type=button]:hover, button:hover {
    background-color: #7ec0a5 !important;
    box-shadow: none;
}

input[type=submit][disabled], input[type=button][disabled], button[disabled] {
    background-color: #7ec0a5 !important;
    box-shadow: none;
    color: #C9E4DD;
}
/* Buttons with arrow */
input[type=submit][value*=Sök] {
    background-image: url(../images/btnSearchSprite.png);
    background-repeat: no-repeat;
    padding-left: 34px;
}

    input[type=submit][value*=Sök]:hover {
        background-position: 0 -34px;
    }


#overlay {
    background-color: black;
    position: fixed;
    /* top: 0; right: 0; bottom: 0; left: 0;*/
    top: 50%;
    left: 50%;
    opacity: 0.8; /* also -moz-opacity, etc. */
    z-index: 10;
}

.redText {
    color: red
}

td.makeItRight {
    text-align: right !important;
}

.width200px {
    width: 200px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom-style: none;
    border-bottom: 1px dotted black;
    font-size: 14px;
    font-style: italic;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 350px;
        background-color: white;
        color: black;
        text-align: left;
        border-style: double;
        border-radius: 6px;
        padding: 5px 5px;
        font-size: 14px;
        font-style: normal;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 105%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.horizontalSpace {
    border-spacing: 15px 2px;
}

.warningMessage {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.divBackground01 {
    border: #C8C6C6 solid;
    background: #F7F6F2;
    border-radius: 5px;
    padding-left: 5px;
    margin-top: 10px;
}

.divBackground02 {
    border: #E9DAC1 solid;
    background: #F7ECDE;
    border-radius: 5px;
    padding-left: 5px;
    margin-top: 10px;
}

.layoutTableRow {
    display: table;
    clear: both;
    content: "";
    width: 100%;
}

.layoutTableColumn40 {
    float: left;
    width: 40%
}

    .layoutTableColumn40 > .help-text {
        padding-right: 20px;
        display: inline-block;
    }

.layoutTableColumn20 {
    float: left;
    width: 20%
}

.testVersionBanner {
    top: 150px;
    position: absolute;
    background: orange;
    padding: 4px;
    left: 220px;
    width: 650px;
    text-align: center;
}

.infoExpander {
    background: ghostwhite;
    padding: 3px;
    font-size: 0.9em;
}