﻿body:not(.bodybody)
{
	padding: 0px; 
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.bodybody {
    padding: 45px;
}

/* contentBody */

#contentBodyInner
{
	border: none !important;
	top: 80px;
	right: 0px !important;
    left: 0 !important;
}

@media only screen and (max-width: 1279px) {
    #body {
        top: 0;
    }
    html.left-layout #contentBody {
        position: relative;
        left: 0;
    }
    #contentBody .buttons {
        display: none;
    }
    .menu-icon {
        margin-top: 0;
    }
    /*inside iframe*/
    .bodybody {
        padding: 25px;
    }
}

/* desktop */
@media only screen and (min-width: 1280px) {
    html.left-layout #contentBody {
        left: 321px;
    }
	#contentBodyInner {
		top: 50px;
	}
}

#contentBody {
	border-left: 1px solid #E6E6E6;
}



#contentBody .buttons
{
	border-bottom: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    padding: 10px 0;
	right: 20px !important;
}

#contentBody .button
{
	background-size: contain;
	width: 22px;
	height: 22px;
}


/* header and responsive header */

#header,
#responsiveHeader
{
	position: relative;
	padding: 10px 20px !important;
	background-color: #F3F3F3;
	border-bottom: 1px solid #E6E6E6;
}

#header .search-bar{
	display: none !important;
}

#headerTitle
{
	font-size: 28px;
	line-height: 32px;
    color: #000;
    margin-top: 14px;
    margin-left: 380px;
}

#header .logo,
#responsiveHeader .logo
{
    background-size: 140px 35px;
}

#header .logo {
	background-position: left center;
}

.second-logo {
	width: 40px;
	height: 40px;
	background: url('../Images/css/Xceed_DataGrid_for_JS_emblem.png') no-repeat top left / 40px 40px;
	
}

#header .second-logo {
	position: absolute;
	top: 20px;
	left: 330px;
}


#responsiveHeader {
    display: flex;
    justify-content: center;
    align-items: center;  
}

#responsiveHeader .logo {
    width: 140px;
    height: 35px;
}

#responsiveHeader .second-logo {
    width: 40px;
    height: 40px;
    margin-left: 30px;
}

/* Tripane tablet and mobile */
@media (min-width: 1280px) {

	#responsiveHeader {
		display: none;
	}

}


/* search input */
.search-submit-wrapper {
	background-size: 16px 18px;
}

#navigationResizeBar
{
	display: none !important;
}

/* Toolbar buttons */


.toolbar-buttons {
	top: 0;
	left: 0;
	padding: 0;
}


#contentBody .button {
	width: 48px;
	height: 48px;
	background-size: unset;
}

.button-separator {
	height: 48px;
}

.button-group-container-left {
	margin-left: 0;
}

#contentBody .buttons {
	border-top: none;
	border-bottom-color: #E6E6E6;
	padding: 0;
}



/* Tabs panels */

.tabs-panel
{
	top: 0px !important;
	padding: 0;
}

.tabs-panel-content {
	border: none;
	
}

/* Tree nodes */


.tree-node a {
    color: #595959;
    font-size: 14px;
    font-weight: bold;
    font-family: 'open sans', sans-serif;
}

.tree-node a:hover {
    color: #000000;
}

.tree-node-expanded a {
    color: #000000;
}

.tree-node-selected > div a {
	font-weight: bold!important;
}

ul.tree li div {
    margin-bottom: 13px;
}

ul.tree li li div {
    margin-bottom: 5px;
}

ul.tree li li div a {
    color: #747474;
    font-weight: normal;
}

ul.tree li li li div a {
    color: #747474;
    font-weight: normal;
}

.SepTocEntry {
    margin-top: 15px;
}

/* Mobile menu */
@media only screen and (max-width: 1279px) { /* 767px */
	#home-icon {
		background-size: 14px 13px;
	}
    .tabs {
        background-color: transparent !important;
    }
    .tree-node div {
        line-height: 1.9em;
    }
    #toc > ul.tree {
        padding-left: 40px;
        margin-top: 1em;
    }

    #search-field-sidebar {
        color: #747474;
        border: none;
        border-bottom: 1px solid #e6e6e6;
    }
    #home {
        border: none;
        border-bottom: 1px solid #e6e6e6;
    }
    #TocTab.tabs-nav-inactive {
        border: none;
    }
    #navigation #tabs * {
        border-top: none!important;
    }
	#navigation .tabs * {
        border-top: none!important;
    }
}