#raspunsuri .checkbox-custom {
	display:inline-block;
	margin-right:10px;
}

#explicatie {
	display:none;
	text-align:justify !important;
}

.intrebare {
	text-align:justify !important;
}

.raspuns {
	text-align:justify !important;
	display:inline-block;
}

#mesaj-corect,
#mesaj-gresit {
	display:none;
}

.simulatoare-label {
	display:inline-block;
	color:#000000;
	font-weight:bold;
	line-height:30px;
	vertical-align:top;
	margin-right:10px;
	/*font-family:"Shadows Into Light", cursive;
	font-size:1.8em;*/
}

.raspuns img {
	margin-top:5px;
	margin-bottom:5px;
	vertical-align:middle !important;
}

.advert-grile {
	padding-bottom:10px;
}

.advert-grile2 {
	padding-bottom:10px;
}

.nav-tabs li a, .nav-tabs li a:hover{
	color: #777;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus{
	color: #1d2127;
}


.panel-heading {
	position: relative;
}
.panel-heading a[data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072"; /* "play" icon */
	position: absolute;
	color: #b0c5d8;
	font-size: 18px;
	line-height: 22px;
	right: 20px;
	top: calc(50% - 10px);

	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform:    rotate(-90deg);
	-ms-transform:     rotate(-90deg);
	-o-transform:      rotate(-90deg);
	transform:         rotate(-90deg);
}
.panel-heading a[data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}

.panel-default > .panel-heading{
	background-color: #f5f5f563;
}

html .featured-box-primary h4{
	color: #0473ab;
	font-size: 1.2em;
}