﻿/* Add your overrides of the default styles in this style sheet */

/* Anpassningar varumärket 2020 */

p {
    line-height: 3rem;
    font-size: 1.8rem;
    color: #222222;
}



h2 {
    font-family: PT Serif, "Times New Roman", Times, serif;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0px 0px 24px 0px;
    line-height: 3.4rem;
    color: #222222;
}

#wrap {
    max-width: 100%;
}

#footer {
    background: #222222;
}

    #footer h2 {
        color: #fff;
    }

#header {
    padding: 0;
}

li, .menu-item {
    padding: 0;
}

#MainContainer {
    padding: 0px 36px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#LeftMainRight {
    padding: 0 8.5%;
}

    #LeftMainRight #MainContent {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 60px;
        padding: 0;
        /*width: 57.7%;
	max-width:690px;*/
    }

    #LeftMainRight #LeftContent {
        width: 0;
        margin: 0;
    }

#BreadCrumbsArea {
    margin: 0 0 60px 0;
    padding-bottom: 0px;
    clear: both;
    border-bottom: none;
}

.GetStarted {
    margin-bottom: 36px;
}

.number {
    font-family: Roboto, Sans-Serif;
    font-size: 1.8rem;
    font-weight: 700;
    padding-top: 8px;
    width: 32px;
    height: 32px;
    line-height: 1;
    color: #222;
    margin-bottom: 6px;
}

.active .number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.passive .number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e5e5;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: #222;
}

.future .number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e5e5;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: #222;
}

.passive {
    color: #949494;
}

.dottedlineLeft {
    border-top: none;
    /*left: 60px;
    width: 66px;*/
}

.dottedlineRight {
    border-top: none;
    /*left: 175px;
    width: 68px;*/
}

.future {
    color: #949494;
}

div.AspNet-TreeView ul ul {
    margin: 19px 0 0px 30px;
}


div.AspNet-TreeView li.AspNet-TreeView-Parent {
    margin-left: 0px;
}

#ctl00_breadcrumb1 {
    padding: 24px 0 0 36px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#ctl00_ctl00_breadcrumb1 {
    padding: 24px 0 0 36px;
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#navigationFlow {
    /*margin-top: 48px;*/
}

#footer {
    text-align: left;
}

a:visited {
    color: #1E00BE;
}

a:link, a p {
    font-family: Roboto;
    font-weight: 500;
    color: #1E00BE;
}


h1, .h1 {
    font-family: PT serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 58px;
    margin: 0px 0px 36px 0px;
    color: #222;
    letter-spacing: -0.07rem;
    max-width: 800px;
}

.ingress {
    font-family: Roboto;
    font-size: 24px;
    line-height: 38px;
    font-weight: normal;
    color: #222;
    margin-bottom: 36px;
    max-width: 800px;
}

.navigationFlowArea {
    height: 0;
    line-height: 0;
    padding: 0px;
}

.col1, .col2, .col3 {
    width: auto;
    margin-right: 25px;
}

.active {
    color: #222;
    font-weight: 700;
}
/*.passive .number {
    font-weight: 400;
}*/

/*.future .number {
    font-weight: 400;
}*/

.text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 26px;
}

.fullscreen {
    margin-bottom: 48px;
    margin-top: 0px;
}

ul {
    margin-top: 24px;
}

a {
    color: #1E00BE;
}

    a.underlineLink {
        text-decoration: none;
        /* border-bottom: 1px solid rgba(30,0,190,.47); */
    }

.table-settings-wrapper .amnesOmradeWrapper {
    background: none;
}

.save-query-wrapper .amnesOmradeWrapper {
    background: none;
}

.amnesOmradeWrapperH2 {
    padding: 10px 0 10px 50px;
    margin: 2px 0;
    user-select: none;
    font-size: 1.8rem;
    line-height: 3rem;
    font-family: Roboto;
    font-weight: 500;
    color: #1e00be;
}

/* Varumärket slut */
.imgSiteLogo {
    height: 53px;
    width: 60px;
    vertical-align: middle;
}
/* Login form */
.login-form {
    width: 400px;
    border: solid 1px #c2c4c6;
    padding: 15px;
    margin: 40px 0;
}

    .login-form label {
        display: block;
    }

.login-form-failure {
    color: #9b0014;
    font-weight: bold;
}

.login-form-buttons {
    text-align: right;
}

.login-form div {
    margin-bottom: 10px;
}

/*Added*/
.hide {
    display: none;
}

/*commandbar.css*/
.commandbar {
    padding: inherit;
}

.commandbar_container {
    border: none;
}

.commandbar_dropdown select {
    width: 260px;
    padding: 9px;
    font-family: roboto;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border: 1px solid #949494;
    border-radius: 3px;
    margin-right: 6px;
}

.commandbar_pluginbutton {
    margin: 0 3px 0 0;
}

.commandbar_sum_sumallvaluesnewvariabelname_dropdown {
    padding: inherit;
}

.commandbar_sum_radiobuttonlist label {
    margin-left: 3px;
    vertical-align: inherit;
}

.commandbar_pivot_heading {
    font-size: large;
    margin: 3px 0px 10px 0px;
}


/*datasort.css*/
table.table-class td.left {
    float: none;
}

div.ssdsort table.table-class td.left {
    border: none;
}

div.ssdsort table.table-class td {
    border: none;
}

div.ssdsort table.table-class {
    border: none;
}

    div.ssdsort table.table-class tr.table-jquerysort-header {
        display: none;
    }

    div.ssdsort table.table-class tr.table-jquerysort-header {
        display: none;
    }

    div.ssdsort table.table-class tr.table-sort-header th {
        background-color: #eeeeee;
        border: none;
    }

/*footnote.css*/
.footnotes_container {
    width: auto;
    margin-top: 36px;
}

dl.footnote_definitionlist dt {
    font-family: roboto, arial;
    color: #222222;
    font-size: 1.8rem;
    line-height: 3rem;
    font-style: normal;
    margin: 0;
}


dl.footnote_definitionlist dd {
    font-family: PT serif, times new roman;
    color: #222222;
    font-size: 1.8rem;
    line-height: 3rem;
    font-style: normal;
    margin: 0 0 24px 0;
}

.footnote_mandatory {
    color: #222222;
    font-size: 1.19em;
    font-style: normal;
}


/*information.css*/
.floatleft {
    float: left;
}

.bottom {
    display: inline-block;
    vertical-align: middle;
}

.ctrlsavequerylistedit th {
    padding-right: 10px;
    font-weight: bold;
}

dl.information_definitionlist dt {
    font-family: roboto;
    color: #222222;
    font-size: 1.8rem;
    line-height: 3rem;
    font-style: normal;
    margin-top: 24px;
}

dl.information_definitionlist dd {
    margin-left: 0;
    font-family: PT serif, times new roman;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3rem;
}

.information_unit_heading, .information_lastupdated_heading, .information_contact_heading, .information_officialstatistics_heading, .information_stockfa_heading, .information_refperiod_heading, .information_dayadj_heading, .information_seasadj_heading, .information_creationdate_heading, .information_source_heading, .information_matrix_heading {
    font-weight: 700;
}

/*searchvalues.css*/
.searchvalues_container {
    border: solid 1px #DFDFDF;
    margin: 16px 0 10px 0;
}

.searchvalues_searchresults_container {
    width: 325px;
}

.selected_row {
    background-color: #eeeeee;
}

.pagerFooter a:hover {
    color: inherit;
}

div.pagerFooter div {
    margin-bottom: 9px;
}

.searchvalues_leftdivider {
    width: 278px;
    background: url(../SCB/images/SSD/orange.gif);
}

.searchvalues_rightdivider {
    width: 300px;
    background: url(../SCB/images/SSD/orange.gif);
}

.searchvalues_removebutton {
    background: url(../SCB/images/SSD/MoveUp.gif) no-repeat;
}

.searchvalues_addbutton {
    background: url(../SCB/images/SSD/MoveDown.gif) no-repeat;
}


.searchvalues_selectedvalues_listbox {
    width: 328px;
}

.searchvalues_buttonscontainer {
    width: 627px;
}

.searchvalues_addtovariableselectorbutton {
    margin-right: 0;
}

/*.searchvalues_selectiontips
{
    background-color: inherit;
}*/

#grdHeaders {
    border: none;
}


/*table.css*/
.table-title {
    font-size: 1.3em;
    border: none !important;
    text-transform: none;
    font-weight: bold;
    padding: 15px 5px 15px 5px;
}

.table-header-first {
    background-color: none;
}

.table-class td.table-header-first {
    background-color: none;
}

.layout2-table-stub1 {
    padding-left: 0px;
}


/*tableofcontent.css*/
.tableofcontent_link {
    background: none;
    padding-left: 0;
    display: unset;
}

.tableofcontent_tablelistlink {
    background: url(../SCB/images/Document.gif) 0 0 no-repeat;
    text-indent: 20px;
}


.tableofcontent_urllink {
    background: url(../SCB/images/Knapp_info.gif) 0 0 no-repeat;
    position: relative;
    top: -3px;
    text-decoration: none;
}

#TableOfContent div.AspNet-TreeView li.AspNet-TreeView-Leaf {
    width: 98.5%;
}


/*TreeView.css*/
div.AspNet-TreeView .AspNet-TreeView-Expand {
    background: none;
}


#TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand {
    /* varumärket 2020 */
    /*background:  url(../SCB/images/SSD/expand.gif) 0 3px no-repeat;*/
    padding: 0 18px 0 0;
    /*margin-left: 12px;*/
    background: url("../SCB/Images/SSD/expand-24px.svg") 0 0px no-repeat;
}

div.AspNet-TreeView .AspNet-TreeView-Collapse {
    background: none;
}


#TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse {
    /* varumärket 2020 */
    /*background: url(../SCB/images/SSD/collapse.gif) 0 3px no-repeat;*/
    padding: 0 18px 0 0;
    /*margin-left: 12px;*/
    background: url(../SCB/Images/SSD/collapse-24px.svg) 0 0px no-repeat;
}

.AspNet-TreeView-Show {
    width: 60em;
    overflow: visible;
    font-family: Verdana, Arial, Sans-Serif;
}

div.AspNet-TreeView ul li {
    /* Varumärket 2020 */
    /*background-image: none;
    font-size: inherit;
    font-family: inherit;*/
    border-top: 1px solid #949494;
    padding: 18px 0 18px 0;
}




#TableOfContent div.AspNet-TreeView li.AspNet-TreeView-Leaf {
    white-space: normal;
}

div.AspNet-TreeView li.AspNet-TreeView-Leaf {
    margin-left: 0px;
    /*background-image: url("../SCB/images/Arrow_Right_Blue.gif");*/
    background-position: 1px 8px;
    padding-left: 12px;
}

span.AspNet-TreeView-ClickableNonLink {
    /*color: #026D9A;
    font-family: Verdana,Arial,sans-serif;*/
    cursor: pointer;
    font-family: Roboto;
    font-weight: 500;
    padding-top: 0px;
    font-size: 18px;
    line-height: 30px;
}

div.AspNet-TreeView .AspNet-TreeView-Selected ul a {
    color: #026d9a !important;
    font-weight: bold;
}

div.AspNet-TreeView .AspNet-TreeView-SelectExpand {
    color: #026d9a;
}

div.AspNet-TreeView a:hover {
    text-decoration: underline !important;
}

a:hover {
    text-decoration: underline !important;
}

/* Product TreView */
#ProductTreeView div.AspNet-TreeView ul li {
    padding: 13px 0 2px 0px;
}

    #ProductTreeView div.AspNet-TreeView ul li.AspNet-TreeView-Leaf {
        /*padding-left: 17px;*/
        padding: 3px 0 2px 17px;
    }

#ProductTreeView ul li.AspNet-TreeView-Leaf {
    border-bottom: 1px solid #DFDFDF;
    width: 100%;
}

#ProductTreeView div.AspNet-TreeView li.AspNet-TreeView-Leaf {
    margin-left: 0;
}

#ProductTreeView div.AspNet-TreeView ul ul {
    margin-left: 7px;
}

#ProductTreeView div.AspNet-TreeView ul ul {
    width: 79%;
}

/*general.css*/
#LeftMainRight .BesideLeftMenu#MainContent {
    /*width: 49.2%;*/
    width: 72.0%;
}

#LeftMainRight .BesideRightMenu#MainContent {
    /*width: 49.2%;*/
    width: 74.0%;
    border-right-color: #dfdfdf;
    border-right-width: 1px;
    border-right-style: solid;
}

#LeftMainRight #MainContent {
    width: 100%;
}

#LeftMainRight #RightContent.ssdpuffar {
    margin: 19.5em 0 !important;
    float: right;
}



#TopSearch .icon14 {
    background: url('../SCB/Images/Sprites/scb_sprites_14px.png') -1px -32px no-repeat;
}


/*variableselector.css*/
.variableselector_selectionerror_label {
    font-weight: bold;
    font-family: inherit;
    color: inherit;
    font-style: inherit;
    font-size: inherit;
}


.variableselector_selected_rows_label_selected {
    margin-right: 10px;
}


.variableselector_valuesselect_box {
    background-color: #ffffff;
    margin: 0 10px 2px 0;
    height: auto;
}

.variableselector_valuesselect_statistics_NumberSelected_TextBox {
    background-color: #ffffff;
}

.variableselector_valuesselect_variabletitle_panel {
    min-height: inherit;
}


.variableselector_valuesselect_variabletitlesecond {
    font-size: inherit;
}


div.ui-resizable-handle.ui-resizable-e {
    margin: -3px;
    padding: 6px;
    overflow: hidden;
    background-image: url(../SCB/images/SSD/expanderpil.gif);
    background-position: right;
    background-repeat: no-repeat;
}


.variableselector_valuesselect_valuesselect_panel {
    padding: 9px;
}


.variableselector_valuesselect_showall_button {
    background: url(../SCB/images/SSD/Searchtext.gif) 0 0 no-repeat;
    height: 19px;
}


.variableselector_valuesselect_search_button {
    background: #FFFFFF url(../SCB/images/SSD/Searchtext_ssd.gif) no-repeat;
    height: 19px;
}


.variableselector_valuesselect_search_imagebutton {
    background: #FFFFFF url(../SCB/images/SSD/search.gif) no-repeat;
    height: 19px;
}


.variableselector_valuesselect_deselect_all_imagebutton {
    background: #FFFFFF url(../SCB/images/SSD/UnSelect.gif) no-repeat;
    height: 19px;
}


.variableselector_valuesselect_select_all_imagebutton {
    background: #FFFFFF url(../SCB/images/SSD/SelectAll.gif) no-repeat;
    height: 19px;
}


.variableselector_valuesselect_sort_asc_imagebutton {
    background: #FFFFFF url(../SCB/images/SSD/MoveUp.gif) no-repeat;
    height: 19px;
}


.variableselector_valuesselect_sort_desc_imagebutton {
    background: #FFFFFF url(../SCB/images/SSD/MoveDown.gif) no-repeat;
    height: 19px;
}


.variableselector_valuesselect_select_hierarcical_imagebutton {
    background: #FFFFFF url(../SCB/images/SSD/Hierarchy.gif) no-repeat;
    height: 19px;
}


.variableselector_searchinformationlink {
    background: url(../SCB/images/SSD/Arrow_Right_Gray.gif) 0 0 no-repeat;
    height: 19px;
}



/*breadcrumb.css*/


.breadcrumb_container {
    background-color: inherit;
}

.breadcrumb_homebutton {
    background: url("../SCB/Images/Sprites/home-24px.svg") 0px 2px no-repeat;
    width: 16px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 3px;
}

.breadcrumb_text {
    font-size: 14px;
    line-height: 20px;
    font-family: Roboto;
    color: #1e00be;
}

    .breadcrumb_text:hover {
        font-size: 14px;
        line-height: 20px;
        font-family: Roboto;
        color: #1e00be;
        border: none;
    }


.breadcrumb_text_nolink {
    /* Varumärket 2020 */
    /*font-size: 100%;*/
    font-size: 14px;
    line-height: 20px;
    font-family: roboto;
    font-weight: normal;
    color: #222;
}
    /* Varumärket 2020 */
    .breadcrumb_text_nolink:hover {
        font-size: 14px;
        font-family: roboto;
        border: none;
    }

.breadcrumb_sep {
    visibility: hidden;
    position: relative;
    color: #949494ae;
    font-family: Roboto;
    font-size: 1.4rem;
    margin-left: -12px;
}

    .breadcrumb_sep:after {
        visibility: visible;
        position: unset;
        font-size: 14px;
        line-height: 20px;
        color: #949494;
        content: "/";
        padding: 0 0px 0 0px;
        top: 0;
        left: 0;
    }


/*SSD_Text.css*/
ul li {
    background-image: none;
    padding-left: 0;
}

.PluppLink, .commandbar_download_file_dialog a {
    background: none;
    padding: 0;
    text-decoration: none !important;
}


/*datasort.css*/

.datasort_sortdescription {
    font-family: Arial;
}

.datasort_copydescription {
    font-family: Arial;
}

table.table-class td.left {
    float: none;
}

div.ssdsort table.table-class td.left {
    border: none;
}

div.ssdsort table.table-class td {
    border: none;
}

div.ssdsort table.table-class {
    border: none;
}


    div.ssdsort table.table-class tr.table-jquerysort-header {
        display: none;
    }

    div.ssdsort table.table-class tr.table-sort-header th {
        background-color: #eeeeee;
        border: none;
    }



/*Added kvar?*/
#ProductTreeView #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse, #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand {
    /*padding: 0;*/
}

/*Added* kvar?/
#ProductTreeView #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand 
{
    background: url(../SCB/images/Expand.gif) 0 0 no-repeat; 

} 

/*Added kvar?*/
#ProductTreeView #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse {
    background: url(../SCB/Images/SSD/collapse-24px.svg) 0 0 no-repeat;
}

/*Added*/
#TableOfContent a em {
    color: #1e00be;
    font-style: normal;
    font-weight: 400;
}

/*Added*/
#TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse, #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand {
    float: none;
    cursor: pointer;
    margin: 0;
    /*padding: 0;*/
}






.hierarchical_tableinformation_title /*SSD h1*/ {
    font-family: PT Serif, "Times New Roman", Times, serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    margin: 0px 0px 48px 0px;
    color: #222222;
    padding: 0 34% 0 0;
}



.headingtext {
    color: #333333;
    font-family: Georgia;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 4px;
}


#MainContent a, #MainContent .AspNet-TreeView-ClickableNonLink {
    /* varumärket 2020 */
    /* color: #1e00be;
    font-family:Verdana,Arial,sans-serif;
    text-decoration:none;
    padding-top:2px;
    font-size:100%;*/
    font-family: Roboto;
    font-weight: 500;
    padding-top: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #1e00be;
    text-decoration: normal;
}

    #MainContent a:hover, #MainContent .AspNet-TreeView-ClickableNonLink:hover {
        text-decoration: underline !important;
    }

/*Varumärket 2020*/
/*#MainContent a:visited {
    color: #0493ac;
}*/

#ContentTabs {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    clear: both;
    height: none;
}

    #ContentTabs ul {
        width: 100%;
        margin: 0;
        padding-bottom: 0px;
        float: left;
        list-style: none;
        border-bottom: 1px solid #949494;
    }

        #ContentTabs ul li a {
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 6px;
            padding-top: 8px;
            float: left;
            color: #1e00be;
            text-decoration: none;
            border: none;
        }

        #ContentTabs ul li.on a {
            font-weight: 500;
            padding-top: 8px;
            padding-bottom: 6px;
            color: #ffffff;
        }

    #ContentTabs li.on {
        background: #222222;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }

    #ContentTabs li {
        border-left: none;
        border-top: none;
        border-bottom: none;
        border-right: none;
    }

        #ContentTabs li.borderright {
            border-right: 1px solid #ffffff;
        }

        #ContentTabs li.borderright {
            border-right: 1px solid #ffffff;
        }

    #ContentTabs a, #ContentTabs a:visited, #ContentTabs a:hover, #ContentTabs a:focus {
        color: #1e00be;
    }

.variableselector_valuesselect_box {
    border: solid 1px #949494;
}

.variableselector_valuesselect_statistics_panel {
    border-top: solid 1px #949494;
    border-bottom: solid 1px #949494;
    padding: 3px 9px 0 9px;
}

.variableselector_valuesselect_variabletitle_panel {
    padding: 3px 9px 0 9px;
}

.variableselector_markingtips_text {
    font-family: PT serif;
}

.variableselector_eliminationinformation_text {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #222222;
}

.variableselector_variable_box_container {
    margin-bottom: 0px;
    margin-top: 48px;
}

.variableselector_selected_cells_label {
    margin-right: 6px;
    font-size: 1.8rem;
    line-height: 3rem;
}

.variableselector_selected_cells_number_label {
    margin-right: 6px;
    font-family: PT Serif;
    font-weight: 700;
    line-height: 3rem;
    font-size: 1.8rem;
}

.variableselector_valuesselect_variabletitle {
    font-weight: 700;
    font-family: Roboto;
    font-size: 1.8rem;
}

.variableselector_valuesselect_statistics {
    width: 3em;
    border: none;
    display: inline;
    font-weight: 400;
    font-family: Roboto;
    font-size: 1.6rem;
}

.variableselector_valuesselect_statistics_NumberSelected_TextBox {
    font-weight: 400;
    font-family: Roboto;
    font-size: 1.6rem;
}

.variableselector_valuesselect_valueslistbox {
    width: 100%;
    min-width: 140px;
    min-height: 90px;
    font-size: 1.6rem;
    font-family: Roboto;
    padding: 3px;
}

.variableselector_valuesselect_search_textstart_checkbox label {
    font-weight: 400;
    font-family: Roboto;
    font-size: 1.6rem;
}

.variableselector_valuesselect_searchvalues {
    padding: 0;
    font-weight: 400;
    font-family: Roboto;
    font-size: 1.6rem;
}

.variableselector_outputformats_dropdown {
    display: inline;
    font-weight: 400;
    font-family: Roboto;
    font-size: 1.6rem;
}

.variableselector_continue_button {
    font-weight: 400;
    font-family: Roboto;
    font-size: 1.6rem;
}

.variableselector_outputformats_dropdown {
    padding: 6px;
}

.AspNet-TreeView-ClickableNonLink, .tableofcontent_link {
    /*Varumärket 2020*/
    color: #1e00be;
    font-family: Roboto,sans-serif;
    text-decoration: none;
    padding-top: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

input[type="submit"] {
    padding: 6px 18px 6px 18px;
    border-radius: 24px;
    border: 1px solid #1e00be;
    background: #1e00be;
    color: #fff;
    font-weight: 500;
    margin-left: 9px;
}

select {
    width: auto;
}

/*Varumärket 2020*/
#TableOfContent div.AspNet-TreeView li.AspNet-TreeView-Leaf a {
    text-decoration: underline !important;
    text-decoration-color: rgba(30, 0, 190, 0.47) !important;
}

    #TableOfContent div.AspNet-TreeView li.AspNet-TreeView-Leaf a:hover {
        text-decoration-color: rgba(30, 0, 190, 1) !important;
    }

#PageContiner {
    padding-bottom: 0px;
}

    #PageContiner a.disabledLink {
        color: grey;
        text-decoration: none;
    }

        #PageContiner a.disabledLink:hover {
            color: grey;
            text-decoration: none;
            cursor: default;
        }

    #PageContiner.spinnerdiv {
        height: 800px;
        width: 800px;
    }

.alternating_row {
    background-color: #cde9ee;
}

.selected_row {
    background-color: #68becd;
}
/* För att överrida .left i scb/styles/text.css*/
table.tablesorter tbody td {
    float: inherit;
}
/* Visas på testmiljö*/
#testMiljo {
    position: fixed;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 155px 155px 0 0;
    border-color: #ff8400 transparent transparent transparent;
    z-index: 999;
}

#testMiljoText {
    text-align: left;
    position: absolute;
    transform: rotate(-45deg);
    font-size: 20px;
    top: -95px;
    z-index: 1000;
    margin-left: 0px;
    font-weight: bold;
    line-height: 15%;
}

.px-settings {
    display: inline-block;
    padding: 10px 0px 10px 10px;
    /*border: solid 1px #cccccc;*/
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 98.7%;
}

.tablequery_showinformationlink {
    background: none;
    background-repeat: no-repeat;
    text-decoration: none;
    padding-left: 0;
    min-height: 16px;
    display: unset;
    text-decoration: none;
}

    .tablequery_showinformationlink::after {
        /*content: url(/resources/scb/images/pil_ned_12px.svg);*/
        position: relative;
        top: 3px;
        right: -4px;
    }

.tablequery_hideinformationlink {
    /*background: url("/resources/scb/images/api_16px.svg") left center;*/
    background-repeat: no-repeat;
    text-decoration: underline;
    display: block;
    padding-left: 25px;
    min-height: 16px;
    text-decoration: underline !important;
    padding-bottom: 0px;
}

    .tablequery_hideinformationlink::after {
        /*content: url(/resources/scb/images/pil_upp_12px.svg);*/
        position: relative;
        top: 3px;
        right: -4px;
    }

.tablequery_informationpanel {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    border-style: none;
}

.tablequery_informationtext {
    display: block;
    margin-top: 7px;
    padding-top: 10px;
}

.scbTableCropped {
    /*background: url("/resources/scb/images/varning_16px.svg") 8px 50%;*/
    background-repeat: no-repeat;
    display: block;
    padding: 10px 10px 10px 30px;
    color: black;
    border: solid;
    border-width: 1px;
    width: 386px;
    border-color: #fcc96f;
    font-family: pt serif;
    font-size: 1.8rem;
    line-height: 3rem;
}

.savequery_informationtext {
    line-height: normal;
}

#divHelp a {
    background: url('../scb/Images/Arrow_Right_Turquoise.png') no-repeat 0px 3px;
    padding: 0 0 0 14px;
    text-decoration: none !important;
}

.savequery_functionbtn {
    float: left;
    margin-top: 25px;
    margin-right: 3px;
    cursor: pointer;
    border-color: red;
}

.savequery_rblist input[type="radio"] + label:before {
    margin-top: 7px;
}

.savequery_error {
    color: red;
    margin-left: 5px;
}

#pcaxis_tablediv {
    width: 100%;
    overflow: auto;
    clear: both;
}

.alertimage {
    width: 16px;
    height: 16px;
    background: url("/resources/scb/images/varning_16px.svg") no-repeat;
    vertical-align: top;
    outline: none;
}

/*Mobilanpassningar*/
@media only screen and (max-width: 700px) {
    #MainContainer {
        padding: 0 24px 0 24px;
        width: 100%;
    }

    #LeftMainRight #MainContent {
        width: 100%;
        margin-left: 0;
    }

    #ctl00_MyTest_lblDatabase {
        font-size: 60%;
    }

    .col1, .col2, .col3 {
        width: 70px;
        margin-right: 25px;
    }

    div.AspNet-TreeView li a {
        white-space: normal;
        display: inline-block;
        max-width: 80%;
        vertical-align: top;
        word-break: break-word;
    }

    #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Expand {
        display: inline-block;
        vertical-align: top;
        margin-top: 8px;
    }

    #TableOfContent div.AspNet-TreeView .AspNet-TreeView-Collapse {
        display: inline-block;
        vertical-align: top;
        margin-top: 8px;
    }

    div.AspNet-TreeView ul li {
        white-space: normal;
    }

    span.AspNet-TreeView-ClickableNonLink {
        display: inline-block;
        max-width: 80%;
        vertical-align: top;
        word-break: break-word;
    }
}

span.AspNet-TreeView-Expand, span.AspNet-TreeView-Collapse {
    background-image: none !important;
    position: relative;
    margin-right: 12px !important;
}

    span.AspNet-TreeView-Expand::before, span.AspNet-TreeView-Collapse::before {
        line-height: 1;
        font-size: 2.4rem;
        color: #1e00be;
        font-weight: normal;
        position: absolute;
        left: 0px;
        top: -6px;
        font-family: "Material icons";
        font-feature-settings: 'liga' 1;
    }

    span.AspNet-TreeView-Expand::before {
        content: "\e148"
    }

    span.AspNet-TreeView-Collapse::before {
        content: "\e15d";
    }

div.AspNet-TreeView ul li {
    white-space: normal;
}

.table-settings-wrapper .amnesOmradeItemExpand, .save-query-wrapper .amnesOmradeItemExpand {
    position: relative;
}

    .table-settings-wrapper .amnesOmradeItemExpand::before {
        content: "\e148";
        line-height: 1;
        font-size: 2.4rem;
        color: #1e00be;
        font-weight: normal;
        position: absolute;
        left: 14px;
        top: 12px;
        font-family: "Material icons";
        font-feature-settings: 'liga' 1;
    }


.save-query-wrapper.activeHeader .amnesOmradeItemExpand::before {
    content: "\e15d";
}

.save-query-wrapper .amnesOmradeItemExpand::before {
    content: "\e148";
    line-height: 1;
    font-size: 2.4rem;
    color: #1e00be;
    font-weight: normal;
    position: absolute;
    left: 14px;
    top: 12px;
    font-family: "Material icons";
    font-feature-settings: 'liga' 1;
}


.table-settings-wrapper.activeHeader .amnesOmradeItemExpand::before {
    content: "\e15d";
}


.variableselector_continue_button {
    cursor: pointer;
}

.tablequery_showinformationlink, .tablequery_hideinformationlink {
    position: relative;
    height: 30px !important;
    box-sizing: border-box;
}

    .tablequery_showinformationlink::before, .tablequery_hideinformationlink::before {
        content: "\e148";
        line-height: 1;
        font-size: 2.4rem;
        color: #1e00be;
        font-weight: normal;
        position: absolute;
        left: -34px;
        top: -1px;
        font-family: "Material icons";
        font-feature-settings: 'liga' 1;
    }

    .tablequery_hideinformationlink::before {
        top: 3px;
        content: "\e15d";
    }
