* { font-family: verdana; }

#header {
    margin: 10px 0 0;
}

#droplist_location {
    float: left;
}

#location_of_choose {
}

#location_of_site {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
	margin-top:25px;
}

#droplist_location:hover #location_of_site {
    
}

#brand img {
    height: auto;
    margin: 20px auto;
    padding: 0;
    width:200px;
}

#main-menu {
    background-color: white;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
}

#footer div.row{
	background-image: url('../images/bg_footer.png');
	background-repeat: repeat;
	color: white;
	margin-top: 30px;
}

#footer div.row{
	margin-bottom: 30px;
}

#footer div.row p {
	margin: 0px;
}

#content {
	min-height: 600px;
}

.blockingLayer {
    background-color: rgba(0, 0, 0, 0.74902);
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    visibility: visible;
    zoom: 1;
    overflow: auto;
}

.download_file {
	background-image: url("../images/defult_text.png");
    background-size: 100% 100%;
    border: 1px solid #000;
    display: inline-block;
    height: 150px;
    margin: 20px 20px 25px;
    padding-top: 150px;
    text-align: center;
    width: 150px;
}

#map {
	background-image: url('../images/temp.png');
}

.submitBtn {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}



.form-style-1{
    font: 95% Arial, Helvetica, sans-serif;
    max-width: 400px;
    margin: 0px auto;
    padding: 16px;
    background: #F7F7F7;
	border: 1px solid #000000;
	margin-top : 1%;
}
.form-style-1 h1{

    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-1 input[type="text"],
.form-style-1 input[type="date"],
.form-style-1 input[type="datetime"],
.form-style-1 input[type="email"],
.form-style-1 input[type="number"],
.form-style-1 input[type="search"],
.form-style-1 input[type="time"],
.form-style-1 input[type="url"],
.form-style-1 textarea,
.form-style-1 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #fff;
    font: 95% Arial, Helvetica, sans-serif;
	background: #d6d6d6;
}
.form-style-1 input[type="text"]:focus,
.form-style-1 input[type="date"]:focus,
.form-style-1 input[type="datetime"]:focus,
.form-style-1 input[type="email"]:focus,
.form-style-1 input[type="number"]:focus,
.form-style-1 input[type="search"]:focus,
.form-style-1 input[type="time"]:focus,
.form-style-1 input[type="url"]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus
{
    padding: 3%;
    border: 1px solid #0099FF;
	background: #d6d6d6;
}

.form-style-1 input[type="submit"],
.form-style-1 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
	border-bottom-style: none;   
	background: #337ab7;
	color: #fff;
}

.page_from {
  padding: 40px;
  width: 50%;
  background-color: #F7F7F7;
  margin: 0 auto 10px;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.page_from h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.page_from input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.page_from input[type=text],.page_from input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.page_from input[type=text]:hover,.page_from input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
