.page-nav {
    display: none;
    padding: 0px 8px 10px 8px;
}

.pagination {
    width: 50%;
    margin: 0 auto;
    display: block;
}

#examForm {
    display: none;
}

#themeForm {
    display: none;
}
.theme-item-header {
    padding: 10px 15px !important;
    width: 100%;
}
.theme-item {
padding: 0px !important;
}
.theme-item:hover {
    background: #fbfbfb;
}

.tab {
    background: rgb(245, 245, 245)
}

.search-panel {
    border: solid;
    border-color: lightgrey;
    border-width: thin;
    margin-bottom: 8px;
    padding-top: 0px;
}

.search-result-item {
    clear: both;
}

.search-result-name {
    float: left;
    width: 65%;
    overflow-x: auto;
    white-space: nowrap;
}

.search-result-heading-name {
    float: left;
    width: 67%;
    overflow-x: auto;
    white-space: nowrap;
}

.search-result-heading-type {
    float: left;
    width: 30%;
    overflow-x: auto;
    white-space: nowrap;
}


.search-result-checkbox {
    float: left;
    width: 3%;
    overflow-x: auto;
    white-space: nowrap;
}

.search-result-type {
    float: left;
    width: 30%;
    overflow-x: auto;
    white-space: nowrap;
}

.wrong-search-warning {
    margin: 1em;
}

.search-body {
    padding: 10px 8px 10px 8px;
}

.search-heading {
    background: black;
    margin: 0px;
    height: 40px;
}

.search-results-heading {
    border-bottom: solid;
    border-top: solid;
    border-width: thin;
    border-color: lightgray;
    padding: 6px;
    margin: 8px 0px 8px 0px;
}

.search-results {
    display: none;
    padding: 0px 10px;
}

.search-title {
    margin: 0px;
    padding: 8px 8px;
    color: white;
}

#submit {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffcd00;
    padding: 4px 8px;
    margin:0px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    font-weight: 600;
    transition: all 0.4s ease 0s;
    float:right;
}

.btn-search, .btn-search:focus {
    background: #D3D3D3;
    border-color: #D3D3D3;
}



    .btn-search:hover, .btn-search:active, .btn-primary:active:focus {
        background: #ffcd00;
        border-color: #ffcd00;
    }

#submit:hover {
    color: white;
    background: #434343;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
}

.formHeader {
    padding: 10px 0px 10px 30px;
    background-color: black;
    color: white;
    font-weight: 900;
}

    .formHeader:hover {
        cursor: pointer;
    }

/* Style the form */

.formContainer {
    margin: 0px auto;
    width: 100%;
}

/* Style the input fields */
#search-term-text {
    font-size: 17px;
    font-family: Raleway;
}

input[type=text] {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
}

/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}

/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */

    .step.finish {
        background-color: #4CAF50;
    }

.choices-header {
width:100%;
background:black;
height:fit-content;
padding: 0px;
}

#picksstudy_widget {
padding:0px;
}

#choices-header-text {
    color: #fff;
    margin: 0px;
    font-size: 17px;
    margin: 0px;
    padding: 8px 8px;
    color: white;
}

.choices-body {
padding: 10px;
}

#remove_themes_button {
display:none;
}

#remove_programs_button {
    display: none;
}

#study_year_selector {
display:block;
margin-bottom: 8px;
}

.selected-choice-header {
    color: #333333;
    font-weight: 600;
}

.selected-year-header {
    color: #333333;
    font-weight: 600;
    margin-bottom:6px;
}

#examenprogramma-selected-container {
margin-bottom: 6px;
}

#examenprogramma-selected-container {
    margin-bottom: 6px;
}

#theme-selected-container {
    margin-bottom: 6px;
}

#no-theme-selected-text {
    margin-top: 4px;
    margin-bottom: 20px;
    font-style: italic;
    color: dimgray;
}
#no-program-selected-text {
    margin-top:4px;
    margin-bottom: 20px;
    font-style: italic;
    color: dimgray;
}

.all-programs-hidden-container {
display:none;
}