﻿html {
  height: 100%;
}
body {height: 100%;
  min-height: 100%;background: #5579AD /*url(images/Background.jpg) top center repeat-x;position: relative*/
}

.navbar-inverse {background-color: #364BA0}

a.home-tile{border: 5px solid #364BA0}

.panel-primary {border-color: #364BA0}

.panel-primary>.panel-heading {background-color: #364BA0;border-color: #364BA0}

.body-content{ background-color: #FFF;padding-top: 10px;   overflow : auto;
    min-height : 100%;
    position: relative;padding-bottom: 50px}
.navbar-brand img{margin-top: -20px;width: 100px;}

.shrink .navbar-brand img{width: 60px;}

.lightBrown{color:#5579AD !important}

h2{border-bottom: 1px solid #000;}

ul.affix{ width: auto;}

.navbar-brand img{
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}
.container-fluid li.logoff {margin-right: 25px}
.navbar-right a.fullscreen-toggle{position: fixed;right:5px}

.body-content #FooterNavBar .glyphicon, .body-content #FooterNavBar .fa{color:#FFF}

.lhFix{line-height: 33px}