/*body {
    background-color: #d3edd8;
}*/
.login-panel {
	margin-top: 25%;
}
.login-panel h5{
	color: #00A11D;
}
.btn-file {
	overflow: hidden;
	position: relative;
}
.btn-file input[type="file"] {
	background: none repeat scroll 0 0 white;
	cursor: inherit;
	display: block;
	font-size: 100px;
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	outline: medium none;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
.breadcrumb {
	margin-top: 10px;
}
/**
 * 	UIX multiselect
 */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background-color: #e8ffff;
	background-image: none;
	margin-bottom: 0;
}
.uix-multiselect .ui-widget-header .uix-search {
    height: 18px;
}
a{
	color: #00C92F;
}
a:hover, a:focus {
    color: #00A11D;
}

label span.required {
    color: #ff0000;
    position: absolute;
    right: 0;
    top: 8px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00C92F;
    border-color: #00A11D;
    color: #fff;
    cursor: default;
    z-index: 2;
}

.pagination > li > a, .pagination > li > span {
    color: #00C92F;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    color: #00C92F;
}