#wrapper {
    padding-left: 250px;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 250px;
    width: 250px;
    background: #DEDEE1;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.4s ease 0s;
    margin-top:-14px;
}

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #333;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

#menu-toggle {
    display: none;
}

.inset {
    padding: 20px;
}
.navbar-brand {background:#333; width:250px;}
.navbar-brand  {color:#FFF !important; }
@media (max-width:768px) {

    #wrapper {
        padding-left: 0;

    }

    #sidebar-wrapper {
        left: 0;
    }

    #wrapper.active {
        position: relative;
        left: 250px;
    }

    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all 0.4s ease 0s;
    }

    #menu-toggle {
        display: inline-block;
    }

    .inset {
        padding: 15px;
    }
    .navbar-brand {background:#222; width:250px;}


}


#leftMenu .accordion-group {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#leftMenu .accordion-heading {
    height: 34px;
// border-top: 1px solid #717171; /* inner stroke */
//border-bottom: 1px solid #5A5A5A; /* inner stroke */
    background-color: #DEDEE1; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #595b59 0%, #616161 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #DEDEE1 0%, #DEDEE1 100%); /* gradient overlay */
    list-style-type:none;
    padding-top: 5px;
    margin:8px 0 0px 0;
}

#leftMenu .accordion-heading  a{
    color: #333; /* text color */
//text-shadow: 0 1px 0 #3b3b3b; /* drop shadow */
    text-decoration:none;
    font-weight:bold;
    margin: 5px 0 0 10px;
}

#leftMenu .accordion-heading  a:hover{
    color:#000
}

#leftMenu .accordion-heading .active {
    width: 182px;
    height: 34px;
    border: 1px solid #5b5b5b; /* inner stroke */
    background-color: #353535; /* layer fill content */
    background-image: -moz-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -o-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
    background-image: linear-gradient(90deg, #4b4b4b 0%, #555 100%); /* gradient overlay */
}
#leftMenu ul {list-style-type: none; margin: -5px 0 0 0; padding:0 0 0 22px; font-size: 90%; line-height: 1.73; }
#leftMenu li a {color: #333}
.bigsprava { padding: 0; margin: 0; border: none;}
.bigsprava h3 {padding: 5px 0 20px 20px; margin: -15px 0 0 -10px; text-align: left;  background: #FFF; font-size: 120%; color:#444;  width: 300px; }
.showover {overflow: auto !important; border: 1px solid red; z-index: 999;}
.bg-light {background-color:#F8F8F8; border-color: #BBB !important;}
.growhide {overflow: hidden;}
.grow span {cursor: pointer;}
.smallleftmargin {margin-left: 15px;}
.searchSmall {margin: 6px 0 0 10px;}
.high {height:450px important!;}