.ui-timepicker-div {
	margin: 0 0 30px 6px;
}

.ui-datepicker-calendar th, .ui-datepicker-calendar tr {
	padding: 0;
}

.ui-timepicker-div dl dd {
	margin: -16px 10px 10px 65px;
}

.ui_tpicker_time {
	margin: -20px 10px 10px 65px !important;
}

.ui-slider-horizontal .ui-slider-handle {
	border-radius: 10px;
	height: 1.5em;
	width: 1.5em;
	margin-top: -2px;
	outline: 0;
}

.ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title {
	padding-top: 4px;
} 

.ui-datepicker-title-center {
	width: 100%;
	display: inline-flex;
	margin: 0 8px 0 5px;
}

.ui-datepicker-group .ui-datepicker-title-center {
	margin: 2px 30px 0 10px;
}

.month-select-header, .year-select-header {
	font-size: 10px;
}

.year-select-header {
	width: 65px;
	margin-left: 10px;
}

.month-select-header {
	width: 95px;
}

.year-select-header {
	position: absolute;
		
}

.previous, .next {
	cursor: pointer;
	color: #428bca !important;
}

.previous {
	float: left;
}

.next {
	float: right;
}

.select-month, .select-year {
	display: inline;
	margin-bottom: 0;
	font-weight: bold;
}

.ui-datepicker .ui-datepicker-title {
	margin: -2px 5px 0 5px !important;
}

.ui-button-calendar {
	width: 30px;
	height: 30px;
	padding: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #eee !important;
	background-image: none !important;
	border-left: none;
}

.ui-button-calendar:focus {
	background-color: none !important;
	background-image: none !important;
	border: 0;
	outline: 0;
}

.label-date-picker-invalid {
	width: 100%;
	color: red;
	margin-top: -25px;
}

.label-date-picker-invalid tooltip {
	color: white;
	background-color: red;
}

.ui-datepicker-invalid {
	border: 1px solid #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-datepicker-invalid input {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: -webkit-calc(100% - 2px);
	height: -moz-calc(100% - 2px);
	height: calc(100% - 2px);
}

.ui-datepicker-invalid button {
	height: 28px;
}

.ui-datepicker-invalid input:focus {
	border: none;
}

.ui-icon {
	width: 16px;
    height: 16px;	
}

.ui-input-large-calendar {
	width: 176px;
}

.hasDatepicker {
	z-index: 1000;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.ui-datepicker .ui-widget {
    font-family: Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #a8a8a8;
    background: #ffffff;
    color: #4f4f4f;
}

.ui-state-highlight {
	background-color: #5c92e7 !important;
	color: white !important;
}

.ui-corner-all {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.ui-state-default {
    -moz-box-shadow: inset 0px 1px 0px #fff;
    -webkit-box-shadow: inset 0px 1px 0px #fff;
    box-shadow: inset 0px 1px 0px #fff;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
}

.ui-datepicker-group {
	width: 320px;
}

.ui-datepicker {
	width: 192px !important;
	height: 218px;
	padding: 0 !important;
	margin-top: 3px;
	border-radius: 0 !important;
}

.ui-datepicker table {
    table-layout: fixed;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
    color: #5F83B9;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    color: #1C4257;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
    background: #5F83B9;
    color: #FFFFFF !important;
    font-weight: bold;
    text-shadow: 0 1px 1px #234386;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-datepicker .ui-datepicker-header {
	height: 20px;
    background: #f5f5f5;
    background: #f5f5f5 linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));
    background: #f5f5f5 -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), to(rgba(255,255,255,0)));
    background: #f5f5f5 -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0)); 
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;    
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    background: none;
    border: solid 1px transparent;
    -moz-box-shadow: none;
}

.ui-datepicker td span, .ui-datepicker td a {
	text-align: center !important;
}

.ui-datepicker-invalid input[type="text"]:focus {
	border-color: #E9322D;
	-webkit-box-shadow: 0 0 6px #F8B9B7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #F8B9B7;
}

.ui-datepicker-invalid input[type="text"]:focus {
	color: #B94A48;
	border-color: #EE5F5B;
}

.glyphicon-chevron-left {
	top: 1.3px !important;
}

.ui-datepicker-invalid input {
	border: none !important;
}.btn-ampm-time {
	width: 30px;
	height: 30px;
	padding: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #eee !important;
	background-image: none !important;
	border-left: none;
	outline: 0;
}

.input-time {
	width: 60px;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}@CHARSET "UTF-8";

.ui-selectbooleancheckbox {
	display: inline;	
}

.ui-selectbooleancheckbox.ui-state-highlight {
	background-image:
		url("/javax.faces.resource/bootstrap-theme/images/ui-icons_2e83ff_256x240.png.xhtml?ln=jquery.ui.bootstrap") !important;
	background-color: transparent !important;
	border-width: 0 !important;
}.ui-state-highlight td,.ui-datatable-row .ui-state-highlight td,.ui-widget-header .ui-state-highlight td
	{
	position: relative;
	margin-bottom: 18px;
	color: #ffffff;
	background-color: #2e69a5;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2e69a5),
		to(#518dc9));
	background-image: -moz-linear-gradient(top, #2e69a5, #518dc9);
	background-image: -ms-linear-gradient(top, #2e69a5, #518dc9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e69a5),
		color-stop(100%, #518dc9));
	background-image: -webkit-linear-gradient(top, rgb(46, 105, 165),
		rgb(81, 141, 201));
	background-image: -o-linear-gradient(top, #2e69a5, #518dc9);
	background-image: linear-gradient(top, #2e69a5, #518dc9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e69a5',
		endColorstr='#518dc9', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.ui-state-highlight a,.ui-datatable-row .ui-state-highlight a,.ui-widget-header .ui-state-highlight a
	{
	color: #ffffff;
}

.ui-state-highlight a:hover,.ui-datatable-row .ui-state-highlight a:hover,.ui-widget-header .ui-state-highlight a:hover
	{
	color: #dfdfdf;
}

.ui-state-hover,.ui-datatable-row .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-datatable-row .ui-state-focus,.ui-widget-header .ui-state-focus
	{
	background: #f2f2ff;
	color: #333;
}

.ui-state-hover a,.ui-datatable-row .ui-state-hover a,.ui-widget-header .ui-state-hover a,.ui-state-focus a,.ui-datatable-row .ui-state-focus a,.ui-widget-header .ui-state-focus a
	{
	color: #08c;
}



.table {
	cursor: default;
}

.table tbody tr td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.table-bordered thead th {
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight: 400;
	vertical-align: middle;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
	font-weight: bold;
}

.table-bordered thead th {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee),
		to(#dadada));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
	background-image: -o-linear-gradient(top, #eeeeee, #dadada);
	background-image: linear-gradient(to bottom, #eeeeee, #dadada);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',
		endColorstr='#ffdadada', GradientType=0);
}

.table-bordered thead tr th.ui-sortable-column.ui-state-hover {
	border-color: #cccccc;
	border-bottom: none;
	color: #313131;
	background-color: #C7C7C7;
	background-image: -moz-linear-gradient(top, #eeeeee, #cacaca);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee),
		to(#cacaca));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cacaca);
	background-image: -o-linear-gradient(top, #eeeeee, #cacaca);
	background-image: linear-gradient(to bottom, #eeeeee, #cacaca);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',
		endColorstr='#ffcacaca', GradientType=0);
}

.table-bordered thead tr th.ui-sortable-column.ui-state-active {
	border-bottom: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	background-image: -moz-linear-gradient(top, #f2f2f2, #aaaaaa);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
		to(#aaaaaa));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #aaaaaa);
	background-image: -o-linear-gradient(top, #f2f2f2, #aaaaaa);
	background-image: linear-gradient(to bottom, #f2f2f2, #aaaaaa);
	background-repeat: repeat-x;
	*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',
		endColorstr='#ffaaaaaa', GradientType=0);
}

.table-bordered tbody tr:first-child td {
	border-top-color: #CCC;
}

.table-bordered tbody tr td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}

.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}

.table-bordered tbody td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}

.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}

.table-bordered tbody tr td:last-child {
	border-right: none;
}

.table-highlight.table-bordered thead th {
	background-color: #254463;
	background-image: -moz-linear-gradient(top, #2b4e72, #1d354d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b4e72),
		to(#1d354d));
	background-image: -webkit-linear-gradient(top, #2b4e72, #1d354d);
	background-image: -o-linear-gradient(top, #2b4e72, #1d354d);
	background-image: linear-gradient(to bottom, #2b4e72, #1d354d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b4e72',
		endColorstr='#ff1d354d', GradientType=0);
}

.table-highlight.table-bordered thead th {
	color: #FFF;
	border-right: 1px solid #16283a;
	border-left: 1px solid #396797;
	border-top: 1px solid #396797;
	-webkit-box-shadow: inset 0 1px 0 #4981ba;
	-moz-box-shadow: inset 0 1px 0 #4981ba;
	box-shadow: inset 0 1px 0 #4981ba;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.table-highlight.table-bordered tbody tr:nth-child(odd),.table-highlight.table-bordered tbody tr:nth-child(odd)
	{
	background-color: #F0F3F7;
}

.table-highlight.table-bordered {
	border-top: 1px solid #1C2B37;
}

.table-bordered thead tr th:only-child {
	border-right-color: #CCC;
}

.table-bordered tr.ui-state-highlight td,.table-bordered tr.ui-datatable-row .ui-state-highlight td,.table-bordered  tr.ui-widget-header .ui-state-highlight td
	{
	border-left: 1px solid rgb(148, 175, 204);
	border-right: 1px solid rgb(35, 94, 148);
}

.table-bordered.table-highlight thead tr th:only-child {
	border-right-color: #16283a;
}

.table-bordered.table-highlight thead tr:last-child th:only-child {
	border-left-color: #396797;
}

.table-bordered tfoot td {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee),
		to(#dadada));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
	background-image: -o-linear-gradient(top, #eeeeee, #dadada);
	background-image: linear-gradient(to bottom, #eeeeee, #dadada);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',
		endColorstr='#ffdadada', GradientType=0);
}

.table-bordered tfoot tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	border-left: 1px solid #F1F1F1;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.table-bordered tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.table-highlight.table-bordered tfoot td {
	background-color: #254463;
	background-image: -moz-linear-gradient(top, #2b4e72, #1d354d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b4e72),
		to(#1d354d));
	background-image: -webkit-linear-gradient(top, #2b4e72, #1d354d);
	background-image: -o-linear-gradient(top, #2b4e72, #1d354d);
	background-image: linear-gradient(to bottom, #2b4e72, #1d354d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b4e72',
		endColorstr='#ff1d354d', GradientType=0);
}

.table-highlight.table-bordered tfoot td {
	color: #FFF;
	border-right: 1px solid #16283a;
	border-left: 1px solid #396797;
	border-top: 1px solid #396797;
	-webkit-box-shadow: inset 0 1px 0 #4981ba;
	-moz-box-shadow: inset 0 1px 0 #4981ba;
	box-shadow: inset 0 1px 0 #4981ba;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.table-bordered tfoot tr td:first-child {
	border-left-color: #ccc;
}

.table-bordered tfoot tr td {
	border-right-color: #ccc;
}

.table-bordered tfoot tr td:only-child {
	border-right-color: #ccc;
}

.table-bordered.table-highlight tfoot tr td:only-child {
	border-right-color: #16283a;
}

.table tfoot {
	font-weight: bold;
}

.table .ui-datatable-data {
	border: none;
}

.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th
	{
	background-color: #f4f4f6;
}

.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th {
	background-color: #f2f2ff;
}

.table-striped .ui-state-hover td,.table-striped .ui-datatable-row .ui-state-hover td,.table-striped .ui-widget-header .ui-state-hover td,.table-striped .ui-state-focus td,.table-striped .ui-datatable-row .ui-state-focus td,.table-striped .ui-widget-header .ui-state-focus td
	{
	background: #f2f2ff;
	color: #333;
}

.table-bordered thead tr:not (:first-child ) th:first-child {
	border-left-color: #fff;
}


.ui-datatable .ui-column-resizer {
	width: 8px;
	height: 20px;
	padding: 0px;
	cursor: col-resize;
	background-image:
		url("/javax.faces.resource/tree/images/dot_clear.gif.xhtml?ln=com.gaia");
	margin: -10px -10px -10px 0px;
	float: right;
}

.ui-datatable .ui-filter-column .ui-column-resizer {
	height: 45px;
}

.ui-datatable .ui-column-resizer-helper {
	width: 1px;
	position: absolute;
	z-index: 10;
	display: none;
}

.ui-datatable-resizable {
	padding-bottom: 1px; 
	overflow: auto;
}

.ui-datatable-resizable table {
	table-layout: fixed;
}

.ui-resize-bar {
	border: 1px solid #dddddd;
	background: #cccccc;
	background: #cccccc linear-gradient(top, rgba(0, 0, 0, 0.25),
		rgba(0, 0, 0, 0));
	background: #cccccc
		-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)),
		to(rgba(0, 0, 0, 0)));
	background: #cccccc -moz-linear-gradient(top, rgba(0, 0, 0, 0.25),
		rgba(0, 0, 0, 0));
	
	color: #ffffff;
}

.ui-datatable.ui-datatable-scrollable {
	margin-bottom: 20px;
}

.ui-datatable-scrollable table {
	table-layout: fixed;
	margin-bottom: 0px;
}

.ui-datatable-scrollable-body {
	overflow: auto;
}

.ui-datatable-scrollable-header table td {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-datatable-scrollable-header,.ui-datatable-scrollable-footer {
	overflow: hidden;
	border: 0px none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header,.ui-datatable-scrollable .ui-datatable-scrollable-footer
	{
	position: relative;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
	font-weight: normal;
}

.ui-datatable-scrollable-body::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 15px;
	background-color: transparent;
}

.ui-datatable-scrollable-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 1px solid white;
	background-color: rgba(194, 194, 194, .5);
}

.ui-datatable-scrollable .ui-datatable-scrollable-body table,.ui-datatable-scrollable-body .table-bordered tbody tr:first-child td:first-child,.ui-datatable-scrollable-body .table-bordered tbody tr:last-child td:first-child
	{
	border-radius: 0;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header table,.ui-datatable-scrollable-header .table-bordered thead:last-child tr:last-child>th:first-child,.ui-datatable-scrollable-header .table-bordered thead:last-child tr:last-child>th:last-child
	{
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.ui-datatable-scrollable-footer-box {
	border-bottom: 1px solid #ddd;
}


.ui-datatable .ui-sortable-column {
	cursor: pointer;
}

.ui-datatable .ui-sortable-column-icon {
	display: inline-block;
	margin: 0px 0px -3px 3px;
	
}


.ui-column-filter-input {
	line-height: 20px;
	width: auto;
	max-width: 100px;
	margin: auto;
}

.ui-column-filter-select {
	width: auto;
	margin-bottom: 0px;
}

.ui-datatable .ui-filter-column .ui-column-resizer {
	height: 40px;
}

.ui-filter-colum-icon {
	display: inline-block;
	float: right;
	max-height: 50px;
	width: 30px;
	margin: auto;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
}

.ui-datatable .ui-filter-column .popover-title {
	display: none;
}

table.table-bordered.ui-datatable-data {
	border: 1px solid #ddd;
	border-left: none;
}

.table-td-ellipsis {
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 50px;
	overflow: hidden;
	white-space: nowrap;
}

.table td label, .table th label {
	margin-bottom: 0px;
}
@CHARSET "UTF-8";

.input-number {
	text-align: right;
}

.input-number:focus {
	text-align: left;
}.messages-container, 
.message-content, 
.message-body,
.message-text,
.message-success, 
.message-error, 
.message-warn {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

.messages-container, 
.message-content {
		width: 230px !important;
	min-width: 230px !important;
	max-width: 230px !important;
   	position: relative !important;
}

.message-content, 
.message-body,
.message-text,
.message-success, 
.message-error, 
.message-warn {
	float: left;
}

.messages-container {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	margin-top: 100px !important;
	margin-right: 30px !important;
	color: white !important;
	font-family: Arial !important;
	font-size: 11px !important;
	font-weight: bold !important;
	z-index: 99999999 !important;
}

.message-content {
	min-height: 40px !important;
	padding: 10px !important;
	margin-bottom: 11px !important;
	background-color: black !important;
	text-align: left !important;

  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 	    	filter: alpha(opacity=0);
      -moz-opacity: 0;
	-khtml-opacity: 0;
	  	   opacity: 0;
	
	-webkit-border-radius: 5px !important;
	   -moz-border-radius: 5px !important;
	     -o-border-radius: 5px !important;
	        border-radius: 5px !important; 
}

.message-body {
	width: 210px !important;
	min-height: 20px !important;
	padding-left: 30px !important;
	position: relative !important;
}

.message-text {
	position: relative !important;
}

.message-success, 
.message-error, 
.message-warn {
	width: 16px !important;
	height: 16px !important;
	margin-top: 2px !important;	
	position: absolute !important;
	left: 10px;
}

.message-success {
	background-image: url('/javax.faces.resource/messages/images/info.png.xhtml?ln=com.gaia');
	background-repeat: no-repeat;
}

.message-error {
	background-image: url('/javax.faces.resource/messages/images/error.png.xhtml?ln=com.gaia');
	background-repeat: no-repeat;
}

.message-warn {
	background-image: url('/javax.faces.resource/messages/images/warn.png.xhtml?ln=com.gaia');
	background-repeat: no-repeat;
}
@CHARSET "UTF-8";

.ui-password-meter {
	height:10px;
	background:  transparent url("/javax.faces.resource/password-meter.png.xhtml?ln=img") no-repeat left top;
	padding:0;
	margin:0;
}

.ui-password-info{
	margin-top:4px;
}.ui-tree {
	width: 335px;
	min-height: 32px;
	overflow: auto;
	background: #FFFFFF;
	max-height: 114px;
	border: 1px solid #CCC
}

.ui-tree .ui-tree-container {
	height: 100%;
	margin: 0;
	padding: 3px;
	white-space: nowrap;
}

.ui-tree .ui-treenode-children {
	margin: 0;
	padding: 0 0 0 16px;
}

.ui-tree .ui-treenode {
	background-attachment: scroll;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat-y;
	list-style: none outside none;
	margin: 0;
	padding: 1px 0 0;
}

.ui-tree .ui-treenode-content {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.ui-tree .ui-tree-toggler {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.ui-tree .ui-treenode-icon {
	display: inline-block;
	vertical-align: top;
}

.ui-tree .ui-treenode-label {
	width: calc(100% - 32px);
	display: inline-block;
	margin: 0;
	vertical-align: top;
	padding: 0;
	padding-left: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.ui-tree .ui-treenode-label.ui-treenode-description{
	width: 94%;
}

.ui-tree .ui-treenode-label.ui-treenode-label-input{
	width: 88%;
}

.ui-tree .ui-tree-selectable .ui-treenode-label,.ui-tree .ui-tree-selectable .ui-treenode-icon
	{
	cursor: pointer;
}

.ui-tree .ui-treenode-label.ui-state-hover,.ui-tree .ui-treenode-label.ui-state-highlight
	{
	font-weight: normal;
	border: 0 none;
}

.ui-tree .ui-treenode-leaf-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.ui-tree .ui-chkbox-box {
	cursor: pointer;
	width: 12px;
	height: 12px;
}

.ui-tree .ui-chkbox {
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
}


.ui-tree-horizontal {
	width: auto;
	padding: 10px 0px;
	overflow: auto;
}

.ui-tree.ui-tree-horizontal table,.ui-tree.ui-tree-horizontal tr,.ui-tree.ui-tree-horizontal td
	{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.ui-tree.ui-tree-horizontal .ui-tree-toggler {
	vertical-align: bottom;
}

.ui-tree-horizontal .ui-treenode-content {
	font-weight: normal;
}

.ui-tree-horizontal .ui-treenode-content.ui-tree-selectable {
	cursor: pointer;
}

.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
	font-weight: normal;
	white-space: nowrap;
}

.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
	padding: 0.4em 1em 0.4em 0.2em;
}

.ui-tree-horizontal .ui-treenode-leaf .ui-treenode-content {
	padding: 0.4em 1em;
}

.ui-tree.ui-tree-horizontal .ui-treenode {
	background: url("/javax.faces.resource/tree/images/line.gif.xhtml?ln=com.gaia") repeat-x
		scroll center center transparent;
	padding: 5px 40px;
}

.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-leaf,.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-collapsed
	{
	padding-right: 0px;
}

.ui-tree.ui-tree-horizontal .ui-treenode-children {
	padding: 0;
	margin: 0;
}

.ui-tree.ui-tree-horizontal .ui-treenode-connector {
	width: 1px;
}

.ui-tree.ui-tree-horizontal .ui-treenode-connector-table {
	height: 100%;
	width: 1px;
}

.ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
	background: url("/javax.faces.resource/tree/images/line.gif.xhtml?ln=com.gaia") repeat-y
		scroll 0 0 transparent;
	width: 1px;
}

.ui-tree.ui-tree-horizontal table {
	height: 0px;
}

.ui-tree.ui-tree-horizontal .ui-chkbox {
	vertical-align: bottom;
	margin-right: 3px;
}


.ui-tree.ui-tree-rtl {
	direction: rtl;
}

.ui-tree.ui-tree-rtl .ui-treenode-children {
	padding: 0 16px 0 0;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight
	{
	position: relative;
	color: #ffffff;
	background-color: #2e69a5;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2e69a5),
		to(#518dc9));
	background-image: -moz-linear-gradient(top, #2e69a5, #518dc9);
	background-image: -ms-linear-gradient(top, #2e69a5, #518dc9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e69a5),
		color-stop(100%, #518dc9));
	background-image: -webkit-linear-gradient(top, rgb(46, 105, 165),
		rgb(81, 141, 201));
	background-image: -o-linear-gradient(top, #2e69a5, #518dc9);
	background-image: linear-gradient(top, #2e69a5, #518dc9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e69a5',
		endColorstr='#518dc9', GradientType=0);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.ui-state-hover a,.ui-state-hover a:hover {
	color: #2f556a;
	text-decoration: none;
}


.ui-icon-check {
	background-position: -65px -147px;
}

.ui-icon-minus {
	background-position: -50px -130px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -18px;
}

.ui-tree .ui-icon-triangle-1-e {
	background-position: -32px -19px;
}

.ui-tree input[type='radio']:focus {
	outline: 0px;
	border-color: #FFF;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	-moz-box-shadow: 0px 0px 0px #FFF;
	box-shadow: 0px 0px 0px #FFF;
}

.ui-tree input[type='radio'], .ui-tree input[type='checkbox'] {
	margin: 0px;
	margin-bottom: 3px;
}

.ui-tree .ui-tree-icon{ 
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #4f4f4f;
}

.ui-treenode-content.ui-tree-selectable:hover, .ui-treenode-content.ui-tree-selectable:focus{
		border: 0px;
	background: #d1e3ef
		url("/javax.faces.resource/bootstrap-theme/images/ui-bg_highlight-hard_80_85b2cb_1x100.png.xhtml?ln=jquery.ui.bootstrap")
		50% 50% repeat-x;
	background: #d1e3ef linear-gradient(top, rgba(255, 255, 255, 0.6),
		rgba(255, 255, 255, 0));
	background: #d1e3ef
		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,
		0.6)), to(rgba(255, 255, 255, 0)));
	background: #d1e3ef -moz-linear-gradient(top, rgba(255, 255, 255, 0.6),
		rgba(255, 255, 255, 0));
	
	color: #313131;
}

.ui-treenode .node-selected, .ui-treenode .node-selected:hover {
	position: relative;
	color: #ffffff;
	background-color: #2e69a5;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2e69a5),to(#518dc9));
	background-image: -moz-linear-gradient(top, #2e69a5, #518dc9);
	background-image: -ms-linear-gradient(top, #2e69a5, #518dc9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e69a5),
		color-stop(100%, #518dc9));
	background-image: -webkit-linear-gradient(top, rgb(46, 105, 165), rgb(81, 141, 201));
	background-image: -o-linear-gradient(top, #2e69a5, #518dc9);
	background-image: linear-gradient(top, #2e69a5, #518dc9);

	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.ui-treetable.ui-widget {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444;	
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {

  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
   overflow: visible;

 }
 

.ui-treetable .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url("/javax.faces.resource/bootstrap-theme/images/ui-icons_222222_256x240.png.xhtml?ln=jquery.ui.bootstrap");
}


.ui-state-highlight .ui-icon {
	background-image:
		url("/javax.faces.resource/bootstrap-theme/images/ui-icons_ffffff_256x240.png.xhtml?ln=jquery.ui.bootstrap");
}
.ui-state-highlight .ui-state-default .ui-icon {
	background-image:
		url("/javax.faces.resource/bootstrap-theme/images/ui-icons_2e83ff_256x240.png.xhtml?ln=jquery.ui.bootstrap");
}

.ui-treetable table {
	border-collapse: collapse;
	width: 100%;
}

.ui-treetable .ui-treetable-header,.ui-treetable .ui-treetable-footer {
	text-align: center;
	padding: 4px 10px;
}

.ui-treetable .ui-treetable-header {
	border-bottom: 0px none;
}

.ui-treetable .ui-treetable-footer {
	border-top: 0px none;
}

.ui-treetable th,.ui-treetable tfoot td {
	text-align: center;
}

.ui-treetable thead th,.ui-treetable tbody td,.ui-treetable tfoot td {
	padding: 4px 10px;
	overflow: hidden;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
}

.ui-treetable th,.ui-treetable tfoot td {
	text-align: left;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	font-weight: bold;
	border: 1px solid #cccccc;
	
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

.ui-treetable thead th,.ui-treetable tfoot td {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee),
		to(#dadada));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
	background-image: -o-linear-gradient(top, #eeeeee, #dadada);
	background-image: linear-gradient(to bottom, #eeeeee, #dadada);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',
		endColorstr='#ffdadada', GradientType=0);
}

.ui-treetable tbody td {
	border-color: #cccccc;
	border-top-color: #eeeeee;
	line-height: 18px;
}

.ui-treetable .ui-treetable-toggler {
	float: left;
	text-align: center;
	vertical-align: middle;
	margin-top: 2px;
	cursor: pointer;
}

.ui-treetable .ui-treetable-data tr.ui-state-highlight,.ui-treetable .ui-treetable-data tr.ui-state-hover
	{
	cursor: pointer;
}

.ui-treetable-scrollable-body {
	overflow: auto;
}

.ui-treetable-scrollable-header,.ui-treetable-scrollable-footer {
	overflow: hidden;
	border: 0 none;
}

.ui-treetable.ui-treetable-scrollable table {
	table-layout: fixed;
}

.ui-treetable-scrollable .ui-treetable-scrollable-header,.ui-treetable-scrollable .ui-treetable-scrollable-footer
	{
	position: relative;
}

.ui-treetable .ui-treetable-data tr.ui-state-hover {
	border-color: inherit;
	font-weight: inherit;
}


.ui-treetable-resizable {
	padding-bottom: 1px; 
	overflow: auto;
}

.ui-treetable.ui-treetable-resizable table {
	table-layout: fixed;
}

.ui-treetable .ui-column-resizer {
	width: 8px;
	height: 20px;
	padding: 0px;
	cursor: col-resize;
	background-image:
		url("/javax.faces.resource/tree/images/dot_clear.gif.xhtml?ln=com.gaia");
	margin: -4px -10px -4px 0px;
	float: right;
}

.ui-treetable .ui-column-resizer-helper {
	width: 1px;
	position: absolute;
	z-index: 10;
	display: none;
}
.ui-resize-bar {
    border: 1px solid #dddddd;
    background: #cccccc;
    background: #cccccc linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0));
    background: #cccccc -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), to(rgba(0,0,0,0)));
    background: #cccccc -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0)); 
    color: #ffffff;
}
.ui-treetable .ui-chkbox {

	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.ui-treetable .ui-treetable-indent {
	width: 16px;
	height: 16px;
	float: left;
}

.ui-treetable-scrollable-body::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 15px;
	background-color: transparent;
}

.ui-treetable-scrollable-body::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 1px solid white;
	background-color: rgba(194, 194, 194, .5);
}

.ui-treetable-expanded td {
	background: #eeeddd;
	color: #555;
}
.ui-treetable .ui-widget-content .ui-state-hover, .ui-treetable .ui-widget-content .ui-state-hover td,.ui-treetable .ui-widget-header .ui-state-hover {
    border: 1px solid #a1b7c4;
    background: #d1e3ef url("/javax.faces.resource/bootstrap-theme/images/ui-bg_highlight-hard_80_85b2cb_1x100.png.xhtml?ln=jquery.ui.bootstrap") 50% 50% repeat-x;
    background: #d1e3ef linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0));
    background: #d1e3ef -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));
    background: #d1e3ef -moz-linear-gradient(top, rgba(255,255,255,0.6), rgba(255,255,255,0)); 
    color: #313131;
}

.ui-state-hover a, .ui-state-hover a:hover{
    color: #2f556a;
    text-decoration: none;
}


.ui-chkbox {
	display: inline-block;
}

.ui-chkbox .ui-chkbox-box {
	width: 12px;
	height: 12px;
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.ui-chkbox-icon.ui-icon {
	overflow: visible;
}

.ui-chkbox .ui-chkbox-label {
	cursor: pointer;
	margin: 3px 0 0 3px;
	outline: medium none;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
}



.ui-icon-check {
	background-position: -65px -147px;
}

.ui-icon-minus {
	background-position: -50px -130px;
}

.ui-icon-triangle-1-s {
	background-position: -64px -18px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -19px;
}

td[role="gridcell"]:first-child > label {
	display: inline-block;
	margin-left: 4px;
}

.checkbox-all {
	display: inline;
	margin-right: 4px;
}

.checkbox-all.ui-state-highlight {
		background-image:
		url("/javax.faces.resource/bootstrap-theme/images/ui-icons_2e83ff_256x240.png.xhtml?ln=jquery.ui.bootstrap") !important;
	background-color: transparent !important;
	border-width: 0 !important;
}