div#main-content{
	overflow: auto;
}

img#app-logo{
	max-height:42px !important;
	height: 42px !important;
	margin-top: 2px !important;
	margin-left: 10px !important;
}

div.header-title{
	font-size:20px;
	font-style: italic;
}

div.header-title span{
	margin-left:10px;
}

/**/
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly]{
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1;
}


label[for],
.pointer {
	cursor: pointer;
}


/*CYPHER*/
textarea[name=cypher_query]{
	resize: none;
	border: none;
	box-shadow: none;
}

.cypher-results{
	padding-left:1em;
}

.cypher-history{
	max-height:250px;
	overflow-y:auto;
}

.cypher-error{
	overflow-x:auto;
	width:90%;
}

/**/
div.fuelux div.step-pane{
	padding:25px;
}

div.fuelux div.step-pane div.grid{
	background-color:#fff;
	margin-top:25px;
}

#page_permissions,
label[for="page_permissions"]{
	display:none;
}


ul.errors {
	color:#ff0000;
}

h5 {
	font-weight:bold;
}

div.fuelux label {
	font-weight:normal;
	color: #0000ff;
}

form.form-horizontal input[type=text],
form.form-horizontal select {
	width:500px !important;
}

div.ua-copy-response-comments ul li{
	font-style: italic;
	font-size:90%;
	color: #FF4500 !important;
}

/* CALENDAR CSS OVERWRITTEN FOR PROPER VISUAL RESULT */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	border: none;
}

.ui-datepicker th {
	border: 0 none !important;
	font-weight: bold !important;
	text-align: center !important;
	height: 2rem !important;
	vertical-align: middle !important;
	min-width: 1rem !important;
	padding: 0px !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block !important;
	text-align: right !important;
	text-decoration: none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
	height: 2rem !important;
	line-height: 2rem !important;
	min-width: 2rem !important;
}

.ui-datepicker .ui-datepicker-header {
	margin: 2px !important;
}

.ui-datepicker .ui-datepicker-title {
	font-size: 1rem !important;
}

.ui-datepicker .ui-icon-circle-triangle-e {
	background-position: -50px -194px !important;
}

.ui-datepicker .ui-icon-circle-triangle-w {
	background-position: -82px -194px;
}

.ui-datepicker .ui-icon-circle-triangle-w, .ui-datepicker .ui-icon-circle-triangle-e {
	width: 12px !important;
	height: 12px !important;
	border: none !important;
}

.ui-datepicker:before {
	border: none;
}

div#ui-datepicker-div {
	font-size: 12px;
}

select.ui-datepicker-month,
select.ui-datepicker-year {
	padding: 0px !important;
	display: inline !important;
	clear: none !important;
	margin: 0px !important;
	height: auto;
	font-weight: normal;
}

.ui-widget-header .ui-icon {
	background-image: url("../../assets/img/jqueryui/ui-icons_222222_256x240.png");
}
/* END OF CALENDAR CSS OVERWRITTEN */