body{
    background-color: #e9e9e9;
// background-color:#bda9a2;
    margin:0;
}

header {
    background-color:rgba(33, 33, 33, 0.9);
    color:#fff;
    display:block;
    font: 14px/1.3 Arial,sans-serif;
    height:50px;
    position:relative;
}
header h2{
    font-size: 22px;
    margin: 0px auto;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}

#footer {
    bottom: 0px;
    width: 100%;
     background-color:rgba(33, 33, 33, 0.9);
    color: white;
    clear: both;
    text-align: left;
    padding: 0px;
}



input[type="radio"] {
    display:inline-block;

}

label {
    display:inline-block;
}

#header {
            background-color: darkgreen;
            color: white;
            text-align: center;
        }

h1 {
	margin: 0;
	font-size: 26px;
	line-height: 45px;
	text-align: center;
}

#wrap {
	min-height: 150%;
	height: auto !important;
//	height: 100%;
	margin: 0 auto;
}

#dropbox {
	float:left;
width:70%;
overflow:hidden;
position: relataive; 
margin-top: 10px;
margin-left: 5%;
	margin-bottom: 25px;
  	padding: 15px; 
	text-align: center;
	font-size: 20px;
	color: #666;
   	border: #ccc 2px dashed;
	border-radius: 5px;  
 background-color: #ffffff;

}
#dropbox.hover {
	border-color: #f00;
}
#form-upload {
	margin: 60px 0;

}

#form-upload #file-input {
	visibility: hidden;
	width: 0;
	height; 0;
}

#dropbox #progress {
	width: 50%;
	margin: 75px 0;
	margin-left: auto;
	margin-right: auto;
}

#results .source-img {
	margin-bottom: 15px;
float:left;
//width:50%;
overflow:hidden;
}
#results .output-img img {
	max-height: 250px;
}
#results .intermediate-img {
	color: #333;
	font-size: 20px;
}
#results .intermediate-img img {
	height: 60px;
	margin: 5px;
}

#results .input-img {
	margin-bottom: 15px;
float:left;
//width:50%;
overflow:hidden;

}
#results .input-img img {
	max-height: 250px;

}

#control {
	float:right;
width:90%;
overflow:hidden;
margin-bottom: 25px;
	padding: 5px; 
	font-size: 15px;
	color: #111;
 /* background-color: #ddd; */
border: #eee 1px solid;
	border-radius: 0px;  
	text-align: center;


}

.inputwrap label {
    display: inline-block;
    width: 100px;
    text-align: right;
}

#samples {
	float:right;
width:20%;
overflow:hidden;
margin-bottom: 25px;
	padding: 5px; 
	font-size: 15px;
	color: #111;
 /* background-color: #ddd; */
border: #eee 1px solid;
	border-radius: 0px;  
	text-align: center;


}

#samples img {
	height: 80px;
	margin: 5px;

}

#actions {
	text-align: center; 

}

.alert .close {
	font-size: 13px;
}
.alert p {
	margin-bottom: 0;
}

 /* Begin Navigation Bar Styling */
   #nav {
      width: 100%;
      float: left;
    //  margin: 10, 0, 0, 0;
      margin-left: 15px;
      margin-bottom: 0;
     // margin-right: 80;
      padding: 0;
      list-style: none;
      background-color: #f2f2f2;
   //  background-color: #a2a2a2;
      border-bottom: 0px solid #ccc; 
      border-top: 0px solid #ccc; }
   #nav li {
      float: left; }
   #nav li a {
      display: block;
      padding: 6px 10px;
      text-decoration: none;
      font-weight: bold;
      color: #069;
      border-right: 1px solid #ccc;
       }
   #nav li a:hover {
      color: #c00;
      background-color: #fff; }
   /* End navigation bar styling. */
   

/* Begin Navigation Bar Styling */
   #navc {
      width: 100%;
  //   float: left;
  display: inline-block;
    margin:0 auto;
   //   margin-bottom: 0;
     // margin-right: 80;
      padding: 0;
      list-style: none;
 text-align:center;
      background-color: #f2f2f2;
   //  background-color: #a2a2a2;
      border-bottom: 0px solid #ccc; 
      border-top: 0px solid #ccc; }
   #navc li {
      display:inline; }
   #navc li a {
    //  display: block;
display:inline;
      padding: 6px 10px;
      text-decoration: none;
      text-align:center;
      font-weight: bold;
//width:120px;
      color: #069;
      border-right: 1px solid #ccc;
       }
   #navc li a:hover {

      color: #c00;
      background-color: #fff; }
   /* End navigation bar styling. */
   

