body{
    padding-top:70px;
}

.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
    transition: none;
    appearance: none;
/*    pointer-events: none;*/
}

.section-box {
    background-color: steelblue;
    color: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .section-box a {
        color: white;
    }

        .section-box a:hover {
            color: papayawhip;
        }
		
		
.bootstrap-select {
    display: block !important;
    width: 100% !important;
}

.bootstrap-select div.inner {
    max-height: 300px !important;
}

.bootstrap-select ul.inner {
    min-width: 100% !important;

}
option.highlighted {
    background-color: aquamarine;
    font-weight: bold;
}