﻿body, div, fieldset, h1 {
    margin: 0;
    padding: 0;
}

body {
    font-family: Georgia;
}

h1 {
    color: #68083f;
    margin: 10px 0 0 0;
    font-family: Verdana;
}

label, span {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    line-height: 25px !important;
}

a {
    color: #0b4499;
}
.link-website {
    margin-bottom: 10px;
}
label {
    cursor: pointer;
}

.errorText, .mandatory {
    color: #cb0000 !important;
}

.confirmText {
    color: #00b208 !important;
}

.mandatory {
    padding-left: 5px;
}

.info {
    line-height: 14px !important;
    font-size: 11px;
    letter-spacing: 1px;
    border-left: 3px solid #666;
    border-right: 3px solid #666;
    padding: 0 5px;
}

    .info.important, .info.back-link {
        border-left: 3px solid #cb0000;
        border-right: 3px solid #cb0000;
        color: #cb0000;
        float: left;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        display: block;
        margin-top: 12px;
        line-height: 20px !important;
        text-align: right;
    }

.breadcrumb1, .notes-header {
    color: #68083f;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    font-family: Georgia;
    font-size: 18px;
    height: 25px;
}

.breadcrumb1 {
    height: 50px;
}

    .breadcrumb1 b {
        font-weight: normal;
        display: block;
        color: #666;
    }

.notes-header {
    margin: 0;
    padding: 5px;
    background: #68083F;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}



.back-link {
    border: none !important;
    margin-right: 10px;
    color: #0b4499 !important;
}

#content {
    width: 950px;
    margin: 30px auto;
    padding: 10px;
}

#header img {
    margin-left: 3px;
    margin-right: 298px;
}

.section {
    padding: 0;
    position: relative;
}

    .section.left {
        float: left;
        width: 100%;
    }

    .section.right {
        float: right;
        width: 100%;
    }

.links {
    padding: 10px 0 0 10px;
}

    .links .link {
        width: 173px;
        float: left;
        background: #fff;
        /*border: 1px solid #e0e0e0;*/
        padding: 10px;
        /*border-radius: 5px;*/
        /*box-shadow: inset 0 0 5px #333;*/
        text-decoration: none;
        margin: 0 20px 10px 15px;
        cursor: pointer;
    }

        .links .link.selected:hover {
            background: #fff;
            cursor: default;
        }

        .links .link:hover {
            background: #f6f6f6;
        }

    .links img {
        border: 1px solid #68083f;
        width: 170px;
        height: 120px;
    }

    .links .link span {
        color: #68083f;
        display: block;
        text-align: center;
        font-family: Georgia;
        font-size: 14px;
    }


.imglogo {

    height: 96px;
    width: 100px;
}
    .imglogo.svedalahem {
        height: 50px;
        width: 198px;
        margin-top: 15px;

    }



.links .link .step-two {
    display: none;
    height: 122px;
    width: 172px;
    text-align: center;
}

    .links .type-link {
        margin: 10px 0 0 10px;
        width: 100%;
        color: #68083f;
       padding: 10px 15px 5px 15px;
      --display: block;
      --text-align: center;
        --font-family: Georgia;
        font-size: 18px;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 3px solid #68083f;
        text-decoration: none;
    }

        .links .type-link:hover {
            background: #f6f6f6;
            color: #68083f;
        }

.type-link.it {
    display: block;
    border: 3px solid #d10808;
    width: 100%;
    color: #d10808 !important;
    padding: 10px 15px;
    margin-top: 20px;
    clear: left;
}

.type-link.skade {
    width: 100%;
    color: #d10808 !important;
}

.type-link.vaktis {
    width: 100%;
}

h2 {
    background: #68083f;
    font-family: Verdana;
    box-shadow: 0 0 3px #333;
    padding: 3px 10px;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: normal;
}


.h2Lable {
    background: #68083f;
    font-family: Verdana;
    box-shadow: 0 0 3px #333 !important;
    padding: 3px 10px;
    letter-spacing: 2px !important;
    color: #ffffff;
    display: inline-block;
    margin: 0 0 10px 0;
    font-size: 16px !important;
    font-weight: normal;
}

.send {
    margin-top: 10px;
}


select, input[type="text"], textarea {
    width: 100%;
    font-family: Arial;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    border: 1px solid #393939;
    background: #fff;
}

textarea {
    height: 100px;
}

#rblType {
    display: block;
}

    #rblType input, #rblType label {
        vertical-align: middle;
    }

#ucEmail_lblEmail {
    line-height: 25px !important;
}

#ucEmail_imgLoader {
    vertical-align: middle !important;
}

#pnlInfo {
    margin: 5px auto 10px auto;
    display: none;
    padding: 5px;
    font-family: Tahoma;
    font-size: 12px;
}

    #pnlInfo.error {
        border: 1px solid #cb0000;
        background: #f1b0b0;
        display: block;
    }

    #pnlInfo.check {
        border: 1px solid #00b208;
        background: #cdf4cf;
        display: block;
    }

    #pnlInfo .image {
        width: 24px;
        height: 24px;
        float: right;
        margin-right: 5px;
    }

    #pnlInfo.error .image {
        background: url(error.png) no-repeat;
    }

    #pnlInfo.check .image {
        background: url(check.png) no-repeat;
    }

    #pnlInfo #lblInfo {
        float: left;
    }
p {
    border: none;
    color: #cb0000;
    margin-left: 10px;
}
.info.for-label {
    border: none;
    color: #cb0000;
    margin-left: 10px;
}

.loader img {
    display: inline !important;
    vertical-align: middle;
}

.checkboxes {
    margin-top: 5px;
}

    .checkboxes label, .checkboxes input {
        vertical-align: middle;
        line-height: 20px !important;
    }

    .checkboxes input {
        margin-left: 0;
    }

    .checkboxes label {
        font-weight: bold;
        letter-spacing: 1px;
        color: #000;
        
    }

    .checkboxes span {
        display: inline !important;
        line-height: 20px !important;
    }

.notes {
    display: none;
}

.notes-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.65;
    z-index: 1;
}

.notes-container {
    width: 598px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    box-shadow: 0 0 3px #333;
    border: 1px solid #68083F;
    position: absolute;
    background: #fff;
    z-index: 2;
}

#close-notes {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    background: #68083F;
    width: 40px;
    height: 25px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
}

.notes-list {
    margin: 0;
    padding: 5px;
    list-style: none;
    max-height: 253px;
    overflow: auto;
    overflow-x: hidden;
}

    .notes-list li {
        margin: 0;
        padding: 5px 0;
        border-top: 1px solid #68083F;
    }

        .notes-list li:first-child {
            border-top: none;
        }

        .notes-list li p {
            margin: 0;
        }

            .notes-list li p.subject {
                color: #68083F;
            }

            .notes-list li p.date,
            .notes-list li p.text {
                font-family: Arial;
                font-size: 12px;
            }

            .notes-list li p.date {
                color: #666;
                margin-bottom: 5px;
            }
