@charset "utf-8";
/* DRPOS CSS Document */
body
{
	margin:0;
	background-color:#f586341f;
}
.header
{
	width:100%;
	height:55px;
	background-color:#fff;
	display:-webkit-inline-box;
}
.header ul
{
	list-style-type: none;
	margin:0;
	width:100%;
	padding: 0;
}
.header ul li
{
	float:left;
	height:55px;
	font-size:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:#f5f5f5;
}
.header ul li:hover
{
	background-color:#e4e1c9;
	color:#000;
	cursor:pointer;
}
.header ul li i
{
	padding-top:20px;
}
.header ul .li_logo
{
	float:left;
	background-color:#fff;
}
.header ul .li_logo:hover
{
	background-color:#fff;
}
.li_support a
{
	text-decoration:none;
	color:#000;
}
.li_nav
{
	display:none;
}
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: center;
}
footer a
{
	text-decoration:none;
	color:#000;
}
footer p
{
	margin:0;
	padding:5px;
	color:#000;
}
.login-page {
  width: 360px;
  padding: 1% 0 0;
  margin: auto;
}.login-page p
{
	margin:0;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form input[type="submit"],button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #f58634;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin-top: 20px;
}
.form input[type="submit"]:hover,.form button:active,.form button:hover {
  background: #000;
}
.form .message {
  margin: 15px 0 0;
  color:#F00;
}
.form .message a {
  color: #ff0000;
  text-decoration: none;
}
.google_translate_inline
{	
	display: inline-flex;
}
.goog-logo-link {
   display:none !important;
} 

.goog-te-gadget{
   color: transparent !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.text-green
{
	color:#1aa252;	
}
/*Pop Up Message Width End */
@media (min-width: 300px) and (max-width: 850px) {
	.li_support, .li_fs
	{
		display:none;
	}
	.li_logo
	{
		padding-right: 10px !important;
	}
	.li_lang
	{
		padding-left: unset !important;
		float: right !important;
		padding-right: unset !important;
	}
	.li_lang select
	{
		width:85%;
	}
	button[type="button"]
	{
		//display:none;
	}
}