@CHARSET "UTF-8";

html, body {
	height: 100%;
}

.ui-state-default, .ui-widget-content .ui-state-default,
	.ui-widget-header .ui-state-default {
	background: #fff !important;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans",
		"Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref",
		sans-serif;
	font-variant: normal;
	font-weight: 500;
	color: #666;
	text-shadow: 0 0 !important;
	font-variant: normal;
	font-weight: 500;
	color: #666;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans",
		"Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref",
		sans-serif;
	font-variant: normal;
	font-weight: 500;
	color: #666;
	text-shadow: 0 0 !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield
	{
	-moz-box-shadow: 0 0 !important;
	-webkit-box-shadow: 0 0 !important;
	box-shadow: 0 0 !important;
	color: inherit !important;
}

.ui-widget {
	font-family: inherit !important;
	font-size: inherit !important;
}

.ui-radiobutton {
	display: none;
}

.ui-inputfield {
	padding: 0px;
}

.ui-autocomplete {
	width: 100%;
}

#mainForm .ui-autocomplete-panel {
	width: 240px !important;
}

.ui-autocomplete-panel .ui-autocomplete-list {
	float: left;
}

body, input, select {
	font-size: 13px;
	/* font-family: 'Oswald', sans-serif; */
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans",
		"Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref",
		sans-serif !important;
	font-variant: normal;
	font-weight: 500;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #F5F5F5;
	background-image: url(../images/squareBackgroundBackslide2.jpg);
}

input {
	font-size: 15px;
}

.userName {
	font-size: 14px;
	position: absolute;
	z-index: 2;
	margin: 16px;
	margin-top: -30px;
}

table {
	font-size: 15px;
	font-weight: bold;
	color: #666;
	/* background: #eaebec; */
	border-spacing: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 -1px 2px #d1d1d1;
	-webkit-box-shadow: 0 0px 2px #d1d1d1;
	box-shadow: 0px 0px 2px 2px #d1d1d1;
}

#mainForm table table {
	-moz-box-shadow: 0 0 !important;
	-webkit-box-shadow: 0 0 !important;
	box-shadow: 0 0 !important;
}

#mainForm table table td {
	-moz-box-shadow: 0 0 !important;
	-webkit-box-shadow: 0 0 !important;
	box-shadow: 0 0 !important;
	background: none;
	border: 0;
}


.calendar input[type=text] {
	width: 75px !important;
	min-width: 75px;
	padding: 0 2px;
	margin: 0 5px;
}

input[type=submit] {
	text-align: center;
	font-variant: normal;
	font-weight: 600;
	color: #666;
	font-size: 15px !important;
	letter-spacing: 0.5pt;
	text-shadow: 1px 1px 0px #ffffff;
	padding: 12px 25px 12px 25px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff),
		to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #c0c0c0;
	background-image: linear-gradient(#fff, #ccc);
}
.pCommandButton span {
	text-align: center;
	font-variant: normal;
	font-weight: 600;
	color: #666;
	font-size: 15px !important;
	letter-spacing: 0.5pt;
	text-shadow: 1px 1px 0px #ffffff;
	padding: 12px 25px 12px 25px !important;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff),
		to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #c0c0c0;
	background-image: linear-gradient(#fff, #ccc);
}
.pCommandButton{
	border: 0 !important;
}
input[type=submit]:hover {
	background: #49708A;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),
		to(#fff));
	background: -moz-linear-gradient(top, #ccc, #fff);
}

input[type=submit]:disabled {
	opacity: 0.5;
}

input[type=submit]:disabled:hover {
	opacity: 0.5;
	text-align: center;
	font-variant: normal;
	font-weight: 600;
	color: #666;
	font-size: 15px;
	letter-spacing: 0.5pt;
	text-shadow: 1px 1px 0px #ffffff;
	padding: 12px 25px 12px 25px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff),
		to(#ccc));
	background-image: linear-gradient(#fff, #ccc);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #c0c0c0;
	background-image: linear-gradient(#fff, #ccc);
}

input[type=text], select {
	border: 1px solid #a6a6a6;
	border-radius: 3px;
	width: 100%;
	min-width: 150px;
}

input[type=text]:disabled, select:disabled {
	border: 1px solid #d6d6d6;
	color: #d6d6d6;
}

#fromDate, #toDate {
	width: 70px !important;
	min-width: 70px !important;
}

table th {
	text-align: center;
	padding: 12px 25px 12px 25px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
}

#menuRow td {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed),
		to(#ebebeb));
	background: -moz-linear-gradient(top, #ededed, #ebebeb);
	border: 0;
}

table th:first-child {
	text-align: center;
	padding-left: 20px;
	border-left: 0px;
}

table th:last-child {
	border-right: 0px;
}

table tr:first-child th:first-child {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;
}

table tr:first-child th:last-child {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

table tr {
	text-align: center;
	padding-left: 20px;
}

table td:first-child {
	border-left: 0;
}

table td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#fafafa));
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

table tr:last-child td {
	border-bottom: 0;
}

table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),
		to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
} */
tfoot {
	border-top: 1px solid #e0e0e0 !important;
	border-top: 1px solid #fafafa !important;
	background: #ededed !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#ededed)) !important;
	background: -moz-linear-gradient(top, #ebebeb, #ededed) !important;
}

tfoot td {
	padding: 12px 25px 12px 25px;
	border-top: 1px solid #e0e0e0 !important;
	border-bottom: 1px solid #fafafa !important;
	background: #ededed !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#ededed)) !important;
	background: -moz-linear-gradient(top, #ebebeb, #ededed) !important;
}

.headerTable {
	width: 100%;
	border-spacing: 0;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
	border: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
}

.background {
	width: 100%;
	max-width: 1014px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: -1;
	border: #d0d0d0 1px solid;
	background-color: #fff;
	-moz-box-shadow: 0 -1px 2px #cecece;
	-webkit-box-shadow: 0 0px 2px #cecece;
	box-shadow: 0px 0px 2px 2px #cecece;
}

#head, #footer, #content {
	position: absolute;
	margin: 0 auto 0;
	max-width: 1024px;
	left: 0;
	right: 0;
	width: 100%;
}

#head {
	z-index: 1000;
	top: 0;
	height: 165px;
}

#content {
	font-size: 15pt;
	top: 165px;
	bottom: 51px;
	overflow: auto;
	padding-bottom: 20px;
	text-align: center;
}

#pageBody {
	display: inline-block;
}

#content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #F5F5F5;
}

#content::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

#content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #e4e4e4;
}

#content td {
	padding: 2px 2px 2px 5px;
}

#footer {
	background: #fff;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.4);
	border: 0px;
	border-radius: 6px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	bottom: 0;
	height: 51px;
}

.pageTitle {
	font-weight: bold;
	margin: 30px;
}

.titleTH {
	text-align: center;
	vertical-align: top;
	font-size: 14pt;
	border-left: 0px;
	border-top: 0px;
}

.municipalityTH {
	border-left: 0px;
	border-bottom: 0px;
	text-transform: uppercase;
	font-size: 16pt;
}

.logo {
	float: right;
	margin: 10px;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.switchDisabled {
	opacity: 0.5;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #da2121;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #45b753;
}

input:focus+.slider {
	box-shadow: 0 0 1px #45b753;
}

input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.infoMessage {
	font-weight: bold;
	margin: 40px 10px;
}

.munSelect {
	margin: 0px auto;
	width: 100%;
	border: none;
	box-shadow: none;
}

.munSelect td {
	border: none;
}

.munSelect input[type=radio] {
	display: none;
}

.munSelect input:CHECKED div {
	color: red;
}

.munSelect  label {
	border: grey 1px solid;
	border-radius: 5px;
	font-size: 16px;
	margin: 5px;
	display: inline-block;
	height: 150px;
	width: 120px;
	padding: 10px;
	-webkit-transition: all 0.25s linear;
}

.munSelect  label:hover {
	-moz-box-shadow: 0 -1px 2px #2686fb;
	-webkit-box-shadow: 0 0px 2px #2686fb;
	box-shadow: 0px 0px 2px 2px #2686fb;
}

.munSelect img {
	max-height: 100px;
	margin: 20px auto;
	max-width: 100px;
}

.munSelect  input[type=radio]:checked ~ label {
	-moz-box-shadow: 0 -1px 2px #2686fb;
	-webkit-box-shadow: 0 0px 2px #2686fb;
	box-shadow: 0px 0px 2px 2px #2686fb;
}

.ui-autocomplete {
	position: relative !important;
}

.usersDiv table {
	font-size: 10pt;
	font-weight: normal;
}

.usersDiv input {
	font-size: 10pt;
}

.commonText {
	height: auto;
	color: #666;
	font-size: 15px;
	font-weight: bold;
}

.ui-datatable, .ui-widget {
	width: 800px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	border-spacing: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 -1px 2px #d1d1d1;
	-webkit-box-shadow: 0 0px 2px #d1d1d1;
	box-shadow: 0px 0px 2px 2px #d1d1d1;
}

.ui-paginator.ui-paginator-top {
	height: 30px;
	border: 0 none;
	font-weight: bold;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #eaebec;
	border-spacing: 0;
	font-size: 15px;
	box-shadow: 0px 0px 2px 2px #d1d1d1;
}

.ui-paginator.ui-paginator-bottom {
	height: 30px;
	border: 0 none;
	background: transparent;
	border-spacing: 0;
	margin-top: 10px;
}

.ui-state-default.ui-filter-column {
	border: 0 none;
	font-weight: 500;
	background: transparent !important;
	box-shadow: 0px 0px 0px 0px #d1d1d1;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: left;
}

.pFaceTableFilter {
	width: 55% !important;
	margin-left: 0px !important;
	margin-top: 5px !important;
	padding: 0px !important;
}

.pFaceTableLeftHeader {
	width: 22% !important;
	font-weight: 500 !important;
	border-bottom: 1px !important;
	border-top: 0px none transparent !important;
	border-right: 0px transparent !important;
	background: transparent !important;
	box-shadow: none;
	padding-left: 10px !important;
	text-align: left !important;
	-webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.pFaceTableRightHeader {
	font-weight: 500 !important;
	border-bottom: 1px !important;
	border-top: 0px none transparent !important;
	border-left: 0px transparent !important;
	background: transparent !important;
	box-shadow: none;
	-webkit-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-datatable tbody.ui-datatable-data {
	font-weight: 500;
}

.ui-widget-content {
	color: #4f4f4f !important;
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}

.ui-datatable table {
	width: 95%;
	margin-left: 19px;
	margin-top: 5px;
}

.ui-dialog-content {
	text-align: -webkit-center;
}

.ui-dialog .ui-dialog-title {
	text-align: center;
	padding-left: 20px;
	font-size: 17px;
	color: #666;
	font-weight: bold;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans",
		"Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref",
		sans-serif !important;
}

.primeBtn {
	width: 150px;
	height: 25px;
	text-align: center !important;
	font-variant: normal !important;
	font-weight: 600 !important;
	color: #666 !important;
	font-size: 15px !important;
	letter-spacing: 0.5pt !important;
	text-shadow: 1px 1px 0px #ffffff !important;
	padding-top: 17px !important;
	padding-bottom: 15px !important;
	border-top: 1px solid #a6a6a6 !important;
	border-bottom: 1px solid #a6a6a6 !important;
	border-left: 1px solid #a6a6a6 !important;
	border-right: 1px solid #a6a6a6 !important;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff),
		to(#ccc)) !important;
	background-image: linear-gradient(#fff, #ccc) !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-box-shadow: 0 1px 2px #d1d1d1 !important;
	-webkit-box-shadow: 0 1px 2px #d1d1d1 !important;
	box-shadow: 0 1px 2px #c0c0c0 !important;
	background-image: linear-gradient(#fff, #ccc) !important;
	text-align: center !important;
}

.primeBtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc),
		to(#fff)) !important;
}



.ui-button-text-only .ui-button-text {
	margin-top: -18px;
}

.ui-button-icon-only .ui-button-text {
	padding: 0em !important;
}

.searchBtnIco {
	background-image: url(../images/magnifier.png) !important;
}

.deleteBtnIco {
	background-image: url(../images/delete.png) !important;
}

.searchBtn {
	width: 24px !important;
	height: 24px !important;
	margin-bottom: 4px;
	margin-right: 8px !important;
	box-shadow: none;
	border: 1px #919191 solid !important;
}

.ui-autocomplete .ui-autocomplete-dropdown{
	right: -50px;
    border-top-left-radius: 0;
    top: 0;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border: 1px solid #a6a6a6;
}
.ui-autocomplete-input.ui-autocomplete-dd-input{
	padding-right: 0;
}
.ui-state-highlight{
	border:none;
}
.ui-state-highlight td{
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc)) !important;
    background-image: linear-gradient(#fff, #ccc) !important;
    text-shadow: 1px 1px 0px #ffffff !important;
    
}
.ui-datatable tr.ui-state-highlight {
    border: none;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc)) !important;
    background-image: linear-gradient(#fff, #ccc) !important;
    text-shadow: 1px 1px 0px #ffffff !important;
}