@media (min-width: 1200px) {
    .container{
        max-width: 1034px;
    }
}

body {
	padding-bottom: 20px;
	background-color: #C7EDFF;
}

.topmenu {
	background-color: #000000;
	height: 24px;
	padding-left:20px;
}
.topmenu a {
	color: #c0c0c0;
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
}

.navbar {
	margin-bottom: 20px;
}
ul.nav.navbar-nav > li > a {
  	color: #000000;
}

.logo {
	margin: 20px 0px 10px 0px;
}

.txtarea {
	height: 400px;
}

h1 {
	color: #00A3CE;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
}
h2,h3,h4 {
	color: #00A3CE;
}

label {
	font-weight: normal;
}

.container .jumbotron {
	text-align: center;
}

.mainpanel {
	padding:15px;
	border-radius: 10px;
}
.footer {
	font-size: 12px;
	color: #696969;	
}
.gplg {
	font-size: 38px;
}
.formbtn {
	width: 200px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.fnameinput {
  background-color: white !important;
  cursor: text !important;
}