﻿
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}

body {
}

.error{
	color:red;
}

.borderError{
	border:1px solid red !important;
}

.borderSuccess{
	border:1px solid green !important;
}


.container{
	width:69%;
}
.cb-slideshow li{list-style:none;}


@charset "utf-8";
/* CSS Document */

.breadcrumb{
	margin-bottom: 0;
}
.s-erp-page-title{
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.white-bg{
	background-color: #fff;
	border:1px solid #D1D1D1;
	padding: 15px;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	margin-top: 10px;
}
hr{
	margin-top: 15px;
	margin-bottom: 15px;
}
.fa-filter, .fa-search{
	color:#333;
	margin-right: 5px;
}

input[type="text-box"]:focus{
	outline: 0;
}
.filter-cntrl{
	font-weight: 500;
	font-size: 14px;
	color: #333;
	font-style: italic;
}
	.filter-cntrl:hover{
		color:#333;
		cursor: pointer;
		text-decoration: none;
}
.custom-search-text-box{
	border: 0;
	border-bottom: 1px solid #C1C1C1;
	font-weight: 500;
	font-size: 14px;
	color: #333;
	font-style: italic;
}
.table{
	color:#333;
}
.table thead th{
	background-color: #E4ECEF;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
}
.table tbody td{
	font-size: 14px;
	color:#333;
}
.table .fa{
	font-size: 14px;
	color: #333;
	padding-right: 10px;
}
.btn{
	margin-top: 10px;
	min-width: 75px;
}
.btn-primary:hover{
	background-color: #509BDB;
}
#add-features li{
	width: 49.5%;
}
#add-features li a{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color:#C6C6C6;
	border-bottom:2px solid #C6C6C6;
	border-radius: 0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
}
#add-features li a:hover{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border-bottom:2px solid #509BDB;
	background: none;
	color: #509BDB;
	border-radius: 0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
}

#add-features .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	border-bottom:2px solid #509BDB;
	background: none;
	border-radius: 0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	color: #509BDB;
}
#add-features .nav-pills li.active a{
	color: #509BDB;
}
label{
	width: 100%;
}
.form-control:focus{
	 outline: none;
	
	box-shadow: none;
	-webkit-box-shadow:none;
}
.nav-pills{
	margin-bottom: 25px;
}
.circle{
	background-color: #509BDB;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-weight: 400;
}

.cb-slideshow li{
	list-style: none;
}
.login-cntr{
	
}
.login-cntr-bg{
	background-color: #fff;
	height: auto;
	width: 280px;
	padding:10px;
	top:120px;
	position: absolute;
	right: 60px;
	border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	  box-shadow: 1px 2px 5px #828282;
}
.login_form{
		padding: 0 0.625em;
		/*margin:10px 0px 0px 0px;*/
}
.login_form_top {
	position: relative;
	border-bottom: 1px solid #D4D7D9;
	min-height: 5.9375em
}
.login-cntr-bg .box-title{margin-top:20px;}
.login-cntr-bg .logintextfield {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 0.875em;
	outline: 0;
	padding: 0.85714em 0.71429em;
	border: 0;
	margin: 0;
	color: #17181A;
	border-bottom: 1px solid #D4D7D9;
}
.login-cntr-bg .login_button.inactive {
	/*background: #D4D7D9;*/
	border-color: #D4D7D9;
	color: #FFFFFF;
}

.login-cntr-bg .login_button {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 1.25em;
	background: #409FFF;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: inline-block;
	outline: 0;
	border: 1px solid #409FFF;
	cursor: pointer;
	height: 3em;
	-webkit-transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
	transition: border-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),background-color 0.2s cubic-bezier(0.77, 0, 0.175, 1),color 0.2s cubic-bezier(0.77, 0, 0.175, 1);
	font-weight: 500;
	font-size: 1em;
	color: #FFFFFF;
	width: 9.75em;
}
.field-validation-error{color:red;}
.validation-summary-errors ul{list-style:none;color:red;padding:0px;margin:0px;}

.icon-align{
	margin-left:33px;
}

.small{
	font-size: 77%;
}
.datepicker_date_custom
{
	display: flex;
}
.datepicker_date_custom i 
{
   padding:10px 5px 5px 5px;
   cursor:pointer;
}