.content {
    padding: 15px 0 0 0;
}

.is-button:hover {
    background-color: #fdbd1f;
    color: #434343;
}

.is-button, .is-button-disabled {
    background-color: #434343;
    color: #fdbd1f;
}

a {
    color: white;
}

a:hover, a:active {
    color: #fdbd1f;
}

.main-header {
    position: fixed;
    width: 100%;
}

.new-record {
    color: #ffffff;
    background-color: #434343;
    text-align: center;
    cursor: pointer;
}

.new-record:hover {
    color: #fdbd1f;
}

.btn {
    border-radius: 0;
}

.content-is-list-headers {
    background-color: #434343;
    color: #ffffff;
}

.is-list-container .active:hover {
    background-color: #fdbd1f;
    color: #434343;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-top-color: #434343;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: black;
    background-color: #fdbd1f;
}

.is-file-upload-label {
    color: black;
    background-color: #fdbd1f;
    padding: 10px 0px 10px 0;
}

.select2-selection__choice {
    background-color: #fdbd1f !important;
    color: #434343 !important;
    padding: 6px 5px 5px 5px !important;
    border-color: #434343 !important;
}

.select2-search--inline {
    padding-top: 5px;
}

#news-stream {
    max-width: 960px;
}

.news-article .title {
    font-size: 30px;
    font-weight: 600;
}

.news-article .news {

}

.news-article .created {
    font-style: italic;
}

.news-article .separator {
    width: 100%;
    height: 2px;
    background-color: #fdbd1f;
}

.is-form-extended-field-placeholder form {
    display: flex;
}

#is-form-extended-more {
    margin: 0 0 0 10px;
}

.is-form-extended-field-placeholder form .is-fm-field-holder .input-style {
    margin: 1px 0 0 5px;
    text-align: right;
    padding-right: 5px;
}

.is-form-extended-field-placeholder form .is-fm-field-holder {
    width: 20%;
    padding: 0 5px 0 0;
}

.independent a
{
    color: #434343;
}

.independent a:hover
{
    color: black;
}

.btn-add-new-option
{
    margin: 0 0 0 5px;
}

#is-add-trailer-button {
    margin-bottom: 10px;
}
