/* miscellanous */
.traschcan {
    margin: 0px 5px 0px 5px;
    height: 21px;
}

.horizontallist li {
    float: left;
}

.horizontallist span {
    float: left;
    margin-right: 10px;
}

.ui-dialog {
    clear: both;
}

/* Fonts */

a {
    color: #4174b8;
    font-style: normal;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }

input[type=checkbox], input[type=radio] {
    margin-top: 0px;
    padding-top: 0px;
}

.minitext {
    FONT-SIZE: 12px !important;
    line-height: 2;
    margin-left: 1rem;

}

select.minitext, input[type=text].minitext {
    FONT-SIZE: 14px !important;
}

.brodtext, .mellanrubrik, .dgPageLine {
    FONT-SIZE: 12px;
}

    .dgPageLine span {
        FONT-SIZE: 16px;
    }

.mellanrubrik, .storrubrik, .dgPageLine {
    FONT-WEIGHT: bold;
    COLOR: #002d64;
}

.cbxalign input[type=checkbox] {
    float: left;
}

.underline {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}
/* Datagrids */
.dgPageLine {
    padding: 2px !important;
}

    .dgPageLine td {
        padding: 0px !important;
    }

.storrubrik {
    FONT-SIZE: 17px;
}

.deniedText {
    font-size: 10px;
    color: Red;
}

.rowSpace {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    clear: both;
}

.mindrerubrik {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #002d64;
}

.litenrubrik {
    FONT-WEIGHT: bold;
    COLOR: #002d64;
}

.inputs td {
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 5px;
}

.bigTextbox {
    width: 500px;
    height: 70px;
}

.hoverrows tr:hover, .hoverrows li:hover {
    background-color: Gainsboro;
}

.inputs td label, .inputs td span {
    vertical-align: top;
}

.inputs td.last-child {
    padding-right: 0px;
}

.action,
.pointerhover {
    cursor: pointer;
}

h1 {
   /* FONT-WEIGHT: bold;
    COLOR: #002d64;
    font-size: 18px;
    margin: 10px 0 15px 4px;*/
}

h2 {
    font-size: 14px;
    margin: 0 0 15px 0;
}

p {
    margin: 0px;
}

br, .clear {
    clear: both;
}

input[type=submit]:first-letter {
    text-decoration: underline;
}

.submit {
    float: right;
    margin-right: 10px;
}


/* End fonts */

/* ajax panels */
.ajax__tab_panel {
    min-width: 800px;
}


.ajax__tab_ie-theme .ajax__tab_header {
}

    .ajax__tab_ie-theme .ajax__tab_header .ajax__tab_tab {
        background-color: Silver;
        width: 130px;
        color: #006699;
        display: block;
        padding: 8px 0px 3px 0px;
        cursor: pointer;
        border: solid 1px black;
    }

.modalPopup {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 0.5em;
    width: 601px;
}

.modalContent {
    background-color: Silver;
    filter: alpha(opacity=60);
    opacity: 0.7;
    width: 95%;
    height: 100%;
    /*text-align: center;*/
    color: Red;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 40px;
}

.corner {
    border-radius: 3px 3px 3px 3px;
    /*behavior: url("/style/PIE.htc");*/
}

.ajax__tab_ie-theme .ajax__tab_active .ajax__tab_tab {
    /*
    padding: 6px 0px 3px 0px;
     background-color: #cccc00; */
    background-color: #ffffff;
    border-bottom: none;
    /*background: url("img/tab_selected.gif") no-repeat;*/
}

.ajax__tab_xp-theme .ajax__tab_body {
}

.ajax__tab_body {
    padding-top: 10px;
}

/* Icons and button */

.icon-nummer_ansok {
    background-image: url("images/menu icons/numberapply.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    float: left;
}

.icon-products {
    background-image: url("images/menu icons/products.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 28px;
    height: 35px;
    float: left;
}

.icon-nummer_pres {
    background-image: url("images/menu icons/nummer_pres.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 26px;
    height: 35px;
    float: left;
}

.icon-uppgifter {
    background-image: url("images/menu icons/uppgifter.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 28px;
    height: 35px;
    float: left;
}

.icon-web_admin {
    background-image: url("images/menu icons/web_admin.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 27px;
    height: 35px;
    float: left;
}

.icon-vvs_info_admin {
    background-image: url("images/menu icons/vvs_info_admin.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 27px;
    height: 35px;
    float: left;
}

.icon-home {
    background: url('images/home.png') 100% 100% no-repeat;
    width: 16px;
    height: 20px;
    float: left;
    margin: 1px;
}

.icon-search {
   /* background: url('images/log_out.png') 100% 100% no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 1px; */
}

.icon-print {
    background: url('images/print.png') 100% 100% no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 1px;
}
/* Emmi försöker rensa
.icon-help {
    background: url('images/help.png') 100% 100% no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 1px;
}
 */

.icon-top_green {
    background: url('images/top_green.png') 100% 100% no-repeat;
    width: 28px;
    height: 26px;
    float: left;
    margin: 3px 10px 3px 3px;
}

.icon-top_red {
    background: url('images/top_red.png') 100% 100% no-repeat;
    width: 28px;
    height: 26px;
    float: left;
    margin: 3px 10px 3px 3px;
}

.btn {
    /*#D14545;   E97171 D14545 border 7E1515  background-image: -moz-linear-gradient(center top , #f1f1f1, #ccc);*/
    /*background-color: #f1f1f1;
    border: 1px solid #4c4a4a;
    border-radius: 3px 3px 3px 3px;*/
    /*behavior: url("/style/PIE.htc");*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #383838;
    cursor: pointer;
    float: left;
    font: 14px Arial,Helvetica;
    height: 25px;
    padding: 0;
    width: 100px;*/
}

.freebutton {
    background-color: #f1f1f1;
    border: 1px solid #4c4a4a;
    border-radius: 4px;
    box-shadow: inset 0 -1px 1px rgb(190, 190, 190);
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    color: #383838;
    cursor: pointer;
    font: 14px Arial,Helvetica;
    height: auto;
    padding: 8px 10px;
}

    .freebutton:disabled {
        border: 1px solid #c8c8c8;
        color: #c8c8c8;
    }

/* Icons end */

html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #6191bf; /* Fallback background color for non supported browsers */
    font-family: Arial;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

textarea {
    font-family: Arial;
}

/* Site top */

.site-top {
    height: 108px;
    background-color: white;
    margin: 0px;
    padding: 5px 15px 5px 15px;
}

    .site-top .content {
        background-color: white;
        /*width:834px;
    width:994px;*/
        height: auto;
        float: left;
    }

    .site-top .banner {
        width: 1015px;
        height: 57px;
        background-position: left;
        margin-top: 5px;
        float: left;
    }

    .site-top .welcome {
        height: 57px;
        width: 430px;
        background-position: left;
        margin-top: 5px;
        float: inherit; /**/
        padding-left: 80px;
    }

#search-holder {
    width: auto;
    height: auto;
    float: left;
    margin-top: 62px;
    margin-left: 22px;
    /*
    margin-left:262px;    
    position:absolute;
    bottom:10px;
    */
}

.site-top select {
    width: 150px;
    border: 1px solid #CCCCCC;
    float: left;
    margin-top: 60px;
    margin-left: 65px;
    /*
    margin-left:462px;
    position:absolute;
    bottom:10px;
    */
}

    .site-top select option {
        border: 1px solid #CCCCCC;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 1px 1px #CCCCCC inset;
        /*behavior: url("/style/PIE.htc");*/
        padding: 3px 3px;
        width: auto;
        margin-top: 5px;
    }

.site-top .info-box {
    height: 70px;
    width: 152px;
    padding-bottom: 0;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url("/style/PIE.htc");*/
    font-size: 12px;
    background-color: #fffced;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 7px;
}

.site-top .menu-top-icons {
    float: right;
    /*padding-right:10px;*/
    margin-top: 4px;
}

.site-top .right-info {
    width: 90px;
    float: right;
    margin-right: 15px;
}

/* End site top */

/* Site body */

.site-body {
    /*
    width:1008px;
*/
    min-height: 500px;
    min-width: 800px;
    background-color: white;
    margin: 8px;
    padding: 8px 0px 8px 8px;
    padding-bottom: 20px;
    float: left;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    /*behavior: url("/style/PIE.htc");*/
}

    .site-body .space {
        width: auto;
        height: 30px;
        clear: both;
    }

/* End site body */

/* Upper menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */
.container4 {
    text-align: center;
    background-color: #ffffff;
    height: 38px;
    margin-top: 10px;
}

.menu4 {
    text-align: left;
    font-size: 0.85em;
    background: transparent;
    height: 38px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    float: left;
}

    .menu4 .header {
        font-weight: bold;
        float: left;
        margin-top: 9px;
    }

    .menu4 ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .menu4 ul li {
            float: left;
            position: relative;
            /*border:1px solid #CCCCCC;
    border-width:0px 1px;*/
        }

            .menu4 ul li a, .menu4 ul li a:visited {
                display: block;
                text-decoration: none;
                width: auto;
                height: 31px;
                color: #5F5F5F;
                padding: 0px 6px;
                line-height: 29px;
                font-size: 14px;
            }

                * html .menu4 ul li a, .menu4 ul li a:visited {
                    width: auto;
                }

            .menu4 ul li ul {
                visibility: hidden;
                position: absolute;
                top: 0;
                left: 0;
                height: 0;
                overflow: hidden;
            }

    .menu4 table {
        margin: -1px;
        border-collapse: collapse;
        font-size: 0.85em;
    }

    /* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
    .menu4 ul li:hover a,
    .menu4 ul li a:hover {
        color: #4174B8;
        text-decoration: underline;
        border: 0;
        background-color: #eeeeee;
    }

        .menu4 ul li:hover ul,
        .menu4 ul li a:hover ul {
            visibility: visible;
            width: 170px;
            height: auto;
            position: absolute;
            top: 40px;
            left: -2px;
            background: #fff;
            border: 1px solid #CCCCCC;
            overflow: visible;
            z-index: 5;
            background-color: #ffffff;
        }

            .menu4 ul li:hover ul li a,
            .menu4 ul li a:hover ul li a {
                display: block;
                background: transparent;
                text-decoration: none;
                color: #4174B8;
                height: auto;
                line-height: 1.5em;
                padding: 5px 10px 5px 35px;
                width: 170px;
                background-color: #ffffff;
            }

                .menu4 ul li:hover ul li a.drop,
                .menu4 ul li a:hover ul li a.drop {
                    display: block;
                    color: #5F5F5F;
                    height: auto;
                    line-height: 1.5em;
                    padding: 5px 10px 5px 35px;
                    width: 170px;
                    background-color: #ffffff;
                }

                .menu4 ul li:hover ul li ul,
                .menu4 ul li a:hover ul li a ul {
                    visibility: hidden;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 0;
                    overflow: hidden;
                }

                .menu4 ul li:hover ul li a:hover,
                .menu4 ul li a:hover ul li a:hover {
                    text-decoration: underline;
                    background-color: #eeeeee;
                }

                    .menu4 ul li:hover ul li:hover ul,
                    .menu4 ul li a:hover ul li a:hover ul {
                        visibility: visible;
                        position: absolute;
                        top: 0;
                        color: #5F5F5F;
                        left: 166px;
                        height: auto;
                        border: 1px solid #CCCCCC;
                        z-index: 5;
                    }

                        .menu4 ul li:hover ul li:hover ul.left,
                        .menu4 ul li a:hover ul li a:hover ul.left {
                            left: -166px;
                        }

                        .menu4 ul li:hover ul li:hover ul li a,
                        .menu4 ul li a:hover ul li a:hover ul li a {
                            display: block;
                            height: auto;
                            line-height: 1.5em;
                            padding: 5px 10px 4px 35px;
                            width: 170px;
                        }

                        * html .menu4 ul li a:hover ul li a:hover ul li a {
                            padding: 4px 10px 4px 35px;
                        }

                            .menu4 ul li:hover ul li:hover ul li:hover a,
                            .menu4 ul li a:hover ul li a:hover ul li a:hover {
                                color: #5F5F5F;
                                text-decoration: underline;
                                background-color: #eeeeee;
                            }

/* End upper menu */

/* Fieldset */

div.inputs {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url("/style/PIE.htc");*/
    padding: 8px;
    width: auto;
    height: auto;
    /* EMMIS försök att rensa float: left; */
    margin: 0px 8px 8px 0px;
    font-size: 14px;
}

.inputs.no-float {
    float: none;
}

.inputs hr {
    display: block;
    padding: 0;
    margin: 8px auto;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #AAA;
    border-bottom: 1px solid #FFF;
    font-size: 1px;
    line-height: 0;
    overflow: visible;
}


.inputs, .info, .error, .dgPageLine {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    /*behavior: url("/style/PIE.htc");*/
    /* EMMIS försök att rensa float: left; */
    font-size: 14px;
    height: auto;
    margin: 0 8px 8px 0;
    padding: 8px;
    width: auto;
    border-collapse: inherit !important;
}

.info, .error {
    background-color: #FBF9EA;
    font-size: 12px;
    FONT-WEIGHT: bold;
    COLOR: #002d64;
}

.error {
    COLOR: Red;
    max-width: 700px;
    word-wrap: break-word;
}
/*
#logoFrame
{
	position:absolute;
	float:left;
}
*/
input[type=text], .smallinputs input[type=text], input[type=password], .verysmallinputs input[type=text], .mediumsmallinputs input[type=text], .largeinputs input[type=text], .tinyinputs input[type=text],
.verylargeinputs input[type=text] {
    background: #f1f1f1;
    padding: 0px 5px;
    margin: 0 10px 5px 0;
    width: 180px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
    /*behavior: url("/style/PIE.htc");*/
    font-family: 'Arial';
    float: left;
    height: 24px;
    font-size: 14px;
}

select.ram {
    background: #f1f1f1;
    padding: 3px 5px;
    margin: 0 10px 5px 0;
    width: 180px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
    /*behavior: url("/style/PIE.htc");*/
    font-family: 'Arial';
    float: left;
    height: 25px;
    font-size: 14px;
}

.smallinputs input[type=text], .smallinputs input[type=password] {
    width: 60px;
}


td.smallinputs input[type=text] {
    width: 70px !important;
}

td.mediumsmallinputs input[type=text] {
    width: 120px !important;
}

.mediumsmallinputs input[type=text] {
    width: 120px !important;
}
/*
td.mediumsmallinputs
{
	width:120px !important;
}
*/




.verysmallinputs input[type=text] {
    width: 50px;
}

.tinyinputs {
    width: 28px !important;
}

.largeinputs {
    width: 250px !important;
}

.verylargeinputs {
    width: 1400px !important;
}

td input[type=text], td input[type=password] {
    margin-right: 0px;
}

/* IF IE7 handle focus with javascript */

input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active {
    background-color: #fff;
    border-color: #4c4a4a;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #4c4a4a inset;
    -webkit-box-shadow: 0 0 0 1px #4c4a4a inset;
    box-shadow: 0 0 0 1px #4c4a4a inset;
}

input[type=text].valid {
    background-image: url('images/green_top.png');
    background-repeat: no-repeat;
    background-position: right top;
}

input[type=text].invalid {
    background-image: url('images/red_top.png');
    background-repeat: no-repeat;
    background-position: right top;
    border-color: red;
}

td.invalid, #fieldColorDescription div.invalid {
    background-color: #ff8888;
    border: 1px solid #aa2222;
}

td.oldinvalid, #fieldColorDescription div.oldinvalid {
    background-color: #dd9944;
    border: 1px solid #aa2222;
}
td.overridableinvalid, #fieldColorDescription div.overridableinvalid{
    background-color: #dd9944;
    border: 1px solid #aa2222;
}

td.change, #fieldColorDescription div.change {
    background-color: rgb(250, 255, 136);
    border: 1px solid rgb(99, 92, 19);
}

td.overwrite, #fieldColorDescription div.overwrite {
    background-color: rgb(136, 183, 255);
    border: 1px solid rgb(43, 56, 211);
}

td.nochange, #fieldColorDescription div.nochange {
    background-color: #fff;
    border: 1px solid rgb(99, 92, 19);
}

#fieldColorDescription div.changesymbol, #fieldColorDescription div.invalidsymbol,
#fieldColorDescription div.oldinvalidsymbol, #fieldColorDescription div.overridableinvalidsymbol {
    background-color: #fff;
    border: 1px solid rgb(99, 92, 19);
}

#fieldColorDescription div.invalid, #fieldColorDescription div.oldinvalid, #fieldColorDescription div.overridableinvalid,
#fieldColorDescription div.change, #fieldColorDescription div.overwrite,
#fieldColorDescription div.nochange, #fieldColorDescription div.changesymbol,
#fieldColorDescription div.invalidsymbol, #fieldColorDescription div.oldinvalidsymbol,
#fieldColorDescription div.overridableinvalidsymbol {
    padding: 2px;
}

.sub-menu {
    background: #fff;
    padding: 4px 15px;
    margin: 0 0 5px 0;
    width: 198px;
    border: 1px solid #acacab;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 1px #ccc inset;
    -webkit-box-shadow: 0 1px 1px #ccc inset;
    box-shadow: 0 1px 1px #ccc inset;
    /*behavior: url("/style/PIE.htc");*/
    font-size: 12px;
    float: left;
}

/*
 #inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 200px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}
*/

/* Fieldset end */

/* Paging */

ol.wp-paginate {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.wp-paginate li {
    display: inline;
    list-style: none;
}

.wp-paginate a {
    background: #ddd;
    border: 1px solid #ccc;
    color: #666;
    margin-right: 0px;
    padding: 3px 6px;
    text-align: center;
    text-decoration: none;
}

    .wp-paginate a:hover, .wp-paginate a:active {
        background: #ccc;
        color: black;
        border: 1px solid #4C4A4A;
    }

.wp-paginate .title {
    color: #555;
    margin-right: 4px;
}

.wp-paginate .gap {
    color: #999;
    margin-right: 4px;
}

.wp-paginate .current {
    color: #fff;
    background: #5f87ae;
    border: 1px solid #89adcf;
    margin-right: 4px;
    padding: 3px 6px;
}

.wp-paginate.page {
}

.wp-paginate .prev, .wp-paginate .next {
}

.wp-paginate-comments {
}

    .wp-paginate-comments li {
    }

    .wp-paginate-comments a {
    }

        .wp-paginate-comments a:hover, .wp-paginate-comments a:active {
        }

    .wp-paginate-comments .title {
    }

    .wp-paginate-comments .gap {
    }

    .wp-paginate-comments .current {
    }

    .wp-paginate-comments .page {
    }

    .wp-paginate-comments .prev, .wp-paginate-comments .next {
    }

.wpp-post-title {
}

img.wpp-thumbnail {
    border: none;
}

.wpp-excerpt {
}

.post-stats {
    font-size: 9px;
    font-weight: bold;
}

.wpp-comments {
}

.wpp-views {
}

.wpp-author {
    font-style: italic;
}

.wpp-date {
}

.wpp-rating {
}

/* Paging End */


table.tablesorter {
    font-family: arial;
    margin: 20px;
    font-size: 8pt;
    text-align: left;
}

    table.tablesorter tr th {
        background-color: #e6EEEE;
        border: 0;
        font-size: 8pt;
        padding: 4px 4px 4px 0;
    }

    table.tablesorter tr td {
        padding: 2px 18px 0 0;
    }

    table.tablesorter tr:hover {
        background-color: #e6EEEE;
    }



.Done {
    display: none;
}

.ui-button-icon-only {
    height: 1.3em;
    /*margin-top: -3px;*/
}

.comment {
    font-style: italic;
    color: #888;
}

input[type=button].highlight {
    font-weight: bold;
    border-color: green;
    padding: 3px 10px;
}

.tabs {
    position: relative;
    min-height: 200px; /* This part sucks */
    clear: both;
    margin: 25px 0;
}

.tab {
    float: left;
}

    .tab > label {
        background: #eee;
        padding: 10px;
        border: 1px solid #ccc;
        margin-left: -1px;
        position: relative;
        left: 1px;
        cursor: pointer;
    }

    .tab > [type=radio] {
        display: none;
    }

.tab-content {
    position: absolute;
    top: 23px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
    min-height: 85%;
}

.tab > [type=radio]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

    .tab > [type=radio]:checked ~ label ~ .tab-content {
        z-index: 1;
    }

.InitialHide {
    display: none;
}
input.watermark, textarea.watermark {
    color: #000;
}

input.marked, textarea.marked {
    color: #999;
}

.ui-widget {
    font-family: Arial,sans-serif !important;
}

.ui-combobox .ui-combobox-toggle {
    /* 
        EMMIS försök att rensa width: 1.4em !important;  
    margin-left: -1.4em;
    border-radius: 0px;

    */
}

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    z-index: 1000 !important;
}

.ui-combobox input {
    color: #000;
    border-color: #999;
    background-image: initial;
    border-radius: 0px;
    /* EMMIS försök att rensa padding-left: 2px; */
    background-color: #fff;
}

.ui-autocomplete.ui-menu .ui-menu-item a {
    padding-top: 0;
    padding-bottom: 0;
}

.get-articles {
    right: 0;
    position: absolute;
    margin-right: 41px;
    margin-top: -35px;
}

.Block {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
}

    .Block .BlockBar {
        background-color: #eee;
        border-bottom: 1px solid #ccc;
        font-size: 11pt;
        padding: 8px;
        cursor: pointer;
        background-image: url(/img/close-up.png);
        background-position: 99.5% center;
        background-repeat: no-repeat;
    }

    .Block.Closed .BlockBar {
        background-image: url(/img/open-down.png);
    }

    .Block .BlockContent {
        padding: 10px 10px 15px;
        background: #FFF;  
    }

    .Block.Closed .BlockContent {
        display: none;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


/* New Navigation */
.site-top-new {
    height: 70px;
    background-color: white;
    margin: 0px;
    /*padding: 5px 15px 5px 15px;*/
}

.logotype {
    float: left;
    width: 15%;
    margin: 5px 15px 5px 15px;
}

.menu-wrapper {
    float: left;
    width: 55%;
    height: 100%;
    position: relative;
}

.menu {
    text-align: left;
    font-size: 0.85em;
    background: transparent;
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

    .menu .header {
        font-weight: bold;
        float: left;
        margin-top: 9px;
    }

    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .menu ul li {
            float: left;
            position: relative;
        }

            .menu ul li a, .menu4 ul li a:visited {
                display: block;
                text-decoration: none;
                width: auto;
                height: 31px;
                color: #5F5F5F;
                padding: 0px 6px;
                line-height: 29px;
                font-size: 14px;
            }

            * html .menu ul li a, .menu ul li a:visited {
                width: auto;
            }

            .menu ul li ul {
                visibility: hidden;
                position: absolute;
                top: 0;
                left: 0;
                height: 0;
                overflow: hidden;
            }

    .menu table {
        margin: -1px;
        border-collapse: collapse;
        font-size: 0.85em;
    }

    /* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
    .menu ul li:hover a,
    .menu ul li a:hover {
        color: #4174B8;
        text-decoration: underline;
        border: 0;
        background-color: #eeeeee;
    }

        .menu ul li:hover ul,
        .menu ul li a:hover ul {
            visibility: visible;
            width: 170px;
            height: auto;
            position: absolute;
            top: 40px;
            left: -2px;
            background: #fff;
            border: 1px solid #CCCCCC;
            overflow: visible;
            z-index: 5;
            background-color: #ffffff;
        }

            .menu ul li:hover ul li a,
            .menu ul li a:hover ul li a {
                display: block;
                background: transparent;
                text-decoration: none;
                color: #4174B8;
                height: auto;
                line-height: 1.5em;
                padding: 5px 10px 5px 35px;
                width: 170px;
                background-color: #ffffff;
            }
                .menu ul li:hover ul li a.drop,
                .menu ul li a:hover ul li a.drop {
                    display: block;
                    color: #5F5F5F;
                    height: auto;
                    line-height: 1.5em;
                    padding: 5px 10px 5px 35px;
                    width: 170px;
                    background-color: #ffffff;
                }

                .menu ul li:hover ul li ul,
                .menu ul li a:hover ul li a ul {
                    visibility: hidden;
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 0;
                    overflow: hidden;
                }

                .menu ul li:hover ul li a:hover,
                .menu ul li a:hover ul li a:hover {
                    text-decoration: underline;
                    background-color: #eeeeee;
                }

                    .menu ul li:hover ul li:hover ul,
                    .menu ul li a:hover ul li a:hover ul {
                        visibility: visible;
                        position: absolute;
                        top: 0;
                        color: #5F5F5F;
                        left: 166px;
                        height: auto;
                        border: 1px solid #CCCCCC;
                        z-index: 5;
                    }

                        .menu ul li:hover ul li:hover ul.left,
                        .menu ul li a:hover ul li a:hover ul.left {
                            left: -166px;
                        }

                        .menu ul li:hover ul li:hover ul li a,
                        .menu ul li a:hover ul li a:hover ul li a {
                            display: block;
                            height: auto;
                            line-height: 1.5em;
                            padding: 5px 10px 4px 35px;
                            width: 170px;
                            width: 140px;
                        }

                        * html .menu ul li a:hover ul li a:hover ul li a {
                            padding: 4px 10px 4px 35px;
                        }

                            .menu ul li:hover ul li:hover ul li:hover a,
                            .menu ul li a:hover ul li a:hover ul li a:hover {
                                color: #5F5F5F;
                                text-decoration: underline;
                                background-color: #eeeeee;
                            }

.help-symbols {
    float: left;
    width: 10%;
    height: 100%;
}
    .help-symbols a {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
    }

.company-details {
    float: right; 
    width: 14%; 
    height: 100%;
    background-color: #616261;
}