.system_header {
	height: 60px;
	background-color: #4CAF50;
	color: #FFFFFF;
}
.system_header .logo {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 60px;
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}
.system_header .main_navigation {
	display: inline-block;
	vertical-align: middle;
}
.system_header .main_navigation ul {
	margin: 0;
	padding: 0;
	height: 60px;
}
.system_header .main_navigation li {
	display: inline-block;
	margin: 0px 5px;
	padding: 20px 5px 0px 5px;
	height: 60px;
	font-weight: bold;
	font-size: 14px;
}
.system_header .main_navigation li:hover {
	cursor: pointer;
}
.system_header .main_navigation li:hover a {
	color: #FFFFFF;
}
.system_header .main_navigation li a {
	color: #C8E6C9;
}
.system_header .account_information {
	margin: 7px 15px 0px 15px;
	padding: 0;
	vertical-align: top;
	float: right;
}
.system_header .account_information .picture {
	border: 2px solid #388E3C;
	border-radius: 30px;
	height: 44px;
	width: 44px;
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}
.system_header .account_information .picture img {
	border: 0;
	height: 40px;
	width: 40px;
	margin: 0;
	padding: 0;
}
.system_header .account_information .information {
	display: inline-block;
	vertical-align: top;
}
.system_header .account_information .name {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.system_header .account_information .actions {
	font-size: 14px;
}
.system_header .account_information .actions a {
	color: #C8E6C9;
	text-decoration: none;
}
.system_header .account_information .actions a:hover {
	color: #FFFFFF;
	cursor: pointer;
}

.system_actions {
	height: 50px;
	background-color: #DCEDC8;
	text-align: right;
}
.system_actions .action_button {
	font-size: 16px;
	height: 40px;
	margin: 5px 5px 5px 0px;
	padding: 8px 15px 0 15px;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.system_actions .action_button a {
	color: #FFFFFF;
}

.global_wrapper {
	width: 90%;
	margin: 10px auto;
}
.global_wrapper h1 {
	color: #388E3C;
	font-size: 20px;
	margin: 15px auto;
	padding: 0;
	width: 90%;
}
.content_wrapper {
	width: 90%;
	margin: 20px auto;
	padding: 0;
}
.tab_bar {
	margin: 0;
	padding: 0;
	z-index: 2;
}
.tab {
	color: #000000;
	font-size: 14px;
	display: inline-block;
	height: 30px;
	padding: 6px 20px 0 20px;
	margin: 1px 0px -2px 0px;
	font-weight: bold;
	cursor: pointer;
}
.tab.active {
	background-color: #FFFFFF;
	color: #4CAF50;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}
.content_box {
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
}
.content_box h2 {
	color: #388E3C;
	margin: 15px;
	padding: 0px 0px 5px 0px;
	font-size: 20px;
	border-bottom: 2px dotted #C8E6C9;
}

.default_table {
	margin: 15px;
	padding: 0;
	width: calc(100% - 30px);
}
.default_table thead {
	
}
.default_table thead tr{
	
}
.default_table thead th {
	color: #388E3C;
	margin: 15px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	border-bottom: 2px dotted #C8E6C9;
	text-align: left;
}
.default_table tbody {
	
}
.default_table tbody tr {
	cursor: pointer;
}
.default_table tbody tr:hover td {
	background-color: #EFFFF0;
}
.default_table tbody .a td {
	background-color: #FFFFFF;
}
.default_table tbody .b td {
	background-color: #F7F7F7;
}
.default_table tbody td{
	height: 40px;
	font-size: 16px;
	padding: 5px;
}
