body {
	padding-top: 50px;
	background: #eee;
}
body.joomla {
	padding-top: 0px;
	background: #fff;
}

.p100 { width: 100%; }
.p95 { width: 95%; }
.p75 { width: 75%; }
.p50 { width: 50%; }
.p33 { width: 33.3333333%; }
.p25 { width: 25%; }
.p10 { width: 10%; }
.p5 { width: 5%; }
.bold {font-weight: bold; }
.aleft { text-align: left; }
.acenter { text-align: center; }
.aright { text-align: right; }
.amiddle { vertical-align: middle !important; }
.pd8 { padding:8px; }
.pd16 { padding:16px; }
.pd32 { padding:32px; }
.pdh16 { padding:0 16px; }
.mh4 { margin:0 4px; }
.mb0{ margin-bottom: 0px; }
.mb8{ margin-bottom: 8px; }
.mb16{ margin-bottom: 16px; }
.mb32{ margin-bottom: 32px; }
.mt4{ margin-top: 4px; }
.mt8{ margin-top: 8px; }
.mt32{ margin-top: 32px; }
.row.nomargin {
	margin-bottom: 0 !important;
}
.border-bottom { border-bottom: 1px solid #ddd; }
.border-right { border-right: 1px solid #ddd; }
.wrapper {
	background: #ffffff;
	padding-bottom: 50px;
	padding-top: 20px;
	-webkit-box-shadow: 4px 4px 4px 0px rgba(136,136,136,1);
	-moz-box-shadow: 4px 4px 4px 0px rgba(136,136,136,1);
	box-shadow: 4px 4px 4px 0px rgba(136,136,136,1);
}
body.joomla .wrapper {
	padding-bottom: 0px;
	padding-top: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.input-group .form-control {
    z-index: 1;
}
.jumbotron {
	border: solid 1px #888;
}
.jumbotron h3,
.jumbotron h4 {
	margin-top: 0;
}

.jumbotron img {
	width: 300px;
}

.navbar-brand {
	padding: 9px 15px;
}

.navbar-brand img {
	height: 32px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 400px;
}

.lead {
	margin-bottom: 10px;
}
.radio {
	margin-top: 0;
}
.note-field {
	width: 50px;
}
.row {
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	.jumbotron {
		padding-right: 10px; 
		padding-left: 10px; 
	}
	
	.navbar-nav .divider {
		border-top: solid 1px #e7e7e7;
		width: 100%;
		height: 1px;
	}
}

div.checkbox.filter{
	margin-top: 25px;
}

div.checkbox.filter label {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.image-canvas {
	height: 200px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
}

.error {
	color:#a94442;
}

.table.no-border>thead>tr>th,
.table.no-border>tbody>tr>td{
	border: none !important;
}
.table.no-padding>thead>tr>th:first-child,
.table.no-padding>tbody>tr>td:first-child{
	padding-left: 0 !important;
}
.table.no-padding>thead>tr>th:last-child,
.table.no-padding>tbody>tr>td:last-child{
	padding-right: 0 !important;
}

.red{
	color:#d9534f !important;
	font-weight: bold;
}
.alert-labs{
	padding:8px 35px 8px 16px; 
}
.dropdown-menu {
	min-width: 100%;
}
.borderb {
	border-bottom: 1px solid #eee;
}

.no-padh {
	padding-left: 0;
	padding-right: 0;
}
table thead tr.no-border-bottom th{
	border-bottom: none !important;
}
table thead tr.no-border-top th {
    border-top: none !important;
}
.footer-links {
	text-align: center;
	padding: 12px 0px 16px 0px;
}

.logo-top-bar{
	height: 32px;
}
.upload-wrap,
.image-wrap {
	width: 400px;
    height: 400px;
    margin: 0 auto;
}
.image-wrap {
	width: 300px;
    height: 300px;
}
.image-wrap img {
	width: 100%;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.textInfo {
	cursor: pointer;
}
.compact {
	overflow: hidden;
	height: 2rem;
}
.compact .expandText {
	position: absolute;;
	top: 0px;
	right: 0px;
} 
.wrapper.operator {
	margin-top:20px;
}
.operator .navbar-default .navbar-brand {
	height: 70px;
}
.operator .navbar-default .navbar-brand img{
	margin-top: 10px;
}
.navbar ul li.operator > a {
	line-height: 4rem;
}

.keys {
    float: left;
    color: #337ab7;
    border: 1px solid #337ab7;
    border-radius: 4px;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 4px;
}
.keys:hover,
.keys:focus {
  color: #23527c;
}
.keys a {
	margin-left: 8px;
}
.keys a:hover,
.keys a:focus {
  text-decoration: none;
}
.info-color {
	color: #337ab7;
}
.question-options {
	width: 5%;
	text-align: center;
	padding: 8px;
	cursor: pointer;
}
.question-text {
	width: 95%;
	padding: 8px;
}
.text-middle {
	vertical-align: middle !important;
}
a.darkred b {
	color: darkred;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media (max-width: 767px) {
	.wrapper.operator {
		margin-top:0px;
	}
	.navbar ul li.operator > a {
		line-height: 2rem;
	}
	
}

