@CHARSET "UTF-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12pt;
	background-color: #FFFFFF;
}

html.flexbox body {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	height: 100vh;
	width: 100%;
}

html:not(.flexbox) body {
	padding-left: 0;
	padding-right: 0;
}

header {
	display: block;
	background-color: #000000;
}

nav {
	display: block;
}

main {
	padding-right: 2rem;
	padding-left: 2rem;
}

html.flexbox main {
	box-sizing: border-box;
	margin-left: 0;
	margin-right: 0;
	
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	flex-direction: column;

	width: 100%;	
}

html:not(.flexbox) main {
	display: block;
}

@media only screen and (min-width: 48em) {
	html.flexbox .loginFlex {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		flex-direction: row;
		
		height: 100%;
	}
}

@media only screen and (max-width: 48em) {
	#sticky {
		position: static !important;
		box-shadow: none !important;
		top: auto !important;
		width: auto !important;
	}
	
	.ui-sticky-ghost {
		display: none !important;
		height: 0 !important;
	}
	
	main {
		margin-top: 20px;
		padding-left: 0;
		padding-right: 0;
	}
	
	html.flexbox main {
		display: block;
	}
}

a {
	color: #0078d0;
}

.ui-widget, .ui-tabs-nav {
    font-size: 85%;
 }
 
.ui-widget .ui-widget {
    font-size: 100%;
 }
 
.ui-dialog.ui-widget-content .ui-dialog-title {
	font-size: 14pt;
}

.ui-datatable.ui-sortable-helper {
	opacity: 0.85;
}

.ui-datatable-rowordering td {
	border: none !important;
}

.ui-icon-calendar {
	display: inline-block !important;
	font: normal normal normal 14px/1 FontAwesome !important;
	font-size: inherit !important;
	text-rendering: auto !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
    
    background-image: none !important;
    background-repeat: no-repeat !important;
    display: block !important;
    overflow: visible !important;
    text-indent: 0 !important;
}

.ui-icon-calendar:before {
	content: '\f073';
}

.ui-datepicker-calendar td {
	width: 30px;
}

.ui-datepicker-calendar td > a {
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.ui-datepicker-year {
	width: 80px !important;
}

.ui-datepicker-month {
	width: 80px !important;
}

.ui-fieldset-legend {
	cursor: default !important;	
	padding: 2px 10px !important;
	background: none !important;
	border-top: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.ui-fieldset,
.ui-fieldset-content,
.ui-datagrid-content {
	background-color: transparent !important;
}

.ui-commandlink.ui-state-disabled,
.ui-menuitem-link.ui-state-disabled {
	background-color: transparent !important;
}

.fa.ui-icon {
	background-image: none !important;
}

.ui-tooltip {
	border: 2px solid #333333;
	padding: 7px;
}

.ui-priority-primary {
	font-weight: normal !important;
}

.ui-tabmenu {
	margin-bottom: 5px !important;
	height: 30px !important;
	min-height: 30px !important;
}

.ui-tabmenu-nav {
	padding: 0px !important;
	height: 30px !important;
	min-height: 30px !important;
}

.ui-tabmenuitem {
	height: 30px !important;
	min-height: 30px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.ui-tabmenuitem .ui-menuitem-link {
	padding-top: 0.45em !important;
}

.ui-tabmenuitem .ui-menuitem-icon {
	margin-right: 5px;
	margin-top: 2px;
}

.noFileUploadPreview .ui-fileupload-files > tbody > tr > td:first-child {
	width: 0px;
	padding: 0px;
	display: none;
}

table{
	border-spacing: 0px;
	border-collapse: collapse;	
	padding: 0px;
}

table td {
	padding: 0px;
	border: none;
}

.top {
	vertical-align: top;
}

.walkPictureTable {
	border: none;
	border-collapse: collapse;
}

.walkPictureTable td {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.walkPictureTableRight td {
	text-align: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.walkPictureTableRight td.poiNameTd {
	text-align: center;
	vertical-align: middle;
	font-weight: bold; 
}

.walkPictureTableRight input[type='text']{
	width: 100%;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transaprent;
	background-image: none !important;
	box-shadow: none;
}

.walkPictureTableCenter td {
	padding-left: 5px;
	padding-bottom: 5px;
}

.walkPictureTableCenter td.poiNameTd {
	vertical-align: middle;
	font-weight: bold; 
	text-align: center;
}

.walkPictureTableCenter input[type='text']{
	width: 100%;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none !important;
	box-shadow: none;
}

.test {
	width: 400px;
	text-align: left;
}

.login {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	align-self: center;
}

html:not(.flexbox) .login {
	margin-top: 100px;
}

.login input[type='text'],
.login input[type='password'],
.login table {
	 width: 100%;
}
.login td {
	padding: 5px;
}

.registration table {
	width: 100%;	
}

.registration input[type='text'],
.registration input[type='password']{
	 width: 100%;
}

.regcolumn1 {
    padding: 5px;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
    width: 100px;
}

.regcolumn2 {
	width: 300px;
	padding-bottom: 10px;
}

.regcolumn3 {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 4px;
}

.centerButton {
	text-align: center;
}

.centerButton input[type='button'] {
	background-image: none  !important;
}

.destinationTreeCol1 {
	width: 300px;
}

.destinationTreeCol2 {
	padding-left: 10px;
	padding-right: 9px;
}

.destinationEditCol1 {
	width: 100px;
	text-align: right;
}

.destinationEditCol2 {
	width: 100%;
}

.noBorderDataGrid,
.noBorderDataGrid > div,
.noBorderDataGrid table,
.noBorderDataGrid td {
	border: none !important;
}

.loginPanelColumn2 a {
	text-decoration: none;
	color: #999900;
	vertical-align: bottom;
}

.loginPanelColumn2 a:hover {
	text-decoration: none;
	color: #D7DE26;
	vertical-align: bottom;
}

.loginPanelColumn2 a:visited {
	text-decoration: none;
	color: #999900 !important;
	vertical-align: bottom;
}

.menuInline_1 {
	width: 100%;
	height: 25px;
	background-color: #999900 !important;
}
.menuInline_2 {
	width: 100%;
	height: 5px;
	background-color: #D7DE26 !important;
}
.menuInline_3 {
	width: 100%;
	height: 5px;
	background-color: #333333 !important;
}
.menuInline_4 {
	width: 100%;
	height: 25px;
	background-color: #333333 !important;
}

.mainMenu {
	background-color: #999900 !important;
	color: #FFFFFF !important;
	font-size: 9pt;
}

.mainMenu_selected {
	background-color: #D7DE26 !important;
	color: #000000 !important;
	font-size: 9pt;
}

.subMenu {
	background-color: #333333 !important;
	color: #FFFFFF !important;
	font-size: 9pt;
}

.subMenu_selected {
	background-color: #333333 !important;
	background-image: url(../images/almenuaktiv.png) !important;
	color: #000000 !important;
	font-size: 9pt;
}

.manageUsersCol1 {
	width: 50%;
}

.manageUsersCol2 {
	padding-left: 10px;
	padding-right: 9px;
}

.manageUsersDataCol {
	width: 100%;
	padding-right: 9px;
}

.userMoreDataCol1 {
	width: 100px;
	text-align: center;
}

.userMoreDataCol2 {
	padding: 10px;
}

.userDataCol1 {
	padding-left: 10px;
	text-align: right;
	color: #999999;
}

.userDataCol2 {
	padding-left: 10px;
}

.manageUserTree {
	width: 100%
}

.workgroupRow1 {
	width: 100%;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.workgroupRow2 {
	width: 100%;
	background-color: #EAE7E2;
	border: 1px solid #CCCCCC;
}

.headerButton {
	float: right;
	height: 15px;
	font-size: 8pt;
}

.linkDecorationNone {
	text-decoration: none;
}

.linkWithPicture {
	display: block;
	text-decoration: none;
	width: 25px;
	height: 25px;
}

.linkWithPicture36 {
	display: block;
	text-decoration: none;
	width: 36px;
	height: 36px;
}

.linkWithDeletePic {
	text-decoration: none;
	width: 20px;
	height: 20px;
	vertical-align: top;
}

.headerLink {
	float: right;
	font-size: 8pt;
	text-decoration: none;
}

.headerLink_left {
	font-size: 8pt;
	padding-left: 5px;
	text-decoration: none;
}

.rightButton {
	float: right;
}

.required {
	color: red;
}

.infoClass {
	color: green;
}

.errorClass {
	color: red;
}

.warnClass {
	color: yellow;
}

.categoryOrderNumberCol1 {
	width: 45px;
}

.categoryOrderNumberCol2 {
	padding-left: 5px;
}

.tableRow1 {
	
}

.tableRow2 {
	background-color: #EDE8E1;
}

.codePanelColumn1 {
	width: 110px;
	height: 25px;
	padding-right: 5px;
    text-align: right;
}

.codePanelColumn2 {
	width: 200px;
	height: 25px;
}

.codePanel {
	width: 385px;
	text-align: left;
}

.codePanel input[type='text'] {
	 width: 180px;
}

.codePanel select {
	 width: 200px;
}

.codePanel textarea {
	 width: 200px;
	 height: 150px;
}

.codePanelDest td { 
	padding-right: 10px;
}

.categoryPanelGrid td {
	padding-right: 10px;
}

.categoryPictures > tbody > tr > td {
	height: 62px;
}

.defaultPictures div {
	padding: 4px;
	cursor: pointer; 
}

.selectedImage {
	border: 3px solid #D7DE27;
}

.notSelectedImage {
	border: 3px solid transparent;
}

.inactiveButtonAndLink {
	color: grey;
	cursor: pointer;
}

.alertText {
	font-weight: bold; 
	font-size: 14pt; 
	display: block; 
	margin-top: 15px;
	margin-left: 10px;
}

.newPoiData {
	width: 100%;
}

.newPoiData select.priority {
	width: 100px;
}

.newPoiData select.priority_long {
	width: 200px;
}

.newPoiContact input[type='text'] {
	width: 62px;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
	box-shadow: none;
}

.addPoiColumn1 {
	padding: 4px;
	width: 100px;
	text-align: right;
}

.addPoiColumn2 {
	padding: 4px;
	text-align: left;
}

.addPoiColumn300 {
	padding: 0px;
	text-align: left;
	width: 300px;
}

.addPoiColumn400 {
	padding: 0px;
	text-align: left;
	width: 400px;
}

.addPoiColumn500 {
	padding: 0px;
	text-align: left;
	width: 500px;
}

.addPoiColumn600 {
	padding: 0px;
	text-align: left;
	width: 600px;
}

.addPoiColumn2 input[type='text']:not(.form-control) {
	width: 70px;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
	padding-left: 3px;
	box-shadow: none;
}

.addPoiColumn2LongText {
	width: 181px !important;
}

.addPoiColumn3 {
	padding-right: 4px;
	padding-bottom: 4px;
	width: 50px;
	vertical-align: bottom;
	text-align: right;
}

.addPoiColumn3 input[type='text']:not(.form-control) {
	width: 212px;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
	box-shadow: none;
}

.addPoiColumn4 {
	padding: 4px;
}

.poiPosition {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

.poiNameTable {
	padding: 0px;
}

.poiPictureColumn1 {
	width: 60%;
}

.poiPictureColumn2 {
	width: 40%;
}

.duplicatePoiHighlight {
	background-color: #FF8888;
}

.changedPoiHighlight {
	background-color: #FF0000;
}

.uploadAudioColumn1 {
	width: 10%;
	text-align: right;
}

.uploadAudioColumn2 {
	width: 90%;
}

.poiContactColumn {
	padding-right: 5px;
}

.poiListColumn1 {
	width: 97px;
	padding: 5px;
	text-align: center;
}

.poiListColumn2 {
	width: 400px;
	padding: 5px;
}

.poiListSearch {
	height: 25px;
	width: 200px;
	font-size: 12pt !important;
	margin-right: 20px;
}

.tourListSearch {
	height: 25px;
	width: 200px;
	font-size: 12pt !important;
}

.loginPanelColumn1 {
	text-align: right;
	padding-right: 5px;
}

.loginPanelColumn2 {
	text-align: left;
}

.openHoursPanel {
	width: 100%;
}

.openHoursPanel input[type='text']{
	width: 80px;
}

.openHoursPanel span {
	vertical-align: top;
}

.daySelector label {
	display: block; 
	float: right; 
	padding-top: 2px;
}

.toursTableColumn0 {
	width: 30px;
	padding: 2px 8px 2px 2px;
	vertical-align: middle;
	text-align: center;
}

.toursTableColumn1 {
	width: 76px;
	height: 76px;
	padding: 2px;
}

.toursTableColumn2 {
	padding: 2px;
}

.mapColumn {
	width: 347px;
}

.noMapColumn {
	width: 0px;
}

.publicColumn {
	width: 145px;
	text-align: center;
	vertical-align: top;
}

.creatorWalkLink {
	padding: 2px;
}

.creatorWalkLink a {
	color: #0078D0 !important;
	text-decoration: none !important;
}

.creatorWalkLink a:visited {
	color: #0078D0 !important;
}

.creatorPoiLink {
	text-decoration: none;
}

.readerPoiLink {
	text-decoration: none;
	color: grey !important;
}

.deletedPoiLink {
	text-decoration: none;
	color: red !important;
}

.teaserPoiLink {
	color: green !important;
	text-decoration: none;
}

.inWalkPoiLink {
	text-decoration: none;
	color: #0078D0 !important;
}

.objectSetPosition td {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 2px;
}

.objectSetPosition input[type='text'] {
	width: 70px;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
	box-shadow: none;
}

.column150 {
	width: 150px;
}

.column200 {
	width: 200px;
}

.cellPadding5 {
	padding: 5px;
}

.disablePoiDatas {
	color: #C4C0B9;
}

.buttonWithMargin {
	margin: 4px;
}

.tourNameTable {
	height: 42px;
	vertical-align: middle;
	width: 100%;
}

.tourNameTableColumn1 {
	padding-right: 5px;
}

.tourNameTableColumnButton {
	width: 36px;
	padding-left: 5px;
}

.addTourColumn1 {
	padding: 4px;
	width: 100px;
	text-align: right;
}

.addTourColumn2 {
	padding: 4px;
	text-align: left;
}

.addTourColumn2 input[type='text'] {
	width: 62px;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
	padding-left: 3px;
	box-shadow: none;
}

.addTourColumn3 {
	padding-right: 4px;
	padding-bottom: 4px;
	width: 50px;
	vertical-align: bottom;
	text-align: right;
}

.addTourColumn3 input[type='text'] {
	width: 270px;
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
	box-shadow: none;
}

.newPoiData textarea:disabled, .newPoiData input[type="text"]:disabled, .newPoiData input[type="password"]:disabled, .newPoiData select:disabled,
.toursTable  textarea:disabled, .toursTable input[type="text"]:disabled, .toursTable input[type="password"]:disabled, .toursTable select:disabled {
	color: #333333 !important;
	opacity: 1 !important;
}

.toursondeviceCol1 {
	width: 120px;
}

.toursondeviceCol2 {
	
}

.openHoursPanel a {
	color: #0078D0 !important;
}

.openHoursPanel a:hover {
	color: #0090FF !important;
}

.openHoursPanel a:visited {
	color: #0078D0 !important;
}

.codeText {
	font-weight: bold; 
	font-size: 40pt; 
	display: block; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.codeTextSm {
	font-weight: bold; 
	font-size: 14pt; 
	display: block; 
	margin-left: 10px;
	margin-bottom: 10px;
}

.webAddressColumn1 {
	border: 0px !important;
	text-align: right;
}

.webAddressColumn2 {
	border: 0px !important;
}

.webAddressColumn2 input {
	width: 80%;
}

.consistencyColumn th {
	text-align: left !important;
}

.searchBox {
	width: 318px;
	height: 355px;
	background-image: url(../images/search.png) !important;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
.appListSearch {
	width: 200px;
	height: 25px;
	font-size: 20px !important;
}

.newsPanelColumn1 {
	width: 150px;
	height: 30px;
	padding-right: 5px;
}

.newsPanelColumn2 {
	height: 30px;
}

.newsPanel {
	width: 100%;
}

.newsPanelColumn2 input[type='text'] {
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: white;
	background-image: none  !important;
}

.newsPanelColumn3 {
	padding-right: 4px;
	padding-bottom: 4px;
	width: 50px;
	vertical-align: bottom;
	text-align: right;
}
.newsPanelColumn3 input[type='text'] {
	border: 0px; 
	border-bottom: 1px dashed black; 
	background-color: transparent;
	background-image: none  !important;
}

.largeGrid {
	border: 1px solid #333;
}

.largeGrid td {
	padding: 2px;
}

.gridTop td {
	vertical-align: top;
}

.full_width_text_input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}

.full_width_calendar input[type='text'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 40px);
}

.width100 {
	width: 100px;
}

.tdPaddig5 td {
	padding: 5px;
}

.innerTable {
	border: none !important;
}

.innerTable tr td:last-child {
	border-right: none !important;
}

.innerTable tr:last-child td {
	border-bottom: none !important;
}

table.zero {
	border-spacing: 0px;
	border: none;
}

table.zero > tbody > tr > td {
	padding: 0px;
	border: none;
}

.walkIcon {
	border: 2px solid #BBBBBB;
	width: 75px;
	height: 75px;
	border-radius: 0.5em;
}

.dcol1 {
	
}

.dcol2 {
	width: 100px;
	text-align: right;
}

.ui-growl-item-container {
	opacity: 1;
}

.ui-growl {
	right: inherit;
	top: inherit;
	bottom: 20px;
	left: 20px;
}

.smallFileUpload .ui-fileupload-content .ui-progressbar {
	width: 100px;
}

.tinyFileUpload .ui-fileupload-content .ui-progressbar {
	width: 50px;
}

.ui-radiobutton,
.ui-chkbox-box {
	margin-right: 5px;
}

table.ui-selectoneradio > tbody > tr > td:nth-child(even),
table.ui-selectmanycheckbox > tbody > tr > td:nth-child(even) {
	padding-right: 10px;
}

table.ui-selectoneradio > tbody > tr > td,
table.ui-selectmanycheckbox > tbody > tr > td {
	vertical-align: top;
}

.hide-column-names table thead tr {
    display: none;
}

img.pirosDel {
	width: 16px;
	height: 16px;
	border: none;
	margin-top: 7px;
}

.colStyle33percent {
	width: 33%;
}

.colStyle66percent {
	width: 66%;
}

.newDestinationLink {
	text-decoration: none !important;
	color: #0090FF !important;
	font-size: 9pt !important;
	background-image: url('../images/plus.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 20px;
}

.buttonBorderGreen {
	border: 3px solid #95BB5D !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.buttonBorderRed {
	border: 3px solid #BB4133 !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.buttonBorderRedHover:hover {
	border: 3px solid #BB4133 !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.fa-span {
	width: 12px;
	font-size: 6pt;
	line-height: 30px;
}

.fa-for-tooltip {
	width: 12px;
	font-size: 6pt;
	float: right;
	font-size: 13pt;
	cursor: default;
}

.lightBorder {
	border-image: none !important;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

.noBorderBottom {
	border-bottom: none !important;
}

.dlgConsistency {
	width: 95% !important;
	height: 90% !important;
}

.dlgConsistency .ui-dialog-content {
	height: 100% !important;
	overflow: auto !important;
}

.buttonBar {
	border-left: none;
	border-right: none;
	border-top: none;
	margin-bottom: 18px;
}

.buttonBar:not(.ui-sticky) {
	border-radius: 0px;
}

.buttonBar.ui-sticky {
	border-bottom: none;
}

.buttonBar .ui-panel-content {
	padding: 6px 0px;
}

.buttonBar button,
.buttonBar input {
	margin-right: 8px;
}

.tourEditButton {
	width: 850px;
	height: 24px;
	margin: 0px !important;
}

.tourEditButton .ui-button-text {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.column {
	
}

.column120 {
	width: 120px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.padding5 {
	padding: 5px;
}

.center {
	text-align: center;
}

.centerBlock {
	margin-left: auto;
	margin-right: auto;
}

.cke_source {
    white-space: pre-wrap !important;
}

/* NEW */

input.form-control,
textarea.form-control,
select.form-control {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

.formWithSpacing [class*="col-"] {
	margin-top: 10px;
}

.formWithSpacing .row {
	margin-top: -10px;
}

.formWithSpacing * + .row {
	margin-top: 10px;
}

.formWithSpacing .ui-panel,
.formWithSpacing .ui-datatable,
.formWithSpacing .ui-fieldset,
.formWithSpacing .buttonRow {
	margin-top: 20px;
	margin-bottom: 20px;
}

.formWithSpacing .ui-panel:first-child,
.formWithSpacing .ui-datatable:first-child,
.formWithSpacing .ui-fieldset:first-child,
.formWithSpacing .buttonRow:first-child {
	margin-top: 0;
}

.formWithSpacing .ui-panel:last-child,
.formWithSpacing .ui-datatable:last-child,
.formWithSpacing .ui-fieldset:last-child,
.formWithSpacing .buttonRow:last-child {
	margin-bottom: 0;
}

.formWithSpacing [class*="col-"] .ui-panel,
.formWithSpacing [class*="col-"] .ui-datatable,
.formWithSpacing [class*="col-"] .ui-fieldset,
.formWithSpacing [class*="col-"] .buttonRow {
	margin-top: 0;
	margin-bottom: 0;
}

.formWithSpacing .norow .row {
	margin-top: 10px;
}

.formWithSmallSpacing [class*="col-"] {
	margin-top: 4px;
}

.formWithSmallSpacing .row {
	margin-top: -4px;
}

.formWithSmallSpacing * + .row {
	margin-top: 4px;
}

.formWithSmallSpacing .ui-panel,
.formWithSmallSpacing .ui-datatable,
.formWithSmallSpacing .ui-fieldset,
.formWithSmallSpacing .buttonRow {
	margin-top: 10px;
	margin-bottom: 10px;
}

.formWithSmallSpacing .ui-panel:first-child,
.formWithSmallSpacing .ui-datatable:first-child,
.formWithSmallSpacing .ui-fieldset:first-child,
.formWithSmallSpacing .buttonRow:first-child {
	margin-top: 0;
}

.formWithSmallSpacing .ui-panel:last-child,
.formWithSmallSpacing .ui-datatable:last-child,
.formWithSmallSpacing .ui-fieldset:last-child,
.formWithSmallSpacing .buttonRow:last-child {
	margin-bottom: 0;
}

.formWithSmallSpacing [class*="col-"] .ui-panel,
.formWithSmallSpacing [class*="col-"] .ui-datatable,
.formWithSmallSpacing [class*="col-"] .ui-fieldset,
.formWithSmallSpacing [class*="col-"] .buttonRow {
	margin-top: 0;
	margin-bottom: 0;
}

.formWithSmallSpacing .norow .row {
	margin-top: 4px;
}

.buttonRow {
	overflow: hidden;
}

.buttonRow button,
.buttonRow input[type="button"],
.buttonRow input[type="submit"] {
	margin-right: 10px;
}

.buttonRow button:last-child,
.buttonRow input[type="button"]:last-child,
.buttonRow input[type="submit"]:last-child {
	margin-right: initial;
}

@media only screen and (max-width: 48em) {
	.buttonRow button,
	.buttonRow input[type="button"],
	.buttonRow input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-right: initial;
	}
	
	.buttonRow button:last-child,
	.buttonRow input[type="button"]:last-child,
	.buttonRow input[type="submit"]:last-child {
		margin-bottom: initial,
	}
}

div[class*=row].grid-border {
	border-top: 1px solid #ccc;
}
	
div[class*=row].grid-border:first-child {
	border-top: none;
}

@media (min-width: 768px) {
	
	div[class*=row].grid-border > div[class*=col-] {
		border-left: 1px solid #ccc;
	}
	
}
	
div[class*=row].grid-border > div[class*=col-]:first-child {
	border-left: none;
}

.ui-chkbox-box.ui-state-active .ui-icon,
.ui-radiobutton-box.ui-state-active .ui-icon,
.ui-datatable .ui-selection-column .ui-radiobutton-box .ui-icon,
.ui-datatable .ui-selection-column .ui-chkbox-box .ui-icon {
	background-image: none;
	pointer-events: none;
}

.ui-chkbox-box.ui-state-active .ui-icon:after,
.ui-radiobutton-box.ui-state-active .ui-icon:after {
	font-family: FontAwesome;
	text-indent: initial;
	color: #333333;
	display: block;
	cursor: default;
}

.ui-radiobutton-box .ui-icon:after {
	content: ' ';
	font-size: 9.5px;
	margin-left: 3px;
}

.ui-radiobutton-box.ui-state-active .ui-icon:after {
	content: '\f111';
}

.ui-chkbox-box .ui-icon:after {
	content: ' ';
	font-size: 12px;
	margin-top: 2px;
	margin-left: 2px;
}

.ui-chkbox-box.ui-state-active .ui-icon:after {
	content: '\f00c';
}

.ui-state-highlight .ui-chkbox-box.ui-state-active .ui-icon:after,
.ui-state-highlight .ui-radiobutton-box.ui-state-active .ui-icon:after {
	color: #186BA0;
	margin-left: -2px;
}

.pf-pd-grid {
	width: 100%;
}

.pf-pd-grid > tbody > tr,
.pf-pd-grid > tbody > tr:before,
.pf-pd-grid > tbody > tr:after,
.pf-pd-grid > tbody > tr > td,
.pf-pd-grid > tbody > tr > td:before,
.pf-pd-grid > tbody > tr > td:after {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pf-pd-grid > tbody > tr {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pf-pd-grid > tbody > tr:before,
.pf-pd-grid > tbody > tr:after {
	display: table;
	content: " ";
}

.pf-pd-grid > tbody > tr:after {
	clear: both;
}

.pf-pd-grid > tbody > tr > td {
	display: block;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	width: 100%;
}

.pf-pd-grid > tbody > tr > td:first-child {
	width: 25px;
	padding-right: 20px;
}

.pf-pd-grid > tbody > tr > td:last-child {
	width: 85%;
	width: calc(100% - 40px);
	margin-left: -5px;
}

@media (min-width: 768px) {
	.pf-pd-grid > tbody > tr {
		float: left;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.pf-pd-grid > tbody > tr {
		float: left;
		width: 25%;
	}
}

@media (min-width: 1200px) {
	.pf-pd-grid > tbody > tr {
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.text-right {
		text-align: left !important;
	}
}

.navbar-default {
	background: #333333;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-nav {
	width: 100%;
	background: #999900;
}

@media only screen and (min-width: 48em) {
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 48em) {
	.navbar-collapse {
		margin-right: -30px;
	}
}

.navbar-default .navbar-nav > li > a {
	font-size: 10pt;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a.active {
	background-color: #D7DE26;
	color: #000000;
}

.navbar-default .navbar-toggle {
	background-color: #D7DE26;
	border-color: #777;
	float: left;
	margin-left: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #999900
}

.navbar-default .navbar-nav.secondary {
	background: #333333;
	padding-top: 6px;
}

.navbar-default .navbar-nav.secondary > li > a:hover,
.navbar-default .navbar-nav.secondary > li > a:active {
	color: #DDDDDD;
	cursor: pointer;
}

.navbar-default .navbar-nav.secondary > li > a.active {
	background-color: #FFFFFF;
	color: #000000;
}

@media only screen and (min-width: 48em) {
	.navbar-default .navbar-nav.secondary > li > a.active {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
}