html,

body {

    /*padding-top: 25px;*/

    /*padding-bottom: 20px;*/

    /*margin: 0;*/

    background-color: #f0f0f0;

    height: 100%;

}



#divHeader {

    height: 50px;

}



#divContent {

    min-height: 100%;

    height: auto !important; /*Cause footer to stick to bottom in IE 6*/

    height: 100%;

    margin: 0 auto -100px; /*Allow for footer height*/

}



#divFooter, #divPush {

    height: 100px; /*Push must be same height as Footer */

}



/* Set padding to keep content from hitting the edges */

/*.body-content {

    padding-left: 15px;

    padding-right: 15px;

}*/



.mainpage-content {

    padding-left: 0px;

    padding-right: 0px;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #ccc;

    margin: 1em 0;

    padding: 0;

}



.navbar-brand {

    height: 40px;

    /*padding-left:10px;*/

    /*margin-left: 10px;*/

    width: 220px;

    margin-top: -30px;

}



.navbar-inverse {

    background-color: #000000;

    border-color: #000000;

}



.navbar-default .navbar-nav > .active > a,

.navbar-default .navbar-nav > .active > a:hover,

.navbar-default .navbar-nav > .active > a:focus {

    color: #FFFFFF;

    background-color: #222222;

}



.footer-bottom

{

    background-color: #000000;

}



/*.checkbox label {

  min-height: 10px;

  padding-left: 20px;

}*/



.navbar-nav > li > a.profile-image {

    padding-top: 10px;

    padding-bottom: 10px;

}



.text-footer {

  color: #9D9D9D;

}