/*
    <p>Conwy specific css overrides
*/

html, body {
  height: auto !important;
}

header {
	padding: 0 !important;
}

body {
	font-size: 1em !important;
}

h1, h2, h3, h4, h5, h6, .civicamainheader, .civicasubheader {
	font-family: 'OpenSans-Regular',Helvetica,Arial,sans-serif !important;
    border-bottom: 1px none #d3d3d3 !important;
    color: #444444 !important;
    font-size: 1.5em !important;
    font-weight: normal !important;
	margin-bottom: 12px !important;
	margin-top: 0px !important;
}

h3, .civicasubheader {
    background-color: #eeeeee !important;
    border-radius: 4px !important;
    font-size: 1.1em !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
    padding: 10px !important;
    border: 1px solid #dddddd !important;
}

a {
    color: #440caa !important;
}

footer {
	background-color: transparent !important;
	padding: 0 0 5px 30px !important;
	margin: 0 !important;
}

.civica-content, .civica-content-with-menu {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 3px !important;
}

a[role="button"], input[type="submit"], input[type="button"], button, .btn {
    line-height: normal !important;
    border: 0 !important;
    margin-top: 0 !important;
    min-width: auto !important;
}

.civicadetail {
	display: none !important;
}

.civicadocumentlist {
	padding-top: 8px;
}

.civica-content-with-menu {
	width: 100% !important;
}

.container {
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 30px !important;
}

@media(min-width:992px)
	div.civica-content-with-menu {
		width: 100% !important;
	}


@media(min-width:768pc)
	.civica-content, .civica-content-with-menu {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 3px !important;
	}

@media(max-width:736px) {
	.civica-doclistsort {
		margin-left: 0px;
		margin-top: 5px;
	}
	input, textarea, keygen, select, button {
		max-width: 100% !important;
	}
}

media (max-width: 598px) {
	.civica-doclistsort {
		width: 100% !important;
	}
	input, textarea, keygen, select, button {
		max-width: 100% !important;
	}
	input[type=text], textarea, select {
		width: 100% !important;
		-webkit-width: 100% !important;
	}
}