.custom-nav {
    border-bottom: 3px solid #0E447D;
    border-radius: 0px;
}

.navbar-nav > li {
    margin-right: 0px;
}

.admin-nav > li {
	margin-right: 8px;
}
.admin-nav > li:last-of-type {
	margin-right: 0px;
}

.opaque-always {
    opacity: .65;
}

.opaque {
    opacity: .65;
}

.opaque:hover {
    opacity: 1.0;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.table-receipt > tbody > tr > td {
	padding: 4px 8px;
}

.cal-btns {
    border-radius: 0px;
    padding: 6px;
}

.cal-btns-last {
    border-radius: 0 5px 5px 0;
}

/* admin left side well to decrease gaps between fields */
.well .form-group {
    margin-bottom: 0px;
    padding: 2px 0px 2px 0px;
    border-width: 1px 0 0 0;
    border-style: solid; 
    border-color: #D4D4D4;
}

/* styling for folders in eSafetyBox and eSignature */
.sortable-folders div.row {
    background-color: #FFF;
}

.collapsable {
    margin-top: 2px;
}

.folder-header {
    background: #262355; 
    color: #FFF; 
    padding: 7px;
}
.folder-info {
    margin: 2px 5px 0 0;
    width: 16px;
    float: right;
}

.folder-details {
    display: none;
    text-align: center;
}

.folder-details-item {
    border-right: solid #FFF 1px;
    padding-right: 20px;
    margin-left: 20px;
}

.folder-details-item:first-child {
    margin-left: none;
}

.folder-details-item:last-child {
    border-right: none;
    margin-right: none;
}

.hidden {
	display: none;
}

.btn-primary {
	background: none repeat scroll 0% 0% #0E447D;
	border: 0;
	margin: 2px 0px 0px 0px;
}

.btn-primary:focus {
	background: none repeat scroll 0% 0% #0E447D;
}

            
.table {
	 margin-bottom: 0px;
}

.striped-rows > .row {
	border-top: 1px solid #DDD;
	margin-left: 0px;
	margin-right: 0px;
	padding: 8px;
	line-height: 1.42857;
}

.striped-rows > .row:nth-child(2n+1) {
	background-color:#F9F9F9;
}

.striped-rows > .row > div:first-child {
	font-weight:  bold;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	font-family: Arial, Tahoma, Verdana, Georgia, Roman, Courier;
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0px;
	background-color: #ffffff;
}
.error {
	font-size: 9pt;
	font-weight: bold;
	color: #f00;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
color: #fff;
background-color: #262355;
}

.nav-pills>li>a {
border-radius: 0px;
}

.nav-stacked>li {
margin-top: 0px;
margin-left: 0;
border-top:1px solid #dadada;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
}

.nav-stacked>li+li {
margin-top: 0px;
margin-left: 0;
border-bottom:1px solid #dadada;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
}

.active2 {
    border-right:4px solid #428bca;
}

h5 {
color: #356699 !important;

}

able.Data {
	font-size: 9pt;
	text-align: left;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	border-collapse: collapse;
}
table.Data th {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	vertical-align: top;
	background-color: #262355;
	padding: 5px;
	margin: 0px;
}
table.Data td {
	border-bottom: 1px solid #000080;
	padding: 2px;
	margin: 0px;
}
table.Data td.alert1 {
	color: #ff0000;
	font-weight: bold;
}

/******* Tab class properties *******/
.tab_content {
	padding: 0px;
//	margin: 0px 5px 5px 5px;
	border: solid #cacaff 1px;
//	width: 100%;
}
.tab {
	display: inline;
	margin: 0px;
	padding: 1px 10px 1px 10px;
}
.tab a {
	padding: 1px 10px 1px 10px;
}
.tab_on {
	border-top: 1px solid #cacaff;
	border-right: 1px solid #cacaff;
	border-bottom: 2px solid #ffffff;
	border-left: 1px solid #cacaff;
	list-style-type: none;
	display: inline;
	margin: 2px;
}
.tab_off {
	border-top: 1px solid #cacaff;
	border-right: 1px solid #cacaff;
	border-left: 1px solid #cacaff;
	background-color: #e3e3e3;
	list-style-type: none;
	display: inline;
	margin: 2px;
}

ul.navi
{
	font-size: 8pt;
	font-family: Arial, Verdana, Georgia, Tahoma, Roman, Courier;
    font-weight: bold;
	color: rgb(255,255,255);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

li.navi
{
	padding-left: 12px;
	margin-left: 5px;
	background: url(/images/reddot.jpg) 0 4px no-repeat;
	list-style-type: none;
}

h3 {
	color: #428bca !important;
	font-size: 16px;
}
