html,
body {
	height: 100%;
}

body
{
	background-color: #296136;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	align-items: center;
}

html
{
	overflow-y: overlay;
}

h1
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 26px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #1E4426;
	font-weight: 700;
	color: #1E4426;
}

h3
{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	border-top: 3px solid #000;
	color: #0E5461;
	
}

input[type=date]::-webkit-datetime-edit-year-field { color: #000; }

.addedTransaction
{
	color: #1E4426;
	border-bottom: 1.5px solid #1E4426 !important;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	max-width: 240px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0;
	margin-bottom: 20px;
	letter-spacing: 2.5px;
}

.bg-money
{
	background-color: #0C1D10 !important;
}

.bg-money .btn-md
{
	border-bottom: 0;
	min-width: 10rem;
}

.bi-envelope
{
	padding-bottom: 0.1rem;
}

.btn-md
{
	min-width: 47%;
}

.col-form-label
{
	color: #1E4426;
	font-size: 0.9rem;
}

.container-of-balance
{
	margin-top: 160px;
	margin-bottom: 40px;
	background-color: #fff;
	padding: 30px 50px;
	max-width: 700px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

.container-of-balance button[type="submit"] 
{
	background-color: #1E4426;
	font-size: 20px;
	color: white;
	padding: 15px 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
}

.container-of-balance p
{
	font-size: 1.1rem;
	line-height: 1.9rem;
	color: #1E4426;
	margin: 0;
}

.dropbtn 
{
    width: 150px;
    background-color: #1E4426;
    color: white;
    border-radius: 5px;
    padding: 15px 10px;
    font-size: 14px;
    border: none;
    margin-right: auto;
    margin-left: auto;
}

.dropdown 
{
    position: relative;
    display: inline-block;
}

.dropdown-content 
{
	font-size: 12px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a 
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover 
{
	background-color: #ddd;
}

.dropdown:hover .dropbtn 
{
	background-color: #296136;
} 

.dropdown:hover .dropdown-content 
{
	display: block;
}

.empty-row
{
	border-top: 2px solid #1E4426;
	margin-left: 3px;
	margin-right: 3px;
	padding-bottom: 5px;
}

.error
{
	color: red!important;
	font-size: 0.7rem;
	margin-top: 5px;
	margin-bottom: 0px;
}

.expenses
{
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-spacing:0;
	border-collapse: collapse;
}

.expenses td
{ 
	padding: 10px 10px;
	background-color: #cccccc;
	font-size: 13px;
}

.expenses td:first-child
{
	border-right: 1px solid black;
}

.expenses th 
{
	padding: 10px 10px;
	background-color: #7f7f7f;
	font-size: 13px;
}

.expenses tr
{
	border-bottom: 1px solid black;
}

.form-signin 
{
    width: 100%;
    max-width: 500px;
    padding: 30px 50px;
    margin: auto;
    margin-top: 160px;
    background-color: #fff;
    border-radius: 10px;
    color: #1E4426;
}

.form-signin .checkbox 
{
    font-weight: 400;
}

.form-signin .form-floating:focus-within 
{
    z-index: 2;
}

.form-signin label
{
	margin-bottom: 0.1rem;
	font-size: 0.9rem;
}

.form-signin input
{
    color: #000 !important;
}

.form-signin input[type="email"] 
{
    margin-bottom: 0;
}

.form-signin input[type="password"] 
{
    margin-bottom: 0;
}

.form-signin input[type="text"] 
{
    margin-top: 0;
}

.form-signin button[type="submit"] 
{
	background-color: #1E4426;
	font-size: 18px;
	color: white;
	padding: 15px 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
}

.form-signin p
{
	font-size: 1.1rem;
	color: #1E4426;
}
	
.form-control
{
	background-color: #E0F1E4;
	color: #666;
	border: .5px solid #1E4426;
	font-size: 0.8rem;
}

.footer
{
	width: 100%;
	color: #fff !important;
	font-size: 0.8rem;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1.2rem;
	background-color: #050C06;
	letter-spacing: 3px;
}

.form-select
{
	padding-top: 8px;
	background-color: #E0F1E4;
	color: #000;
	border: .5px solid #1E4426;
	font-size: 0.8rem;
	border-radius: 5px;
	margin-bottom: 0.2rem;
}

.g-recaptcha
{
    padding-top: 5px;
}

.h3First
{
	border-top: 3px solid #1E4426;
	margin-top: 10px;
}

.h3ColorForIncomes
{
	color: #0E5461;
}

.h3ColorForExpenses
{
	color: #373737;
}

.incomes
{
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.incomes td
{ 
	padding: 10px 10px;
	background-color: #a6e7f2;
	font-size: 13px;
	border-bottom: 1px solid black;
}

.incomes tr
{
	border-bottom: 1px solid black;
}

.incomes th 
{
	padding: 10px 10px;
	background-color: #20c2df;
	font-size: 13px;
}

.incomes td:first-child
{
	border-right: 1px solid black;
}

.likeButton
{
	background-color: #1E4426;
	font-size: 18px;
	color: white;
	padding: 15px 10px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 5px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	letter-spacing: 2px;
}

.likeButton:hover 
{
	color: #FFF! important;
}

.modal-title
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #1E4426;
	font-weight: 700;
	color: #1E4426;
}

.modal-footer button
{
	background-color: #1E4426;
	color: #fff;
}

.mt-1 
{
    margin-top: 0.12rem !important;
}

.navbar-text
{
	font-size: 1.8rem;
	font-family: 'Caveat', cursive;
	color: #fff !important;
}

.navbar-brand img
{
	padding-top: 8px;
	padding-bottom: 15px;
}

.select select 
{
    -webkit-appearance: none;
    width: 150px;
    background-color: #1E4426;
    color: white;
    border-radius: 5px;
    padding: 15px 10px;
    font-size: 14px;
    border: none;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    text-align: center;
}

.select select:required:invalid 
{
    color: #white;
}

.select select option 
{
    text-align: center;
    color: #000;
    background-color: #ddd;
    border: none;
    font-size: 12px;
    line-height: 100px;
}

.select select option[value=""][disabled] 
{
    display: none;
}

.select select:focus 
{
    border: none;
}

.table-dark
{
	background-color: #000 !important;
}