
body {
    padding-top: 0px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

container {
    width: 95%;
    max-width: none;
}

p {
    font-size: 15px;
}

table th {
    font-size: 14px;
}
table td {
    font-size: 12px;
}

h3 {
    padding-bottom: 20px;
}

.hide {
    opacity: 0;
}

.hide:hover {
    opacity: 1;
}

a {
    color: #2a9edb;
}

a:hover {
    color: #1f7bb5;
}

table.dataTable tbody td.select-checkbox::before, table.dataTable tbody td.select-checkbox::after, table.dataTable tbody th.select-checkbox::before, table.dataTable tbody th.select-checkbox::after {
    position: none !important;
}

.footer {
    background: #5391F4;
    width:100%;
    margin:0;
    padding:0;
}

.sample-link {
    font-size: 10px;
}

.igv-container {
    margin:auto;
}

.dropdown-toggle:before {
    content: " ";
    display: block;
    position: absolute;
    height: 50px;
    top: -30px;
    left: 0;
    right: 0;
}

.navbar-brand {
    padding-bottom: 0px;
}

  .navbar-nav .nav-item .nav-link {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  

@media {
     #custom-bootstrap-menu >a {
        color: rgba(0,0,0,.5) !important;
        
    }
    .custom-bootstrap-menu  .dropdown-item >a {
        color: rgba(0,0,0,.5) !important;
        font-size: .9rem;
    }
    .custom-bootstrap-menu li {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .custom-bootstrap-menu  a:hover {
        color: rgba(0,0,0,.8) !important;
        text-decoration: none;
    }
}

.card-title {
    font-weight: 400 !important;
}

.col-lg-3 {
    padding: 0px
}
.featured_row {
     background-color: rgba(0,0,255,.06) !important;
}
tr:nth-child(odd) {
  background-color: #F8F8F8; /* light grey */
}

tr:nth-child(even) {
  background-color: #fff; /* white */
}

table.dataTable.no-border tbody th,
table.dataTable.no-border tbody td {
  border: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.alert-dismissible .close
{

    padding-top: 0.25rem;

}

.heading-section {
    font-size: 130%;

    text-align: center;       /* Centered text */
    padding: 5px 0;          /* Padding for spacing */
}

.heading-section h2 {
    color: #000;              /* Black text */
    font-weight: bold;        /* Bold text */
    margin: 0;                /* Remove default margin */
    font-size: 1.2em;         /* Larger font size */
}

img[src*="step"] {
    min-width: 400px;
    max-width: 800px;
    width: 100%;
}
.tool-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tool-div a:hover {
    background-color: #eaf3fd; /* Example background color change */
    text-decoration: none;
    box-shadow: 0 0 10px rgba(194, 223, 248, 0.3); /* Example shadow effect */
}


.tool-div a {
  padding: .5em .8em;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}

.tool-div-link {

  font-size: 16px !important;
}

.tool-div a::before,
.tool-div a::after {
  content: '';
  height: 14px;
  width: 14px;
  position: absolute;
  transition: all .35s ease;
  opacity: 0;
}

.tool-div a::before {
  content: '';
  right: 0;
  top: 0;
  border-top: 3px solid #9BDBF5;
  border-right: 3px solid #9BDBF5;
  transform: translate(-100%, 50%);
}

.tool-div a:after {
  content: '';
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #9BDBF5;
  border-left: 3px solid #9BDBF5;
  transform: translate(100%, -50%)
}

.tool-div a:hover:before,
.tool-div a:hover:after{
  transform: translate(0,0);
  opacity: 1;
}

.tool-div-left {
    display: flex;
    justify-content: left;
    align-items: left;
    flex-direction: column;
}

.outer-tool-div {
    width: 175px;
    height: 175px;
    border-radius: 8px;
    background-color: #9BDBF5;
    display: flex;
    justify-content: center;
    align-items: center;
     margin: 5px auto; /* Ensures auto horizontal centering */
    padding: 5px;
}

.outer-tool-div-title a{
    font-size: 130% !important;

}

.inner-tool-div {
    width: 165px;
    height: 165px;
    border-radius: 7px;
    background-color: white;
}

.inner-tool-div img {
    height:155px;
    margin-top:5px;
}

.outer-tool-wide-div {
    width: 200px;
    height: 45px;
    border-radius: 8px;
    background-color: #9BDBF5;
    display: flex;
    justify-content: left;
    align-items: left;
    font-size: 75%;
    padding-right: 5px;
    padding-top: 5px;
    margin-top: 5px;
    padding-left:10px;
    text-align: center;

}

.inner-tool-wide-div {
    width: 90px;
    height: 35px;
    border-radius: 7px;
    background-color: white;

}

.outer-tool-med-div {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background-color: #9BDBF5;
    display: flex;
    justify-content: center;
    align-items: center;
     margin: 5px auto; /* Ensures auto horizontal centering */
    padding: 5px;
}

.inner-tool-med-div {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    background-color: white;
    max-width: 100%; /* Ensure the image does not exceed the container width */
    max-height: 100%; /* Ensure the image does not exceed the container height */
    display: block; /* Remove the default inline display */
}
.inner-tool-med-div img {
    max-width: 100%; /* Ensure the image does not exceed the container width */
    max-height: 100%; /* Ensure the image does not exceed the container height */
}

.tool-arrow-div {
    padding-top: 50px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.arrow {
    width: 360%;
    height: 4px; /* Adjust the thickness of the arrow */
    background-color: #9BDBF5;
    position: relative;
    margin: 5px 0;
    overflow: visible; /* Allow the arrow to overflow */
    right: 150%; /* Move the arrow to the left */
}

.arrow:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -6px; /* Adjust the vertical position of the arrow head */
    border-width: 8px 6px 8px 14px; /* Adjust the size of the arrow head */
    border-style: solid;
    border-color: transparent transparent transparent #9BDBF5;
}

.nav-item.active {

    border-bottom: 2px solid #9BDBF5; /* Add a blue underline */
}

.resizable-image {
    max-width: 100%;
    overflow: auto;
    transition: max-width 0.5s ease;
}

.expanded-resizable-image {
    max-width: none;
     overflow: auto; /* Add scroll bars when necessary */
}

.image-container {
    width: 1000px;
    max-height: 400px;
    overflow: auto;
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px;
}


.image-container-full-width-400 {
    max-width: 100%;
    width: auto;
    max-height: 400px;
    height: auto;
    
    overflow: hidden;
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.image-container-auto-width-600h {
    max-width: 100%;
    width: auto;
    max-height: 600px;
    height: auto;
    overflow: hidden;
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.small-wide-nav-button {
    width: 60px; /* Adjust width as needed */
    height: 30px; /* Adjust height as needed */
    padding: 5px 10px; /* Adjust padding for better appearance */
    font-size: 12px; /* Smaller font size */
    border-radius: 5px; /* Optional: rounded corners */
}
.small-nav-button {
    width: 30px; /* Adjust width as needed */
    height: 30px; /* Adjust height as needed */
    padding: 5px 5px; /* Adjust padding for better appearance */
    font-size: 12px; /* Smaller font size */
    border-radius: 5px; /* Optional: rounded corners */
}

.tall-image-container {
    width: 100%;
    max-height: 670px;
    overflow: auto;
    margin: auto;
    border: 1px solid #ccc;
    padding: 10px;
}
.tall-image-container img {

    max-height: 640px;
}

.custom-trash-icon {
    font-size: 16px; /* Adjust the size as needed */
    color: grey; /* Set the icon color to grey */
}

.btn.delete-job {
    background-color: transparent; /* Set the button background to transparent */
    border: none; /* Remove the button border */
    padding: 0; /* Remove padding */
}

.outlined-text {
    border: 5px solid #9BDBF5;
    border-radius: 7px;
    padding: 10px; /* Optional: Add padding for better spacing */
    max-width: 90%;
    margin: auto; /* Center the div */
    text-align: left; /* Left-align the text within the div */
}

.outlined-text h4 {
    margin-top: 0; /* Remove default top margin */
    margin-bottom: 0; /* Remove default bottom margin */
    padding-top: 0px; /* Add custom top padding */
    padding-bottom: 0px; /* Add custom bottom padding */
}

a.bold-link {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

.team-row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.team-column {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.separator {
    border-top: 1px solid #ccc;
    margin: 5px 0;
}

.form-inline {
    display: flex;
    align-items: baseline;
}

.h4-like {
    font-size: 2.25em;
    margin: 0; /* Remove margin to avoid newline */
    padding-bottom: 20px; /* Same as h3 */
}

.header-menu {
  font-size:1.2em;
  }

.analysis_job_link_row {

    margin-left: 0.5em;
    text-align: center;
    vertical-align: baseline; /* Align with the baseline of the h3-like text */
}

.float-right {
    float: right;

}

.rounded-corners select {
    border-radius: 15px; /* Adjust the radius as needed */
    width: 140px;
    height: 30px;
    text-align: center; /* Center the text horizontally */
    text-align-last: center;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    border: 1px solid #d3d3d3; /* Light grey border */
    box-shadow: none; /* Remove any default shadow */
    outline: none; /* Remove the default outline */
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #d3d3d3; /* Light grey border on focus */
    box-shadow: none; /* Remove any focus shadow */
    outline: none; /* Remove the default focus outline */
}

.text-center {
    text-align: center;
}
.rounded-submit {
    border-radius: 16px; /* Adjust the radius as needed */
}

.link-container {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
}

.form-group .float-right span {
    margin-top: 15px !important; /* Add 5 pixels to the existing 10 pixels and use !important to override Bootstrap styles */
    padding-top: 0 !important; /* Remove padding-top to prevent overlap and use !important to override Bootstrap styles */
}


input[type="file"] {

    border-radius: 15px; /* Rounded corners */
    padding: 5px 10px; /* Padding for better appearance */
    border: none; /* Remove default border */
    cursor: pointer; /* Pointer cursor on hover */
    appearance: none; /* Remove default browser styles */
    -webkit-appearance: none; /* Remove default browser styles for WebKit browsers */
    -moz-appearance: none; /* Remove default browser styles for Mozilla browsers */
}

input[type="file"]::-webkit-file-upload-button {
    background-color: #9BDBF5; /* Bootstrap primary blue */

    border: none; /* Remove default border */
    border-radius: 15px; /* Rounded corners */
    padding: 5px 10px; /* Padding for better appearance */
    cursor: pointer; /* Pointer cursor on hover */
}

input[type="file"]::-moz-file-upload-button {


    border: none; /* Remove default border */
    border-radius: 15px; /* Rounded corners */
    padding: 5px 10px; /* Padding for better appearance */
    cursor: pointer; /* Pointer cursor on hover */
}


/* Style for the file upload button's inner button */
input[type="file"]::file-selector-button {
    background-color: #3abefa; /* Bootstrap primary blue */
    color: #fff; /* White text */
    border: none; /* Remove default border */
    border-radius: 15px; /* Rounded corners */
    padding: 5px 10px; /* Padding for better appearance */
    cursor: pointer; /* Pointer cursor on hover */
}

/* Hover effect for the file upload button and the filename display area */


input[type="file"]::file-selector-button:hover {
    background-color: #2a9edb; /* Darker blue on hover */
}

/* In your CSS file */
.code-block {
    background-color: #f0f0f0;
    color: #333;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    margin:0;
}

.dropdown-url-selector {
    min-width: 200px;
    border-radius: 15px; /* Rounded corners */
    padding: 5px 10px; /* Padding for better appearance */
    border: none; /* Remove default border */
    cursor: pointer; /* Pointer cursor on hover */
    appearance: none; /* Remove default browser styles */
    -webkit-appearance: none; /* Remove default browser styles for WebKit browsers */
    -moz-appearance: none; /* Remove default browser styles for Mozilla browsers */
    background-color: #3abefa; /* Bootstrap primary blue */
    color: #fff; /* White text */
    text-align: center; /* Center the text */
    text-align-last: center; /* Center the selected text */
    margin-bottom: 10px; /* Add margin to push the dropdown list lower */
    box-sizing: border-box;
}

.dropdown-url-selector:hover {
    background-color: #2a9edb; /* Darker blue on hover */
}
.dropdown-url-selector:after {
    background-color: #3abefa; /* Darker blue on hover */
    folor: #FFF;
}


.dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.dropdown-url-selector {
    width: 100%;
    padding-right: 30px; /* Adjust to make space for the icon */
}

.dropdown-icon {
    position: absolute;
    right: 20px;
    top: 60%;
    transform: translateY(-50%);
    color: #FFF; /* Light grey icon color */
    pointer-events: none; /* Prevent the icon from blocking clicks */
}

.row {
    padding-bottom: 15px; /* Add padding between the rows */
}
.col-md-3, .col-md-4 {
    padding: 0 15px; /* Adjust padding as needed */
    margin: 0; /* Remove any additional margins */
}


.download-row {
    font-size: smaller;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.btn-primary {
    background-color: #3abefa; /* Set the background color for the buttons */
    border-color: #3abefa; /* Set the border color for the buttons */
}

.btn-primary:disabled {
    background-color: grey; /* Set the background color to grey */
    border-color: grey; /* Set the border color to grey */
}
.btn-primary:disabled:hover {
    background-color: darkgrey; /* Set the background color to grey */
    border-color: darkgrey; /* Set the border color to grey */
}
.btn-primary:hover {
    background-color: #2a9edb; /* Ensure the hover effect is maintained */
    border-color: #2a9edb; /* Ensure the hover effect is maintained */
}

.btn-primary.rounded-corners {
    background-color: blue;
    border-radius: 15px; /* Adjust the value as needed for the desired roundness */
    color: white;
    padding: 10px 20px;
    border: none;
}

.genepattern-button {
    margin-left: -20px; /* Shift left by 20 pixels */
}

  .placeholder-option {
        font-style: italic;
        font-size: smaller;
    }

  option.placeholder{
       font-style: italic;
       font-size: smaller;
        color: gray;
    }


    img.homepage-image {
        max-height:180px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    img.toolpage-image {
        max-height:200px;
        display: block;
        margin-left: 10px;
        margin-right: auto;
    }

     .col-sequence-name {
        width: 25%;
    }
    .col-sequence {
        width: 75%;
    }

    .form-check-label {
    font-size: smaller;
}

.delete-row-btn-grey {
    background-color: grey; /* Grey background */
    border-color: darkgrey; /* Dark grey border */
    color: white; /* White text */
}

.delete-row-btn-grey:hover {
    background-color: darkgrey; /* Darker grey on hover */
    border-color: grey; /* Grey border on hover */
}


.required-asterisk {
    color: red;
    margin-left: 5px;
    cursor: pointer;
    font-size: larger;
}

.align-right {
    float: right;
}

#floating-menu {
    position: fixed;
    top: 15%;
    right: 5px;
    transform: translateY(-15%);
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 0.8em;
    width: 250px; /* Full width when hovered */
    transition: width 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
}

#floating-menu::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 33%; /* Fade effect over the last 33% */
    height: 100%;
    background: linear-gradient(to left, rgba(248, 249, 250, 1), rgba(248, 249, 250, 0));
    pointer-events: none;
}

#floating-menu:hover {
    width: 290px; /* Full width on hover */
}
#floating-menu:hover::after {
    display: none; /* Remove the fade effect when hovered */
}
#floating-menu:not(:hover) {
    width: 150px; /* Shrink to half width when not hovered */
}

#floating-menu span.floating-menu-title {
    text-decoration: bold;
    background-color: #f8f9fa;
    width: 100%;
}
