html, body {
    font-family: "Open Sans",sans-serif;
    height: 100%;
}
.wrap {
    height: auto;
    margin: 0 auto -60px;
    min-height: 100%;
    padding: 0 0 60px;
}
.wrap > .container {
    padding: 10px 15px 20px;
}
.footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    height: 60px;
    padding-top: 20px;
}
.jumbotron {
    background-color: transparent;
    text-align: center;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
.not-set {
    color: #c55;
    font-style: italic;
}
a.asc::after, a.desc::after {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    position: relative;
    top: 1px;
}
a.asc::after {
    content: "";
}
a.desc::after {
    content: "";
}
.sort-numerical a.asc::after {
    content: "";
}
.sort-numerical a.desc::after {
    content: "";
}
.sort-ordinal a.asc::after {
    content: "";
}
.sort-ordinal a.desc::after {
    content: "";
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    color: #999;
    display: block;
    margin-top: 5px;
}
.error-summary {
    background: #fdf7f7 none repeat scroll 0 0;
    border-left: 3px solid #eed3d7;
    color: #a94442;
    margin: 0 0 15px;
    padding: 10px 20px;
}
.itemtable td {
    padding: 5px;
    text-align: right;
}
.navbar-inverse {
    background-color: #25eefe;
    border-color: #25eefe;
    height: 70px;
    margin-top: 0;
}
.navbar-nav > li > a {
    background-color: #fff;
    border-radius: 25px;
    color: #222;
    font-weight: bold;
    line-height: 10px;
    margin: 15px 4px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #080808;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    line-height: 10px;
}
.btn-primary {
    background: #df3454 none repeat scroll 0 0;
    border: medium none !important;
    border-radius: 25px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    margin: 7% 0 2%;
    padding: 2% 10%;
}
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 20px;
}
form div.required label.control-label:after {
  content:" * ";
  color:red;
}
.colomn_container {
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 10px 0;
    width: 100%;
}
#chart_div{
    width: 100%;
    float:left;
}
@media (max-width: 768px) {
.navbar-nav {
    background: #fff;
    border-bottom: 4px solid #000;
    z-index: 99999;
    position: relative;
}
.navbar-brand > img{
    width:144px !important;
}
}