.thick-hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #CCC;
}
.lead2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.4;
}
.page-header2 {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 5px solid #CCC;
}
.hr-title {
	margin-bottom: 20px;
	border: 0;
	border-top: 2px solid #CCC;
}
.hr-title {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.label2 {
	display: inline;
	padding: .2em .6em .3em;
	margin-right: 5px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

@media (min-width: 768px) {
.lead2 {
	font-size: 21px;
}
}
.thick-hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #CCC;
}
/* panel-robotic */

.panel-robotic {
	border-radius: 0 !important;
	border: solid 1px #dce0e8;
}
.panel-robotic > .panel-heading {
	padding: 0;
}
.panel-robotic > .panel-heading > .panel-title a {
	padding: 10px 15px;
	display: block;
	background-color: #444;
	color: #fff;
	border-top: solid 3px #5fc3ff;
	border-bottom: solid 3px #5fc3ff;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 1.1em;
}
.panel-robotic > .panel-heading > .panel-title a.collapsed {
	border-top: solid 3px #dce0e8;
	border-bottom: solid 3px #dce0e8;
}
.panel-robotic > .panel-heading > .panel-title a:hover {
	border-top: solid 3px #5fc3ff;
	border-bottom: solid 3px #5fc3ff;
}
.panel-robotic > .panel-heading > .panel-title a:focus {
	text-decoration: none;
}
/* panel-robotic-light */

.panel-robotic-light > .panel-heading > .panel-title a {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,224,232,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(220,224,232,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dce0e8', GradientType=0 );
	border-top: solid 3px #dce0e8;
	border-bottom: solid 3px #4da0d1;
	color: #333333;
}
.panel-robotic-light > .panel-heading > .panel-title a.collapsed {
	border-top: solid 3px #dce0e8;
	border-bottom: solid 3px #dce0e8;
}
.panel-robotic-light > .panel-heading > .panel-title a:hover {
	border-top: solid 3px #dce0e8;
	border-bottom: solid 3px #4da0d1;
}
/* panel-robotic-gray */

.panel-robotic-gray > .panel-heading > .panel-title a {
	background-color: #4da0d1;
	color: #fff;
	border-top: 0;
	border: solid 1px #2a94d6;
}
.panel-robotic-gray > .panel-heading > .panel-title a.collapsed {
	border: solid 1px #c2cadc;
	background-color: #fff;
	color: #333333;
}
.panel-robotic-gray > .panel-heading > .panel-title a:hover {
	background-color: #4da0d1;
	color: #fff;
	border: solid 1px #2a94d6;
}
#page-wrapper-trial {
	padding: 0 15px;
	min-height: 568px;
	background-color: #fff;
}
.box_srcollbar {
	height: 620px;
	overflow: scroll;
	overflow-x: hidden;
}

@media(min-width:768px) {
#page-wrapper-trial {
	position: inherit;
	margin: 0 0 0 0;
	padding: 0 30px;
	min-height: 1300px;
	border-left: 1px solid #e7e7e7;
}
}
.indent_left {
    margin-left: 1.7em;
}
.text_bottom {
    margin-bottom: 4em;
}
.indent_1 {
    padding-left: 1.7em;
    text-indent: -1.7em;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

