/* bla */

/* Makes the "confirm you pay offline" box red */
.cb_template .cbpaySlip {
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
}

.cb_template {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.cb_template label {
	font-size: 12px;
}

.cb_template .form-control {
	height: 30px;
	font-size: 12px;
	min-height: 30px;
}

.cb_template .form-group {
    margin-bottom: 10px;
}

.cb_template .control-label {
	line-height: 1.42857143;
	font-size: 12px;
	padding-top: 0px;
}

.cb_template .radio-inline,
.cb_template .checkbox-inline {
  padding-left: 20px;
}

.cb_template p {
    margin-bottom: 10px;
}

.cb_template select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.cb_template label {
    margin-bottom: 5px;
}

.cb_template ul li, #archive-items li ul li {
	background: url(../images/arrow-menu.png) no-repeat 0 14px;
}

.cb_template .form-control-plaintext {
  padding-top: 0;
  padding-bottom: 0;
  color: #515151;
  background-color: transparent;
  border: none;
  font-size: 12px;
}

.cb_template .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}

.cb_template a {
  color: #3886c9;
}

.cb_template a:hover {
  color: #3886c9;
}

.cb_template .table th,
.cb_template .table td {
  padding: 8px;
}

.cb_template caption {
  caption-side: top;
}

div#cbpaidButtcancel {
  display: inline-block !important;
  margin-left: 0.5rem !important;
}

/*.cb_template input[type="radio"],
.cb_template input[type="checkbox"] {
    float: none;
    margin: 2px 0px 0px -20px;
    position: absolute;
}*/

/* Can't remember what this did, so I commented this out */
/*thead th, table th {
    border-bottom: 1px solid #EDEDED;
    padding: 8px 5px;
    text-align: left;
    background: #FAFAFA none repeat scroll 0% 0%;
    font: 15px Tahoma,Arial,Helvetica,sans-serif;
    text-shadow: 1px 1px 0px #FFF;
}*/

#acymodifyform input[type="radio"] {
	float: unset;
	margin: 0px 5px 0px 5px;
}

#acymodifyform div.acystatus {
	max-width: none;
}

legend {
margin: 0px 0px 0px 10px;
width: auto;
border-bottom: none;
}

fieldset {
border: 1px solid #ADADAD;
border-radius: 3px;
padding: 10px;
}

/* input {
vertical-align: baseline;
float: none;
} */


input[type="radio"],
input[type="checkbox"] {
 margin:0px 0 0;
}

label,
input,
button,
select,
textarea {
 font-size:12px;
 font-weight:normal;
 line-height:20px
}

/* Makes the Event registration form and questionnaire nicer */
.formResponsive label {
font-size: 12px;
margin-bottom: 0px;
}

body {
line-height: 1.5;
}

h1 {
font-size: 220%;
}

h2 {
font-size: 180%;
}

ul,
ol {
  padding: 0;
  margin: 0 0 0 0;
}

ul.menu li, #archive-items li ul li {
	background: url(../images/arrow-menu.png) no-repeat 0 10px;
}

.menu-nav li li a, ul.menu-nav li a small {font-weight: 400;}

h1, h2, h3, h4, h5, h6 {margin-bottom:.3em;font-weight: 300;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: inline;
	}

.contentheading {
	font: 300 230%/120% 'Open Sans', Arial, Helvetica, sans-serif;
	margin-bottom: 0.7em;
	}
	
.position-under-banner-style {
	margin: -25px 0px 0px 0px;
}

.position-under-banner-style h3 {
	padding: 0px 0px 8px 0px;
	margin-top: -10px;
	line-height: 120%;
}

.position-under-banner-style hr {
	border-color: #ADADAD;
}
	
#breadcrumb-handler {
    font-weight: bold;
    line-height: 22px;
}
#breadcrumb-handler img {
    margin: -2px 6px 0;
    vertical-align: middle;
}
#breadcrumb-handler a {
    font-weight: normal;
}

.sponsors-rows {
	clear : both;
	float : none;
}

.sponsors-rows span {
	display : block;
	float : left;
	width  : 50%;
	text-align: center;
	padding : 5px 0;
}

.sponsors-rows img {
	border : 1px solid #ccc;
	height: 80px;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}