.leftNav {
	height:500px;
	border-right:1px solid #475462;
	margin-left:-15px;
}
.leftNav .nav-pills,
.leftNav .nav-pills li,
.leftNav .nav-pills a {
	border-radius:0px;
	
}
.leftNav .nav-pills li:hover > a,
.leftNav .nav-pills li.active > a {
	border-right:2px solid #eee;
	
}

.leftNav .nav-pills li.active > a:after {
	content:'';
	float:right;
	border:6px solid #eee;
	margin-top:2%;
	margin-right:-16%;
	border-color: transparent transparent transparent #eee;
}

table a:not(.btn), 
.table a:not(.btn) {
    text-decoration: none;
}
.logo {
	display:inline-block;
	border:0px solid;
	height:50px;
	width:50px;
	background-image:url(../img/logo.png);
	background-position:center center;
	background-size:cover;
}
.navbar .logo {
	margin-top:-7px;
	float:left;
}
.navbar-brand {
	//padding-top:8px;
	font-weight:bold;
	text-shadow:1px 1px 1px #222;
}
.navbar-brand > .subtext {
	display:block;
	font-style:normal;
	font-size:12px;
	line-height:12px;
	padding-left:5px;
	color:#fff;
	text-align:right;
	font-weight:normal;
	text-shadow:none;
}
.page-header {
	padding:0px !important;
	margin:0px;
	margin-bottom:5px;
	
}
.fdata .fdataRow {
	padding-top:8px;
}
.fdata .fdataRow:nth-child(even) {
	background:#f4f4f4;
}
.fdata .fdataRow:nth-child(odd) {
	background:#f9f9f9;
}

.fdata .fdataRow .removeRow {
	display:none;
}
.fdata .fdataRow:not(:first-child) {
	border-top:1px solid #999;
}
.fdata .fdataRow:not(:first-child):hover .removeRow {
	display:inline-block;	
}
.fdata .fdataRow:hover {
	background:#f1f1f1;
}
.pageBusy {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(76,140,245,0.5);
	z-index:100000;
	background-image:url(../img/icons/busy.gif);
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:25%;
	color:#222;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	box-shadow:0 0 300px 50px rgba(0,0,0,0.3) inset;
	display:none;
}
.navbar-fixed-top {
	box-shadow:0 0 10px #444;
}

.modal-body.loading {
	background-image:url(../img/busy.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 70px;
}
.form-control.busy {
	background-image:url(../img/busy.gif);
	background-repeat:no-repeat;
	background-position:95% center;
	background-size:auto 60%;
	background-color:#eee;
}
/*
.table-bordered,
.table-bordered > tbody {
  border: 1px solid #4d5c6b;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #4d5c6b;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
*/
.label {
	font-size:85%;
}


/* from cake'd default css*/
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}
/*css from cake's default css ends here*/
