
body {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 margin: 0;
 padding: 0;
background-color: #fff;
}

div.subtitle{
	margin:0 auto;
	padding: 10px;
	padding-left: 20px;
	text-size: 20px;
	color: #000;
	background-color: #fff;
	position: absolute;
	top: 200px;
	left: 20px;
	width: 200px;
	z-index: 90;
opacity: 0.7;
}

div.header{
padding: 0px;
margin: 0 auto;
width: 100%;
height: 100%;
text-align: center;
}

img {
	border:0;
}

table {
	font-size: 14px;
	color:#ccc;
}

.logo{
    border: none;
	width: 300px;
	max-width: 300px;
    cursor: pointer;
vertical-align: middle;
display: inline-block;
}

div.menu{
padding: 10px;
vertical-align: middle;
display: inline-block;
}

div.topbar{
	position: fixed;
	background-color: #fff;
    color:#000;
	width:100%;
	padding:10px;
	margin-bottom: 50px!important;
	margin: 0 auto;
	text-align: center;
	top:0px;
	left:0px;
z-index: 2;
}

div.imgheader{
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 65px!important;
    overflow:hidden;
}

div.frontoverlay{
        float:left;
        padding-top:200px;
        width:50%;
        height:100%;
        color: #fff;
        //background-color: #3370b9;
        text-align: center;
        vertical-align: middle;
        position:absolute;
        top:0px;
        left:0px;
        overflow:hidden;
}

div.content{
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	width:1000px;
	max-width: 90%;
	padding: 10px;
	margin-top: 100px!important;
	font-size: 14px;
	vertical-align: top;
	z-index: 1;
    color:#000;
}

div.subcontent{
	margin-top: 20px;
	padding-right:50px;
	width: 400px;
	color:#000;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

a:link { color: #337cd3; text-decoration: none; font-weight: normal;}
a:visited { color: #337cd3; text-decoration: none; font-weight: normal;}
a:hover { text-decoration: underline; color: #337cff; font-weight: normal; }
a:active { color: #337cd3; text-decoration: underline; font-weight: normal;}


 /* Dropdown Button */
.dropbtn {
   color: #fff;
    padding: 10px;
    font-size: 13px;
    border: 0px solid #ddd;
    border-radius:10px;
	width: 100px;
    cursor: pointer;
    background-color:#3767a0;
    //border-radius: 10px;
vertical-align: middle;
display: inline-block;
	z-index: 102;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eee;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
	z-index: 103;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #999999}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    //background-color: #1e67a0;
    text-decoration: underline;
}

div.footer{
	width: 100%;
	background-color: #3767a0;
	text-align: center;
	color: #fff;
	padding: 10px auto;
	margin: 0 auto;
}

.button1{
    background-color: #000000;
   color: white;
    padding: 10px;
    font-size: 13px;
    border: none;
	width: 100px;
    cursor: pointer;
vertical-align: middle;
text-align:center;
display: inline-block;
}


.mbutton{
	width: 100px;
	height: 20px;
	background-image: linear-gradient(to bottom right, #499627, #398219);
	border-radius:5px;
	display:inline-block;
	text-align:center;
	padding:10px;
	vertical-align:center;
    color:#fff;
}
.mbutton:hover{
	background-image: linear-gradient(to bottom right, #5fd929, #499627);
}
a.mbutton:link{
        color:#fff;
        text-decoration:none;
        font-weight:bold;
}
a.mbutton:visited{
        color:#fff;
        text-decoration:none;
}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 299px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #eee; 
  color: #47433F;}
  
.form_settings .submit
{ font: 100% arial; 
  border: 1px solid; 
  width: 99px; 
  margin: 0 0 0 212px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: #ff8800; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}


@media screen and (max-width: 900px){
div.imgheader{
	margin-top: 80px!important;
    width:100%!important;
}
div.subtitle{
	top: 220px;
}
div.content{
    width:100%!important;
}
div.subcontent{
	margin-top: 20px;
	padding-right:10px;
}
}

@media screen and (max-width: 720px){
.version{
	width: 80px;
	height: 80px;
}
div.imgheader{
	margin-top: 70px!important;
    width:100%!important;
}
div.subtitle{
	top: 340px;
}
div.content{
    width:100%!important;
}
div.subcontent{
	margin-top: 20px;
	padding-right:10px;
}
}

@media screen and (max-width: 600px){
.version{
	width: 80px;
	height: 80px;
}
div.imgheader{
	margin-top: 120px!important;
    width:100%!important;
	display:none;
}
div.subtitle{
	top: 340px;
}
div.content{
    width:100%!important;
}
div.subcontent{
	margin-top: 20px;
	padding-right:0px;
}
}

}
