/* NEW */
@media ( min-width : 500px) and (max-width: 1250px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header
		{
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-nav {
		float: none !important;
		/*margin: 7.5px -15px;*/
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.collapsing {
		overflow: hidden !important;
	}
}
/* END */
@media print {
	.container {
		width: auto;
	}
}

body {
	/* background:#ccc; */
	background: url("../images/texture-metal.jpg");
}

.page_cont_padd {
	padding: 20px;
}

.logo {
	margin-top: 5px;
	margin-left: 10px;
	height: 70px;
	width: 126px;
}

.menu {
	margin-right: 3px;
	margin-top: -5px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus {
	color: #000;
	background-color: transparent;
}

@media ( min-width : 768px) {
	.navbar-inverse .navbar-nav>li>a {
		color: #000;
		/*  color: #fff; */
		font-size: 11px;
		font-weight: bold;
		margin-top: 10px;
	}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus
		{
		color: #ef9c00;
		background-color: transparent;
	}
	.big-link {
		display: block;
		margin-top: 60px;
		text-align: center;
		font-size: 70px;
		color: #06f;
	}
}

@media ( min-width : 768px) {
	.navbar-nav {
		float: left;
		margin-left: 60px;
	}
}

.navbar-inverse {
	/*background:linear-gradient(#262525,#000);*/
	border-color: #080808;
	background: #000; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#000, #464444);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#000, #464444);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#000, #464444);
	/* For Firefox 3.6 to 15 */
	/* background: linear-gradient(#000,#464444);  Standard syntax */
	background: #FFF url(../images/gray-top.gif) repeat-x 0 1px;
}

.menu_sub {
	/* margin-left:40px; */
	margin-top: -6px;
}

.add {
	margin-right: 5px;
}

.add_circle {
	width: 30px;
	height: 30px;
	border-radius: 100%;
}

.main_container {
	background: #000;
	height: auto;
}
/***************sidebar menu********************/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sticky-social {
	right: 0;
	position: fixed;
	top: 200px;
}

#sticky-social a {
	background: #333;
	color: #fff;
	display: block;
	height: 50px;
	font: 16px "Open Sans", sans-serif;
	line-height: 48px;
	position: relative;
	text-align: center;
	width: 50px;
}

#sticky-social a span {
	line-height: 45px;
	right: -208px;
	position: absolute;
	text-align: center;
	width: 176px;
	transition: all 1s ease-in-out;
	height: 50px;
}

#sticky-social a:hover span {
	right: 100%;
	transition: all 1s ease-in-out;
	z-index: 9999;
}

#sticky-social a[class*="facebook"], #sticky-social a[class*="facebook"]:hover,
	#sticky-social a[class*="facebook"] span {
	background: #ed9613;
	margin-bottom: 3px;
	z-index: 9999;
}

#sticky-social a[class*="twitter"], #sticky-social a[class*="twitter"]:hover,
	#sticky-social a[class*="twitter"] span {
	background: #ed9613;
	margin-bottom: 3px;
	z-index: 9999;
}

#sticky-social a[class*="linkedin"], #sticky-social a[class*="linkedin"]:hover,
	#sticky-social a[class*="linkedin"] span {
	background: #ed9613;
	margin-bottom: 3px;
	z-index: 9999;
}

/*******************************slide********************/
#slide {
	height: auto;
	background: #fff;
	color: #fff;
	display: none;
	padding-bottom: 20px;
	float: right;
	/*  margin-right:50px;*/
	margin-top: 80px;
	z-index: 999;
	box-shadow: 4px 3px 4px 2px #aaa;
}

#WelcomeText {
	width: 20%;
	text-decoration: none;
}

#app_icon {
	
}

.icon1 {
	float: left;
	margin-top: 0px;
}

.icon2 {
	float: left;
	margin-top: 0px;
}

.icon3 {
	float: left;
	margin-top: 0px;
}

.icon1, .icon2, .icon3 p {
	color: #000;
	font-size: 11.2px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

a:focus, a:hover {
	color: #000;
	text-decoration: underline;
}

a {
	color: #000;
	text-decoration: none;
}

.triangle {
	float: right;
	margin-right: 318px;
	margin-top: -15px;
}

.triangle1 {
	margin-top: -29px;
	float: right;
	margin-right: 284px;
}

#logoutMenus {
	height: 40px;
	width: 50px;
	margin-top: -9px;
}

#MyAccountMenus {
	height: 50px;
	width: 50px;
	margin-top: -12px;
}

.legalUpdateCount {
	margin-top: -37px;
	margin-left: -12px;
	background-color: orange;
}

#profile {
	height: auto;
	background: #fff;
	display: none;
	padding: 15px;
	float: right;
	margin-right: -24px;
	margin-top: 49px;
	z-index: 999;
	box-shadow: 4px 3px 4px 2px #aaa;
}

#updates {
	background: #fff none repeat scroll 0 0;
	box-shadow: 4px 3px 4px 2px #aaa;
	display: none;
	float: right;
	height: auto;
	margin-right: 235px;
	margin-top: 73px;
	padding: 15px;
	z-index: 999;
}

.pro_info {
	margin-top: 30px;
}

.pro_info .btn-primary {
	color: #fff;
	background-color: #032BEC;
	border-color: #032BEC;
}

.pro_info .btn-success {
	color: #fff;
	background-color: #08B908;
	border-color: #08B908;
}

.table_data {
	margin-top: 0px;
	background: #fff;
	height: auto;
	padding: 35px;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.table_data1 {
	margin-top: 40px;
	background: #fff;
	height: auto;
	padding: 5px;
	display: block;
	margin-bottom: 30px;
	margin-left: -20px;
}

.page_container {
	margin-top: 70px;
	background: #fff;
	height: auto;
	padding: 35px;
	display: block;
	width: 100%;
	min-height: 510px;
	overflow-x: scroll;
}

.page_container h2 {
	margin-top: -10px;
	text-align: center;
	font-size: 17px;
}

.f_form_content {
	display: table;
	padding: 30px;
	border: 1px solid #cec8c8;
	min-height: 100px;
	margin-bottom: 20px;
	margin-top: 30px;
	width: 100%;
	box-shadow: 0 5px 15px #ccc;
}

.f_form_content h2 {
	font-size: 16px;
	color: #054eff;
	position: absolute;
	margin-top: -51px;
	background: #fff;
	padding: 10px;
}

.footer {
	background: #000;
	color: #fff;
	font-size: 13px;
	padding: 15px;
	text-align: center;
}

.header_button .btn-primary {
	color: #fff;
	background-color: #032BEC;
	border-color: #032BEC;
	box-shadow: 0 10px 10px -10px #000;
}

.header_button .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.hei {
	height: 511px;
}

.form_org {
	padding: 20px;
	margin-top: 10px;
	background: #ededed;
	min-height: 150px;
	width: 98%;
	box-shadow: 0 10px 10px -10px #000;
}

.edit .btn-primary {
	background: #475bf2;
	border: #475bf2;
}

.edit .btn-primary:hover {
	background: #071cbd;
	border: #071cbd;
}

.view .btn-primary {
	background: #f2c817;
	border: #f2c817;
}

.view .btn-primary:hover {
	background: #d5af0d;
	border: #d5af0d;
}

.approve .btn-primary {
	background: #20D81B;
	border: #20D81B;
}

.approve .btn-primary:hover {
	background: #19B015;
	border: #19B015;
}

.disapprove .btn-primary {
	background: #F02C2C;
	border: #F02C2C;
}

.disapprove .btn-primary:hover {
	background: #C11;
	border: #C11;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #a2a0a0;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form_org .btn-default {
	color: #fff;
	background-color: #0ECE09;
	border-color: #0ECE09;
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
}

.mrg {
	margin-top: 20px;
}

.header_button h1 {
	font-size: 25px;
	color: #6c6a6a;
}
/**************login page*****************/
.login_body {
	/* 	background:url("../images/back6.jpg"); */
	background: url("../images/texture-metal.jpg");
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.login {
	border-top: 4px solid #ef9c00;
	border-bottom: 2px solid #ef9c00;
	background: #fff;
	height: auto;
	padding: 20px;
	margin-top: 100px;
	-moz-box-shadow: 10px 10px 5px #888, -5px -5px 15px #888;
	-webkit-box-shadow: 10px 10px 5px #888, -5px -5px 15px #888;
	box-shadow: 5px 5px 15px #888, -5px -5px 15px #888;
}

.login .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 2px solid #c7c8cc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login .btn-default {
	color: #fff;
	/* background-color:#1535e3; */
	background-color: #ef9c00;
	border-color: #1535e3;
}

.login .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	width: 30%;
}

.login h2 {
	font-size: 25px;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}

.forgot_pass {
	color: #000;
	cursor: pointer;
	float: right;
}

.forgot_pass:hover {
	text-decoration: underline;
	color: #f71e0e;
}

.devider {
	border-bottom: 1px solid #C6C6C6;
	padding: 5px;
	margin-bottom: 15px;
	margin-bottom: 24px;
}

.copy_right {
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}

.links {
	color: #fff;
	font-size: 15px;
}

.links:hover {
	color: orange;
	font-size: 15px;
	text-decoration: underline;
}

.logo_lexcare {
	margin-top: 15px;
}

.star {
	color: red;
	font-size: 17px;
	margin-right: 3px;
}

.re_height {
	min-height: 200px;
}

#wdt_re {
	padding: 7px 54px;
	font-size: 18px;
}

.litigation_buttons .btn-success {
	color: #fff;
	background-color: #12c512;
	border-color: #12c512;
}

.litigation_buttons .btn {
	font-size: 18px;
}
/* .litigation_buttons .btn-primary{
	color: #fff;
background-color: #322cf2;
border-color: #322cf2;
} */
/* .litigation_buttons .btn-primary:hover{
-moz-box-shadow:    inset 0 0 10px #14c83c;
   -webkit-box-shadow: inset 0 0 10px #14c83c;
   box-shadow:         inset 0 0 10px #14c83c;
} */
/* .litigation_buttons .btn-warning{
	color: #fff;
background-color: #f3940e;
border-color: #f3940e;
} */
/* .litigation_buttons .btn-default{
	color: #fff;
background-color: #0cd796;
border-color: #0cd796;
} */
/* .litigation_buttons .btn-default:hover{
	-moz-box-shadow:    inset 0 0 10px #13879b;
   -webkit-box-shadow: inset 0 0 10px #13879b;
   box-shadow:         inset 0 0 10px #13879b;
} */
#datepicker {
	width: 180px;
	margin: 0 20px 20px 20px;
}

#datepicker>span:hover {
	cursor: pointer;
}

.f_form_content .btn-success {
	color: #fff;
	background-color: #12c512;
	border-color: #12c512;
}

.f_form_content .btn-success:hover {
	-moz-box-shadow: inset 0 0 10px #0c6e0c;
	-webkit-box-shadow: inset 0 0 10px #0c6e0c;
	box-shadow: inset 0 0 10px #0c6e0c;
}
/* .f_form_content .btn-warning{
    color: #fff;
    background-color:#e95c4c;
    border-color:#f8a024;
} */
/* .f_form_content .btn-warning:hover{
	-moz-box-shadow:    inset 0 0 10px #d4820f;
   -webkit-box-shadow: inset 0 0 10px #d4820f;
   box-shadow:         inset 0 0 10px #d4820f;
} */
.f_form_content .btn {
	font-size: 16px;
}
/**************compliance repository*************/
.dis {
	display: none;
}

.dis_view {
	display: block;
}
/*************task details*********/
.dark {
	padding: 10px;
	background: #dae6ed;
	color: #000;
}

.light {
	padding: 10px;
	background: #fff;
	color: #000;
}

.dark_b {
	background: #fff;
	color: #000;
	padding: 5px;
}
/************tabs**************/
.task_tabs {
	margin-top: 40px;
}

.tab_clr {
	border-bottom: 1px solid #C9CCD4;
	background: #e8eaf9;
}

.tab_clr_not {
	border-bottom: 1px solid #C9CCD4;
}

.bdr {
	border-right: 1px solid #C9CCD4;
}

.tab-content {
	height: auto;
	display: table;
}

.tab_form {
	margin-top: 20px;
}

@media ( min-width :980px) and (max-width:1200px) {
	.navbar-nav {
		float: left;
		margin-left: 8px;
	}
	.menu_sub {
		margin-left: -1px;
		margin-top: -5px;
	}
	.menu {
		margin-right: 6px;
		margin-top: -5px;
	}
}
/**********support page*************/
.update .btn-success {
	color: #fff;
	background-color: #1D1ABD;
	border-color: #1D1ABD;
}

/* ********* Button changes(17/05/2016) ******** */
.litigation_buttons .btn-myPrimary {
	color: #fff;
	background-color: #12c512;
	border-color: #12c512;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
}

.litigation_buttons .btn-myPrimary:hover {
	-moz-box-shadow: inset 0 0 10px #da8f06;
	-webkit-box-shadow: inset 0 0 10px #da8f06;
	box-shadow: inset 0 0 10px #da8f06;
}

.litigation_buttons .btn-myDefault {
	color: #fff;
	background-color: #2f6ff2;
	border-color: #2f6ff2;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
}

.litigation_buttons .btn-myDefault:hover {
	-moz-box-shadow: inset 0 0 10px #0a4578;
	-webkit-box-shadow: inset 0 0 10px #0a4578;
	box-shadow: inset 0 0 10px #0a4578;
}

.f_form_content .btn-myWarning {
	color: #fff;
	background-color: #e95c4c;
	border-color: #e95c4c;
	font-size: 16px;
}

.f_form_content .btn-myWarning:hover {
	-moz-box-shadow: inset 0 0 10px #b12b1c;
	-webkit-box-shadow: inset 0 0 10px #b12b1c;
	box-shadow: inset 0 0 10px #b12b1c;
}

.litigation_buttons .btn-myWarning {
	color: #fff;
	background-color: #e95c4c;
	border-color: #e95c4c;
	font-size: 16px;
}

.litigation_buttons .btn-myWarning:hover {
	-moz-box-shadow: inset 0 0 10px #b12b1c;
	-webkit-box-shadow: inset 0 0 10px #b12b1c;
	box-shadow: inset 0 0 10px #b12b1c;
}

.asterisk_input:before {
	content: "*";
	font-size: 25px;
	position: absolute;
	top: 4px;
	right: calc(1% - 1px);
	color: red;
}

/* ************ Nav tabs background-color(19/05/2016) *********** */
.mynav-tabs>li>a {
	outline: none;
	border-radius: 7px 7px 0px 0px;
	background-color: #dae6ed;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
	{
	outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus,
	.btn.active.focus {
	outline: none;
}

/* ************ Back button(27/05/2016) *********** */
.backButton {
	margin-top: -10px;
	margin-left: 14px;
	margin-bottom: 13px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

/************* Document Button(07/06/2016)************/
.uploadClose {
	margin-left: 14px;
	font-size: 18px;
	margin-top: 2px;
	color: red;
}

.btnTaskCompDoc {
	color: #fff;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	margin-left: 85px;
	background: #FF9800;
	border-color: #FF9800;
}

.btnTaskCompDoc:hover {
	color: #fff;
	-moz-box-shadow: inset 0 0 10px #ec7777;
	-webkit-box-shadow: inset 0 0 10px #ec7777;
	box-shadow: inset 0 0 10px #ec7777;
}

/** For Graph **/

/*For Pie Chart*/
#pieLoader {
	display: none;
	text-align: center;
}

#overAllPieChart {
	display: none;
}

#pieLoader img {
	height: 150px;
	width: 150px;
}

/*For Entity Chart*/
#entLoader {
	display: none;
	text-align: center;
}

#entityChart {
	display: none;
}

#entLoader img {
	height: 150px;
	width: 150px;
}

/*For Loc Chart*/
#locLoader {
	display: none;
	text-align: center;
}

#locGraph {
	display: none;
}

#locLoader img {
	height: 150px;
	width: 150px;
}

/*For Dept Chart*/
#deptLoader {
	display: none;
	text-align: center;
}

#deptGraph {
	display: none;
}

#deptLoader img {
	height: 150px;
	width: 150px;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top: 4px solid #ef9c00;
	border-bottom: 2px solid #ef9c00;
}

.btn {
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* font-weight:bold; */
	font-size: 12px !important;
}

input[type=submit], button[type=submit], a.btn-primary, button[type=button].btn-myPrimary,
	input[type=button].btn-myPrimary, input[type=button].btn-success {
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* font-weight:bold; */
	
	
	
	font-size: 12px !important;
	background-color: #ff9d16;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa618),
		to(#ff9214));
	background-image: -webkit-linear-gradient(top, #59ad1a, #1ba73f);
	background-image: -moz-linear-gradient(top, #59ad1a, #1ba73f);
	background-image: -ms-linear-gradient(top, #59ad1a, #1ba73f);
	background-image: -o-linear-gradient(top, #59ad1a, #1ba73f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#ffa618, endColorstr=#ff9214);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffa618, endColorstr=#ff9214)";
}

/* button[type=button]{
	  text-transform: uppercase;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-weight:bold;
      font-size: 12px!important;
    background-color: #ff9d16;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa618), to(#ff9214));
    background-image: -webkit-linear-gradient(top, #ffa618, #ff9214);
    background-image: -moz-linear-gradient(top, #ffa618, #ff9214);
    background-image: -ms-linear-gradient(top, #ffa618, #ff9214);
    background-image: -o-linear-gradient(top, #ffa618, #ff9214);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffa618, endColorstr=#ff9214);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffa618, endColorstr=#ff9214)";
} */
button[type=reset], button[type=button].btn-myWarning, input[type=button].btn-myWarning
	{
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0;
	/*display: inline-block;*/
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/* font-weight:bold; */
	font-size: 12px !important;
	background-color: #ff9d16;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa618),
		to(#ff9214));
	/*  background-image: -webkit-linear-gradient(top, #ffa618, #ff9214);. */
	background-image: -webkit-linear-gradient(top, #b54b0d, #ff5514);
	background-image: -moz-linear-gradient(top, #b54b0d, #ff5514);
	background-image: -ms-linear-gradient(top, #b54b0d, #ff5514);
	background-image: -o-linear-gradient(top, #b54b0d, #ff5514);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#ffa618, endColorstr=#ff9214);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffa618, endColorstr=#ff9214)";
}

a.btn-success, input.btn-success, input[type=button] {
	text-transform: uppercase;
	padding: 5px 10px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*  font-weight:bold; */
	font-size: 12px !important;
	background-color: #ff9d16;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa618),
		to(#ff9214));
	background-image: -webkit-linear-gradient(top, #ffa618, #ff9214);
	background-image: -moz-linear-gradient(top, #ffa618, #ff9214);
	background-image: -ms-linear-gradient(top, #ffa618, #ff9214);
	background-image: -o-linear-gradient(top, #ffa618, #ff9214);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr=#ffa618, endColorstr=#ff9214);
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffa618, endColorstr=#ff9214)";
}