/* Add here all your CSS customizations */
.owl-carousel {
    margin: 10px 0;
}

.owl-carousel img {
    max-width: 100%;
}
.inner-wrapper {
	padding-top: 0;
	background-color: #ECEDF0;
}
.page-header {
    margin: -20px -20px 40px;
    position: inherit;
    /*z-index: 999999999;*/
}
#main .container {
    width: 100%;
}
html.fixed .inner-wrapper {
    padding-top: 0;
    position: relative;
}
html.fixed .sidebar-left {
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    z-index: 99;
}
html.fixed .page-header {
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}
html.fixed .header {
    background-color: transparent;
    background-image: none;
    border-bottom: 0 solid #e9e9e6;
    border-top: 0 solid #ededed;
    z-index: 1;
    
}
html.fixed.sidebar-left-sm .page-header {
    left: 0;
}
html.fixed.sidebar-left-sm .content-body.doc_body {
    padding-top: 100px;
}
.header {
    background-color: transparent;
    background-image: none;
    border-bottom: 0;
    border-top: 0;
    z-index: 1000;
}
.sidebar-left,
.page-header{
    z-index: 99;
}


@media only screen and (max-width: 767px) {
	.header .logo-container {
	    left: auto;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 1;
	}
	.content-body {
	    padding: 0;
	}
	.page-header {
	    z-index: 0;
	    margin: 0 0 40px;
	}
	body {
	    position: static !important;
	}
	.header .toggle-sidebar-left{
	    top: 7px;
	    cursor: pointer;
	}
	#pageContent {
	    padding: 0 10px;
	}
    .sidebar-left-opened .sticky-menu-header {
        position: fixed;
    }
    .sidebar-left-opened .knowledgecenter {
        position: fixed;
        top: 0;
        z-index: 9;
        width: 100%;
    }
    .sidebar-left-opened .header {
        position: fixed;
    }
    .sidebar-left-opened .footer-wrapper {
        display: none;
    }
}
 .container {
    padding-left: 0;
    padding-right: 0;
}
.sidebar-left-sm .main-content {
    padding-bottom: 0px;
    padding-top: 0px;
}
.title{
    cursor:pointer
    }