
body {
// background-color: lightblue;
   background: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}
                              
h3 {
   font-family: Arial, Helvetica, sans-serif;
   color: #eeeeee;
}

h2 {
   font-family: Arial, Helvetica, sans-serif;
   color: #eeeeee;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
   color: #eeeeee;
}

.qlabel {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #770000;
   height: 33px;
   font-size: 16px;
}
.qlabel_w {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   color: #ffffff;
   height: 33px;
   font-size: 16px;
}
.inputarea {
 background-color: #eeeeee;
 min-height: 500px;
 width: 900px;
 border: solid #770000 1px;
 border-radius: 10px;
 font-family: Arial, Verdana;
 font-size: 15px;
 padding: 15px;
}
.settings {
 background-color: #eeeeee;
 min-height: 400px;
 width: 900px;
 border: solid #770000 1px;
 border-radius: 10px;
 font-family: Arial, Verdana;
 font-size: 15px;
 padding: 10px;
}
.settingsHeader {
 color: black;
 font-family: Arial, Verdana;
 font-size: 30px;
 }


p {
   font-family: Arial, Helvetica, sans-serif;
}

#footer {
   margin-top:20px;
}

#wholePage {
   position: absolute;
   top: 10px;
   left: 200px;
   margin: auto;
   width: 80%;
   min-width:940;
}

#exit {
  position: absolute;
  top: 20px;
  right: 20px;
}

#pages {
  position: absolute;
  top: 20px;
  left: 20px;
}

#app_form {
  width: 85%;
 text-align:left;
}

.color-change {
  border-radius: 5px;
  font-size: 8px;
  margin: auto;
  text-align:center;
  padding: 5px ;
  cursor: pointer;
  color: #ffffff;
  background-color: #990000;
  font-size: 16px;
  font-family: arial;
  font-weight: 100;
  width: 200px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px #F3EDB9;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}

.color-change-green {
  border-radius: 5px;
  font-size: 8px;
  margin: auto;
  text-align:center;
  padding: 5px ;
  cursor: pointer;
  color: #ffffff;
  background-color: green;
  font-size: 16px;
  font-family: arial;
  font-weight: 100;
  border: 1px solid #fff;
  width: 200px;
  box-shadow: 2px 2px 5px #F3EDB9;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}
.color-change-blue {
  border-radius: 5px;
  font-size: 8px;
  margin: auto;
  text-align:center;
  padding: 5px ;
  cursor: pointer;
  color: #ffffff;
  background-color: #000099;
  font-size: 16px;
  font-family: arial;
  width: 200px;
  font-weight: 100;
  border: 1px solid #fff;
  box-shadow: 2px 2px 5px #F3EDB9;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
}

.color-change:hover {
  color: #000000;
  border: 1px solid #006398;
  box-shadow: 3px 3px 20px #AFE9FF;
}


input[type=text], textarea {
  -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;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}


div.tab {
//  float: left;
    border: none;
    background-color: none;
//  background-color: #4F8EFE;
//  min-width: 210px;
    width: 250px;
//  height: 300px;
}

div.tab button {
    display: block;
    background: inherit;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-family: calibri;
    padding: 6px 8px 4px 12px;
    width: 100%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: white;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
    color: #000099;
}

/*
div.tab button:disabled {
    background-color: #888;
}
*/

div.tab button.active {
    background-color: #ddd;
    color: #000099;
}

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    height: 300px;
}

      #locationField, #controls {
        position: relative;
        width: 300px;
      }
      #autocomplete {
        position: absolute;
        top: -5px;
        left: 0px;
        width: 99%;
      }
      .label {
        text-align: right;
        font-weight: bold;
        width: 100px;
        color: #303030;
      }
      #address {
        border: 1px solid #000090;
        background-color: #f0f0ff;
        width: 480px;
        padding-right: 2px;
      }
      #address td {
        font-size: 10pt;
      }
      .field {
        width: 99%;
      }
      .slimField {
        width: 80px;
      }
      .wideField {
        width: 200px;
      }
      #locationField {
        height: 20px;
      }


.button_example{
border-color:#3A4C7D;border-width: 0px 0px 2px 0px;border-style: solid; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #A5B8DA; background-image: -webkit-gradient(linear, left top, left bottom, from(#A5B8DA), to(#7089B3));
 background-image: -webkit-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: -moz-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: -ms-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: -o-linear-gradient(top, #A5B8DA, #7089B3);
 background-image: linear-gradient(to bottom, #A5B8DA, #7089B3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A5B8DA, endColorstr=#7089B3);
}
div.tab button1 {
    display: block;
    background-color: #eeeeee;
    color: white;
    font-size: 16px;
    font-weight: normal;
    font-family: calibri;
    padding: 6px 8px 4px 12px;
    width: 100%;
    border: 1px solid #555555;
    border-radius: 8px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
border-color:#3A4C7D;border-width: 0px 0px 2px 0px;border-style: solid;
 background-color: #bababa; background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
 background-image: -webkit-linear-gradient(top, #bababa, #575757);
 background-image: -moz-linear-gradient(top, #bababa, #575757);
 background-image: -ms-linear-gradient(top, #bababa, #575757);
 background-image: -o-linear-gradient(top, #bababa, #575757);
 background-image: linear-gradient(to bottom, #bababa, #575757);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}
