body{
	margin:0;
	padding:0;
	background:#f2f5fc;
}
.navbar-bg{
	background:#1c1f26;
    box-shadow: 0 2px 30px 2px rgb(0 0 0 / 10%);
}

.navbar-netwave{
	background:#55a4db;
	color:white;
}
.netwave-subnavbar{
	box-shadow: 0 3px 8px -2px #e3e8f0;
	
}
.navbar-brand{
	padding:0;
}

.invoices-pdf-button{
	margin-top:0.75rem !important;
	background-color:#ebf0f5;
	border:0px;
	border-radius: 30px;
	color:#596c91;
	padding:10px 15px !important;

}
.invoices-pdf-button i{
	margin-top:0.75rem !important;
	padding-left:5px;
	color:#818fae;
}

.invoices-pdf-button:hover{
	background-color:#e0e6ec;
	text-decoration: none;
	color:#596c91;
}

.invoices-email-sent{
	background:#e3f6ed;
	color:#4a9a81;
	padding:8px 15px;
	border:0px;
	border-radius: 30px;
	max-width:200px !important;
}
.invoices-subnavbar-button{
	background-color:#55a4db;
	padding:8px 20px;
	border:0px;
	border-radius: 30px;
	color:white;
	margin:2px;

}
.invoices-subnavbar-button:hover{
	text-decoration: none;
	color: white;
	background-color: #4a90c2;

}
.invoices-subnavbar-button2{
	background-color:#ebf0f5;
	padding:8px 20px;
	border:0px;
	border-radius: 30px;
	color:#818fae;
	margin:2px;
	
}
.invoices-table-td{
	padding:8px 15px;
}
.invoices-general-table-button{
	background-color:#ebf0f5;
	padding:8px 20px;
	border:0px;
	border-radius: 30px;
	color:#818fae;
	margin:2px;
	cursor:pointer;
}
.invoices-general-table-button:hover{
	background-color:#e0e5eb;
	color:#818fae;
	text-decoration: none;
}
.invoices-general-table-button i{
	margin-top:0.75rem !important;
}

.modal-content{
	border-radius: 10px;
    background: white;
    padding: 10px;
    color:#818fae;
}
.modal-title{
	color:#818fae;
	font-weight: bold;
}
.form-control{
	border-radius: 8px;
}
button:focus{
	outline:none;
}
.nwcld-card-title{
	color:#818fae !important;
}
.nwcld-card{
	margin:3px;
	background:white;
	
	padding:10px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #e3e8f0;
}
.fiscal_year_button{
	min-width: 100px;
	background-color:#ebf0f5;
	padding:8px 20px;
	border:0px;
	border-radius: 30px;
	color:#818fae;
	
	font-weight: bold;
}
.fiscal_year_button_active{
	background-color: #55a4db;
	color: white;
}
.fiscal_year_button:hover{
	background-color:#818fae;
	color:#ebf0f5;
}