/* General */
body * {
    font-family: Arial, Helvetica, sans-serif;
    color: #3B4A52 !important;
}

h1 {
    font-size: 68px;
    line-height: 68px;
}

h2 {
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 42px;
    line-height: 42px;
}

h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

hr {
    border-top: 2px solid #447991;
    opacity: 1;
}

hr.primary {
    border-top: 4px solid #2f9ed2;
}

a, a > strong, a > b {
    text-decoration: none !important;
    color: #7C6345 !important;
}

a:hover {
    text-decoration: underline !important;
}

#page_content a, #page_content a > strong, #page_content a > b {
    text-decoration: underline !important;
}

#page_content a:hover, #nav_holder a:hover {
    text-decoration: none !important;
}

#page_content nav a
, #page_content nav a > strong
, #page_content nav a > b
, #page_content .homepage_content a
, #page_content .homepage_content a > strong
, #page_content .homepage_content a > b {
    text-decoration: none !important;
}

#nav_holder a:hover {
    text-decoration: underline !important;
}

p {
    line-height: 26px;
}

p:last-child {
    margin-bottom: 0px;
}

button, button i {
    color: #fff !important;
}

.btn {
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

.btn-primary {
    background-color: #2f9ed2 !important;
    border: 1px solid #fff;
}

.btn-secondary {
    background-color: #7C6345 !important;
    border: 1px solid #fff;
}

.container {
    background-color: #2f9ed210;
    padding: 26px;
    border-radius: 10px;
}
 
.margin_top_26 {
    margin-top: 26px !important;
}

.margin_bottom_16 {
    margin-bottom: 16px !important;
}

.no_left_margin {
    margin-left: 0px !important;
}

.no_right_margin {
    margin-right: 0px !important;
}

.no_bottom_margin {
    margin-bottom: 0px !important;
}

.no_top_margin {
    margin-top: 0px !important;
}

.margin_bottom_26 {
    margin-bottom: 26px !important;
}

.inline_block {
    display: inline-block;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.text_align_center {
    text-align: center !important;
}

.margin_auto {
    margin: 0px auto !important;
}

.full_width {
    width: 100% !important;
}

.clear_both {
    clear: both !important;
}

.clear_right {
    clear: right !important;
}

.clear_left {
    clear: left !important;
}

.code, .code td {
    font-family: "Courier New", Courier, monospace;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid gray;
    border-right-color: transparent;
    border-radius: 50%;
}

.form-label a {
    text-decoration: none !important;
    font-weight:  600;
}

.blue_1 {
    color: #447991 !important;
}

span.format-sequence {
    font-family: "Courier New", Courier, monospace;
    display: block;
}

span.format-sequence_no_block {
    font-family: "Courier New", Courier, monospace;
}

.image {
    margin: 0px 26px 26px 26px;
    border-radius: 6px;
    overflow: hidden;
}

.SWPGLightBox_caption {
    font-style: italic;
    text-align: center;
    display: block;
    font-size: 10px;
}

#margin_auto_images {
    
}

#margin_auto_images > div {
   
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: inherit !important;
}

/* End General */

/* Header */
.ccr_logo {
    width: 292px;
    height: 52px;
}

.header_banner {
    background-image: url("/library/images/images_dna_tech/dna_7.jpg");
    background-size: cover;
    height: 100%;
    background-position: center 491px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 26px;
    color: inherit;
    background-color: #eee;
    background-attachment: fixed;
} 

.header_banner h1, .header_banner p {
    text-shadow: 1px 1px 10px #ffffff, 1px 1px 10px #ffffff;
} 

#collapsibleNavbar, .navbar-nav {
    float: right;
}

li.nav-item {
    padding: 0px;
} 

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 16px;
}

.navbar-dark a.nav-link, .navbar-dark a.nav-link i {
    color: #fff !important;
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

#header .container-fluid.mb-3 {
    padding: 0px;
}

#header > div > nav {
    background-color: #2f9ed2 !important;
}

#header > div.container-fluid.mb-3 {
    margin-bottom: 0px !important;
}

#nav a {
    font-weight: bold;
}

#nav a:hover, #nav a.active, #nav .navbar-nav > .nav-item > a:hover, #nav .nav-item.dropdown .dropdown-item:hover {
    color: #447991 !important;
    text-decoration: none !important;
}

a.show_nav + ul {
    display: block;
}

a.navbar-brand {
    margin-bottom: 10px;
}

.navbar-brand {
    float: left;
    height: 75px !important;
    padding: 16px 16px;
    font-size: 16px;
    line-height: 20px;
}

.nav_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: inherit !important;
}

/* End Header */

/* Bootstrap Edits */

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: left;
    height: 246px;
    max-width: 466px;
    margin: auto;
    border-top: 0px solid #ffffff;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    border-left: 0px solid #ffffff;
}

.card:hover {
    border-top: 3px solid #2f9ed210;
    border-right: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    border-left: 3px solid #2f9ed210;
    box-shadow: none;
    transition: 0.1s;
}

/* End Bootstrap Edits */

/* Homepage */

.color_overlay {
    background-image: linear-gradient(165deg, #2f9ed224, #31A7DE03 );
    padding-top: 42px;
    padding-bottom: 42px;
}

.homepage .card .card-title {
    text-align: center;
    margin-bottom: 0px;
}

.homepage_tile:hover {
    text-decoration: none !important;
}

i.link {
    color: #7C6345 !important;
}

a:hover i.link {
    color: #447991 !important;
    text-decoration: none !important;
}

/* End Homepage */

/* Software */

.software .container h3 {
    font-weight: bold;
    margin-top: 26px;
    margin-bottom: 6px;
}

/* End Software */

/* Individual software pages */

.data_table td {
    font-family: "Courier New", Courier, monospace;
}

.regional_table td, .regional_table th {
    text-align: center;
}

.structurelab h3 {
    margin-bottom: 10px;
}

/* End Individual software pages */

/* 16s */

.molecularDynamics.image {
    margin-top: 1%;
    background-color: #000;
}

/* End 16s */


/* ribosketch */

.molecularDynamics.image {
    margin-top: 1%;
    background-color: #000;
}

/* End ribosketch */

.w3-top {
    position: inherit !important;
}

.w3-top.nav_margin {
    position: fixed !important;
    top: 0px;
}

.w3-top.nav_margin + .w3-content {
    margin-top: 165px !important;
}

/* RNA2d3d */

.rna2d3d_nav li {
    float: left;
    list-style: none;
}

.rna2d3d_nav li a {
    font-size: 26px;
    display: block;
    padding: 10px 16px;
}

/* End RNA2d3d */

/* mpgaFold */

.video_modal_link {
    float: left;
    width: 30%;
    text-align: center;
    clear: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

/* End mpgaFold */

/* Information */

ul.link_with_image li {
    list-style: none;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: #fff;
}

ul.link_with_image img.swpg_lightbox_thumbnail {
    max-height: 134px !important;
}

ul.link_with_image .image {
    margin-bottom: 0px;
}

.link_with_image_text {
    padding: 16px 10px;
}

.link_with_image_text i {
    font-size: 68px;
}

ul.link_with_image a {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    font-size: 26px;
}

/* End Information */

/* Footer */
#ccr-footer {
    background-color: #2f9ed2;
    margin-top: 68px;
    padding-top: 26px;
    text-align: center;
    font-weight: bold;
}

#ccr-footer ul {
    margin: 2px 0px;
    padding: 0;
}

#ccr-footer ul li {
    float: middle;
    list-style-type: none;
    display: inline-block;
    margin: 1px 10px;
    text-align: center;
}

#ccr-footer a, #ccr-footer p {
    color: #ffffff !important;
    font-weight: normal;
    text-shadow: 0px 0px 1px rgba(0,0,0,1);
}

#ccr-footer a {
    text-decoration: underline !important;
}

#ccr-footer a:hover {
    text-decoration: none !important;
}

/* End Footer */

/* Utility stuff */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End Utility stuff */

/* Media Queries */
@media (max-width: 1200px){
    .card {
        height: 272px;
    }
}

@media (max-width: 991px){
    .card {
        height: 413px;
    }
}

@media (max-width: 768px){
    .card {
        margin-bottom: 26px;
        height: 208px;
    }

    .margin_top_26 {
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
}
/* End Media Queries */
