html{
height:100%;
}

body{

 height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
background: #3d6020; /* Old browsers */
background: -moz-linear-gradient(top,  #3d6020 0%, #203010 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d6020), color-stop(100%,#203010)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3d6020 0%,#203010 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3d6020 0%,#203010 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3d6020 0%,#203010 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3d6020 0%,#203010 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d6020', endColorstr='#203010',GradientType=0 ); /* IE6-9 */

}


.navbar-brand img{
margin-top: -8px;

}

.userContainer{
  margin-bottom:25px;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  padding:10px;
}

.basicContainer{
  margin-bottom:25px;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  padding:10px;
}

h2 {

margin-top:10px;
}

.table{
margin-bottom: 10px;
cursor:default;
}

.progress {
margin-top:4px;
margin-bottom:4px;
}

.hiddenRow {
    padding: 0 !important;
}

.glyphicon{
top: -1px;
}