@charset "utf-8";
/* CSS Document */

/*	01. GLOBAL RESET
	02. GENERIC
	03. STRUCTURE
	04. MENU
	05. SLIDER
---------------------------------------------*/

/*
===============================================================================================================
01. GLOBAL RESET
=============================================================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div,
p {
	display: block;
}

body {
	line-height: 1;
	background: #EFF3F8 !important;
}

img,
a,
a:hover,
a:active,
a:focus {
	border: none;
	outline: none;
	text-decoration: none !important;
}

ol {
	list-style: decimal outside;
}

ul {
	list-style: none;
}

ul,
ol {
	padding-left: 25px;
}

li ol,
li ul {
	margin-bottom: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
===============================================================================================================
02. GENERIC
=============================================================================================================== */
body {
	background: #fff;
	color: #333333;
	font: normal 12px/18px Arial, Helvetica, sans-serif !important;
}

.clr,
.clear {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

strong,
b,
.bold-txt {
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.sm-txt {
	font-size: 11px;
}

.gray-txt {
	color: #727272;
}
.blue-txt {
	color: #0073AA;
}

.heading {
	color: #00aada !important;
	float: left;
	font-size: 22px;
	max-width: 400px;
	width: 100%;
	margin: 10px 0 15px;
}

.pad-0 {
	padding: 0;
}

.pad-right-0 {
	padding-right: 0;
}

.pad-left-0 {
	padding-left: 0;
}

.main-wrapper {
	width: 100%;
	overflow: hidden;
}

.border-bottom {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.total-row  {
  background-color: #eff5ff !important;
}
/* h-group
-------------------------------------------------------------- */

/*h1, h2, h3, h4, h5, h6, .search-wraper, .banner-txt-wrap, .aside-link-wraper {
	font-family:"Quicksand";
	font-weight:normal;
}*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}

th,
td,
caption {
	padding: 4px 10px 0 5px;
}

th {
	font-weight: bold;
}

table,
th,
td {
	vertical-align: middle;
}

caption,
th,
td {
	float: none !important;
	font-weight: normal;
	text-align: left;
}

thead th {
	background: none repeat scroll 0 0 #0073AA;
	color: #fff;
}

img {
	width: 100%;
	border: 0;
	outline: 0;
}

.text_red {
	color: #c50000 !important;
}

.text_green {
	color: #367800 !important;
}

.w_10 {
	width: 10% !important;
}

.w_8 {
	width: 8% !important;
}

/*
===============================================================================================================
03. STRUCTURE
=============================================================================================================== */
nav ul {
	margin: 0;
	padding: 0
}

/*

===============================================================================================================

General stylesheet

=============================================================================================================== */
@media screen and (max-width:360px) {
	.pad-0 {
		padding: 0 15px;
	}

	.pad-right-0 {
		padding-right: 15px;
	}

	.pad-left-0 {
		padding-left: 15px;
	}

	.dataTable {
		font-size: 12px;
	}
}

@media screen and (max-width:360px) {
	.product {
		min-height: 200px !important;
	}
}

/*.main {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
*/
.form_table {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	border-radius: 5px 5px 5px 5px;
	min-height: 200px;
	margin-top: 30px;
	background: #FFFFFF;
	padding-bottom: 10px;
}

.navbar-toggle {
	margin-top: -8px;
}

.field_input {
	width: 100%;
	max-width: 350px;
	margin: 10px auto;
}

.signin {
	color: #000;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 0 0px 0;
}

.remember {
	color: #FFFFFF;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.btn {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #EFF3F8 !important;
	color: #000 !important;
	background: #EFF3F8 !important;
	padding: 3px 12px !important;
}

.header {
	padding: 10px 0;
}

.header_top {
	background: #0073AA;
	border-top: 4px solid #484848;
}

.logo {
	color: #fff;
	float: left;
	font-size: 18px;
	margin-top: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.admin_panel {
	float: right;
	font-size: 18px;
	color: #fff;
	text-align: right;
	margin: 5px 0;
}

.float-right {
	float: right;
}

.navigation {
	padding-left: 0px !important;
	padding-right: 0px !important;
	max-width: 1170px;
	border-radius: 5px 5px 5px 5px;
	float: left;
	background: none;
	border: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	background: none;
	color: #ff7c08 !important;
}

.navbar {
	min-height: 0
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
	margin: 0;
}

.navbar-nav > li > a {
	padding: 0 10px;
	margin-left: 5px;
}

.navigation ul li {
	color: #000000;
}

.navigation ul li a {
	color: #FFFFFF;
	font-size: 13px;
}

.navigation ul li a:hover {
	color: #000000;
}

.drop_menu {
	color: #000000;
}

.navigation .open > a,
.navigation .open > a:hover,
.nav .open > a:focus {
	background-color: #EEEEEE;
	border-color: #428BCA;
	color: #000000;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.drop_menu {
	background: rgb(30, 87, 153);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 85%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(85%, rgba(41, 137, 216, 1)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 85%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 85%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 85%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 1) 0%, rgba(41, 137, 216, 1) 85%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#2989d8', GradientType=0);
	/* IE6-9 */
	border-radius: 5px 5px 5px 5px;
	color: #000000;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: #438EB9;
}

.logout {
	float: right;
	padding-left: 10px;
	margin-right: 0 !important;
}

.logout li {
	display: inline-block;
}

.add,
.logout_btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	color: #fff;
	margin-left: 4px;
	padding: 5px 15px;
	font-size: 12px;
}

.btn_register,
.cancel,
.password_btn {
	background: #015c93 !important;
	border-radius: 4px;
	color: #fff !important;
	padding: 5px 13px;
	font-size: 12px;
	display: inline-block;
	border: none !important;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
}

.list-btn {
	background: #d5e6ff;
	border-radius: 4px;
	color: #000;
	padding: 5px 13px;
	font-size: 12px;
	display: inline-block;
	border: none !important;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
}

.logout_btn:hover,
.password_btn:hover,
.cancel:hover,
.add:hover {
	background: #003d62 !important;
	color: #fff !important;
}

.add {
	padding: 5px 12px;
	border: none;
}

.txt_overview {
	color: #734623 !important;
}

.txt_body {
	font-size: 14px;
}

.body_table {
	width: 100%;
	max-width: 1170px;
}

.body_lft {
	max-width: 15px;
	width: 100%;
	float: left;
	clear: both;
}

.body_rgt {
	max-width: 1140px;
	width: 100%;
	float: right;
}

.txt_icon {
	color: #0073AA;
}

.form-signin-heading,
.product_txt {
	max-width: 400px;
	font-size: 14px;
	margin-top: 7px;
}

.product_txt {
	max-width: 500px;
}

.product_txt1 {
	font-size: 14px;
	margin-top: 7px;
}

.product_txt,
.product_txt1 {
	float: left;
	margin-top: 8px;
}

.product_rgt {
	max-width: 400px;
	float: right;
	width: 100%;
}

.create_btn {
	background: #000000 border-radius:5px 5px 5px 5px;
	color: #FFFFFF;
	padding: 7px 7px 7px 7px;
	font-size: 14px;
	float: right;
	margin: 0 0 5px 0;
}

.create_btn a {
	color: #000000;
}

.create_btn a:hover {
	border: 1px solid #0066FF;
}

.field_txt {
	color: #990000 !important;
	font-size: 14px;
}

.field_table {
	max-width: 450px;
	width: 100%;
	margin-top: 15px;
	float: left;
}

.field_table_lft {
	max-width: 450px;
	width: 100%;
	margin-top: 15px;
	float: right;
}

.field_lft {
	max-width: 100px;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #000000;
	margin: 0 0 23px 0;
}

.field_rgt {
	max-width: 350px;
	float: right;
	width: 100%;
	color: #000000;
	height: auto;
	margin: 0 0 10px;
}

span.required {
	color: #FF0000;
}

.submit1 {
	float: left;
	margin: 0 0 0 98px;
}

.items {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #D0E3EF;
	border-collapse: collapse;
	width: 100%;
	margin-top: 15px;
}

.grid-view table.items th {
	background: #6A9F0A;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}

.grid-view table.items th,
.grid-view table.items td {
	border: 1px solid #FFFFFF;
	font-size: 12px;
	padding: 0.3em;
	text-align: left;
}

.grid-view table.items th,
.grid-view table.items td {
	border: 1px solid #FFFFFF;
	font-size: 12px;
	padding: 0.3em;
}

.grid-view .filters input,
.grid-view .filters select {
	border: 1px solid #CCCCCC;
	width: 100%;
}

.grid-view table.items tr.odd {
	background: none repeat scroll 0 0 #F4F7E5;
	padding: 5px;
}

.grid-view {
	padding: 0;
}

.img_icon {
	background: none;
	width: auto;
}

.grid-view table.items tr.even {
	background: none repeat scroll 0 0 #EDF0E0;
	padding: 5px;
}

.form_txt_top {
	width: 100%;
	max-width: 300px;
	margin: 5px auto 0;
	font-size: 13px;
	color: #d40000;
	text-align: center;
}

.textarea {
	height: 85px;
	resize: none;
}

.choose {
	margin: 0px 0 0 0;
}

.add_image {
	margin: 0px 0 0 0;
}

.grid_border .grid-view table.items th,
.grid-view table.items td {
	border: none;
	text-align: left;
}

.choose_table {
	width: 100%;
	max-width: 250px;
	float: left;
}

.choose_image {
	width: 100%;
	max-width: 100px;
	float: right;
}

.filed_input_txt {
	max-width: 350px;
	width: 100%;
	float: right;
}

.field_product {
	max-width: 450px;
	width: 100%;
	float: left;
}

.body_lft1 {
	float: left;
	max-width: 450px;
	width: 100%;
	margin-top: 15px;
	margin-left: 50px;
}

.upload_image {
	float: right;
	margin-right: 160px;
	/* max-width: 250px;
    width: 100%;*/
	border: none;
}

.file {
	max-width: 450px;
	width: 100%;
}

.text-right {
	text-align: right !important;
}

.submit {
	background: #FF7C08 !important;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 14px;
	max-width: 75px !important;
	padding: 3px 0;
	text-align: center;
	border: none !important;
}

.iframe {
	width: 100%;
	max-width: 600px;
}

.check_box {
	height: auto;
	resize: none;
}

.field_table1 {
	width: 100%;
	float: left;
}

.field_table1_submit {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.field_rgt1 {
	max-width: 350px;
	float: left;
	width: 100%;
	color: #000000;
	height: auto;
	margin: 0 0 10px;
}

.editor {
	width: 100%;
	max-width: 1170px;
}

.add_product {
	width: 100%;
}

.edit-content {
	float: right;
	padding: 5px;
}

.green-bg {
	background: #d7f6ff;
}

.content-cms tr {
	padding: 5px;
}

.green-bg > td {
	padding: 2px 2px 2px 10px !important;
}

.green-bg + tr td {
	padding: 10px !important;
}

.slug {
	float: right;
	margin: 8px 15px;
}

.product_search {
	float: right;
	margin-right: 20px;
}

.search {
	background: #000;
	padding: 9px;
	color: #FFFFFF;
	border-radius: 4px;
	float: left;
	margin-left: 5px;
	border: none;
}

.product_search .form-control {
	float: left;
	max-width: 165px;
}

.dataTables_filter,
.dataTables_length {
	margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_length {
	margin-top: 3px;
}

.table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
	color: #fff;
	padding: 10px 20px 10px 3px;
}

.error {
	font-size: 11px;
	color: #e13a00;
}

.border-gap {
	padding: 5px;
	border-radius: 0 0 7px 7px;
	background: #FFFFFF;
}

.dropdown-menu > li > a {
	color: #000 !important;
}

.form-wrapper-main,
.form-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}

.logout,
.navbar {
	margin-bottom: 0px !important;
}

.navbar {
	float: right;
}

.top_headind_band {
	overflow: hidden;
	height: 33px;
}

.add_edit_wrapper {
	margin: 10px 0;
	overflow: hidden;
}

.dataTable tr th {
	line-height: 10px;
}

.admin_Login h2 {
	float: none !important;
	max-width: 350px;
}

.admin_Login .btn {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	border: 1px solid #438EB9 !important;
	color: #fff !important;
	background: #0073AA !important;
	padding: 5px 12px !important;
}

.admin_Login .btn:hover {
	background: #438EB9 !important;
}

.home_page .body_rgt {
	width: 97%;
	float: left;
	margin-left: 5px;
}

.fild-001,
.redio-btn-wrapper {
	width: 100%;
	overflow: hidden;
}

.redio-btn {
	float: left;
	width: 20px;
}

.radio_top .redio-btn {
	margin: 0 !important;
}

.title-wrapper {
	background: #808080;
	border-bottom: 1px solid #808080;
	padding: 5px;
	color: #FFFFFF;
}

#dynamic {
	background: #fff;
	padding: 5px;
	border-radius: 0 0 7px 7px;
	font-size: 12px;
}

.white-bg {
	background: #fff;
	padding: 10px;
	border-radius: 0 0 7px 7px;
	overflow: hidden;
}

.font-icon {
	color: #000;
}

.right-panel .title-wrapper .font-icon i {
	color: #fff;
}

#dynamic .font-icon {
	display: block;
	text-align: center;
}

.right-panel {
	width: 100%;
}

.left-panel {
	background: #F2F2F2;
	min-height: 200px;
	border: 1px solid #ccc;
}

.footer-wrapper {
	margin: 15px 0;
	text-align: right;
	font-size: 11px;
}

.logout_btn,
.password_btn {
	background: #3498db !important;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9) !important;
	background-image: -moz-linear-gradient(top, #3498db, #2980b9) !important;
	background-image: -ms-linear-gradient(top, #3498db, #2980b9) !important;
	background-image: -o-linear-gradient(top, #3498db, #2980b9) !important;
	background-image: linear-gradient(to bottom, #3498db, #2980b9) !important;
	-webkit-border-radius: 3 !important;
	-moz-border-radius: 3 !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0px 1px 3px #4a4a4a !important;
	-moz-box-shadow: 0px 1px 3px #4a4a4a !important;
	box-shadow: 0px 1px 3px #4a4a4a !important;
}

.top_headind_band .logout_btn {
	-webkit-box-shadow: 0px 1px 3px #000 !important;
	-moz-box-shadow: 0px 1px 3px #000 !important;
	box-shadow: 0px 1px 3px #000 !important;
	margin: 3px 0;
	display: block;
}

/*
-------------------------------------------
M e n u -section
-------------------------------------------
*/
.nav-icon {
	float: left;
	margin: 0 2px;
	width: 20px;
}

.angle-down {
	float: right;
	margin: 0 5px;
}

.glossymenu {
	padding: 0;
	width: 100%;
	/*width of menu*/
	border-bottom-width: 0;
}

.glossymenu a.menuitem {
	/*background:#f9f9f9;*/
	background-color: #efefef;
	/* edited by kaushik */
	color: #000;
	display: block;
	position: relative;
	/*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 12px 0;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid transparent;
	font-size: 12px;
}

.glossymenu a.menuitem:visited,
.glossymenu .menuitem:active {
	color: #000;
}

.glossymenu a.menuitem:hover,
.nav-open {
	color: #0073AA !important;
	border-left: 4px solid #0073AA !important;
}

.glossymenu a.menuitem .statusicon {
	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu div.submenu {
	/*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul {
	/*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li {
	border-bottom: 1px solid #d8d8d8;
}

.glossymenu div.submenu ul li a .nav-icon {
	width: 10px;
}

.glossymenu div.submenu ul li a {
	display: block;
	font-size: 12px;
	color: black;
	text-decoration: none;
	padding: 10px 0 10px 18px;
}

.glossymenu div.submenu ul li a:hover {
	background: #f1f0f0;
}

.accordsuffix > img {
	width: auto;
}

.form-wrapper-sm {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}

.form-wrapper-sm-800 {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.form-wrapper-sm-1000 {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.fild-wrapper-sm {
	overflow: hidden;
}

.h_th th {
	padding: 10px 14px 10px 1px !important;
}

.admin_login_panel .form_txt_top {
	margin-top: 30px;
}

.form-control {
	padding: 3px;
	height: auto;
	border-radius: 3px;
	border-color: #eeeeee;
	font-size: 12px;
	box-shadow: none;
}

.form-control::-moz-placeholder {
	color: #333333;
}

.form-control[disabled]::-moz-placeholder {
	color: #555;
}

.fild-002 {
	float: left;
	margin: 0 2px
}

.fild-002 input {
	box-shadow: 0;
	margin: 3px 2px 0 0;
	float: left;
}

.fild-002 span {
	float: left
}

.menu-toggle {
	display: none;
}

.header_top,
.container,
.header_band {
	min-width: 640px;
	overflow: hidden;
}

.table-left {
	padding-left: 0 !important;
}

.heading-gap-left-0 {
	padding-left: 0;
}

.deta_table-wrapper {
	overflow: hidden;
}

.deta_table-wrapper .form-control {
	margin-top: 0;
}

.d-flex-label {
	display: flex
}

.d-flex-label label {
	white-space: nowrap;
	margin-right: 8px;
	margin-top: 2px;
}

.bilblock {
	background: #fafafa;
	padding: 15px;
}

.bilblock b {
	font-size: 13px;
}

.form-row {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 5px;
}

.form-row:before,
.form-row:after {
	display: table;
	content: " ";
	clear: both;
}

.form-row > * {
	padding-right: 5px;
	padding-left: 5px;
}

.table-striped.table > thead > tr > th,
.table-striped.table > tbody > tr > th,
.table-striped.table > tfoot > tr > th,
.table-striped.table > thead > tr > td,
.table-striped.table > tbody > tr > td,
.table-striped.table > tfoot > tr > td {
	border-left: 1px solid #ddd;
}

.table-striped.table {
	border-right: 1px solid #ddd;
}

.display.dataTable > thead > tr > th {
	padding-bottom: 8px;
	padding-top: 8px;
}

.db-block p {
	font-size: 14px;
}

@media (max-width: 991px) {
	.left-panel {
		min-height: inherit !important;
		margin-bottom: 20px;
	}

	.pad-right-0,
	.pad-left-0,
	.pad-0 {
		padding: 0 15px;
	}

	.title-wrapper {
		border-top: 1px solid #e9e9e9;
	}

	.form-control {
		margin: 5px 0;
	}

	.logo {
		text-align: center;
	}

	.header {
		padding: 10px;
	}

	input[type="search"] {
		box-sizing: border-box;
		width: 80px;
	}
}

@media (max-width: 991px) {
	.menu-toggle {
		background: #438EB9;
		padding: 10px;
		color: #fff;
		border-radius: 5px;
		cursor: pointer;
		margin: 10px;
		float: left;
	}

	.left-panel {
		overflow: hidden;
	}

	.menu-toggle {
		display: table;
	}

	..left-panel .footer {
		float: right;
	}

	.glossymenu {
		display: none;
		clear: both;
	}

	.nav_bar {
		float: right;
	}

	.log_name {
		float: left;
	}

	.form-wrapper .gap-0 {
		padding: 0px;
	}
}

@media (max-width: 1200px) {
	.h-scroll {
		min-width: 600px;
		max-width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
	}

}

@media (max-width: 767px) {
	.table-left {
		padding-left: 15px !important;
	}
}

.heading-inner {
	background: none repeat scroll 0 0 #0073AA;
	margin-bottom: 0;
	color: #FFFFFF;
	border-radius: 3px 3px 0 0;
	padding: 0 2px;
}

.btn-gap {
	padding: 10px 0;
	overflow: hidden;
}

.row_bottom_gap .form-wrapper,
.pop-list .form-wrapper,
.row_color .form-wrapper {
	margin-bottom: 0px;
}

.row_color:nth-child(even) {
	background: #e5ebf0;
	padding: 0 2px;
	margin-bottom: 0;
}

.row_color:nth-child(odd) {
	background: #EFF3F8;
	padding: 0 2px;
	margin-bottom: 0;
}

.right-panel .error ul {
	margin-bottom: 0;
}

.right-panel .error li {
	margin: 3px 0;
	text-align: center
}

.modal-header {
	background: #808080;
	color: #FFFFFF;
	padding: 10px 15px;
}

.modal-header h4 {
	font-size: 14px;
}

.modal-header span {
	color: #fff;
	font-size: 30px;
}

.modal-header .close {
	margin-top: -7px;
}

.close {
	opacity: 1;
	text-shadow: none;
}

.modal-footer {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background: #fff;
}

.deta_table-border-right {
	border-right: 1px solid #ccc;
	display: block;
	padding: 5px 3px;
}

.deta_table-border-gap {
	padding-right: 2px;
}

.deta_table-border-right-end {
	padding: 5px 5px 5px 0;
}

.modal-dialog .heading-inner {
	margin-top: 10px;
}

#receiptList .form-wrapper,
#ComponentList .form-wrapper {
	margin-bottom: 0;
}

.modal-header {
	border-radius: 6px 6px 0 0;
}

.flid-width {
	width: 100%;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	border: none !important;
	box-shadow: none !important;
	background: none !important;
}

.glossymenu a.menuitem:hover .nav-icon {
	font-size: 14px;
}

.header_band {
	background: #d5e6ff;
	color: #0075c7;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	padding: 1px 0;
}

.header_bottom a {
	color: #0075c7;
	display: block;
}

.header_bottom {
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.log_name {
	margin: 5px 0;
	text-align: right;
	color: #d5e6ff;
}

.log_name span {
	font-weight: bold;
}

.left-panel .footer {
	font-size: 10px;
	line-height: 14px;
	margin: 10px 5px 5px;
	color: #999999
}

.left-panel .footer a {
	color: #999999;
}

.total_qty {
	margin-bottom: 10px;
}

.delbtn {
	color: #000000;
	font-size: 16px;
	margin: 8px 0;
	text-align: center;
}

.nav-icon i {
	font-size: 14px;
}

.product_title_txt {
	float: none;
}

.title-wrapper a:focus {
	color: #FFFFFF;
}

.top_headind_band select {
	height: 25px;
	color: #000000;
}

.fild_center_h {
	line-height: 25px;
}

.green_btn {
	background: #b1c6a2 !important;
	border-radius: 4px;
	color: #000 !important;
	padding: 5px 12px;
	font-size: 12px;
	display: inline-block;
	border: none;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	margin: 2px;
}

.red_btn {
	background: #a10000 !important;
	border-radius: 4px;
	color: #fff;
	padding: 5px 12px;
	font-size: 12px;
	display: inline-block;
	border: none;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	margin: 2px;
}

.red_btn:hover {
	background: #8a0000 !important;
}

.greay_btn {
	background: #808080 !important;
	border-radius: 4px;
	color: #fff;
	padding: 5px 12px;
	font-size: 12px;
	display: inline-block;
	border: none;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	margin: 2px;
}

.update {
	background: #0073AA !important;
	border-radius: 4px;
	color: #fff;
	padding: 5px 12px;
	font-size: 12px;
	display: inline-block;
	border: none;
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	margin: 2px;
}

.update:hover {
	background: #0180bd;
	color: #fff;
}

.greay_btn:hover {
	background: #5d5d5d !important;
	color: #fff;
}

.del_icon:hover {
	background: #a30000;
	color: #fff;
	display: block;
}

.edit_icon:hover {
	background: #367800;
	color: #fff;
	display: block;
}

.del_icon,
.edit_icon {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 2px;
	margin: 0 auto;
	display: block;
}

.file-excel,
.file-pdf {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border-radius: 2px;
	margin: 0 auto;
	display: block;
}

.file-excel:hover,
.file-pdf:hover {
	background: #0073AA;
	color: #fff;
}

.logout a {
	padding: 5px;
}

.logout a:hover {
	background: #0073AA;
	color: #FFFFFF;
	border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
	font-size: 16px;
	line-height: 10px;
}

td {
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.sorting_disabled {
	border-right: 1px solid #ccc;
}

.sm-select,
.sm-input {
	float: left;
	width: 38%;
	margin-right: 10px;
}

/*==================================================================================================*/
/* Added by alok on 19-03-2015
/*==================================================================================================*/
.itb-range-picker {
	margin: 0 auto;
	width: 50%;
}

.itb-range-picker div {
	float: left;
	margin-left: 5px;
	color: #999;
}

.itb-range-picker div > span {
	font-size: 18px;
	cursor: pointer;
	margin-left: 2px;
}

.itb-range-picker div > button {
	padding: 3px 5px;
	background: linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0 #3498db !important;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}

.itb-range-picker div > button:hover {
	background: #003d62 !important;
}

.deta_table-wrapper textarea {
	height: 30px;
}

.check_gap_top {
	margin-top: 8px !important;
}

.refresh {
	font-size: 16px;
}

.refresh i {
	margin-top: 3px;
}

.itb-range-picker input {
	max-width: 75px;
}

/*execution_target*/
.execution_target_main th {
	background: #0073AA;
	color: #fff;
	overflow: hidden;
}

.execution_target_main th,
.execution_target_main td {
	border-right: 1px solid #ccc;
	padding: 5px 2px;
	border-bottom: 1px solid #ccc
}

.execution_target_main th:first-child,
.execution_target_main td:first-child {
	border-left: 1px solid #ccc;
}

.execution_target_main {
	width: 100%;
}

.execution_target_main .execution_title td,
.execution_target_main .execution_title td:first-child {
	border: none;
}

textarea[disabled],
input[readonly],
input[disabled] {
	cursor: default !important;
}

table.deta_table-wrapper {
	width: 100%;
	margin-top: 10px;
}

table .deta_table-border-right {
	display: table-cell;
}

tr.btn-gap td {
	padding-bottom: 5px;
}

.modal-body table {
	width: 100%;
}

.modal-dialog {
	min-width: 640px;
	max-width: 98%;
}

@media (max-width: 767px) {
	.container {
		width: 700px;
		overflow: hidden;
	}

	.modal-dialog {
		width: 700px;
	}

	.itb-range-picker input {
		max-width: 55px;
	}

	input[type="search"] {
		box-sizing: border-box;
		width: 50px;
	}

	.itb-range-picker div > button {
		padding: 3px 5px;
	}

	.refresh {
		font-size: 16px;
		margin: 5px 0px;
	}
}

@media (max-width:600px) {
	.itb-range-picker div {
		margin-left: 2px;
	}
}

.list_view li {
	list-style: disc;
}

.list_view li li {
	list-style: decimal;
}

.file-pdf i {
	font-size: 14px;
}

/******* 12-06-2015 *******/
.dataTable > tfoot th {
	padding-left: 1px !important;
	padding-right: 1px !important;
	color: #8e8e8e;
}

.dataTable > tfoot th > input {
	width: 100%;
	text-align: center;
	border-radius: 0;
	border: 1px solid #ccc;
	padding: 3px 0;
	height: 25px;
}

.deta_list thead th {
	background: #e4e4e4;
	color: #000;
	padding: 3px 3px;
}

.deta_list td {
	border-bottom: 1px solid #e4e4e4;
}

.deta_list td:first-child {
	border-left: 1px solid #e4e4e4;
}

.deta_list .deta_table-border-right {
	padding: 1px 3px;
}

.rowbgext.even .sorting_1,
.rowbgext.even {
	background: #ffffe8 !important;
}

.rowbgext.odd .sorting_1,
.rowbgext.odd {
	background: #f2f2db !important;
}

.blank {
	background: #fff;
}

.searchber {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	overflow: hidden;
}

.totalH {
	background: #e7e7e7;
	border: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
}

.totalH td {
	padding: 10px 5px !important;
}

/*--------5-12-24--------------*/
.main-body {
	position: relative;
	display: flex;
}

.left-panel {
	height: 100%;
}

.side-menu {
	width: 200px;
	position: absolute;
	height: 98%;
	left: -300px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.right-panel-main {
	margin-right: 5px;
	width: 100%;
	margin-left: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;

}

.opn-menu .side-menu {
	left: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.opn-menu .right-panel-main {
	margin-left: 200px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.side-menu-ico span {
	background: #0073aa;
	padding: 1px;
	width: 40px;
	height: 28px;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 3px;
	margin-bottom: 3px;
	color: #fff;
	cursor: pointer;
	box-shadow: 0px 1px 3px #000 !important;
}

.block-bg {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(77, 77, 77, 0.1) 0px 0px 4px 0px;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}


.home_page thead th {
	background: none repeat scroll 0 0 #AAA;
	color: #fff;
}

.home_page tbody td {
	font-size: 16px;
}

.db-block {
	padding: 20px 5px;
	height: 100%;
	background: #fbfbfb;
	width: 19%;
	text-align: center;
}

.db-block-wrap {
	display: flex;
	justify-content: space-between;
}

.db-block span {
	font-size: 24px;
}

.bg-1 {
	background: linear-gradient(320deg, rgba(211, 252, 210, .7) 0, #fff 70%);
}

.bg-2 {
	background: linear-gradient(320deg, rgba(201, 253, 245, .7) 0, #fff 70%);
}

.bg-3 {
	background: linear-gradient(320deg, rgb(243, 239, 253) 0, #fff 70%);
}

.home_page h4 {
	margin-bottom: 15px;
}

.headind_band-form > div,
.headind_band-form {
	display: flex;
	align-items: center;
}

.headind_band-form > div {
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 3px;
}

.headind_band-form > div input {
	width: 80px;
	margin: 0 3px;
}

.headind_band-form > div label {
	margin-right: 3px;
}

.mar-lt-10 {
	margin-left: 10px;
}

.mar-rt-10 {
	margin-right: 10px;
}

.master-icon,
.settings .nav-icon {
	background-image: url(../images/master-icon.webp);
}

.hosting_domain_menu .nav-icon,
.hd-icon
	{
	background-image: url(../images/web-hosting-icon.webp);
}

.project-icon,
.project .nav-icon {
	background-image: url(../images/project-icon.webp);
}

.attendance-icon,
.attendance .nav-icon {
	background-image: url(../images/attendance-icon.webp);
}

.hd-icon,
.attendance-icon,
.project-icon,
.master-icon {
	filter: brightness(0) invert(1);
	float: left;
	margin-right: 5px;
}

.hd-icon,
.attendance-icon,
.project-icon,
.master-icon,
.nav-icon {
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.table-striped.table > thead > tr > th {
	border-bottom: 1px solid #ccc;
}

.table {
	border-bottom: 1px solid #ddd;
}

.w-8 {
	width: 8% !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-22 {
	width: 22% !important;
}

.w-26 {
	width: 26% !important;
}

.w-30 {
	width: 30% !important;
}

.modal-dialog.modal-sm {
	min-width: 400px;
}

.modal-header {
	background: #0073aa;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}
.readonly{  pointer-events: none;}