/* News Share Custom CSS Styles */
.newsshare-form .form-group {
    margin-bottom: 1rem;
}

.newsshare-form label {
    display: inline-block;
    margin-bottom: .5rem;
}

#main .newsshare-form .form-control {
    display: block;
    width: 100%;
    padding: 7.5px;
    font-size: 1rem;
    line-height: 1.5;
    color: #3b424c !important;
    background-clip: padding-box;
    border: 1px solid #9b9b9b;
    border-radius: 0;
    box-sizing: border-box;
    background: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.newsshare-form .form-control:focus {
    outline: none !important;
}

#main .newsshare-form .form-control-file {
    display: block;
    width: 100%;
    background: none !important;
    color: #000000 !important;
    border: 0 !important;
}

.newsshare-form .btn-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 7px 20px;
    font-size: 1rem;
    line-height: 1.5;
    box-shadow: none !important;
    border: 0 !important;
    cursor: pointer;
}

.newsshare-form .error-msg {
    color: red;
}

.tx-lf-newsshare .typo3-messages {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}

.tx-lf-newsshare .typo3-messages .alert-success {
    background: #009900;
    padding: 10px;
    border-radius: 2px;
}

.tx-lf-newsshare .typo3-messages .alert-success p {
    color: #ffffff;
    margin-bottom: 0;
}

/* Select 2 custom styles */
.tx-lf-newsshare .select2-container {
    background: #3b424c;
}

.tx-lf-newsshare .select2-container--default .select2-selection--single,
.tx-lf-newsshare .select2-container--default .select2-selection--multiple {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #9b9b9b;
}

#main .tx-lf-newsshare .select2-container--default .select2-search--inline .select2-search__field {
    border: 0 !important;
    font-size: 1rem !important;
    background: #ffffff !important;
    color: #3b424c !important;
}

.tx-lf-newsshare .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
}

.select2-dropdown {
    border-radius: 0 !important;
}

.select2-container--default .select2-results__group {
    padding: 0 !important;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 2em !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #677181 !important;
}

.tx-lf-newsshare .select2-container:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
}

.tx-lf-newsshare .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 3px 5px !important;
}

.tx-lf-newsshare .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    border: 1px solid #e4e4e4 !important;
}

.ck-editor__editable_inline {
    min-height: 200px;
}

#main .tabs .sharenews-icon {
    background-color: #657083 !important;
    color: #ffffff !important;
    text-transform: none;
    padding: 11px;
    font: 18px / 16px SofiaProBold, Impact, Arial, sans-serif;
}

.tabs .tabset .ui-tabs-selected {
    padding: 0 !important;
    border-bottom: 4px solid #657083 !important;
}