/*!
 * RAM overwrite
 *
 */

.jumbotron {
 *font-size: 18px;
	font-size: 14px;
 *line-height: 30px;
	line-height: 20px;
}
.text-error {
	color: #d40000;
}
.text-error-large {
	color: #d40000;
	font-size : 14px;
}
.text-success-large {
	color: #468847;
	font-size : 14px;
}
/*
.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well-grouping {
	min-height: 20px;
	padding: 5px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	border: 1px solid #d5d5d5;
}
.well-grouping h1 {
	line-height: 1;
	color: inherit;
}
.well-grouping p {
	line-height: 1.4;
}


.container .well-grouping {
	border-radius: 6px;
}

*/

.label { 
	padding-left: 50px;
	color: #000000;
	font-weight: normal;
	display: inline;
	padding: .2em .6em .3em;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	margin-left: -3px;
}

.radio, .checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 3px; /* originally 10 */
	margin-bottom: 3px; /* originally 10 */
	margin-right: 5px; /* add space between radios */
	vertical-align: middle;
}

.matrix_LTB,
.matrix_TB,
.matrix_TR,
.matrix_BR,
.matrix_L,
.matrix_BL,
.matrix_B,
.matrix_R
{
	font-size: 12px !important;
}


.matrix_LTB {
	padding: 3px;
	border-left: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}
.matrix_TB {
	padding: 3px;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
}
.matrix_TR {
	padding: 3px;
	border-right: solid black 1px;
	border-top: solid black 1px;
}
.matrix_BL {
	padding: 3px;
	border-left: solid black 1px;
	border-bottom: solid black 1px;
}
.matrix_BR {
	padding: 3px;
	border-bottom: solid black 1px;
	border-right: solid black 1px;
}
.matrix_L {
	padding: 3px;
	border-left: solid black 1px;
}
.matrix_B {
	padding: 3px;
	border-bottom: solid black 1px;
}
.matrix_R {
	padding: 3px;
	border-right: solid black 1px;
}


/*.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	outline: 0;
}

A.error {

	color: #ff0000;
}

.btn-link:hover, .btn-link:focus {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}
.nav a:hover .caret {
	border-top-color: #000000;
	border-bottom-color: #000000;
}*/

#passwordStrength {
	height: 10px;
	display: block;
	float: left;
}
.strength0 {
	width: 250px;
	background: #ffffff;
}
.strength1 {
	width: 50px;
	background: #ff0000;
}
.strength2 {
	width: 100px;
	background: #ff5f5f;
}
.strength3 {
	width: 150px;
	background: #d7df01;
}
.strength4 {
	background: #4dcd00;
	width: 200px;
}
.strength5 {
	background: #399800;
	width: 250px;
}
.panel-body {
	padding: 5px;
}
/*! Adjust the vas scales labels */
.table-scale {
	width: 50%;
}

/*! Adjust the vas scales labels */
@media (min-width: 768px) {
.table-scale {
	width: 30%;
}
}

/*! Need small type for iphone etc */
@media (max-width: 320px) {

}

.half {
	width: 50%;
}
.right {
	float: right;
}
.table-reportform thead > tr > th, .table-reportform tbody > tr > th, .table-reportform tfoot > tr > th, .table-reportform thead > tr > td, .table-reportform tbody > tr > td, .table-reportform tfoot > tr > td {
	padding: 3px;
	padding-left: 10px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
	border: 1px solid #d5d5d5;
}
.scrollable-menu {
	height: auto;
	max-height: 300px;
	overflow-x: hidden;
}
