/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 5.5rem;
}
/* Get rid of bootstrappy rounded corners */

.btn {
  border-radius: 0 !important;
}

.admin_background_front_page {

  background: url("/img/public_background.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	}
	
.admin_background {
	background-color: #fffffd;
	}	
	
/* change the background color */
.navbar-custom {
	background:rgba(255, 255, 255, 1);
	border-bottom: 1px solid #d9e3ff;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
	font-family: 'Open Sans', sans-serif;
    color: rgba(41, 2, 2, 0.55);
    font-size: 1.5em;
    margin-top: -.25rem;
    margin-right: 1.5em;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
	font-family: 'Open Sans', sans-serif;
    color: rgba(38, 17, 117, 1);
}
/* change the color of active or hovered links */


@media (min-width: 767px) {


.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #a595d4;
     border-bottom: 2px solid #4a4aa3;
     padding-bottom: 1px;
}

}

@media (max-width: 766px) {


.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #a595d4;
     
}

}


.default_text {	
	font-family: 'Raleway', sans-serif;
	font-size: 1.4em;
	color: #313131
	/*color: white;*/
}

.checkoff_text {	
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	color: #313131
	/*color: white;*/
}


h1 {
	color: rgba(0, 0, 0, 0.85);
	font-family: 'Raleway', sans-serif;
	font-size: 4em;
}


.white_background {
	background-color: #ffffff;
	font-family: 'Raleway', sans-serif;
}

.beige_background  {
	font-family: 'Raleway', sans-serif;
	background-color: #f8f8f8;
	margin-top: 0px;
}

.main_title > h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 4.2em;
	color: #dea216;
}

.main_title > h2 {	
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	/*color: white;*/
}

.main_title_white > h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 4.2em;
	color: white;
}

.main_title_white > h2 {	
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	color: white;
}

.main_title_dark > h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 4.2em;
	color: #290095;
}

.main_title_dark > h2 {	
	font-family: 'Raleway', sans-serif;
	font-size: 1.8em;
	color: #290095;
}

.event_listing {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
	color: #444444;
}




.centre {
text-align: center;
}

@media (max-width: 767px) {
.main_title > h1 {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 2em;
}
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



.image_thumb {	
	padding-top: 10px;
	padding-bottom: 10px;
}

hr { margin: 0px; 
	color: black;
}

@media print {
  [class*="col-xs-"] {
    float: left;
  }
}


.ticket_page h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 35px;
}

.event_cards {
	border: 1px solid blue; 
	background-color: rgba(255, 241, 241, 0.9);
}

.organisation_description {
	padding: 10px;
	border: 1px solid blue; 
	background-color: rgba(255, 241, 241, 0.6); 
	
}


.front_page_title > h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 4.2em;
	font-weight: bold;
	color: #2d1199;
}

.highlight_yellow {
  font-family: 'Raleway', sans-serif;
  background: yellow;
  line-height: 2em;
  position: relative; top: -0.7em; font-size: 60%;
  padding-left: 3px;
  padding-right: 3px;
}

.highlight_red {
  font-family: 'Raleway', sans-serif;
  background: #ff7d7d;
  line-height: 2em;
  position: relative; top: -0.7em; font-size: 60%;
  padding-left: 3px;
  padding-right: 3px;
}



/* http://caniuse.com/#search=variables */
:root {
  --avatar-size: 2rem;
  /* change this value anything, e.g., 100px, 10rem, etc. */
}

.circle {
  background-color: #DFA51E;
  border-radius: 50%;
  height: var(--avatar-size);
  text-align: center;
  width: var(--avatar-size);
}

.initials {
  font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
  line-height: 1;
  position: relative;
  top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

.btn-group-xs > .btn, .btn-xs {
  padding: .3rem .3rem .3rem .3rem;
  margin-bottom: 3px;
  font-size: .75rem;
  line-height: .5;
  border-radius: .2rem;
 
}

.editable-text {	
}

.mybutton > a {
	margin: 2px;
}

/* Below removes unhelpful helper icons in forms */
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
}

.red {
	color: red
}

#hidden_div {
    display: none;
}

