body {
  background-color: #fff;
  position: relative;
}
section {
  padding-top: 60px;
}
#masthead, #footer {
  background-color: #049cd9;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  background-image: -webkit-linear-gradient(#004D9F, #049cd9);
  background-image: -moz-linear-gradient(#004D9F, #049cd9);
  background-image: -o-linear-gradient(top, #004D9F, #049cd9);
  background-image: -khtml-gradient(linear, left top, left bottom, from(#004D9F), to(#049cd9));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#004D9F', EndColorStr='#049cd9', GradientType=0))";
}
#masthead div.inner, #footer div.inner {
  padding: 45px 0;
  -webkit-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.3);
}
#masthead h1,
#footer h1,
#masthead p,
#footer p {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
#masthead p a,
#footer p a {
  color: #fff;
  font-weight: bold;
}
#masthead h1,
#masthead p {
  text-align: center;
  margin-bottom: 9px;
}
#masthead h1 {
  font-size: 54px;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
}
#masthead p {
  font-weight: 300;
}
#masthead p.lead {
  font-size: 20px;
  line-height: 27px;
}

div.quickstart {
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: -moz-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -ms-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(#f9f9f9, #f5f5f5);
  background-image: -o-linear-gradient(#f9f9f9, #f5f5f5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f5f5f5', GradientType=0);
  background-image: linear-gradient(#f9f9f9, #f5f5f5);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
}
div.quickstart div.row {
  margin: 0 -20px;
  -webkit-box-shadow: 1px 0 0 #f9f9f9;
     -moz-box-shadow: 1px 0 0 #f9f9f9;
          box-shadow: 1px 0 0 #f9f9f9;
}
div.quickstart div.columns {
  width: 285px;
  height: 117px;
  margin-left: 0;
  padding: 17px 20px 26px;
  border-left: 1px solid #eee;
  -webkit-box-shadow: inset 1px 0 0 #f9f9f9;
     -moz-box-shadow: inset 1px 0 0 #f9f9f9;
          box-shadow: inset 1px 0 0 #f9f9f9;
}
div.quickstart div.columns:last-child {
  border-right: 1px solid #eee;
  width: 286px;
}
div.quickstart h6,
div.quickstart p {
  line-height: 18px;
  text-align: center;
  margin-bottom: 9px;
  color: #333;
}
div.quickstart h6 {
  color: #999;
}
div.quickstart form textarea {
  display: block;
  width: 275px;
  height: auto;
  margin: 0 0 9px;
  line-height: 21px;
  white-space: nowrap;
  overflow: hidden;
}
#footer {
  margin-top: 80px;
}
#footer p {
  margin-bottom: 0;
  color: rgba(255,255,255,.8)
}
#footer p.right {
  float: right;
}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 10px;
}
.show-grid .column, .show-grid .columns {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  height: 30px;
  line-height: 30px;
}
.show-grid:hover .column, .show-grid:hover .columns {
  background: rgba(0, 0, 0, 0.25);
}
/* Render mini layout previews
-------------------------------------------------- */
div.mini-layout {
  height: 340px;
  margin-bottom: 20px;
  padding: 9px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.125);
}
div.mini-layout div {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
div.mini-layout div.mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 450px;
  height: 340px;
}
div.mini-layout.fluid div.mini-layout-sidebar,
div.mini-layout.fluid div.mini-layout-header,
div.mini-layout.fluid div.mini-layout-body {
  float: left;
}
div.mini-layout.fluid div.mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 90px;
  height: 340px;
}
div.mini-layout.fluid div.mini-layout-body {
  width: 400px;
  margin-left: 10px;
}

/* Popover docs
-------------------------------------------------- */
div.popover-well {
  min-height: 160px;
}

div.popover-well div.popover {
  display: block;
}

div.popover-well div.popover-wrapper {
  width: 50%;
  height: 160px;
  float: left;
  margin-left: 55px;
  position: relative;
}

div.popover-well div.popover-menu-wrapper {
  height: 80px;
}

img.large-bird {
  margin: 5px 0 0 310px;
  opacity: .1;
}

form {
    border-color:#dddddd;
    border-style: solid;
    border-width: 1px;
    background-color:#f0f0f0;
}

form fieldset {
    margin-bottom:0;
}

.modal form {
    border:none;
    margin:0;
}

legend {
    padding-top:18px;
}
.actions {
    margin-bottom: 0px;
}

a:focus { 
outline-style: none;
outline-width: none;
 }



.right {
    float:right;
}
.twentypercent {
    width:21%;
}
.tenpercent {
    width:10%;
}
.twopercent {
    width:2%;
}

#search-form{
background-color:inherit;
border:none;
        display:inline;
}
#search-form div.input {
    margin-left:0;
}

.longfield label {
    width: 240px;
    padding-right:20px;
}

.topbar-inner,.topbar .fill {
background:#0064cd;
background-color:#0064cd;
background-repeat:repeat-x;
background-image:-khtml-gradient(linear, left top, left bottom, from(#009ddb), to(#0063cc));
background-image:-moz-linear-gradient(top, #009ddb, #0063cc);
background-image:-ms-linear-gradient(top, #009ddb, #0063cc);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ddb), color-stop(100%, #0063cc));
background-image:-webkit-linear-gradient(top, #009ddb, #0063cc);
background-image:-o-linear-gradient(top, #009ddb, #0063cc);
background-image:linear-gradient(top, #009ddb, #0063cc);
-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);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ddb', endColorstr='#0063cc', GradientType=0);
}
.topbar div > ul .menu-dropdown, .nav .menu-dropdown, .topbar div > ul .dropdown-menu, .nav .dropdown-menu {
    background:#0081d4;
}
.menu-dropdown li a {
    background:#0081d4;
}
.topbar div>ul .menu-dropdown li a,.nav .menu-dropdown li a,.topbar div>ul .dropdown-menu li a,.nav .dropdown-menu li a{color:#fff;text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);}

.topbar div>ul .menu-dropdown li a:hover,.nav .menu-dropdown li a:hover,.topbar div>ul .dropdown-menu li a:hover,.nav .dropdown-menu li a:hover{
background-color:#009ddb;
background-repeat:repeat-x;
background-image:-khtml-gradient(linear, left top, left bottom, from(#009ddb), to(#0063cc));
background-image:-moz-linear-gradient(top, #009ddb, #0063cc);
background-image:-ms-linear-gradient(top, #009ddb, #0063cc);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ddb), color-stop(100%, #0063cc));
background-image:-webkit-linear-gradient(top, #009ddb, #0063cc);
background-image:-o-linear-gradient(top, #009ddb, #0063cc);
background-image:linear-gradient(top, #009ddb, #0063cc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ddb', endColorstr='#0063cc', GradientType=0);
color:#fff;
text-shadow:0 1px 0 rgba(0, 0, 0, 0.5);
}

.topbar div > ul .menu-dropdown .divider, .nav .menu-dropdown .divider, .topbar div > ul .dropdown-menu .divider, .nav .dropdown-menu .divider { 
background-color: #0159a7;
border-color: #015dab;
}



.topbar a {
    color: #fff;
    text-shadow:0 1px 0 rgba(2, 2, 2, 0.25);
}

.topbar a:hover {
    text-shadow:0 1px 0 rgba(2, 2, 2, 1);
}
.topbar p { color: #fff; text-shadow:0 1px 0 rgba(2, 2, 2, 0.25); padding:10px; margin:0;}
.help-inline, .help-block {
color:Red;
}

.inline-form {
    background-color:inherit;
    padding-right: 4px;
    border:none;
    display:inline;

    margin:0;
    padding:0;
}


div.jqplot-target {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.jqplot-yaxis {
    margin-right:10px;
}


/* Override some defaults */
html, body {
background-color: #eee;
}

.container > footer p {
text-align: center; /* center align it with the container */
}


/* The white background content wrapper */
.content {
background-color: #fff;
padding: 20px;
margin: 40px -20px 0px -20px; /* negative indent the amount of the padding to maintain the grid system */
-webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

/* Page header tweaks */
.page-header {
background-color: #f5f5f5;
padding: 20px 20px 10px;
margin: -20px -20px 20px;
  
}
.transparent {
background-color: transparent;
}

/* Give a quick and non-cross-browser friendly divider */
.content .span4 {
margin-left: 0;
padding-left: 19px;
border-left: 1px solid #eee;
}

.alert-message a { 
    color:#fff;
    }


.input-xxlarge, input.xxlarge, textarea.xxlarge, select.xxlarge { 
width: 400px; 

}
.tabs {
background-color: #eee;
}
.tabs > li > a {
border-radius:0 !important;   
margin-right:0; 
}

.tabs > li.active > a {
border-radius:0 !important;    
}
.tabcontent {
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
}

.tabs > li > a > h3 {
    text-shadow: 0px 1px 1px #fff;
    color: #999;
}
.tabs > li > a > h3:hover {
    color:#0081d4;
    text-shadow: 0px 1px 1px #ababab;
}
.tabs > li.active > a > h3 {
    color:#0064cd;
}
.tabs > li.active > a > h3:hover {
    text-shadow: none;
}
.tabs li.last { float:right;}

.tabcontent .row { margin-top:20px; margin-bottom:20px; }

.document {padding-top:10px; padding-bottom:10px; margin-left:0px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; margin-bottom:10px; margin-left:20px; margin-right:20px; }
.document:hover { background-color:#efefef;}

#search-form p {float:left; line-height:28px;}

.news {height:375px; overflow:auto; }

.width150px {
    width: 150px;
}
.actionColumn {
    width: 161px;
}