html,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*Rucha*/

.send:hover {
    background: #5c86b9;
}

input[type=text], input[type=password], input[type=number]{
  width: 100%;
  padding: 5px 2px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 15px;
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

button:hover {
  opacity: 0.8;
}

.loginbox{
  top:25%;
  left: 37%;
  position: absolute;
  width:25%;
}
.loginbox form {
    color: #999;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #f2f3f7;
    box-shadow: 5px 7px 6px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.loginpage {
    width: 100%;
    height: 100%;
    background: #7387a0;
    position: fixed;
	margin: -10px 0px 0px -10px;
}
.admin-nav {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media only screen and (max-width: 970px) {
  .loginbox {
    top:5%;
    left: 5%;
    position: fixed;
    width:90%
  }
}
/*Rucha*/

#result {
	height: 20px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #FFFF99;
}
.suggestionsBox,
.suggestionsBox2 {
	padding: 0px;
	background-color: #000;
	border-top: 3px solid #000;
	color: #fff;
	overflow: auto;
	z-index: 100;
	clear: none;
	max-height: 300px;
	overflow-y: scroll;
}
.suggestionList,
.suggestionList2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px dotted #666;
	cursor: pointer;
}
.suggestionList:hover,
.suggestionList2:hover {
	background-color: #FC3;
	color: #000;
}
#suggest,
#suggest2 {
	position: relative;
}
.box {
    color: white;
    float: left;
    position: relative;
    padding: 12px 5px 12px 5px;
    height: 5px;
    line-height: 4px;
    cursor: pointer;
    font-size: 32px;
}
.send,
.offer {   /*Rucha made changes to this section*/
    color: white;
    background: #225ba1;
    max-width: 400px;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    display: inline;
    border-radius: 7px;
}
/*Rucha*/
.sendorder {
	display:block;
}
/*Rucha*/
.offer {
	display: none;
	max-width: 100%;
	margin-top: 10px;
	cursor: default;
}
.minus,
.red {
	background: #e31661;
}
.plus,
.green,
.offer {
	background: #22a282;
}
.blue {
	background: #225ba2;
}
.input {
	height: 40px;
	width: 100%;
}
.top td {
	padding-right: 0px;
}
h1 {
	background-color: #565658;
	padding: 10px;
	font-weight: normal;
	color: #fff;
}
#existing td {
	border-style: solid;
	border-color: #ccc;
}
.front-input {
	font-size:16px; 
	width:97%; 
	margin-top:10px; 
	margin-bottom: 20px;
	padding:10px;
}