body,main {
	background-color: #ffffff;
	color: #333333;
}

#page-wrapper {
	padding: 30px;
	margin: 0px;
	border-left: 0 none;
}

#header {
	border-bottom: 1px solid #ef7e31;
}

label {
	font-weight: normal;
}

.panel-heading h4 {
	color: #ef7e31;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	line-height: 1.33;
}

.panel-footer,.panel-default>.panel-heading {
	border-color: #a6a6a6;
	margin: 0 15px;
	background-color: inherit;
}

main {
	margin-left: 250px;
	border-left: 1px solid #ef7e31;
}

#page-wrapper {
	margin: 0px;
	border-left: 0 none;
}

a {
	color: #397090;
}

.pagination>li>a,.pagination>li>span {
	text-decoration: none;
	color: inherit;
}

/* a:hover,a:active,a:focus { */
/* 	color: #ef7e31; */
/* 	text-decoration: none; */
/* } */

.modal_window a {
	text-decoration: underline;
}

.modal ul {
	list-style-type: none;
}

/* footer { */
/*   color: #a6a6a6; */
/*   font-size: 11px; */
/*   padding-bottom: 12px; */
/*   padding-top: 12px; */
/*   text-align: center; */
/*   height: 40px; */
/*   border-top: 1px solid #ef7e31; */
/* } */

/* footer a { */
/*   text-decoration: underline; */
/* } */

/* footer ul { */
/*   list-style-type: none; */
/* } */

/* footer li { */
/*   display: inline; */
/*   border-left: 1px solid #333333; */
/*   padding-left: 10px; */
/*   padding-right: 5px; */
/* } */

/* footer li.first { */
/*   border-left: 1px solid transparent; */
/* } */

/* center some content */
.status_main {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* PDM -> status messages */
.status_new span {
	color: #d0d0d0;
}

.status_ok span {
	color: #84dd57;
}

.status_info span {
	color: #99ccff;
}

.status_warn span {
	color: #ffcc33;
}

.status_error span {
	color: #f0701a;
}

.status_crit span {
	color: #ba005d;
}

.form-horizontal .control-label {
	text-align: left;
}