@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Roboto.woff") format("woff");
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Roboto Bold.woff") format("woff");
}

@font-face {
	font-family: 'PT Sans Caption';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/PT Sans Caption.woff") format('woff');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Ubuntu.woff") format('woff');
}

@font-face {
	font-family: 'Andika';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Andika.woff") format('woff');
}

@font-face {
	font-family: 'PT Mono';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/PT Mono.woff") format('woff');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url("fonts/Noto Sans.woff") format('woff');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Noto Sans Bold.woff") format('woff');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url("fonts/Ubuntu Bold.woff") format('woff');
}

.ui-inputfield {
	border: 1px rgb(89, 89, 89) solid !important;
	/* margin-right: 5px; */
}

body {
	font-family: Arial, Verdana, sans-serif;
}

.ui-paginator .ui-paginator-next .ui-icon,.ui-paginator .ui-paginator-prev .ui-icon,.ui-paginator .ui-paginator-first .ui-icon,.ui-paginator .ui-paginator-last .ui-icon
	{
	height: 16px;
}

.ui-paginator {
	text-align: left;
}

.ui-datatable th,.ui-widget-header {
	background: none;
}

.ui-panel .ui-panel-titlebar {
	padding: 2px 5px;
}

/* BEGIN PATCH .ui-widget-overlay зачем-то вычисляется динамически и к тому же неправильно*/
.ui-widget-overlay {
	height: 100% !important;
	left: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 100% !important;
}
/* END PATCH .ui-widget-overlay зачем-то вычисляется динамически и к тому же неправильно*/

/* BEGIN на дизайнера */
li.ui-autocomplete-item.ui-autocomplete-list-item.ui-corner-all.ui-state-highlight
	{
	background: lightskyblue !important;
}

.ui-widget {
	font-family: Arial, Verdana, sans-serif !important;
}

.ui-widget-header,.ui-accordion-header {
	font-size: 18px !important;
}

.ui-columntoggler .ui-columntoggler-item label {
	display: inline;
	padding-left: 2.2em;
}

.ui-inputfield {
	font-size: 14px !important;
	font-weight: bold !important;
}

.ui-tabs .ui-tabs-panel {
	padding-top: 0;
	padding-bottom: 0;
}

.avtomobil-page-menu {
	position: inherit;
}

.mymenu {
	padding: 0;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "PF BeauSans Pro", Arial, Verdana, sans-serif;
	color: #444;
}

button:focus>span.ui-button-text {
	text-decoration: underline;
}

.navbar-top {
	top: 60px;
}

.ui-widget,.ui-widget .ui-widget {
	font-size: 14px;
}

form,form p {
	font-size: 14px !important;
}

tr.ui-widget-content.ui-datatable-selectable.ui-state-highlight {
	color: rgb(0, 0, 0) !important;
	background: #D3E3F2 !important;
	border-style: solid;
	/*font-weight: bold !important;*/
}

/* END на дизайнера */
.ui-widget-content {
	border: 1px solid #666666;
	/*background: rgb(212, 208, 200);*/
	background: #DCDCDC;
	background: wheat;
	background: #E6E6FA;
	/* 	background: rgba(230, 230, 230, 1) !important; */
	/*background: rgb(212, 208, 200) !important;*/
	background: rgb(222, 218, 210) !important;
	color: black;
}

.ui-dialog .ui-dialog-content {
	background: rgba(230, 230, 230, 1) !important;
	/*background: rgb(212, 208, 200) !important;*/
	background: rgb(222, 218, 210) !important;
}

/* .ui-dialog.ui-overlay-hidden { */
/* 	overflow: hidden !important; */
/* 	position: inherit !important; */
/* 	display: block !important; */
/* } */

/* BEGIN патч Primefaces 5.0 */
.ui-autocomplete .ui-autocomplete-dropdown {
	position: inherit;
}

.ui-panelgrid .ui-panelgrid-cell {
	border: hidden;
	margin: 0;
	padding: 2px 2px 0px 0px;
}
/* END патч Primefaces 5.0 */

/* BEGIN Эмуляция titltBorder */
.ui-fieldset-legend {
	background: inherit !important;
	background-image: inherit !important;
	border: hidden !important;
	box-shadow: inherit !important;
	padding: 0em !important;
	padding-left: 0.3em !important;
	padding-right: 0.3em !important;
}

/* END Эмуляция titltBorder */

/* BEGIN PATCH на раздутие таблиц на всю ширину
работает, но не полностью решает проблему, 
для каких-то таблиц (широких??) надо еще задавать им ширину
*/
.ui-datatable table {
	table-layout: auto;
}
/* END PATCH на раздутие таблиц на всю ширину*/

/* BEGIN Белый фон в таблицах */
.ui-datatable-data>tr {
	background: white !important;
}
/* END Белый фон в таблицах */

/* BEGIN Делаем так, чтобы цвет tr:hover превалировал над цветом td*/
.ui-datatable-data>tr:hover td {
	background: #e6e6e6 !important;
}

/* END Делаем так, чтобы цвет tr:hover превалировал над цветом td*/
.ui-inputfield .ui-state-focus,.ui-widget-content .ui-inputfield .ui-state-focus,.ui-widget-header 
.ui-inputfield .ui-state-focus {
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(82, 168, 236, 0.6);
}

.ui-inputfield,.ui-widget-content .ui-inputfield,.ui-widget-header .ui-inputfield
	{
	background: #ffffff;
	-moz-box-shadow: inset 0 2px 2px #8f8f8f;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #313131;
}

.ui-state-focus {
	background: #ffffff;
	-moz-box-shadow: inset 0 2px 2px #8f8f8f;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #313131;
}

.ui-button-icon-only {
	height: 28px;
}

label {
	text-align: right;
}

body {
	margin-top: 100px;
	background: white;
	background-color: rgb(255, 255, 255);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-focus-ring-color: rgba(255, 255, 255, 0);
	outline: none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	resize: none;
	-webkit-text-size-adjust: none;
	overflow: hidden;
}

input,textarea {
	-moz-user-select: text;
	-o-user-select: text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	user-select: text;
	resize: none;
}

.ui-growl {
	position: fixed;
	top: 20px;
	right: 20px;
	width: 500px;
}

.ui-growl-message {
	padding: 0 0 5px 0;
	width: 420px;
	float: right;
}

.ui-inputfield:not(.unmodified-letter-case):not(.lower-letter-case) {
	text-transform: uppercase;
	/* Отображение текстовых значений заглавными буквами */
}

.imp-grid-cell .imp-small-icon-button {
	border-radius: 0 !important;
	border: 0;
	background: transparent !important;
	box-shadow: none !important;
}

.imp-grid-cell .imp-small-icon-button:hover {
	background: #ddd !important;
}

.newStyle button {
	border-radius: 0px !important;
}

.newStyle input,.vgkInfoPanel input {
	background: #eee !important;
	border-color: #999 !important;
	text-align: center !important;
	font-weight: normal !important;
	font-family: monospace !important;
}

.newStyle div.warn,.newStyle input.warn,.vgkInfoPanel input.warn {
	background: #FFDAC4 !important;
	border-color: #ff7240 !important;
}

.newStyle span.warn,.vgkInfoPanel span.warn {
	color: #FF5757 !important;
}

.ui-dialog.ui-widget-content {
	border-radius: 0px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
	background-color: #BACFFF !important;
}

.ui-dialog .ui-dialog-content {
	background: white !important;
}

.ui-widget-content {
	background: white !important;
}

span.calendar.h26 button.ui-datepicker-trigger,.ui-autocomplete button.ui-autocomplete-dropdown
	{
	border-radius: 0px !important;
	background: #e6e6e6 !important;
	position: relative;
}

span.calendar.h26 button.ui-datepicker-trigger:hover,.ui-autocomplete button.ui-autocomplete-dropdown:hover
	{
	background: #ccc !important;
}

span.calendar.h26 button.ui-datepicker-trigger,.ui-autocomplete.h26 button.ui-autocomplete-dropdown
	{
	top: 0px;
	height: 26px;
}

.ui-button.blue,.ui-button.ok {
	background: #256e9f !important;
}

.ui-button.blue:hover,.ui-button.ok:hover {
	background: #283a5d !important;
}

.ui-button.gray,.ui-button.cancel {
	background: #626972 !important;
}

.ui-button.gray:hover,.ui-button.cancel:hover {
	background: #3e4349 !important;
}

.ui-dialog,.ui-dialog-titlebar,.ui-dialog .ui-button {
	border-radius: 0px !important;
}

.newStyle ul.ui-tabs-nav.ui-widget-header {
	background: transparent !important;
}

.newStyle div.ui-tabs.ui-widget-content ul.ui-tabs-nav>li {
	background: #dfdfdf !important;
}

.newStyle div.ui-tabs.ui-widget-content ul.ui-tabs-nav>li.ui-tabs-selected
	{
	background: white !important;
	border-bottom: 2px solid white !important;
	position: relative;
	top: 2px;
}

.newStyle div.ui-tabs.ui-widget-content ul.ui-tabs-nav>li:hover {
	background: #BFDFF2 !important;
}

div.ui-tabs>div.ui-tabs-panels {
	border-top: 1px solid rgba(0, 0, 0, 0.26);
}

.ui-button.flat {
	background: #eee !important;
	background-color: #eee !important;
}

.ui-button.flat:hover {
	background: #ddd !important;
	background-color: #ddd !important;
}

/* label { */
/* 	text-align: left; */
/* } */
input,input.ui-state-focus {
	outline: none !important;
}

.footerTabFixFS .ui-tabs-panel {
	max-width: calc(98vw - 46px);
	overflow: auto;
	height: calc(95vh - 600px);
}

.flat.ui-datatable th,.ui-widget-header {
	background: #e6e6e6 !important;
}

.whitePaginator.ui-datatable .ui-paginator {
	background-color: white !important;
}

.ui-paginator-first,.ui-paginator-prev,.ui-paginator-next,.ui-paginator-last
	{
	width: 32px !important;
	height: 32px !important;
	border: 0px !important;
	background: transparent !important;
	padding: 0px !important;
	margin: 0px !important;
	opacity: 0.4 !important
}

.ui-paginator-first:hover,.ui-paginator-prev:hover,.ui-paginator-next:hover,.ui-paginator-last:hover
	{
	opacity: 1 !important
}

.ui-paginator-first.ui-state-disabled,.ui-paginator-prev.ui-state-disabled,.ui-paginator-next.ui-state-disabled,.ui-paginator-last.ui-state-disabled
	{
	opacity: 0.12 !important
}

.ui-paginator>*>.ui-icon-seek-first,.ui-paginator>*>.ui-icon-seek-prev,.ui-paginator>*>.ui-icon-seek-next,.ui-paginator>*>.ui-icon-seek-end
	{
	width: 32px !important;
	height: 32px !important;
	background-position: 0px 0px !important;
	background-size: 32px 32px !important;
	background-repeat: no-repeat !important;
	color: transparent !important;
}

.ui-paginator>*>.ui-icon-seek-first {
	background-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIAAgMAAACJFjxpAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA6bAAAOmwFV0PWiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAAxQTFRF////AAAAAAAAAAAA+IwCTQAAAAN0Uk5TAEDAkWtJawAAActJREFUeNrt1bsNAkEMBNCBhOCKoARaoDPo7FqgBIogIOHTwTmyHNxzPqOVdvc52Z7Db3u+zfkci4JPcz6nouDdnM9SFLya8zkXBc/mfC5FwaM5n1tRcG/OZy0Krs15DGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAztgYP4A41cw/gjHv+E4ROMUjy+j8XUMAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAYPcQ/AFA0Ydy8N32FgAAAABJRU5ErkJggg==');
}

.ui-paginator>*>.ui-icon-seek-prev {
	background-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIAAgMAAACJFjxpAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADpsAAA6bAVXQ9aIAAAAHdElNRQffBRwONhEUof+AAAABn0lEQVR42u3VsQ3AMAgEQFJ4BO+TEVLY+6/iDUITFAndL8AXcER8kbHf80RxZlLgbl8gmb+je4Ermb/aF/j9CjGAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgoL6AHeCAXwACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABIV3eAB6+kE8yKwUdAAAAABJRU5ErkJggg==');
}

.ui-paginator>*>.ui-icon-seek-next {
	background-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIAAgMAAACJFjxpAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADpsAAA6bAVXQ9aIAAAAHdElNRQffBRwONhEUof+AAAABn0lEQVR42u3VsQ3AMAgEQFJ4BO+TEVLY+6/iDUITFAndL8AXcER8kbHf80RxZlLgbl8gmb+je4Ermb/aF/j9CjGAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgoL6AHeCAXwACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABIV3eAB6+kE8yKwUdAAAAABJRU5ErkJggg==');
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ui-paginator>*>.ui-icon-seek-end {
	background-image:
		url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIAAgMAAACJFjxpAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAA6bAAAOmwFV0PWiAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAAxQTFRF////AAAAAAAAAAAA+IwCTQAAAAN0Uk5TAEDAkWtJawAAActJREFUeNrt1bsNAkEMBNCBhOCKoARaoDPo7FqgBIogIOHTwTmyHNxzPqOVdvc52Z7Db3u+zfkci4JPcz6nouDdnM9SFLya8zkXBc/mfC5FwaM5n1tRcG/OZy0Krs15DGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAxjAAAYwgAEMYAADGMAABjCAAQxgAAMYwAAGMIABDGAAAztgYP4A41cw/gjHv+E4ROMUjy+j8XUMAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAYPcQ/AFA0Ydy8N32FgAAAABJRU5ErkJggg==');
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.smallFont th {
	font-size: 13px;
}

.smallFont td {
	font-size: 12px;
}

#_frmHeader-home:hover {
	opacity: 0.85 !important;
}

.reverseColorLinker input {
	background: white !important;
}

#frmVehicle-headVe_content {
	overflow: hidden;
}

.monospaced,.monospacedAll .ui-autocomplete-input,.monospacedAll .ui-inputfield,.monospacedAll label, .ui-widget-header label.monospacedAll, 
	/*
.monospacedAll span */ .monospacedInput input {
	font-family: 'PT Mono', sans-serif !important;
	text-align: left !important;
	height: 16px;
}



.ui-datatable tr span,.ui-datatable tr {
	font-family: Ubuntu, sans-serif !important;
	/* font-family: 'Andika';*/
}

.labelClass,label.labelClass,.labelClassAll  .ui-autocomplete-input,.labelClassAll .ui-inputfield,.labelClassAll .ui-inputfield,.labelClassAll input
	{
	/*font-family: 'PT Sans Caption';*/
	font-family: 'Noto Sans', sans-serif !important;
}

.ui-icon {
	text-indent: 0px !important;
}

#ui-datepicker-div>div>a.ui-datepicker-prev.ui-corner-all>span {
	text-indent: -99999px !important;
	background-image:
		url("/vgk2015/faces/javax.faces.resource/images/arrow_left_48px.png")
		!important;
	background-repeat: round;
}

#ui-datepicker-div>div>a.ui-datepicker-next.ui-corner-all>span {
	text-indent: -99999px !important;
	background-image:
		url("/vgk2015/faces/javax.faces.resource/images/arrow_right_48px.png")
		!important;
	background-repeat: round;
}

body {
	background: #f2f2f2;
}

#frmStats-tabs>.ui-tabs-nav.ui-widget-header {
	background: #f2f2f2 !important;
}

/* .fixed-header > thead > tr > th { */
/* 	outline: 1px solid rgba(0, 0, 0, 0.4); */
/* 	outline-offset: -2px; */
/* } */
.fixed-header > thead > tr {
	background: black;
}

.fixed-header > thead > tr > th {
/* 	border-bottom: 2px dashed black !important; */
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 1px 1px rgba(0, 0, 0, 1) !important;
	box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.05), 0 1px 0px rgba(0, 0, 0, 1) !important;
	background-color: #f2f2f2;
}
