﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #eef1f6;
    background-image: url(../Images/bg.png);
    font-family: Verdana,Geneva,sans-serif;
    font-size: 13px;
    height: 100%;
    /*margin-bottom: 80px;*/

}

/* Set padding to keep content from hitting the edges */

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}*/


/* logo */
.col-centered {
    float: none;
    margin: 0 auto;
}

.logo {
    background-color: #647397 !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
    color: #aaaaaa !important;
    background-image: linear-gradient(#121B2F, #647397) !important; 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#121B2F, endColorstr=#647397)" !important;
}

/*-------------------------*/

/* start the menu*/

.navbar-inverse {
    background: #205081 none repeat scroll 0 0;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #3572b0;
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #3572b0;
    color: #fff;
}

.dropdown-menu > li  a:hover, .dropdown-menu > li  a:focus {
    background-color: #205081;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu > li  a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

/* start the submenu*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (min-width: 768px) {
    /*added by T Morphy */
/*from http://www.barrykooij.com/bootstrap-submenu-open-on-mouse-over/ to get hover behaviour on desktop */
ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
ul.nav li.dropdown:hover ul.dropdown-menu li.dropdown-submenu ul.dropdown-menu {
    display: none;
} 
ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover ul.dropdown-menu {
    display: block;
} 
  .lead {
    font-size: 21px;
  }
}

/* finished the submenu*/



/*chart*/

.div-noborder {
    border: none !important;
}
.row-chart {
    text-align: center;
    min-height: 45%; height: 45%; margin-top: 8px;
}

.case-chart {
    padding-left: 15px; padding-right: 7px; height: 100%;
}
.panel-chart {
    height: 100%; padding: 5px; background-color: rgb(202, 225, 255); border-width: 1px; border-style: solid;
}
.panel-body-chart {
    height: 100%; padding: 15px;
}
/*chart*/


/* info and errors */
.error {
    color: #e80c4d;
}

