@font-face {
	font-family: 'roboto_condensedregular';
	src: url('../fonts/robotocondensed-regular-webfont.eot');
	src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
		 url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
		 url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'roboto_condensedlight';
	src: url('../fonts/robotocondensed-light-webfont.eot');
	src: url('../fonts/robotocondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/robotocondensed-light-webfont.woff') format('woff'),
		 url('../fonts/robotocondensed-light-webfont.ttf') format('truetype'),
		 url('../fonts/robotocondensed-light-webfont.svg#roboto_condensedlight') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'roboto_condensedbold';
	src: url('../fonts/robotocondensed-bold-webfont.eot');
	src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
		 url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
		 url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium-webfont.eot');
	src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
		 url('../fonts/roboto-medium-webfont.woff') format('woff'),
		 url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
		 url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	text-size-adjust:100%;
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	-webkit-font-smoothing: antialiased; /* Prevent flicker and font alias */
	font-smoothing: antialiased;
}
body
{
	margin:0 auto;
	padding:0;
	background:#f7f7f7;
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	min-width:1200px;
	color:#414141;
}
header, nav, footer, section
{
	display:block;
}
.fl
{
	float:left;
}
.fr
{
	float:right;
}
.clear
{
	clear:both;
}
a
{
	color:#0078D4;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
a:hover
{
	text-decoration:none;
	outline:none;
	color:#434343;
}
h1, h2, h3, h4, h5, h6
{
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-top:0;
	margin-bottom:15px;
	line-height:1.2;
}
header
{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
}
p
{
	margin-top:0px;
	margin-bottom:15px;
}
nav
{
	background:#2a2b30;
	padding:5px 20px;
	font-size:16px;


}
nav h2.logo a
{
	display:block;
	/*height:37px;
	width:37px;
	background:url(../images/logo.png) no-repeat;*/
}

nav h2.home, nav h2.nav_icon, nav h2.logo
{
	line-height: 35px;
	margin: 0 0px;
	padding: 0 20px;
	border-right:1px solid #19191a;
	border-left:1px solid #373737;
}
nav h2.logo
{
	border-right:0px;
}
nav h2.nav_icon
{
	border-left:0px;
}
nav h2.nav_icon
{
	margin-left:0;
	padding-left:0;
}
nav h2.home a, nav h2.nav_icon a
{
	color:#ffffff;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
}
nav h2.home a:hover, nav h2.home a:focus, nav h2.nav_icon a:hover, nav h2.nav_icon a:focus
{
	color:#eaeaea;
}
.notifications ul
{
	margin:0;
	padding:0;
}
.notifications ul li
{
	float:left;
	list-style:none;
	margin-left:13px;
}
.notifications ul li a
{
	color:#ff5500;
	line-height:37px;
}
.notifications ul li.noti a
{
	color:#619DEF;
}
.notifications ul li.warn a
{
	color:#fccb55;
}
.notifications ul li sup
{
	background:#484848;
	color:#ffffff;
	padding:2px 5px;
	border-top-right-radius:200px;
	border-top-left-radius:200px;
	border-bottom-left-radius:200px;
	border-bottom-right-radius:200px;
	-webkit-border-top-right-radius:200px;
	-webkit-border-top-left-radius:200px;
	-webkit-border-bottom-left-radius:200px;
	-webkit-border-bottom-right-radius:200px;
	margin-left:2px;
	min-width:16px;
	display:inline-block;
	text-align:center;
	line-height:18px;
}
.nav_right .search
{
	margin-top:3px;
	margin-left:20px;
}
.nav_right .search input[type="text"]
{
	border:0px;
	height:32px;
	line-height:32px;
	padding:0px 10px;
	width:120px;
	position:relative;
	right:0;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-webkit-appearance:none;
}
.nav_right .search input[type="text"]:focus
{
	width:195px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:0px;
}
.nav_right .search button
{
	border:0px;
	background:#299CEE;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	height:32px;
	width:32px;
	outline:none;
	-webkit-appearance:none;
	color:#ffffff;
}
.nav_right .search button:hover
{
	cursor:pointer;
}

.main_container
{
	position:relative;
	margin-top:47px;
}
.left_panel
{
	position:fixed;
	width:240px;
	height:93%;
	top:47px;
	overflow-y:auto;
	background:#121921;
	border-right:1px solid #cbcbcb;
	transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
}
.left_panel.animate
{
	margin-left:-240px;
}
.right_panel
{
	padding:20px;
	margin-left:240px;
	transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
}
.right_panel.animate
{
	margin-left:0px;
}
.login_part
{
	margin-left:20px;
}
.login_part a
{
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
}
.login_part a i
{
	font-size:16px;
	line-height:35px;
	margin-right:3px;
}
.login_part a:hover
{
	color:#ff5500;
}
ul.v_menu
{
	margin:0;
	padding:0;
}
ul.v_menu li
{
	list-style:none;
	position:relative;
}
ul.v_menu li a
{
	text-decoration:none;
	display:block;
	padding:10px 30px 10px 40px;
	/*padding:10px 30px 10px 10px;*/
	background:#121921;
	border-bottom: 1px solid #0B0B0B;
	color:#B3B3B3;
}
ul.v_menu li a i
{
	left: 15px;
	min-width: 26px;
	position: absolute;
	top: 13px;
}
ul.v_menu li a:hover
{
	background:#232222;
}
.v_menu li .fa.fa-caret-down {
	position: absolute;
	right: 12px;
	top: 14px;
	color:#B3B3B3;
}
ul.v_menu li ul
{
	padding:0 0 0 0;
	margin:0;
}
ul.v_menu li.sub ul
{
	/*display:none;*/
}
ul.v_menu li.sub a.active
{
	background:#232222;
}
table
{
	width:100%;
}
table tr th
{
	text-align:left;
	font-weight:normal;
	font-size:15px;
	color:#000000;
}
table tr td
{
	font-size:13px;
}
table tr th.control, table tr td.control
{
	text-align: center;
	width: 40px;
}
table
{
	border:1px solid #d4d4d4;
	border-spacing:0;
}
table tr th, table tr td
{
	border-spacing:0;
	border-right:1px solid #d4d4d4;
	padding:5px 10px;
	border-bottom:1px solid #d4d4d4;
}
table tr:last-child td
{
	border-bottom:0px;
}
table tr th:last-child, table tr td:last-child
{
	border-right:0px;
}
table tr td a i.fa-remove
{
	color:#fe3700;
	font-size:16px;
}
table tr td a i.fa-edit
{
	color:#3d3e41;
	font-size:16px;
}
table tr td a i.fa-eye
{
	color:#121921;
	font-size:16px;
}

table tr td a i.fa-mail-forward
{
	color:#295CB8;
	font-size:16px;
}

.login_box
{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:335px;
	width:400px;
	margin:auto;
	text-align:center;

}
.login_container
{
	border:1px solid #d9d9d9;

	background:#f7f7f7;
	box-shadow:0 0 10px 0px #C5C5C5;
	-webkit-box-shadow:0 0 10px 0px #C5C5C5;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	padding:0px;
}
.login_logo
{
	margin-bottom:10px;
	display: inline-block;
	width: 203px;
}
.login_logo img
{
	display:block;
	margin:auto;
}
.login_title
{
	background:#2a2b30;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-top-left-radius:3px;
	color:#ffffff;
	text-align:left;
	padding:10px 15px;
	margin-bottom:0;
	text-transform:uppercase;
}
.login_body
{
	text-align:left;
	padding:15px;
}
.login_field
{
	margin-bottom:10px;
}
.login_field label
{
	 display: block;
	float: left;
	margin-bottom: 5px;
	width: 75px;
	line-height:30px;
}
.login_field .login_input input[type="text"], .login_field .login_input input[type="password"]
{
	border: 1px solid #d4d4d4;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	width: 270px;
}
.submit_input
{
	text-align:left;
}
.submit_field
{
	margin-top:10px;
}
.submit_input input
{
	background:#ff5400;
	color:#ffffff;
	border:1px solid #e44f05;
	height:32px;
	line-height:28px;
	padding:0 15px;
	font-weight:bold;
	margin-right:10px;
	transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
}
.submit_input input:hover
{
	background:#fb702b;
	cursor:pointer;
}
.login_err
{
	text-align:center;
	color:#ff0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.login_success
{
	text-align:center;
	color:#0da245;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.inner_controls
{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d4d4d4;
}
.inner_controls .search
{
	margin-left:20px;
}
.inner_controls .search input[type="text"]
{
	border:0px;
	height:32px;
	line-height:32px;
	padding:0px 10px;
	width:120px;
	position:relative;
	right:0;
	transition:all 0.4s ease 0s;
	-webkit-transition:all 0.4s ease 0s;
	-webkit-appearance:none;
	border: 1px solid #dddddd;
	border-right:0px;
}
.inner_controls .search input[type="text"]:focus
{
	box-shadow:none;
	-webkit-box-shadow:none;
}
.inner_controls .search button
{
	border: 1px solid #299CEE;
	background:#299CEE;
	border-top-right-radius:0px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	height:32px;
	width:32px;
	outline:none;
	-webkit-appearance:none;
	color:#ffffff;
}
.inner_controls .search button:hover
{
	cursor:pointer;
}
.pagination ul
{
	margin:0;
	padding:0;
}
.pagination ul li
{
	display:inline-block;
	list-style:none;
	margin-right:10px;
}
.pagination ul li a
{
	text-decoration:none;
}
.pagination ul li.current a
{
	color:#434343;
}
.pagination ul li.current a:hover, .pagination ul li.current a:focus
{
	color:#434343;
	cursor:text;
}
.pagination
{
	margin-top:15px;
	padding-top:15px;
	border-top:1px solid #d4d4d4;
}
.button_set
{
	margin:15px 0;
}
.btn
{
	-webkit-appearance:none;
	height:32px;
	line-height:28px;
	padding:0 15px;
	font-weight:normal;
	margin-right:10px;
	transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
	text-decoration:none;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a.btn
{
	-webkit-appearance:none;
	height:32px;
	line-height:30px;
	padding:0 15px;
	font-weight:normal;
	margin-right:10px;
	transition:all 0.6s ease 0s;
	-webkit-transition:all 0.6s ease 0s;
	text-decoration:none;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
}
.btn_orange
{
	background:#ff5400;
	color:#ffffff;
	border:1px solid #e44f05;

}
.btn_orange:hover
{
	background:#fb702b;
	cursor:pointer;
}

.btn_blue
{
	background:#299cee;
	color:#ffffff;
	border:1px solid #218bd7;

}
.btn_blue:hover
{
	background:#40adfb;
	cursor:pointer;
}

.btn_black
{
	background:#2f2f2f;
	color:#ffffff;
	border:1px solid #292929;

}
.btn_black:hover
{
	background:#3e3e3e;
	cursor:pointer;
}

.btn_green
{
	background:#0ba012;
	color:#ffffff;
	border:1px solid #0a9010;

}
.btn_green:hover
{
	background:#2cb332;
	cursor:pointer;
}
.form_field
{
	margin-bottom:15px;
}
.form_field label
{
	margin-bottom:5px;
	display:block;
	font-size:15px;
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	color:#292929;
}
.form_field .form_control input[type="text"], .form_field .form_control input[type="password"], .form_field .form_control input[type="email"], .form_field .form_control input[type="tel"]
{
	width:280px;
	border:1px solid #d4d4d4;
	height:30px;
	line-height:30px;
	padding:0px 10px;
}
.form_field .form_control input[type="text"].input_small, .form_field .form_control input[type="password"].input_small, .form_field .form_control input[type="email"].input_small, .form_field .form_control input[type="tel"].input_small
{
	width:97px;
	display:inline-block;
	vertical-align:top
}
.form_field .form_control input[type="radio"], .form_field .form_control input[type="checkbox"]
{
	position:relative;
	top:1px;
}
.form_field .form_control select
{
	width:142px;
	border:1px solid #d4d4d4;
	height:34px;
}
.form_field .form_control select.input_small
{
	width:94px;
}
.form_field .form_control textarea
{
	width:298px;
	border:1px solid #d4d4d4;
}
.form_field .form_control textarea.input_small
{
	width:138px;
}
.form_field .form_control label
{
	margin-bottom:0px;
	display:inline-block;
	margin-right:15px;
	font-weight:normal;
	font-family:'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#535353;
}
.form.horizontal .form_field label
{
	float:left;
	width:180px;
}
.form.horizontal .form_field .form_control label
{
	float:none;
	width:auto;
}
.no_margin
{
	margin:0 !important;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}

.cmmn_error, .cmmn_warning, .cmmn_success
{
	padding:10px 10px;
	text-align:center;
	color:#434343;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.cmmn_warning
{
	border:1px solid #FF8700;
	background:#FFE9CD;
}
.cmmn_error
{
	border:1px solid #ff0000;
	background:#FBDBDB;
}
.cmmn_success
{
	border:1px solid #05AD03;
	background:#DBFBDB;
}
input.field_err
{
	border:1px solid #ff0000 !important;
}
span.field_err
{
	margin-left:20px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	display: block;
	padding-top: 3px;
}
.login_body span.field_err{margin-left: 74px;}

.form.horizontal .form_control { margin-left:186px}

.form.horizontal .form_control .form_field .form_control{margin-left:0px;}

.form.horizontal .form_control #button_pro div{margin-bottom: 15px;}

.media .media_img, .media .media_img img
{
	display:block;
}
.media .media_img
{
	float:left;
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #d4d4d4;
	float: left;
	padding: 2px;
	margin-right:20px;
	max-width:128px;
}
.media .media_img img
{
	background:#EFEFEF;
	max-width:100%;
}
.media .media_container
{
	padding-left:148px;
}
.media .media_container.full_width
{
	padding-left:0;
}
.panel
{
	padding:15px;
	margin-bottom:15px;
	border:1px solid #d4d4d4;
}



<!-- New style added by developer Sep 25 2014-->
.table_option{
	padding-top: 10px;
	}
	#actions-box{
	float: left;
	}

.no_records
{
	margin-left:20px;
	font-size:16px;
	color:#ff0000;
	text-align: center;
}

.cust_file input[type="file"]
{
	bottom: 0;
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.add_field_button.btn.btn_green
{
	margin-bottom: 15px;
}
.form_field .form_control .input_fields_wrap div input
{
	margin-bottom:10px;
	margin-right:5px;
}
.required_star
{
	color: #ff0000;
}
/*22-02-2015*/
.search_mainform .inner_controls .form_field a.btn_green{ margin-right:0px}
.search_mainform .form_field #search_submit{ margin-left:10px}




.tftable {font-size:13px;color:#333333;width:100%;border-width: 1px;border-color: #cbcbcb;border-collapse: collapse;}
.tftable th {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #cbcbcb;text-align:left;font-family: 'roboto_condensedbold';}
.tftable tr {background-color:#ffffff;}
.tftable td {font-size:13px;border-width: 1px;padding: 8px;border-style: solid;border-color: #cbcbcb;}

#colorbox body{ min-width:inherit !important}
.tftable th{ background:#303136 !important; color:#cbcbcb !important}


/*newer*/
.groupcategories_pagination{ margin-top: 20px;}
.groupcategories_pagination a, .groupcategories_pagination strong{  display: inline-block; margin-right: 3px;   padding: 0px 9px; border-radius: 3px;    border: solid 1px #c0c0c0;
	background: #e9e9e9;   box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1); font-size: .875em;  font-weight: bold;
	text-decoration: none;   color: #717171;   text-shadow: 0px 1px 0px rgba(255,255,255, 1);}
.groupcategories_pagination strong {  border: none;
	background: #616161;   box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);  color: #f0f0f0;    text-shadow: 0px 0px 3px rgba(0,0,0, .5);}
.groupcategories_pagination a:hover, .groupcategories_pagination a.gradient:hover {
	 background: #fefefe;  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));   background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);}
.groupcategories_pagination a.active:hover{ background: #616161;}
.groupcategories_pagination select{ border: 1px solid #d4d4d4; margin-left: 15px;}
.inner_controls h1{ margin-bottom: 15px; margin-top: 0; font-size: 20px;}
.tworow{ margin-top: 10px;}
.search_mainform .form_field .tworow #search_submit{ margin-left: 0;}

table tr.deacive_row{ color: #7e7e7e; background:#E7E7E7}
table tr.deacive_row td a
{
	color:#7e7e7e;
}

table tr.pending_row{ color: #7e7e7e; background:#D4EEB5}


.dashboard_select{ background: #fff; padding: 8px 15px; border: 1px solid #d4d4d4; text-align: right;  }
.dashboard_select .form_control select{ width: 200px;}


.bar-legend { list-style: none; margin: 0; padding: 0;}
.bar-legend li { display: block; padding-left: 30px; position: relative; margin-bottom: 4px;  border-radius: 5px;
  padding: 2px 8px 2px 28px;  font-size: 14px;  cursor: default;
  -webkit-transition: background-color 200ms ease-in-out;
  -moz-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out; float:left; margin-right:5px; margin-top:4px;}
.bar-legend span { display: block;  position: absolute;  left: 0;  top: 0;  width: 20px;  height: 20px;  border-radius: 5px;}
.chart_wrapper:after{ clear: both; display: block; content:'';}
#chart-area{ float: left;}
#legend{ background: #fff;   border: 1px solid #f1eaea;   float: left;   margin: 20px 0 0 0;    padding: 10px;}

	.statistics > p, .ststistics-one > p{margin-bottom:1px; padding:7px}
	.statistics > p label, .ststistics-one > p label{ font-family:'robotomedium',Arial, Helvetica, sans-serif;width: 196px;
display: inline-block;}

	.chart-area-bg
	{
		background:#ffffff;
		padding:70px 10px 10px 10px;
		position:relative;
	}
	#canvas
	{
		max-width:100%;
	}
	.statistics
	{
		margin-top:0;
		padding:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border-radius:4px;
		-webkit-border-radius:4px;
	}
	.ststistics-one
	{
		margin-top:0;
		padding:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		border-radius:4px;
		-webkit-border-radius:4px;
	}
	#legend
	{
		position:absolute;
		right:10px;
		top:10px;
		margin-top:0;
		border-radius:4px;
		-webkit-border-radius:4px;
	}
	.stats table
	{
		background:none;
		margin-top:20px;
		border-radius:4px;
		-webkit-border-radius:4px;
		border-spacing: 10px;
		border:0 none;
	}
	.stats table td
	{
		vertical-align:top;
		padding:10px;
		border:1px solid #e0e0e0 !important;
		border-radius:4px;
		-webkit-border-radius:4px;
		background:#ffffff;
		width:50%;
	}
	.statistics > p:nth-child(odd), .ststistics-one > p:nth-child(odd)
	{
		background:#efefef;

	}
	.statistics > p:nth-child(even), .ststistics-one > p:nth-child(even)
	{
		background:#f7f7f7;

	}

	.ststistics-one > p label
	{
		margin-bottom:5px;
	}

table.polls_table ul li
{
	padding-left:18px;
	background: url(../images/orange_bullet.png) no-repeat 0 6px;
	list-style:none;
	margin-bottom:10px;
}
table.polls_table ul
{
	padding-left:0;
	margin-top:15px;
	margin-bottom:0;
	display:none;
}
table.polls_table h4
{
	margin-bottom:5px;
	cursor:pointer;
}
table.polls_table ul li span
{
	color: #ff9711;
}

.remove_class
{
	display: inline-block;
	position: relative;
}
.remove_class .remove_image
{
	position:absolute;
	width:10px;
	height:10px;
	right:-13px;
	background: url(../images/post_options.png) no-repeat -143px -257px;
	cursor:pointer;
}
.notif_text
{
	color: #ff0000;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.form.horizontal .form_control
{
	position:relative;
}
#admin_type-error
{
	left: 210px;
	position: absolute;
	top: 0;
}

.more_records {
	border: 1px solid #d4d4d4;
	height: 34px;
	width: 142px;
	margin-bottom:15px;
}
table tr th[align="center"]
{
	text-align:center;
}
.ann_title
{
	border-bottom: 1px solid #e0e0e0;
	color: #000000;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom:10px;
}
.ann_title span
{
	color:#ff5500;
}
.tlt
{
	font-size:16px;
	margin-bottom:15px;
	color:#000000;
}
.admin_post
{
	padding:10px 10px;
	border-top:f1f1f1;
	border:1px solid #e0e0e0;
	margin-bottom:10px
}
.form_field .admin_post:nth-child(odd)
{
	background:#f7f7f7;
}
.admin_pst_tm
{
	color: #989696;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom:12px;
}
.reply_txt
{
	margin-bottom:6px;
}
.rply.admin_pst_tm
{
	margin-bottom:0;
}
.form_field.rply_field .form_control textarea
{
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
}
.btn.btn_black.last
{
	margin-right:0;
}
.form_field.rply_field
{
	border-top: 1px solid #d4d4d4;
	margin-top: 25px;
	padding-top: 15px;
}
.form_field.rply_field  label.error
{
	color:#ff0000;
	font-size:12px;
}
.cmt_admin img
{
	float:left;
	margin-right:10px;
	position:relative;
	top:4px;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.cmt_admin p
{
	margin-bottom:0px;
}
.cmt_admin p.dt
{
	color:#989696;
	font-size:11px;
}
.admin_cmt_txt
{
	float:left;
}
.comments-listing
{
	border-top: 1px solid #e0e0e0;
	padding: 10px;
}
.admin_post .comments-listing:nth-child(odd)
{
	background:#F7FBFF;
}
.cmnt_txt
{
	font-size: 12px;
	margin-top: 5px;
}
.cmt_admin img.cmt_img_admin
{
	border-radius:0;
	-webkit-border-radius:0;
	margin-bottom:10px;
}
.admin_post img
{
	max-width:110px;
}
.ui-datepicker table
{
	background:#ffffff;
}
.ui-datepicker th
{
	padding:5px !important;
}
#addnew
{
	margin-left:5px;
}
#addnew .fa.fa-plus
{
	margin-right:6px;
}
.poll-delete.delete
{
	margin-left:5px;
}
.del_opt
{
	margin-bottom:10px;
}
#poll_option_error
{
	margin-bottom:10px;
}
table.polls_table ul
{
	clear:both;
	padding-top:8px;
}
#group_convert-error
{
	left: 170px;
	position: absolute;
	top: 0;
}
.croppedImg
{
	max-width:300px;
}
.remove_image_value, .group_view_image_remove
{
	display: block;
	margin-bottom: 10px;
	margin-top: 5px;
}
.form.horizontal.cvform
{
	border: 1px solid #e0e0e0;
	margin: 15px auto;
	padding: 15px;
}
.form.horizontal.cvform input[type="file"]
{
	margin-bottom:10px
}
input.error, select.error, textarea.error
{
	color:#414141 !important;
}
#event_groups_chosen
{
	width:300px !important;
}
.not_remove
{
	float:right;
}
.notify_all
{
	clear:both;
}



/* Aruna */
.right_panel .message_panel { margin: 15px 0; }
.right_panel .message_panel .form_control { margin-left: 0; }
.feedback.admin_post:after, .admin_post.inner_scroll:after, .cmt_wrapper:after { clear: both; content: ""; display: block; }
.feedback.admin_post .cmt_admin, .cmt_wrapper .cmt_admin { width: 20%; float: left; padding: 0 15px 0 0; }
.feedback.admin_post .cmts_class, .cmt_wrapper .cmts_class { width: 75%; float: left; padding: 0 0 0 15px; border-left: 1px solid #ccc; min-height: 50px; }
.right_panel .message_panel textarea { height: 150px; width: 375px; padding: 5px; font-family: 'roboto_condensedregular'; background: #F1F1F1; }
.cmt_wrapper { padding-bottom: 15px; }
.comments-listing .cmt_wrapper { margin: 0; padding: 0; }
.conversation .admin_post { border: 0px; }
.conversation { border: 1px solid #e0e0e0; border-radius: 3px; padding: 5px; }
.conversation > span { display: block; padding: 10px;}
.readonly_cls{
background-color: #d4d4d4;
}

/* new updates */
.tiptip { position: relative;}

/* For Theme Selection */
.theme_Selection { display: inline-block; vertical-align: top; margin: 0 15px 15px 0; width: 250px; text-align: center; }
.theme_Selection p { background: #4b4b4b; color: #fff; font-size: 16px; margin: 0 0 5px; padding: 5px; text-transform: uppercase; }
.theme_Selection img { width: 100% !important; max-width: 100%; }

/*add user form custom*/
.identity_no{
		width: 135px !important;
}
/**style**/
.skin-blue .sidebar-menu>li.header {
    color: #000;
    background: #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
     height: auto;
}
li.user-header {
    display: flex;
    flex-wrap: wrap;
}
li.user-header img {
    width: 60px !important;
    height: 60px !important;
    flex: 1 0 25%;
    max-width: 25%;
}

li.user-header p {
    flex: 1 0 70%;
    max-width: 70%;
}
.main-footer {
	background: rgb(21, 87, 153);
	color: #fff;
}
.box {
	border-top: 3px solid #0078D4;
}


.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    border: 0;
    top: 57px;
    outline: none;
    box-shadow: 0 6px 10px #535252;
}

.user-footer .pull-left .btn-flat, .box-footer .btn-default {
    background-color: #0078D4;
    border-color: #0078D4;
    color: #fff !important;
}
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu{
	background-color: #0078D4;
}
.user-footer .pull-left .btn-flat:hover, .box-footer .btn-default:hover {
    background-color: #0078D4;
    color: #fff !important;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li.header, .navbar-nav>.messages-menu>.dropdown-menu>li.header, .navbar-nav>.tasks-menu>.dropdown-menu>li.header{
	background-color:#0078D4 ;
	color: #fff;
	border-bottom:0;
	margin: 0;
	text-align: center;
}
.skin-blue .main-header .dropdown-menu li i{
	color:#fff;
	margin-left:5px
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header>p {
    text-align: left;
    padding-left: 15px;
}

.box-tools .input-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.box-tools .input-group > input {
    flex: 1 0 250px;
    max-width: 250px;
}

.box-tools .input-group > .input-group-btn {
    flex: 1 0 40px;
    max-width: 40px;
    margin-right: 7px;
}

.box-tools .input-group > .input-group-btn .searchList {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    color: #367fa9;
}

.box-tools .input-group > .refresh {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-body::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
	height: 7px;
}
.box-body:hover::-webkit-scrollbar-track {
    background-color: #caecff;
}
.box-body:hover::-webkit-scrollbar-thumb {
    background-color: #5394ba;
}

/*Login, Register CSS*/
.login-box-body, .register-box-body {
	background-color: #ffffff94;
}
.login-page, .register-page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(45deg, #3c8dbc, #dfdfdf 65%);
}
.login-box, .register-box {
    margin: 0 auto;
}
.login-box-msg {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
/*Login, Register CSS*/
textarea.form-control {
    height: auto;
    resize: none;
}
.skin-blue .main-header .navbar {
    background: #000;
}
.skin-blue .main-header .navbar {
    background-color: rgb(21, 87, 153);
}
.skin-blue .main-sidebar {
	background-color: rgb(54 127 169);
}
.skin-blue .sidebar a {
    color: #eee;
    font-weight: bold;
    letter-spacing: 1px;
}

.skin-blue .main-header .logo {
    height: 62px;
    background-color: #5dc0f5;
}

.main-header .logo .logo-lg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skin-blue .main-sidebar {
    padding-top: 62px;
    background-color: #5dc0f5;
}

.skin-blue .main-header .navbar {
    background-color: #fff;
    height: 62px;
	border-bottom:4px solid #e5e8ed;
}
.box-header>.box-tools{
	width:31%;
}
footer.main-footer {
    background-color: #fff;
    border: 0;
    box-shadow: 0 4px 8px #a6a3a3;
    color: #000;
	
}

.skin-blue .main-header .navbar * {
    color: #000;
}
.skin-blue .main-header .navbar .pull-right i {
    color: #444;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #0078d4;
}
.skin-blue .main-header li.user-header {
    background-color: #0078D4;
}
.skin-blue .main-header .navbar span {
    color: #0078D4;
}
.skin-blue .main-header .navbar .pull-left i {
    color: #0078D4;
}
.user-footer .pull-left .btn-flat:hover i {
	color: #fff;
}
.btn-primary {
	background-color: #0078D4;
}
.login-box-body form a, .main-footer a {
    color: #0078d4;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #0078d4;
}
.skin-blue .main-header .logo:hover {
    background-color: #0078d4;
}
.btn-primary:hover {
    background-color: #5dc0f5;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #5dc0f5;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
	background-color: #0078D4;
}
.box-header>.box-tools{
	top:15px
}
.box-header{
	padding: 20px;
}
.box-header h3.box-title{
	color: #337ab7;
    font-size: 25px;
    font-weight: 700;
}
.box-tools .input-group > .input-group-btn .searchList{
	height: 35px;
}
#searchList input{
	height:35px
}
.box-body th{
	background-color:#337ab7;
}
.box-body tr th{
	color:#fff !important
}
.box-body>.table {
    margin-bottom: 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
.box-body>.table tr:nth-child(odd){background-color: #f2f2f2}
.box-footer nav{
	background-color: #fff;
}
.pagination{
	width:100%
}
#wrapper #page-wrapper {
margin: 0px 0 0 230px;
}
#wrapper #page-wrapper{
	top:0;
}
#page-wrapper #page-inner {
margin:10px 20px 0px 0px
}
#page-wrapper .page-header {
    margin: 0;
    border-bottom: 1px solid transparent;
    text-align: left;
    background-color: rgb(237, 237, 237);
    padding: 15px 0px 15px 0;
    /* color: #323232; */
    color: #337ab7;
    font-size: 25px;
    font-weight: 700;
}
#page-inner .board .panel .icon .fa {
    font-size: 20px;
    color: #48afd1;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
}
i.fa.fa-share-square-o {
    color: #48afd1 !important;
    background: #fff;
}
i.fa.fa-thumbs-o-up {
    color: #afc537fa !important;
}
i.fa.fa-rocket{
	color:#33b7b1 !important
}
i.fa.fa-wheelchair-alt {
    color: #00a65ae3 !important;
}
i.fa.fa-check {
	color: #00a65ae3 !important;
}
i.fa.fa-times-circle-o {
    color: #ff0000eb !important;
}
i.fa.fa-shopping-cart.fa-5x.blue {
    background-color: #ffff !important;
    color: #33b7b1 !important;
}
#page-inner .number h3 {
    font-size: 32px;
    color: #fff;
}
#page-inner .number small {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
#page-inner .header {
    margin: 0 0px;
}
.sidebar-mini.sidebar-collapse #wrapper #page-wrapper {
    margin: 0px 0 0 50px;
}
.boat-button {
    background-color: orange !important;
	border:1px solid orange !important;
}
.board .panel.panel-primary.total-boat {
    background-color: #1f9bc5;
}
.board .panel.panel-primary.complete-boat {
    background-color: #c5dd41fa;
}
.board .panel.panel-primary.lunch-boat {
    background-color: #33b7b1;
}
.board .panel.panel-primary.active-boat {
    background-color: #00a65afc;
}
.board .panel.panel-primary.reject-boat {
    background-color: #e51713;
}
@media only screen and (max-width: 1310px) {
	#page-inner .col-md-3 {
		width: 33.333%;
	}
	.box-header>.box-tools {
		width: 40%;
	}
}
@media only screen and (max-width: 1200px) { 
    body {
        min-width: 100%;
    }
	.box-header>.box-tools {
		width: 50%;
	}
}
@media only screen and (max-width: 991px) {
	#page-inner .col-md-3 {
		width: 50%;
	}
	.box-header>.box-tools {
		width: 65%;
	}
}
@media only screen and (max-width: 767px) { 
    .main-header .navbar {
        padding: 5px 15px;
    }
	#wrapper #page-wrapper {
		margin: 0px 0 0 0;
	}
	.main-sidebar {
		padding-top: 113px;
	}
	.content-header {
		padding-top: 25px;
	}
	.sidebar-menu{
		margin-top:61px;
	}
	.sidebar-open #page-wrapper, .sidebar-open .main-footer {
		-webkit-transform: translate(230px, 0);
		-ms-transform: translate(230px, 0);
		-o-transform: translate(230px, 0);
		transform: translate(230px, 0);
	}
}
@media only screen and (max-width: 575px) { 
    .box-header>.box-tools {
		position: static;
		width: 100%;
		margin-top: 10px;
	}
	#page-inner .col-md-3 {
		width: 100%;
	}
	.box-tools .input-group > input {
		flex: 1 0 200px;
		max-width: 200px;
	}
}
@media only screen and (max-width: 575px) {
	.box-tools .input-group > input {
		flex: 1 0 150px;
		max-width: 150px;
	}
}
