/*
 Theme Name:   Tooleap Docs
 Description:  Tooleap documentation theme
 Author:       Arik W.
 Template:     docs-base
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  docs-theme
*/

@import url(../../../wp-content/themes/docs-base/style.css);

/* =Theme customization starts here
-------------------------------------------------------------- */

.clear-fix {
	clear:both;
}

.center {
	
	margin-left: auto;
	margin-right: auto;
	float: none;

}

.bold {
	
	font-weight: bold;

}

body .entry-content .page-header h3 {
	font-size: 28px;
}

#main-page-menu {

	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	float: none;

}

#main-page-menu .row {

	text-align: center;

}

#main-page-menu .tile {

	margin: 30px 10px;
	background-color: #F9F9F9;
	border: 1px solid #EEE;
	
}

#main-page-menu .tile p {

	height: 60px;
	margin-top: 10px;

}

.banner .container .navbar-header  .navbar-brand {
	min-width: 200px;
}

/* Footer "Pages" widget dropdowns: the dark-footer link color (#777) leaked onto
   Bootstrap's blue active/hover items, making them unreadable. Restore contrast. */
.content-info .dropdown-menu > li > a { color: #333; }
.content-info .dropdown-menu > li > a:hover,
.content-info .dropdown-menu > li > a:focus,
.content-info .dropdown-menu > .active > a,
.content-info .dropdown-menu > .active > a:hover,
.content-info .dropdown-menu > .active > a:focus { color: #fff; background-color: #4eb9ff; }

#un-button.un-bottom.css3 {
	left: 90%;
}
/* --- Docs table-of-contents sidebar --------------------------------------
   The .bs-sidebar / .affix position rules live in docs-base/main.min.css,
   which no page loads, so both fall back to position:static. Instead of the
   old JS-driven fixed "affix", let the sidebar COLUMN stick via CSS as the
   reader scrolls the (taller) content column beside it. */
.col-md-3:has(> .bs-sidebar) {   /* the column wrapping the TOC sidebar */
    position: -webkit-sticky;
    position: sticky;
    top: 2em;
}
.bs-sidebar {
    position: relative;
}
