/* Main */

h3 {
	font-size: 1.3em;
}

.heading-normal {
	font-weight: normal;

	font-size: 1.05em;
}

/* Lobby */

.lobby-page-title {
	font-size: 1.5em;
	font-weight: bold;
	
	padding-bottom: 1em;
}

.lobby-page-title-error {
	font-size: 2em;
	font-weight: 500;
	
	padding-top: 0;
}

.lobby-page-info {
	font-size: 13px;
}

/* Lobby: Welcome */

.lobby-page-welcome {
	margin-left: 17vw;
	width: 50vw;
	
	padding-bottom: 2.5em;
}

.lobby-page-welcome-layout {
}

.lobby-page-title-welcome {
	font-size: 1.9em;
	
	padding-bottom: 0.5em;
}

.lobby-page-welcome-img {
	width: 66px;
	height: 66px;
	
	margin-right: 1.4em;
}

.lobby-page-welcome-texts {
	text-align: center;
}

.lobby-page-more {
	margin-left: 0.3em;
	
	width: 18px;
	height: 18px;
	
	float: right;
}

.lobby-page-more:hover {
	opacity: 0.7;
}

.lobby-page-benefit {
	margin-right: 1em;
	
	display: table;
}

.lobby-page-benefit img {
	margin-right: 6px;
	
	display: table-cell;
}

.lobby-page-benefit-text {
	white-space: nowrap;
	
	display: table-cell;
}

a.welcome-page-more-link {
	text-align: right;
	display: block;
	
	color: #999;
	
	margin-top: 0.5em;
}

a.welcome-page-more-link:hover {
	color: #ccc;
}

/* Page Content */

.lobby-page-buttons-left {
    float: left;
}

@media only screen and (min-width: 601px) {
    .lobby-page-buttons-right {
        text-align: right;
    }
}

.page_header_info_username {
	cursor: pointer;
	
	font-size: 1.1em;
	
	color: #666;
}

.page_header_info_username:hover {
	text-decoration: underline;
}

.flat-button.button-selected {
	background-color: #11B09E;
	color: white;
}

/* Misc */

.login_form_table {
	padding-top: 2em;
}

.login_form_table tr td {
	padding: 0.3em 0.4em;
	
	vertical-align: middle;
}

.login_form_table input[type='text'],
.login_form_table input[type='password']
{
	padding: 0.3em 0.4em;
	
	max-width: 140px;
}

.login_form_table input[type='submit'] {
	margin-top: 0.5em;
	
	padding: 0.5em 0.3em;
}

/* Start With */

.start-with-mode-heading {
	font-size: 16px;
	color: #222;
	
	font-weight: bold !important;
}

.start-with-content {
	padding-left: 0.5em;
}

/* Start With: Own data */

.start-with-area {
	margin-top: 0.5em;
	padding: 0.6em 1em;
	
	float: left;
	
	min-height: 20em;
	max-width: 20em;
	
	margin-right: 1.0em;
}

.start-with-area:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px #11B09F;
	-moz-box-shadow: inset 0px 0px 0px 2px #11B09F;
	box-shadow: inset 0px 0px 0px 2px #11B09F;
	
	cursor: pointer;
}

.start-with-area button {
	margin-top: 0.4em;
	margin-bottom: 0.9em;
}

.start-with-heading {
	font-weight: normal;
}

/* Start With: Examples */

.add_example_button {
	width: 240px;
	cursor: pointer;
	
	float: left;
	border: 1px solid #ddd;
	
	margin-right: 8px;
	margin-bottom: 8px;
	
	color: #333;
}

.add_example_button img {
	margin: 2px;
	max-height: 66px;
	
	/* "filter:" not working in Java 8, below Update 131 */
	opacity: 0.3;
}

.add_example_button h2 {
	padding-top: 0.1em;
}

.add_example_button_area {
	height: 60px;
}

.add_example_button_text {
    font-size: 0.9em;
}

.add_example_button:hover {
	-webkit-box-shadow: inset 0px 0px 0px 2px #11B09F;
	-moz-box-shadow: inset 0px 0px 0px 2px #11B09F;
	box-shadow: inset 0px 0px 0px 2px #11B09F;
	
	color: black;
}

.add_example_button:hover img {
	opacity: 0.8;
	
	filter: none;
	-webkit-filter: none;
}

.add_example_info {
	padding: 0.4em;
	vertical-align: top;
	
	margin-top: 1em;
}

.add_example_info img {
	width: 120px;
	float: left;
	
	height: 100%;
}

.add_example_info_text {
	display: inline-block;
	
	padding-left: 14px;
}

.add_example_info_title {
	font-size: 1.6em;
	font-weight: bold;
	
	line-height: 2em;
}

.add_example_info_subtitle {
	font-size: 1.1em;
}

/* Projects */

.project-item {
	cursor: pointer;
	
	border-radius: 6px;
	
	background-color: #3E7095;
	width: 330px;
	height: 58px;
	
	padding: 1em 1em;
	
	margin-bottom: 0.8em;
}

.project-item-header div {
	font-weight: bold;
	font-size: 1.3em;
	
	height: 20px;
	
	color: white;
}

.project-item-content {
	font-size: 12px;
}

.project-item-to-open {
	background-color: #11B09E;
}

.project-item:hover {
	background-color: #11B09E;
}

.project-item-img {
	text-align: right;
}

.project-item:hover > .project-item-header > div > img {
	display: inline !important;
}

.project-item:hover > .project-item-header > div > button.button-image-only {
	display: inline !important;
}

.project-item:hover > .project-item-header > div > button.project-item-button {
	display: inline !important;
}

.project-item-button {
	padding: 0.1em 0.2em;
	
	border: 0px;
	
	background: transparent;
}

.project-item-button:hover {
	background-color: #A9BECE !important;
}

.project-item-content {
	padding-top: 0.8em;
	
	word-wrap: break-word;
	
	width: 325px;
	
	color: white;
}
