/* This document was created by FarrisFahad on 19 March 2020 for Everyday Calculators */
/*

Website Info:
For: Desktop
Width: 900px
Font: Raleway

Colors (Hex):
Color: #FFF
Color: #30C39E
Color: #444
Color: #F5F5F5
Color: #EEE

*/


/* ---------------------------------- */
/* ---------------------------------- */
/* HTML */
body{
  margin: 0px;
  background-color: #FFF;
  color: #000;
  font-family: 'Raleway';
  font-size: 16px;
}

*{
  margin: 0px;
  padding: 0px;
  outline: none;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-decoration: none;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* Layout */
.Content{
  width: 900px;
  height: auto;
  overflow: visible;
  margin: auto;
}

.Left{
  width: 300px;
  height: auto;
  overflow: visible;
  float: left;
  margin-right: 20px;
}

.Right{
  width: 580px;
  height: auto;
  overflow: visible;
  float: left;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* Sidebar */
.Sidebar{
  width: calc(100% - 41px);
  height: auto;
  overflow: visible;
  border-right: 1px solid #DDD;
  padding: 20px;
}

.Sidebar .LogoA{
  display: block;
  width: calc(100% - 30px);
  height: 25px;
  padding: 15px;
  background-color: #30C39E;
  color: #FFF;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
}

.Sidebar .ButtonA{
  display: block;
  width: calc(100% - 32px);
  height: 20px;
  padding: 15px;
  background-color: #EEE;
  border: 1px solid #CCC;
  text-align: left;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

.Sidebar .ButtonB{
  display: block;
  width: calc(100% - 32px);
  height: 20px;
  padding: 15px;
  background-color: #F2F2F2;
  border: 1px solid #FFF;
  text-align: left;
  color: #AAA;
  font-size: 18px;
  line-height: 20px;
}

.Sidebar .ButtonB:hover{
  background-color: #EEE;
  border: 1px solid #CCC;
  color: #333;
}

.Sidebar .SubButtonA{
  display: block;
  width: calc(100% - 47px);
  height: 15px;
  padding: 15px;
  background-color: #EEE;
  border: 1px solid #CCC;
  border-left: 15px solid #30C39E;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 15px;
}

.Sidebar .SubButtonB{
  display: block;
  width: calc(100% - 47px);
  height: 15px;
  padding: 15px;
  background-color: #F2F2F2;
  border: 1px solid #DDD;
  border-left: 15px solid #DDD;
  text-align: left;
  color: #333;
  font-size: 14px;
  line-height: 15px;
}

.Sidebar .SubButtonB:hover{
  background-color: #EEE;
  border: 1px solid #CCC;
  border-left: 15px solid #30C39E;
  color: #333;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* Calculator */
.Calculator{
  width: 100%;
  height: auto;
  overflow: visible;
  margin-bottom: 20px;
  margin-top: 20px;
}

.Calculator .HeaderA{
  width: calc(100% - 42px);
  height: 25px;
  padding: 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
  color: #333;
  border-bottom: none;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
}

.Calculator .CalculatorA{
  width: calc(100% - 42px);
  height: auto;
  overflow: visible;
  padding: 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
  line-height: 25px;
  font-size: 16px;
}

.Calculator .FieldA{
  width: 100%;
  height: 50px;
}

.Calculator .NameA{
  width: calc(100% - 220px);
  height: 50px;
  float: left;
  font-size: 20px;
  line-height: 50px;
  color: #333;
}

.Calculator .TextfieldA{
  width: 188px;
  height: 20px;
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #CCC;
  float: left;
  font-family: inherit;
  font-size: 20px;
  color: #333;
  text-align: right;
}

.Calculator .DropA{
  position: relative;
  width: 220px;
  height: 52px;
  float: left;
}

.Calculator .FieldB{
  width: 188px;
  height: 20px;
  padding: 15px;
  background-color: #FFF;
  border: 1px solid #CCC;
  float: left;
  font-family: inherit;
  font-size: 20px;
  color: #333;
  text-align: left;
}

.Calculator .FieldB:hover{
  cursor: pointer;
}

.Calculator .OptionsA{
  position: absolute;
  top: 51px;
  left: 0px;
  width: 198px;
  border: 1px solid #CCC;
  max-height: 208;
  display: none;
  z-index: 2;
}

.Calculator .OptionA{
  width: 188px;
  height: 20px;
  padding: 15px;
  background-color: #FFF;
  float: left;
  font-family: inherit;
  font-size: 20px;
  color: #333;
  text-align: left;
}

.Calculator .OptionA:hover{
  background-color: #EEE;
  cursor: pointer;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* Results */
.Results{
  width: 100%;
  height: auto;
  overflow: visible;
  margin-bottom: 20px;
  margin-top: 20px;
}

.Results .HeaderA{
  width: calc(100% - 42px);
  height: 25px;
  padding: 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
  color: #333;
  border-bottom: none;
  text-align: left;
  font-size: 25px;
  line-height: 25px;
}

.Results .HeaderB{
  width: calc(100% - 42px);
  height: 25px;
  padding: 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
  color: #333;
  text-align: left;
  font-size: 25px;
  line-height: 25px;
}

.Results .ResultsA{
  width: calc(100% - 42px);
  height: auto;
  overflow: visible;
  padding: 20px;
  background-color: #EEE;
  border: 1px solid #CCC;
}

.Results table{
  width: 100%;
  height: auto;
}

.Results tr{
  width: calc(100% - 40px);
  height: 40px;
}

.Results th.NameA{
  width: 140px;
  height: 40px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.Results th.ValueA{
  width: 220px;
  height: 40px;
  color: #333;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
}

.Results td.NameA{
  width: 140px;
  height: 40px;
  color: #333;
  font-size: 20px;
}

.Results td.ValueA{
  width: 220px;
  height: 40px;
  color: #333;
  font-size: 20px;
  text-align: right;
}

.Results td.ValueMoneyA{
  width: 220px;
  height: 40px;
  color: #333;
  font-size: 20px;
  text-align: right;
}
