﻿.p-no-space p{
    margin-top: 0px;
    margin-bottom: 0px;

}

.btn-primary {
    /*background-color: #156aa3;*/
    background-color: #3391d9;
    opacity: 1.0;
}

.content-item-metadata {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    background-color: #eee;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.rounded-button {
    border-style: solid;
    border-width: 1px;
    border-color: darkgray;
    background-color: lightgray;
    border-radius: 3px;
    font-size: 0.9em;
    color: black;
    padding: 3px;
    width: 100px;
    text-align: center;
}

    .rounded-button:hover {
        cursor: pointer;
    }

.custom-form-control {
    display: block;
    width: 100%;
    /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    /*background-clip: padding-box;*/
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.red {
    background-color: red;
}

.green {
    background-color: lightgreen;
}

.blue {
    background-color: blue;
}

.yellow {
    background-color: yellow;
}

.gray {
    background-color: gray;
}

.sphere {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    /*position: relative;*/
    box-shadow: inset -10px -10px 100px #000, 10px 10px 20px black, inset 0px 0px 10px black;
    display: inline-block;
    margin: 5%;
    color: white;
}

    .sphere::after {
        background-color: rgba(255, 255, 255, 0.3);
        content: '';
        height: 45%;
        width: 12%;
        position: absolute;
        top: 4%;
        left: 15%;
        border-radius: 50%;
        transform: rotate(40deg);
    }

body {
    background-image: url("images/body.gif");
    color: white;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: 10px;
    font-size: 0.9em;
    
}


blockquote {
    font-style: italic;
    /*font-family: Georgia, Times, "Times New Roman", serif;*/
    font-family: Verdana;
    border-left-style: solid;
    border-left-color: #ccc;
    border-left-width: 4px;
    padding-left: 5px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.0em;
}

.autoformatted-blockquoute {
    font-style: italic;
    /*font-family: Georgia, Times, "Times New Roman", serif;*/
    font-family: Verdana;
    border-left-style: solid;
    border-left-color: #ccc;
    border-left-width: 4px;
    padding-left: 5px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: -5px;
    font-size: 1.0em;
}


.content-item-body {
    line-height: 1.3em;
    font-family: Verdana;
    /*font-family: 'Times New Roman', Times, serif;*/
    font-size: 1.0em;
    margin-top: 10px;
}



.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.table td, .table th {
    padding: 0 5px 0 0;
    vertical-align: top;
    border-top: none;
}

.marker-green {
    background-color: lightgreen;
    color: black;
}

.marker-yellow {
    background-color: yellow;
    color: black;
}

.marker-pink {
    background-color: #fc7999;
    color: black;
}

.image {
    float: none;
    margin-right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.image-style-align-left {
    float: left;
    margin-right: 2px;
    width: auto;
}

.image-style-align-right {
    float: right;
    margin-left: 2px;
    width: auto;
}



.submitted-info {
    background: #eee;
    border-left: 6px solid #ccc;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding: 5px 0px 5px 10px;
    position: relative;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dynamic-table {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e4e3e3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e4e3e3;
    border-collapse: collapse;
    padding-top: 2px;
    padding-bottom: 2px;
}

.dynamic-table-fet {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e4e3e3;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e4e3e3;
    border-collapse: collapse;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
}

a {
    color: #156aa3;
    text-decoration: underline;
}


.site-title {
    font-family: Verdana;
    font-weight: bolder;
    font-size: 2.3em;
}

.site-title-sub {
    font-family: Verdana;
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 3px;
}

.main-menu-button-selected, .main-menu-button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #7ab0d4),color-stop(0.4, #156aa3));
    display: inline;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 1px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    text-shadow: 2px 2px 2px #333;
    vertical-align: 0.9em;
}

.main-menu-button-selected {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #5f9ac7),color-stop(0.4, #054b81));
    padding-top: 20px;
    padding-bottom: 30px;
    vertical-align: 1.7em;
}


div.main-menu-button:hover, div.main-menu-button-selected:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #f4d7ba),color-stop(0.4, #f97e05));
}

.main-frame {
    border: 10px solid #054b81;
    border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
    color: black;
    max-width: 1037px;
}

.dropshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search-box {
    margin-top: 20px;
    min-width: 250px;
    height: calc(1.0em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.search-button {
    /*height: 40px;*/
    width: 90px;
    /*display: inline;*/
    /*height: 33px;*/
    padding: 3px 0 3px 0;
    display: table-cell;
    vertical-align: 0.15em;
    border-radius: 2.25em;
    background-color: white;
}

.search-box-blogg {
    margin-top: 20px;
    min-width: 250px;
    /*display: block;*/
    /*width: 100%;*/
    height: calc(1.0em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-button-blogg {
    padding: 5px 10px 5px 10px;
    display: table-cell;
    vertical-align: 0.15em;
    border-radius: 0.5em;
    background-color: white;
}

.logo-large-divider {
    background-color: black;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
}

.main-body-content {
    padding-left: 30px;
    padding-right: 30px;
}

.menu-tree-sidebar {
    font-size: 90%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-top: 10px;
}


.li-menu-collapsed {
    list-style-image: url(../../content/images/menu-collapsed.png);
    list-style-type: square;
}

.li-menu-expanded {
    list-style-image: url(../../content/images/menu-expanded.png);
    list-style-type: square;
}

.li-menu-expanded-selected {
    list-style-image: url(../../content/images/menu-expanded.png);
    list-style-type: square;
    font-weight: bold;
}

.li-content-collapsed {
    list-style-image: url(../../content/images/menu-leaf.png);
    list-style-type: square;
}

.li-content-expanded {
    list-style-image: url(../../content/images/menu-leaf.png);
    list-style-type: square;
    font-weight: bolder;
}


.bread-crumb {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-style: dashed;
    font-size: 0.8em;
}

.silent-link {
    text-decoration: none;
    color: white;
}

    .silent-link:hover {
        text-decoration: none;
        color: white;
    }

.silent-link-default {
    text-decoration: none;
    color: black;
}

    .silent-link-default:hover {
        text-decoration: none;
        color: black;
    }



.dynamic-search-large {
    display: block;
    visibility: visible;
}

.dynamic-table-header {
    font-size: 0.8em;
    font-weight: bold;
    background-color: #c3d9ff;
    padding: 5px 0 5px 0;
}


.vertical-center {
    display: flex;
    align-items: center;
}

.navbar {
    visibility: hidden;
}

.main-menu-tabs {
    visibility: visible;
}

/**********************************************************************************************/

@media screen and (max-width: 2000px) {
    .content-item-body {
        font-size: 0.9em;
    }
}


/*padda liggande*/
@media screen and (max-width: 1075px) {
    body {
        margin-left: 10px;
        margin-right: 10px;
    }

    .content-item-body {
        font-size: 1.1em;
    }
    /*.dynamic-search-small {
        display: block;
        visibility: visible;
    }*/

    /*.dynamic-search-large {
        display: none;
        visibility: hidden;
    }*/
    .main-menu-tabs {
        visibility: visible;
        display: block;
    }
}

/*padda stående*/
@media screen and (max-width: 800px) {

    .content-item-body {
        font-size: 1.1em;
    }

    .site-title {
        font-size: 3.5em;
    }

    .site-title-sub {
        font-size: 1.4em;
    }

    .main-menu-button-selected, .main-menu-button {
        display: block;
        border-radius: 8px;
        padding: 15px;
    }

    /*.search-box {
        margin-top: 10px;
        min-width: 10%;
        width: 85%;
        padding-right: 0;
    }*/

    body {
        margin-left: 0;
        margin-right: 0;
        margin-top: 60px;
    }


    .navbar {
        visibility: visible;
    }

    .main-menu-tabs {
        visibility: hidden;
        display: none;
    }

    .main-frame {
        margin-top: 5px;
    }
}





/*mobil liggande*/
@media screen and (max-width: 700px) {

    .content-item-body {
        font-size: 1.1em;
    }

    .site-title {
        font-size: 1.8em;
    }

    .site-title-sub {
        font-size: 0.9em;
    }
}


/*mobil stående*/
@media screen and (max-width: 400px) {

    blockquote {
        font-size: 1.1em;
    }

    .content-item-body {
        font-size: 1.1em;
    }

    body {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-frame {
        border: 2px solid #054b81;
    }

    .site-title {
        font-size: 1.4em;
    }

    .site-title-sub {
        font-size: 0.57em;
    }

    .search-box {
        margin-top: 0px;
        min-width: 10%;
        width: 65%;
        padding-right: 0;
    }
}
