/*======= RESET CSS =======*/
a { text-decoration: none !important; }
ul, ol { margin: 0; padding: 0; list-style: none; }
li { margin: 0; padding: 0; list-style: none; }

/*========= LOGIN-REGISTER ===========*/
.registerAccount a.gotoLogin,
.loginAccount a.regisAccount {
	color: #6c6c6d;
}
.registerAccount a.gotoLogin:hover,
.loginAccount a.regisAccount:hover {
	color: #191919;
}

/*========= TOP SCREEN ============*/
div.logout_topScreen > p > a {
	margin-left: 50px;
}
div.btn_topScreen > ul > li{
	float: left;
	background: #ededed;
	margin-left: 50px;
}
div.btn_topScreen > ul > li > a {
	display: block;
	width: 150px;
	height: 88px;
	padding: 10px;
	color: #191919;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	border: 2px solid #a4a4a4;
}
div.btn_topScreen > ul > li:hover {
	background: #d8d8d8
}

/*========== REGISTER GEOJSON ==========*/
div.leftMenuJSON ul li {
	height: 45px;
	line-height: 45px;
	width: 100%;
	margin: 0; padding: 0;
	margin-bottom: 10px;
	background-color: #e4e4e5;
	border-radius: 3px;
	text-align: center;
}
div.leftMenuJSON ul li:hover {
	background-color: #d9d9da;
}
div.leftMenuJSON ul li a {
	display: block;
	height: 45px;
	width: 100%;
	color: #191919;
	font-size: 13px;
	font-weight: bold;
}

/*============= REGISTER MENU ===========*/
div.registerMenuJSON ul.listMenuExist li {
	padding: 5px;
	border-bottom: 1px solid #a4a4a4;
}

/*============= MENU GEOJSON ============*/
div.menuGeoJSON table {
	margin: 0; padding: 0;
}
div.tblGeoJSON td {
	padding: 3px 5px !important;
	vertical-align: middle !important;
}
div.menuGeoJSON .listMenuExist h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
div.menuGeoJSON .listMenuExist h4{
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin-left: 20px;
}
div.menuGeoJSON .listMenuExist label{
	font-size: 14px;
	font-weight: normal;
	color: #555;
	display: block;
	margin-left: 20px;
}
div.menuGeoJSON .listMenuExist .menu-list-level-2{
	margin-left: 20px;
}

/*=============== ONLINE SCREEN ===============*/
/*=============================================*/
/*=============================================*/
div.formOnlineScreen div.content {
	border: 1px solid #a4a4a4;
	padding: 15px;
}
div.formOnlineScreen div.content .header {
	padding-bottom: 15px;
}
div.formOnlineScreen div.content .second a.webgis {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	background-color: #dfdfdf;
	border: 1px solid #0b7489;
	padding: 10px 0;
	color: #333333;
}
div.formOnlineScreen div.content .second a.webgis:hover {
	background-color: #d1e5f9;
}
div.formOnlineScreen div.content .thirth {
	margin-bottom: 10px;
}
div.formOnlineScreen div.content .thirth button {
	width: 100%;
	background-color: #dfdfdf;
	border: 1px solid #086608;
	padding: 10px 0;
}
div.formOnlineScreen div.content .thirth button:hover {
	background-color: #e3f9e8;
}
div.formOnlineScreen div.content .fourth {
	margin-bottom: 15px;
}
div.formOnlineScreen div.content .fourth button {
	width: 100%;
	background-color: #dfdfdf;
	border: 1px solid #086608;
	padding: 5px 0;
}
div.formOnlineScreen div.content .fourth button:hover {
	background-color: #e3f9e8;
}
div.formOnlineScreen div.content .rowFirst div,
div.formOnlineScreen div.content .thirth div {
	border-bottom: 2px solid #4db0f2;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
div.formOnlineScreen div.content .thirth div {
	padding-bottom: 15px;
}
