/*
 * Bootstrap Overrides
 */
 .pageHeading {
  color: #b90000;
  font-size: 1.5em;
  margin-bottom: 0;
}

legend {
	border-bottom: 0;
	color: #4E4E4E;
    font-size: 13px;
    line-height: 18px;
    font-weight:bold;
    margin: 0 0 5px;
}
label, .control-label {
  font-family: "Verdana";
  font-size: 11px;
}

.controls select[class*="span"] {
    min-height: 20px;
}
.controls input[class*="span"] {
    min-height: 24px;
    height:24px;
    padding:2px;
}

.controls span[class*="span"] {
    min-height: 24px;
    height:24px;
    float:none;
    display:inline-block;    
}


.navbar .brand {
  width: 91px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  padding: 3px 20px 12px;
}

.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1C3766;
  background-image: -moz-linear-gradient(top, #1C3766, #1C3766);
  background-image: -ms-linear-gradient(top, #1C3766, #1C3766);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1C3766), to(#1C3766));
  background-image: -webkit-linear-gradient(top, #1C3766, #1C3766);
  background-image: -o-linear-gradient(top, #1C3766, #1C3766);
  background-image: linear-gradient(top, #1C3766, #1C3766);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#1C3766', endColorstr='#1C3766', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
} 

.form-horizontal legend + .control-group {
  margin-top: 10px;
}
.form-horizontal .control-group {
  margin-bottom: 2px;
}
.form-horizontal .control-group > label {
  width: 150px;
  padding-top: 3px;
}
 
.btn {
	border-radius: 0;
}

.btn-group a.btn {
  height: 16px;
}
.btn-group .dropdown-menu a {
  font-size: 11px;
}

.navbar .nav > li > a {
  color: #ffffff;
  text-shadow: 0 0;
  padding: 5px 10px 5px;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .primaryNav > li > a {
  font-weight: bold;
  font-size: 13px;
  margin-top: 11px;
}
.primaryNav > li.active > a {
  background-color: #333 !important;
  border-radius: 3px;
}
.navbar .primaryNav > li > a:hover {
  background-color: #333 !important;
  border-radius: 3px;
}
.navbar .primaryNav .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #fff;
}
.navbar .primaryNav .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #08C;
}
.navbar .primaryNavRight {
  margin-top: 11px;
}
.dropdown.open .dropdown-toggle {
  color: #fff;
}
.navbar .nav .dropdown-toggle .caret {
  border-top-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open.dropdown .caret,
.navbar .nav .open.dropdown .caret,
.navbar .nav .active .caret {
  border-top-color: #fff;
}
.navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-inner .container {
  background-color: #1C3766;
  background-position: 95%;
  background-repeat: no-repeat;
  width: 100% !important;
}
 
.pagination ul > li > a, .pagination ul > li > span {
    line-height: 24px;
    padding: 0 10px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
}

.row-fluid [class*='span'] {
	min-height:1px;
}

.well {
	border-radius: 0;
}


/*
 * Basic Styles
 */
body {
  font-family: "Verdana", Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: black;
}

h3, h4 {
  font-size: 14px;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}


input {
  box-shadow: 0;
  font-family: "Verdana";
  font-size: 11px;
  padding: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 18px;
  line-height:18px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
     box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

select {
	height: 24px;
    padding: 2px;
    font-family: "Verdana";
  	font-size: 11px;
  	-webkit-border-radius: 0;
  	-moz-border-radius: 0;
  	border-radius: 0;
}

textarea {
	font-family: "Verdana";
  	font-size: 11px;
  	-webkit-border-radius: 0;
 	-moz-border-radius: 0;
  	border-radius: 0;
  	resize:none !important;
}



.input-prepend .add-on,
.input-append .add-on {
  padding: 1px 3px 3px 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination a {
  float: left;
  padding: 0 8px;
  text-decoration: none;
  border: 1px solid #DDD;
  border-left-width: 0;
  line-height: 28px;
}
.pagination li:first-child a,
.pagination li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[class^="icon-"] {
  margin-top: 1px;
}
.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 0 0 5px;
}
.breadcrumb li.active {
  font-weight: bold;
}
.breadcrumb li {
  font-size: 11px;
  color: #4E4E4E;
}
.breadcrumb li a {
  text-decoration: underline;
  font-weight: normal;
}


.table-bordered {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

div.dataTables_length label {
  width: 460px;
  float: left;
  text-align: left;
  margin-bottom: -5px;
}
div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_filter label {
  float: right;
  width: 460px;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.navbar .brand {
  background-image: url('../images/tw-logo-blk.gif');
  width: 91px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  color: #000000;
  padding: 3px 20px 12px;
}

.pageHeading, h1 {
  color: #b90000;
  font-size: 1.5em;
  margin-bottom: 0;
}

body .modal {
    //new custom width
    width: 360px;
    //must be half of the width, minus scrollbar on the left (30px)
    //margin: -250px 0 0 -280px;
}


.page-header {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 10px;
    padding-bottom: 0;
}

.yearTitle {
	color: #FF0000	
}

.required {
	font-weight:bold;
}

input {
  font-family: "Verdana";
  font-size: 11px !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  height: 18px !important;
}

.control-label {
  font-family: "Verdana";
  font-size: 11px;
}
.form-horizontal .control-group > label {
  padding-top: 0;
}












table.data {
	border-collapse: collapse;
	margin:5px 0;
}
table.data thead {

}
table.data thead tr {
   	font-weight: bold;
   	font-family: "Verdana"  !important;
  	font-size: 11px !important;
}

table.data thead th {
	padding: 3px 15px;
}
table.data tbody tr td {
	border:1px solid #D3D3D3;
}
table.data tr {
	height:22px;
	font-family: "Verdana"  !important;
  	font-size: 11px !important;
  	cursor:pointer;
}

table.data thead th.sortable {
	cursor:pointer;
	background: url("./../images/sort.png") no-repeat center right;
}
table.data thead th.sortable:hover {
   	-moz-transition: background-position 0.1s linear 0s;
    background-color: #E6E6E6;
    color: #333333;
    text-decoration: none;
}
table.data thead th.sortable:active {
	background-color: #E6E6E6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

table.data thead th.sortAsc {
	background: url("./../images/sort_asc.png") no-repeat center right;
}
table.data thead th.sortDesc {
	background: url("./../images/sort_desc.png") no-repeat center right;
}


table.data thead, table.data thead tr {
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.pagination {
    height: 40px;
    margin: 0;
}

.pagination li {
	cursor:pointer;
}

.pageHeading, h1 {
    font-family:Baskerville Old Face,serif;
	font-size:18px;
	font-weight:bold;
	color: #1C3766;
	letter-spacing:0.05em;
}
body {
	background-image:url('./../images/Wave2.gif');
	background-repeat:no-repeat;
	background-size:100%;
	background-attachement:fixed;
	background-position:center 93%;
	min-width:1000px;
	margin:0;padding:0;
}
div.blockUI {
	border:none !important;
}
div.pageHeader {
	width:100%;
	height:80px;
	background-color:#FFF;
}
div.pageHeader .appLogo {
	width:305px;height:35px;margin:25px 25px 25px 25px;
}
div.pageHeader div.module {
	margin:9px 10px 0px 10px;border-left:2px solid #EEEEEE; float:left; padding:5px 10px;
}
div.pageHeader div.module p {
	margin:0;padding:0;
}
div.pageHeader div.module p.moduleLabel {
	margin:0 0 5px 0;color:#1C3766;font-family:Baskerville Old Face,​serif;font-size:16px;font-weight:bold;
}
div.pageHeader div.module p a {
	font-family:Verdana,sans-serif; color: #808080;font-size:13px;line-height	15.6px;font-weight:500;
}

div#languageOptions {
	border:none;
	margin:0;
	font-size:9px;
	color:#BBB;
}
div#languageOptions a {
	font-size:9px;
}


.form-horizontal .control-group > label {
    width: 170px;
}
.modal-header {
	padding:5px 15px;
}

.modal-footer {
	padding:5px;
}

.popover-title {
  padding: 5px 14px;
}

ul.typeahead li .typeahead-highlight {font-weight:bold;background-color:yellow;}
ul.typeahead li.active .typeahead-highlight {font-weight:bold;background-color:red;}