/* global body padding */
body {
  padding-top:    20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  body {
    padding-top:    50px;
    padding-bottom: 50px;
  }
}


/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-fixed-top,
.navbar-static-top {
  border-bottom: 0;
}

.panel-default > .panel-heading {
    background-color: transparent !important;
    border-color: transparent !important;
}

.panel-default {
    border-color: #434857 !important;
}

.form-control{
  margin-bottom:10px;
}

.navbar-nav {
    float: right !important;
    margin: 0;
}

.float-right{
float:right !important;
}
.marginleft10 {
margin-left: 10px;
}

.content {
margin-top:70px;
}

.nav_sidebar>li.active>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #f39c12;
}
.nav_sidebar>li>.nav_sidebar {
    margin: 0 1px;
    background: #2c3b41;
}

.nav_sidebar>li>a {
    color: #8aa4af;
}

.nav_sidebar>li>a:hover {
    color: #fff;
    text-decoration:none;
}

.nav_sidebar>li>a:active {
    color: #fff;
    text-decoration:none;
}

.nav_sidebar{
  list-style-type: none;
  list-style: none;
  padding-left: 20px;
  margin-top: 5px;

}

#nav_sidebar li:before {
    cursor: pointer;
    content: '\25B6';
    font-size: 40%;
    color: #fff;
    line-height: 0;
    float:left;
    margin-top:10px;
    margin-right:10px;
}

footer {
    padding: 25px 0;
    text-align: center;
    bottom:0;
    width:100%;
    height:60px; 
    margin-top:80px;

}

#nav_sidebar .subtitle:after {
    cursor: pointer;
    content: '\25BC';
    font-size: 60%;
    right: 4px;
    color: #fff;
    line-height: 0;
    float:right;
    margin-top:5px;
}

.textarea {
min-height: 0px;/*100px;*/
}

input:focus {
color:#333;
}

/*
.sidebar {
    position: fixed;
    left: 20px;
    z-index: 1030;
}
*/

.whitetxt {
color:#fff;
}

.text-bold {
    font-weight: bold;
}
