body {
	font-family: Arial;
	font-size: 11pt;
}

.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 250px;
	background-color: #FAFAFA;
	border-right: solid 1px #ECECEC;
	padding-top: 30px;
}
.sidebar ul {
	margin: 30px 0 0 20px;
	padding: 0;
}
.sidebar ul li {
	display: block;
	line-height: 40px;
	padding: 0 0 0 8px;
	border-left: solid 4px Transparent;
	border-bottom: solid 1px #CECECE;
}
.sidebar ul li:hover, .sidebar ul li.selected {
	border-left-color: #253674;
}
.sidebar a {
	color: inherit;
	text-decoration: inherit;
}

.main {
	position: fixed;
	left: 251px;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	padding: 20px 50px 30px 50px;
	overflow: auto;
}

h1 {
	font-size: 20pt;
	font-weight: normal;
}
table {
	width: 100%;
	padding: 20px;
	border-collapse: collapse;
	border: solid 1px #ECECEC;
	background-color: #FFF;
}
table td, table th {
	padding: 10px 20px 10px 20px;
	text-align: left;
}
table tr:nth-child(2n) td, table tr:nth-child(2n) th {
	background-color: #FAFAFA;
}
table input, table select, table textarea {
	min-width: 70%;
	height: 25px;
	padding: 0 20px 0 20px;
}
table textarea {
	height: 150px;
	padding: 20px;
}
a {
	color: #253674;
}
a.btn {
	font-size: 10pt;
	padding: 8px 15px 8px 15px;
	color: #FFF;
	background-color: #253674;
	border: solid 1px #253674;
	text-decoration: none;
	border-radius: 20px;
	font-weight: normal;
}
a.btn-2 {
	color: #253674 !important;
	background-color: #FFF !important;
}
a.btn.fr {
	margin-left: 10px;
}
form button.btn {
	font-size: 10pt;
	padding: 8px 15px 8px 15px;
	color: #FFF;
	background-color: #253674;
	border: solid 1px #253674;
	border-radius: 20px;
	font-weight: 600;
	cursor: pointer;
}
form button.btn-2 {
	color: #253674 !important;
	background-color: #FFF !important;
}

ul.dashboard {
	width: calc(100% - 40px);
	margin: 0;
	padding: 20px;
	border: solid 1px #ECECEC;
	background-color: #FFF;
}
ul.dashboard li {
	display: block;
	float: left;
	width: 30%;
	margin: 1.5%;
	background-color: #FAFAFA;
	border: solid 1px #CECECE;
	text-align: center;
}
ul.dashboard li h2 {
	font-weight: normal;
	font-size: 15pt;
}
ul.dashboard li p {
	font-weight: bold;
	font-size: 15pt;
}

.fr {
	float: right;
}
.clear {
	clear: both;
}