@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/bg-ncrm-wc.png) repeat-x top ;
	background-color: #596def;
	background-attachment: fixed;
}
/* NAVIGATION BAR */
.navbar{
	z-index: 1000;position: fixed;top:0;
	width: 100%; 
}
.navbar.stickytop{
	height: 2.4rem; 
	background-color:#fff;
	box-shadow: 0 1px 2px rgba(20,26,75,.3);
}
.navbar-nav{/*
	width: 100%;
	max-width: 1160px;*/
	margin: 0 1rem;
	height: 2.4rem;
}
.navbar-nav li{
	font-size: 1rem;
	height: 2.4rem;
	/*background: rgba(20,26,75,.9);*/
}
.nav-link{transition:all .3s; color: rgba(255,255,255,.6); font-weight: bold;}
.nav-link:hover, .nav-link.selected{color:rgba(255,255,255,1.0); }
.nav-link span{font-weight: 100; margin-left: 0.3em}

.navbar .nav-link{
	color:rgba(20,26,75,.9);
}
.navbar .nav-link:hover{
	color:#6a8af7;
	opacity: 1.0!important
}
.nav-link::before{
	content:"\27F6";
	display: inline-block;
	width: 0;
	height: 2.4rem;
	line-height: 1.2rem;
	font-size: 1.2rem;
	float: right;
	transition: .3s all;
	opacity: 0;
}
.nav-link:hover::before{
	width: 30px;
	margin-left: 0.5rem;
	opacity: 1.0;
}

.logo{
	color: #fff;
	padding: 0 1rem;
	z-index: 1001;
}
.navbar.stickytop .logo{
	color: #141a4b;
	display: block;
}
.logo h3{
	font-size: 1rem;
	font-weight: 600;
	line-height: 2.4rem;
}
.logo h3 span{
	font-weight: 100;
	line-height: 2.4rem;
	margin-left: 0.3em;
}
button.navbar-toggler{
	width:2.4rem;	
	outline: none;	
	padding: 0;
	float: right;
	position: absolute;
	right:0.2rem;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");	
	background-size: auto 1.2em;
	height: 2.4em;
}
.navbar-nav#nav-ti{
	margin: 0;
    z-index: 999;
    top: 5rem;
    padding: 0 0.5rem;
    position: absolute;
    left: 50%;
    margin-left: -843px;
    width: 280px;
    flex-direction: column;
	height: auto
}
#nav-ti li{
	line-height: 1.2rem;
	height: inherit;
}
#nav-ti a.nav-link-ti{
	font-weight: 100;
	font-size: 0.9em;
	color: rgba(255,255,255,.6);
	display: block;
	padding: 0.8rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#nav-ti a.nav-link-ti:hover{
	color: rgba(255,255,255,1.0)!important;
	background: rgba(89,109,239,0.5);
	border-radius: 0.4em 0 0 0.4em;
	padding-left: 2.8em;
}
#nav-ti a.nav-link-ti:hover::before,
#nav-ti .nav-item.state-current a.nav-link-ti::before{
	content: "\2192";
	width:20px;
	height: 20px;
	position: absolute;
	left: 1.8em;
}
#nav-ti .nav-item.state-current a.nav-link-ti{
	color: rgba(255,255,255,1.0)!important;
	background: rgba(0,0,0,.3);
	border-radius: 0.4em 0 0 0.4em;
	padding-left: 2.8em;
}
/* CONTENT */
.container.ncrm-ti{
	margin: 0 auto;
	position: relative;
	background: #eff1ff;
    padding-bottom: 30px;
}
.container.ncrm-ti h2{
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: -0.065em;
}
.container.ncrm-ti h2 span{
	font-weight: 100;
	font-size: 0.6em;
	line-height: 3em;
	letter-spacing:0;
	opacity: 0.6;
	padding: 0 1em;
}
.container.ncrm-ti h2::before{
	width: 0.3em;
	height: 2em;
	content: "";
	float: left;
	display: block;
	background: #5e74fc;
	position: relative;
	left: -45px;
	top: -0.25em;
	border-radius: 0 3px 3px 0;
	margin-right: -0.3em;
}
.container.ncrm-ti #technical-information-06 h2 span{
	display: block;
	padding: 0;
}
.container.ncrm-ti h3{
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: -0.065em;
	color: #5e74fc;
	line-height: 3em;
}
.container.ncrm-ti section{
	padding: 45px;
	margin-right: -15px;
	margin-left: -15px;
}
.container.ncrm-ti section.bg-light{
	background: #f6f6fb;
}
.container.ncrm-ti > div{
	position: relative;
	margin-top:-50px;
	padding-top:150px;
	margin-bottom: -300px;
}
.container.ncrm-ti > div > section:first-child img{
	width: 200px; 
	height: auto; 
	float: right;
	margin-right: 30px;
	margin-left: 30px;
}
.container.ncrm-ti > div > section:first-child ul{
	margin: 20px 0 0;
}
.container.ncrm-ti > div > section:first-child ul li{
	line-height: 1.8em;
	position: relative;
}
.container.ncrm-ti > div > section:first-child ul li::before{
	content: "";
    width: 1.6em;
    height: 1px;
    display: inline-block;
    margin-right: 1em;
    background: #141a4b;
    position: relative;
    top: -6px;
    opacity: 0.4;
}

a#ti01::before{
	display: block;
	content: "";
	width:100%;
	height: 300px;
}
section#ti01, section#ti02, section#ti03, section#ti04, section#ti05, section#ti06{
	margin-top: 150px;
    padding-top: 80px;
}
section#ti01{
	margin-top: 0;
}
#technical-information-01{
	margin-top:0;
	padding-top: 0;
}
#technical-information-06{
	margin-bottom:0;
}
.row.box{
	border: 1px solid #dde0f4;
	border-right-style: hidden;
	border-bottom-style: hidden;
}
.row.box > div {
	border: 1px solid #dde0f4;
	border-left-style: hidden;
	border-top-style: hidden;
	background: #f6f7fc;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.row.box figure{
	padding: 3em 2em;
	margin: 0;
}
figure{
	text-align: center;
}
figcaption{
	color: #5e74fc;
	font-weight: 600;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
}
.row.box figure img{
	height: 60px;
	width: auto;
	margin: 1em;
} 
figure img{
	margin: 3em auto 0;
	width: 100%;
	height: auto;
}
.row > div > p{
	text-align: left;
	font-size: 0.9rem;
	word-break: keep-all;
	padding: 0 0 1.5rem ;
}
.row > div > ul{
	font-size: 0.9rem;
	padding: 0 0 1.5rem ;
}
.row > div > ul li{
	padding-left: 2em;
	position: relative;
	margin-bottom: 0.5em;
}
.row > div > ul li::before{
	content: "";
    width: 0.8em;
    height: 1px;
    display: inline-block;
    margin-right: 1em;
    background: #141a4b;
    position: absolute;
    opacity: 0.4;
    left: -0em;
    top: 0.8em;
}
.row.box > div > p{
	padding: 1.5rem;
	text-align: left;
	flex:auto;
	font-size: 0.9rem;
	word-break: keep-all;
}
.row.box > div > p.bg-dark{
	background: #eef0fc!important;
}

.row > div > h4{
	color: #5e74fc;
	font-weight: 600;
	line-height: 3em;
	font-size: 1.2rem;
	position: relative;
	border-top: 2px solid #dbdeff;
	margin-top: 2em;
}
.row > div > h4::before{
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 2px;
	background: #5e74fc;
	content: "";
	top: -2px;
}
.row.box > div > h4{
	border-bottom: 1px solid #dbdeff;
	border-top-style: hidden;
	margin-left: 1.5rem;
	margin-top: 0.5rem;
}
.row.box > div > h4::before{
	display: inline-block;
	position: absolute;
	width: 1em;
	height: 1px;
	background: #5e74fc;
	content: "";
	bottom: -1px;
	top:inherit;
}
h4{
	color: #5e74fc;
	font-weight: 600;
	line-height: 3em;
	font-size: 1.2rem;
	position: relative;
	border-top: 2px solid #dbdeff;
}
h4::before{
	display: inline-block;
    position: absolute;
    width: 1em;
    height: 2px;
    background: #5e74fc;
    content: "";
    top: -2px;
	left: 0;
}
h4 span{
	font-weight: 100;
	font-size: 0.8em;
	line-height: 2.6em;
	letter-spacing: 0;
	opacity: 0.7;
	padding: 0 1em;
}
h5{
	font-size: 1rem;
	font-weight: 600;
	display: block;
	line-height: 1.4em;	
	position: relative;
	padding: 1em;
}
h5::before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;    
	top: 1.35em;
	background: Black;	
}
h5 + ul{
	padding: 0 1em 1em;
	font-size: 0.96em;
}
h5 + ul li{
	position: relative;
	line-height: 1.4em;
	padding: 0.3em 0;
	padding-left: 1.2em;
}
h5 + ul li::before{
	content: "";
	width: 0.5em;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.9em;
	background: Black;	
}
h6{
	color: #5e74fc;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 2em;
	text-align: center;
	max-width: 17em;
	margin: auto;
}
.row.box-border-top{
	position: relative;
	border-top: 2px solid #dbdeff;
	background: transparent!important;
	flex-direction: row!important;
	padding: 0!important;
	margin-bottom: 0!important;
}
.row.box-border-top > div{
	padding-left: 0;
	padding-right: 0;
}
.row.box-border-top h5,
.row.box-border-top ul{
	padding: 2em;
	background: #f3f4ff;
}
.row.box-border-top h5{
	padding: 2em 2em 0;
	font: 1rem;
}
.row.box-border-top h5::before{
	display: none;
}
.row.box-border-top::before{
	display: inline-block;
    position: absolute;
    width: 1em;
    height: 2px;
    background: #5e74fc;
    content: "";
    top: -2px;
	left: 0;
}
img.feature-icon{
	float: right;
    position: relative;
    width: auto;
    height: 60px;
    top: 0.5em;
    z-index: 999;
}
#technical-information-03 section ol{
}
#technical-information-03 section ol span{
	font-size: 0.8em;
	opacity: 0.6;
	display: inline-block;
	padding-left: 1em;
}
#technical-information-03 section ol h4{
	border-top-style: hidden;
	padding-left: 0.6em;
	margin-top:-0.8em;
}
#technical-information-03 section ol h4::before{
	width:3px;
	height:1em;
	content: "";
	background: #5e74fc;
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
}
#technical-information-03 section ol li{
	clear: left;
	padding: 2em 0;
	padding-left: 12em;
	background: url(../images/icon-arrow-down.png) no-repeat left 72px bottom 0;
}
#technical-information-03 section ol li:last-child{
	background:none;
}
#technical-information-03 section ol ul li{
	display: inline-block; float: left; clear: none;
	padding: 0.5em;
	color: #5e74fc;
	position: relative;
	background:none;
}
#technical-information-03 section ol li img{
	float: left;    
	position: relative;
    margin-left: -8.5em;
	margin-top: 0.5em;
}
#technical-information-03 section ol li:nth-child(3){
	
}
#technical-information-03 section ol li:nth-child(3) img{
	margin-top: 0;
    margin-left: -10em;
}
#technical-information-03 section ol li:nth-child(4) img{
	margin-top: 0;
    margin-left: -12em;
}
#technical-information-03 section ol ul li::before{
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #5e74fc;
	content: "";
	position: absolute;
	left: -0.1em;
    top: 1.2em;
}
#technical-information-03 section .row{
	flex-direction: column;
	background: #e7e9fe;
	padding: 1.5rem;
	margin-bottom: 30px;
	margin-left:0;
	margin-right: 0;
}
#technical-information-03 h4{
	
	padding-left: 1em;
}
#technical-information-04 ol span{
	background: #34398f;
	color: White;
	font-size: 0.6em;
	border-radius: 0.4em;
	padding: 0.5em 1em;
	position: relative;
	top: 1em;
	z-index: 100;
}
#technical-information-04 ol span::before{
	content: "";
	width: 1em;
	height: 1em;
	background: #34398f;
	display: block;
	position: absolute;
	bottom: -0.5em;
	left: calc(50% - 0.68em);
	transform: rotate(45deg);
}
#technical-information-04 ol h4{
	padding: 2rem 0 0.5rem 1rem;
	line-height: 1.6em;
}
#technical-information-04 ol p{
	padding-left: 1rem;
	font-size: 0.96em;
}
#technical-information-04 ol li{
	padding-bottom: 1rem;
}
#technical-information-04 ol ul{
	color: #5e74fc;
	font-size: 0.96em;
	padding-left: 1rem;
	margin: 1rem 0 0;
}
#technical-information-04 ol ul li{
	position: relative;	
}
#technical-information-04 ol ul li::before{
	position: relative;
	content: "";
	width: 1em;
	height: 1em;
	line-height: 1em; 
	font-size: 1em;
	display: inline-block;
	margin-right: 0.3em;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 15.03'%3E%3Cpath d='M6.59 15.03c-.4 0-.78-.16-1.06-.44L.44 9.47c-.58-.59-.58-1.54 0-2.12.59-.58 1.54-.58 2.12 0l3.88 3.9L14.61.59a1.498 1.498 0 0 1 2.38 1.82L7.78 14.44c-.26.34-.66.56-1.09.59h-.1Z' fill='%235769ff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;background-size: 0.7em auto;background-position: center;	
}
#technical-information-04 img{
	margin: 1.5em 0;
	width: 100%;
	height: auto;
}
table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #babee7;
	background: #f6f7fe;
	margin: 2em 0;
	font-size: 0.96rem;
}
th, td{
	border: 1px solid #babee7;
	padding: 1em
}
thead th{
	background: #c8cce7;
	font-weight: 660;
	font-size: 1.1em;
	text-align: center;
}
th{
	text-align: center;
	word-break: keep-all;
}
td{
	word-break: keep-all;
}
table ul {
	padding: 0;
	margin: 0!important;
}
table ul li::before{
    width: 1.2em!important;
    height: 1.2em!important;
    background: transparent!important;
    top: 0.6em!important;
	position: absolute!important;
	left: 0!important;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 15.03'%3E%3Cpath d='M6.59 15.03c-.4 0-.78-.16-1.06-.44L.44 9.47c-.58-.59-.58-1.54 0-2.12.59-.58 1.54-.58 2.12 0l3.88 3.9L14.61.59a1.498 1.498 0 0 1 2.38 1.82L7.78 14.44c-.26.34-.66.56-1.09.59h-.1Z' fill='%23141a4b'/%3E%3C/svg%3E")!important;
	background-repeat: no-repeat!important;background-size: 0.7em auto!important;background-position: center!important;
}
th.ncrm-ti{
	background: #d5dbff;
}
td.ncrm-ti{
	background: #fff;
	color: #475af6;
}
table ul li{
	line-height: 1.4em!important;
	position: relative;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
table td.ncrm-ti ul li::before{
    background: #5e74fc!important;
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.3 15.03'%3E%3Cpath d='M6.59 15.03c-.4 0-.78-.16-1.06-.44L.44 9.47c-.58-.59-.58-1.54 0-2.12.59-.58 1.54-.58 2.12 0l3.88 3.9L14.61.59a1.498 1.498 0 0 1 2.38 1.82L7.78 14.44c-.26.34-.66.56-1.09.59h-.1Z' fill='%23ffffff'/%3E%3C/svg%3E")!important;
	background-repeat: no-repeat!important;background-size: 0.6em auto!important;background-position: left 4px center !important;
	border-radius: 50%;
	opacity: 1.0!important;
}
table tr > td:last-child{
	background: #e6e9fc;
}
table td img{
}
table td h5{
	padding: 0 0 0.5em ;
}
table td h5::before{
	display: none;
}
#technical-information-06 table td.ncrm-ti{
	background-position: 1rem 1rem;
	background-repeat: no-repeat;
	background-size: auto 90px;
	height: 120px;
	padding-left: 130px;
}
#technical-information-06 table tr:first-child td.ncrm-ti{
	background-image: url("../images/ti-icon-ncrm-component.png") ;
}
#technical-information-06 table tr:nth-child(2) td.ncrm-ti{
	background-image: url("../images/ti-icon-ncrm-template.png") ;
}
#technical-information-06 table tr:nth-child(3) td.ncrm-ti{
	background-image: url("../images/ti-icon-ncrm-framework.png") ;
}
#technical-information-06 table tr:nth-child(4) td.ncrm-ti{
	background-image: url("../images/ti-icon-ncrm-document.png") ;
}
#technical-information-06 table tr:nth-child(5) td.ncrm-ti{
	background-image: url("../images/ti-icon-ncrm-support.png") ;
}
#technical-information-06 table tr:last-child td.ncrm-ti{
	background-image: url("../images/ti-icon-ncrm-case.png") ;
}
.collapse.show {
	padding: 0;
	margin-top: 0;
}
@media screen and (max-width: 1660px) {
	.navbar-nav#nav-ti{
		display: none;
	}
	.collapse.show {
	}
	.navbar-nav{
		height: auto;
		background: rgba(20,26,75,.9);
		margin: 0;
		padding: 0.5rem 0;
	}
	.navbar .nav-link{
		color: rgba(255,255,255,.6);
	}
	.navbar .nav-link:hover{
		color: White;
	}
	.nav-link::before{
		float: inherit;
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 576px) {
}