@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&display=swap');

/* 2017 test jasper*/

.ui-widget-content{
	color: black;
}

body {


/*** Don't change this setting. Make all other
font-sizes in % (preferred) or ems ***/
	color: #777 !important;
	font: 14px/24px 'Ubuntu', sans-serif;
	background-color: transparent !important;
}

a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	color: #008f72;
}

a:visited {
	
}

a:active {
	
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

hr {
	margin: 0px;
	

/* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc;


/* for ie */
	background-color: #ccc;

/* for everyone else */
	height: 1px;
}

td {
	/*font-size: 16px;*/
}

img {
	border: 0;
}

div,p {
	margin: 0
}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 218%;
	line-height: 125%;
	color: #008f72;
}

h2 {
	color: #000;
	font: normal 40px 'Ubuntu', sans-serif;
	margin-top: 0;
}

h3 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	color: #008f72;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 118%;
	letter-spacing: .15em;
		color: #008f72;

}

h6 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 130%;
	color: #008f72;
}

hr {
	height: 0;
	border-top: 1px solid #ccc;
}

h2.top {
	margin-top: 8px;
}

h3.pagebuilder_kop{
	padding: 0px 0 0;
	margin-top: 30px;
	font-size: 40px;
}



/* iframe specifiek
---------------------------------------------------------- */
html,body {
	background-color: transparent;
}
body, p, table, td, th, table th, li {
	color: #777;
	font-family: 'Ubuntu', sans-serif;

}



ul#menu {
	padding-right: 10px;
	visibility: hidden;
	top: -40px;
	overflow: hidden;
	height: 1px;
}
#menu li.uitloggen a {
	position: absolute;
	left: -9999px;
}
table.index tbody tr.odd td {
	background-color: rgba(0,0,0,0.05);
}
.warningMelding, .backMelding {
	background: #d77a60;
	color: #fff;
}


div#login_form::before {
	content: "LET OP: login via OGC-website, Je bent wel ingelogd op de website, maar niet meer in onze golfapplicatie (egolf4u).Dit kun je herstellen door uit te loggen en daarna opnieuw in te loggen.";
	color: red;
	font-weight: bold;
	font-size: 10px;
	height: 300px;
}
div#login_form {
	height: 20px;
	overflow: hidden;
}

.sortable header {
	width: 300px;
}

#wachtwoordWijzigen {
	color: black;
}

.successMelding {
	background-color: #fff;
}

#wachtwoordVergeten {
	background-color: #fff;
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
	font-family: Ubuntu, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #777777;
}

#wachtwoordVergeten h3 {
	background-color: #fff;
	padding: 0px 0 0;
	margin-top: 30px;
	font-size: 30px;
}
#wachtwoordVergeten hr {
	margin-top: 20px;
	margin-bottom: 20px;
}
#wachtwoordVergeten input {
	display: inline-block;
	width: 20%;
	/* min-width: 200px; */
	height: 37px;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 2.2;
	color: #555555;
	margin-bottom: 10px;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	margin-right: 15px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#wachtwoordVergeten input#btn-wachtwoord-opnieuw-instellen {
	display: inline-block;
	float: right;
	margin-bottom: 0;
	min-width: 250px;
	margin-right: 0px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 2.2;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	color: #ffffff;
	background-color: #8eaac4;
	border-color: #8eaac4;
}
@media (max-width: 747px) {
	#wachtwoordVergeten {
		max-width: calc( 100vw - 20px );
	}
	#wachtwoordVergeten input {
		display: block;
		width: 80%;
		margin-right: 0;
	}
	#wachtwoordVergeten input#btn-wachtwoord-opnieuw-instellen {
		float: none;
		width: calc( 80% + 22px );
	}
}
#wachtwoordVergeten input#btn-wachtwoord-opnieuw-instellen:hover {
	color: #ffffff;
	background-color: #6c91b3;
	border-color: #668caf;
}


.bestof {
	color: #008f72 !important;
	font-weight: bold;
}

.odd {
	padding: 15px;
}

.even {
	padding: 15px;
}

tr {
	border-top: 1px solid #ccc;
	padding-top: 15px !important;
	padding-bottom: 15px  !important;
	height: 40px !important;
}

td {
	padding-top: 15px;
	padding-bottom: 15px;
}

table.index thead tr th {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(0,147,114,0.5);
}

.table-profile {
	width: 100%
}

#profile-information {
	width: 100%;
}

.container {
max-width: 1920px;
	
}
#profile, #baan-handicap-informatie-overzicht, #rittenkaarten-overzicht {
    width:100%
}

/* @group buttons */
a.button {
    display: inline-block;
    margin: 0
    4px 4px 0;
    background-color: #8eaac4 !important;
    border: 0px !important;
    solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border: 1px
    solid #ccc;
	font: 100%/130% "Ubuntu";
}

a.button:hover {
    background-color: #6c91b3 !important;
	font-weight: normal;
	font-style: normal !important;
}

a.button:active {
    background-color:#d4d4d4
}

a.button.button-inactive {
    color: #ccc;
    font-style: italic;
    background-color: #f7f7f7;
    border: 1px
    solid #eee
}

a.button.button-active {
    background-color: #ccc;
    border: 1px
    solid #a4a4a4
}

a.button.button-error {
    background-color: #ffdede;
    border: 1px
    solid #ef4747
}


/* @end */

select {
	height: 37px;
}

table#wedstrijd-informatie {
    width:100% !important;
}





