body {
    position: relative;
    overflow-x: hidden;
    background-color: #f4f5f7;
}

body,
html {
    height: 100%;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#ladmcol-manager-sidebar {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f4f5f7;
    transition: all 0.5s ease;
}

#ladmcol-manager-sidebar::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #ladmcol-manager-sidebar {
    width: 220px;
}

#page-content-wrapper {
    /* background-color: #f4f5f7; */
    padding: 3vh 3vw;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
    padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #5F9DF7;
    transition: width .2s ease-in;

}

.sidebar-nav li:hover {
    background: #5F9DF7 !important;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #5F9DF7;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #1335ca;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-header {
    text-align: center;
    font-size: 20px;
    color: #5F9DF7;
    position: relative;
    width: 100%;
    display: inline-block;
}

.sidebar-brand {
    height: 65px;
    position: relative;
    background: #f4f5f7;
    padding-top: 1em;
}

.sidebar-brand a {
    color: #5F9DF7;
}

.sidebar-brand a:hover {
    color: #5F9DF7;
    text-decoration: none;
}




/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
    font-family: fontawesome;
    content: "\F12E";
    vertical-align: baseline;
    display: inline-block;
    padding-right: 5px;
    color: #5F9DF7;
}

#property-tab::before {
    content: "\F015" !important;
}

#land-tab::before {
    content: "\F129" !important;
}

#buildings-tab::before {
    content: "\F073" !important;
}

#building-units-tab::before {
    content: "\F0C0" !important;
}

#participant-tab::before {
    content: "\F0B1" !important;
}

#administrative-source-tab::before {
    content: "\F03E" !important;
}

#videos::before {
    content: "\F03D" !important;
}

#services::before {
    content: "\F013" !important;
}

#contact::before {
    content: "\F086" !important;
}

#followme::before {
    content: "\F099" !important;
    color: #0084b4;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.sidebar-bar {
    position: fixed;
    top: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}

.sidebar-bar:hover,
.sidebar-bar:focus,
.sidebar-bar:active {
    outline: none;
}


/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

