*{
    padding: 0;
    margin: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before{
/*    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;*/
}
body{
    /*filter: contrast(110%);*/
    overflow-x: hidden;
    overflow-y: auto;
    font-family: arial;
    font-size: 14px;
}

.top_heading{
    color: white;
    padding-top: 11px;
}
h1,h2,h3,h4,h5,h6{
    /*text-transform: capitalize;*/
    color: #262626;
    margin: 0;
}

h5{
    text-transform: capitalize;
}
.no_left_padding{
    padding-left: 0 !important;
}
.sidebar_menu{
    position: absolute;
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    top: 0px;
    padding-top: 127px;
    height: 100%;
    z-index: 0;
}

.order .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fffbfb;
    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: 0px 10px 10px 0px;
    border-radius: 15px 1px;
    border: 2px 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: 2px 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;
}

.add_item{
    cursor: pointer;
}
.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 #f4f4f4;
    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;
}

.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{
    padding: 5px 20px;
    color: #fff;
}

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

.wd_links .wd_left{
	color: #fff;
}


/* =========================== SIDEBAR =============================== */
.sidebar{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #353535;
    width: 60px;
    /*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;
}

.sidebar .logo{
    position: relative;
    background-color: #353535;
    /*padding: 10px 0px;*/
    border-right: 1px solid #353535;
    cursor: pointer;
    display: table;
    width: 100%;
    padding: 30px 0px;
    z-index: 1;
}

.sidebar .logo img{
    width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #f4f4f4;*/
    padding: 5px 0px;
    background-color: #fbfbfb;
    /*border-radius: 20px;*/

}
.sidebar:hover{
    width: 220px;
}

.sidebar:hover .logo img{
    /*width: 170px;*/
}

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

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

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

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

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

.menu li i{
    font-size: 26px;
    margin-right: 5px;
}
.menu li a{
    color: #fff;
}

.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{
    background-color: #353535;
}

.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-left: 60px;
	margin-top: 40px;
    /*display: flex;*/
}

.content section{
    width: 100%;
    padding: 10px;
}

.m-row{
	display: table;
	width: 100%;
}

.fa.active{
    color: #4fc1b3;
}

.wrapper .header{
    margin-left: 60px;
    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: #f4f4f4;
}

.table{
    padding: 25px 10px;
    display: table;
    width: 100%;
    margin-bottom: 0px;
}

h3{
    padding: 10px;
    /*margin-bottom: 5px;*/
    color: #353535;
}

.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: 25px;
    left: 10px;
}

.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;
}

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

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

.choose_file input{
    display: none;
}

#calendar{
    width: 530px;
    padding: 15px;
}

.popup,.popup_warning{
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(34, 51, 68, 0.5);;
    z-index: 99;
    overflow-y: scroll;
}

.popupshow{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(34, 51, 68, 0.5);;
    z-index: 99;
    overflow-y: scroll;
}

.popup .box1{
    position: relative;
    width: 400px;
    margin: 100px auto;
    border: 10px double #4ca5ff;
    padding: 15px;
    color: #000;
    background-color: #fff;
}

.popup .box .close{
    position: absolute;
    right: 15px;
    top: 11px;
    padding: 5px 20px;
    z-index: 1;
    font-size: 15px;
}

.popupshow .box1{
    position: relative;
    width: 400px;
    margin: 100px auto;
    border: 10px double #4ca5ff;
    padding: 15px;
    color: #000;
    background-color: #fff;
}

.popupshow .box .close{
    position: absolute;
    right: 17px;
    top: 2px;
    background: #fff;
    padding: 5px 8px;
    z-index: 1;
    font-size: 15px;
}

.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 #f4f4f4;
    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;
}


.popup .choose_file{
    float: right;
}

.popup input,.popup select,.popup textarea{
    width: 100%;
    font-size: 14px;
    padding: 5px;
    /*margin-left: 10px;*/
}

.popup input[type="reset"]{
    width: auto;
    float: right;
    margin-left: 5px;
    padding: 5px 10px;
}

.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: 60px;
    height: 40px;
    background-color: #217fb6;

}

.top_bar ul{
    list-style: none;
}

.top_bar ul li{
    display: inline-block;
    padding: 5px 8px;
    margin: 4px;
    font-size: 15px;
    color: #fff;
}

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

.top_bar ul li i{
    font-size: 20px;
    color: #fff;
    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: #f4f4f4;
    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;
    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: #353535;
}

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

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



.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;
    background-color: #f8f8f8;
    padding: 12px 0px 14px 12px;
}
.breadcrumb li{
    line-height: 0.5;
}
.breadcrumb i, .breadcrumb span{
    font-size: 10px;
}
.breadcrumb a{
    font-size: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.breadcrumbs.fixed{
    position: fixed;
    top: 40px;
    z-index: 8;
    width: 100%;
    box-shadow: 0px 2px 5px #353535;
}
.row>div{
    position: relative;
}
input[type="color"]{
    height: 25px;
    padding: 0px;
    width: 70px;
}

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


.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: 60px;
	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: 60px;
	}
}

/* main box container */
.main {
	display: flex;
	flex-flow: row wrap;
}
.widget {
	flex-basis: 300px;
	flex-grow: 10;
	height: 300px;
	margin: 15px;
	border-radius: 6px;
	background-color: #ffffff;
	position: relative;
}
.widget .title {
	background-color: #eef1f7;
	border-bottom: 1px solid #dfe4ec;
	padding: 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #617085;
	font-weight: 600;
}
.ad {
	width: 350px;
	height: 300px;
	border: 1px solid #ddd;
}


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


body .btn-info {
    background-color: #35475e;
    border-color:  #35475e;
    color: #FFF; }
    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;
}*/

.panel-heading h4{
    color: #fff;
}
	  
body .panel-info > .panel-heading {
    color:#eaedf3;
    /*background-color: #f4f4f4;*/
    padding:  0px 15px;
    border-color:  #f4f4f4;
}
body .panel-info > .panel-heading h3{
    background-color: #f4f4f4;
    font-size: 18px;
}
body .panel-info {
    color:#303131;
    background-color: #ffffff;
    border-color: #f4f4f4;
}



.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
}

.centered {
   text-align: center;
   font-size: 0;
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 13px;
}

.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: 25px;
    top: 0px;
    padding: 9px;
    font-size: 20px;
    color: red;
}

.suggessions{
    position: absolute;
    top: 38px;
    background: #f8f8f8;
    /* padding: 5px 10px; */
    width: 100%;
    z-index: 9;

}
.suggessions ul{
    border: 1px solid #4CAF50;
    border-radius: 5px;
}
.suggessions ul li{
    padding: 12px;
    border-bottom: 1px solid #8BC34A;
    cursor: pointer;
}

.suggessions ul{
    margin: 0;
}
.suggessions .select_name{
    font-weight: 500;
    line-height: 1;
    font-size: 14px;
}

.select_name small{
    font-size: 10px;
}
.suggessions .select_name.active{
    color: #fff;
}

.itemName{
    position: absolute;
    top: 40px;
    left: 12px;
    background: #f4f4f4;
    width: 160px;
    z-index: 99;
}
.itemName ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
    font-size: 10px;
    font-size: 14px;
}

#itemAdd{
    top: 33px;
    position: absolute;
    background: #f4f4f4;
    /* 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;
}

#dealName{
    top: 33px;
    position: absolute;
    background: #f4f4f4;
    /* padding: 5px 10px; */
    width: 136px;
    /* border-radius: 0px 0px 10px 10px; */
    z-index: 99;
}
#dealName ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}

.customerName ul li{
	padding: 5px 10px;
	border-bottom: 1px solid #cecece;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #f4f4f4;
    --bs-table-accent-bg: none;
}
.customerName ul{
	margin: 0;
}
.popup{
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(34, 51, 68, 0.5);;
    z-index: 99;
    overflow-y: scroll;
}

.box{
	margin: 100px auto;
	width: 500px;

}

input[type=checkbox], input[type=radio] {
    margin-left: 8px\9;
    line-height: normal;
    margin: -5px;
    width: 25px;
}
.dlt_row{
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 20px;
}
.close{
    color: #e0e0e0;
    text-shadow: 0 1px 0 #ff0202;
    filter: alpha(opacity=20);
    opacity: 1;
    font-size: 24px;
    padding: 7px;
}

.close1{
    text-shadow: 0 1px 0 #ff0202;
    filter: alpha(opacity=20);
    /*padding: 6px;*/
    color: #fff;
}

.close1:hover{
	color:red;
}
.fa.icon_print{
    font-size: 16px;
    color: #0d6efd;
    margin-top: 15px;
}
.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: #383535cc;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: none;
}

.popwarn{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #383535cc;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
}

.check{
	cursor: pointer;
}

.transaction{
    position: relative;
	width: 340px;
	color: #8d8d8e;
    font-weight: 400;
    font-family: monospace;
    font-size: 10px;
    text-align: left;
}

.transaction h4{
    font-size: 16px;
}
.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;*/
    top: 15px;
    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;
}
.clear:hover{
    background-image: -moz-linear-gradient(top,#fff,#dfffe1);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#dfffe1));
    background-image: -webkit-linear-gradient(top,#fff,#dfffe1);
    background-image: -o-linear-gradient(top,#fff,#dfffe1);
    background-image: linear-gradient(to bottom,#ffffff,#dfffe1);
}
.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 !important;
    border-radius: 0px;
}

.cus_info td{
	padding: 5px;
}
.form-group {
    margin-bottom: 8px;
}

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

.add_item{
    font-size:22px;
    color: #fff;
    font-size: 26px;
    color: #fff;
    margin-top: 6px;
}
.add_item:hover{
    color: #00fd50;
}

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

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

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

.bg_row{
	    background-color: #f4f4f4;
}
.active{
    background: #217fb6;
}

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

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

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

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

.sidebar_menu li:hover{
    background-color:  #217fb6;
    color: #fff;
    text-decoration: none;
}
.sidebar_menu li a:hover{
    color: #fff;
    text-decoration: none;
}

.table_width{
    width: 100%;
}

#preloader{
    position: absolute;
    left: 230px;
    top: 8px;
    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: #217fb6;
    color: #fff;
    margin: 5px;
}

#pagination .selected{
    background-color: #353535;
}

#pagination .link:hover{
    background-color: #353535;
    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;*/
    margin-top: 15px;
}

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

.bell{
    position: relative;
    cursor: pointer;
}
.bell span{
    position: absolute;
    color: #903636;
    right: 20px;
    top: -4px;
    font-size: 18px;
    z-index: 9;
    background-color: #ff9f9f;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #fff;
    padding: 0px 5px;
    padding-bottom: 27px;
}
.bell .dropdown{
    position: absolute;
    top: 30px;
    right: -110px;
    color: #000;
    width: 300px;
    border: 5px solid #217fb6;
    display: none;
}

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

.dropdown li:hover a,h4{
    color: #217fb6;
}
.bell .dropdown a{
    color: #000;
}
.bell .dropdown li{
    display: block;
    background-color: #fbfbfb;
    margin: 0;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #217fb6;
}
.ppc{
    display: none;
}
/*::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #ffffff;
}

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

::-webkit-scrollbar-thumb
{
    background-color: #353535;
    border: 0px;
    border-top: 15px solid #217fb6;
    border-bottom: 15px solid #217fb6;
    border-radius: 10px 0px 0px 10px;
}*/



/*ABD*/
/*==========start of food menu section=========*/
.button-area{
    padding: 25px 0px 0px 0px;
}
.button-area ul li{
    list-style-type: none;
    display: inline;
    margin-left: 25px;
}
.button-area ul li button{
    width: 130px;
    height: 40px;
    border: none;
    color: #fff;
    background: linear-gradient(to right, #373737 , #919492);
    border-radius: 20px 0px;
}
.button-area ul li button:hover{
    background: linear-gradient(to right, #217fb6 , #a2d3b2);
   
}
.menu-item{
    margin-top: 20px;
    border: 1px solid #000;
    border-radius: 0px 0px 15px 15px;
    height: 400px;
}
#menu-flters-item{
    margin-top: -16px;
    text-align: center;
}
#menu-flters-item ul li{
    list-style-type: none;
    display: inline;
    margin-left: 4px;
}
#menu-flters-item ul li button{
    /*width: 120px;*/
    height: 30px;
    background: #353535;
    color: #ffffff;
}
#menu-flters-item ul li button:hover{
    background: #f4f4f4;
    border:1px solid #f4f4f4;
    color: #fff;
}
#menu-flters-item ul li .active{
    background-color: #424242;
    color: white;
}
.menu-title{
    text-align: center;
}
#menu-wrapper .menu-restaurant{
    display: inline;
    margin:5px;
    margin-bottom: 10px;
}
.item{
    position: relative;
    background-color: #f7f7f7;
    background: url(../../lib/images/1.jpg);
    width: 120px;
    height: 100px;
    border-radius: 10px;
    color: #fff;
    margin: 4px;
    border: none;
    padding: 5px;
    float: left;
    cursor: pointer;
}
/*.item:hover{
    background: #004269;
}*/

.bill-form , .bill-table{
/*    padding: 0px 20px 0px 5px;*/
    padding: 0px 9px 0px 7px;
}
.bill-table table{
    width: 100%;
    text-align: center;
}
.bil-form tr{
    margin-top: 5px;
}
.bill-table table tr th{
    text-align: center;
}
.text-field{
    margin-top: 5px;
}
.table-style{
    margin: 30px;

}
.table-feild{
    margin: 30px;
    float: right;
}
.table-form-input{
    width: 75px;
    border: none;
    border-bottom: 1px dashed;
    padding: 2px 5px;
    /*margin-top: 10px;*/
    /*margin-left: 10px;*/
}

input:-moz-read-only { /* For Firefox */
    background-color: #dfffe1;
    border: 0;
}

input[readonly] { 
    background-color: #dfffe1;
    border: 0;
}
.table-form-label{
    /*margin-top: 20px;*/
    /*margin-left: 25px;*/
}
.order-btn{
    text-align: center;
    /*margin: 17px;*/
}
.order-btn button{
    border: none;
    color: #fff;
    height: 30px;
    padding: 5px;
    margin-left: 15px;
}
.fa-check-square {
    color: #357703;
    font-size: 20px;
}
.complete-order{
    cursor: pointer;
}

.table-date{
    margin-top: 10px;
}
.inner-div h4,h6{
    color: #635c5c;
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    font-family: sans-serif;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.8);
}
.panel-info>.panel-heading{
    background-color: #f4f4f4;
    text-align: center;
}
.qty-table th,.qty-input{
    /*width: 60px;*/
    border: none;
    text-align: center;
    /*padding: 3px 5px;*/
    color: #353535;
    font-size: 14px;
    text-align: right;
    border: 0px !important;
    float: right;
    background: transparent !important;  
}

.qty-table{
    margin-top: 15px;
}
.cart_table {
    min-height: 150px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 10px;
    border-bottom: 1px solid #f0e7de;
}
.cart_table::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #f4f4f4;
  border-radius: 15px;
}

.cart_table::-webkit-scrollbar
{
  width: 10px;
  background-color: #f4f4f4;
}

.cart_table::-webkit-scrollbar-thumb
{
  background-color: #445566;
  border: 1px solid #000;
  border-radius: 15px;
}

.ribbon {
  position: absolute;
  top: -3px;
  right: -4px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  /*line-height: 20px;*/
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.ribbon.red span {
  background: #ff0000;
  background: linear-gradient(#c90d0d  0%, #ff0000 100%);
}
.ribbon.red span::before {
  border-left: 3px solid #ff0000;
  border-top: 3px solid #ff0000;
}
.ribbon.red span::after {
  border-right: 3px solid #ff0000;
  border-top: 3px solid #ff0000;
}
/*==========ends of food menu section=========*/

/*============pop up styles start========*/
.pop-up-body,.pop-up-body1,.ingredent-body,.edit_cat_popup{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #383535cc;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
}
.pop-up,.pop-up1,.add-ingredent{
margin: 100px auto;
 width: 500px;
}
.close1{
    cursor: pointer;
    font-size: 22px;
    margin-left: 18px;
    margin-top: -2px;
    z-index: 9;
    position: relative;
}


/*========starts of hover icons styles=========*/
.outer{
    position: relative;
    text-align: center;
}

.outer:hover .icons{
    display: block;
    text-align: center;
    z-index: 9;
}
.icons{
    margin-top: -5px;
    margin-left: -5px;
    font-size: 25px;
    color: #fff;
    position: absolute;
    background-color: rgba(42, 73, 92, 0.8);
    cursor: pointer;
    padding: 8px;
    display: none;
    width: 120px;
    height: 100px;
    border-radius: 10px;
    text-align: center;
}
.icons i {
    font-size: 16px;
    margin: 5px;
    margin-top: 55px;
    cursor: pointer;
}
/*========ends of hover icons styles=========*/
/*============pop up styles ends========*/
/*ABD ENDS*/


.ingredent-table{
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
}
.ingredent-table::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #f4f4f4;
  border-radius: 15px;
}

.ingredent-table::-webkit-scrollbar
{
  width: 10px;
  background-color: #f4f4f4;
}

.ingredent-table::-webkit-scrollbar-thumb
{
  background-color: #445566;
  border: 1px solid #000;
  border-radius: 15px;
}
.add-ingredent {
    width: 580px;
    margin: 77px auto;
    height: 400px;
    border-radius: 10px;
    position: relative;
}

.plus {
    font-size: 40px;
    color: #353535;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.add:hover i{
    color: #79A70A;
}

label{
    font-weight: 600;
    color: #585858;
    font-size: 14px;
}

.no_bottom_margin{
    margin-bottom: 0px;
}
.no_bottom_padding{
    padding-bottom: 0px;
}

/*new style*/
.style1>ul>li>button{
    margin: 5px 0px 0px 0px !important;
    border: 5px outset #e6e6e6;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.style1>ul>li>button:hover,.style1>ul>li>button.active  {
    background: #5fc4e2 !important;
    border: 5px inset !important;
    color: #fff;
}

.style2>ul>li>button{
    margin: 0px !important;
    border-top: 0px;
    width: 100px !important;
    border-radius: 0px 0px 10px 10px !important;
    height: 40px !important;
    border: 4px outset !important;
    border-top: 0px !important;
}

.style2>ul>li>button:hover {
    background: #4f5056 !important;
    border: 4px outset !important;
    border-top: 0px !important;
    color: #fff;
}

.trash{
    padding-top: 8px;
    color: #f00;
    cursor: pointer;
}


.bell1{
    position: relative;
    cursor: pointer;
}
.bell1 span{
    position: absolute;
    color: #903636;
    right: 20px;
    top: -4px;
    font-size: 18px;
    z-index: 9;
    background-color: #fa9b0e;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    color:  #fff;
    padding: 0px 5px;
    padding-bottom: 27px;
}
.bell1 .dropdown1{
    position: absolute;
    top: 30px;
    right: -110px;
    color: #000;
    width: 300px;
    border: 5px solid #217fb6;
    display: none;
}

.dropdown1 li:hover a,h4{
    color: #217fb6;
}
.bell1 .dropdown1 a{
    color: #000;
}
.bell1 .dropdown1 li{
    display: block;
    background-color: #fbfbfb;
    margin: 0;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #217fb6;
}


.bell2{
    position: relative;
    cursor: pointer;
}
.bell2 span{
    position: absolute;
    color: #903636;
    right: 20px;
    top: -4px;
    font-size: 18px;
    z-index: 9;
    background-color: #539ccd;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #f9f9f9;
    padding: 0px 5px;
    padding-bottom: 27px;
}
.bell2 .dropdown2{
    position: absolute;
    top: 30px;
    right: -110px;
    color: #000;
    width: 300px;
    border: 5px solid #217fb6;
    display: none;
}

.dropdown2 li:hover a,h4{
    color: #217fb6;
}
.bell2 .dropdown2 a{
    color: #000;
}
.bell2 .dropdown2 li{
    display: block;
    background-color: #fbfbfb;
    margin: 0;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #217fb6;
}

.bell3{
    position: relative;
    cursor: pointer;
}
.bell3 span{
    position: absolute;
    color: #fff;
    right: 20px;
    top: -4px;
    font-size: 18px;
    z-index: 9;
    background-color: #5cb85c;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    color:  #fff;
    padding: 0px 5px;
    padding-bottom: 27px;
}
.bell3 .dropdown3{
    position: absolute;
    top: 30px;
    right: -110px;
    color: #000;
    width: 300px;
    border: 5px solid #217fb6;
    display: none;
}

.dropdown3 li:hover a,h4{
    color: #217fb6;
}
.bell3 .dropdown3 a{
    color: #000;
}
.bell3 .dropdown3 li{
    display: block;
    background-color: #fbfbfb;
    margin: 0;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #217fb6;
}
.time_remm div{
    padding: 0px 10px;
    border-radius: 5px;
}
.time_remm .error{
    background-color: #ff1100;
}
.time_remm .warn{
    background-color: #f44336;
}
.time_remm .ok{
    background-color: #c53a3a;
}






.bell4{
    position: relative;
    cursor: pointer;
}
.bell4 span{
    position: absolute;
    color: #903636;
    right: 20px;
    top: -4px;
    font-size: 18px;
    z-index: 9;
    background-color: #bb1370;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    color: #f9f9f9;
    padding: 0px 5px;
    padding-bottom: 27px;
}
.bell4 .dropdown4{
    position: absolute;
    top: 30px;
    right: -110px;
    color: #000;
    width: 300px;
    border: 5px solid #217fb6;
    display: none;
}

.dropdown4 li:hover a,h4{
    color: #217fb6;
}
.bell4 .dropdown4 a{
    color: #000;
}
.bell4 .dropdown4 li{
    display: block;
    background-color: #fbfbfb;
    margin: 0;
    color: #000;
    padding: 15px;
    border-bottom: 1px solid #217fb6;
}


/*ijax kitchen */


.kitchen_orders{
    margin-top: 16px;
}
.heading_order, .panel-heading h4{
    text-transform: capitalize;
    margin: 0;
    background: #9c9a9a;
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
}
.complete_order_heading{
    background-color: #f4f4f4;
    color: #353535;
}
.panel-heading h4{
    background-color: #f4f4f4;
    color: #353535;
}


.card{
    padding: 10px;
}

.card-head{
    position: relative;
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px;
}
.heading_order h4{
    color: #cccccc;
    float: left;
    margin-left: 10px;
    font-size: 14px;
    margin-top: 3px;
}
.heading_order p{
    float: left;
    margin-left: 2px;
    color: #fff;
    font-size: 13px;
    margin-top: 2px;

}
.collapse{
    float: right;
    color: #fff;
    padding: 3px 20px;
    font-size: 18px;
}
/*.fa-angle-up{
    float: right;
    color: #fff;
    padding: 3px 20px;
    font-size: 18px;
    display: none;
}*/
.order_body{
    background-color: #f9f9f9;
    border: 1px solid #f4f4f4;
    border-radius: 0px 0px 10px 10px;
    display: none;
}

.panel{
    border: none;
}
.panel-info>.panel-heading{
    border: none;
    border-color: none;
}
.order_body_btn{
    margin-left: 55%;
    margin-bottom: 8px;
}
.order_body_btn2{
    float: right;
    margin-top: -7px;
}
.body_styles table{
    width: 100%;
}
..body_styles table tr th{
    text-align: center;
}

.take{
    background-color: #539ccd !important;
    border-color: #539ccd !important;
}

.status{
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
}

.panel{
    border-radius: 15px;
}

.sale_box{
    background-color: #f9f9f9;
    height: 450px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    overflow-y: scroll;
}

.sale_box::-webkit-scrollbar {
    width: 1em;
}
 
.sale_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.sale_box::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.daily_report_box{
    display: none;
}

.d_r_box{
    border: 1px solid #f4f4f4;
    padding: 60px 100px;
    position: relative;
    margin-right: 60px;

}

.d_r_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;
}

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

.d_r_box h5{
    position: absolute;
    margin-left: -38px;
    color: #767676;
}

.sale_heading{
    background-color: #767676;
    text-align: center;
    color: white;
    padding: 10px 12px;

}

.d_r_box:hover{
    cursor: pointer;
    background-color: #f4f4f4;
}

.back{
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.back:hover{
    cursor: pointer;
    color: #217fb6;
}

.not_a_link:hover{
    cursor: no-drop;
}

.add_sal{
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.add_sal:hover{
    cursor: pointer;
    color: #217fb6;
}

.cat .active{
    background-color: #424242;
    color: white;
}

.msg_box{
    position: absolute;
    right: 0px;
    z-index: 9;
    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;
}

.prod{
    width: 65px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.cat_edit{
    position: relative;
}
.cat_edit:hover .cat_edit_icon{
    display: block;
}
.cat_edit_icon{
    position: absolute;
    right: 0px;
    top: -40px;
    color: #696868;
    padding: 10px;
    display: none; 
    cursor: pointer;
    background: #fff;
}

.action:after {
    background-color: rgb(176, 236, 179);
    border: 1px solid #65e46a;
}
.relative{
    position: relative;
}
/* The container */
.box_container {
    display: block;
    position: relative;
    padding-left: 5px;
    /*margin-bottom: 5px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: -22px;
    right: -65px;
}

/* Hide the browser's default checkbox */
.box_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark,.checkmark_2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #f4f4f4;
}

/* On mouse-over, add a grey background color */
.box_container:hover input ~ .checkmark,.box_container:hover input ~ .checkmark_2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.box_container input:checked ~ .checkmark,.box_container input:checked ~ .checkmark_2 {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,.checkmark_2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box_container input:checked ~ .checkmark:after,.box_container input:checked ~ .checkmark_2:after {
    display: block;
}

/* Style the checkmark/indicator */
.box_container .checkmark:after,.box_container .checkmark_2:after {
    left: 8px;
    top: 5px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.get_bill_inp{
    padding: 11px 0px;
}

.get_bill_inp input{
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.not_found{
    margin-top: 20px;
    color: #ff8383;
    font-weight: 700;
}

body .cus_warning{
    background-color: #bb1349;
    border-color: #ff3c3c;
}

body .cus_primary{
    background-color: #028e81;
    border-color: #00666b;
}

.sub_but_div .btn{
    /*margin: 5px;*/
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
}

.print_opt .box_container{
    top: 0px;
    right: 0px;
}


.paid_event{
    float: right;
}
.paid_event i{
    cursor: pointer;
    background-color: #2196f3;
    color: #fff;
    padding: 5px 8px;
    border-radius: 0px 10px 10px 0px;
}
.panel-body{
    position: relative;
    /*border: 1px solid #f4f4f4;*/
}
.pre_load{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    left: 0px;
    height: 100%;
    top: 0px;
    padding-top: 110px;
    background-color: rgba(255, 255, 255, 0.7);
    display: none;
}

.Owner{
    background-color: #e4e4e4 !important;
}

.show_owner{
    position: relative;
    top: -23px;
    right: -19px;
    padding: 4px 9px;
    cursor: pointer;
    display: none;
}

.owner_menu{
    position: absolute;
    z-index: 999;
    list-style: none;
    top: 40px;
    right: 5px;
    display: block;
}

.owner_menu li{
    padding: 5px 15px;
    min-width: 135px;
    cursor: pointer;
    border-bottom: 1px solid #d6d6d6;
    background-color: #f4f4f4;
}

.owner_menu li.last{
    border: 0;
}

.owner_loader{
    position: absolute;
    top: 8px;
    right: 2px;
    width: 30px;
    height: 30px;
}

.owner_loader img{
    width: 100%;
}

.hidden_owners{
    display: none;
}

.owner_info.active{
    background-color: #345;
    color: #fff;
}

.box_container.green .checkmark{

}

.custom_popup{
    position: fixed;
    width: 100%;
    background-color: rgba(68, 85, 102, 0.57);
    z-index: 9;
    top: 0px;
    height: 100%;
    display: none;
}

.custom_popup h3{
    margin: 0;
}

.custom_popup .panel-heading{
    background-color: #46ed81 !important;
    padding: 10px !important;
}

.custom_popup textarea{
    width: 100%;
    height: 60px;
    padding: 5px 10px;
}

.custom_popup input[type='submit']{
    padding: 10px 30px;
    float: right;
    margin: 10px 0px;
    background-color: #b126a0;
    border: 0px;
    color: #fff;    
}

.pay_owner,.invest_owner{
    cursor: pointer;
}

.add_but_link{
    float: right;
    margin-top: -32px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.add_but_link:hover{
    color: #adf0ff;
}

.top_nav:hover,.top_nav:focus{
    color: #aaaaaa !important;
}

.d_r_box{
    margin: 15px;
}

.full_width{
    width: 100% !important;
}

.form-group{
    /*width: 100% !important;*/
}
input[type="text"],input[type="number"],input[type="date"]{
    width: 100% !important
}

.grey_div {
    width: 100% !important;
}

.custom_margin input{
    margin: 5px;
}
.fa-search{
    margin-left: -36px;
    background-color: #ccc;
    padding: 10px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    cursor: pointer;
}

.salary_table th{
    font-size: 13px;
}
.salary_table td{
    font-size: 12px;
}

.pay_now{
    cursor: pointer;
    padding: 10px;
    color: #217fb6;
}

.payment_history_body img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.daily_sale_report_section{
    clear: both;
}
.daily_sale_report_section small{
    color: #fff;
}

.overall_report h3{
    color: #fff;
    text-align: center;
    background: #466;
    margin-top: 15px;
}

.layer{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 113px;
    background-color: #ffffffcf;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
}


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

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

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

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

.wd_list{
    position: absolute;
    top: 68px;
    background: #f4f4f4;
    width: 100%;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ccc;
}
.wd_list ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}

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

#service_charges{
    border: 1px dashed;
}

.box.lg{
    width: 700px;
}

.ingd h4{
    text-align: center;
    margin-bottom: 12px;
}

.action_icon{
    color: #445566; 
    font-size: 22px;
    cursor: pointer;
}

.rm_border tr td{
    border: 0px !important;
    text-align: left;
}


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

.cus_check{
    position: absolute;
    top: 9px;
    right: 9px;
    padding: 6px 10px;
    background-color: #f4f4f4;
    border-radius: 0px 5px 5px 10px;
}

.relative{
    position: relative;
}

.item_entry{
    position: relative;
}

.small_box {
    border: 1px solid #345;
}

.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;
}

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

#add_quantity {
    cursor: pointer;
}

.late_order{
    float: left;
    background-color: #ff5d5d;
    color: #fff;
    padding: 5px 25px;
}

.late_order.active{
    background-color: #ff0000;
}

.ex_lar{
    width: 200px;
}

.cancel_but{
    float: left;
    margin-right: 10px;
    padding: 5px 15px;
    background-color: #f00;
    color: #fff;
}
.cancel_but a{
    color: #fff;
}

.bill_message{
    position: absolute;
    top: 150px;
    transform: rotate(-35deg);
    font-size: 40px;
    left: 100px;
    z-index: 9;
    color: rgba(28, 255, 0, 0.5);
    font-weight: 700;
}

.bill_message.danger{
    color: rgba(255, 0, 0, 0.5);
}

.soa_ok{
    position: absolute;
    left: 0px;
    width: 100%;
    color: #077000;
    text-align: center;
    margin: 0;
    background-color: rgba(33, 255, 5, 0.25);
}

.soa_cancel{
    position: absolute;
    left: 0px;
    width: 100%;
    color: #9f0000;
    text-align: center;
    margin: 0;
    background-color: rgba(255, 5, 5, 0.25);
}

.soa_progess{
    position: absolute;
    left: 0px;
    width: 100%;
    color: #8a8c00;
    text-align: center;
    margin: 0;
    background-color: rgba(255, 175, 55, 0.5);
}

.bill_cancel{
    background-color: #ffe2e1 !important;
}

.finished{
    background-color: #f00;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border: 3px solid #f00;
}

.finished.disabled{
    background-color: #ff8585;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    border: 3px inset #ff8585;
    cursor: no-drop;
}


input{
    border: 1px solid #f4f4f4 !important;
}

.nowrap{
    white-space: nowrap;
}
.test_type{
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 5;
    border-radius: 10px;
    left: 5px;
    top: 5px;
}

.test_type.type_0{background-color: #27ff00;}
.test_type.type_1{background-color: #ffeb3b;}
.test_type.type_2{background-color: #ff00bc;}





.box{
    display: table;
    background-color: #fff;
    padding-top: 15px;
}

.box .box_contents{
    padding: 10px 20px;
}

.box h3{
    font-size: 18px;
    background-color: #f4f4f4;
    color: #456;
    text-align: center;
}

.close{
    text-shadow: 1px 1px 15px #ff0000;
    opacity: 1;
    font-size: 50px;
    color: #f4f4f4;
    position: fixed;
    right: 30px;
    top: 10px;
}

.inner_box h4 a{
    font-size: 14px;
    padding-top: 2px;
}

.btn-success{
    background-color: #35a166;
}

.btn-success:hover{
    background-color: #00af00;
}

.submit_div{
    padding: 15px 0px;
}

textarea.form-control{
    width: 100% !important;
}

.popup textarea.ranges{
    height: 45px;
}

.results-table{
    margin-top: 15px;
}

.sn{
    width: 35px;
    padding: 7px 0px !important;
    text-align: center;
}

.customer_info input,.customer_info select{
    width: 95% !important;
}

.action i{
    cursor: pointer;
    padding: 5px;
}

.inp_span{
    position: absolute;
    right: 23px;
    bottom: 0px;
    background-color: #f4f4f4;
    padding: 7px;
}

.search_table tr, .search_table td{
    border: 0 !important;

}

.customer_info th{
    position: relative;
}

a{
    text-decoration: none;
}

.add_test{
    position: relative;
    float: left;
    width: 110px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    margin-left: 10px;
    margin-top: 4px;
    cursor: pointer;
    padding: 5px;
    background-color: #fff7ec;
    background-color: #f7f7f7;
    background: url(../../lib/images/1.jpg);
    color
}
.close{
    cursor: pointer;
}

.relative{
    position: relative;
}
.doc_inv_checkbox{
    position: absolute;
    left: 12px;
    top: 14px;
    padding: 10px;
    width: 20;
    height: 20px;
    cursor: pointer;
}
.loss{
    background-color: #ff857d;
    color: #fff !important;
}
.save_list{
    background-color: #4caf50;
    padding: 10px 25px;
    border-radius: 10px;
    line-height: 1;
    color: #fff;
    border: 1px solid #4caf50;
}

.save_list:hover{
    background-color: transparent;
    color: #4caf50;
}

.clear_search{
    position: relative;
    top: 7px;
    padding-top: 7px;
    font-size: 14px;
    display: none;
}

.form-control:focus{
    box-shadow: 0 0 0 2px rgb(13 110 253 / 25%);
}

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

.key_popup .box{
    width: 350px;
    padding: 15px;
    border: 1px solid #f4f4f4;
}

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

.key_popup .box h5{
    font-size: 14px;
}


.backup_div{
    text-align: right;
    position: absolute;
    right: 20px;
    z-index: 9;
    top: 0px;
    font-size: 13px;
}

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

.btn.yes{
    padding: 5px 30px;
    border: 1px solid #35a166;
}

.btn.no{
    padding: 5px 30px;
    border: 1px solid #35a166;
}

.cats{
    position: relative;
    top: -16px;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.cats li{
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #f4f4f4;
    border-top: 0px;
    border-radius: 0px 0px 15px 15px;
    cursor: pointer;
    box-shadow: 2px 2px 2px #f4f4f4;
    margin-right: 5px;
}

.cats li:hover, .cats li.active{
    background-color: #ff9800;
    color: #fff;
    box-shadow: 2px 2px 2px #ff837a;
}

.category{
    position: relative;
    width: 100%;
    clear: both;
    text-align: center;
}

th .category .col{
    border-top: 1px solid #f4f4f4;
}

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

.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;
}

.billing {
    margin-right: -25px;
    min-height: 264px;
}
.remove_item{
    color: red;
    cursor: pointer;
}

.monthly_report{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 10px;
    line-height: 2;
}

.monthly_report input{
    width: 100px;
    float: right;
    padding: 2px 8px;
    font-size: 10px;
    margin-left: 10px;
}

.commission_info{
    position: relative;
    font-size: 12px;
}
.commission_info label{
    color: #f4f4f4;
}
.commission_info input{
    font-size: 12px;
    padding: 5px 10px;
}

.commission_info span{
    position: absolute;
    right: 18px;
    top: 18px;
    padding: 6px;
    background-color: #f4f4f4;
}
small{
    color: #acacac;
}

.rb-1{
    border-left: 1px solid #f4f4f4;
}

.zero{
    color: #c7c7c7;
}
.nill{
    color: #c7c7c7;
}
.fa-edit{
    color: green;
}
.fa-trash{
    color: #ff8c8c;
}

.item_price{
    width: 100%;
}

.inv_dis{
    width: 100%;
    padding: 0px 3px;
}


.report{
    position: absolute;
    top: 21px;
    font-size: 10px;
    line-height: 2;
}

.report input{
    width: 110px !important;
    float: right;
    padding: 2px 8px;
    font-size: 10px;
    margin-left: 10px;
}
.report.from{
    right: 230px;
}
.report.to{
    right: 80px;
}
.report.submit{
    width: 50px;
    right: 20px;   
}
.report.submit input{
    width: 50px !important;
}
.inv_report_div{
    display: none;
}

.border_box{
    border: 1px solid #f4f4f4;
    padding: 15px;
}
.for_installment{
    display: none;
}


.item{
    background-image: none;
    border: 1px solid #727272;
}

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

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

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

.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;
    font-size: 14px;
}

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

tbody, td, tfoot, th, thead, tr{
    font-size: 14px;
}

/* ------ 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;
}

/*///////////////////////////////////////////////////////////*/
.hide{
    display: none;
}




.right_sidebar{
    position: fixed;
    right: -170px;
    background-color: #353535;
    width: 170px;
    top: 50px;
    z-index: 99;
}

.sidebar_contents{
    /*overflow: hidden;  */
    /*overflow-y: auto;*/
    /*max-height: 90vh;*/
}
.right_sidebar.active{
    right: 0px;
}
.right_sidebar .r_s_toggle{
    color: #fff;
    position: absolute;
    left: -30px;
    background-color: #E91E63;
    padding: 7px 10px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    font-size: 18px;
}
.right_sidebar ul{
    padding: 0px;
    list-style: none;
    margin: 0;
}
.right_sidebar ul li a{
    display: block;
    padding: 3px 10px;
    color: #fff;
    width: 100%;
    height: 36px;
}

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

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

.right_sidebar ul li {
    position: relative;
}
.right_sidebar ul li ul{
    position: absolute;
    right: 200px;
    width: 200px;
    top: -120px;
    display: none;
    background-color: #5a5a5a;
    border-radius: 10px 0px 0px 10px;
}
.right_sidebar ul li:hover ul{
    display: block;
}
.right_sidebar ul li:hover, .right_sidebar ul li ul li:hover{
    background-color: #217fb6;
}



/*///////////////////New Styles///////////////////*/
.top_nav{
    background: #df5df8;
    border-radius: 5px;
    margin: 10px 0px;
    border: 0px;
    font-size: 12px;
}
.top_nav.active{
    border: 0px;
    background: #9c27b0;
}
