﻿html, body, form {
    height: 100% !important;
}

/* Demo styles only */
.admin-panels .panel .panel-body {
    min-height: 150px;
}

.panel-heading.grid {
  border-bottom: none;
}

.panel-body.grid {
  padding: 0px;
  border: none;
}

.borderLeft0 {
    border-left: 0px !important;
}

.tray-nav.affix {
    top: 40px;
    width: 320px;
}

.custom-nav-animation li {
    display: none;
}

    .custom-nav-animation li.animated {
        display: block;
    }

.tray-nav.tray-nav-border li a {
    padding: 9px 15px 9px 30px;
}

.pt2 { padding-top: 2px !important; }
.pt3 { padding-top: 3px !important; }

.icon-success { color: #3f9532; }

.navbar-fixed-bottom {
    padding-left:10px;
    padding-right:10px;

    color: #fff;
    background-color: #005BC3; 
    height:20px; min-height: 20px;
}


/*==================================================
  Navbars
==================================================== */
.navbar.navbar-lbg {
  height: 60px;
  border-bottom: 1px solid #BDBDBD;
}

.navbar .nav.nav-lbg > li > a {
    color: #012e60;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 59px;
    max-height: 59px;
    border-right: 1px solid #D5DBE2;
}

/*navbranding*/
.navbar-branding.brandingLBG {
  height: 60px;
  background-color: #F0F0F0;
  padding-left: 18px;
  margin-right: 0px;
  border-right: 1px solid #D5DBE2;
  border-bottom: 1px solid #BDBDBD;
}
.navbar-branding.brandingLBG a.navbar-brand {
  height: 60px;
  line-height: 60px;
  padding: 0;
  color: #777;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/*navbar toggle sidemenu button*/
#toggle_mainmenu_r {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #012E60;
  line-height: 59px;
  max-height: 60px;
  width: 60px;
  padding: 0 18px;
  text-align: center;
}
#toggle_mainmenu_r:hover {
  color: #012E60;
  background-color:#BDBDBD;
}

