* {
	box-sizing: border-box;
}

#tabs_main {
	width: 100%;
}

.ui-tabs-vertical {
	width: 55em;
}
.ui-tabs-vertical ul {
	background: none;
	border: 0;
}
.ui-tabs-vertical .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	float: left;
	width: 12em;
}
.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 1px !important;
	margin: 0 -1px .2em 0;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
	width: 100%;
	outline: 0;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: .2em;
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
}
.ui-tabs-vertical .ui-tabs-panel {
	padding: 1em;
	float: left;
}

.width_100 {
	width: 100%;
}

.rowmargin {
	margin: 5px 0;
}

body {
	margin: 0;
	background:#fff;
	color:#333;
}

#content {
	width: 800px;
	margin: 0 auto;
}

h1, h2, h3, h4 {
	color:#AAAAFF;
}
blockquote {
	color:#008400;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.expand {
	width: 12px;
	float:left;
}

.floatleft {
	float:left;
}

.floatright {
	float: right;
}

.clearboth {
	clear: both;
}

.title {
	text-align: center;
}

.user_menu {
	float: right;
}

.user_options {
	float: right;
}

.user_option {
	color: #009;
	cursor: pointer;
	user-select: none;
}

.action {
	color: #00F;
	cursor: pointer;
}

.actor_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.namechange {
	font-size: 80%;
}

.not_logged_in p {
	margin-left:20px;
	text-align:center;
}

.list_title {
	margin: 0px;
}

ul.selectable {
	list-style-type:none;
	padding: 0px;
	margin: 5px;
}

li.selectable {
	cursor: pointer;
	padding-left: 5px;
}

li.selectable:hover {
	background: #EEEEFF;
}

li.selected {
	cursor: pointer;
	background: #AAAAFF;
}

li.selected:hover {
	background: #CCCCFF;
}

.contains_resources {
	background: #BBFFBB;
}

.locations {
	float: left;
	margin-right: 20px;
}

ul.tabs {
	padding: 0px;
	margin: 0px;

    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
}

ul.tabs li {
	flex: 1 1 auto;  
	text-align: center;

	padding: 2px 4px;
	margin: 0px;
	background: #CCF;
	cursor: pointer;
	border-top: 1px solid #000;
	border-bottom: 1px solid #888;
	border-left: 1px solid #000;
}

ul.tabs li:last-child {
	border-right: 1px solid #000;
}

ul.tabs li:hover {
	background: #BBF;
}

ul.tabs li.current {
	background: #99F;
}

ul.tabs li.current:hover {
	background: #AAF;
}

.popup_title {
	padding: 5px;
	background: #88F;
	margin-bottom: 5px;
}

.login_content {
	width: 200px;
	margin: 0 auto;
    text-align: center;
}

.popup_background {
	background: #AAA;
	width: 100%;
	height: 100%;
}

.event_time {
	font-size: x-small;
}

.alternate1 {
	background-color: #DDF;
}

.alternate2 {
	background: #EEF;
}

.event_list {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.event_list td {
	padding: 3px;
}

.list {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 5px;
}

.list td {
	padding: 3px;
}

#recipe .label {
	text-align: right;
}

.project_list {
	width: 100%;
}

.user_admin_list {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.user_admin_list td{
	border: 1px solid #000;
	padding: 0px 3px;
}

.translations_list {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

.translations_list td{
	border: 1px solid #000;
	padding: 6px 3px;
}

.translations_list .tdhandle{
	width: 200px;
}

.translations_list .tdsave{
	width: 100px;
}

.active_project {
	color: #0F0;
}

.inactive_project {
	color: #F00;
}

.amount {
	width: 50px;
}

#view_recipe {
	margin-bottom: 10px;
}

.deficient_location {
	color: #F00;
}

.edit_panel {
	margin: 5px;
	padding: 5px;
	background-color: #DDF;
}

.panel_header {
	margin-bottom: 5px;
	color: #008400;
}

.bordered_table th, .bordered_table td {
	border:1px solid black;
	vertical-align: top;
	padding: 5px;
}
