﻿input {
	padding-left: 0px;
	padding-right: 0px;
	width: 100px;
	height: 26px;
}

.wgtmsr{
	width:200px;
	height:50px;
	padding-left: 10px;
	color: grey;
}

.wgtmsr option{
	width:200px;   
	background: white;  
}

.myButton {
	box-shadow:inset 0px -3px 7px 0px #29bbff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:3px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:9px 23px;
	text-decoration:none;
	text-shadow:0px 1px 0px #263666;
	width: 191px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.myButton:active {
	position:relative;
	top:1px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100px;
  margin-bottom: 5px;
}

.icon {
  padding: 20px 13px 10px 10px;
  background: dodgerblue;
  color: white;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
}

.input-field {

  padding: 10px;
  width: 130px;
  height: 50px;
  outline: none;
}

.input-field:focus {
  border: 1px solid dodgerblue;
}