*{
    margin:0px;
    border: 0px;
    padding: 0px;
    top:0;
}
body{
    margin:0px;
    border: 0px;
    padding: 0px;
    box-sizing: border-box;
    top:0;
    font-family: 'Noto Sans', sans-serif;
    color: #444444;
    background-color: #F1F1F1;
}
header{
    height: 50px;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: visible;
    padding: 15px 0px;
}
a.logo, a.logo img {
  float: left;
  display: block;
  height: 100%;
  margin-left: 10px;
}
a.link{
  font-size: 14px;
  font-weight: bold;
  color: #FF6E26;
  text-decoration: none;
}
a.link:hover{
  text-decoration: underline;
}
nav {
  float: left;
  margin-left: 30px;
}
nav a, a.logout{
  display: block;
  float: left;
  padding: 15px 0px;
  margin: 0px 15px;
  font-size: 14px;
  text-decoration: none;
  color: #444444;
}
nav a:hover{
  color: #FF6E26;
}
a.logout {
  background-color: #F1F1F1;
  float: right;
  padding: 10px 10px;
  border-radius: 4px;
  margin-top: 5px;
}
a.logout:hover {
  background-color: #DDD;
}
.content{
  padding: 20px;
  margin: 100px auto;
  width: 100%;
  box-sizing: border-box;
}
.content.small{
  width: 640px;
}
.card{
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  border: 1px solid #DDD;
  padding: 20px;
  margin-top: 15px;
  box-sizing: border-box;
}

.row{
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #DDD;
}

.row p{
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 3.4em;
}
.row p:nth-child(2){
  text-align: right;
}
.form .row p:nth-child(2):before{
  content: "\0020B9";
}
.row.last{
  border-bottom: 0px;
}
.row.last p{
  border: none;
  font-weight: bold;
  font-size: 20px;
}

.row p.discount{
  color: #d93025;
}
.result .row.last p:nth-child(2):before{
  content: "\0020B9";
}
.row p.discount:before{
  content: "- \0020B9" !important;
}

/*Input styles*/
label{
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
label span, label.error, p.error{
  color: #d93025;
}
label.error, p.error{
  font-size: 12px;
  margin: 5px 0px 20px;
}
p.error{
  display: none;
}
label.small{
  font-size: 14px;
  margin-bottom: 15px;
}
input[type=text], select, input[type=number], textarea, input[type=password], input[type="date"]{
  width: 400px;
  height: 40px;
  border: 0px;
  border-bottom: 2px solid #DDD;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 0px;
}
textarea{
  width: 100%;
  max-width: 100%;
}
input[type="submit"]{
  width: 200px;
  border-radius: 4px;
  background-color: #FF6E26;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 15px;
  margin: 30px 0px;
}
input[type="submit"]:hover{
  outline: none;
  background-color: #ff7826;
}
input[type="submit"]:focus{
  outline: none;
  background-color: #ff6426;
}
input[type=text]:hover, select:hover, input[type=number]:hover, textarea:hover, input[type=password]:hover, input[type="date"]:hover{
  outline: none;
  border-bottom: 2px solid #CCC;
}
input[type=text]:focus, select:focus, input[type=number]:focus, textarea:focus, input[type=password]:focus, input[type="date"]:focus{
  outline: none;
  border-bottom: 2px solid #FF6E26;
}
input[type=radio]{
  margin-right: 10px;
}
select[name=Discount]{
  width: 60px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
input[disabled], label.disabled{
  color: #CCC;
}

/*Data grid input fields*/
.searchWrapper{
  margin: 10px 0px;
  overflow: hidden;
}

.searchWrapper input[type=text], .searchWrapper select, .searchWrapper input[type="date"]{
  width: 120px;
  padding: 0px 5px;
  float: left;
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 0.0em;
}
.searchWrapper select{
  width: 80px;
}
.searchWrapper input[type="date"]{
  width: 120px;
  height: 38px;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
}
input[type="submit"].small{
  float: left;
  width: 80px;
  padding: 11px;
  margin: 0px;
}

/*table css*/
table{
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 1px #DDD;
  font-size: 14px;
  text-align: left;
  border-collapse: collapse;
  margin-top: 20px;
}
tr{
  border-bottom: 1px solid #DDD;
}
tbody tr:last-child{
  border-bottom: none;
}
td{
  padding: 15px;

}
thead td{
  padding: 10px 15px;
  font-weight: bold;
  font-size: 12px;
}

input[type=button].secondaryButton {
  width: 80px;
  border-radius: 4px;
  background-color: rgb(255 110 38 / 0.10);
  border: none;
  color: #ff6d27;
  font-size: 12px;  
  font-weight: bold;
  display: block;
  padding: 10px;
  outline: none;
  margin: auto;
}

input[type=button].secondaryButton:hover {
  background-color: rgb(255 110 38 / 0.20);
  border: none;
  outline: none;
}

input[type=button].secondaryButton:focus {
  background-color: rgb(255 110 38 / 0.10);
  border: none;
  outline: none;
}

#login-form input{
  width: 100%;
}

.footer{
  width: 300px;
  margin: 20px auto;
  box-sizing: border-box;
  overflow: hidden;
}

/*fonts styles*/
h1{
  color: #000;
  margin: 0px;
}

.footer p{
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #444;
  padding: 10px;
  text-align: center;
}