@font-face {
    font-family: "Muli";
    src: url("fonts/Muli.ttf");
}
body {
  font-family: Muli;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  background-color: #fff;
  margin-left: 30px;
}
data {
  display: none;
}
datalist {
  display: none;
}
h2 {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  color: #333;
}
h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
}
input {
  font-family: Muli;
  font-size: 16px;
  height: 32px;
  color: #555;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}
input[type=number] {
  text-align:right;
}
input[type=text] {
  text-align:left;
}
script {
  display: none;
}
select {
  font-family: Muli;
  font-size: 16px;
  height: 36px;
  color: #555;
  background-color: #fff;
}
table.budgetTable tr:last-child {
  font-weight: bold;  
}

/* menu beginning */
.shadow {
    box-shadow: 5px 5px 15px gray;
}
.menu-title
{
	display: inline-block;
	padding: 4px;
}
.menu-options
{
	display: none;
	background-color:#eee;
}
.menu-item
{
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.menu-item:hover
{
	cursor: pointer;
	color: rgb(240,0,0);
}
input[type="file"] {
	display: none;
}
.custom-file-upload {
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	cursor: pointer;
}
/* menu end */

/* language flags begin */
.flag-button
{
	background-color: transparent;
	margin: 0px;
	padding: 2px;
	border: 0px;
	font-size: 4px;
	line-height: 8px;
}
.flag-image
{
	width: 36px;
	height: 24px;
	background-color: transparent;
	object-fit: cover;
	margin: 0px;
	padding: 0px;
	border: 2px solid white;
	font-size: 4px;
	line-height: 8px;
	vertical-align: middle;
}
.language-flags-container
{
	background-color: transparent;
	display: flex;
	flex-direction: row-reverse;
	margin: 10px;
	padding: 0px;
	border: 0px;
	font-size: 4px;
	line-height: 8px;
}
.language-flags-container > div
{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 4px;
	line-height: 8px;
	opacity: 50%;
}
.language-flags-container > div:hover
{
	opacity: 100%;
}
/* language flags end */

.version
{
  font-family: Muli;
  font-size: 16px;
  line-height: 32px;
  color: #555;
  background-color: #fff;
  margin-top: 70px;
  margin-right: 10px;
  text-align: right;
}
.pl10 {
  padding-left: 15px;
}
.pr30 {
  padding-right:30px;
}
.btn {
  background-color: LightGray;
  border: none;
  color: white;
  width: 36px;
  height: 36px;
  font-size: 18px;
  cursor: pointer;
}
.btnBlue {
  /* padding: 12px 16px; */
}
.btnBlue:hover {
  background-color: DodgerBlue;
}
.btnRed {
  /* padding: 12px 16px; */
}
.btnRed:hover {
  background-color: Red;
}
.textRight{
  text-align: right;
  padding-right: 10px;
}
@media print {
  button {
    display: none !important;
  }
/*  input,
  textarea {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
  }*/
  select,
  textarea {
    /*border: none !important;
    box-shadow: none !important;
    outline: none !important;*/
	-moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
  }
  .no-print{
	  display: none !important;
  }
}
