@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

body,div,td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal !important;
	word-wrap: break-word;
}

body {
	background-color: #fff;
	text-align: left;
	margin: 0 !important;
}

form {
	width: 100%;
}

a img {
	border: 0 none;
	vertical-align: middle;
}

a {
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
}

.top-bar-height {
	height: 80px;
}

.bottom-bar-height {
	height: 40px;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.margin-right-side {
	margin-right: 10px !important;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 900;
}

.stretch {
	min-height: 100vh;
}

.shadow-top  {
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.vertical-container {
	height: 100%;
}

.p-justify-center {
	text-align: center;	
}

.menu-link {
	 font-size: 30px;
	 color: white;
}

.not-collapsed {
	display: none !important;
}

.collapsed {
	display: initial !important;
}


.display-none {
	display: none !important;
}


.main-content {
	padding-bottom: 60px !important;
}

.mainPanel {
	width: 100%;
}

.form-content {
	padding-top:10px !important;
}

.detailBandTitle {
	font-weight: bold;
}

.tabStyle {
	background: #aabbd5 !important;
}

.ui-dashboard-column {
	width: 46%;
	padding: 10px !important;
}

.detailPanelGroup {
	padding-bottom: 20px !important;
}

.detailPanelGroupField {
	padding-top: 10px !important;
}

.viewOnlyInput input {
	opacity: 0.9 !important;
}

.viewOnlyInput {
	opacity: 0.9 !important;
}

.loginPanel {
	background: rgba(255, 255, 255, 0.16);
	border: none;
	color: white !important;
}

.g-recaptcha {
	width: 100%;
}

.datatable-actions-3 {
	width: 150px;
	text-align: center;
}

.treePermissions ul {
	height: 190px !important;
	width: 100% !important;
	overflow-x: hidden !important;
}
  
.header-filter-bt {
	margin-top:0%;
}

.long-datatable-text {
	width: 210px;
}

.panelwidth400px {
	width: 400px;	
}

.datatable-id {
	width: 70px;
	text-align: center;
}

.datatable-center {
	text-align: center;
}

.datatable-small-center {
	text-align: center;
	width: 40px;
}			

.imagePanelGroupField {
	text-align: center;
	padding-bottom: 10px;
}

.datatable-version {
	text-align: center;
	width: 75px;
}

.datatable-big-field {
	width: 195px;
}

.datatable-medium-field {
	width:120px;
}

.coordinate-block-form {
	padding-bottom: 120px !important;
}

.column-number-bucket {
	width: 185px;
}

.filterWidth100px {
	width: 100px !important;;
}

.filterWidth120px {
	width: 120px !important;;
}

.filterWidth140px {
	width: 130px !important;;
}

.filterWidth150px {
	width: 150px !important;
}

.filterWidth160px {
	width: 160px !important;;
}

.filterWidth180px {
	width: 180px !important;;
}

.filterWidth200px {
	width: 200px !important;;
}

.filterWidth300px {
	width: 300px;
}

.filterWidth550px {
	width: 550px;
}

.filterWidth650px {
	width: 650px;
}

.fieldSetCalendarPadding {
	padding-left: 2%;
}

.fieldSetWidth {
	width: 41%;
}

.adjust-position-menu {
	padding-bottom: 42px !important;
}

.selectCheckboxMenuViewOnly > .ui-selectcheckboxmenu-items-wrapper {
	pointer-events: none;
}

.selectCheckboxMenuViewOnly > .ui-selectcheckboxmenu-header .ui-chkbox {
	pointer-events: none;
}

.tagInternalSerialNumberField {
	width: 78%;
}

.tagInternalSerialNumberFieldViewOnly {
	width: 90%;
}

.hexCalculatorButton {
	margin-left: -1px;
	height: 60%;
}

.hexCalculatorDialog {
	min-width: 280px;
}

.hexCalculatorDialogFooter {
	display: flex;
	justify-content: flex-end;
}

.hexInternalSerialNumberInput {
	min-width: -webkit-fill-available;
}

.georeferencingShowButton {
	height: 25px !important;
}

.mapLegendPanel {
	max-width: 60px;
	margin-left: 2px;
	margin-right: 8px;
}

.mapLegendPanel > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.georeferencingFilterPanel {
	padding-right: 20px !important;
}

.georeferencingFilterPanelField {
	min-width: -webkit-fill-available !important;
	min-height: 23.5px;
}

.bucketInspectionCommentary {
	width: 96.6%;
}

.bucketInspectionDetailImagesPanelGroup {
	width: 600px;
}

.adjustmentRadioButton {
	margin: 0px -10% 0px 0% !important;
    word-break: break-all !important;
    word-spacing: normal !important;
    white-space: nowrap !important;
}

/* CSS Primefaces */
.ui-autocomplete {
	width:100% !important;
}

.container-twoFactor-message {
	 width: 100%;  
	 display: flex;
	 justify-content: center;
	 padding-top: 0px;
	 margin-bottom: 0px;
}

.acceptanceTermText {
    margin-top: 10px;
    background-color: #F3F3F3;
    padding: 1px 12px;
    border: 1px solid #8C8C8B;
}

.justifyText {
    text-align: justify;
}

.acceptanceTermButtons {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

.buttonAcceptAcceptanceTerm {
    min-width: 90px;
    margin-bottom: 6px;
}

@media screen and (max-width: 576px) {
	.g-recaptcha {
		transform: scale(0.77) !important;
		-webkit-transform: scale(0.77) !important;
		transform-origin: 0 0 !important;
		-webkit-transform-origin: 0 0 !important;
		margin-left: 12% !important;
	}
	
	.long-datatable-text {
		width: inherit;
	}
	
	.datatable-id {
		width: inherit;
	}
	
	.datatable-center {
	text-align: inherit;
	}
	
	.datatable-actions-3 {
		width: inherit;
		text-align: inherit;
	}
	
	.datatable-small-center {
		text-align: inherit;
		width: inherit;
	}
	
	.datatable-version {
		text-align: inherit;
		width: inherit;
	}
	
	.datatable-big-field {
	width: inherit
	}
	
	.datatable-medium-field {
	width: inherit
	}
	
	.column-number-bucket {
	width: inherit;
	}
	
	.filterWidth180px {
	width: inherit !important;;
	}
	
	.filterWidth200px {
	width: inherit !important;
	}
	
	.panelwidth400px {
	width: inherit !important;
	}
	
	.filterWidth650px {
	width: inherit !important;
	}
	
	.filterWidth100px {
	width: inherit !important;
	}
	
	.filterWidth150px {
	width: inherit !important;
	}
	
	.ui-dashboard-column {
	width: 100%;
	padding: 10px !important;
	}
	
	.fieldSetCalendarPadding {
	padding-left: inherit !important;
	}
	
	.filterWidth550px {
		width: inherit !important;
	}
	.overlayPanelRecursive {
		text-align: center;
	}

	.selectCheckboxMenuForm {
		width: 91.3% !important;
		min-height: 23.5px;
	}

	.bucketInspectionDetailImagesPanelGroup {
		width: 300px !important;
		height: 270px !important;
	}
}

@media screen and (max-width: 640px) {

	.bucketInspectionInconsistencesColumnContent {
		display: inline-block;
		width: min-content;
		min-width: 60%;
	}

}

@media screen and (max-width: 768px) {
	.coordinate-block-form {
		padding-bottom: inherit !important;
	}
	.center-button {
	text-align: center;
	}
	.fieldSetCalendarPadding {
	padding-left: inherit !important;
	}
	.calendarFieldSetInput {
	width: 90% !important;
	}
	.overlayPanelRecursive {
	text-align: center;
	}
	.p-offset-3 {
	margin: inherit !important;
	}

	.tagInternalSerialNumberField {
		width: 84%;
	}

	.hexCalculatorButton {
		margin-left: -1px;
		height: 62%;
	}

	.bucketInspectionCommentary {
		width: 90%;
	}

	.bucketInspectionDetailImagesPanelGroup {
		width: 500px;
		height: 400px;
	}
}

@media screen and (max-width: 991px) {
	.adjust-position-menu {
		padding-bottom: 0px !important;
	}
}

@media screen and (min-width: 576px) {
	.not-collapsed {
		display: none !important;
	}

	.collapsed {
		display: initial !important;
	}

	.selectCheckboxMenuForm {
		width: 92% !important;
		min-height: 23.5px;
	}

	.bucketDiscardIdentificationNumberColumn {
		width: 15%;
	}

	.bucketAnalyseActionsColumn {
		width: 5%;
	}

	.bucketInspectionInconsistencesColumn {
		width: 27%;
	}

	.bucketInspectionBucketIdentificationColumn {
		width: 11%;
	}
}

@media screen and (min-width: 768px) {
	.not-collapsed {
		display: none !important;
	}
	
	.collapsed {
		display: initial !important;
	}
	
	.header-filter-bt {
		margin-top:25%;
	}
	
	.fieldSetWidth {
	width: 41% !important;
	}

}

@media screen and (min-width: 992px) {
	.not-collapsed {
		display: initial !important;
	}
	
	.collapsed {
		display: none !important;
	}
	.fieldSetWidth {
	width: 39% !important;
	}
}

@media screen and (min-width: 1200px) {
	.not-collapsed {
		display: initial !important;
	}
	
	.collapsed {
		display: none !important;
	}
	
	.fieldSetWidth {
	width: 32% !important;
	}
	
}



/* PRIMEFLEX ENHANCE */


.p-right-offset-12 {
  margin-right: 100%; }

.p-right-offset-11 {
  margin-right: 91.66666667%; }

.p-right-offset-10 {
  margin-right: 83.33333333%; }

.p-right-offset-9 {
  margin-right: 75%; }

.p-right-offset-8 {
  margin-right: 66.66666667%; }

.p-right-offset-7 {
  margin-right: 58.33333333%; }

.p-right-offset-6 {
  margin-right: 50%; }

.p-right-offset-5 {
  margin-right: 41.66666667%; }

.p-right-offset-4 {
  margin-right: 33.33333333%; }

.p-right-offset-3 {
  margin-right: 25%; }

.p-right-offset-2 {
  margin-right: 16.66666667%; }

.p-right-offset-1 {
  margin-right: 8.33333333%; }

.p-right-offset-0 {
  margin-right: 0%; }
  
  
.p-xxl-1,
.p-xxl-2,
.p-xxl-3,
.p-xxl-4,
.p-xxl-5,
.p-xxl-6,
.p-xxl-7,
.p-xxl-8,
.p-xxl-9,
.p-xxl-10,
.p-xxl-11,
.p-xxl-12 {
  padding: 0.5em; !important;}
  
@media screen and (min-width: 2500px) {
  .p-xxl-1,
  .p-xxl-2,
  .p-xxl-3,
  .p-xxl-4,
  .p-xxl-5,
  .p-xxl-6,
  .p-xxl-7,
  .p-xxl-8,
  .p-xxl-9,
  .p-xxl-10,
  .p-xxl-11,
  .p-xxl-12 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;}

  .p-xxl-1 {
    width: 8.3333% !important;}

  .p-xxl-2 {
    width: 16.6667% !important;}

  .p-xxl-3 {
    width: 25% !important;}

  .p-xxl-4 {
    width: 33.3333% !important;}

  .p-xxl-5 {
    width: 41.6667% !important;}

  .p-xxl-6 {
    width: 50% !important;}

  .p-xxl-7 {
    width: 58.3333% !important;}

  .p-xxl-8 {
    width: 66.6667% !important;}

  .p-xxl-9 {
    width: 75% !important;}

  .p-xxl-10 {
    width: 83.3333% !important;}

  .p-xxl-11 {
    width: 91.6667% !important;}

  .p-xxl-12 {
    width: 100% !important;}

  .p-xxl-offset-12 {
    margin-left: 100% !important;}

  .p-xxl-offset-11 {
    margin-left: 91.66666667% !important;}

  .p-xxl-offset-10 {
    margin-left: 83.33333333% !important;}

  .p-xxl-offset-9 {
    margin-left: 75% !important;}

  .p-xxl-offset-8 {
    margin-left: 66.66666667% !important;}

  .p-xxl-offset-7 {
    margin-left: 58.33333333% !important;}

  .p-xxl-offset-6 {
    margin-left: 50% !important;}

  .p-xxl-offset-5 {
    margin-left: 41.66666667% !important;}

  .p-xxl-offset-4 {
    margin-left: 33.33333333% !important;}

  .p-xxl-offset-3 {
    margin-left: 25% !important;}

  .p-xxl-offset-2 {
    margin-left: 16.66666667% !important;}

  .p-xxl-offset-1 {
    margin-left: 8.33333333% !important;}

  .p-xxl-offset-0 {
    margin-left: 0% !important;} }
