@font-face {
    font-family: "source sans pro light";
    src: url("SourceSansProLight.woff") format('woff');
}
body {
  font-family: 'source sans pro light', arial;
  color: white;
	background-color: #333333;
  margin: 0px;
	/*background-image: url('img/bg3.png'); 
	background-repeat: no-repeat;
  background-size: cover;*/
}
#main {
	max-width: 750px;
}
#main-wide {
	max-width: 900px;
}
a {
  text-decoration: none;
  color: white;
}
h1 {
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 0.1em;
}
h2 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	text-align: center;
}
h3 {
  font-size: 24px;
}
input[type="text"],input[type="number"],input[type="password"],select,textarea {
  font-size: 16px;
  color: white;
  font-family: 'source sans pro light', arial;
  padding: 6px 10px 6px 10px;
  border: 0px;
	background-color: #555555;
	-webkit-appearance: none;  
	border-radius: 8px;	
}
input[type="text"]:hover,input[type="number"]:hover,input[type="password"]:hover,select:hover,textarea:hover {
	background-color: #666666;
}
select {
	padding: 6px 22px 6px 10px;
	background-image: url('img/arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
}
input[type="submit"],input[type="button"] {
  font-family: 'source sans pro light', arial;
  font-size: 20px;
  background-color: #563c7d;
  color: white;
  border: 0px;
  padding: 5px 25px 5px 25px;
  border-radius: 16px;
  -webkit-appearance: none;
	cursor: pointer;
}
input[type="submit"]:hover,input[type="button"]:hover,input[type="image"]:hover {
	background-color: #614693;
}
input[type="button"]:disabled {
	color: #dddddd;
	background-color: #999999;
}

input[type="file"] {
	/* HIDE FILE INPUT */ 
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	font-family: 'source sans pro light', arial;
  font-size: 20px;
  background-color: #563c7d;
  color: white;
  border: 0px;
  padding: 5px 25px 5px 25px;
  border-radius: 16px;
  -webkit-appearance: none;
	cursor: pointer;
}
.inputfile + label:hover {
	background-color: #614693;
}

input[type=number]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    /*cursor:pointer;
    display:block;
    width:8px;
    color: #666;
    text-align:center;
    position:relative;*/
}    
input[type=number]:hover::-webkit-inner-spin-button { 
    background: #eee url('img/spinner.png') no-repeat 50% 50%;  
    width: 14px;
    height: 18px;
    position: relative;
}
.input-button {
	/* GREY BUTTON */
	background-color : #555555!important;
	/*height: 32px;
	width: 24px!important;*/ 
	padding: 0px!important;
	border-radius: 6px!important;
	/*vertical-align: bottom!important;*/
}

sup {
	padding-left: 4px;
	font-size: 8px;
}
#getting-started {
  background-image: url('img/bg2.png'); 
	background-repeat: no-repeat;
  background-size: cover;
}
#getting-started p {
  font-size: 15px;
}
.coin-button {
  margin: 4px;
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: white;
}

.alert_box1 {
  padding: 3px;
  /*width: 90%;*/
  border-radius: 15px;
  color: #ff8888;
  /*border: 1px solid #ff8888;*/
  margin: 3px; 
}

#login-page {
	 /*padding-top: 40%;*/ 
	 text-align: center; 
	 background-image: url('img/bg2.png'); 
	 background-repeat: no-repeat;
   background-size: cover;
	 height: 100%;
	 overflow: hidden;
}
#login-page input[type="text"],#login-page input[type="password"],#getting-started input[type="text"],#getting-started input[type="password"]{
	-webkit-box-shadow: 0 0 0 30px white inset;
	/*-webkit-text-fill-color: black!important;*/
}
#header {
	z-index: 20;
	position: sticky;
	position: -webkit-sticky;  
	position: -moz-sticky;  
	position: -ms-sticky;  
	position: -o-sticky; 
	top: 0; 
	height: 55px; 
	background-color: #5f4795;
	background-image: url("img/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#sidebar {
  display: none;
  position: absolute;
  z-index: 50;
  background-color: #393939;
  width: 250px;
  height: 100%;    
}
#nav {
  text-transform: uppercase;    
	/*height: 100%;*/
}
#nav li {
  font-size: 20px;
  padding-bottom: 20px;
  list-style-type: none;
}
#nav li a {
  color: white;
  text-decoration: none;
}
#menu-add {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 30;
  background-color: #ffffff;
  width: 180px;
  height: 235px;   
  color: #444444; 
}
#add-list {
  padding-left: 16px;
}
#add-list li {
  font-size: 23px;
  padding-bottom: 16px;
  list-style-type: none;
} 
#add-list li a {
  color: #444444;
  text-decoration: none;
}
.panel {    
  background-color: rgba(255,255,255, 0.1); 
  width: calc(100%-5px); 
  padding: 10px;
}
.panel-help {    
  background-color: #3c3a46; 
  width: calc(100%-5px); 
  padding: 10px;
}
.login_error {		
	color: #ffc6c6;
}
.type-sq {
  margin-left: 4px;
  display: inline-block;
  width: 3px;
  height: 10px;		
}
.type-sq-red {
	background-color: red;
}
.type-sq-orange {
	background-color: orange;
}
.type-sq-green {
	background-color: green;
}

.budget_table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
}
.tab {
	color: grey;
}

#tab3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	-webkit-user-select: none;
}

.tab:hover {
	cursor: pointer;
	background-color: #555555;
}

.popup-dialog {
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}*/

.set-budget-table {
	margin-bottom: 40px;
}

.set-budget-totals-table {
	margin-bottom: 40px;
	background-color: #484848;
	padding: 0px 10px 10px 10px;
}

.set-budget-table th {
	padding: 5px;
	white-space: nowrap;
	
}
.set-budget-table td {
	font-size: 20px;
	vertical-align: top;	
	padding: 5px;
}
.set-budget-totals-table th {
	padding: 10px 5px 10px 5px;
	white-space: nowrap;
	font-size: 16px;
	height: 55px;
}

.set-budget-totals-table td {
	font-size: 16px;
	vertical-align: top;	
	padding: 5px;
}
.pad-left {
	padding-left: 20px!important;
}
.pad-left-more {
	padding-left: 30px!important;
}
#reset-income:hover {
	opacity: 0.2;
}


#logtable {
  font-size: 12px;
}
#logtable th {
  text-align: left;
}