/*
Theme Name: SWPG Simple Theme - NCI Bioinformatics Community
Author: SWPG
Author URI: https://wordpress.org/
Description: Stripped down, bare-bones theme that you can style as you wish with html and css.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simple, effective
Text Domain: SWPG

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
    margin-top: 0px !important;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #1C4C54 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    margin: 0px;
}

body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3,body .h4,body .h5 {
    color: #1C4C54;
    font-weight: 600 !important;
    text-rendering: optimizeLegibility;
}

#wpadminbar {
    display: none;
}

#page-content a,.SWPGLightBox_caption  {
    text-decoration: none;
    color: #543113;
    font-weight: bold;
}

#page-content a i {
    color: #543113;
}

#page-content a:hover i {
    text-decoration: underline !important;
}

#page-content a:hover {
    text-decoration: underline !important;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: normal;
}

body h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}

body h2 {
    font-size: 30px;
    font-weight: 500;
}

body h3 {
    font-size: 26px;
    font-weight: 500;
}

h4 {
    font-weight: 500;
}

p, li, ul, span,div {
    color: #1C4C54;
    font-weight: 400;
    font-size:16px;
}

a:hover {
    cursor: pointer !important;
}

a.btn.btn-primary {
    color: #fff;
}

#page-content a.btn.btn-primary:hover {
    text-decoration: none !important;
}

hr {
    border-color: #543113 !important;
    background-color: #543113 !important;
    height: 2px !important;
    opacity: 1 !important;
}

ul {
    list-style: disc;
}

ul.no_bullet {
    list-style: none;
}

li {
    margin-bottom: 6px;
}

label {
    color: #543113;
}

.swpg_lightbox_thumbnail {
    border-radius: 10px;
    margin: 16px 0px;
}

.SWPGLightBox_caption {
    font-weight: bold;
    text-decoration:underline;

}

#wpadminbar {
    overflow: hidden;
}

#top-bar-area-right-menu a {
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

#top-bar-area-right-menu a:hover {
    text-decoration: underline !important;
}

.clear_both {
    clear: both;
}

.overflow_hidden {
    overflow: hidden;
}

.text_align_center {
    text-align: center;
}

.no_padding {
    padding: 0px !important;
}

.no_margin {
    margin: 0px !important;
}

.margin_right_12 {
    margin-right: 12px !important;
}

.margin_top_12 {
    margin-top: 12px !important;
}

.margin_top_24 {
    margin-top: 26px !important;
}

.margin_top_34 {
    margin-top: 34px;
}

.margin_top_42 {
    margin-top: 42px;
}

.no_top_margin {
    margin-top: 0px !important;
}

.font_size_14 {
    font-size: 14px !important;
}

.form-required {
    color: red;
}

.display_none {
    display: none !important;
}

.display_none_gently, #page .display_none_gently {
    display: none;
}

.float_left {
    float: left;
}

.clear_left {
    clear: left;
}

.red {
  color: red !important;
}

.dark_brown {
    color: #543113 !important;
}

.light_brown {
    color: #A16F45 !important;
}

.large_text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 24px;
}

.swpg_modal_body img {
    border-radius: 10px;
}

.with_background {
    display: block; 
    background-color: #A16F4508;
    padding: 24px;
    border-radius: 10px;
    margin-top: 16px;
}

.swpg_lightbox_container.SWPGLightBox {
    text-align: center;
}

.basic_button {
    color: #fff !important;
    font-weight: normal !important;
}

#page .hover_alt_brown {
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

#page .hover_alt_brown:hover, #page .hover_alt_brown:hover i, .brown_button:hover, .brown_button:hover i {
    background-color: #543113 !important;
    text-decoration: none !important;
}

.bold {
    font-weight: bold;
}

.dotted_underline {
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.no_bottom_margin {
    margin-bottom: 0px !important;
}

.display_inline {
    display: inline !important;
}

.swpgLightboxModal.swpg_modal {
    float: left;
}
.swpg_modal_contents_large::-webkit-scrollbar{
    ::-webkit-scrollbar
}
.swpg_modal_contents_large{
    .scrollable-element {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
}

.swpg_targeted_bootstrap .modal.show .modal-dialog {
    box-shadow: 0 0 3px 0 rgba(84, 49, 19, 0.2), 0 2px 3px 0 rgba(84, 49, 19, 0.1), 0 2px 3px rgba(84, 49, 19, 0.08);
    margin: 10% auto 10% auto;
}

.swpg_targeted_bootstrap .form-select {
    padding: 7px;
}

.nav_margin {
    margin-top: 80px;
}

.page-template-page-home .nav_margin {
    margin-top: 76px;
}

.float_right {
    float: right;
}

input[type=radio]:hover, .hover_state_pointer:hover {
    cursor: pointer;
}

.select2-selection {
    height: 2.5rem;
}

.select2-search__field {
    margin-top: 0px !important;
    height: 2.4rem !important;
}

.select2-selection__choice {
    margin-top: 3px !important;
}

.select2-selection.select2-selection--multiple {
    height: auto !important;
}

.select2-selection__rendered {
    margin-bottom: -16px !important;
}

.theme_content {
    padding: 42px 26px 26px 26px;
    font-size: 24px;
    line-height: 30px;
}

i.fa,
i.fas:not(.btn i.fas){
    color: #acb7c3;
}

.card {
    box-shadow: 0 0 3px 0 rgba(84, 49, 19, 0.2), 0 2px 3px 0 rgba(84, 49, 19, 0.1), 0 2px 3px rgba(84, 49, 19, 0.08);
}

.card-title i.fas {
    clear: both !important;
    display: block;
    background-color: #543113;
    padding: 10px;
    max-width: fit-content;
    text-align: center !important;
    align-content: center !important;
    margin: auto;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    color: white !important;
    font-size: 16px;
}

.mesmerize-content-padding  #page > .page-content, .mesmerize-inner-page #page > .page-content {
    padding-bottom: 0px;
    padding-top: 0px !important;
}

.btn {
    border-radius: 2rem !important;
}

.dataTables_wrapper label {
    color: #1C4C54;
}

.styled_text_box {
    background-color: #A16F4508;
    padding: 8px 24px;
    border-radius: 10px;
    margin-bottom: 42px;
}

/* Header */

.header-top-bar {
    padding-left: 4%;
    padding-right: 4%;
}

.navigation-wrapper:not(.gridContainer) {
    padding-left: 4%;
    padding-right: 4%;
}

.header_contact_link {
    margin-left: 26px;
    float: right;
    font-size: 26px !important;
    padding-top: 2px;
    text-decoration: none;
}

.header_contact_link i {
    color: #A16F45 !important;
}

.header_contact_link:hover i {
    color: #543113 !important;
}

#email_address_popup {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 26px;
    border-radius: 10px;
    border: 1px solid #000;
    z-index: 100;
}

#email_address_popup p {
    margin-top: 0px;
}

#email_address_popup a {
    color: #543113;
    font-weight: bold;
    text-decoration: none;
}

#email_address_popup a:hover {
    text-decoration: underline;
}

.close_email_modal {
    display: block;
    float: right;
}

.close_email_modal i {
    color: #543113 !important;
    font-size: 26px;
}

.close_email_modal:hover i {
    color: #A16F45 !important;
}

ul.dropdown-menu li {
    padding: 6px 12px !important;
}

ul.dropdown-menu ul li:hover > a {
    color: #4693a1;
}

ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover > a:after
, ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children > a:after
, #offcanvas_menu li.menu-item.menu-item-has-children > a:after {
    content: "\f055" !important;
    font-family: FontAwesome;
    display: inline-block;
    color: inherit;
    font-size: 0.8em;
    box-sizing: border-box;
    width: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 1em;
    opacity: 0.9;
}

ul.dropdown-menu.default > .current_page_item > a, .mesmerize-front-page ul.dropdown-menu.default > .current-menu-item > a {
    border-bottom-color: #A16F45;
}

.current-menu-parent > a, .current-menu-ancestor > a {
    border-bottom-color: #4693a1 !important;
}

.section-heading {
    border-bottom: 2px solid #543113;
    margin: 24px 0px 24px 0px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #1C4C54 !important;
}

.header-top{
    position: unset;
}

h1.hero-title {
    color: white !important;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    text-shadow:0px 0px 12px black !important;
}

#main_menu > li {
    padding-top: 11px !important;
    padding-bottom: 1px !important;
}

.header.color-overlay h1 {
    text-shadow: none !important;
}

.header.color-overlay{
    background-color: #1C4C54;
    padding-top: unset;
}

.inner-header-description {
    padding-top: 4%;
    padding-bottom: 4%;
}

.inner-header-description h1.hero-title {
    display: block !important;
    line-height: normal;
    text-shadow: 0px 0px 4px black !important;
}

.btn-primary {
    background-color: #4693a1 !important;
    border: 1px solid #fff !important;
}

.btn-primary:hover {
    border: 1px solid #4693a1 !important;
    background-color: #fff !important;
    color: #1C4C54 !important;
    text-shadow: none !important;
}

#main_menu > li > a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif  !important;;
    color: #1C4C54  !important;
    font-weight: 400  !important;
    text-transform: inherit  !important;
    font-size: 18px !important;
}

#main_menu > li:hover > a {
    border-bottom-color: #4693a1;
}

ul#main_menu{
    border: unset;
}

ul#main_menu .sub-menu li.menu-item a {
    font-size: 19px !important;
}

img.logo.dark, img.custom-logo {
    width: 450px;
}

.navigation-bar.fixto-fixed {
    box-shadow: 0 0 3px 0 rgba(84, 49, 19, 0.2), 0 2px 3px 0 rgba(84, 49, 19, 0.1), 0 2px 3px rgba(84, 49, 19, 0.08);
}

#page-top > div.navigation-bar.coloured-nav.homepage.fixto-fixed > div > div > div.main_menu_col.col-xs {
    padding-top: 5px;
}

#offcanvas-wrapper {
    width: 300px;
    z-index: 9999;
}

#offcanvas_menu {
    padding-left: 0px;
}

#wpadminbar {
    z-index: 9990;
}

.overlay_filter {
    background-color: #54311311;
}

.navigation-bar.fixto-fixed {
    width: 100%;
}

.close_nav {
    float: left;
    width: 30px;
    font-size: 30px !important;
    margin-left: 10px;
}

.logout_arrow {
    font-size: 17px;
    vertical-align: middle;
}

.header-top-bar {
    background-color: #4693a1;
}

.navigation-bar{
    background-color: white !important;
}

.top-bar-menu li {
    float: unset;
    display: inline-block !important;
}

/* End Header */

/* Homepage */

#ostr_banner > div {
    text-align: center !important;
}

.home-featured .card:hover i.fas {
    box-shadow: 0 0 3px 0 rgba(84, 49, 19, 0.2), 0 2px 3px 0 rgba(84, 49, 19, 0.1), 0 2px 3px rgba(84, 49, 19, 0.08);
}

.home #page #page-content{
    padding-top: 24px !important;
}

.banner-cta .btn-nbc-primary, .cta .btn-nbc-primary, .brown_button {
    background-color: #A16F45 !important;
    color: #fff !important;
    border: inherit;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
}

.banner-cta .btn-nbc-primary-outline,.cta .btn-nbc-primary-outline  {
    background-color: transparent;
    color: hsl(347deg 100% 36%) !important;
    border: 1px solid hsl(347deg 71% 43%) !important;
}

.homepage #Homepage-Carousel .card-text {
    margin-top: 24px;
    margin-bottom: 32px;
}

.home-featured h3 {
    text-align: center;
}

.home-featured .card-footer {
    color: #543113;
    font-weight: bold;
}

.header-homepage{
    padding-top: unset;
}

.header-homepage.color-overlay {
    background:url(/NCIBioinformaticsCommunity/wp-content/themes/simple_theme_nbc/images/bg.jpg) center center/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-homepage:not(.header-slide) .background-overlay, .header-homepage:not(.header-slide).color-overlay::before{
    opacity: 0.3 !important;
}

.header-wrapper .color-overlay:before{
    background: #4693a1;
}

.banner-text {
    margin: auto;
}

.banner-text h1 {
    margin-bottom: 0px;
    line-height: 54px;
}

.homepage .banner-text h1 {
    margin-bottom: 25px;
}

.banner-text h1, .banner-text h2 {
    font-weight: 550 !important;
    line-height: 56px;
    letter-spacing: .25px;
    color: #fff;
    text-shadow: 0px 0px 12px #1C4C54;
}

.header-homepage .header-description-row {
    padding-top: 5%;
    padding-bottom: 5%;
}

.home-page-content .card:not(.home-page-content .carousel-card) {
    border: none;
    transition: transform .2s;
    height: 100%;
    padding: 0px;
}

.home-featured a:hover .card .bg-custom {
    text-decoration: underline;
}

.carousel-control-prev, .carousel-control-next{
    width: 2% !important;
}

.home-page-content .swpg_targeted_bootstrap .carousel{
    height: 100% !important;
}

.home-page-content .featured-items {
    background-color: #4693a1;
    border-radius: 8px;
    min-height: 250px;
    margin-bottom: 48px;
    padding: 24px;
}

.home-page-content .card-img-left {
    width: 220px;
    object-fit: cover;
    border-radius: 4px;
}

.homepage_committee_link {
    margin-bottom: 42px;
    margin-right: 16%;
}

.homepage_committee_link i {
    color: #543113 !important;
}

.homepage_committee_link:hover i {
    text-decoration: underline !important;
}

.homepage_logo_link {
    display: block;
    float: left;
    margin-right: 42px;
    margin-top: 10px;
    margin-bottom: 2px;
}

.homepage_logo_link_cbiit {
    margin-left: 68px;
}

.homepage_logo_link_cbiit img {
    width: 306px;
}

.homepage_logo_link_ccr img {
    width: 275px;
}

.homepage_logo_link_dceg img {
    width: 400px;
}

#page-content .speaker_image_link {
    padding: 0px;
}

.events_header {
    margin-top: 44px;
}

/* END Homepage */

/* Registration Form */

.sign_up p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
    margin-top: 38px;
}

#page .sign_up .theme_content p a {
    text-decoration: none !important;
    color: #543113;
    font-weight: bold;
}

#page .sign_up .theme_content p a:hover {
    text-decoration: underline !important;
}

.error_messages.alert {
    margin-bottom: 42px;
}

.validation_errors #page > .page-content {
    padding-top: 42px;
}

#willing_radio, #not_willing_radio {
    margin-top: 9px;
}

#registration_form a {
    color: #1C4C54;
}

#registration_form label {
    font-weight: bold;
    line-height: 16px;
}

#add_link {
    text-decoration: none !important;
    margin-top: 12px;
    max-width: 70px;
}

#add_link:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

.additional_link_holder {
    margin-top: 12px;
}

.additional_link_holder > div {
    float: left !important;
}

.additional_link_holder label {
    margin-bottom: 0px;
    margin-top: 12px;
}

.remove_additional_link {
    margin-top: 54px;
    display: block;
    max-width: 18px;
}

#submit_registration_form {
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

/* End Registration Form */

/* Edit Profile Form */

#edit_profile_form {
    background-color: #A16F4508;
    padding: 8px 24px 24px 24px;
    border-radius: 10px;
}

#edit_profile_form a {
    color: #1C4C54;
}

#edit_profile_form label {
    font-weight: bold;
    line-height: 16px;
}

.toggle_switch {
    display: inline-block;
    margin-left: 10px;
}

.toggle_switch input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle_switch label {
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    width: 68px;
    height: 34px;
    background: #859DA1;
    border-radius: 100px;
    position: relative;
    margin-right: 16px;
}

.toggle_switch label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.381s;
}

.toggle_switch input:checked + label {
    background: #45A152;
}

.toggle_switch input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}

.toggle_switch label:active:after {
    width: 26px;
}

.toggle_switch input + label + span.visible_note  {
    display: none;
}

.toggle_switch input + label + span.visible_note + span.hidden_note  {
    display: inline-block;
}

.toggle_switch input:checked + label + span.visible_note  {
    display: inline-block;
}

.toggle_switch input:checked + label + span.visible_note + span.hidden_note  {
    display: none;
}

.visibility_note {
    font-style: italic;
    color: #543113;
}

.visibility_note b {
    color: red;
}

#page-content label.profile_visibility {
    line-height: 28px;
}

.profile_visibility {
    float: left;
    padding-top: 2px;
}

/* End Edit Profile Form*/


/*Browse Page*/

#browse_user_table_length select {
    border-radius: 16px;
    padding: 4px;
}

#browse_user_table_length > label, #browse_user_table_filter > label, label.accordion_switch, .filter_options label {
    font-size: 14px !important;
}

#browse_user_table_length, #browse_user_table_info {
    float: left;
    width: 25%;
    font-size: 14px !important;
    color: #1C4C54;
}

#browse_user_table_info {
    width: 45%;
    text-align: center;
}

.bottom .dataTables_info {
    font-size: 14px;
    color: #1C4C54;
    margin-left: 300px;
}

#browse_user_table {
    width: 100% !important;
}

#browse_user_table th:hover {
    cursor: pointer;
}

.profile_image_thumb {
    float: left;
    margin-right: 12px;
}

.profile_image_thumb img {
    border-radius: 23px;
    border: 1px solid #4693a1;
}

.profile_name p {
    margin-top: 0px;
    font-weight: bold;
    font-size: 18px;
}

.filter_options_accordion .close_accordion {
    color: #4693a1 !important;
}

#browse_user_table_filter > label > input[type=search] {
    border-radius: 19px;
}

#browse_user_table_filter .clear_search {
    display: block;
    margin-bottom: 24px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    margin-left: 12px;
    width: 40px;
    color: #543113;
}

#browse_user_table_filter .clear_search:hover {
    text-decoration: underline;
}

#browse_user_table td {
    border-bottom: 1px solid #543113;
    background-color: #A16F4508;
}

#browse_user_table th {
    background-color: #4693a1;
    text-align: center;
    color: #fff !important;
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

#browse_user_table td, .profile_name p {
    color: #1C4C54 !important;
}

#browse_user_table td, .profile_email {
    font-size: 12px;
}

#browse_user_table td.volunteer {
    text-align: center;
}

#browse_user_table a {
    text-decoration: none !important;
    color: #543113 !important;
}

#browse_user_table a:hover {
    text-decoration: underline !important;
}


#browse_user_table .profile_email a {
    white-space: nowrap;
}

#browse_user_table_wrapper {
    margin-top: 18px;
}

#browse_user_table_wrapper .bottom {
    float: right;
}

.top #browse_user_table_paginate {
    text-align: right;
    width: 30%;
    float: left;
    margin-bottom: 22px;
}

.dataTables_wrapper .bottom {
    width: 100%;
}

.bottom .paging_simple_numbers, .bottom .dataTables_info {
    float: left;
}

.bottom .dataTables_paginate {
    text-align: right;
    width: 31%;
    float: left;
    margin-bottom: 22px;
}

.bottom .dataTables_info {
    width: 43%;
    text-align: center;
}

.filter_options_accordion {
    border-radius: 15px;
}

.filter_options_accordion.show {
    border-radius: 15px 15px 0px 0px;
}

.filter_options_accordion #accordion {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 0 3px 0 rgba(84, 49, 19, 0.2), 0 2px 3px 0 rgba(84, 49, 19, 0.1), 0 2px 3px rgba(84, 49, 19, 0.08);
    border-radius: 0px 0px 15px 15px;
    padding-top: 12px;
}

.filter_options_accordion .accordion_switch {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 0px;
}

.filter_options_accordion .accordion_switch:hover {
    cursor: pointer;
}

#browse_user_table_filter > label {
    font-weight: bold;
}

.filter_options_accordion .accordion_switch, #accordion {
    padding: 3px 12px;
}

.filter_options {
    margin-bottom: 12px;
}

#accordion > div {
    padding-bottom: 10px;
}

.filter_options_accordion #division, .filter_options_accordion #category {
    font-size: 12px;
}

#apply_filter, #reset_filter {
    font-size: 14px;
}

#accordion .filter_options label {
    margin-bottom: 0px;
}

.close_accordion {
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;  
    color: #4693a1;
}

.close_accordion:hover {
    text-decoration: underline !important;
}

/*End Browse Page*/


/* Suggestion Page */

#suggestion_form {
    background-color: #A16F4508;
    padding: 24px;
    border-radius: 10px;
    margin-top: 16px;
}

#suggestion_form .suggestion_form_image {
    margin-top: 5px;
}

#suggestion_form label {
    font-weight: bold;
}

#suggestion_form .margin_here {
    margin-bottom: 62px;
}

#suggestion_form hr {
    margin-bottom: 26px;
}

#suggestion_form .feedback {
    line-height: 40px;
    margin-top: 7px;
    font-size: 37px;
    margin-bottom: 70px;
    font-weight: bold;
}

#suggestion {
    margin-top: 7px;
    height: 157%;
}

#suggestion_form hr {
    margin-bottom: 16px;
    margin-top: 75px;
}

.contact_us_custom_h3_margin {
    margin-top: 50px;
}


/* End Suggestion Page */


/* Agenda Page */

.agenda-content h3 {
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 0px;
}

.event_detail_holder {
    background-color: #A16F4508;
    padding: 26px;
    border-radius: 10px;
}

/* End Agenda Page */

/* Past Events Page */

.workshop_title {
    font-size: 26px;
}

/* End Past Events Page */

/* Collaborations Page */

.collaboration_title {
    font-size: 26px;
}

/* End Collaborations Page */

/* NIDAP Bioinformatics Developer Community Page */

.NIDAP_image_1 {
    padding: 4%;
    width: 50% !important;
}

.NIDAP_image_1 .swpg_lightbox_thumbnail {
    padding-top: 16px;
}

.NIDAP_image_3 {
    padding: 4%;
    width: 50% !important;
}

.NIDAP_image_3 .swpg_lightbox_thumbnail {
    padding-top: 16px;
}

.NIDAP_logo {
    width: 180px;
    display: block;
    padding: 0px 24px 0px 0px;
}

#page-content .NIDAP_github_link:hover i {
    text-decoration: none !important; 
}

.nidap_header_links p {
    margin: 0px;
}

.page-id-135 .theme_content {
    padding-top: 24px;
}

/* End NIDAP Bioinformatics Developer Community Page */

/* 404 Page */

.error_404_message a {
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

.error_404_message {
    padding: 40px 54px;
}

.error_404_message .card-title {
    margin-bottom: 8px;
}

.error_404_message .card-text {
    margin-bottom: 64px;
}

/* End 404 Page */


/* Footer */

.footer-simple .footer-content {
    border-top: none;
}

#ccr-footer a {
    color: #1C4C54;
    font-weight: bolder;
    text-decoration: none;
}

#ccr-footer a:hover {
    text-decoration: underline !important;
}

.main_menu_col [data-component="offcanvas"] {
    margin-left: 26px;
}

/* End Footer */

/*Datatables */

table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3
}

table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191"
}

table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193"
}

table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after {
    opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0
}

.paginate_button {
    font-size: 14px;
    background-color: #fff !important;
    color: #1C4C54 !important;
    border-radius: 15px;
    padding: 5px 10px !important;
    margin: 0px 6px;
    border: 1px solid #555 !important;
    box-shadow: 0 0 3px 0 rgba(84, 49, 19, 0.2), 0 2px 3px 0 rgba(84, 49, 19, 0.1), 0 2px 3px rgba(84, 49, 19, 0.08) !important;
}

.paginate_button.current, .paginate_button:not(.disabled):hover {
    background-color: #1C4C54 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.paginate_button.disabled {
    color: #ccc !important;
    border: 1px solid #ccc !important;
    cursor: default;
}

#page .paginate_button.disabled:hover {
    text-decoration: none !important;
}

.dt-buttons .dt-button {
    border-radius: 25px;
}

.dataTables_wrapper .bottom {
    margin-top: 24px;
}

/*End Datatables */

/* Spinner */

.spinner_holder {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
}

.spinner {
    position: absolute;
    left: 48%;
    top: 47%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(70, 147, 161,.15);
    border-right:6px solid rgba(70, 147, 161,.15);
    border-bottom:6px solid rgba(70, 147, 161,.15);
    border-top:6px solid rgba(70, 147, 161,.8);
    border-radius:100%;
}

/* End Spinner */

/* Message Box */

#message {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
}

#message div {
    color: #1C4C54;
    width: 50%;
    position: absolute;
    top: 30%;
    left: 25%;
    text-align: center;
    font-size: 24px;
    display: block;
    margin-bottom: 23px;
    border: 2px solid #543113;
    border-radius: 6px !important;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.18);
    overflow: hidden;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
}

#message strong {
    display: block;font-weight: normal;
    padding: 10%;
}

/* End Message Box */

/*  SWPG Accordion  */

.accordion_item_container {
    position: relative;
}

.accordion_item_container .card-body > div {
    margin-top: 0px;
}

.accordion_item_container .card {
    margin-bottom: 12px;
    clear: both;
}

.accordion_item_container h3 {
    font-weight: 400;
    padding: 10px 0px 0px 0px;
}

.accordion_item_container h3:hover {
    cursor: pointer;
}

.accordion_item_container .card-body > button {
    margin-bottom: 0px;
}

.show_icon i, .hide_icon i {
    color: #A16F45 !important;
    font-size: 14px;
}

.show_icon {
    display: none;
}

.hide_icon {
    display: inline-block;
}

.show .show_icon {
    display: inline-block;
}
.show .hide_icon {
    display: none;
}

/*  End SWPG Accordion  */

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

@media (max-width:1340px){
    .homepage_logo_link_cbiit {
        margin-left: 0px;
    }

    .homepage_logo_link {
        clear: left;
    }
}

@media (min-width:768px){
    .top-bar-menu li:first-child :after{
        margin-left: 25px;
        content: '|';
    }
    .top-bar-menu li{
        font-size:16px;
        letter-spacing:2px;
    }
    .top-bar-menu .menu-item {
        margin-left:6px;
    }
}

@media (max-width:767px){
    .header-top-bar{
        display: block !important;
    }
    .top-bar-menu li:first-child :after{
        margin-left: 5px;
        content: '|';
    }
    .top-bar-menu li{
        font-size:14px;
        letter-spacing:1px;
    }
    .top-bar-menu .menu-item {
        margin-left:3px;
    }
}

@media (max-width:500px){
    #top-bar-area-right-menu {
        padding-left: 0px;
    }

    #top-bar-area-right-menu > li:last-child {
        padding: 0px;
    }
}

@media (min-width: 768px) {
    body h1 {
        font-size: 40px;
    }

    .logo_col {
        max-width: inherit;
    }

    .footer .footer-content {
        padding-bottom: 63px;
    }
}

@media (min-width: 600px) {
    .banner-text h2 {
        font-size: 1.7em;
    }
}

@media (min-width: 1440px) {
    .banner-text h1 {
        font-size: 54px;
    }
}
.no-background{
    background:transparent !important;
}
.card-highlight{
    background: #efeae8;
    border-radius: 1rem;
    padding: 1rem;
}
div.card-highlight p,
div.card-highlight span,
div.card-highlight dl{
    line-height: 1.5rem;
}
.list-group-item {
    color: unset !important;
}

.event-notification{
    background: #1c4c54;
    padding: 1rem;
    border-radius: 1rem;
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle !important;
    margin: 0 0 1rem 0;
}
.event-notification p{
    color: white;
    font-size: larger;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1rem;
}