#index_body {
	background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ), url(../images/cloud-pos-system.jpg);
	background-position: center;
    background-size: cover;
}

th {
  background: #dee2e6;
  position: sticky;
  top: -1px; /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

#pro_imgss {
    width: 100%;
    height: 300px;
    object-fit: fill;
	margin-bottom: 20px;
}

#img_edit {
    width: 45%;
    height: 150px;
    object-fit: fill;
}

#top_fixed {
    background-color: #204460;
    color: white;
	padding-top: 4px;
	padding-bottom: 5px;
	z-index: 99;
    position: fixed;
}

#top_float a {
	color: white;
	text-decoration: none;
	float: right;
	padding: 5px;
}

#nav_list li a {
	text-decoration: none;
}

#nav_list :hover {
	background-color: #4a6b8e;
}

#left_menu {
    position: fixed;
	float: left;
	width: 13%;
	height: 100%;
	padding-top: 20px;
}

#right_pane {
    /*float: right;
    position: absolute;*/
    
	
	padding-top: 20px;
}

#nav_list li  {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
}

#nav_list li a {
	color: white;
}

#db_img {
	width: 80%;
}

#index_form {
    box-shadow: 0 2px 10px black;
    margin: auto;
    border-radius: 5px;
    max-width: 50%;
    background-color: white;
    padding: 25px;
	margin-bottom:0;
	margin-top: 145px;
}

#danger {
    position: absolute;
    z-index: 99;
    width: 35%;
    border-radius: 0;
    /* width: 50%; */
}

#menu {
	width: 25px;
    height: 5px;
    background-color: white;
	color:white;
    margin: 3px 0;
}

#wholecont {
    /* border: 1px solid lightgrey; */
    padding: 30px;
    -webkit-box-shadow: 10px 9px 43px -5px rgba(0,0,0,0.29);
-moz-box-shadow: 10px 9px 43px -5px rgba(0,0,0,0.29);
box-shadow: 10px 9px 43px -5px rgba(0,0,0,0.29);
}


#img_media {
    width: 30%;
}

input.formform {
    background-color: transparent;
    color: white;
    text-decoration: blink;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
	position: relative;
    top: 8px;
}

#container_border {
	
}

div#tot_scetion {
    color: white;
    width: 25%;
    float: right;
    padding: 20px;
	position: absolute;
    bottom: -20px;
    right: 35px;
}

#total_cnt {
    position: fixed;
    bottom: 0;
    background-color: #607d8b24;
    /* padding: 25px; */
}

#table_scroll_prdts {
	height: 420px;
	overflow-y:auto;
	margin-bottom:20px;
}

#table_scroll {
	height: 350px;
	overflow-y:auto;
}

#table_scroll_prdtssales {
	height: 350px;
	overflow-y:auto;
}

#dbmenu_list {
	border:1px solid #ffffff8f;
	font-size: 14px;
	height: 495px;
    overflow: auto;
	/*height:500px;
	overflow-x:auto;*/
}

#dbmenu_list li {
	padding:10px;
}

#dbmenu_list li:hover {
	background-color:blue;
}

#dbmenu_list li a {
	color:white;
	text-decoration:none;
}

#cat_header {
    color: #ffffff8f;
    text-transform: capitalize;
    font-size: 20px;
}

#db_db {
	border: 1px solid #ffffff8f;
    height: 235px;
    overflow-x: auto;
    padding: 10px;
}

#db_db2 {
	border: 1px solid #ffffff8f;
    height: 325px;
    overflow-x: auto;
    padding: 10px;
}

#db_list li {
	color:#ffffff8f;
}

#db_totalsales {
    color: white;
    font-size: 65px;
	font-weight:700;
}

#prdt_list li {
	display:inline-block;
	padding-right:15px;
	text-align:center;
	font-size:14px;
}

#prdt_list li a {
	color:white;
	text-decoration:none;
}

#dtHorizontalVerticalExample th, td {
white-space: nowrap;
}

#edit_head {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 50px;
}

#prdt_form {
    width: 30%;
    position: absolute;
    top: 0;
    right: 25px;
}

form#inform {
    width: 15%;
}

a#checkout_btn {
    margin-top: 40px;
    padding: 13px;
}

#chkoutbtn {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: white;
    height: 50px;
    margin-top: 10px;
}

#chkout_form {
    /* background-color: red; */
    padding: 10px;
    box-shadow: 1px 2px 6px -3px;
	margin-top:4%;
}

a#done {
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}

#error_search {
    color: #ffffff99;
    text-align: center;
    font-size: 40px;
    background-color: transparent;
    box-shadow: none;
}

img#sadface {
    width: 15%;
}

#db_list li {
	background-color:#ffffff8f;
	margin:5px;
	color:white;
	padding:10px;
}

#db_list li a {
	color:white;
	text-decoration:none;
}

#table_tr_color {
	color:white;
}

#disp_none {
	display:none;
}

#signature {
    color: #6c757d!important;
    font-size: 10px;
    position: relative;
    right: 0;
    bottom: -40px;
    left: 0;
}

#cart_div {
    width: 50%;
    margin: auto;
    background-color: #ffffffde;
    padding: 50px;
    text-align: center;
    box-shadow: 2px 2px 10px;
}

#adcart_btn {
    background-color: green;
    color: white;
    padding: 14px;
    border-radius: 10px;
}

#leftshrtmenu {
    background-color: white;
    padding: 8px;
	color:black;
    margin: 5px;
	font-size: 13px;
	box-shadow: 2px 2px 2px -1px;
}

#payment_form {
    width: 45%;
    margin: auto;
}

#report_list li a {
	color:#dee2e6;
	text-decoration:none;
}

#report_list li {
	margin:10px;
}

#report_list :hover {
	background-color:#0000008f;
	padding:3px;
}

#dbpaylist {
	text-align:left;
	color:white;
	height:157px;
}

#dbpaylist li {
	padding:8px;
	font-size:12px;
}

table#detail_table {
    background-color: white;
    box-shadow: 2px 2px 3px 0px;
    width: 60%;
}

span#forgt_psswrd {
    font-size: 12px;
    position: relative;
    color: #0000008c;
    top: 10px;
}

.dark-mode {
  background-color: black;
  color: white;
}

#prdt_form2 {
    width: 50%;
    float: right;
	margin-bottom:10px;
    /* position: absolute; */
    /* top: 0; */
    /* right: 25px; */
}

#dbmenu_list2 {
    border: 1px solid #ffffff8f;
    font-size: 14px;
	position:fixed;
}

#dbmenu_list2 li {
	padding:10px;
}

#dbmenu_list2 li:hover {
	background-color:blue;
}

#dbmenu_list2 li a {
	color:white;
	text-decoration:none;
}


#branch_namee {
	display:none;
}

p#prof {
    background-color: #32526d;
    padding: 10px;
    border-radius: 100%;
    width: 35%;
    text-align: center;
    margin: auto;
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    /* box-shadow: 2px 3px 10px -3px black;  */
}

a#addcust_modal {
    position: absolute;
    top: -25px;
    right: 15px;
    font-size: 15px;
	color:inherit;
}

#cartbasket {
    font-size: 25px;
    position: relative;
    top: 10px;
}

#carttotal {
    position: absolute;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px;
    left: 25px;
	width: 24px;
    text-align: center;
}

span#comp_btn {
    float: right;
    position: relative;
    top: 6px;
}

div#pay_detls_tble {
    background-color: white;
    padding: 10px;
}

#prdt_form2 {
    position: absolute;
    top: 0;
    right: 170px;
}

input#inline_input {
    background-color: #32526d;
    /*border: 1px solid transparent;*/
	border: 1px solid #ffffff1f;
    color: white;
	width:250px;
}

#chkout_btn {
    position: absolute;
    right: 140px;
}

#pname {
	color:white;
}

p#ref_text {
    color: white;
    text-align: center;
    font-size: 20px;
	margin-bottom: 50px;
}

#refund_form {
    /* background-color: grey; */
    padding: 60px;
    width: 70%;
    margin: auto;
    box-shadow: 0px 1px 2px 0px black;
}

#sale_cnt {
    background-color: #ffffff30;
    width: 70%;
    padding: 30px;
    box-shadow: 0px 1px 2px 0px black;
    color: white;
	border-radius: 5px;
}

#it_nm {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    font-style: oblique;
	text-transform:uppercase;
}

#ava_qnty {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

#logo {
    position: absolute;
	background-color:transparent;
    width: 15%;
    height: 90px;
    object-fit: contain;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
}

.table td, .table th {
    vertical-align: top;
    border-top: 1px solid #dee2e621;
}

::placeholder {
	/*chrome, firefox, opera,safari*/
	color:white;
	opacity: 1;	
}

:-ms-input-placeholder {
	/*int explorer*/
	color:white;
}

::-ms-input-placeholder {
	/*microsoft edge*/
	color:white;	
}

#report_totals  {
	position:fixed;
	bottom:5px;
	list-style:none;
	list-style-type:none;
	
	white-space: nowrap;
    overflow-x: auto;
    width: 65%;
}

#report_totals li {
	font-weight:600; 
	color:white;
	background-color:#28a745;
	padding: 0.375rem 0.75rem;
	display:inline-block;
	margin-bottom:2px;
	list-style-type:none;
}

 /* margin-bottom: 10px; */

#chkout_btn {
 position: absolute;
    right: 170px;
    top: 0px;
}

#cmp_nme {
    color: white;
    text-transform: uppercase;
}

#logologo {
   width: 30%;
    height: 100px;
    object-fit: contain;
	background-color:white;
}

#redred ::placeholder {
		color:red;	
	}
	
#greengreen ::placeholder {
		color:white;	
	}


#alldltbtn {
    position: fixed;
    bottom: 80px;
    right: 40px;
}

ul.pagination {
    float: right;
}

#ttl_listt {
	color:white;
	font-weight:600;
}

#ttl_listt li {
	padding-right:20px;
	display:inline-block;
}

#footer_ttl_value {
    position: fixed;
    bottom: 5px;
    font-weight: 600;
    color: white;
}

#footer_ttl_value li {
	display:inline-block;
	padding-right:10px;
	background-color: #28a745;
	padding:7px;
}

#sales_tot_list {
    float: right;
    color: white;
    text-align: right;
    font-weight: 800;
    font-size: 20px;
}

#order_list {
	float:right;
}

#order_list li {
	display:inline-block;
	padding-right:2px;
}

#sls_left_menu li {
	background-color:white;
	font-size:12px;
	padding:10px;
	margin-bottom:5px;
}

#sls_left_menu a {
	text-decoration:none;
	color:black;
}

#sls_left_menu {
    height: 518px;
    /* background-color: red; */
    overflow-x: auto;
}

#req_form {
    background-color: white;
	padding: 20px;
	/*width: 100%;
	height: 560px;
	overflow: auto;
	padding-top:0;*/
}

#ad_btn {
  font-size: 8px;
}

#tb_list {
  background-color: white;
  padding: 10px;
}

#updt_btn {
    font-size: 11px;
}

.req_tb {
	background-color: white;
    width: 70%;
    margin: auto;
    box-shadow: 2px 2px 2px 0px;
}

#remarks {
    color: #00000052;
}

#addcatpetform {
    width: 32%;
}

.income_statement_table {
    padding: 10px;
    background-color: white;
}

#heyyy {
    width: auto;
    height: 26px;
}

#cart_form2 {
    background-color: white;
    padding: 20px;
    width: 60%;
    margin: auto;
}

#exp_form_bg {
    background-color: white;
    padding: 10px;
}

#imgfile {
    position: relative;
    top: 9px;
}

#ctimg {
    height: 50px;
    width: 85px;
    object-fit: fill;
}

#upp {
	background-color: red;
    position: fixed;
    z-index: 2000;
}

#catcat_img {
    width: 100%;
    box-shadow: 2px 2px 6px -2px black;
    height: 130px;
    object-fit: fill;
    object-position: center;
	border-radius: 5px;
}

#catcat_name {
    background-color: transparent;
    color: white;
    text-transform: capitalize;
    margin-top: 5px;
	font-size: 13px;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    background-color: #192936db;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

button.close {
    background-color: white;
}

.modal-footer {
    display: -webkit-box;
    background-color: #192936db;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid;
}

#sm_sm {
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 12px;
    position: absolute;
    bottom: 75px;
    z-index: 11111111;
    left: 25px;
}









.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 99;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 15px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 50px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 0;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

}


@media screen and (max-width: 990px) {
div#tot_scetion {
    color: white;
    width: 30%;
    float: right;
    padding: 20px;
}

#index_body {
	background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ), url(../images/cloud-pos-system.jpg);
	background-position: center;
    background-size:auto;
}

table#detail_table {
    background-color: white;
    box-shadow: 2px 2px 3px 0px;
    width: 100%;
}

#danger {
    position: absolute;
    z-index: 99;
    width: auto;
    border-radius: 0;
    /* width: 50%; */
}

#payment_form {
    width: 80%;
    margin: auto;
}

#report_totals {
    position: absolute;
    bottom: -50px;
    list-style: none;
    list-style-type: none;
}

#addcatpetform {
    width: 50%;
}

#report_totals  {
	position:fixed;
	bottom:5px;
	list-style:none;
	list-style-type:none;
	
	white-space: nowrap;
    overflow-y: auto;
    width: 47%;
}
}


@media screen and (max-width: 767px) {
#index_body {
	background: linear-gradient( rgba(0,0,0,0.5), rgba(0, 0, 0, 0.5) ), url(../images/cloud-pos-system.jpg);
	background-position: center;
    background-size:auto;
}
	
	#left_menu {
    position: fixed;
	float: left;
	width: 100%;
}
	
/*#right_pane {
    float: right;
    position: absolute;
    right: 0;
	max-width: 100%;
}*/
	
#index_form {
    box-shadow: 0 2px 10px black;
    margin-top: 160px;
    border-radius: 5px;
    max-width: 100%;
    background-color: white;
    padding: 25px;
	margin-bottom:0;
}

img#logo {
    position: absolute;
    width: 25%;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
}

.col-xs-6 {
	width:50%;
}

.col-xs-100 {
	width:100%;
}

.col-xs-10 {
	width:10%;
}

.col-xs-12 {
	width:90%;
}

.col-xs-80 {
	width:80%;
}

#db_img {
	display:none;
}

div#tot_scetion {
    color: white;
    width: 100%;
    float: right;
    padding: 20px;
}


form#inform {
    width: 100%;
}

a#checkout_btn {
    margin-top: 10px;
    padding: 8px;
}

#cart_div {
    width: 100%;
    margin: auto;
    background-color: #ffffffde;
    padding: 50px;
    text-align: center;
    box-shadow: 2px 2px 10px;
}

/*#leftshrtmenu {
    background-color: white;
    padding: 10px;
	color:black;
    margin: 5px;
	font-size: 13px;
	display:none;
}*/

#payment_form {
    width: 100%;
    margin: auto;
}

table#detail_table {
    background-color: white;
    box-shadow: 2px 2px 3px 0px;
    width: 100%;
}

#danger {
    position: absolute;
    z-index: 99;
    width: auto;
    border-radius: 0;
    /* width: 50%; */
}

#dbmenu_list2 {
    border: 1px solid #ffffff8f;
    font-size: 14px;
	position:relative;
}

#prdt_form {
    width: 30%;
    position:inherit;
    /* top: 6px; */
    margin-bottom: 20px;
    right: inherit;
}

#carttotal {
    position: absolute;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px;
    left: 13px;
    bottom: 17px;
}

p#cartbasket {
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: 0;
}

#sale_cnt {
    background-color: #ffffff30;
    width: 100%;
    padding: 30px;
    box-shadow: 0px 1px 2px 0px black;
    color: white;
}

#alldltbtn {
    position: absolute;
    bottom: 25px;
    right: 40px;
}

#excel_form {
	float:right;
}

#footer_ttl_value {
    font-size: 12px;
    position: absolute;
    bottom: 3px;
    font-weight: 600;
    color: white;
}

#footer_ttl_value li {
    display: inline-block;
    padding-right: 10px;
    background-color: #28a745;
    padding: 7px;
    width: 48%;
}


ul#dbmenu_list {
    list-style: none;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    padding: 10px;
	height:80px;
	font-size:12px;
}

ul#dbmenu_list li {
	display:inline-block;
}

#sls_mnu {
	list-style: none;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    padding: 10px;
	height:200px;
	font-size:12px;
}

#sls_mnu #leftshrtmenu {
	display:block;
}

#total_cnt {
    position: relative;
    bottom: 0;
    background-color: #607d8b24;
    padding: 0;
}

#sales_tot_list {
    float: right;
    color: white;
    text-align: right;
    font-weight: 800;
    font-size: 18px;
    position: relative;
    right: 20px;
}

#addcatpetform {
    width: 100%;
}

#req_form {
    background-color: white;
    padding: 20px;
    width: 100%;
}

#report_totals  {
	position:fixed;
	bottom:5px;
	list-style:none;
	list-style-type:none;
	
	white-space: nowrap;
    overflow-x: auto;
    width: 90%;
}

#cart_form2 {
    background-color: white;
    padding: 20px;
    width: 100%;
    margin: auto;
}

.req_tb {
	background-color: white;
    width: 100%;
    margin: auto;
    box-shadow: 2px 2px 2px 0px;
}
}