.wrapper-result-behavior-profiling .nopadding-right{ padding-right: 0}
.wrapper-result-behavior-profiling .nopadding-left{ padding-left: 0}
.wrapper-result-behavior-profiling .margin-top{ margin-top: 20px}
.wrapper-result-behavior-profiling .section{
	padding: 30px 0 0 0;
	float: left;
	width: 100%
}
.wrapper-result-behavior-profiling h1{
	font-size: 26px;
}
.wrapper-result-behavior-profiling .section.disc .title{
	color: rgb(1,104,179);
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 150px;
}

.wrapper-result-behavior-profiling .disc .result-table{ width: 100%}
.wrapper-result-behavior-profiling .disc .result-table td{ border: 1px solid #bfdef0}
.wrapper-result-behavior-profiling .disc .result-table{
	border-color: white rgb(0,105,179) rgb(0,105,179) white;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	margin: 20px 0 0;
}
.wrapper-result-behavior-profiling .disc .result-table td{
	text-align: center;
	padding: 25px;
	font-size: 30px;
	width: 10%;
	font-weight: bold;
	color: rgb(0,105,179);
}
.wrapper-result-behavior-profiling .disc .result-table tr:first-child td{
	background-color: rgba(0,169,155,1);
	color: white
}
.wrapper-result-behavior-profiling .disc .result-table tr:last-child td{ border-bottom: none}
.wrapper-result-behavior-profiling .disc .result-table tr:first-child td:first-child,
.wrapper-result-behavior-profiling .disc .result-table tr:first-child td:last-child{
	background-color: white;
	border: none;
	font-weight: normal;
}
.wrapper-result-behavior-profiling .disc .result-table tr td:first-child{
	width: 15%;
	background-color: rgb(0,105,179);
	color: white;
	border: none
}
.wrapper-result-behavior-profiling .disc .result-table tr:nth-child(2) td:last-child{ border-top: 1px solid rgb(0,105,179)}
.wrapper-result-behavior-profiling .disc .result-table tr td:last-child{
	width: 35%;
	border-right: 1px solid rgb(0,105,179);
	font-weight: normal;
	color: black;
}
.wrapper-result-behavior-profiling .disc .result-table tr td h3{ font-size: 28px}
.wrapper-result-behavior-profiling .disc .result-table td.info { padding: 0 20px 0 0;}
.wrapper-result-behavior-profiling .disc .result-table td.info span{
	float: left;
	width: 100%;
	text-align: left
}
.wrapper-result-behavior-profiling .disc .result-table td.info span:first-child{ font-size: 18px; color: rgba(0,169,155,1);margin-top: -35px;}
.wrapper-result-behavior-profiling .disc .result-table td.info span:last-child{ font-size: 16px; color: black}
.wrapper-result-behavior-profiling .disc .result-table td.last,
.wrapper-result-behavior-profiling .disc .result-table td.equal{font-size: 18px;}
.wrapper-result-behavior-profiling .disc .result-table td.equal span{
	font-size: 30px;
	color: rgb(0,105,179);
	font-weight: bolder;
}
.wrapper-result-behavior-profiling .disc .result-table td.mlc{
	text-align: left;
	padding: 0 30px
}


.wrapper-result-behavior-profiling .result-assessment span{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 18px;
}
.wrapper-result-behavior-profiling .result-assessment .border{border-right: 1px solid #bfdef0; }
.wrapper-result-behavior-profiling .result-assessment .left,
.wrapper-result-behavior-profiling .result-assessment .right{
	color: white
}
.wrapper-result-behavior-profiling .result-assessment .left h3,
.wrapper-result-behavior-profiling .result-assessment .right h3{
	font-size: 35px
}
.wrapper-result-behavior-profiling .result-assessment .type{
	background: rgb(0,105,179);
	padding: 15px;
	color: white
}
.wrapper-result-behavior-profiling .result-assessment .item-list{
	float: left;
	margin-top: 20px;
	padding-left: 30px;
}
.wrapper-result-behavior-profiling .result-assessment .right .item-list{
	padding-left: 40px;
}
.wrapper-result-behavior-profiling .result-assessment .item-list ul li{
	width: 50%;
	float: left;
	color: black;
	padding: 10px 30px 10px 0;
	text-align: left;
}
.wrapper-result-behavior-profiling .result-assessment .item-list ul > li::before {
    content: "-";
    padding-right: 5px;
}
.wrapper-result-behavior-profiling .nomargin{ margin: 0}
.wrapper-result-behavior-profiling .noppadding{ padding: 0}
.wrapper-result-behavior-profiling .hero-banner {
	position: relative;
	width: 100%;
	float: left;
	height: 310px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 150px;
}
.wrapper-result-behavior-profiling .hero-banner .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
	float: left;
	text-align: center;
}



.wrapper-result-behavior-profiling .graph{ padding: 20px 0;}
.wrapper-result-behavior-profiling .graph .title{ margin-bottom: 15px;}
.wrapper-result-behavior-profiling .graph span{
	float: left;
	width: 100%;
	font-size: 18px;
}
.wrapper-result-behavior-profiling .graph .graph-result{
	float: left;
	width: 100%;
	margin: 30px 0 0;
}

/* 	==========================================================================
	==========================================================================
   							 		TABLATE
	==========================================================================
   	========================================================================== */
@media only screen 	and (min-width : 720px) and (max-width : 1280px){
	.wrapper-result-behavior-profiling .hero-banner{ margin-top: 100px}
}
@media only screen 	and (min-device-width : 768px) and (max-device-width : 1024px){

}

@media only screen 	and (min-device-width : 992px) and (max-device-width : 1024px){


}

@media only screen 	and (min-device-width : 768px) and (max-device-width : 992px){
	.wrapper-result-behavior-profiling .graph .title{
		padding-right: 20px;
		line-height: 35px;
	}
}

/* 	==========================================================================
	==========================================================================
   					Design for retrieved data from database
	==========================================================================
   	========================================================================== */
table{
	border-collapse: inherit !important;
}

.wrapper-result-behavior-profiling .title{
	clear: both;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.wrapper-result-behavior-profiling .assessment-result-detail h4{
	margin-top: 10px;
	padding: 20px;
	font-weight: bold;
	color: white;
    font-size: x-large;
	width: 100%;
	background-color: rgb(0,105,179);
}

.wrapper-result-behavior-profiling .assessment-result-detail h3:not(:first-child){
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	background-color: darkgrey;
	color: white;
}

.wrapper-result-behavior-profiling .assessment-result-detail > h1,h5,h3:first-child{
	margin: 15px;
}

.wrapper-result-behavior-profiling .assessment-result-detail h2{
    padding: 5px;
    color: white;
    height: 50px;
}

.wrapper-result-behavior-profiling .assessment-result-detail table{
	
}
.wrapper-result-behavior-profiling .assessment-result-detail table tr td{

}

.wrapper-result-behavior-profiling .assessment-result-detail table tr td p{
	margin-left: 15px;
	font-size: 16px;
}

.wrapper-result-behavior-profiling .assessment-result-detail table tr:first-child{
	background-color:  rgb(0,105,179);
	height: 50px;
	color: white;
}

 .wrapper-result-behavior-profiling .assessment-result-detail img{
	display: inline;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	max-height: 160px;
	max-width: 220px;
	width: 170px;
	height: auto;

	 padding: 2px;
}

.wrapper-result-behavior-profiling .assessment-result-detail hr{
	width: 250px;
}

.wrapper-result-behavior-profiling .assessment-result-detail ul li{
	margin: 0 40px;
	display: list-item;
	padding: 5px;
	list-style-type: circle;
}

.wrapper-result-behavior-profiling .graph table{
	width: 100%;
	
}
.wrapper-result-behavior-profiling .hidden-graph input[type='checkbox'] {
	margin-right: 5px;
	margin-top: 3px;
	vertical-align: top;
}
.wrapper-result-behavior-profiling .graph table td.hidden-first-graph{
	display: none;
}
.wrapper-result-behavior-profiling .graph table td.show-first-graph {
	display: initial;
}
.wrapper-result-behavior-profiling .graph span.graph-index {
	float: none;
	font-size: 24px;
}
.wrapper-result-behavior-profiling .section.disc .title {
    margin-top: 50px;
}
