.top-bar {
	background-color:#eef1ec;
}
#banner {
	background:#0d4f4d;;
    color:#eef1ec;
}

#footer {
	background:#0d4f4d;;
    width:100%;
    height: auto;
    color:#eef1ec;
    margin-top:auto; 
}
#progress_div td.selected {
  background:#0d4f4d;
  color:#eef1ec;
}
.btn-primary,a.btn,.btn-lg,.btn-primary {
	background-color:#0d4f4d;
	border-color:#0d4f4d;
}
.btn-primary:hover,#proceed_button{
	background-color:#2f9e40;
	border-color:#2f9e40;
}
a:hover, a:focus {
  color: #2f9e40;
  text-decoration: underline;
}
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{
	color:#fff;
	background-color:#2f9e40;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #eef1ec;
  background-color: #2f9e40;
  /*border-color: #0d4f4d;*/
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0f5f5c;
    border-color: #0f5f5c;
}

.panel-primary {
    border-color: #0f5f5c;    
}

:focus{
    outline: 0;
}

.top-bar-menu {
	background-color: #0d4f4d;
}

img.logo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 120px;
}

body {
    background-color:#eef1ec;
    margin-bottom: 40px;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin-bottom: 0;
}

html {
      position: relative;
      min-height: 100%;
}

#container-footer {
    padding-top:10px;
}

.panel-info {
    border-color: #0f5f5c;
}
.panel-info > .panel-heading {
    background-color: #0f5f5c;
    color: #eef1ec;
}

.alert-info {
    background-color: #0f5f5c;
    border-color: #0f5f5c;
    color: #eef1ec;
}

.alert-warning {
    background-color: #0f5f5c;
    border-color: #0f5f5c;
    color: #eef1ec;
}
input {
    color: #333;
}

a {
    color: #2f9e40;
    text-decoration: none;
}

div.selected {
    background: none;
    border-color: #45981e;
    border-width:1px;
    border-style:solid;
}

a.link-booth {
    color: #eef1ec;
}

.panel-body {
    padding: 25px;
}

.glyphicon{
    margin-bottom: 10px;
 }

div#question_div {
    background-color: #eef1ec;
}

.inline-block {
    display: inline-block;
}