﻿
/*html {
    height: 100%;
}
body {
    min-height: 100%;
}*/
.full-height {
  height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 90px;
    padding-bottom: 0px;
}

.bg-color-light {
    /*background-color: rgba(239, 242, 247, 0.3);*/
}
.bg-color-white {
    background-color:rgb(255, 255, 255)
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-top:20px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"] {
    /* max-width: 280px; */
}

.txt-sm {
    max-width: 100px;
}
.navbar-inverse, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #592131;
}
.navbar-inverse .navbar-brand, .navbar .navbar-nav>li>a {
    color: rgb(255, 255, 255);
}
.div-panel {
  border:1px solid #eee;
  padding: 10px;
  /*margin-top: 20px;*/
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        /*padding: 0;*/
    }
}
