* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
ul {
  margin-bottom: 0;
}

/*
bootstrap overrides / additions
*/
label small {
  font-weight: 300;
  font-style: italic;
  color: #aaa;
}
.checkbox label, 
.radio label {
  padding-left: 20px;
}
#logo {
  padding: 5px;
  height: 40px;
}
#logo img {
  height: 40px;
}
footer {
  padding: 20px 0;
  background-color: #333;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
footer p {
  margin: 0;
  line-height: 20px;
}
.bg-full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.bg-full.bg-1 {
  background-image: url("../images/general/cliche_stock_photo.jpg");
}
.login-pane {
  margin-top: 100px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.survey-form {
  margin: 20px 0;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  /*ackground-color: #dddddd;*/
}
@media only screen and (max-width : 520px) {

  .display-block-sm {
    display: block !important;
    float: none !important;
  }
}
.container-fluid {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    border: 1px solid #efefef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
  min-height: 1000px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
  /*  background: #2c4957;*/
    border: 0;
}
.navbar-default .navbar-nav > li > .dropdown-menu {

background-color: #69899f;

}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {

color: #d7e2e9;

}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {

color: #e5dbdb;

background-color: #425766;


}

.nav-item.active{
  background-color: #9a3b33 ! important;
}