﻿body {
    overflow: scroll;
}
.innehallbox {
    position: relative;
    width: 100%;
    min-height: 50%;
    text-align: left;
    vertical-align: top;
    margin-left:auto;
    margin-right:auto;
}
.ram {
    height: 300px;
    width: 100%;
    margin-top: 5px;
}
.brod {
    font-family: Arial;
    font-size: small;
    color: black;
    font-weight: normal;
}

.brod_menu {
    color: #008080;
    font-weight: bold;
}
.rubrik {
    font-family: Arial;
    font-size: large;
    font-weight:bold;
}
.buttonim {
    height:30px;
    font-weight:bold;
    border-radius: 10px;
    border-color:teal;
    padding-left: 20px;
    cursor: pointer;
}
.buttonimok {
    background:url(../bilder/login.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}

.buttonimlogut {
    background: url(../bilder/logout.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}
.buttonimsave {
    background: url(../bilder/save.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}
.buttonimesc {
    background: url(../bilder/close.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}

.buttonimesc_small {
    background: url(../bilder/close.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 80px;
}

.buttonimsave_small {
    background: url(../bilder/save.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 80px;
}
.buttonimadd {
    background: url(../bilder/add.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}
.buttonimpw {
    background: url(../bilder/pw.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}
.buttonimback {
    background: url(../bilder/back.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}
.buttonimnewlist {
    background: url(../bilder/checklist.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 100px;
}
.buttonimdelete {
    background: url(../bilder/delete.png) no-repeat;
    background-position: 2%;
    background-size: 18px 18px;
    width: 110px;
}
.buttonimedit {
    background: url(../bilder/edit.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 110px;
}
.buttonimnewitem {
    background: url(../bilder/newitem.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 110px;
}
.buttonimsavepunkt {
    background: url(../bilder/save.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 110px;
}
.buttonim_confirm {
    background: url(../bilder/ok.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 150px;
    background-color: pink;
}
.buttonim_editnote {
    background: url(../bilder/editnote.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 110px;
}

.buttonim_notes {
    background: url(../bilder/notes.png) no-repeat;
    background-position: 5%;
    background-size: 18px 18px;
    width: 110px;
}

.txt15 {
    width:200px;
}
.tab_h130 {
    height: 40px;
}
.mellanrad {
    padding-top: 10px;
}
.rubrikslut {
    padding-bottom: 15px;
}
.spinner {
    height: 30px;
    width: 30px;
}
.ajaxpanel {
    height: 0;
    overflow: hidden;
}
.warning {
    height:18px;
    width:21px;
}
.PnMnu {
    border-collapse: separate;
    border-width: 2px;
    border-style: solid;
    border-color: #008080;
    background-image: url(../bilder/ajaxbgPC.png);
    width: 100%;
    cursor: pointer;
}
.BigCheckBox input {
}
/* Accordion */
.accordionHeader {
    background-image: url(../bilder/ajaxbgPC.png);
    border: 2px solid #C5C8E2;
    border-radius:10px;
    color: #008080;
    /*background-color: #2E4d7B;*/
    /*font-family: Arial, Sans-Serif;*/
    /*font-size: 12px;*/
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;    
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    background-image: url(../bilder/ajaxbgPC.png);
    border: 2px solid #C5C8E2;
    border-radius:10px;
    color: #008080;
    /*background-color: #5078B3;*/
    /*font-family: Arial, Sans-Serif;*/
    /*font-size: 12px;*/
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionContent {
    margin-left:45px;
    margin-top:10px;
    margin-bottom:10px;
}
/* GOOGLE IKONER*/
.material-icons.red {
    color: #FF0000;
}

.material-icons.teal {
    color: #008080;
}
/* SLUT GOOGLE IKONER */
/* FLIKAR */
.sidram_meny_utabell { /*Underliggande tabell*/
    width: 100%;
    border-color: #008080;
    border-style: solid;
    border-width: 2px;
    border-collapse: collapse;
}
.sidram_meny_flikar {
    vertical-align: bottom;
    border-bottom-color: #008080;
    padding-bottom: 0;
}
ul.tabs {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}
    ul.tabs li {
        float: left;
        padding: 0;
        margin: 0;
        background: url(../bilder/tab_pass_right.png) no-repeat right top;
        margin-right: 1px;
    }

        ul.tabs li a {
            display: block;
            padding: 3px 5px 3px 5px;
            color: black; /*#fff;*/
            text-decoration: none;
            background: url(../bilder/tab_pass_left.png) no-repeat left top;
        }

        ul.tabs li:hover {
            float: left;
            color: #fff; /*#ff0;*/
            background: url(../bilder/tab_akt_right.png) no-repeat right top;
        }

        ul.tabs li a:hover {
            color: #fff; /*#ff0;*/
            background: url(../bilder/tab_akt_left.png) no-repeat left top;
        }

ul.tabs1 {
    list-style-type: none;
    padding: 0px;
    margin: 0;
}

    ul.tabs1 li {
        float: left;
        padding: 0;
        margin: 0;
        padding-top: 0;
        background: url(../bilder/tab_akt_right.png) no-repeat right top;
        margin-right: 1px;
    }

        ul.tabs1 li a {
            display: block;
            padding: 3px 5px 3px 5px;
            text-decoration: none;
            background: url(../bilder/tab_akt_left.png) no-repeat left top;
            color: #fff;
        }
/* SLUT FLIKAR */
