
body {
	background: #efefef;
}
.ui-menu { 
	width: 175px;
}

.ui-menu-item {
	font-size: 17px;
}

.ui-menu-item-wrapper {
	margin-top: 10px;
	min-height: 20px;
	padding-top: 10px;
}

#sidemenu > li .ui-menu-item-wrapper.ui-state-active{
	margin-top: 7px !important; 
	min-height: 20px !important;
	padding-top: 7px !important;
}

#sidebar {
	width:177px;
	float: left;
	background: #cfcfcf;
	height: 98%;
	position: fixed;
	z-index: 8000;
}

#content {
	margin-left: 200px;
	float: left;
    min-width: 1200px;
    width: 85%;
}

label {
	display: block;
	width: 200px;		
}

.pagination {
	box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
	padding: 0.5em 1em;
	margin-top: 10px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
	border-radius: 2px;
}

.clickable {
    cursor: pointer;
    *cursor: hand;
}

.pagination:hover {
	color:white !important;
	border:1px solid #111;
	background-color:#585858;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background:-webkit-linear-gradient(top, #585858 0%, #111 100%);
	background:-moz-linear-gradient(top, #585858 0%, #111 100%);
	background:-ms-linear-gradient(top, #585858 0%, #111 100%);
	background:-o-linear-gradient(top, #585858 0%, #111 100%);
	background:linear-gradient(to bottom, #585858 0%, #111 100%)
}

.pagination.active {
	color:#333 !important;
	border:1px solid #979797;
	background-color:white;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.disabled {
	display: inline;
	color: lightgrey;
    text-decoration: none;
    pointer-events: none;
}

a {
	text-decoration: none;	
}

th {
	text-align: left;

}

input, select {
	width : 400px;
	padding : 5px;
	margin : 5px 5px 5px 0px;
	border-radius: 10px 5px 10px 5px;
	border: 1px solid #94D800;
	font-weight: bold;
}

select {
	width: 410px;
}

input:hover, select:hover {
	border: 1px solid #74a900;
}

button {
	padding : 10px;
	margin : 5px 5px 5px 0px;
	border-radius: 10px 5px 10px 5px;
	border: 1px solid #94D800;
	background: #94D800;
	color: #303030;
	font-weight: bold;
}

.ui-style {
	padding : 10px !important;
	margin : 5px 5px 5px 0px !important;
	border-radius: 10px 5px 10px 5px;
	border: 1px solid #94D800;
	background: #94D800;
	color: #303030;
	font-weight: bold;
}


button:hover {
	border: 1px solid #74a900;
}

input[type=checkbox] {
	width: 24px;
	height: 20px;
	margin-right: 8px;
	cursor: pointer;
	font-size: 17px;
	visibility: hidden;
}
  
input[type=checkbox]:after {
	content: " ";
	background-color: #fff;
	display: inline-block;
	padding-bottom: 5px;
	color: #303030;
	width: 18px;
	height: 20px;
	visibility: visible;
	border: 1px solid #94D800;
	padding-left: 3px;
	border-radius: 5px;
}

input[type=checkbox]:checked:after {
	content: "\2714";
	padding: -5px;
	font-weight: bold;
}

input[type="checkbox" i]:disabled:after {
	background-color: rgb(235, 235, 228) !important;
}

.listtable {
	max-width: 900px;
	float: left;
}

.ui-autocomplete-loading {
    background: white url("/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

*[id^="form_evo_"] {
	background-color: #cfcfcf;	
}

.acitem:hover {
	padding-top: 0px;
	border: 0px;
}

.firstline {
	font-size: 16px;
	font-weight: bold;
	padding-left: 0px;
}

.secondline {
	padding-left: 6px;
}

.ui-tabs-panel {
	background: #efefef !important;
}

#tabs {
	border: none
}

#tabs.ui-widget-content {
	background: none;
}

.ui-icon {
	font-size: 1.5em !important;
	padding-right: 10px !important;
}

input:disabled {
    background-color: rgb(235, 235, 228) !important;
}

.bold {
	font-weight: bold;	
}

.center {
	text-align: center;	
}


.red {
	color: red;	
}

label[for^="form_ROLE_"] {
	display: inline-block !important;

}

.loginDiv {
    background: rgba(148, 216, 0, 0.4);
    width: 500px;
    border: 3px solid#94D800;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    position: absolute;
    left: 35%;
    top: 35%;
}

.tableHover {
	background-color: #F1F3F1 !important;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.extraord {
    font-weight: bold !important;
}

.droppable {
    border: 3px dashed lightgray;
}

.droppable-out {
    border: 3px dashed lightgray;
}

.my-ui-state-hover {
    border: 3px dashed black !important;
    background-color: burlywood;
}