html, body, h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Verdana;
}

	
header {
	background-color: white;
}

header h1,header a {
	color: black;
}

header a:hover {
	color: #1b6562;
}

.none {
	display: none;
}

.title {
    font-size: 3rem;
}
table a.button {
	margin-bottom: 0px;
}

select {
	padding: 0.44444rem;
	margin: 0px 0px 0.88889rem;
	font-size: 0.875rem;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sticky-footer {
    flex-shrink: 0;
}

.sticky-footer h4 {
    color: white;
}
footer {
    color: white;
    background-color: black;
    margin-top: auto;
    padding: 30px;
}

footer h4, a {
    color: black;
}

label.has-tip, label.has-tip:hover, label.has-tip:focus{
	border-bottom: 0px;
	font-weight: normal;
}

/* Layou chances on jquery datepicker */

.ui-datepicker-header.ui-widget-header, table tr:nth-of-type(2n) {
    background: none;
}

div#ui-datepicker-div.ui-datepicker {
    width: 15em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
}

.ui-widget-header {
    font-weight: normal;

}


input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #124442;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
