/***** GLOBALS *****/
body {
	font-family: 'Open Sans';
	font-weight: 400;
	padding-top: 70px;
	background-color: #FCFCFC;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

hr {
	border: 0;
	border-top: 1px solid #eeeeee;
}

pre {
	background-color: transparent;
}

/* Highlight tab size */
.hljs {
	tab-size: 1;
}


.real-content a:visited, .real-content a:link, .real-content a:active .real-content a:hover{
	font-weight: bold;
}

/***** NAVBAR *****/
.navbar-brand {
    padding-top: 7px;
}

.navbar-default {
	background-color: rgba(255,255,255,0.98);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #21252B;
}

.navbar-fixed-bottom {
	padding-top: 5px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
	background-color: white;
}

/***** SEARCH BAR *****/

#top-main-search-container {
	margin: 0 20px;
}

#top-search-input {
	margin: 7px 12px 0 0;
	box-sizing: border-box;
}

#top-main-search-container .result-list {
	overflow: scroll;
	z-index: 17;
	list-style-type: none;
	position: fixed;
	width: 96%;
	max-height: 50vh;
	border-radius: 6px;
	background: rgba(232, 232, 232, 0.93);
}

#top-main-search-container .result-link {
	color: #21252B;
	font-weight: 600;
}

#top-main-search-container .result-link:hover {
	color: black;
}

/***** SIDEBAR *****/

/* 05/10/2018 */
.sidebar-nav--sticky {
	overflow-y: scroll;
	position: absolute;
	min-width: 182px;
	height: calc(100vh - 160px);
}

.sidebar-nav--sticky.affix {
	position: fixed;
}

.btn-collapse-sidebar {
	display: none;
	margin-bottom: 16px;
}

@media (max-width: 908px) {
	.btn-collapse-sidebar {
		display: initial;
	}

	.sidebar-nav--sticky,
	.sidebar-nav--sticky.affix {
		overflow-y: auto;
		position: static;
		height: auto;
	}
}
/* */

.sidebar-nav ul {
	list-style: none;
}

.sidebar-nav h4 {
	font-size: 12px;
	text-transform: uppercase; 
	color: #BBB;
	margin-top: 0;
	margin-bottom: 10px;
}

.sidebar-nav ul {
	margin-left:-32px;
	list-style: none;
}

.sidebar-nav ul li {
	font-size: 13px;
	padding: 3px 0;
	line-height: 1.4;
}

.sidebar-nav ul li a {
	color: #666;
}

.sidebar-nav ul li a:hover {
	color: #21252B;
}

.sidebar-nav ul + h4 {
	margin-top: 22px;
}

.sidebar-nav .active {
	font-weight: bold;
	color: #21252B;
}

/* 05/10/2018 */
@media (max-width: 908px) {
	.sidebar-nav h4 {
		font-size: 14px;
	}

	.sidebar-nav ul span {
		font-size: 16px;
	}
}
/* */

/***** RIGHT SECTION *****/
.section-right h1 {
	font-size: 27px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #444;
}

.section-right p {
	line-height: 1.7em;
	font-size: 14px;
	color: #474a54;
}

/***** MAIN *****/
.main-content {
	padding: 30px;
	min-height: calc(100vh - 100px);
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
	background-color: #fff;
}

.container {
	width: auto;
	max-width: 1100px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/***** CONTENT *****/
.section-title {
	margin-top: 30px;
	color: #21252B;
	font-size: 16px;
	text-transform: uppercase;
}

.section-image {
	display: block;
	margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.section-h4 {
	margin-top: 30px;
	color: #21252B;
	font-weight: bold;
}

.section-footer {
	display: block;
	height: 60px;
}

/***** FOOTER *****/
.footer {
	font-size: 11px;
	color: #AAAAAA;
}

.footer a:visited, .footer a:link, .footer a:active {
	color: #AAAAAA;
}

.footer a:hover {
	color: #21252B;
}

.footer-right {
	float: right !important;
}

.label-beta {
	background-color: #21252B;
}

.label-release {
	background-color: #199057;
}

.label-version {
	font-size: 90%;
	margin-right: 8px;
}

.label-tutorial {
	background-color: #73677e;
	margin-bottom: 16px;
	font-size: 90%;
}

.number-badge {
    width: 22px;
    height: 22px;
	border-radius: 50%;
	display: inline-block;
    background: #4990E2;
    color: white;
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-bottom;
    text-align: center;
    margin-top: 10px;
}

.number-badge span {
    text-align: center;
    line-height: 22px;
    display: block;
}

.title-badge {
	font-size: 16px;
    font-weight: bold;
}

.version-entry {
	margin-top: 36px;
}

.subhead {
	font-weight: bold;
	margin-top: 40px;
}

.fullscreen-shadow {
	margin-left: -30px;
}

.stronglink {
	font-weight: bold;
}

.inline-doc-image {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 780px;
	max-height: 780px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.inline-doc-image-gif {
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 800px;
	max-height: 800px;
	margin-top: 30px;
	margin-bottom: 30px;
}

/***** HEADER *****/
h3.classes {
	background-color: rgba(126, 38, 126, 0.65);
	margin-bottom: 16px;
	font-size: 0.9em;
	display: inline;
	padding: .2em .6em .3em;
	line-height: 3;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	text-transform: uppercase;
	color: white;
}

h4.classes {
	font-size: 0.9em;
	font-weight: 700;
}

h4.tutorials {
	background-color: #73677e;
	margin-bottom: 16px;
	font-size: 90%;
	display: inline;
	padding: .2em .6em .3em;
	line-height: 3;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	text-transform: uppercase;
	color: white;
}

h2.gravity {
	display: none;
}

h3.gravity {
	background-color: #73677e;
	margin-bottom: 16px;
	font-size: 90%;
	display: inline;
	padding: .2em .6em .3em;
	line-height: 3;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	text-transform: uppercase;
	color: white;
}

h4.creo {
	font-weight: bold;
	margin-top: 40px;
	color: #21252B;
}

.creovideo {
	margin-left:30px;
}

/***** TABLE *****/
table {
	border: #e0e0e0 1px solid;
	border-collapse:separate;
    border-radius:4px;
    margin-bottom: 20px;
    margin-left:40px;
     -moz-border-radius:4px;
}

thead th {
	background-color: rgba(73, 144, 226, 0.68);
	color: white;
	padding-left: 6px;
	text-align: left;
	height: 2.5em;
}

tbody td {
	padding-right: 16px;
	padding-top: 6px;
	padding-left: 6px;
}

tbody td:first-child {
	border-right: #e4e4e4 1px solid;
}

tbody td:nth-child(2) {
	border-right: #e4e4e4 1px solid;
}

tr:nth-child(even) {
	background: #F8F8F8
}

/***** HOME *****/

.doc-logo {
	text-align: center;
}

.doc-logo img {
	width: 10%;
	height: auto;
	text-align: center;
	vertical-align: center;
}

.creo-title {
	color: #21252B;
	text-align: center;
	font-weight: 600;
	font-size: 3.2em;
	line-height: 1.4;
}

.item-content:hover {
	background: white;
}

.item-content {
	padding-top: 20px;
	min-height: 200px;
	border-radius: 9px;
	border: 1px solid #f2f2f2;
	background: #FCFCFC;
}

.text-center {
	text-align: center;
}

.doc-subtitle {
	padding-left: 1em;
	padding-right: 1em;
}

h3, .h3 {
	color: #21252B;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 600;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.spacer-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.spacer-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer {
	min-height: 30px;
}

.faq-title {
	color: #21252B;
	font-weight: 600;
	/*font-size: 2.2em;*/
}

/***** PRINT *****/
@media print {
	.section-left {
		display: none;
	}
	.col-sm-9 {
		width: 100%;
	}
	.navbar {
		display: none;
	}
	.main-content {
		padding: 10px;
	}
}

/****** V2 ******/
.result-link {
	color: #21252B;
	font-weight: 600;
}

.result-link:hover {
	color: black;
}

.navbar-brand {
    padding: 15px 15px;
}

.footer, .footer a:visited, .footer a:link, .footer a:active {
	color: #21252B;
}