/*
	GOOGLE MAPS
*/

.cvm_google_map {
	width: 100%;
	height: 400px;
}






/*
	DAWA
*/

.dawa-autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    xmax-width: 30em;
}

.dawa-autocomplete-container input {
    /* Både input og forslag får samme bredde som omkringliggende DIV */
    width: 100% !important;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}

.dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0;
}


/*
	Social Sharing Buttons
*/

.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
 
.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}



/*
	FLINT
*/

.flint_msg {
	border: solid 1px #ccc;
	background-color: rgba(0,0,0,0.05);
	padding: 20px;
	border-left: solid 10px rgba(0,128,0,0.2);
}

.flint_msg_alert {
	border-left: solid 10px rgba(0,0,128,0.2);
}

.flint_msg_error {
	border-left: solid 10px rgba(128,0,0,0.2);
}

.flint_small  {
	font-size: 12px;
	line-height: 18px;
}

.flint_btn {

}



/*
	EVENTS OVERVIEW
*/

ul.events {
	width: 100%;
}

ul.events li {
	padding-left: 10px;
}

ul.events .event_sub {
	float: left;
	width: 50%;
}

table.events {
	width: 100%;
}

table.events th {
	text-align: left;
}

table.events tr:nth-child(even) {
	background-color: rgba(0,0,0,0.03);
}

table.events tr td:first-child, ul.events .event_title {
	font-weight: bold;
}

table.events tr td:first-child, ul.events li {
	border-left: solid 10px transparent;
}

table.events tr.signup_ok td:first-child, ul.events li.signup_ok {
	border-left: solid 10px rgba(0,128,0,0.2);
}

table.events tr.organizer td:first-child, ul.events li.organizer {
	border-left: solid 10px rgba(0,0,128,0.2);
}

table.events tr.deadline td:first-child, ul.events li.deadline {
	background-color: rgba(128,0,0,0.1);
}

table.events th, td {
	margin: 0;
	padding: 0px 10px;
	vertical-align: top !important;
}

table.events td a {
	text-decoration: none;
}

table.events td .small, ul.events .small  {
	font-size: 12px;
	line-height: 18px;
}

table.events .event_signups, ul.events .event_signups {
	text-align: right;
}


table.event_signups {
	width: 100%;
}

table.event_signups tr.waitinglist {
	1background-color: rgba(128,0,0,0.05);
	color: rgba(0,0,0,0.3);
}




.acf-field {
	margin: 20px 0;
	width: 100% !important;
}
.acf-field input[type='text']  {
	width: 100% !important;
}



/*
	SINGLE EVENT PAGE
*/

.event_box {
	background-color: rgba(0,0,0,0.03);
	padding: 10px 20px;
}

.event_box input[type='text'], .event_box input[type='email'], .event_box input[type='date'], .event_box input[type='password'] {
	width: 100%;
	padding: 10px;
	1font-size: 16px;
}

.event_box select {
	width: 100%;
	padding: 5px;
	1font-size: 16px;
}

.event_box input[type='submit'] {
	padding: 15px 15px;
	1font-size: 16px;
	1font-weight: bold;
	1border: solid 1px #ccc;
	1background-color: #fff;
}


.event_info {
	
}


.event_participants {

}


.event_signup {

}