﻿

@media (min-width: 767px) {

    .navbar-header {
        float: none;
        text-align: center;
        /*margin-left: 380px;*/
    }

    .navbar-default {
        /*background-color: #CDCDCD;*/
    }

        .navbar-default .navbar-nav > li > a {
            /*color:white;*/
        }

    .navbar-nav {
        display: inline-block;
        float: none;
        margin-bottom: -5px;
    }

        .navbar-nav > li {
            border-left: 1px solid #e7e7e7;
        }

            .navbar-nav > li:hover .sub-menu {
                display: block;
            }

            .navbar-nav > li:first-child {
                border-left: none;
            }


     
    .absolute-logo {
        /*box-sizing: border-box;
        height: 50px;
        left: -380px;
        top: 0;
        padding: 10px;
        position: absolute;
        /*display: none;*/
        /*z-index: 10000;*/
        top: 5px;
        width: 185px !important;
    }

    footer {
        /*margin-top: 50px;
        background-color: #B872BA;
        color: white;
        padding: 30px;*/
    }

    .menu {
        z-index: 1000;
        position: relative;
    }

    .fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        /*margin-bottom: 0;*/
    }

        .fixed .navbar {
            margin-bottom: 0;
        }

    a {
        color: #8A3C8E;
    }

        a:hover {
            color: #8A3C8E;
        }

    .sub-menu {
        position: absolute;
        /*left: 0;*/
        display: none;
        padding-left: 0;
    }

        .sub-menu.navbar-nav > li {
            border: none;
            float: none;
            border-bottom: 1px solid #e7e7e7;
        }

            .sub-menu.navbar-nav > li:last-child {
                border-bottom: none;
            }

    .glyphicon.glyphicon-menu-down {
        font-size: 11px;
    }

    .form-control {
        border-radius: 2px;
    }

    

    .btn:hover {
        border: 1px solid #B155B7;
        border-radius: 2px;
        background-color: #B155B7;
    }

    ul.form.topLabel li label {
        font-size: 14px;
        color: #A361A3;
    }

    .form.topLabel label {
        font-size: 14px;
        color: #A361A3;
    }





    /*Filelist*/
    /*#filelist:before{
    content: "Bifogade filer";

}*/
    
}
