@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:#ff5500;
	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;
	
	
}

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;
}
.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 22px 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,ul.v_menu li a.active
{
	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:8px 15px;
	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-remove:hover{color: #3d3e41;}
table tr td a i.fa-edit
{
	color:#3d3e41;
	font-size:16px;
}
table tr td a.tiptip i.fa-edit{ color: #ff5500;}
table tr td a.tiptip i.fa-edit:hover{ color: #3d3e41;}
table tr td a.tiptip i.fa-remove:hover{ color: #3d3e41;}
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;
	max-width:100%
}
.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;
	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;
	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:290px;
	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;
}
.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;*/
	margin-left:0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	display: block;
	padding-top: 3px;
}
.login_body span.field_err{margin-left: 94px;}
.reset_margin span.field_err{margin-left: 74px!important;}
.form.horizontal .form_control
{
	margin-left:186px;
}
.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.registered {
    background:#ffd5d8;
}

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
}
.prioritytxt_bx{ border:1px solid #d4d4d4; height: 30px; line-height:30px; padding:0px 10px; width:20px; text-align: center;}

.email_template table tr th,.email_template table tr td{ padding:0; border:0;}
.form_field .form_control textarea{padding: 5px;}
.form_field {
    clear: both;
    margin-bottom: 15px;
}
.form_field:after
{
	clear: both;
	content: '';
	display: block;
}
#add_form h2
{
	color:#bc1823;
}
.error
{
	color: #ff0000;
}
table tr.deacive_row td a.btn,table tr.active_row td a.btn{ color:#fff; min-width: 100px;}
.count_cls {background: #ed1a1a;border-radius: 13px;color: #fbf8f8;font-size: 11px;font-weight: bold;padding: 4px 8px;}
input[type=text]:read-only{ background-color: #d4d4d4;}
input[type=text]:-moz-read-only{background-color: #d4d4d4;}
input[type=text]:-webkit-read-only{background-color: #d4d4d4;}
.cnt_sett{ font-size:18px;margin-bottom: 15px; padding-top:10px; color:#000; padding-bottom: 15px; }
.pdfdoc_sec{ position: relative; display: inline-block; margin:18px 0 0;}
.pdf_close{position: absolute;width: 10px;height: 10px;right: -13px;background: url(../images/post_options.png) no-repeat -143px -257px;cursor: pointer; top:0;}
/* K2b Offers */
.outlet-lnk
{
text-decoration: none;
}
	

.ui-widget-content{ background: #000}


/* Aruna(14/10/15) */
.form_field .form_control #banner_position { width: 178px; }
.input_wrapper { display: inline-block; vertical-align: top; margin: 0 15px 0 0; }
.input_wrapper span.field_err { margin: 0; }
.login_box.forgot_box { width: 435px; }
.login_box.forgot_box .login_field label { width: 115px; }
.login_box.forgot_box .back_click.btn.btn_orange { font-weight: bold; }
.login_box.forgot_box span.field_err { margin-left: 115px !important; }
.load_iamge{margin-left:191px;}


.link-banner{ font-size:12px; padding-top:5px;}
.delay_text{font-size:12px;}







