section#search_container .tab-content {
    background: rgba(255, 255, 255, 0.85) !important;
}

#search_container {
    min-height: 475px;
    overflow: hidden;
}

#search .nav-tabs {
    border-radius: 0;
    font-size: 12px;
    border: 0;
    border-bottom: 1px solid transparent;
    margin: 0 0 6px 10px;
    text-transform: uppercase;
}

#search .nav-tabs > li > a {
    border-radius: 0;
    border: 0;
    color: #fff !important;
    padding: 10px 15px;
    margin-right: 3px;
}

#search .tab-content {
    border-radius: 0;
    border: 0;
    color: #333;
}

#search .nav-tabs > li > a {
    background: rgba(0, 0, 0, 0.40);
}

#search .nav-tabs > li > a.active ,
#search .nav-tabs > li > a:hover .active,
#search .nav-tabs > li > a:focus .active {
    color: #fff;
    background-color: #e14d67;
}

.tab-pane h3 {
    color: #999;
    margin: 0 0 20px 0;
}

.tab-pane h3 {
    color: #999;
    margin: 0 0 20px 0;
}

.dd-select {
    border-radius: 3px !important;
    border: solid 1px #ccc;
    position: relative;
    cursor: pointer;
    height: 40px;
    font-weight: normal !important;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
}

.dd-selected {
    overflow: hidden;
    display: block;
    padding: 0 0 0 10px !important;
    font-weight: normal !important;
    color: #444 !important;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #999 !important;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}

.dd-options li .dd-option {
    height: 45px;
    line-height: 25px !important;
}

.dd-option:hover {
    background: #f9f9f9 !important;
    color: #000;
}

.dd-option-selected {
    background: #f9f9f9 !important;
    color: #444 !important;
}

.dd-option-image,
.dd-selected-image {
    vertical-align: middle;
    float: left;
    margin-right: 10px !important;
    max-width: 64px;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
}

label.dd-selected-text {
    font-weight: normal !important;
}

.dd-option-text {
    line-height: 14px !important;
}

.dd-selected-image {
    margin-top: 7px;
}

.dd-select label,
.dd-options label {
    font-weight: normal !important;
    cursor: pointer !important;
}

.radio_fix {
    float: left;
    margin-top: 35px;
}

div#search .nav-tabs a.active {
    background-color: #FFD600 !important;
    color: #000 !important;
    font-weight: bold;
}

#search .btn_1.green{background: #8ebb14;}

/* Content and common */
#search .nav-tabs > li.active > a,
#search .nav-tabs > li.active > a:hover,
#search .nav-tabs > li.active > a:focus {
    background-color: #f6ad1d;
}

div#search .nav-tabs a.active {
    background-color: #8ebb14 !important;
    color: #000 !important;
    font-weight: bold;
}

div#search .tab-content {
    padding: 20px;
    margin-top: -6px;
}

div.container.planner-container {
    margin-top: 120px;
}

span.planner-next-step,
button.planner-final-step {
    margin-top: 15px;
}

#search div.form-group {
    text-align: left;
    font-size: 0.9em;
}

#search .form-control {
    min-height: 50px;
}

#search #plannerContent {
    min-height: 300px;
}

#search .planner-buttons-row {
    display: block;
    width: 100%;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

#search #plannerContent .form-check {
    padding-left: 0 !important;
}

#search #plannerContent #planner_scientificTopic div.form-check {
    float: left;
    min-width: 200px;
    padding-left: 20px;
    padding-top: 10px;
}