html{
	height: 100%;
	margin:0;
	padding:0;
	text-align:center;
    font-family: Verdana,Arial,sans-serif;
}
body{
	height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	background: rgb(1,13,33);
	background: linear-gradient(352deg, rgba(1,13,33,1) 0%, rgba(103,175,230,1) 76%, rgba(177,244,245,1) 100%) fixed;
    background-repeat:no-repeat;
	margin:0;
	padding:0;
	text-align:center;
    font-family: Verdana,Arial,sans-serif;
}
.fmain {
	margin: 130px auto;
	width:900px;
	text-align:left;
	background-color: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 10px 0 #111111;
    min-height: 200px;
    position: relative;
}
.fmainhead {
	height: 170px;
	background-color: #aad0f0;
	overflow: hidden;
	border-radius: 50px 0 0 0;
}
.fmainheadname {
	font-size: 82px;
	margin: 20px 0 0 30px;
	color: #8a0b33;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.fmainheadsubname {
	margin: -8px 0 0 33px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 26px;
	color: #8a0b33;
}
.fmainbody {
	background: rgb(176,226,24);
	background: linear-gradient(90deg, rgba(176,226,24,1) 0%, rgba(138,181,20,1) 30%);
	min-height: 100px;
	overflow: hidden;
	border-radius: 0 0 55px 0;
}
.fmainmenu {
	width: 270px;
	float: left;
	padding: 35px 0;
}
.fmaincontent {
	background: #FFFFFF;
	border-radius: 42px 0 55px 0;
    display: flex;
    min-height: 530px;
}
.fmainmenulink {
	display: block;
	color: #000000;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 0 20px 0 30px;
    line-height: 35px;
}
.fmainmenulink:hover {
	background-color: #B0E218;
}

.fmain_contbox {
	flex: auto;
	margin: 20px 0 0 20px;
}
.fmain_contheader {
	background-color: #aad0f0;
	padding: 4px 10px 4px 10px;
	text-align: right;
	font-size: 14px;
	border-top-left-radius: 25px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.fmain_conttext {
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
	background-color: #edf3f9;
	border-bottom-right-radius: 25px;
}
.fmainheadlogin {
	background-image: url(/img/arch/arch_sign.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 280px;
    width: 250px;
    position: absolute;
    top: -108px;
    right: 20px;
}
.loginheader {
	position: relative;
    width: 209px;
    height: 133px;
    margin: 141px 0 0 20px;
}

.login {
	position: relative;
	width: 210px;
	height: 123px;
}
.login_name {
	margin: 0px 10px 3px 12px;
}
.login_pword {
	margin: 0px 10px 3px 12px;
}
.login_textb {
	font-size: 11px;
	padding: 7px 0px 0px 0px;
	margin: 0px 10px 0px 12px;
}
.login_label {
	font-size: 12px;
	margin: 5px 0 3px 7px;
}
.login_input {
	margin: 0 0 3px 0;
}
.ub_line {
	font-family:Verdana,Arial,sans-serif;
	font-size: 14px;
	display: block;
	height: 18px;
	margin-top: 5px;
	position: relative;
	font-weight: bold;
}
.ub_label {
	float: left;
	width: 120px;
	margin-left: 15px;
}
.ub_value {
	float: left;
	width: 60px;
}

.addcontent_btn, .register_btn, .quickrender_btn, .deletecontent_btn, .addsubmit_btn, .owncontent_btn, .howto_btn, .addcontent_link {
	margin: 30px auto;
    position: relative;
    display: block;
    font-size: 20px;
	font-weight: 400;
	padding: 3px 15px;
	border: 3px solid #ffffff;
	background-color: #ccea99;
	color: #000000;
	text-align: center;
	-moz-border-radius: 25px;
	-webkit-border-radius: 5px;
	border-radius: 25px;
	-moz-box-shadow: 0 0 4px 0px #333333;
	-webkit-box-shadow: 0 0 4px 0px #333333;
	box-shadow: 0 0 4px 0px #333333;
	text-decoration: none;
}
.addcontent_btn:hover, .register_btn:hover, .quickrender_btn:hover, .deletecontent_btn:hover, .addsubmit_btn:hover, .owncontent_btn:hover, .howto_btn:hover, .addcontent_link:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 0px #001C40;
}
.addcontent_btn {
    width: 280px;
}
.register_btn {
	margin: 20px 0;
	width: 162px;
}
.deletecontent_btn {
	width: 200px;
}
.quickrender_btn {
	width: 280px;
}
.addsubmit_btn {
	width: 200px;
}
.owncontent_btn {
    width: 280px;
}
.howto_btn {
	width: 280px;
}
.addcontent_link {
	width: 200px;
}
.fmain_form input[type=text], .fmain_form input[type=password], .schoose_cat{
	width: 200px;	display: inline-block;
	border: 1px solid #888;
	background-color: #FFFFFF;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px;
	font-size: 14px;
}
.fmain_form input[type=checkbox] {
	margin: 10px 5px 0 0;
}

.custom_head {
	font-size: 20px;
    margin: 5px 0 20px 0;
}
.fmain_cc_cat {
	background-color: #FFFFFF;
    border: 3px solid #ffffff;
    position: relative;
    height: 85px;
    margin: 20px 3px 0 0;
    -moz-border-radius: 22px 0;
    -webkit-border-radius: 22px 0;
    border-radius: 28px 0;
    -moz-box-shadow: 0 0 5px 0px #333333;
    -webkit-box-shadow: 0 0 5px 0px #333333;
    box-shadow: 0 0 5px 0px #333333;
    overflow: hidden;
    display: block;
}
.fmain_cc_cat_head {
    background-color: #8bb5d9;
    line-height: 26px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.bm_resident {
    background-image: url(/img/noun/residents.png);
}
.fmain_cc_cat_img {
    float: left;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.fmain_cc_cat_text {
    padding: 5px;
    color: #000000;
    font-size: 14px;
    text-align: left;
    float: left;
    width: 350px;
}
.fmain_cc_cat_btn {
	margin: 14px;
    position: relative;
    width: 80px;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
    border: 2px solid #ffffff;
    background-color: #ccea99;
    color: #000000;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 5px;
    border-radius: 25px;
    -moz-box-shadow: 0 0 4px 0px #333333;
    -webkit-box-shadow: 0 0 4px 0px #333333;
    box-shadow: 0 0 4px 0px #333333;
    text-decoration: none;
    float: right;
}
.fmain_cc_cat_btn:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 0px #001C40;
}

.ajax-upload-dragdrop {
    border: 1px dotted #8bb5d9;
    color: #DADCE3;
    text-align: left;
    vertical-align: middle;
    padding: 10px 10px 0px 10px;
}
.ajax-file-upload {
    font-size: 16px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    display: inline-block;
    text-decoration: none;
	vertical-align: middle;
	padding: 5px 20px;
    border: 2px solid #ffffff;
    background-color: #ccea99;
    color: #000000;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 5px;
    border-radius: 25px;
    -moz-box-shadow: 0 0 4px 0px #333333;
    -webkit-box-shadow: 0 0 4px 0px #333333;
    box-shadow: 0 0 4px 0px #333333;
}
.ajax-file-upload:hover {
	cursor: pointer;
	box-shadow: 0 0 10px 0px #001C40;
}
.ajax-file-upload-statusbar {
    border: 1px solid #8bb5d9;
    margin-top: 10px;
    margin-right: 10px;
    margin: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 15px;
}
.fmain2 {
	margin: 30px auto;
	width:1000px;
	text-align:left;
	background-color: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 10px 0 #111111;
    min-height: 200px;
    position: relative;
}
.fmain2head {
	height: 50px;
    background-color: #aad0f0;
    overflow: hidden;
    border-radius: 50px 0 0 0;
	text-align: right;
	font-size: 20px;
    line-height: 45px;
    padding-right: 10px;
}
.fmain2body {
	height: 800px;
}
#BSubmitForm {
    width:230px;
    float: right;
    display: none;
}
.cc_inputlabel {
	font-size: 14px;
	margin: 5px 0 2px 0;
}
.regerror {
	background-color: #f1baba;
	padding: 5px;
	margin: 0 20px 10px 20px;
}
#FrontRegisterForm {
	width: 260px;
	display: inline-block;
}
.regrules {
	font-size: 13px;
	width: 250px;
	float: right;
	margin: 6px;
}
.fmain_preform {
    padding: 15px;
    font-size: 14px;
    background-color: #edf3f9;
	border-radius: 25px 0 25px 0;
	margin: 10px 0 0 0;
}
.login_input_s {
	margin: 1px 0 1px 3px;
    width: 160px;
    display: inline-block;
    border: 1px solid #888;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
    font-size: 14px;
}
#MenuLoginFormSmall .remember {
	font-size: 14px;
}
#MenuLoginFormSmall .login_btnsmall, .play_btnsmall {
	margin: 4px 0 5px 5px;
    position: relative;
    display: block;
    width: 160px;
    font-size: 16px;
    font-weight: 400;
    padding: 1px 10px;
    border: 2px solid #ffffff;
    background-color: #ccea99;
    color: #000000;
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 5px;
    border-radius: 25px;
    -moz-box-shadow: 0 0 4px 0px #333333;
    -webkit-box-shadow: 0 0 4px 0px #333333;
    box-shadow: 0 0 4px 0px #333333;
    text-decoration: none;
}
#MenuLoginFormSmall .login_btnsmall:hover, .play_btnsmall:hover {
    cursor: pointer;
    box-shadow: 0 0 5px 0px #001c40;
}

#BDeleteForm {
    width: 230px;
    float: right;
}
#BErrorForm {
    width: 230px;
    float: right;
	display: none;
}
.fmain2_content {
    z-index: 100;
    width: 1000px;
}
#fmain2_bg {
    position: absolute;
    z-index: 1;
}
.up_buildingname {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}
#BChooseForm {
    width: 230px;
    float: right;
	display: none;
}
#BErrorForm .fmain_preform {
    background-color: #ff8c8c;
}
.cityrender_menu {
    float: right;
    width: 300px;
}
#cityrender_container {
    float: left;
}
#BHeadForm {
	width: 230px;
	float: right;
}
.bchoose_cat {
	font-size: 14px;
}
.schoose_cat {
	margin: 5px 0 5px 0;
}
.fmain_cc_text2 {
	padding: 5px 0 0 5px;
	color: #000000;
	font-size: 14px;
	text-align: left;
	float: left;
	width: 350px;
}
.fmain_cc_cat2 {
	background-color: #FFFFFF;
	border: 3px solid #ffffff;
	position: relative;
	margin: 20px 3px 0 0;
	-moz-border-radius: 22px 0;
	-webkit-border-radius: 22px 0;
	border-radius: 28px 0;
	-moz-box-shadow: 0 0 5px 0px #333333;
	-webkit-box-shadow: 0 0 5px 0px #333333;
	box-shadow: 0 0 5px 0px #333333;
	overflow: hidden;
	display: block;
}

.play_btnsmall {
	margin: 15px 10px;
	position: relative;
	display: block;
	width: 130px;
}

.fmain_screen {
	width: 580px;
	cursor: pointer;
	transition: 0.3s;
}

.fmain_screen:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 1600px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 1600px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}
.login_link {
	color: #000000;
}
.fronterror {
	background-color: #f1baba;
	padding: 5px;
	margin: 10px 0 10px 0;
}
.frontsuccess {
	background-color: #ccea99;
	padding: 5px;
	margin: 10px 0 10px 0;
}
.fmain_form {
	margin-left: 20px;
}
#turnoverlay {
	position: absolute;
	padding-left: 2px;
	top: 60px;
	left: 10px;
	background-color: #aad0f0;
	border: 4px solid #ffffff;
	width: 35px;
	height: 35px;
	-moz-border-radius: 15px 0;
	-webkit-border-radius: 15px 0;
	border-radius: 15px 0;
	-moz-box-shadow: 0 0 3px 0px #333333;
	-webkit-box-shadow: 0 0 3px 0px #333333;
	box-shadow: 0 0 3px 0px #333333;
	font-size: 35px;
	font-weight: 800;
	color: #389927;
	display: none;
	z-index: 100;
}
#turnoverlay:hover {
	cursor: pointer;
	-moz-box-shadow: 0 0 8px 0px #333333;
	-webkit-box-shadow: 0 0 8px 0px #333333;
	box-shadow: 0 0 8px 0px #333333;
	background-color: #8BB5D9;
}
.fmainmenulinkextern {
	padding: 0 0 0 30px;
}
.fmainmenudiscord {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	background-size: 85%;
	background-image: url(/img/gui2/Discord-Logo-Color.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border-radius: 10px 0;
}
.fmainmenulink2 {
	cursor: auto;
	color: #000000;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding: 0 20px 0 30px;
	line-height: 35px;
}
.fmainmenulink2:hover {
	background: none;
}
.fmain_conttext h3 {
	font-size: 16px;
	margin: 20px 0 10px 0;
}
