*{
    padding: 0;
    margin: 0;
    outline: none !important;
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}
*, :after, :before{
/*    -moz-transition: all 70ms linear;
    -webkit-transition: all 70ms linear;
    -o-transition: all 70ms linear;
    transition: all 70ms linear;*/
}
body{
    /*filter: contrast(110%);*/
    overflow-x: hidden;
    overflow-y: auto;
}
input{
    padding: 5px;
}
.top_heading{
    color: #cccccc;
    padding-top: 15px;
    display: none;
}
h1,h2,h3,h4,h5,h6{
    text-transform: capitalize;
    color: #262626;
    margin: 0;
}
.no_left_padding{
    padding-left: 0 !important;
}
.sidebar_menu{
    position: absolute;
    /* height: 500px; */
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    padding-top: 70px;
    z-index: 0;
}

.sidebar a{
    color: #ccc;
}

.order .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(243, 243, 243, 0.4);
    opacity: 1;
}


/*.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 9;
}*/
.top_nav{
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 10px 10px 10px 0px;
    border-radius: 15px 1px;
    border: 3px solid #b9b9b9;
    background: rgb(125,126,125); /* Old browsers */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.top_nav.active, .top_nav:active{
    background: rgb(125,126,125); /* Old browsers */
    background: linear-gradient(to bottom, rgb(93, 94, 101) 0%,rgb(76, 77, 82) 100%);
    border: 3px solid #b9b9b9;
    color: #fff;
}


.quick_add{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 7%;
}
.header{
	height: 150px;

}
.new_app{
    padding: 20px;
}
.menu li h2{
	margin: 0;
}


.wd_login_form{
	position: relative;
	width: 300px;
	margin: 120px auto;
}

.wd_login_form .header{
	width: 100%;
	display: table;
	height: auto;
}
.wd_login_form .logo{
}

.wd_login_form .logo img{
	width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #456;
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.wd_login_form h3{
    color: #fff;
    font-size: 30px;
    font-family: -webkit-body;
    margin: 10px;
    text-align: center;
}

.wd_login_form form{
	margin-top: 50px;
}

.wd_login_form label{
	font-size: 16px;
	padding-right: 10px;
    color: #fff;
}


.alert{
	/*display: none;*/
    text-align: center;
}

.inp{
	padding: 5px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}


.app_to{
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px;
    height: 50px;
}

.small_inp {
	width: 50px;
}

.pass{
	width: 195px;
}

.wd_submit{
    float: right;
    margin-right: 17px;
    border: 0;
    padding: 5px 20px;
    background: #546e6e;
    color: #fff;
    margin-top: 15px; 
}

.wd_links{
	position: absolute;
	bottom: -40px;
	right: 120px;
}

.wd_links .wd_left{
	color: #fff;
}


/* =========================== SIDEBAR =============================== */
.sidebar{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    width: 70px;
    /*width: 220px;*/
    overflow: hidden;
    height: 100%;
    color: #fff;
    -webkit-transition: 0.3s, width 0.3s;
    transition: 0.3s, width 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 9;
    box-shadow: 0px 10px 10px #e2e2e2;
}

.sidebar .logo{
    position: relative;
    background-color: #edc32c;
    border-right: 1px solid #edc32c;
    cursor: pointer;
    display: table;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
    z-index: 1;
}
.sidebar .logo i{
    font-size: 30px;
    color: #fff;
}


.sidebar:hover{
    width: 220px;
}

.sidebar .txt{
    /*display: none;*/
    white-space: nowrap;
}

.menu{
    list-style: none;
    margin-top: 0px;
    border-top: 1px solid #1a1a1a;
}

.menu li{
    position: relative;
    /*padding: 25px 0px;*/
    /*border-bottom: 1px solid #1a1a1a;*/
}

.menu li .icon{
    position: absolute;
    width: 70px;
    text-align: center;
}

.menu li .txt{
    padding-left: 70px;
}

.menu li i{
    font-size: 24px;
    margin-right: 5px;
}
.menu li a{
    display: block;
    color: #cccccc;
    padding: 23px 0px;
}

.menu li h2{
    font-size: 15px;
    font-weight: 600;
}

.menu>li:hover >.icon{
    color: #ff7ab9;
}

.menu>li:hover >.txt{
    color: #ff7ab9;
}

.treeview{
    position: relative;
}
.treeview ul{
    /*position: absolute;
    left: 220px;
    top: 0px;*/
    background-color: #353535;
    /*list-style: none;
    display: none;*/
}

.treeview:hover ul{
    display: block;
}

.treeview ul li{
    background-color: #353535;
    padding: 18px;
    border-left: 1px solid;
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
}

.treeview ul li a{
    color: #fff;
    text-decoration: none;
}
.content{
    position: relative;
    margin-top: 41px;
    /*display: table;*/
    /*width: 100%;*/
    padding-bottom: 30px;
    margin-top: 50px;
    margin-left: 70px;
    overflow-x: hidden;
}

.content .title{
    position: relative;
    padding: 25px;
} 
.m-row{
	display: table;
	width: 100%;
}
.fa.active{
    color: #4fc1b3;
}

.wrapper .header{
    margin-left: 220px;
    border-bottom: 1px solid #000;
    height: 150px;
    padding: 20px;
    margin-top: 40px;
}

.std_info{
    margin: 10px;
}


.std_info label{
    font-size: 24px;
}



.std_info input{
    padding: 10px;
    border: 0;
}

.std_img{
    position: relative;
    width: 120px;
    height: 120px;
}

.std_img img{
    width: 100%;
    height: 100%;
}

meter{
    width: 80%;
    color: #456;
}

.table{
    /*padding: 25px 10px;*/
    display: table;
    width: 100%;
    margin-bottom: 0px;
}
h3{
    padding: 5px 10px;
    color: #000;
}

.button{
    width: 200px;
    margin: 20px auto;
}
.button a{
    background-color: #808183;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #353535;
    margin: 5px;
}

.button a:hover{
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.choose_file{
    float: left;

}
.std_img{
    position: relative;
    width: 120px;
    height: 120px;
}

.cus_img{
    width: 160px;
    height: 160px;
    position: relative;
    z-index: 9;
    border: solid 1px #bdbcbcee;
    top: 33px;
    left: 100px;
}

.cus_img img{
    width: 100%;
    height: 100%;
}

.std_img img{
    width: 100%;
    height: 100%;
}

.choose_img{
    z-index: 10;
    top: -7px;
    border: none;
    right: 0;
    width: 58px;
    height: 58px;
    position: absolute;
    display: none;
    cursor: pointer;
}

.choose_img img{
    width: 100%;
    height: 100%;
}

.cus_img:hover .choose_img{
    display: block;
}

.choose_file input{
    display: none;
}

#calendar{
    width: 530px;
    padding: 15px;
    /*border: 1px solid #000;*/
}

.pass_change .inp{
    width: 400px;
}

.pass_change .inp label{

}

.pass_change .inp input{
    width: 100%;
    padding: 5px;
}

.but_right{
    float: right;
    margin-bottom: 0;
}
.setting{
    padding: 20px;
}
.pass_change{
    border: 1px solid;
    padding: 10px;
}

.pass_change {}


/*HOme page*/
.home_page{
    width: 720px;
    margin: 100px auto;
    /*border: 1px solid #443;*/
    padding: 15px;


}

.home_page .logo{
    /*width: 100px;*/
    margin: 10px auto;
    
}

.home_page h3{
    margin-top: 20px;
    text-align: center;
}

.home_page .logo img{
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #456;
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.home_page .link{
    padding: 25px;
    width: 220px;
    background-color: #00b5a4;
    float: left;
    margin: 30px 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 100px;
}
.home_page .link.inverse{
    background-color: #fff;
    color: #234;
}

.home_page .link:hover{
    background-color: #fff;
    color: #234;
    border-radius: 0px 50px;
}

.home_page .link.inverse:hover{
    background-color: #00b5a4;
    color: #fff;
}

.but_submit{
    text-align: center;
}

.but_submit input[type="submit"]{
    background: #44ac19;
    border: 0px;
    padding: 5px 25px;
    color: #fff;
}

.top_bar{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 8;
    padding-left: 70px;
    height: 50px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
}

.top_bar ul{
    list-style: none;
}

.top_bar ul li{
    position: relative;
    display: inline-block;
    padding: 10px;
    margin: 4px;
    font-size: 15px;
    color: #ccc;
    min-width: 35px;
}

.top_bar ul li .logout{
    position: absolute;
    right: 0px;
    top: 10px;
}

.top_bar ul li a{
    color: #ccc ;
}

.top_bar ul li i{
    font-size: 20px;
    color: #ccc;
    cursor: pointer;
}

.sticky_note textarea{
    width: 100%;
    height: 150px;
    padding: 5px;
}

.error1{
    width: 100%;
    color: #fff;
    text-align: center;
    /*padding-right: 15px;*/
    font-size: 16px;
    background-color: #ff2e2e;
    /*margin-right: 15px;*/
    /*padding: 1px;*/
    border-radius : 0px 0px 7px 7px;
    overflow: hidden;
}

.error p{
    /*border-bottom: 1px solid #ff6161;*/
    margin: 0;
    padding: 5px;
    /*background: #ff7997;*/
    color: #fff;
}
.application{}

.application .app{
    padding: 15px;
    height: 350px;
    border: 1px solid #217fb6;
}

.comment{
    padding-top: 15px;
}

.comment .inner_box{
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.new_comment{
    position: relative;
    padding: 5px;
}
.new_comment textarea{
    width: 100%;
    height: 70px;
    padding: 10px;
    margin-bottom: 10px;
}

.new_comment button{
    background-color: #456;
    border: 0px;
    color: #fff;
    border-radius: 10px 5px 10px 5px;
    padding: 5px 10px;
    float: right;
}
.new_comment button:hover{
    background-color: #59c2ff;
}
.comment_box{
    background-color: #2a6770;
    border: 1px solid #59c2ff;
    margin: 3px;
    color: #fff;
    padding: 5px;
}

.comment_box .small{
    margin: 0px;
    text-align: right;
}

._inp{
    padding: 5px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

._inp select,._inp input{
    width: 350px;
    padding: 10px;
    float: right;
}

.no_margin{
    margin: 0;
}

.no_padding{
    padding: 0;
}

table .box{
    width: 350px;
    margin: 0 auto;
}
table .box div{
    text-align: center;
    border: 1px solid;
    width: 75px;
    margin: 0px 6px;
}


.bg_red{
    background-color: #ff4d4d !important;
    color: #fff;
}
.bg_yellow{
    background-color: #ffed3c;
    color: #fff;
}
.bg_green{
    background-color: #31ff3e;
    color: #fff;
}

.home_page .blue{
    background-color: #1d608d;
}

.home_page .grey{
    background-color: #888888;
}
/*Scroll bar*/

.sidebar_menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

.sidebar_menu::-webkit-scrollbar
{
  width: 1px;
  background-color: #F5F5F5;
}

.sidebar_menu::-webkit-scrollbar-thumb
{
  background-color: #fff;
  border: 2px solid #edc32c;
}



.reset_pass i{
    color: #808183;
    font-size: 18px;
    cursor: pointer;
}
.reset_pass i.active{
    color: #40e000;
    font-size: 18px;
    cursor: pointer;
}


/* ==== Upload Image Styles ==== */

.upload-progress{
    position: absolute;
    left: 0px;
    height: 16px;
    margin: 0px;
    top: 0px;
    width: 100%;
}

#progressBar{
    display: none;
    width: 100%;
    height: 5px;
    position: absolute;
}

progress {
    background: #ffe500;
}
progress::-webkit-progress-bar {
    background: #dddddd;
}
progress::-webkit-progress-value {
    background: #ffe500;
} 
progress::-moz-progress-bar {
    background: #ffe500;
}


.upload_image{
    position: absolute;
    bottom: -5px;
    cursor: pointer;
    right: 5px;
    font-size: 24px;
    height: 90px;
}

.upload_image img{
  height: 100%;
}

.show_upload_image{
  width: 100%;
  height: 100%;
  border: 1px solid #678;
  /*display: none;*/
}

.show_upload_image img{
  width: 100%;
  height: 100%;
}

/* === Upload Image Styles END === */



.img_center{
    margin: 0 auto;
}

.update_dp{
    position: absolute;
    top: -12px;
    right: -9px;
    width: 40px;
    display: none;
    cursor: pointer;

}
.std_img:hover .update_dp{
    display: block;
}


.update_dp img{
    width: 100%;
}

.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>li+li:before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f105";
    color: #B2B6BF;
    padding: 0;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
}

.update_table_rows{
    font-size: 24px;
    color: #5cb85c;
    cursor: pointer;
    display: none;
}

.sweet_msg{
    padding: 10px;
    background: #d9ebff;
    text-align: center;
    padding-top: 20px;
    color: #ff5656;
}

.breadcrumbs{
    position: relative;
}

.breadcrumbs.fixed{
    position: fixed;
    top: 40px;
    z-index: 6;
    width: 100%;
    box-shadow: 0px 2px 5px #353535;
}

input[type="color"]{
    height: 50px;
    padding: 0px;
    width: 100%;
}

/*=======================================*/


.header {
	position: absolute;
	width: 100%;
	z-index: 3;
	height: 44px;
	background-color: #fff;
	border-bottom: 3px solid #35475e;
}
/* logo in header(mobile version) and side-nav (tablet & desktop) */
.logo {
	height: 44px;
	padding: 10px;
	font-weight: 700;
}
.header .logo {
	color: #35475e;
}
.side-nav .logo {
	background-color: #35475e;
	color: #fff;
}
.header .logo {
	float: left;
}
.header .logo {
	height: 44px;
	z-index: 1;
	padding: 10px;
	font-weight: 700;
	color: #35475e;
}
.logo  i {
	font-size: 22px;
}
.logo span {
	margin-left: 5px;
	text-transform: uppercase;
}
.nav-trigger {
	position: relative;
	float: right;
	width: 20px;
	height: 44px;
	right: 30px;
	display: block;	
}
.nav-trigger span, .nav-trigger span:before, span:after {
	width: 20px;
	height: 2px;
	background-color: #35475e;
	position: absolute;
}
.nav-trigger span {
	top: 50%;
}
.nav-trigger span:before, .nav-trigger span:after {
	content: '';
}
.nav-trigger span:before {
	top: -6px;
}
.nav-trigger span:after {
	top: 6px;
}
/* side navigation styles */
.side-nav {
	position: absolute;
	width: 100%;
	min-height: 100vh;
	background-color: #35475e;
	z-index: 1;
	display: none;
}
.side-nav.visible {
	display: block;
}
.side-nav ul {
	margin: 0;
	padding: 0;
}
.side-nav ul li {
	padding: 16px 16px;
	border-bottom: 1px solid #3c506a;
	position: relative;
}
.side-nav ul li.active:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}
.side-nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.side-nav ul li i {
	color: #fff;
	min-width: 20px;
	text-align: center;
}
.side-nav ul li span:nth-child(2) {
	margin-left: 10px;
	font-size: 14px;
	font-weight: 600;
}
/* main content styles */
.main-content {
	padding: 40px;
	margin-top: 0;
	padding: 0;
	margin-left: 220px;
	padding-top: 44px;
	height: 100%;
	overflow: scroll;
}
.main-content .title {
	background-color: #eef1f7;
	border-bottom: 1px solid #b8bec9;
	padding: 10px 20px;
	font-weight: 700;
	color: #333;
	font-size: 18px;
}
/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 600px) {
	.header {
		background-color: #35475e;
		z-index: 1;
	}
	.header .logo {
		display: none;
	}
	.nav-trigger {
		display: none;
	}
	.nav-trigger span, .nav-trigger span:before, span:after {
		background-color: #fff;
	}
	.side-nav {
		display: block;
		width: 70px;
		z-index: 2;
	}
	.side-nav ul li span:nth-child(2) {
		display: none;
	}
	.side-nav .logo i {
		padding-left: 12px;
	}
	.side-nav .logo span {
		display: none;
	}
	.side-nav ul li i {
		font-size: 30px;
	}
	.side-nav ul li a {
		text-align: center;
	}
	.main-content {
		margin-left: 70px;
	}
}
/* set element styles for desktop */
@media screen and (min-width: 800px) {
	.side-nav {
	    margin-left: 220px;
	}
	.side-nav ul li span:nth-child(2) {
		display: inline-block;
	}
	.side-nav ul li i {
		font-size: 16px;
	}
	.side-nav ul li a {
		text-align: left;
	}
	.side-nav .logo i {
		padding-left: 0;
	}
	.side-nav .logo span {
		display: inline-block;
	}
	.main-content {
		margin-left: 220px;
	}
}

/* main box container */
.main {
	display: flex;
	flex-flow: row wrap;
}

.ad {
	width: 350px;
	height: 300px;
	border: 1px solid #ddd;
}


body .table tbody tr > td.info {
  background-color: #35475e !important;
}


body{
    background-color: #f5f5f5;
}

body .btn-info:hover, body .btn-info:focus {
    border-color:  #233245 !important;
    background-color:  #233245 !important;
    color: #FFF;
}

body .btn-info:active, body .btn-info:visited, body .btn-info:active:focus, body .btn-info:active:hover {
    border-color: #233245 !important;
    background-color: #233245 !important;
    color: #FFF; 
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #0887c3;
    border-color: #0887c3;
}
.btn-primary {
    color: #fff;
    background-color: #23547d;
    border-color: #23547d;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0887c3;
    border-color: #35475e;
}	 
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #0887c399;
} 

.panel-heading {
    padding: 7px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}
	  
body .panel-info > .panel-heading {
    color:#eaedf3;
    /*background-color: #456;*/
    border-color:  #efefef;
    background-color: #efefef;
}

body .panel-info {
    color:#303131;
    background-color: #ffffff;
    border-color: #eeeeee;
}

body .panel-info > .panel-heading h4{
    margin: 10px;
    color: #000;
}

iframe{
    border: 0px;
}


.no_left_padding{
	padding-left: 0 !important;
}

.no_right_padding{
	padding-right: 0 !important;
}
.left_margin{
	margin-left: 7px !important;
}
.left_margin_panel{
	margin-left: 50px !important;
}
.top_margin{
	margin-top: 15px !important;
}
.center-block {
float: none !important
}


.text-center {
    text-align: center;
}
.logo_size{
	width: 200px;
	height: 110px;
}
small, .small_state{
    font-size: 92%;
}
 .right_padding_submit{
	  	padding-right: 50px !important;
	  }
	  .padding_top_sig{
	  	padding-top: 70px !important;
	  }
.padding_left{
	  	padding-top: 20px !important;
	  }
#calendar {
    max-width: 900px;
    margin: 0 auto;
  }
  .grey_div{
	
	background-color: #f7f7f7;
	border-radius: 5px;
    /*width: 100%; */
    padding: 7px;
    /*height: 36px*/
  }
  .grey_div_sm{
	width: 130px;
	height: 36px;
	background-color: #dee1e6;
	border-radius: 20px;
  }

.remove{
    padding-left: 10px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    font-size: 20px;
    color: red;
    background-color: #fff;
}

#customerName{
    position: absolute;
    top: 34px;
    background: #eee;
    /* padding: 5px 10px; */
    width: 98%;
}

.item_entry{
    position: relative;
}

.wd_list{
    position: absolute;
    top: 34px;
    background: #eee;
    width: 100%;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #edc32c;
}
.wd_list ul li{
    position: relative;
    padding: 7px 10px;
    border-bottom: 1px solid #edc32c;
}

.wd_list ul li:last-child {
  border-bottom: 0px;
}

.wd_list ul li.active{
    background-color:  #edc32c;
    color: #fff;
}

#itemBatch{
    top: 40px;
    position: fixed;
    background: #e40303bd;
    color: white;
    /* padding: 5px 10px; */
    width: 164px;
    right: 0;
    /* border-radius: 0px 0px 10px 10px; */
    z-index: 99;
}
#itemBatch ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}
.small_box{
    border: 1px solid #345;
}
.padding td,.padding th{
    padding: 0px 5px;
}
.small_box h4{
    text-align: center;
    background-color: #345;
    padding: 10px;
    color: #fff;
    font-size: 14px;
}

.small_box p{
    font-size: 24px;
    text-align: center;
    margin: 10px;
}
#itemAdd{
    top: 33px;
    position: absolute;
    background: #eee;
    /* padding: 5px 10px; */
    width: 136px;
    /* border-radius: 0px 0px 10px 10px; */
    z-index: 99;
}
#itemAdd ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}

#customerName ul li{
	padding: 5px 10px;
	border-bottom: 1px solid #cecece;
}

#customerName ul{
	margin: 0;
}
.popup{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(34, 51, 68, 0.5);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    overflow: auto;
}

.popup .inner_box{
    background-color: #f5f5f5;
    max-width: 90%;
    width: 700px;
    height: auto;
    position: absolute;
    top: -1500px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    padding: 25px;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 15px;
}

.popup .title{
    padding: 0px;
    margin-bottom: 25px;
}

.description{
    color: #646970;
    padding: 5px 0px;
}

.margin_bottom{
    margin-bottom: 15px;
}



textarea.form-control{
    height: 100px;
}
input, select, textarea{
    border-color: #8c8f94 !important;
}
input[type=checkbox], input[type=radio] {
    /*margin-left: 8px;*/
    line-height: normal;
    margin: -5px;
    width: 25px;
    display: inline-block;
    margin: 0px 5px;
    border: 0px !important;
    box-shadow: 0 0 0 #000;
    top: 10px;
}
input[type=submit]{
    right: 15px;
    background-color: #edc32c;
    padding: 7px 20px;
    border-radius: 36px;
    border: 1px solid #edc32c !important;
}
.switch input[type=checkbox], .switch input[type=radio]{
    margin: -5px;
}
input[type=submit]:hover{
    background-color: transparent;
    color: #edc32c;
}

.dlt_row{
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 20px;
}
.close_popup{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background-color: #ccc;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    width: 20px;
    height: 20px;
    padding-top: 4px;
}

.fa.icon_print{
	font-size: 22px; 
	color:  #0999de;
}
.fa.icon_print:hover{
	color: #333;
}
.i.edit:hover{
	color: green;
}
.i.fa.fa-minus-square.delete:hover{
	color: green;
}
.deletepop{
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(34, 51, 68, 0.5);
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

.popwarn{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(34, 51, 68, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.check{
	cursor: pointer;
}

.transaction{
	width: 340px;
	color: #8d8d8e;
    font-weight: 400;
    font-family: monospace;
}
.sel {
    border: 1px solid #efc54c;
    background: #ead9a8 url(../images/selected.png) 50% top repeat-x;
}
.login_padding{
	padding-top: 40px;
}
.login_radius{
	border-radius: 0px 55px;
}


body .btn-login {
    background: linear-gradient(1deg, rgb(44, 169, 230) 16%,rgb(8, 138, 177) 23%,rgb(24, 58, 119) 44%,rgb(17, 91, 143) 100%);
    background-color: #35475e;
    /* border-color: #35475e; */
    color: #FFF;
}

body .btn-main {
    background: linear-gradient(1deg, rgb(79, 193, 179) 12%,rgb(47, 167, 152) 33%,rgb(29, 142, 130) 44%,rgb(49, 49, 49) 106%);
    background-color: #f5f5f5;
    border-color: #b7b4b4;
    color: #FFF;
    border-radius: 0px 10px;
    width: 13%; 
    margin-left: 2px;
}
.main-icon{
    font-size: 50px;
    margin-top: 4px;
    margin-left: 4px;
    color: #353535;
}
.main-img{
    margin-top: 5px;
    width: 40px;
    margin-left: 35px;
}

.main-icon{
    /*float: left;*/
}

.main-nav{
    margin-left: 5px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.label-main{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 0px;
}

body .btn-login {
    background: linear-gradient(1deg, rgb(44, 169, 230) 16%,rgb(8, 138, 177) 23%,rgb(24, 58, 119) 44%,rgb(17, 91, 143) 100%);
    background-color: #35475e;
    /* border-color: #35475e; */
    color: #FFF;
}

.panel-login>.panel-heading {
    background: linear-gradient(360deg, rgb(44, 169, 230) 16%,rgb(8, 138, 177) 16%,rgb(24, 58, 119) 30%,rgb(17, 91, 143) 100%);
    background-color: #35475e;
    /* border-color: #35475e; */
    color: #FFF;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
/*.clear{
	position: relative;
    left: 210px;
    background-color: #ededed;
    border: 1px solid #dcdcdc;
    padding: 3px 15px;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border-radius: 5px;
}*/
.fa.icon{
    z-index: 12;
    font-size: 22px;
    color: #125289;
    position: absolute;
    left: 14px;
    background: #ffffff1c;
    padding: 5px 10px;
    border-radius: 4px 0px 0px 4px;
}
.fa.icon.active{
    z-index: 12;
    font-size: 22px;
    color: #125289;
    position: absolute;
    left: 14px;
    background: #ffffff1c;
    padding: 5px 10px;
    border-radius: 4px 0px 0px 4px;
}
.form-control.icon{
    padding-left: 38px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #2ca9e6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.table-main{
	min-height: 250px;
}

.bill_td td{
	padding: 0px !important;
}
.bill_td .form-control{
    width: 100% !important;
    border: 0px;
    padding: 10px;
    border-radius: 0px;
    height: 36px;
}
.bill_td .grey_div{
    border-radius: 0px;
}
.cus_info td{
	padding: 5px;
}
.form-group {
    margin-bottom: 8px;
}

.logout{
	
	font-size: 25px;
	
	}
.logout:hover{
	color: red;
}



.div_items{
    top: 57px;width: 188px;
    
}

.error{
    font-size: 16px;
    color: #fff;
    font-family: inherit;
    text-align: center;
    background-color: #d80404;
    /*padding: 5px;*/
    margin-bottom: 15px;
    font-weight: 700;
    font-style: italic;
}

.success{
	    padding-left: 79px;
    font-size: 16px;
    /* text-decoration-style: double; */
    /* text-decoration: blink; */
    color: green;
    font-family: inherit;
}

.bg_row{
    /*background-color: #eeeeee;*/
    background-color: #fafafa;
}
.active{
    /*background: #217fb6;*/
}

.cart{
    font-size: 30px;
    color: #5cb85c;
}
.cart:hover{
    color: #d9534f;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}



#itemAdd ul li.active{
    background-color:  #217fb6;
    color: #fff;
}

#customerName ul li.active{
    background-color:  #217fb6;
    color: #fff;
}

.sidebar li:hover{
    background-color:  #edc32c;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #fff;
}
.sidebar li a:hover{
    color: #fff;
    text-decoration: none;
}
.sidebar li.active{
    background: #edc32c;
    border-top: 1px solid #fff;
    color: #fff;
}
.sidebar li.active a{
    color: #fff;
}
.table_width{
    width: 100%;
}

#preloader{
    position: absolute;
    left: 300px;
    top: 10px;
    z-index: 9;
    width: 100%;
    /*text-align: center;*/
    color: #fff;
    display: none;
    font-weight: 700;
}


.menu li {
    color: #fff;
}

#pagination{
    margin-top: 10px;
    margin-bottom: 10px;
}

#pagination .link{
    padding: 5px 10px;
    background-color: #456;
    color: #fff;
    height: 30px;
    float: left;
    margin: 1px;
}

#pagination .selected{
    background-color: #217fb6;
}

#pagination .link:hover{
    background-color: #217fb6;
    text-decoration: none;
}

.warning{
    font-size: 11px;
    display: none;
    color: yellow;
    background-color: #0f0f0f;
}

.bar_msg{
    color: yellow;
}

.bar_msg :hover .bar_msg{
    color: #0f0f0f;
}

small{
    font-size: 10px;
}

.sub_but_div{
    /*float: left;*/
    /*width: 110px;*/
    text-align: right;
}

.sub_but_div input{
    padding: 5px;
    width: 100px;
}
.sub_but_div .wait{
    display: none;
}

.bell{
    position: relative;
    cursor: pointer;
}
.bell span{
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 12px;
    z-index: 9;
    background-color: #ff4343;
    height: 19px;
    border-radius: 10px;
    color: #fff;
    padding: 1px 5px;
}
.bell .dropdown{
    position: absolute;
    top: 30px;
    right: -20px;
    color: #000;
    width: 300px;
    border: 5px solid #217fb6;
    display: none;
}

.dropdown li:hover a,h4{
    color: #217fb6;
}
.bell .dropdown a{
    color: #217fb6;
    cursor: pointer;
    text-decoration: none;
}

.bell .dropdown a:hover li{
    color: #345;
    padding-left: 20px;
}
.bell .dropdown li{
    display: block;
    background-color: #fbfbfb;
    margin: 0;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #217fb6;
    cursor: context-menu;
}
.bell .dropdown a li{
    cursor: pointer;
}

::-webkit-scrollbar-track
{
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  background-color: transparent;
}

::-webkit-scrollbar
{
  width: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #bbbbbb;
    border: 0px;
    border-top: 15px solid #edc32c;
    border-bottom: 15px solid #edc32c;
    border-radius: 10px 0px 0px 10px;
}

.msg_box{
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 55px;
}

.msg_box .error{
    padding: 10px 20px;
    background-color: rgba(216, 4, 4, 0.7);
    color: #fff;
    border-radius: 32px 0px 0px 32px;
}
.msg_box .success{
    padding: 10px 20px;
    background-color: rgba(25, 202, 23, 0.7);
    color: #fff;
    border-radius: 32px 0px 0px 32px;
}

.sup .sidebar li:hover, .sup .sidebar .active{
    background-color: #353535;
}

.sup .sidebar{
    background-color: #6f6f6f;
}

.sup .top_bar{
    background-color: #353535;
}

.cart{
    margin-top: 15px;
}

.item_box.cart{
    margin: 0px;
}

.equal_sign{
    background-image: url(../../assets/images/equal.png);
    height: 4px;
}

.wd_warning{
    border: 1px solid #ffc800 !important;
    border-left: 2px solid #ffc800 !important;
}

.wd_danger{
    border: 1px solid #ff0000 !important;
    border-right: 2px solid #ff0000 !important;
    border-left: 2px solid #ff0000 !important;
}

.wd_success{
    border: 1px solid #10bf35 !important;
    border-right: 2px solid #10bf35!important; 
}

#add_quantity{
    cursor: pointer;
}

.small_box input{
    width: 100%;
    padding: 0px;
    font-size: 14px;
}

.sup .sidebar .logo{
    background-color: #6f6f6f;
}

.full_width{
    width: 100% !important;
}

.bell:hover .dropdown{
    display: block;
}

.pagination,#example_filter{
  float: right;
}

.ins_paid{
    position: absolute;
    right: 16px;
    background: #456;
    color: #fff;
    top: 8px;
    padding: 7px;
    font-size: 14px;
    font-style: initial;
    cursor: pointer;
}

.over_input span {
    position: absolute;
    right: 20px;
    top: 9px;
    background-color: #a6a6a6;
    color: #fff;
    padding: 6px 15px;
}

.return_out{
    position: relative;
    top: 0px;
    left: 5px;
    /* display: none; */
    font-size: 16px;
}

.over_input {
    position: relative;
}

.custom-control-input{
    width: 34px;
    height: 34px;
    position: relative;
    top: 6px;
    left: 10px;
}


.backup_div{
    text-align: right;
    position: absolute;
    right: 50px;
    z-index: 9;
    top: 12px;
}

.backup_but{
    padding: 10px 15px;
    border: 0px;
    background-color: #cf5a82;
    color: #fff;
    border-radius: 5px;
}

.bill_td td.counter{
    padding: 7px 10px !important;
}

.updated{
    background-color: #9C8EFF !important;
}
.info{
    position: absolute;
    top: 6px;
    right: 0px;
    width: 100px;
    float: right;
    font-size: 14px;
}
.info .inner{
    display: table;
    width: 100%;
    margin: 1px;
    color: #000;
}
.info .box{
    padding: 5px;
    color: #fff;
    float: left;
    margin: 0px;
    width: 25px;
    height: 18px;
    margin-right: 10px;
}

.info_span{
    position: absolute;
    top: 1px;
    right: 40px;
    float: right;
    font-size: 14px;
    background-color: #edc32c;
    padding: 9px;
    text-align: center;
    line-height: 1;
    color: #fff;
}
.return{
    background-color: #ffa451 !important;
}
.new_exp_date{
    float: right;
    padding: 3px 5px;
    color: #fff;
    background-color: #aa5dff;
    cursor: pointer;
}

.show_item_exp,.show_item_prices{
    position: absolute;
    left: 0px;
    width: 220px;
    color: #00660d;
    text-align: center;
    z-index: 9;
}

.show_item_prices{
    width: 264px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3215686274509804);
    overflow: hidden;
    border: 1px solid #009688;
}

.show_item_prices h4{
    background-color: #009688;
    color: #fff;
    padding: 5px;
}

.show_item_exp tr,.show_item_prices tr{
    background-color: lightgrey;
}

.show_item_exp td,.show_item_prices td{
    padding: 5px !important;
}
.in_stock,.purchase_price{
    cursor: pointer;
}

.purchase_price{
    color: #fafafa;
}

.con_head{
    background-color: #f0f0f0;
    margin-top: -1px;
    padding: 11px;   
}

.con_head h3{
    color: #353535;
}

.dash_box{        
    border: 1px solid #eee;
    padding: 60px 20px;
    position: relative;
    /*margin: 15px;*/
    text-align: center;
}

.dash_box:hover {
    background-color: #eee;
}

.sm_input{
    width: 60px;
    height: 36px;
}

.dash_box span{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #217fb6;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 0px 0px 0px 40px;
    text-align: center;
    border: 3px inset #ffffff;
}

.dash_box i{
    font-size: 60px;
    color: #767676;
}

.dash_box h5{
    color: #767676;
}

.dash_box h4{
    padding-top: 15px;
}

.tabs{
    display: table;
    width: 100%;
}
.tabs ul{
    list-style: none;
    margin-bottom: 5px;
    margin-left: 15px;
}
.tabs ul li{
    display: inline-block;
    background-color: #353535;
    padding: 10px 35px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
    margin: 5px;
    margin-top: 0px;
    cursor: pointer;
    height: 40px;
}
.tabs ul li.active{
    background-color: #607D8B;
}

.add_new_bill{
    cursor: pointer;
}

.fa-plus{
    font-size: 18px;
}

.tab_body{
    display: none;
}

.tab_body h2{
    background-color: #a30ead;
    color: #fff;
    padding: 8px;
    font-size: 16px;
    text-align: center;
}
.tab_body.active{
    display: block;
    height: 800px;
}

.ladger td{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.fa-angle-right{
    color: #707170;
    /*font-size: 12px;*/
}


.contain_data{
    position: relative;
    background-color: #efffbf;
    cursor: pointer;
}
.contain_data .exp_table{
    display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 99;
    width: 250px;
}

.contain_data:hover .exp_table{
    display: block;
}


.quick_stock_add{
    position: absolute;
    top: -1px;
    right: -30px;
    width: 50px;
    background: #fff;
    border: 1px solid #217fb6;
    height: 38px;
    display: none;

}
.quick_stock_add .icon{
    /*padding: 10px 5px;*/
    cursor: pointer;
    float: left;
    width: 50%;
}

.quick_stock_add .icon i{
    padding: 10px 5px;
}

.quick_stock_add .plus i{
    color: #ffa500;
}

.quick_stock_add .check i{
    color: #3f0;
}

.quick_stock_add .times i{
    color: #ff5252;
}

.quick_stock_add .left i{
    color: #ffffff;
    font-size: 18px;
    background-color: #607D8B;
    padding: 9px 7px;
}

.quick_stock_add .fa-angle-left:hover .quick_stock_add{
    right: 0px;
}

.angle_down{
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

.cart_contents{
    /*max-height: 210px;*/
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
}

/*Scroll bar*/

.cart_contents::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #ffffff;
}

.cart_contents::-webkit-scrollbar
{
  width: 10px;
  background-color: #009688;
}

.cart_contents::-webkit-scrollbar-thumb
{
    background-color: #009688;
    border: 2px solid #ffffff;
    border-radius: 10px;
}


.select_item:hover{
    background-color: #edc32c;
    color: #fff;
    cursor: pointer;
}

.select_item span,.select_name span{
    font-size: 10px;
    text-align: center;
    width: 100%;
    display: table;
    color: #4CAF50;
    margin: 0px;
}

.select_item span.err,.select_name span.err{
    color: red;
}
.relative{
    position: relative;
}

.exchange_angle{
    font-size: 24px;
    padding-top: 60px;
}

.form-group .span{
    position: absolute;
    top: 26px;
    right: 20px;
    background-color: #9C27B0;
    padding: 6px 10px;
    color: #fff;
}

.stock_available{
    font-size: 10px;
}

.flip_card{
    height: 470px;
}
.flip_card .front{
    height: 340px;
    background-color: #fff;
}
.flip_card .back{
    height: 340px;
    background-color: #fff;
}

.flip_btn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 17px;
    background-color: #d9534f;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
}

.bill_extra_table{
    height: 240px;
    overflow: hidden;
    overflow-y: scroll;
}

.bill_extra_table input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.bill_extra_table th{
    padding: 2px;
}
.bill_extra_table td{
    padding: 5px;
}

.remove_row{
    position: absolute;
    right: 25px;
    top: 6px;
    padding: 8px;
    background-color: #ff9090;
    color: #fff;
    cursor: pointer;
}


.bill_logo{
    width: 250px;
}

.bill_logo img{
    width: 100%;
}

.prod_img {
    width: 160px;
    height: 160px;
    position: relative;
    z-index: 9;
    border: solid 1px #bdbcbcee;
    top: 24px;
}


.prod_img:hover .choose_img{
    display: block;
}

td img{
    width: 80px;
    height: 80px;
}

.payment_method{
    /*padding-top: 7px;*/
}

.payment_method input{
    height: 20px;
    position: relative;
    top: 5px;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
}

.credit_card{
    width: 35px;
    height: 25px;
    float: right;
}
.credit_card img{
    width: 100%;
    height: 100%;
}


.not_updated{
    background-color: #ff6f6f;
}

.table_display{
    display: table;
    width: 100%;
}


.box.small{
    width: 400px;
}

td .red{
    background-color: rgba(255, 184, 184, 0.5);
    padding: 2px 5px;
}

td .green{
    background-color: rgba(124, 245, 122, 0.5);
    padding: 2px 5px;
}

.cash_giftcard{
    cursor: pointer;
    font-size: 24px;
}

.gift_card{
    display: none;
    background-color: rgba(255, 253, 196, 0.6);
}

.gift_card .head{
    background-color: #fffdb4;
}

.giftcard_used{
    float: right;
    color: #f00;
}

.print_giftcard{
    cursor: pointer;
    font-size: 24px;
    margin-right: 10px;
}

.bill_profit{
    float: right;
    color: #f7f7f7;
}

.nospin[type=number]::-webkit-inner-spin-button, 
.nospin[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.export_daily_sale{
    float: right;
    position: absolute;
    right: 2px;
    top: -5px;
}

.credit_card_table{
    display: none;
    width: 100%;
}

.cus_margin{
    margin-top: -10px !important;
}

.inactive{
    background-color: #fea7c5 !important;
}

.remove_image{
    position: relative;
    top: 0px;
    font-size: 10px;
    cursor: pointer;
    color: #f00;
}

.sidebar_collapes{
    position: absolute;
    font-size: 21px;
    left: 0px;
    top: 0px;
    cursor: pointer;
    width: 60px;
    text-align: right;
    padding-right: 5px;
    display: none;
}
.lock_menu{
    position: absolute;
    width: 100%;
    height: 0;
    z-index: 9;
    background-color: transparent;
    top: 30px;
    cursor: help;
}

.menu_msg{
    color: #ffa4a4 !important;
    font-weight: 700;
}

.cat_search{
    height: 24px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.stock_images{
    position: absolute;
    top: -50px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: none;
    border: 1px solid #456;
    border-radius: 10px;
    background-color: #fff;
}

.image_left .stock_images::after {
    border-right: 7px solid #d9534f;
    border-left: 1px solid transparent !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    height: 0px;
    margin-top: -5px;
    position: absolute;
    left: -9px;
    top: 50%;
    width: 0;
}

.stock_images img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 5px;
}

.wd_list ul li:hover .stock_images{
    display: block;
}

.wd_list ul li.active .stock_images{
    display: block;
}

.image_right .stock_images{
    left: -115px;
}

.image_right .stock_images::after {
    border-left: 7px solid #d9534f;
    border-right: 1px solid transparent !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    height: 0px;
    margin-top: -5px;
    right: -10px;
    position: absolute;
    top: 50%;
    width: 0;
}

.product_image{
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}

.wrapper{
    padding-bottom: 50px;
}

footer{
    position: fixed;
    bottom: 0px;
    background-color: #f7f7f7;
    display: table;
    width: 100%;
    text-align: right;
    border-top: 1px solid #e2e2e2;
}

footer ul {
    margin: 0px;
}

footer ul li{
    display: inline-block;
    padding: 15px;
}

.unlock_msg{
    display: none;
    position: fixed;
    background-color: #fff;
    color: #000;
    width: 140px;
    left: 70px;
    padding: 10px;
    z-index: 999;
    border: 1px solid #e2e2e2;
    border-radius: 0px 10px 10px;
    top: 8px;
    text-align: center;
}

.unlock_msg:after{
    border-right: 10px solid #ffffff;
    border-left: 1px solid transparent !important;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    height: 0px;
    margin-top: -5px;
    position: absolute;
    left: -11px;
    top: 20%;
    width: 0;
}

#print_type{
    display: none;
}

.print_bill{
    position: absolute;
    right: 20px;
    top: 12px;
    height: 20px;
    color: #000;
    padding: 5px;
    width: 90px;
}

.print_bill input{
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 0px;
    cursor: pointer;
}

.or{
    padding-top: 7px;
    padding-left: 7px;
    color: #5cb85c;
    text-shadow: 1px 1px 2px #5cb85c;
}

.classic_box{
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    text-align: center;
    /*padding: 30px;*/
    width: 197px;
    margin: 10px auto;
    box-shadow: 1px 2px 4px #e2e2e2;
    border-radius: 5px;
    cursor: pointer;
}

.classic_box:hover, .classic_box.active{
    background-color: #edc32c;
    color: #fff;
}

.in_words{
    font-style: italic;
    font-size: 12px;
    color: #b3b3b3;
}
.inner-box h5{
    font-size: 18px;
    margin-top: 10px;
}

.payment_details{
    display: table;
    /*position: absolute;*/
    top: 18px;
    right: 200px;
}

.payment_details .payment_box{
    float: left;
    padding: 11px 15px;
    text-align: center;
    border: 1px solid #e2e2e2;
    margin: 0px 5px;
    box-shadow: 2px 2px 5px #e2e2e2;
}

.form-group.bank_div{
    display: none;
}

.form-group.bank_div.show{
    display: inline-block !important;
}

.bank_box{
    display: none;
}

.end_of_day{
    cursor: pointer;
}

.print_closing{
    font-size: 24px;
    float: left;
}

#s_p_but{
    margin-left: 10px;
}

.sell_price{
    border-bottom: 1px solid #e2e2e2;
    padding: 7px;
    margin-top: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}

.generate_barcode{
    cursor: pointer;
}

.action i{
    padding-right: 5px;
}

.commission_td{
    text-align: center;
}

.salesman_name{
    position: absolute;
    left: 0px;
    bottom:5px;
    text-align: center;
    width: 100%;
}


.right_sidebar{
    position: fixed;
    right: -180px;
    background-color: #353535;
    width: 180px;
    top: 50px;
    z-index: 99;
}
.right_sidebar.active{
    right: 0px;
}
.right_sidebar .r_s_toggle{
    color: #fff;
    position: absolute;
    left: -39px;
    background-color: #E91E63;
    padding: 10px 15px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    font-size: 24px;
}
.right_sidebar ul{
    padding: 0px;
    list-style: none;
    margin: 0;
}
.right_sidebar ul li{
    padding: 5px 10px;
    color: #fff;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
}

.right_sidebar ul li i{
    float: left;
    padding: 8px;
}

.right_sidebar ul li .txt{
    float: left;
    padding: 5px;
}

.cart_data{
    max-height: 170px;
    overflow: hidden;
    overflow-y: scroll;
}

.return_item{
    color: #ff9800;
}

.dasti .box{
    margin: 0px;
    border: 1px solid #e2e2e2;
}

.dasti .box h3{
    background-color: #e2e2e2;
    margin: 15px 0px;
    text-align: center;
    color: #2a2a2a;
}

.stock_box{
    display: none;
    margin-bottom: 15px;
}

.dasti_submit{
    margin: 15px 0px;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.mySlides {
    opacity: 1;
    /*border: 1px solid #e2e2e2;*/
}

.mySlides h4{
    text-align: center;
    background-color: #f9f9f9;
    padding: 10px;
    /*width: 400px;*/
    margin: 0px auto 10px;
    border-bottom: 1px solid #e2e2e2;
}


.whatsapp{
    color: #01e675;
}

.error_message{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(51, 68, 85, 0.81);
}

.error_message .center {
    color: #fff;
    margin: 200px auto;
    width: 550px;
    padding: 25px;
    text-align: center;
    vertical-align: middle;
    background-color: #ff4747;
    background: linear-gradient(90deg,#f000,rgb(255 0 0 / 70%),#f00,#f00,#f00,#f00, rgb(255 0 0 / 70%), #f000);
}

.search_debitor{
    position: absolute;
    right: 25px;
    top: 0px;
}


.payments span{
    float: left;
}
.payments .out{    
    color: red;
}
.payments .in{
    color: green;
}

.customer_information{
    position: relative;
    z-index: -1;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.customer_information h3{
    text-align: center;
    background-color: #d9534f;
    color: #fff;
    margin: 10px 0px;
    font-size: 15px;
    padding: 3px;
    line-height: 1;
}

.customer_information p{
    color: #777;
}

.return_items{
    position: absolute;
    bottom: 0px;
    background-color: #d9534f;
    width: 100%;
    left: 0px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: none;
}
.ret_p:hover{
    padding-bottom: 30px !important;
}
.ret_p:hover .return_items{
    display: block;
}

/*Cashbook*/
.cb_p .icon_print{
    position: absolute;
    right: 10px;
}
.cb_p{
    padding-left: 40px !important;
}
.cb{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #d9534f;
    color: #fff;
    width: 30px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.cb:hover{
    /*width: 200px;*/
    /*width: auto;*/
    width: 100%;
    /*padding-right: 20px;*/
}
.cb .entry{
    position: relative;
    top: 0px;
    left: 0px;
    /*width: 200px;*/
}
.cb .entry div{
    display: inline-block;
    padding: 8px 10px;
    text-transform: capitalize;
}
.cb_stock_purchase{}
.cb_soa{}
.cb_bill{}
.cb_rcc{}
.cb_rcs{}
.cb_ddasti{}
.cb_expenses{}
.cb_investments{}
.cb_bank_soa{}
.cb_sup_payment{}


.find_by_date{
    position: absolute;
    top: 15px;
    color: #000;
}

.find_by_date input{
    padding: 0px 5px;
    border: 1px solid #e2e2e2;
    color: #000;
}

#find_by_date{
    border-radius: 5px;
}

.navigation_date{
    position: absolute;
    right: 10px;
    top: 15px;
}

.navigation_date i{
    padding: 5px 10px;
    border-radius: 6px;
    cursor: pointer;
    color: #000;
    background-color: #f9f9f9;
}

.navigation_date i:hover{
    background-color: #217fb6;
    color: #fff;
}

.prev, .next{
    background-color: #e2e2e2;
}

.current_date{
    font-size: 10px;
}

.speech_recognititon{
    position: absolute;
    top: 20px;
    color: #456;
    left: 10px;
    cursor: pointer;
}

#speech_output{
    position: absolute;
    top: 15px;
    color: #456;
    left: 35px;
}
.customer_information small{
    color: #fff;
}


.billing_features{
    position: absolute;
    right: 0px;
    top: 0px;
}

.billing_features i{
    padding: 10px;
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
    height: 34px;
    width: 34px;
    text-align: center;
}

.add_new_item{
    background-color: #ff9800;
}
.add_package{
    background-color: #345;
}
.add_most_sold{
    background-color: #345;
}

.featured_items{
    background-color: #ff9800;
}

.buy_item{
    background-color: #ff5722;
}


.add_new_item_popup .box{
    margin-top: 10px;
    width: 500px;
}

.buy_item_popup .box{
    margin-top: 10px;
    width: 500px;
}

.add_to_inventroy{
    margin: 0 auto !important;
    border: 0px !important;
    box-shadow: 0px 0px;
}

.buy_add_to_cart{
    text-align: center;
    border: 1px solid #ff5722;
    padding: 5px;
    font-size: 18px;
    display: block;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 24px;
    cursor: pointer;
}

.buy_add_to_cart:hover{
    background-color: #ff5722;
    color: #fff;
}


.most_sold_popup .box{
    margin-top: 20px;
}
.item_box{
    position: relative;
    /*height: 165px;*/
    text-align: center;
    /*border: 1px solid #e2e2e2;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.item_box.cart{
    cursor: pointer;
}

.item_box h6{
    text-align: center;
}

.item_box small{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: green;
}
.item_box .img{
    height: 120px;
}
.item_box img{
    width: 100%;
    height: 100%;
}


.qrcode{
    position: absolute;
    right: 120px;
    top: 20px;
    z-index: 1;
    display: block;
}
#bill_tabs li{
    position: relative;
}
.bill_close{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    top: 44px;
    z-index: 9;
}
.bill_close i{
    color: red;
}

.key_popup{
    display: block;
    z-index: 999;
    background-color: #fff;
    background-image: url('../../assets/images/watermark.png');
}

.key_popup .box{
    width: 400px;
}

.key_popup input[name="submit_key"]{
    background-color: #d9534e;
    border: 1px solid #e2e2e2;
    margin-top: 10px;
    color: #fff;
}

::selection {
    color: white;
    background: #ff716d;
}

.remove_current_row{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 7px;
    background-color: red;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.buy_stock_cart input{
    width: 50px;
}

.buy_item_info{
    position: absolute;
    left: 0px;
    bottom: 0px;
    cursor: pointer;
    padding: 4px 7px 2px;
    background-color: red;
    border-radius: 0px 10px 0px 0px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.save_message{
    color: green;
}

.buy_item_highlight{
    position: relative;
}
#buy_items{
    position: relative;
}

.add_package_item{
    cursor: pointer;
}

.remove_free_item{
    padding: 5px 10px;
    cursor: pointer;
    color: red;
}

.free_items{
    position: relative;
}
.free_items hr{
    margin: 5px 0px;
    width: 100%;
}

.packages_popup h6{
    background-color: #e2e2e2;
    margin: 5px 0px;
    padding: 5px;
}

.package_cart{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    cursor: pointer;
    font-size: 15px;
    padding: 5px;
    background-color: #e2e2e2;
    z-index: 9999;
}

.return_search{
    margin: 15px 0px;
}

.add_mixture{
    width: 100%;
    text-align: center;
    color: #ff9800;
    cursor: pointer;
}

.remove_mixture_item{
    position: absolute;
    right: -10px;
    top: 28px;
    padding: 5px;
    font-size: 16px;
    cursor: pointer;
    color: red;
}

.item_parent{
    position: relative;
}

.buy_itm_soa{
    border-bottom: 1px solid #ffd290;
    margin-top: 10px;
    color: #ff9800;
}

.item_box .position{
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px 10px;
    border: 1px solid #e2e2e2;
    line-height: 1;
    border-radius: 0px 0px 10px 0px;
    background-color: #fff;
    font-size: 18px;
}

.most_sold_popup .panel-body{
    height: 400px;
    overflow-y: scroll;
}

.advance_payment{
    padding-top: 25px;
    color: #03a9f4;
    cursor: pointer;
}

#pending_bill ul{
    list-style: none;
}

#pending_bill ul li{
    color: #fff;
}

.pending_bill_soa{
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: -16px;
    z-index: 5;
    background-color: #e91e63;
    padding: 15px;
    color: #fff;
    max-height: 100px;
}

.pending_bill_soa:hover{
    height: auto;
}

.pending_bill_soa .foot{
    position: absolute;
    bottom: 0px;
    background-color: #ffc107;
    width: 100%;
    right: 0px;
    color: #9c27b0;
    text-align: center;
    cursor: pointer;
}

.pending_bill_soa:hover .foot{
    display: none;
}

.pending_bill_soa li{
    width: 200px;
    color: #fff;
    display: table;
}
.pending_bill_soa .bill_no{
    float: left;
    text-align: left;
}
.pending_bill_soa .bill_amount{
    float: right;
    text-align: right;
}

.z_index_n{
    position: relative;
    z-index: -1;
}

.highlight{
    background-color: #ffc107 !important;
}

.total_items{
    float: left;
    padding: 8px;
}

.cus_records{
    border-bottom: 1px solid #e2e2e2;
    padding: 3px;
}

.normal_width{
    width: 450px;
}

.preview{
    min-height: 650px;
}
.preview img{
    max-width: 100%;
}

.daily_report_box{
    border: 1px solid #e2e2e2;
    margin: 10px;
}

.daily_report_box h3{
    background-color: #e2e2e2;
    text-align: center;
    margin-top: 10px;
}

.border-box{
    border: 1px solid #e2e2e2;
    padding: 15px;
}

.no_affect{
    background-color: #fffae0 !important;
}

.profit_percentage{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 8px;
    color: #d3d3d3;
}

.stock_audit_title, .stock_sample_title{
    text-align: center;
    background-color: #e2e2e2;
    color: #fff;
    padding: 5px;
}


.scrollDiv {
    height:auto;
    /*max-height:55vh;*/
    overflow:auto;   
}

.scrollDiv::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

.scrollDiv::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

.scrollDiv::-webkit-scrollbar-thumb
{
  background-color: #353535;
  border: 1px solid #000000;
}


.action_btn{
    float: right;
    cursor: pointer;
}
.action_btn{
    font-size:28px;
    padding: 7px;

}
.action_btn a:hover{
    color: #00fd50;
}



.exclude_div i{
    padding: 9px 5px;
    cursor: pointer;
}

.exp_percentage{
    background-color: #ff9a92;
    color: #fff;
}

.make_featured{
    color: #cfcfcf;
    cursor: pointer;
}

.featured{
    color: #ffc107;
}

.zakat_stock{
    display: none;
}

.view_inv {
    position: absolute;
    right: 10px;
    bottom: 0px;
    background-color: #456;
    padding: 7px 15px;
    color: #fff;
    cursor: pointer;
}

.exchange{
    padding-right: 0px;
}

.exchange h4{
    background-color: #e2e2e2;
    padding: 5px;
    text-align: center;
}
.padding-left-0{
    padding-left: 0px;
}

.page_nav{
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}

.dashboard-box{
    display: table;
    width: 100%;
    border-radius: 7px;
}
.dashboard-box .box{
    margin: 0;
    float: left;
    width: 100%;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 25px;
}
.dashboard-box .box h4{
    font-size: 28px;
    color: #000;
}

.dashboard-box .box p{
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 0px;
    color: #979797;
}

.inner-content{
    width: 100%;
    display: table;
    padding: 0px 5px;
}

.no_border{
    border: 0 !important;
}
.content_box{
    /*background-color: #fff;*/
    box-shadow: 0px 0px 10px #d9d9d9;
    margin-bottom: 25px;
}

.page_nav{
    list-style: none;
    padding: 0px 25px;
    margin-bottom: 30px;
}
.page_nav li{
    display: inline-block;
    padding-right: 15px;
}

.page_nav li.active{
    background-color: transparent;
}

.page_nav li.active a{
    color: #ff5722;
}

.page_nav li a{
    font-size: 11px;
    color: #a2a2a2;
}
.action_btn{
    background-color: #edc32c;
    color: #fff;
    padding: 0px 10px;
    border-radius: 30px;
    font-size: 24px;
    cursor: pointer;
}

.action_btn span{
    display: none;
}

.upload-area.sm_box{
  border: 1px solid #e2e2e2;
  z-index: 99;
}

.upload-area .info {
    position: absolute;
    width: 100%;
    top: 85px;
    color: #777;
}


.upload-area.sm_box .info {
    position: absolute;
    width: 100%;
    top: 25px;
    color: #777;
}

.file {
    display: none;
}

.upload-area {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px solid lightgray;
    border-radius: 3px;
    text-align: center;
    overflow: auto;
}

.upload-area:hover {
  cursor: pointer; 
}

.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
  margin: 5px;
}

.thumbnail .remove_image{
  position: absolute;
  right: 0px;
  cursor: pointer;
  padding: 5px 7px;
  top: 0px;
  display: none;
}
.thumbnail:hover .remove_image{
  display: block;
}

.upload-progress{
    position: absolute;
    left: 0px;
    height: 16px;
    margin: 0px;
    top:0px;
    width: 100%;
}


.progressBar{
    display: none;
    width: 100%;
    height: 5px;
    position: absolute;
}

.file {
    display: none !important;
}

progress {
    background: #ffe500;
}
progress::-webkit-progress-bar {
    background: #dddddd;
}
progress::-webkit-progress-value {
    background: #ffe500;
} 
progress::-moz-progress-bar {
    background: #ffe500;
}

.table-inputs td{
    padding: 0px !important;
}


.table-inputs td.sn{
    padding: 5px !important;
}

.table-inputs td input{
    border: 0px;
    box-shadow: 0px 0px 0px #fff;
}

.table-inputs .fa-plus{
 /*   position: absolute;
    right: 0px;
    padding: 9px;
    top: 0px;*/
    cursor: pointer;
}
.table_body .fa-times{
    /*position: absolute;
    right: 15px;
    top: 0px;*/
    padding: 10px;
    background-color: #ff5722;
    color: #fff;
    cursor: pointer;
}
.table-inputs .title{
    margin: 0px;
    padding: 7px;
}

.icon_preview i{
    font-size: 75px;
    margin-top: -23px;
    color: #edc32c;
}

.page_title{
    font-size: 18px;
    color: #8d8d8d;
    margin-bottom: 25px;
}

.td.sn{
    color: #ccc;
    font-size: 16px;
}

.table{
    display: table;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 2px;
}
.td, .th{
    display: block;
    vertical-align: middle;
    text-align: center;
}

.td img{
    height: 50px;
}

.td.title{
    font-size: 18px;
    padding: 0px !important;
}
.th.title{
    padding: 0px !important;   
}

.td p{
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 400;
}

td .form-control{
    border: 0px;
    border-radius: 0px;
}

.setting_box{
    padding: 10px;
    background-color: #fff;
}

.wbox{
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.wbox h5{
    /*background-color: #e2e2e2;*/
    padding: 5px;
    text-align: center;
    font-weight: 600;
}

.wbox .table td{
    border: 0px !important;
}


.act-btn{
    display: inline-block;
    padding: 7px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}

.act-btn:hover{
    background-color: transparent;
}
.edit{
    border: 1px solid #007bff;
    background-color: #007bff;
}

.view{
    border: 1px solid #009688;
    background-color: #009688;
    text-align: center;
    width: 80px;
}

.delete{
    border: 1px solid #ff0000;
    background-color: #ff0000;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    vertical-align: middle;
}


.margin_bottom{
    margin-bottom: 10px;
    padding-bottom: 10px;
}


.submit_row{
    position: relative;
    height: 50px;
}



/* ------------ Switch ------------*/
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 23px;
  margin-top: 7px;
}

.switch input { 
  /*opacity: 0;*/
  width: 0;
  height: 0;
}

/*.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}*/

/*input:checked + .slider {
  background-color: #009688;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*Switch End*/


.table .th{
    font-weight: 700;
}

.cat ul{
    list-style: none;
    margin-bottom: 30px;
    padding-left: 25px;
}
.cat ul li{
    margin-bottom: 15px;
}
.cat ul li span{
    display: inline-block;
    background-color: #b8b8b8;
    padding: 2px 7px;
    margin-right: 10px;
    font-size: 10px;
    color: #fff;
    /*width: 25px;*/
    border-radius: 7px;
    text-align: center;
    line-height: 1;
}

.cat ul li a{
    color: #454545;
}
.search{
    position: relative;
    right: 15px;
    bottom: 0px;
    border: 0px;
    background-color: transparent;
    border-radius: 30px;
    padding: 10px 15px;
    width: 260px;
    border: 1px solid #f5f5f5 !important;
}

/* webkit solution */
.search::-webkit-input-placeholder { text-align:right; }
/* mozilla solution */
input.search:-moz-placeholder { text-align:right; }
.search:focus{
    border: 1px solid #e6e6e6 !important;
}


.form-group span{
    position: absolute;
    right: 25px;
    top: 25px;
    background-color: #edc32c;
    color: #fff;
    padding: 7px;
}

.modal-title{
    font-size: 18px;
}
.modal-header .close{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 19px;
}

.time_remm{
    width: 110px;
}
.time_remm div{
    border-radius: 5px;
    font-size: 10px;
    padding: 5px;
    opacity: .7;
    color: #fff;
    text-align: center;
}
.time_remm.large{
    width: 200px;
    margin: 0 auto;
}
.time_remm.large div{
    font-size: 24px;
    font-weight: 700;
}
.time_remm .error{
    background-color: red;
}

.time_remm .warn{
    background-color: orange;
}
.time_remm .ok{
    background-color: green;
}


.time_remm .pre_order{
    background-color: #00bcd4;
}

.th_status, td.status{
    width: 5%;
}
.status span{
    display: none;
}

.th.type, .td.type{
    /*width: 10%;*/
    text-align: center;
}

.ex_data{
    padding: 7px;
}




/* ------ smile checkbox ------ */
.check {
  position: relative;
  /*background: linear-gradient(90deg, #f19af3, #f099b5);*/
  background-color: #8bc34a;

  background: -ms-linear-gradient(90deg, #8bc34a, #4caf50);
  background: -webkit-linear-gradient(90deg, #8bc34a, #4caf50);
  background: -moz-linear-gradient(90deg, #8bc34a, #4caf50);
  background: -o-linear-gradient(90deg, #8bc34a, #4caf50);
  background: linear-gradient(90deg, #8bc34a, #4caf50);

  line-height: 0;

  -ms-perspective: 400px;
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  perspective: 400px;

  margin: 10px 10px 0px 0px;
  text-align: left;
}

.check input[type="checkbox"],
.check label,
.check label::before,
.check label::after,
.check {
    
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

    display: inline-block;
    border-radius: 20px;
    border: 0;

    -ms-transition: .35s ease-in-out;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;

    box-sizing: border-box;
    cursor: pointer;           
    width: 50px;
    height: 27px;
}

.check label {
  width: 2.2rem;
  height: 1rem;
  background: #ff7a70;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.check input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 9px;

  background: -ms-linear-gradient(45deg, #dedede, #ffffff);
  background: -webkit-linear-gradient(45deg, #dedede, #ffffff);
  background: -moz-linear-gradient(45deg, #dedede, #ffffff);
  background: -o-linear-gradient(45deg, #dedede, #ffffff);
  background: linear-gradient(45deg, #dedede, #ffffff);

  box-shadow: 0 6px 7px rgba(0,0,0,0.3);
  outline: none;
  width: 20px;
  height: 20px;
}

.check input[type="checkbox"]:checked {
  left: 1.2rem;
  left: 31px;
}

.check input[type="checkbox"]:checked + label {
  background: transparent;
}

.check label::before,
.check label::after {
  content: "· ·";
  position: absolute;
  overflow: hidden;
  left: .24rem;
  top: .5rem;
  height: 1rem;
  letter-spacing: -.04rem;
  color: #9b9b9b;
  font-family: "Times New Roman", serif;
  z-index: 2;
  font-size: .6rem;
  border-radius: 0;

  -ms-transform-origin: 0 0 -.5rem;
  -webkit-transform-origin: 0 0 -.5rem;
  -moz-transform-origin: 0 0 -.5rem;
  -o-transform-origin: 0 0 -.5rem;
  transform-origin: 0 0 -.5rem;
  
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  
  left: 6px;
  font-size: 15px;
  top: 12px;
  line-height: 0.1;
}

.check label::after {
  content: "●";
  top: 16px;
  left: 9px;
  height: 1px;
  width: 4px;
  font-size: 11px;
}

.check input[type="checkbox"]:checked + label::before,
.check input[type="checkbox"]:checked + label::after {
    left: 1.6rem;
    top: .41rem;
    line-height: .1rem;
    
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    
    top: 11px;
    font-size: 18px;
    left: 29px;
    line-height: 3px;
}

.check input[type="checkbox"]:checked + label::after {
  top: 15px;
  left: 33px;
  font-size: 12px;
  line-height: 1px;
  height: 11px;
  width: 22px;
}


.dashboard-box{
    background-color: #fff;
}

.visitors_box{
    background-color: #fff;
    border-radius: 7px;
}

.visitor{
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
}

.visitor .status{
    width: 10%;
    float: left;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 15px;

}
.visitor_name{
    width: 20%;
    float: left;
    height: 100px;
    padding-top: 30px;
}

.visitor_name h6{
    font-size: 14px;
    margin-bottom: 10px;
}
.visitor_name p{
    color: #c0c0c0;
}
.visitor_activity{
    width: 70%;
    display: table;
    float: left;
    height: 100px;
}

.visitor_activity .act{
    position: relative;
    height: 60px;
    display: inline-block;
    padding: 7px;
    border: 1px solid #e2e2e2;
    margin: 25px 7px;
    width: 50px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    padding: 12px;
    background-color: #eee;
    color: #6e6e6e;
}

.visitor_activity .act i{
    color: #bebebe;
    font-size: 20px;
}

.no_of_visits{
    position: absolute;
    font-size: 10px;
    color: #a8a8a8;
}

.online_status{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #e2e2e2;
    margin: 10px;
    vertical-align: middle;
}

.online_status.active{
    background-color: #54d659;
}

.visitors_box h5{
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
}
.gauge {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.gauge h3{
    margin-bottom: 15px;
    font-size: 30px;
}
.chart{
    background-color: #fff;
    height: 262px;
    border-radius: 10px;
}
/* ------ smile checkbox ------ */


.pre_time{
    position: relative;
    width: 100%;
    font-size: 14px;
}

.pre_time i{
    padding: 10px;
    background-color: #e2e2e2;
    border-radius: 10px;
    cursor: pointer;
    color: #a6a6a6;
    margin-top: 15px;
}
.pre_time i:hover{
    background-color: #e91e63;
    color: #fff;
}

.pre_time .fa-angle-down{
    margin-right: 15px;
}
.pre_time .fa-angle-up{
    margin-left: 15px;
}

.pre_time .time{
    position: relative;
}

.size{
    width: 10%;   
}
.pre_order_datetime_info{
    text-align: center;
    background-color: #ff9800;
    margin: 10px 0px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 10px;
    padding: 7px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}





/* ----------------- Loader --------------------- */

.loader_div{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 48%);
    width: 260px;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}

.loader {
    position: absolute;
    width: 16em;
    height: 8em;
    overflow: hidden;
    bottom: 5px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    bottom: 0;
}

.loader::before {
    width: inherit;
    height: 0.2em;
    background-color: hsla(0, 0%, 85%);
}

.loader::after {
    box-sizing: border-box;
    width: 50%;
    height: inherit;
    border: 0.2em solid hsla(0, 0%, 85%);
    border-radius: 50%;
    left: 25%;
}

.loader span {
    position: absolute;
    width: 5%;
    height: 10%;
    background-color: #ffeb3b;
    border-radius: 50%;
    bottom: 0.2em;
    left: -5%;
    animation: 2s linear infinite;
    transform-origin: 50% -3em;
    animation-name: run, rotating;
}

.loader span:nth-child(2) {animation-delay: 0.075s;}
.loader span:nth-child(3) {animation-delay: 0.15s;}


@keyframes run {
    0% {left: -5%;}
    10%, 60% {left: calc((100% - 5%) / 2);}
    70%, 100% {left: 100%;}
}

@keyframes rotating {
    0%, 10% {transform: rotate(0deg);}
    60%, 100% {transform: rotate(-1turn);}
}


/* ----------- Loaded Ends ------------------- */




@media screen and (min-width: 600px) {
    .dashboard-box .box{
        width: 50%;
    }
    .inner-content{
        padding: 0px 40px;
    }

    .action_btn{
        background-color: #edc32c;
        color: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        font-size: 12px;
        cursor: pointer;
    }

    .action_btn span{
        display: inline-block;
    }

    .content .title{
        position: relative;
        padding: 50px;
    } 
    .page_nav{
        padding: 0px 50px;
    }
    .top_heading{
        display: block;
    }
    .table{
        padding: 30px;
    }
    .td, .th{
        display: table-cell;
        text-align: left;
    }

    .sn{
        width: 5%;
    }
    .td.title,{
        width: 30%;
        font-size: 16px;
        font-weight: 600;
        color: #212529;
    }

    .th.options, .td.options{
        width: 10%;
    }
    .th.title, .td.title{
        width: 30%;
    }

    .td.price, .th.price{
        width:20%;
    }
    .td.action, .th.action{
        width:20%;
    }
    .td.img{
        width: 10%;
    }

    .product .td.title{
        width: 40%;
    }

    .delivery_areas .td.title{
        /*width: 40%;*/
    }
    .delivery_areas .td.action{
        width: 20%;
    }

    .extras .sn{
        width: 5%;
    }
    .extras .title, .extras .action{
        width: 20%;
    }

    .td.cat{
        width: 10%;
    }

    .categroy .td.title{
        width: 30%;
    }
    .setting_box{
        padding:35px 50px;
        width: 70%;
    }

    .close_popup{
        right: 15px;
        top: 15px;
    }

    .popup .inner_box {
        padding: 50px;
    }


    .popup .title{
        margin-bottom: 50px;
    }
    .table-inputs .title{
        margin: 0px;
    }

    .order_details_popup{
        text-align: left;
    }

    .order_details_popup .price{
        text-align: right;
    }
    .th_status, td.status{
        width: 25%;
    }

    .status span{
        display: inline-block;
    }
    .inner-content{
        padding: 0px 35px;
    }

    .search{
        position: absolute;
    }

    .th.type, .td.type{
        width: 10%;
    }
    .pre_time{
        font-size: 24px;
    }
    .pre_time i{
        padding: 15px;
    }
}
@media screen and (min-width: 800px) {
    .dashboard-box .box{
        width: 16.66%;
    }

    .inner-content{
        padding: 0px 50px;
    }
    .search{
        position: absolute;
    }

}


.table-inputs .mcheckbox{
    text-align: center;
    padding: 7px !important;
}

.dtable>tbody>tr>td, .dtable>tbody>tr>th, .dtable>tfoot>tr>td, .dtable>tfoot>tr>th, .dtable>thead>tr>td, .dtable>thead>tr>th{
    padding: 30px 20px;
    background-color: #fff;
}
.driverbox_p,.timerbox_p{
    text-align: center;
}
.driverbox, .timerbox{
    border: 1px solid #e2e2e2;
    padding: 18px;
    margin: 10px;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
}

.driverbox:hover, .timerbox:hover{
    background-color: #edc32c;
}
.driverbox:hover h3, .timerbox:hover h3{
    color: #fff;
}

.page_box{
    background-color: #fff;
    padding: 25px;
}

/*Home Page Setting*/
.banner {
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 1.375em;
}
.banner .banner-bg {
    position: relative;
    border: 1px solid #e2e2e2;
}
.banners .banner .caption {
    font-size: 4.063em;
    width: 78%;
}
.banners .banner.top-right .caption {
    text-align: center;
    top: 0.45em;
    font-size: 3.75em;
    left: 2em;
    width: 44%;
}

.banner .caption {
    position: absolute;
    top: 0.575em;
    left: 0.5em;
    font-size: 5em;
    width: 67%;
}

.banner .caption .title, .banner .caption .subtitle {
    margin-bottom: 0;
    line-height: 1;
}
.banner .caption .description, .banner .caption .condition, .banner .caption .title, .banner .caption .subtitle {
    color: #fff;
}
.banner .caption .title {
    font-size: 1em;
    line-height: 0.8;
    padding: 0px;
}
.banner .caption .subtitle {
    font-size: 0.563em;
    font-weight: 200;
}
.banner .caption .button {
    font-size: 0.3em;
    font-weight: 300;
    padding: 0.396em 1em;
    border-radius: 10px;
    line-height: 1;
}

.banner .caption .condition {
    font-size: 0.175em;
}

.tiles .banner.top-left .caption .condition {
    display: block;
    position: absolute;
    top: 350px;
}

.description {
    color: #646970;
    padding: 5px 0px;
}
.banner .caption .description, .banner .caption .condition, .banner .caption .title, .banner .caption .subtitle {
    color: #fff;
}
.banner .caption .description {
    font-size: 0.2em;
    line-height: 1;
}
.banners .banner.top-right .caption .description, .banners .banner.top-right .caption .condition {
    font-size: .25em;
}




/*Home Page Setting ENDS*/


.google_analytics span{
    background-color: transparent;
}

.delivery{

}

.pickup{
    background-color: #eaeaea;;
}
.table .status{
    position: relative;
    text-align: center;
}
.status i{
    position: absolute;
    top: 7px;
    font-size: 14px;
}

.d_order_no{
    font-size: 24px;
    padding: 10px 20px 0px 20px;
}

.client_name{
    width: 80%;
    float: left;
    min-height: 100px;
    padding-top: 30px;
}

.client_name h6{
    font-size: 14px;
    margin-bottom: 10px;
}
.client_name p{
    color: #c0c0c0;
}


.page_nav{
    position: relative;
}
.page_nav .record_form{
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.page_nav .record_form input, .page_nav .record_form select{
    position: relative;
    right: 10px;
    bottom: 0px;
    border: 0px;
    background-color: #e6e6e6;
    border-radius: 30px;
    padding: 6px 15px;
    border: 1px solid #f5f5f5 !important;
    /*margin-right: 10px;*/
}
.page_nav .record_form select{
    padding: 5px 15px;
}

/*.site-info{
    margin: 15px 0px 0px;
}*/

.site-info{
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #f5f5f5;
    border-top: 1px solid #e2e2e2;
    width: 100%;
    text-align: right;
}
.site-info ul{
    margin: 0px;
}
.site-info ul li{
    display: inline-block;
    padding: 15px;
    font-size: 12px;
    text-align: center;
}
.whb{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #7a7a7a;
}
.whb p{
    margin: 0px;
}

.order_info{
    font-size: 14px;
}

.order_info h4{
    font-size: 16px;
}

.order_details_popup .status{
    display: inline-block;
    width: auto;
    margin: 10px;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #fdfdfd;
}

.popup .driver{
    background-color: #e2e2e2;
    border-radius: 10px;
    line-height: 1;
    padding: 7px;
    text-align: center;
    position: absolute;
    width: 100%;
    top: -5px;
    left: 0px;
}
.edit_allergies{
    font-size: 10px;
    padding-left: 10px;
}
.ql-wrapper{
    background-color: #fff;
}


.deal_items{
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.itm{
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 5px;
    line-height: 1;
}

.deal_items .fa-times{
    position: relative;
    right: -10px;
}

.print_sec{
    position: relative;
    top: 20px;
    display: table;
    width: 100%;
}

.print_sec a{
    color: #959595;
    margin: 10px;
} 


.excluded_cat div{
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 40px;
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    line-height: 1;
    text-align: center;
    padding-right: 40px;
    margin-right: 10px;
}

.excluded_cat div i{
    position: absolute;
    right: 0px;
    padding: 0px;
    padding: 10px;
    top: 0px;
    border-radius: 25px;
    cursor: pointer;
}
.excluded_cat div i:hover{
    background-color: #f44336;
    color: #fff;
}
.ex_category{
    color: red;
}
.coupon_code{
    color: #ff5722;
}

.order_menu{
    list-style: none;
    margin: 0px;
}

.order_menu li{
    display: inline-block;
}

.products{
    list-style: none;
}

.products li{
    position: relative;
    padding: 16px;
    border-bottom: 1px solid #e2e2e2;
}

.product_ .hover-area {
    position: absolute;
    right: 0px;
    top: 35px;
}
.product_ a{
    text-decoration: none;
}

.product_ .description{
    padding-left: 10px;
}
.hover-box {
    position: relative;
    display: inline-block;
    min-width: 85px;
    margin-bottom: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.price-area {
    border: 1px solid #e2e2e2;
    border-radius: 40px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
}

.hover-box i {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #8ca93e;
    padding: 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    display: none;
}

.hover-box:hover i {
    display: block;
}
.na{
    color: #e2e2e2;
}

.header_product{
    padding: 8px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
}



.item_extras h5{
  text-transform: capitalize;
  background-color: #f7f7f7;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #009688;
  border-radius: 25px;
}

.item_extras h5 span{
  float: right;
}

.item_ing{
  position: relative;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #8c8f94;
  margin: 5px;
  width: 30%;
  text-align: center;
  background: #f7f7f7;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
}

.item_ing select{
  border: 0;
}
.item_ing.disabled, .item_ing.qty_disabled{
  cursor: no-drop;
  background-color: #faf4d6;
}

.item_ing:hover{
  color: #ffffff;
  background-color: #009688;
}

.item_ing.disabled:hover{
  background-color: #456;
}

select option:disabled {
  background-color: #faf4d6;
}

.shade{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0px;
  left: 0px;
}

.item_box{
  display: table;
  width: 100%;
  text-align: center;
}
.item_ing .form-check-input{
    float: left;
    margin-top: 2px;
}
input[type=submit].add_to_cart_btn{
    position: relative;
    right: 0px;
    background-color: #edc32c;
    padding: 10px;
    border-radius: 36px;
    border: 1px solid #edc32c !important;
    width: 150px;
    margin-top: 20px;
}


.cart-items{
  padding: 7px;
  /*min-height: 150px;*/
  /*height: 150px;*/
  /*overflow: auto;*/
  max-height: 280px;
  overflow: hidden;
  overflow-y: auto;
}

.cart-info ul{
  display: table;
  width: 100%;
}
.cart-info ul li{
  display: block;
  padding-bottom: 20px;
  color: #939393;
}
.cart-info .item{
  float: left;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.cart-info .control{
    float: right;
    text-align: right;
    width: 100px;
    position: relative;
}
.cart-info .fa.icon{
    position: relative;
    left: 0px;
    /*display: inline-block;*/
}
.cart-info .control .icon{
  padding: 5px 6px;
  background-color: #f3f3f3;
  border-radius: 30px;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
}

.cart-info .control .qty{
  font-weight: 700;
  padding: 5px;
}

.cart-info .item-info{
  display: table;
  width: 100%;
}

.cart-info .price-info{
  display: table;
  width: 100%;
  /*display: none;*/
}

.price-info .txt{
  float: left;
  text-align: left;
  font-size: 10px;
  padding-left: 15px;
}

.price-info .base_price{
  float: right;
  text-align: right;
  font-size: 12px;
}

.cart-info ul li.total{
  border-top: 1px solid #e2e2e2;
}

.cart-info ul li.total, .cart-info ul li.discount, .cart-info ul li.net_total{
  font-weight: 700;
  border-bottom: 0px;
}

.cart-info ul li.discount{
}

.price-info .fa-times{
  display: none;
  cursor: pointer;
}

.price-info:hover .fa-times{
  display: inline-block;
}

.products h3{
    color: #585858;
    font-size: 16px;
}

.products .description{
    font-size: 13px;
}

.menu-item a{
    text-decoration: none;
    color: #456;
    font-size: 12px;
    padding: 10px 12px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    margin: 10px 0px;
    display: block;
}

.form_table input{
    border: 1px solid #e2e2e2;
    border-radius: 7px;
}
.print{
    vertical-align: bottom !important;
}

td.submit{
    position: relative;
    width: 140px;
}
@media only screen and (max-width: 500px) {
    .order_details{
        display: table;
        width: 100%;
    }
    .popup .driver{
        position: relative;
        margin-top: 7px;
    }
    .visitor .status {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0px 20px;
    }
    .visitor .status a{
        display: block;
        border: 1px solid;
        border-radius: 10px;
        padding: 10px;
    }

    .client_name{
        width: 100%;
        padding: 20px;
        padding-bottom: 0px;
    }
    
}

.bottom_margin{
    margin-bottom: 10px;
}

.products_preview .fa-times{
    cursor: pointer;
}

.products_preview .fa-times:hover{
    color: red;
}

.delivered{
    background-color: #edc32c;
}

.canceled{
    background-color: red;
    color: #fff;
}

.canceled a{
    color: #fff;
}
.toggle_menu{
    display: none;
}
.resposive_table h3{
    text-align: center;
    background-color: #edc32c;
    color: #fff;
    border-radius: 37px;
}

td.submit{
    vertical-align: bottom !important;
}

.btn{
    padding: 7px 10px;
}

.shop-box{
    width: 25%;
    float: left;
    border-radius: 10px;
    padding: 10px;

}
.shop-box .box{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 200px;
    margin-bottom: 0px;
    text-align: center;
}

.shop-box h4{
    padding: 43px;
    font-size: 24px;
    font-weight: 400;
}

.shop-box a{
    text-decoration: none;
}
.form_table td{
    border: 0px !important;
}

.credit sup, .debit sup{
    display: none;
}

.shop-box .box{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 290px;
}
.shop-box .box h5{
    color: inherit;
    font-size: 18px;
}

.page_nav .form-inline{
    float: right;
}

input[type='submit'].sub_btn{
    width: 35px;
    padding: 8px;
    font-size: 11px;
    color: #fff;
}
.dasti .content_box{
    background-color: #fff;
    padding: 10px;
}
.dasti h3{
    text-align: center;
    margin-bottom: 25px;
    background-color: #edc32c;
    border-radius: 25px;
    color: #fff;
} 

.shop_table .status{
    text-align: right;
}
.shop_table select{
    width: 150px;
    border: 1px solid;
    float: right;
}
.shop_table .action{
    width: 100px;
}
.shop-box{
    position: relative;
}
.shop-box .status{
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

.shop-box .status div{
    padding: 10px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}
.shop-box .status div.active{
    background-color: #a7feaa;
}
.inactive_message{
    position: absolute;
    background-color: yellow;
    left: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
}

.shop-box:hover .inactive_message{
    display: block;
}


.classic_box .centered{
    height: 85px;
    padding: 0px;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}
@media only screen and (max-width: 500px) {
    .content{
        margin-left: 0px;
    }
    .inner-content{
        padding: 0px;
    }
    .classic_box{
        width: 100%;
    }
    .content .title {
        position: relative;
        padding: 10px;
        font-size: 15px;
    }
    .action_btn {
        padding: 0px 6px;
        position: absolute;
        right: 7px;
        top: 7px;
        font-size: 14px;
    }
    .site-info{
        position: fixed;
        font-size: 10px;
    }
    .site-info ul li{
        display: block;
        font-size: 10px;
        text-align: center;
        padding: 5px;
    }
    .sidebar{
        width: 0px;
        z-index: 999;
    }
    .sidebar.active{
        width: 220px;
    }

    .page_nav{
        margin-bottom: 0px;
    }
    .top_bar{
        padding-left: 0px;
    }
    .toggle_menu{
        display: block;
        padding: 17px;
        float: left;
    }

    .margin_bottom{
        margin-bottom: 7px;
        padding-bottom: 0px;
    }
    .description{
        /*padding: 0px;*/
        /*margin: 0px;*/
        display: none;
    }

    .resposive_table{
        display: block !important;
        padding: 0px !important;
    }
    .resposive_table tbody, .resposive_table thead, .resposive_table tfoot{
        display: block;
    }
    .resposive_table tr{
        position: relative;
        display: block;
        border-bottom: 1px solid #999;
        height: 37px;
        overflow: hidden;
    }
    .resposive_table tr.tr_expend{
        height: 110px;
        border: 2px solid #e9b600;
    }
    .resposive_table tr td,.resposive_table tr th{
        position: absolute;
        /*display: inline-block;*/
        box-sizing: border-box;
        border: 0px !important;
    }


    .sale_table .sn{
        width: 20%;
    }

    .sale_table tr.tr_expend{
        height: 140px;
    }
    .sale_table .account{
        width: 35%;
        left: 0px;
    }

    .sale_table .datetime{
        top: 65px;
        text-align: center;
        width: 100%;
    }

    .sale_table .product{
        width: 35%;
        left: 0px;
        top: 36px;
    }

    .sale_table .comments{
        width: 35%;
        right: 0px;
        top: 36px;
        text-align: right;
    }
    .sale_table thead tr{
        height: 37px;
    }
    .sale_table th.sn, .sale_table th.product, .sale_table th.delivery{
        display: none;
    }
    .sale_table .quantity{
        width: 15%;
        top: 0px;
        right: 55%;
    }
    .sale_table .rate{width: 30%;top: 0px;right: 25%;}
    .sale_table .amount{width: 25%;top: 0px;right: 0px;}
    .sale_table .delivery{
        width: 100%;
        text-align: center;
        bottom: 0px;
        background-color: #ed8a2c;
    }
    .sale_table .delivery a{
        color: #fff;
    }

    .sale_table .account,.sale_table .quantity, .sale_table .rate, .sale_table .amount{
        background-color: #fff;
        z-index: 99;
    }

    .sale_table .delivered  .account,.sale_table .delivered .quantity, .sale_table .delivered .rate, .resposive_table .delivered .amount{
        background-color: #edc32c;
    }


    .product_table{
    }

    .product_table .sn{
        width: 10%;

    }

    .product_table .cat{
        width: 35%;
        right: 35%;
    }

    .product_table .name{
        width: 35%;
        right: 0px;
    }

    .product_table .name p{
        display: none;
    }

    .product_table th.quantity, .product_table th.cost_price, .product_table th.sale_price, .product_table th.status, .product_table th.action{
        display: none;
    }
    .mob{
        padding: 0px;
    }
    .product_table .quantity{
        width: 15%;
        top: 35px;
        left: 0;
    }
    .product_table .cost_price{width: 30%;top: 35px;left: 35%;}
    .product_table .sale_price{width: 35%;top: 35px;right: 0px;}

    .product_table .status{
        width: 100%;
        top:  60px;
    }

    .product_table .action{
        width: 100%;
        top:  75px;
    }

    .product_table tr.tr_expend{
        height: 130px;
    }

    .mob.cat{
        display: none;
    }

    .outstanding_table .datetime{
        left: 20%;
    }
    .outstanding_table .weight{
        top: 25px;
    }

    .outstanding_table .rate{
        left: 40%;
        top: 25px;
    }

    .outstanding_table .tr_expend .amount{
        top: 25px;
    }

    .outstanding_table .name{
        width: 45%;
        right: 35%;
        line-height: 1;
    }

    .outstanding_table .contact_no{
        top: 30px;
        width: 45%;
        right: 35%;
    }

    .outstanding_table .amount{
        right: 0px;
        width: 35%;
    }

    .outstanding_table tr.tr_expend{
        height: 65px;
    }
    .outstanding_table .table_title th{
        width: 100%;
    }

    .outstanding_table h3{
        font-size: 14px;
        padding: 9px;
    }
    .outstanding_table .action{
        top: 60px;
    }

    .resposive_table tr.table_title{
        height: 50px;
    }
    /*////////////////////////*/

    .form_table{
        background-color: #e2e2e2;
        border-radius: 10px;
    }
    .form_table tr{
        height: 200px;
    }
    .form_table tr.tr_expend{
        height: 200px;
    }


    .form_table .name_td{
        width: 100%;
    }

    .form_table .from{
        width: 50%;
        top: 60px;
    }

    .form_table .to{
        width: 50%;
        top: 60px;
        right: 0px;
    }

    .form_table .submit{
        width: 50%;
        top: 145px;
        right: 0px;
        padding-right: 15px;
    }
    .form_table .print{
        width: 50%;
        top: 145px;
        padding-top: 0px;
    }
    .form_table .print label{
        display: none;
    }

    /*////////////////////*/

    .soa_table{

    }

    .soa_table tr{
        height: 62px;
    }

    .soa_table tr.tr_expend{
        height: 160px;
    }

    .soa_table .date{
        text-align: center;
        width: 100% !important;
        background-color: #f3f3f3;
    }
    .soa_table .transaction{
        top: 60px;
        width: 100%;
        border-top: 1px solid #e2e2e2 !important;
        border-bottom: 1px solid #e2e2e2 !important;
    }
    .soa_table .transaction h4{
        text-align: center;
        margin-bottom: 7px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 7px;
    }
    .soa_table .credit{top: 30px;}
    .soa_table .debit{right: 35%;top: 30px}
    .soa_table .balance{right: 0px;width: 35%;text-align: right;top: 30px}
    .soa_table .arrears{top: 0px;}

    /*//////////////////////*/
    .account_table{}
    .account_table .sn{}
    .account_table .name{left: 20%;}
    .account_table .contact_no{left: 60%;}
    .account_table .address{top: 30px;left: 0px;width: 100%;}
    .account_table .action{right: 0px;top: 60px;}

    /*///////////////////////////////*/
    .table_title th{
        width: 100%;
    }

    .dasti_table .sn{
        display: none;
    }
    .dasti_table .return_amount_inp{right: 0px;width: 30%;}
    .dasti_table .return_amount_inp .return{position: relative;top: -6px;}
    .dasti_table .return_amount{right: 30%;width: 20%;text-align: right;}
    .dasti_table .amount, .dasti_table .quantity{ right: 50%; width: 30%; text-align: center; }
    .dasti_table .datetime{
        top: 35px;
        width: 100%;
        text-align: center;
    }
    .dasti_table .product{top: 30px; left: 0px; width: 30%;}
    .dasti_table .action{top: 72px; right: 0px; width: 100%;padding: 0px;}
    .dasti_table .action input{
        border-radius: 0px;
    }
    .dasti_table input[type='submit'].sub_btn{
        width: 100%;
    }


    /*////////////////*/
    .setting_box ,.sw_setting{
        width: 100% !important;
        padding: 0px !important;
    }

    #myForm{
        padding: 15px;
    }

    .shop-box{
        width: 100%;
    }

    input[type=submit]{
        width: 100%;
    }

    .credit sup, .debit sup{
        display: block;
    }

    sup {
        top: -1.5em;
        right: -11px;
        font-size: 9px;
    }
    .page_nav{
        padding: 0px 10px;
    }
    .page_nav .form-inline {
        width: 100%;
    }

    .page_nav .form-inline .form-group{
        width: 50%;
        float: left;
        padding: 5px;
    }

    .page_nav .form-inline .form-group.sub{
        width: 100%;
    }

    .page_nav .form-inline .form-group.sub input[type=submit] {
        width: 150px;
        float: right;
    }

    .shop-box .box{
        display: block;
        width: 90%;
        margin: 0 auto;
        padding-top: 50px;
    }



    /*//////////////////////*/
    .user_table{}
    .user_table .sn{}
    .user_table .name{left: 20%;}
    .user_table .email{top: 25px;left: 20%;}
    .user_table .contact_no{top: 25px;left: 60%;}
    .user_table .no_of_shops{left: 60%;}
    .user_table .address{top: 50px;left: 0px;width: 100%;}
    .user_table .action{right: 0px;top: 60px;}
    .user_table .datetime{left: 0px;top: 75px;}

    /*///////////////////////////////*/

}

.dashboard-box h4 small{
    font-size: 12px;
}
