﻿/* sidans utformande*/
/*#region taggar*/


body {
    margin-top: 10px; /* sidans marginaler */
    padding: 0; /* behövs alltid!! */ /*text-align: center;  /* centrerar layouten 1 - för äldre webläsare  */
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 62.5%; /*är det samma som 10 px*/
    -webkit-text-size-adjust: 100%; /*Viktigt för att stående och liggande text ska ha samma storlek i iPhone */
}

h4 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 1.3em;
}

h3 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 1.4em;
}

h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 1.5em;
}

h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 1.6em;
}

p {
    margin: 0 0 15px 0;
    font-size: 1.3em;
}

pre {
    font-size: 1.3em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0 0 15px 0;
    white-space: pre-wrap; /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap; /* Opera 4 thru 6 */
    white-space: -o-pre-wrap; /* Opera 7 and up */
    word-wrap: break-word; /* IE 5.5+ and up */
}

a {
    color: #003366;
    background-color: inherit;
    text-decoration: none;
    font-size: inherit;
}

    a:active {
        color: #003366;
    }

    a:visited {
        color: #003366;
    }

    a:hover {
        color: #FF0000;
    }

    a img {
        border: none;
    }

hr {
    color: #C0C0C0;
    border: 0;
    background: #C0C0C0;
    height: 1px;
}

form {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

iframe {
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

ul {
    font-size: 1.3em;
}

ol {
    font-size: 1.3em;
}

li {
    font-size: 13px;
}

fieldset {
    padding: 10px;
    margin-top: 10px;
}

legend {
    font-weight: bold;
}

textarea {
    border: 1px solid #C0C0C0;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 2px;
}

input[type=text],
input[type=password],
input[type=search],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=color],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=month] {
    border: 1px solid #C0C0C0;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 23px;
    padding: 2px 3px 2px 6px;
}

select {
    padding: 2px 3px 2px 2px;
    border: 1px solid #C0C0C0;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 23px;
}
/*#endregion*/
#body_layout {
    width: 90%; /* flytande: procent */
    margin: 0 auto; /* centrerar layouten 2 */
    text-align: left; /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */ /*min-width: 700px;*/
    max-width: 1024px; /* max & min-width - kombineras med cond. comm. för IE 6 inom head */
}

#body_td1_content {
    text-align: left; /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */
}

/*  
#header_box1
{
    width: 40%;
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header_box2
{
    width: 58%;
    float: right;
    padding: 0;
    display: inline-block;
    text-align: right;
}
   #header_top
{
    height: 60px;
    display: block;
} 
    */

/*#region Bredd och marginal på boxar */
.width1, .width2, .width3, .width4, .width5, .width6, .width7, .width8, .width9, .width10, .width11, .width12 {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: no-display;
}

.marg {
    margin-left: 1.5%;
}

    .marg:first-child {
        margin-left: 0;
    }

.width1 {
    width: 6.95833333333%;
}

.width2 {
    width: 15.4166666667%;
}

.width3 {
    width: 23.875%;
}

.width4 {
    width: 32.3333333333%;
}

.width5 {
    width: 40.7916666667%;
}

.width6 {
    width: 49.25%;
}

.width7 {
    width: 57.7083333333%;
}

.width8 {
    width: 66.1666666667%;
}

.width9 {
    width: 74.625%;
}

.width10 {
    width: 83.0833333333%;
}

.width11 {
    width: 91.5416666667%;
}

.width12 {
    width: 100%;
    margin-left: 0;
}
/*#endregion */



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#article, #aside, #details, #figcaption, #figure, #footer, #header, #hgroup, #menu, #nav, #section {
    display: block;
}

#header {
    width: 100%;
}

#header_loggin_status {
    float: right;
    width: 100%;
    text-align: right;
    clear: both;
}

    #header_loggin_status a {
        color: #575D2E;
        background-color: inherit;
    }

#header_logo {
    width: 49%;
    float: left;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header_search {
    float: right;
    text-align: right;
    width: 50%;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 10px;
}

#header_nav {
    /* color: #B8BE95;     background-image: url(images/form_header.gif);*/
    width: 100%;
    float: left;
    clear: both; /* border: 1px solid #C0C0C0;*/
    background-color: #C0C0C0;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    border: 1px solid #C0C0C0;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#header_sitemap_path {
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 0 5px 0;
}


#header_print {
    height: 55px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom: 10px;
}

#header_print_logo {
    width: 40%;
    float: left;
}

#header_print_text {
    width: 58%;
    float: right;
    height: 50px;
    vertical-align: middle;
    text-align: right;
    color: #000080;
    font-size: 1.1em;
}

    #header_print_text h3 {
        color: #000080;
        letter-spacing: 0;
    }


#main {
    margin: 10px 0px 10px 0px;
    width: 100%;
    display: inline-block;
}
/*When the main container contains 2 columns*/
#main_body {
    width: 75%;
    float: right;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C0C0C0;
    min-height: 600px;
}

/*#region Navigering main_nav*/

#main_nav {
    width: 24%;
    float: left;
}

.main_nav_content {
    padding: 0 0 30px 0;
}

    .main_nav_content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .main_nav_content li {
        padding: 0;
        margin: 0;
        display: block;
    }

    .main_nav_content a {
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #C0C0C0;
    }

.main_nav_content_a {
    width: 98%;
    display: inline;
    padding-left: 2%;
    display: block;
}

.main_nav_content_a_parent {
    width: 78%;
    padding-left: 2%;
    display: inline-block;
}

.main_nav_content_a_toggle {
    width: 20%;
    display: inline-block;
    float: right;
    text-align: center;
    cursor: pointer;
    margin-left: -4px;
}

.main_nav_content_a_selected, .main_nav_content a:active, .main_nav_content a:hover {
    color: #003366;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
}

.main_nav_content_a_child {
    width: 92%;
    display: block;
    padding-left: 8%;
}


#main_td3 {
    width: 80%;
    float: left;
}

#main_body_td3 {
    width: 75%;
    float: right;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
    min-height: 400px;
}

#main_nav_td3 {
    width: 24%;
    float: left;
}

#main_ad_td3 {
    width: 19%;
    float: right;
}
/*These are boxes inside the nav, body and ad */
#main_body_content {
    padding: 0px 5px 0px 5px;
}

#main_popup {
    margin: 0 auto; /* centrerar layouten 2 */
    text-align: left; /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */
}

#main_popup_content {
}


.main_ad_content a {
    text-decoration: none;
}

.main_body_tr {
    width: 100%;
    clear: both;
    float: left;
}

#footer {
    width: 100%;
    border-top: 1px solid #000;
    border-top-color: #C0C0C0;
}

.footer_content {
    padding: 10px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #575D2E;
    clear: both;
}

.footer_hidden {
}

/* Here begins the layout of header_search*/
.search_box {
    border: 1px solid #C0C0C0;
    text-align: right;
    border-radius: 5px;
}

    .search_box_input, .search_box input[type=text] {
        border-style: none;
        padding: 0px;
        margin: 0px;
        width: 80%;
    }

.search_box_button {
    padding: 0px;
    margin: 0px;
    border-style: none;
    width: 17%;
    height: 25px;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    text-indent: 0px;
    text-align: center;
    text-shadow: -1px 1px 0px #ffffff;
}

    .search_box_button:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
    }

    .search_box_button:active {
        position: relative;
        top: 1px;
    }
/* This button was generated using CSSButtonGenerator.com */
/*Header navigation*/
#header_nav_toggle {
    display: none;
}

#header_nav ul {
    list-style: none;
    padding: 0;
    margin: 0; /* båda behövs!*/
    float: left;
}

    #header_nav ul li {
        display: inline; /*width: 100%;*/
    }

        #header_nav ul li a {
            padding: 10px;
            border-right: 1px solid #2C2618;
            color: #000000;
            background-color: inherit;
            text-decoration: none;
            float: left;
            width: auto;
            border-right-color: #C0C0C0;
        }

            #header_nav ul li a:hover {
                background-color: #C0C0C0;
                color: #FFFFFF;
            }

/* Here begins the layout of main_menu*/
.main_menu {
    margin-bottom: 30px;
    margin-left: 5px;
}

    .main_menu h2 {
        font-size: 1.16em;
    }
    /*
            .main_menu h2 { position: absolute; left: -10000px; } /* tar bort visingen av meny-rubriken */

    .main_menu ul {
        font-size: 1.1em;
        list-style-type: none;
        margin: 0;
        padding: 0; /* båda behövs! */
    }

.main_menu_sub1 {
    padding: 0;
    margin-left: 15px;
    font-size: 0.9em;
    list-style-type: circle;
}

.main_menu span {
    display: block;
    color: #000080;
    background-color: inherit;
    text-decoration: none;
    height: 100%;
    padding: 1px 18px 1px 0px; /* ändrat för: side till vänster  */
}

.main_menu a {
    display: block;
    color: #000080;
    background-color: inherit;
    text-decoration: none;
    height: 100%;
    padding: 1px 18px 1px 0px; /* ändrat för: side till vänster  */
}

.main_menu span#aktuell {
    background-image: url(images/arrow2.gif);
    background-position: 100% 56%; /* placerar menybilden */
    background-repeat: no-repeat;
    color: #FF0000;
}

.main_menu a:hover {
    background-image: url(images/arrow2.gif);
    background-position: 100% 56%; /* placerar menybilden */
    background-repeat: no-repeat;
    color: #FF0000;
}

/* Here begins the layout of al type of forms*/
.form_box {
    border: 1px solid #C0C0C0;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.2em;
    max-width: 600px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.form_box2 {
    border: 1px solid #C0C0C0;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.2em;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.form_header {
    padding: 1px;
    background-color: #C0C0C0;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    margin: 0px;
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background-color: #ededed;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box; /*background-image: url(images/form_header.gif);*/ /*background-repeat: repeat-x;*/
    text-shadow: -1px 1px 0px #ffffff;
}

    .form_header h2 {
        font-size: 1.3em;
        padding: 5px 0px 5px 10px;
        margin: 0;
        color: #808080;
    }

.form_body {
    vertical-align: top;
    padding: 0px 10px 0px 10px;
    margin-bottom: 15px;
}

.form_footer {
    vertical-align: top;
    padding: 2px 10px 2px 10px;
    margin: 0px;
}

.form_body_tr {
    padding: 3px;
    width: 100%;
    clear: both;
}

.form_body_tr_hidden {
    padding: 3px;
    width: 100%;
    clear: both;
    visibility: hidden;
    position: inherit;
    z-index: auto;
    top: auto;
}

/*row with 1 td,input and label in the same td*/
.form_label_input_td {
    width: 100%;
}

/*row with 2 td, input and label in the same td*/
.form_label_input_td2 {
    width: 50%;
    float: left;
}

.form_label_input_td2_right {
    width: 50%;
    float: right;
    text-align: right;
}

/*row with 2 td, 1 for label and 1 for input*/
.form_label_td2 {
    float: left;
    width: 38%;
}
/*detta gäller bara div-tagg*/
.form_input_td2 {
    width: 57%;
    float: left;
}
/*Detta gäller när vi använder bara kontrollen*/
.form_textbox_td2 {
    width: 57%;
    float: left;
}

.form_textarea_td2 {
    width: 57%;
    float: left;
}

.form_select_td2 {
    width: 57%;
    float: left;
}

.form_checkbox_td2 {
    width: 57%;
    float: left;
}

.form_fileupload_td2 {
    width: 57%;
    float: left;
}



/*row with 3 td, input and label in the same td and non validation*/
.form_label_input_td3 {
    padding: 4px;
    line-height: 20px;
    float: left;
    width: 31%;
}
/*row with 3 td, input and label in the same td*/
.form_label_input_td3a {
    width: 19%;
    float: left;
}

.form_label_input_td3b {
    width: 58%;
    padding-left: 1%;
    float: left;
}

.form_label_input_td3c {
    width: 19%;
    padding-left: 1%;
    float: left;
}

/*row with 4 td, input and label in the same td*/
.form_label_input_td4a {
    width: 10%;
    line-height: 20px;
    float: left;
}

.form_label_input_td4b {
    width: 10%;
    line-height: 20px;
    float: left;
    padding-left: 1%;
}

.form_label_input_td4c {
    width: 58%;
    line-height: 20px;
    float: left;
    padding-left: 1%;
}

.form_label_input_td4d {
    width: 18%;
    line-height: 20px;
    float: left;
    padding-left: 1%;
}
/*row with 4 td, input and label in the same td*/
.form_label_input_td4aa {
    width: 10%;
    line-height: 20px;
    float: left;
}

.form_label_input_td4ba {
    width: 19%;
    line-height: 20px;
    float: left;
    padding-left: 1%;
}

.form_label_input_td4ca {
    width: 48%;
    line-height: 20px;
    float: left;
    padding-left: 1%;
}

.form_label_input_td4da {
    width: 18%;
    line-height: 20px;
    float: left;
    padding-left: 1%;
}

/*row with 4 td, 2 for label and 2 for input*/
.form_label_td4 {
    width: 19%;
    float: left;
    padding-left: 1%;
}

.form_input_td4 {
    width: 29%;
    float: left;
    padding-right: 1%;
}

.form_validate {
    width: 2%;
    float: left;
    text-align: right;
}

.form_validate_text {
    color: #FF0000;
}

.form_button_left {
    text-align: left;
    vertical-align: middle;
    padding: 5px 0px 5px 0px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #C0C0C0;
    margin-top: 10px;
    width: 100%;
}

.form_button_right {
    vertical-align: middle;
    text-align: right;
    padding-right: 1%;
}

/* Here begins the layout of al type of input*/
.input_label {
    width: 99%;
    line-height: 20px;
    text-indent: 2px;
}

.input_textbox {
    width: 95%;
    /*
    padding: 0px 0px 0px 2px;
    margin: 0px;
    border: 1px solid #C0C0C0;    
    height: 20px;
*/
}

.input_textbox_default {
    /*border: 1px solid #C0C0C0;*/
}

.input_textbox_date {
}

.input_textarea {
    width: 95%;
}

.input_select {
    width: 95%;
    /*padding: 0px;
    margin: 0px;
    border: 1px solid #C0C0C0;
    height: 20px;
*/
}

.input_select_telerik {
    width: 100% !important;
    height: 23px !important;
    border: 1px solid #C0C0C0 !important;
    padding: 0px !important;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

    .input_select_telerik input {
        /* padding: 0px !important;*/
        height: 21px !important;
        margin: 0px !important;
        padding: 0px !important;
        border: none !important;
        vertical-align: top !important;
        font-size: inherit !important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .input_select_telerik table {
        border-spacing: 0 !important;
    }

        .input_select_telerik table td {
            background-image: none !important;
            border-spacing: 0;
        }

.input_RadPicker {
    border: 1px solid #C0C0C0 !important;
    /*width: 100% !important;*/
    padding: 0px !important;
    height: 23px !important;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    /* */
    /*vertical-align: top !important;*/
}
/**/
.input_RadPicker_input {
    padding: 0px 0px 0px 2px !important;
    margin: 0px !important;
    border: none !important;
    height: 21px !important;
}

.input_RadPicker input_ {
    padding: 0px 0px 0px 2px !important;
    margin: 0px !important;
    border: none !important;
    /*height: auto !important;*/
}


.input_RadPicker td a {
    /* padding: 0px !important;*/
    background-position: center center;
    margin: 0 !important;
    padding: 0 !important;
    width: 21px !important;
    height: 21px !important;
    background-image: url('../../image/btn_calendar.gif');
    background-repeat: no-repeat;
}

    .input_RadPicker td a:hover {
        /* padding: 0px !important;*/
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

.input_radio {
    font-size: 12px;
}

.input_checkbox {
    font-size: 12px;
}

.input_file {
    width: 100%;
}

.input_button {
}

.input_button_date {
}

.div_shop_controls input[type=text], .div_shop_controls select {
    width: 95%;
    margin-bottom: 5px;
}
/*#region buttons and links*/
.btn-group-vertical {
}

/*#endregion


.list-group
{
    }
.list-group-item:first-child {
}
.list-group-item {
position: relative;
display: block;
padding: 1px 1px;
}
.list-group-item:last-child {

}
a.list-group-item
{
    font-size: 1.3em;
    
}

*/
/*Liggande menu som kan änvändas på flera ställe*/
.menu_across_box {
    width: 100%;
    color: #7BA566;
    float: left;
    clear: both;
    text-align: center;
    margin: 5px 0px 5px 0px;
    font-weight: bold;
    width: 100%;
    display: inline;
}

.menu_across ul {
    list-style-type: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    border-left: 1px solid #C0C0C0;
    float: left;
    width: auto;
}

.menu_across li {
    display: inline;
}

.menu_across span {
    padding: 5px 10px;
    border-right: 1px solid #C0C0C0;
    color: #7BA566;
    background-color: inherit;
    text-decoration: none;
    float: left;
    width: auto;
}

.menu_across a {
    padding: 5px 10px;
    border-right: 1px solid #C0C0C0;
    color: #7BA566;
    background-color: inherit;
    text-decoration: none;
    float: left;
    width: auto;
}

    .menu_across a:hover {
        text-decoration: underline;
        color: #FF0000;
    }

.menu_across span.aktuell {
    text-transform: uppercase;
}
/*används till uppladdning och sortering av bilder*/
.image_across_box {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin: 5px 0px 5px 0px;
    width: 100%;
    display: inline;
}

.image_across ul {
    list-style-type: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    float: left;
    width: auto;
}

.image_across li {
    display: inline;
    padding: 5px 10px;
    border-right: 1px solid #C0C0C0;
    background-color: inherit;
    text-decoration: none;
    float: left;
    width: auto;
    width: 150px; /* max-width: 200px;*/
}

.image_across img {
    margin-bottom: 10px;
}

.image_across h3 {
    font-size: 13px;
    font-weight: bold;
}

/*Layout för lista*/
.list_counter {
    color: #FF0000;
}

.list_box {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    width: 99%;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
    clear: both;
    height: auto;
    display: inline-block;
}

    .list_box img {
        width: auto;
        height: auto;
    }

.list_box_notes {
    padding: 5px 0px 5px 0px;
    margin: 0px;
    width: 99%;
    clear: both;
    height: auto;
    display: inline-block;
}

.list_box p {
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.list_image {
    margin: 0px 2% 0px 0px;
    padding: 5px;
    float: left;
}

.list_body {
    margin: 0px;
    padding: 0px;
}

.list_header {
    color: #003366;
    text-decoration: none;
}

.list_price {
    text-align: right;
    float: right;
    display: inline;
    width: auto;
}

.list_icon {
    text-align: right;
    float: right;
    display: inline;
    width: auto;
    height: 16px;
}

.list_images_icon {
    margin-bottom: 20px;
}

.list_insertby {
    text-align: left;
    float: left;
    display: inline;
    width: auto;
}

.list_datapager {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
}

.list_form_fields {
    margin: 5px 0px 5px 0px;
}


/*Layout för listor i tabellform*/

.list_table {
    font-size: 1.3em;
    width: 100%;
}

.list_table_1 {
    width: 100%;
}

.list_tr_stat {
}

.list_td_10 {
    width: 10%;
}
.list_td_15 {
    width: 15%;
}

.list_td_20 {
    width: 20%;
}

.list_td_30 {
    width: 30%;
}

.list_td_40 {
    width: 40%;
}

.list_td_50 {
    width: 50%;
    vertical-align: top;
}

.list_td_60 {
    width: 60%;
}

.list_td_80 {
    width: 80%;
}

.list_td_money {
    width: 20%;
    text-align: right;
}
/* .list_td_15 .list_td_20 .list_td_40 .list_td_60 .list_td_money */

/*Layout för infosidorna
.info_p
{
    font-size: 19px;
}
*/
.info_box {
    margin-bottom: 20px;
    clear: both;
}

.info_box_1 {
    margin: 0;
    float: left;
    width: 49%;
}

.info_box_2 {
    margin: 0;
    float: right;
    width: 49%;
}

.info_box_2a {
    margin: 0;
    float: left;
    width: 49%;
}

.info_box_2b {
    margin: 0;
    float: left;
    min-width: 200px;
    width: 49%;
    display: block;
}

.info_box_1 img {
    width: 96%;
}

.info_tr {
    clear: both;
}

.info_imagetext {
    font-weight: bold;
    vertical-align: middle;
    line-height: 20px;
}

.info_image_left {
    float: left;
    margin-right: 10px;
    width: auto;
    margin-bottom: 5px;
}

.info_image_right {
    float: right;
    margin-left: 10px;
    margin-right: 30px;
    width: auto;
}

.info_image_center {
    margin: 10px auto;
    text-align: center;
    clear: both;
}

.info_docdescription {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.2em;
    margin-left: 30px;
}

.ad_frame1_div {
    margin: 0 auto;
    text-align: center;
}

    .ad_frame1_div a {
        text-decoration: none;
    }

/* Div tagg */
.div_search {
    width: 60%;
    float: left;
}

.div_today {
    width: 30%;
    float: right;
}

    .div_today a {
        display: block;
        font-size: 1.2em;
    }

/*span tagg*/
.span_p {
    margin: 0 0 15px 0;
    font-size: 1.3em;
}

.span_regnr {
    text-transform: uppercase;
}

.span_error {
    color: #FF0000;
}

.span_success {
    color: #008000;
}

.span_insertby {
    /*font-size: 10px;*/
}

.span_right {
    text-align: right;
}
/* Här startar design för rapporter */
.report_body {
    margin-top: 0px; /* sidans marginaler */
}

.report {
    padding: 0px;
    margin: 0px;
    text-align: left;
    color: #000000;
    font-size: 10pt;
}

    .report P {
        font-size: 10pt;
    }

    .report h1 {
        font-size: 15pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding-top: 0px;
        margin-top: 0px;
        color: #000000;
    }

    .report h2 {
        font-size: 11pt;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #808080;
        margin-bottom: 0px;
    }

    .report ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.report_header {
    display: inline-block;
    clear: both;
    height: 100px;
    width: 100%;
    font-weight: normal;
    vertical-align: top;
}

.report_head {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
    margin-bottom: 45px;
}

.report_spec {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
}

.report_tr {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
}

.report_left {
    width: 40%;
    float: left;
    text-align: left;
}

.report_right {
    width: 40%;
    float: right;
    text-align: left;
}

.report_adr {
    /*margin-bottom: 35px;*/
}

.report_title {
    font-size: 8pt;
}


.report_label {
    width: 50%;
    float: left;
    font-weight: bold;
    text-align: left;
    clear: left;
}

.report_textbox {
    width: 50%;
    float: right;
    text-align: right;
}

.report_coment {
    clear: both;
    height: 75px;
    vertical-align: top;
    text-align: left;
}

.report_td_10 {
    width: 10%;
}

.report_td_15_amount {
    width: 15%;
    text-align: right;
}

.report_td_20 {
    width: 20%;
}

.report_td_40 {
    width: 40%;
}

.report_td_50 {
    width: 40%;
}

.report_td_65 {
    width: 65%;
}

.report_pay {
    margin-top: 50px;
}

.report_remind {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
    margin-top: 50px;
}

.report_value_text {
    margin-top: 100px;
}

.report_contract_text {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
    margin-top: 20px;
}

.report_signature {
    display: inline-table;
    clear: both;
    height: auto;
    width: 100%;
    margin-top: 65px;
    vertical-align: top;
}

.report_sign {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-top: 50px;
    border-top-style: dotted;
    border-top-width: thin;
    padding-top: 5px;
}

.report_signed {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #000000;
    padding-bottom: 10px;
    font-style: italic;
    margin-bottom: 5px;
}

.report_page_break {
    page-break-after: always;
    padding: 0px;
    margin: 0px;
}

.report_pagebrake_avoid {
    page-break-inside: avoid;
}

.report_price {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
    font-size: 15pt;
    margin-top: 50px;
    font-weight: bold;
}

    .report_price h1 {
        font-size: 35pt;
        margin-top: 15pt;
        font-weight: bold;
        color: #000000;
    }

    .report_price p {
        font-size: 15pt;
        margin-top: 15pt;
        font-weight: normal;
    }


.report_table {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    table-layout: fixed;
    border-collapse: inherit;
    width: 100%;
}

.report_shipppingTerms {
    display: inline-block;
    clear: both;
    height: auto;
    width: 100%;
}

.report_shipppingTermsTd1 {
    width: 47%;
    float: left;
    text-align: left;
    margin-right: 3px;
}

.report_shipppingTermsTd2 {
    width: 47%;
    float: left;
    text-align: left;
    margin-left: 2px;
}

.report_shipppingTerms h2, .report_shipppingTerms p {
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    color: #000000;
}

thead {
    display: table-header-group;
}

th {
    padding: 0px;
    margin: 0px;
}

.panel_search_typ {
    font-size: 1em;
    margin-bottom: 20px;
}

@media print {
    #header {
        display: none;
        width: 0px;
        height: 0px;
    }

    #main_nav {
        display: none;
    }

    #main_body {
        width: 100%;
        border-style: none;
    }

    #main_nav_td3 {
        display: none;
        width: 0px;
    }

    #main_ad_td3 {
        display: none;
        width: 0px;
    }

    #main_body_td3 {
        width: 100%;
        border-style: none;
    }

    .print_hide {
        display: none;
        width: 0px;
        height: 0px;
    }
}

@media screen and (max-width: 650px) {

    /*#region Bredd och marginal på boxar */
    .width1, .width2, .width3, .width4, .width5, .width6, .width7, .width8, .width9, .width10, .width11, .width12 {
        width: 100%;
    }

    .marg {
        margin-left: 0;
    }

    /*#endregion */


    /*Används i formuläret betalningar och slår samman två div-taggar*/
    div.merge {
        text-align: left;
        display: inline;
        width: auto;
        margin-right: 3px;
    }

    #body_layout {
        width: 98%; /* flytande: procent */
        margin: 0 auto; /* centrerar layouten 2 */
        text-align: left; /* centrerar layouten 3 - justerar tillbaka innehållet åt vänster */ /*min-width: 700px;*/
        max-width: 1024px; /* max & min-width - kombineras med cond. comm. för IE 6 inom head */
    }

    #header_loggin_status {
        float: left;
        text-align: left;
    }

    #header_logo {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 1px;
        padding-bottom: 1px;
        clear: both;
    }

    #header_search {
        width: 100%;
        vertical-align: middle;
        padding-top: 1px;
        padding-bottom: 5px;
        clear: both;
    }

    #header_nav {
        /* width: 100%;         color: #B8BE95;         background-image: none;         background-color: #eae8e8;         float: left;         clear: both; /* border: 1px solid #C0C0C0;*/
    }

    #header_nav_toggle {
        display: block;
        background-color: transparent;
        font-size: 13px;
        color: #000000;
    }

    #header_nav ul {
        display: none;
    }

    #header_nav ul {
        list-style: none;
        padding: 0;
        margin: 0; /* båda behövs!*/
        float: left;
        width: 100%;
    }

        #header_nav ul li {
            display: block;
            margin-left: 0 auto;
        }

            #header_nav ul li a {
                border-top: 1px solid #C0C0C0;
            }

            #header_nav ul li a, #header_nav a {
                /*background-image: url(images/form_header.gif);*/
                padding: 10px 0 10px 3%;
                border-right: none; /*color: #808080;*/
                text-decoration: none;
                width: 97%;
            }



                /*            border-right: 1px solid #2C2618;
                                color: #000000;
                                background-color: inherit;
                                text-decoration: none;
                                float: left;
                                width: auto;
                                border-right-color: #C0C0C0;
                            }

                                #header_nav ul li a:hover {
                                    background-color: #C0C0C0;
                                    color: #FFFFFF;*/


                #header_nav ul li a:hover, #header_nav ul li a:active, #header_nav a:active, #header_nav a:hover {
                    background-color: #C0C0C0;
                    color: #FFFFFF;
                    text-shadow: none !important;
                }

    #header_sitemap_path {
        display: none;
    }


    #main {
        margin: 10px 0px 10px 0px;
        width: 100%;
        display: inline-block;
    }
    /*When the main container contains 2 columns*/
    #main_body {
        width: 100%;
        float: left;
        border-left-style: none;
        min-height: 10px;
        clear: both;
    }

    #main_nav {
        width: 100%;
        float: left;
        clear: both;
    }

    .main_nav_content a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*When the main container contains 3 columns*/
    #main_td3 {
        width: 100%;
        float: left;
        clear: both;
    }

    #main_body_td3 {
        width: 100%;
        float: left;
        clear: both;
        border-right-style: none;
        border-left-style: none;
        min-height: 10px;
    }

    #main_nav_td3 {
        width: 100%;
        float: left;
        clear: both;
    }

    #main_ad_td3 {
        display: none;
    }
    /*These are boxes inside the nav, body and ad */
    #main_body_content {
        padding: 0px;
    }
    /*row with 2 td, input and label in the same td*/
    .form_label_input_td2_right {
        width: 50%;
        float: right;
        text-align: right;
    }

    /*Detta gäller när vi använder bara kontrollen*/
    .form_textbox_td2 {
        width: 95%;
        float: left;
    }

    .form_textarea_td2 {
        width: 95%;
        float: left;
    }

    .form_select_td2 {
        width: 96%;
        float: left;
    }

    .form_checkbox_td2 {
        width: 95%;
        float: left;
    }

    .form_fileupload_td2 {
        width: 95%;
        float: left;
    }

    /*row with 2 td, 1 for label and 1 for input*/
    .form_label_input_td2, .form_label_td2, .form_label_input_td3, .form_label_input_td3a, .form_label_input_td3b, .form_label_input_td3c, .form_label_input_td4a, .form_label_input_td4b, .form_label_input_td4c, .form_label_input_td4d, .form_label_input_td4aa, .form_label_input_td4ba, .form_label_input_td4ca, .form_label_input_td4da, .form_label_td4, .form_input_td4, .form_input_td2 {
        width: 100%;
        float: left;
    }

    .form_button_left {
        text-align: left;
        clear: both;
        padding-top: 5px;
    }

    .form_button_right {
        text-align: left;
        clear: both;
        padding-top: 5px;
    }

    select, textarea, input /*input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]*/ {
        -webkit-transition-duration: 0 !important;
        -moz-transition-duration: 0 !important;
        -o-transition-duration: 0 !important;
        transition-duration: 0 !important;
    }

        select:focus, textarea:focus, input:focus {
            font-size: 16px !important;
        }

    /*Info taggar*/

    .info_box_1, .info_box_2, .info_box_2a, .info_box_2b {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }





    /* Div tagg */
    .div_search {
        display: none;
    }

    .div_today {
        margin: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

        .div_today a:first-child {
            border-top-right-radius: 5px;
            border-top-left-radius: 5px;
        }
        /*.list-group-item*/
        .div_today a {
            position: relative;
            padding: 10px 10px;
            margin-bottom: -1px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            font-size: 1.3em;
        }
            /*.list-group-item:first-child*/
            .div_today a:nth-child(2) {
                border-top-right-radius: 5px;
                border-top-left-radius: 5px;
            }
            /*.list-group-item:last-child*/
            .div_today a:last-child {
                margin-bottom: 0;
                border-bottom-right-radius: 5px;
                border-bottom-left-radius: 5px;
            }
            /*a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus*/
            .div_today a.active, .div_today a.active:hover, .div_today a.active:focus {
                z-index: 2;
                color: #ffffff;
                background-color: #C0C0C0;
            }
            /*a.list-group-item:hover*/
            .div_today a:hover {
                z-index: 2;
                color: #ffffff;
                background-color: #C0C0C0; /*border-color: #2fa4e7;*/
            }

    .AspNet-FormView-Data img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
}
