html {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  
}
body {
  /*background: url(../img/white_wall.jpg) #E9D3B2;*/
  /*background-position: 0px 40px;*/
  background-color: #eee;
  padding-top: 56px;
  /*margin-bottom: 60px;*/
  font-family: 'Open Sans', sans-serif;
}
#btn-menu{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 99999;
  background-color: #fff;
}
.sidebar{
  border-right: 1px solid #007BFF;
  border-right: 1px solid #343A40;
  min-height: 100%;
}
.custom-select{
  width: 100%;
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 60px;  
  line-height: 60px;
border-top: 1px solid #000;
  background-color: #f5f5f5;
}
.btn{
  cursor: pointer;
}
.login {
  width: 342px;
  position: absolute;
  top:  30%;
  left: 50%;
  margin-left: -171px;
  margin-top: -130px;


}
 input.search-query{
  border-radius: .2rem 0 0 .2rem;

}
.search-query .btn{
  border-radius: 0 .2rem .2rem 0 ;

}
.title_pages {
  font-size: 1.4rem;
}
.login .card-header {
  /*border-radius: 10px 10px 0 0;
  /*background: url("img/altheaderbox.png") repeat-x scroll 0 0 #0F518E;*/
  /*border-top:1px solid #0A81D0;*/
  text-align: center;
  /*padding: 13px 0;*/
}
#navbarsLeft .navbar-nav{
  width: 100%;
}
#navbarsLeft ul .header{
  text-transform: uppercase;
  /*font-weight: bold;*/
  /*font-size: 1.2rem;*/
  /*border-bottom: 1px solid #343A40;*/
}
#navbarsLeft ul li a{
  padding:5px 0px;
  /*margin: 0px;*/
  /*font-size: 1rem;*/

}
