article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/*

// Sprite icons path
// -------------------------
@iconSpritePath:          "../img/glyphicons-halflings.png";
@iconWhiteSpritePath:     "../img/glyphicons-halflings-white.png";

*/
/*
// Wells
// -------------------------
@wellBackground:                  #f5f5f5;
*/
/*
// Pagination
// -------------------------
@paginationBackground:                #fff;
@paginationBorder:                    #ddd;
@paginationActiveBackground:          #f5f5f5;


// Hero unit
// -------------------------
@heroUnitBackground:              @grayLighter;
@heroUnitHeadingColor:            inherit;
@heroUnitLeadColor:               inherit;
*/
/*
// Tooltips and popovers
// -------------------------
@tooltipColor:            #fff;
@tooltipBackground:       #000;
@tooltipArrowWidth:       5px;
@tooltipArrowColor:       @tooltipBackground;

@popoverBackground:       #fff;
@popoverArrowWidth:       10px;
@popoverArrowColor:       #fff;
@popoverTitleBackground:  darken(@popoverBackground, 3%);

// Special enhancement for popovers
@popoverArrowOuterWidth:  @popoverArrowWidth + 1;
@popoverArrowOuterColor:  rgba(0,0,0,.25);

*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #10427b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787232%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893616%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574466%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659573%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319148%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999998%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085105%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234034%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148937%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1 {
  text-align:left; color:#50749e; font:25px/0.95 'HelveticaNeue Light', Arial, Tahoma, Verdana, sans-serif; margin:13px 0 8px;
}
h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
}
h3 {
  text-align:left; color:#50749e; font:25px/0.95 'HelveticaNeue Light', Arial, Tahoma, Verdana, sans-serif; margin:13px 0 8px;
}
h4 {
  font-size: 18px;
  line-height: 18px;
  color:#787443; font-family:'HelveticaNeue', Arial, Tahoma, Verdana, sans-serif; margin:15px 0 13px;
}
h4 a {color:#787443;}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 20px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  background-color: #eeeeee;
  padding: 20px;
  padding-bottom: 9px;
  margin: 20px -19px 30px 0;
}
.page-header.accent {
  background-color: #0072c6;
  color: white;
}
ul {
  list-style-type:none; margin:0; padding: 0 0 15px 0; 
}
ul li {
  padding: 0 0 0 9px;
  margin:11px 0;  
  background:url(../images/arr.png) 0 2px no-repeat; 
}

ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
}
code {
  padding: 2px 4px;
  color: #333333;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 85%;
  border-bottom: 1px solid #7f7f7f;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
  text-transform: uppercase;
  color: #7f7f7f;
  border-bottom: 3px solid #535353;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-top-color: #dddddd;
  border-left-color: #dddddd;
  border-right-color: #dddddd;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 40px;
  color: #000000;
  border: 0;
  font-weight: 100;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
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 {
  display: inline-block;
  height: 20px;
  padding: 4px 8px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}
input,
textarea,
.uneditable-input {
  width: 202px;
}
textarea {
  height: auto;
}
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 {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-transition: border linear .2s;
  -moz-transition: border linear .2s;
  -o-transition: border linear .2s;
  transition: border linear .2s;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
.uneditable-input:hover {
  border-color: #8f8f8f;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #5c5c5c;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */

  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
  cursor: pointer;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0 0 0 8px;
}
select[multiple],
select[size] {
  height: auto;
  padding: 0;
}
select:hover {
  border-color: #8f8f8f;
}
select:focus {
  border-color: #5c5c5c;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.uneditable-input:hover,
.uneditable-textarea:hover,
.uneditable-input:focus,
.uneditable-textarea:focus {
  border-color: #cccccc;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.custom input[type="radio"],
.checkbox.custom input[type="checkbox"] {
  opacity: 0;
}
.radio.custom span.radio-label,
.checkbox.custom span.checkbox-label {
  background-image: url(BaseCss/controls.png), url(BaseCss/controls.png), url(BaseCss/controls.png);
  background-repeat: no-repeat;
  padding-left: 21px;
  margin-left: -21px;
}
.checkbox.custom input[type="checkbox"] + span.checkbox-label {
  background-position: left -37px;
}
.checkbox.custom input[type="checkbox"]:checked + span.checkbox-label {
  background-position: left 39px, left -113px, left -37px;
}
.checkbox.custom input[type="checkbox"][disabled] + span.checkbox-label {
  background-position: left -75px;
}
.checkbox.custom input[type="checkbox"][disabled]:checked + span.checkbox-label {
  background-position: left 39px, left -132px, left -75px;
}
.radio.custom input[type="radio"] + span.radio-label {
  background-position: left -227px;
}
.radio.custom input[type="radio"]:checked + span.radio-label {
  background-position: left 39px, left -303px, left -227px;
}
.radio.custom input[type="radio"][disabled] + span.radio-label {
  background-position: left -265px;
}
.radio.custom input[type="radio"][disabled]:checked + span.radio-label {
  background-position: left 39px, left -322px, left -265px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
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;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .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"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 922px;
}
select.span12, select.span12 {
  width: 930px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 842px;
}
select.span11, select.span11 {
  width: 850px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 762px;
}
select.span10, select.span10 {
  width: 770px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 682px;
}
select.span9, select.span9 {
  width: 690px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 602px;
}
select.span8, select.span8 {
  width: 610px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 522px;
}
select.span7, select.span7 {
  width: 530px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 442px;
}
select.span6, select.span6 {
  width: 450px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 362px;
}
select.span5, select.span5 {
  width: 370px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 282px;
}
select.span4, select.span4 {
  width: 290px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 202px;
}
select.span3, select.span3 {
  width: 210px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 122px;
}
select.span2, select.span2 {
  width: 130px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 42px;
}
select.span1, select.span1 {
  width: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"] {
  float: left;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover,
input[readonly]:hover,
select[readonly]:hover,
textarea[readonly]:hover,
input[disabled]:focus,
select[disabled]:focus,
textarea[disabled]:focus,
input[readonly]:focus,
select[readonly]:focus,
textarea[readonly]:focus {
  border-color: #cccccc;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
}
.control-group.warning .input-append .add-on {
  color: #c09853;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
}
.control-group.error .input-append .add-on {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
}
.control-group.success .input-append .add-on {
  color: #468847;
  border-color: #468847;
}
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
}
.control-group.info .input-append .add-on {
  color: #3a87ad;
  border-color: #3a87ad;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-append input:hover + .add-on,
.input-append select:hover + .add-on,
.input-append .uneditable-input:hover + .add-on {
  border-color: #8f8f8f;
}
.input-append input:focus + .add-on,
.input-append select:focus + .add-on,
.input-append .uneditable-input:focus + .add-on {
  border-color: #5c5c5c;
}
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-transition: border linear .2s;
  -moz-transition: border linear .2s;
  -o-transition: border linear .2s;
  transition: border linear .2s;
}
.input-append .add-on,
.input-append .btn {
  vertical-align: top;
}
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-right: 0 none;
}
.input-append .add-on {
  background-color: #ffffff;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}
.form-inline input,
.form-horizontal input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-inline label,
.form-inline .btn-group {
  display: inline-block;
}
.form-inline .input-append {
  margin-bottom: 0;
}
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 1px 12px;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1.9em;
  font-size: 15px;
  min-width: 6em;
  line-height: 22px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background:#91969d url(../images/btn.png) 0 0 repeat-x; 

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 3px solid #e4e4e4;
  border-radius:7px; 
  *border: 0;
  *margin-left: .3em;

}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #d9d9d9;
  *background-color: #cccccc;

}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background:#11437c url(../images/btn.png) 0 -27px repeat-x; 
  /* Buttons in IE7 don't get borders, so darken on hover */
}
.btn:active,
.btn.active {
  outline: 0;
  background:#21548d url(../images/btn.png) 0 -54px repeat-x; 
}
.btn:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.btn-large {
  padding: 8px 20px 14px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 100;
}
.btn-small {
  padding: 3px 9px 5px;
  font-size: 12px;
  line-height: 18px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px 5px;
  font-size: 11px;
  line-height: 17px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block,
button.btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #0072c6;
  *background-color: #0063ad;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #3d94d4;
  *background-color: #2d88cb;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #287ab6 \9;
}
.btn-warning {
  color: #ffffff;
  background-color: #ff8f32;
  *background-color: #ff8118;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #ff9d4c;
  *background-color: #ff8f32;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #ff8119 \9;
}
.btn-danger {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ce3f38;
  *background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #a9302a \9;
}
.btn-success {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #62c462;
  *background-color: #4fbd4f;
}
.btn-success:active,
.btn-success.active {
  background-color: #42b142 \9;
}
.btn-info {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.btn-info:active,
.btn-info.active {
  background-color: #31b0d5 \9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #444444;
  *background-color: #373737;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  min-width: 0;
  padding: 0;
  height: auto;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0072c6;
}
.btn-link:hover {
  color: #00467a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
[class*=btn-striped] {
  border-style: solid;
  border-width: 0;
}
.btn-striped {
  border-color: #0072c6;
  border-left-width: 4px;
}
.btn-striped-bottom {
  border-color: #0072c6;
  border-bottom-width: 3px;
}
.btn-striped:hover,
.btn-striped-bottom:hover {
  border-color: #3d94d4;
}
.btn-striped-gray {
  border-color: #999999;
  border-left-width: 4px;
}
.btn-striped-gray-bottom {
  border-color: #999999;
  border-bottom-width: 3px;
}
.btn-striped-gray:hover,
.btn-striped-gray-bottom:hover {
  border-color: #3d94d4;
}
.btn-striped-pink {
  border-color: #dc4fad;
  border-left-width: 4px;
}
.btn-striped-pink-bottom {
  border-color: #dc4fad;
  border-bottom-width: 3px;
}
.btn-striped-pink:hover,
.btn-striped-pink-bottom:hover {
  border-color: #e479c1;
}
.btn-striped-dark-red {
  border-color: #ac193d;
  border-left-width: 4px;
}
.btn-striped-dark-red-bottom {
  border-color: #ac193d;
  border-bottom-width: 3px;
}
.btn-striped-dark-red:hover,
.btn-striped-dark-red-bottom:hover {
  border-color: #c0506b;
}
.btn-striped-dark-orange {
  border-color: #d24726;
  border-left-width: 4px;
}
.btn-striped-dark-orange-bottom {
  border-color: #d24726;
  border-bottom-width: 3px;
}
.btn-striped-dark-orange:hover,
.btn-striped-dark-orange-bottom:hover {
  border-color: #dd735a;
}
.btn-striped-orange {
  border-color: #ff8f32;
  border-left-width: 4px;
}
.btn-striped-orange-bottom {
  border-color: #ff8f32;
  border-bottom-width: 3px;
}
.btn-striped-orange:hover,
.btn-striped-orange-bottom:hover {
  border-color: #ffaa63;
}
.btn-striped-light-green {
  border-color: #82ba00;
  border-left-width: 4px;
}
.btn-striped-light-green-bottom {
  border-color: #82ba00;
  border-bottom-width: 3px;
}
.btn-striped-light-green:hover,
.btn-striped-light-green-bottom:hover {
  border-color: #a1cb55;
}
.btn-striped-green {
  border-color: #008a17;
  border-left-width: 4px;
}
.btn-striped-green-bottom {
  border-color: #008a17;
  border-bottom-width: 3px;
}
.btn-striped-green:hover,
.btn-striped-green-bottom:hover {
  border-color: #3da64e;
}
.btn-striped-light-teal {
  border-color: #03b3b2;
  border-left-width: 4px;
}
.btn-striped-light-teal-bottom {
  border-color: #03b3b2;
  border-bottom-width: 3px;
}
.btn-striped-light-teal:hover,
.btn-striped-light-teal-bottom:hover {
  border-color: #3dbebe;
}
.btn-striped-teal {
  border-color: #008299;
  border-left-width: 4px;
}
.btn-striped-teal-bottom {
  border-color: #008299;
  border-bottom-width: 3px;
}
.btn-striped-teal:hover,
.btn-striped-teal-bottom:hover {
  border-color: #3da0b1;
}
.btn-striped-light-blue {
  border-color: #5db2ff;
  border-left-width: 4px;
}
.btn-striped-light-blue-bottom {
  border-color: #5db2ff;
  border-bottom-width: 3px;
}
.btn-striped-light-blue:hover,
.btn-striped-light-blue-bottom:hover {
  border-color: #84c4ff;
}
.btn-striped-blue {
  border-color: #0072c6;
  border-left-width: 4px;
}
.btn-striped-blue-bottom {
  border-color: #0072c6;
  border-bottom-width: 3px;
}
.btn-striped-blue:hover,
.btn-striped-blue-bottom:hover {
  border-color: #3d94d4;
}
.btn-striped-dark-purple {
  border-color: #4617b4;
  border-left-width: 4px;
}
.btn-striped-dark-purple-bottom {
  border-color: #4617b4;
  border-bottom-width: 3px;
}
.btn-striped-dark-purple:hover,
.btn-striped-dark-purple-bottom:hover {
  border-color: #724ec4;
}
.btn-striped-purple {
  border-color: #8c0095;
  border-left-width: 4px;
}
.btn-striped-purple-bottom {
  border-color: #8c0095;
  border-bottom-width: 3px;
}
.btn-striped-purple:hover,
.btn-striped-purple-bottom:hover {
  border-color: #a83dae;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  *margin-right: .3em;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}
[class^="icon-16"],
[class*=" icon-16"] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url("Icons/syncfusion-16b-icons.png");
  background-position: 0 0;
}
[class^="icon-24"],
[class*=" icon-24"] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-image: url("Icons/syncfusion-24b-icons.png");
  background-position: 0 0;
}
/* White icons with optional class, or on hover/active states of certain elements */
.icon-white[class^="icon-16"],
.nav-tabs > .active > a > [class^="icon-"][class^="icon-16"],
.nav-tabs > .active > a > [class*=" icon-"][class^="icon-16"],
.nav-pills > .active > a > [class^="icon-"][class^="icon-16"],
.nav-pills > .active > a > [class*=" icon-"][class^="icon-16"],
.nav-list > .active > a > [class^="icon-"][class^="icon-16"],
.nav-list > .active > a > [class*=" icon-"][class^="icon-16"],
.navbar-inverse .nav > .active > a > [class^="icon-"][class^="icon-16"],
.navbar-inverse .nav > .active > a > [class*=" icon-"][class^="icon-16"],
.dropdown-menu > li > a:hover > [class^="icon-"][class^="icon-16"],
.dropdown-menu > li > a:hover > [class*=" icon-"][class^="icon-16"],
.dropdown-menu > .active > a > [class^="icon-"][class^="icon-16"],
.dropdown-menu > .active > a > [class*=" icon-"][class^="icon-16"],
.icon-white[class*=" icon-16"],
.nav-tabs > .active > a > [class^="icon-"][class*=" icon-16"],
.nav-tabs > .active > a > [class*=" icon-"][class*=" icon-16"],
.nav-pills > .active > a > [class^="icon-"][class*=" icon-16"],
.nav-pills > .active > a > [class*=" icon-"][class*=" icon-16"],
.nav-list > .active > a > [class^="icon-"][class*=" icon-16"],
.nav-list > .active > a > [class*=" icon-"][class*=" icon-16"],
.navbar-inverse .nav > .active > a > [class^="icon-"][class*=" icon-16"],
.navbar-inverse .nav > .active > a > [class*=" icon-"][class*=" icon-16"],
.dropdown-menu > li > a:hover > [class^="icon-"][class*=" icon-16"],
.dropdown-menu > li > a:hover > [class*=" icon-"][class*=" icon-16"],
.dropdown-menu > .active > a > [class^="icon-"][class*=" icon-16"],
.dropdown-menu > .active > a > [class*=" icon-"][class*=" icon-16"] {
  background-image: url("Icons/syncfusion-16w-icons.png");
}
.icon-white[class^="icon-24"],
.nav-tabs > .active > a > [class^="icon-"][class^="icon-24"],
.nav-tabs > .active > a > [class*=" icon-"][class^="icon-24"],
.nav-pills > .active > a > [class^="icon-"][class^="icon-24"],
.nav-pills > .active > a > [class*=" icon-"][class^="icon-24"],
.nav-list > .active > a > [class^="icon-"][class^="icon-24"],
.nav-list > .active > a > [class*=" icon-"][class^="icon-24"],
.navbar-inverse .nav > .active > a > [class^="icon-"][class^="icon-24"],
.navbar-inverse .nav > .active > a > [class*=" icon-"][class^="icon-24"],
.dropdown-menu > li > a:hover > [class^="icon-"][class^="icon-24"],
.dropdown-menu > li > a:hover > [class*=" icon-"][class^="icon-24"],
.dropdown-menu > .active > a > [class^="icon-"][class^="icon-24"],
.dropdown-menu > .active > a > [class*=" icon-"][class^="icon-24"],
.icon-white[class*=" icon-24"],
.nav-tabs > .active > a > [class^="icon-"][class*=" icon-24"],
.nav-tabs > .active > a > [class*=" icon-"][class*=" icon-24"],
.nav-pills > .active > a > [class^="icon-"][class*=" icon-24"],
.nav-pills > .active > a > [class*=" icon-"][class*=" icon-24"],
.nav-list > .active > a > [class^="icon-"][class*=" icon-24"],
.nav-list > .active > a > [class*=" icon-"][class*=" icon-24"],
.navbar-inverse .nav > .active > a > [class^="icon-"][class*=" icon-24"],
.navbar-inverse .nav > .active > a > [class*=" icon-"][class*=" icon-24"],
.dropdown-menu > li > a:hover > [class^="icon-"][class*=" icon-24"],
.dropdown-menu > li > a:hover > [class*=" icon-"][class*=" icon-24"],
.dropdown-menu > .active > a > [class^="icon-"][class*=" icon-24"],
.dropdown-menu > .active > a > [class*=" icon-"][class*=" icon-24"] {
  background-image: url("Icons/syncfusion-24w-icons.png");
}
.icon-gray[class^="icon-16"],
.icon-gray[class*=" icon-16"] {
  background-image: url("Icons/syncfusion-16g-icons.png");
}
.icon-gray[class^="icon-24"],
.icon-gray[class*=" icon-24"] {
  background-image: url("Icons/syncfusion-24g-icons.png");
}
.icon-16-Add {
  background-position: 0 0;
}
.icon-16-Delete {
  background-position: -26px 0;
}
.icon-16-ArrowHead-Up {
  background-position: -52px 0;
}
.icon-16-ArrowHead-Down {
  background-position: -78px 0;
}
.icon-16-ArrowHead-Left {
  background-position: -104px 0;
}
.icon-16-ArrowHead-Right {
  background-position: -130px 0;
}
.icon-16-Navigation-Up {
  background-position: -156px 0;
}
.icon-16-Navigation-Down {
  background-position: -182px 0;
}
.icon-16-Navigation-Left {
  background-position: -208px 0;
}
.icon-16-Navigation-Right {
  background-position: -234px 0;
}
.icon-16-Download {
  background-position: -260px 0;
}
.icon-16-Upload {
  background-position: -286px 0;
}
.icon-16-Cut {
  background-position: -312px 0;
}
.icon-16-Copy {
  background-position: -338px 0;
}
.icon-16-Paste {
  background-position: -364px 0;
}
.icon-16-Search {
  background-position: -390px 0;
}
.icon-16-Print {
  background-position: -416px 0;
}
.icon-16-Favorite {
  background-position: -442px 0;
}
.icon-16-Bookmark {
  background-position: -468px 0;
}
.icon-16-Calendar {
  background-position: -494px 0;
}
.icon-16-Message {
  background-position: -520px 0;
}
.icon-24-Add {
  background-position: 0 0;
}
.icon-24-Delete {
  background-position: -34px 0;
}
.icon-24-ArrowHead-Up {
  background-position: -68px 0;
}
.icon-24-ArrowHead-Down {
  background-position: -102px 0;
}
.icon-24-ArrowHead-Left {
  background-position: -136px 0;
}
.icon-24-ArrowHead-Right {
  background-position: -170px 0;
}
.icon-24-Navigation-Up {
  background-position: -204px 0;
}
.icon-24-Navigation-Down {
  background-position: -238px 0;
}
.icon-24-Navigation-Left {
  background-position: -272px 0;
}
.icon-24-Navigation-Right {
  background-position: -306px 0;
}
.icon-24-Download {
  background-position: -340px 0;
}
.icon-24-Upload {
  background-position: -374px 0;
}
.icon-24-Cut {
  background-position: -408px 0;
}
.icon-24-Copy {
  background-position: -442px 0;
}
.icon-24-Paste {
  background-position: -476px 0;
}
.icon-24-Search {
  background-position: -510px 0;
}
.icon-24-Print {
  background-position: -544px 0;
}
.icon-24-Favorite {
  background-position: -578px 0;
}
.icon-24-Bookmark {
  background-position: -612px 0;
}
.icon-24-Calendar {
  background-position: -646px 0;
}
.icon-24-Message {
  background-position: -680px 0;
}
.dropup,
.dropdown {
  position: relative;
  border-radius:5px;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;

}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 15px 8px;
  margin: 0;
  list-style: none;
  background-color: #10427b;
  border-radius:0 5px 5px 5px;
  width:256px;
  font-size:14px;
}
.dropdown-menu li {
  padding:0; background:none; margin:9px 0;	
}
.dropdown-menu li {
  padding:0; 	
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 0;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  font-weight: normal;
  color: #90b4dd;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #fff;
  text-decoration:none; 
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.open {
  *z-index: 1000;
}
.dropdown:hover  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -7px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 9px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333333;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
}
.nav {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding:0; 
  height:49px;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  font-size: 21px;
  margin-bottom: 5px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding: 0 10px 5px 20px;
  margin-bottom: 0;
  background-color: #f3f3f3;
}
.nav-list > li > a,
.nav-list .nav-header {
  color: #555555;
  padding: 0 10px 0 20px;
  margin-left: -20px;
  margin-right: -10px;
  line-height: 30px;
}
.nav-list > li > a:hover {
  background-color: #e7e7e7;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  background-color: #d4d4d4;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 0;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  font:16px 'HelveticaNeue Light', Arial, Tahoma, Verdana, sans-serif;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
  padding:0; background:none; margin:0; 
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding: 8px 12px;
  line-height: 20px;
  border: 1px solid transparent;
  margin-right: 2px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
  background-color: #eeeeee;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  color: #315681;
  line-height: 25px;
  margin: 0;
  display:block; 
  padding:3px 0 0 0;
  margin: 3px 8px 0;  
}
.nav-pills > li.pull-right > a {
  margin-right: 0;
  margin-left: 20px;
}
.nav-pills > li > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
}
.nav-pills > .active > a
 {
	margin-top:0;
	border-top:3px solid #ffdd00;
}


.nav-pills > li.dropdown:hover > a,
.nav-pills > li.dropdown.active:hover > a
 {
	margin-top:0;
	color:#fff;
	border-top:3px solid #ffdd00;
}
.nav-pills > li.dropdown:hover > a .caret

 {
	background-position:0 -283px; 
}
.nav-pills > li:hover > a,
.nav-pills > li.active:hover > a {
	margin-top:0;
	border-top:3px solid #7297c2;
}
.nav-pills > li.dropdown:hover {
	background:#10427b; 
	border-bottom:2px solid #355f8f;
	border-radius:5px 5px 0 0;
	height:35px;
}
.nav-pills > li.dropdown.active { 
/*	background:#10427b; */
	border-radius:5px;
	height:40px;

}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked {
  border-bottom: none;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav .dropdown-toggle .caret {
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: #00467a;
  border-bottom-color: #00467a;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a,
.nav > .disabled > a:hover {
  color: #999999;
}
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  color: #ffffff;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #0072c6;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 0 10px 2px 10px;
  margin-left: -10px;
  font-size: 22px;
  line-height: 38px;
  font-weight: 100;
  color: #ffffff;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar-link {
  color: #ffffff;
}
.navbar-link:hover {
  color: #ffffff;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #0072c6;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-append .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
.navbar-static-top {
  position: static;
  width: 100%;
  margin-bottom: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #0063ad;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0063ad;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  background-color: #f2f2f2;
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #0063ad;
  *background-color: #005593;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #00467a \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: #000000;
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: #000000;
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #0063ad;
  color: #ffffff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
}
.navbar-inverse {
  color: #999999;
}
.navbar-inverse .navbar-inner {
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  background-color: #ffffff;
  border: 0;
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  background-color: #151515;
  *background-color: #080808;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 0 0 5px 0;
  margin-top: -1px;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  width: 252px;
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  padding: 0;
  width: 36px;
  height: 24px;
  line-height: 24px;
}
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker td.old,
.datepicker td.new {
  color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #0072c6;
  *background-color: #0063ad;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #3d94d4;
  *background-color: #2d88cb;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #287ab6 \9;
}
.datepicker td span {
  display: block;
  width: 63px;
  height: 56px;
  line-height: 56px;
  float: left;
  margin: 0;
  cursor: pointer;
}
.datepicker td span:hover {
  background: #eeeeee;
}
.datepicker td span.active {
  color: #ffffff;
  background-color: #0072c6;
  *background-color: #0063ad;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.datepicker td span.active:hover,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #3d94d4;
  *background-color: #2d88cb;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #287ab6 \9;
}
.datepicker td span.old {
  color: #999999;
}
.datepicker th.switch {
  text-transform: uppercase;
  font-weight: normal;
  padding: 4px 0;
}
.datepicker th.next,
.datepicker th.prev {
  font-size: 28px;
  padding: 4px 0;
}
.datepicker th.next i,
.datepicker th.prev i {
  margin-top: 8px;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
.datepicker .dow {
  color: #7f7f7f;
  text-transform: lowercase;
  font-weight: normal;
}
.input-append.date .add-on i {
  cursor: pointer;
}
