:root {
    --bs-body-color: #1697b0;
	--bs-body-font-size: 0.9rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.2;
}
html {
    background-color: #f0f3f4;
    position: relative;
    min-height: 100%;
}
body {
	background-color: #d2e3ed;
	background-image: linear-gradient(160deg, #f8f9fa 0%, #80D0C7 100%);
	color: black;
}
tbody{
    color: black;
}
.btn-close{
    background-color: red;
}
    
/* Tables */
.table>:not(caption)>*>* {
    padding: .01rem .2rem;
}
.table{
	--bs-table-bg:none;
}
.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #d0e4f7;
}
.inactive{
    font-style: italic;
    background-color: lavender;	
}
.inv-paid{
    background-color: #bff0bf;	
}
.inv-unpaid{
    background-color: #edd3d3;
}
.inactive{
	font-style:italic;
	font-size:smaller;
}
.inactive >td{
	color: darkgrey;
}
.tech-id{
	visibility:hidden;
	display:none;
}
.accounting{
	text-align:right;
}
.table-striped>tbody>tr:nth-child(odd)>td {
   background: linear-gradient(#cdf0ff, #afb8f447);
}
.btn-actions{
	border-radius: 25% 10%;
	padding-right:5px;
	margin-right:5px;
}
.btn-inv-edit, .btn-inl-edit, .btn-cus-edit, .btn-pro-edit{
	background: linear-gradient(#bcd0ed, #0dcaf0);	 
}
.btn-inv-print{
	background: linear-gradient(#cdffcd, #48f908);
}
.btn-inv-pdf{
	background: linear-gradient(#fff, #f9ac08);
}
.btn-inv-delete,  .btn-inl-delete, .btn-cus-delete, .btn-pro-delete{
	background: linear-gradient(#ffcdfb, #de1c3b);
}
.btn-inv-copy{
	background: linear-gradient(#fff3cd, #f4dbaf);
}
.btn-inv-peppol{
	background: linear-gradient(#633dfb, #b0f3f3);
}
#invoicesDTBody > td{
    border-bottom-style: dashed;
    border-bottom-width: 2px;
    border-bottom-color: lightgrey;
}
#spinner{
    width: 4rem; 
    height: 4rem;
}
.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top:-1px;
    border-right: 1px solid #eee;
    background-color: #3a3f51;
    color: #a6a8b1;
}
.nav-sidebar {
  margin-right: -21px; 
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #a6a8b1;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav > li > a:focus, .nav > li > a:hover{
	color: #fff;
  	background-color: #32374a;
}

.main {
  padding: 20px;
}
.invoice-list-container, .content-invoice, .customer-list-container{
    background:white;
    opacity:0.8;
    padding: 5px !important;
}
.mandatory{
    color:red;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}
.navbar-inverse {
    background-color: #f04949;
    border-color: #f04949;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size:20px;
    font-weight: bold;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #f04949;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #f04949;
}

.line {
    font-size: 0;
    height: 2px;
    margin: 10px 0;
    overflow: hidden;
    width: 100%;
    background-color: #2e3344;
}
.sidebar ul.nav li a > i {
    float: left;
    line-height: 40px;
    margin: -10px 5px -10px -10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 40px;
}
.sidebar ul.nav li a{
	font-weight: 700;
}


.logout .fa{
	color:#fff !important;	
}
.logout .fa:hover, .logout .fa:active, .logout .fa:focus{
	color:#111 !important;
}
input[type=number]{ -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.message_success{background-color: #78b310; color:#fff;padding: 5px;}
.message_error{background-color: #e74c3c; color:#fff;padding: 5px;}
.modal-body{
	position: relative;
    overflow-y: auto;
    max-height: 100%;
}
@media print {
    #print_content {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin-left: 20px;
        margin-right: 20px;
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
}
.searchTxt{
	margin-bottom: 10px;
}
.success-icon{
	font-size:5em;
}
.invoice-save-top{
	margin-top:20px;height:60px;padding:20px;font-size:20px;
}
.invoice-save-btm{
	height:60px;padding:20px;font-size:20px;
}
.receipt-save-btn{
    font-size: 15px;
    height: 40px;
    margin-top:20px;
}

.bottom-ads{
	padding-left:0%;
}
@media (min-width: 768px) {
	.bottom-ads{
		padding-left:9%;
	}
}
.login-form {
    width: 380px;
    margin: 1% auto;
    padding: 20px;
	color:white;
}
.demo-heading {
	width: 600px;
    margin: 1% auto;
    padding: 20px;
}
.customer_detail_container{
    border-top: grey 1px solid;
    border-bottom: grey 1px solid;
    margin-bottom: 35px;
    text-align: left;
}
.dashboard{
    text-align: center;
}
.header{
    margin-bottom: 50px;
}
.menus .panel {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.menus a{
    text-decoration: none;
    cursor: pointer;
}

.notice-information{
    text-align: left;
    color:red;

}

.notices {
    margin:0 !important;
    min-height:280px;   
}

.logged-in-button {
    margin: 10px 10px 0 0;
} 

.back_btn{
    margin-top:10px;
}
.center {
    text-align: center
}
