#boxOpener {
	width: 100%;
	}

.box {
	margin-bottom: 20px;
	position: relative;
}
.box.box-collapsed .box-header .actions .box-collapse i:before {
	content: "\f067";
}
.box.box-collapsed .box-content {
	display: none;
}
.box .box-header {
	font-size: 1.5em;
	font-weight: 200;
	line-height: 1.5em;
	padding: 10px 15px;
}
.boxQuestions p.h3 {
	color: rgba(48,78,161,1.00) !important;
	font-weight: 500;
	margin: 5px 0;
	width: 100%;
	color: inherit;
}
.box .box-header .title {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700;
	font-size: 0.9em;
	float: left;
	color: inherit;
	padding-bottom: 0px;
}
.box .box-header .actions {
	margin-top: -3px;
	float: right;
}
.box .box-header .actions .dropdown-toggle {
	position: relative;
	top: 5px;
}
.box .box-header .actions .btn-link {
	color: inherit;
	text-decoration: none;
	text-shadow: none;
}
.box .box-header .actions .btn-link:hover {
	color: inherit;
}
.box .box-header .actions .box-collapse i {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	margin-top: 0;
}
.box .box-header .actions .box-collapse i:hover {
	text-decoration: none;
}
.box .box-header .actions .box-collapse i:before {
	content: "\f068";
}
.box .box-header.box-header-small {
	font-size: 14px;
	font-weight: 200;
	line-height: 19px;
	padding: 10px 10px;
}
.box .box-header.box-header-small .actions {
	margin-top: -1px;
}
.box .box-content {
	top: 9px;
    position: relative;
	padding: 10px;
	display: block;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); */
    padding: 8px;
	margin: 12px;
	/* background-color: rgba(255,255,255,0.25); */
	border-radius: 0 0 9px 9px;
    border-top: 0;
    border-right: 1px solid #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
    border-left: 1px solid #9C9C9C;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.box .box-content .box-toolbox {
	background-color: inherit;
	padding: 5px;
}
.box .box-content .box-toolbox.box-toolbox-top {
	margin: -10px -10px 10px -10px;
	border-bottom: 1px solid inherit;
}
.box .box-content .box-toolbox.box-toolbox-bottom {
	margin: 10px -10px -10px -10px;
	border-top: 1px solid inherit;
}
.box .box-content.box-no-padding {
	padding: 0;
}
.box .box-content.box-no-padding form {
	margin-bottom: 0;
}
.box .box-content.box-padding {
	padding: 20px;
}
.box .box-content.box-padding .box-toolbox {
	padding: 10px;
	position: relative;
}
.box .box-content.box-padding .box-toolbox.box-toolbox-top {
	margin: -20px -20px 20px -20px;
}
.box .box-content.box-padding .box-toolbox.box-toolbox-bottom {
	margin: 20px -20px -20px -20px;
}
.box .box-content.box-double-padding {
	padding: 40px;
}
.box .box-content.box-double-padding .box-toolbox {
	padding: 20px;
}
.box .box-content.box-double-padding .box-toolbox.box-toolbox-top {
	margin: -40px -40px 40px -40px;
}
.box .box-content.box-double-padding .box-toolbox.box-toolbox-bottom {
	margin: 40px -40px -40px -40px;
}
.box.box-transparent {
	background: none;
	padding: 0;
	border: none;
	box-shadow: none;
}
.box.box-transparent .box-content {
	background: transparent;
	border: none;
	border-top: 1px solid inherit;
	box-shadow: none;
}
.box.box-bordered {
	border-style: solid;
	border-width: 2px;
	border-color: inherit;
}
.box.box-bordered .box-content {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
