@import url('https://fonts.cdnfonts.com/css/century-gothic')

html { height: 100vh; }
body { margin: 0px; font-family: Arial; font-size: 10pt; color: #5B5B5B; height: 100vh; }
table { border: 0px; border-spacing: 0px; border-collapse: collapse; }
a { color: #7D94B5; text-decoration: none; }
a:hover { color: #7D94B5; text-decoration: none; }
a:visited { color: #7D94B5; text-decoration: none; }

/*
Original: #999591
Blueberry: #6B7A8F
Cool Hunter: #7D94B5
*/


.Select-menu-outer {
    display : block !important;
}

.dash-table-container .row {
    display: block;
    margin: 0;
}

.dash-table-container .dropdown {
    position: static;
    width: 100%;
}

/* reduce row height */
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner tr{
    min-height: 20px;
    height: 20px;
    border: 0px;
}
/* reduce header height */
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner tr:first-of-type{
    min-height: 30px;
    height: 30px;
    border: 0px;
}

.offcanvas-body {
    padding: 0px;
}

.popover {
    max-width: 500px;
}

.btn {
    font-weight: bold;
    color: #5B5B5B;
    background-color: #F9F6F2;
    border: 1px solid #E1DBD6;
}

.btn:hover {
    color: #5B5B5B;
    background-color: #E1DBD6;
    border: 1px solid #E1DBD6;
}

.btn:focus {
    color: #5B5B5B;
    background-color: #E1DBD6;
    border: 1px solid #E1DBD6;
}

.btn:disabled {
	background-color: #c4cad3;
	border-color: #c4cad3;
}

.form-control::placeholder {
    color: #aaa;
    font-size: 10pt;
}

.Select {
    margin-bottom: 3px;
}

.Select-multi-value-wrapper {
    height: 29px;
}

.Select-control {
    height: 29px;
}

.Select--single>.Select-control .Select-value, .Select-placeholder {
    line-height: 29px;
}

.h1 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 18pt;
}

.h2 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 16pt;
}

.h3 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 14pt;
}

.h4 {
    font-family: 'Century Gothic', sans-serif;
    font-size: 12pt;
}

.b {
    font-weight: bold;
}

.center {
	text-align: center;
	width: 100%;
}

.nowrap {
    white-space: nowrap;
    overflow-x: hidden;
}

.pad8 {
    padding: 8px;
}

.square {
    border-radius: 0rem;
}

#login-screen {
    height: 100vh;
    width: 100%;
    padding-top: 200px;
    background-color: #F9F6F2;
}

#login-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    min-height: 175px;
    width: 400px;
    border: 1px solid #A1A1A1;
    background-color: #FFFFFF;
}

#login-title {
    width: 100%;
    color: #5B5B5B;
    background-color: #E1DBD6;
    font-family: 'Century Gothic', sans-serif;
    font-size: 24pt;
    text-align: center;
}

#login-form {
    padding: 10px;
}

.login-error {
	padding: 5px;
	margin-bottom: 15px;
	color: #842029;
	background-color: #f5c2c7;
	text-align: center;
}

.login-input {
    width: 100%;
    border: 0px;
    padding: 5px;
    margin-bottom: 5px;
}

.login-input:-webkit-autofill{
    background-color: #F9F6F2;
}

.login-button {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#menu-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 22;
    width: 100%;
    height: 48px;
    color: #FFFFFF;
    background-color: #E1DBD6;
}

.menu-bar-button {
    color: #5B5B5B;
    font-family: 'Century Gothic', sans-serif;
    font-size: 24pt;
    padding: 1px 16px 3px 16px;
    cursor: pointer;
}

.menu-bar-title {
    color: #818181;
    font-family: 'Century Gothic', sans-serif;
    font-size: 18pt;
    padding: 7px 12px 3px 12px;
}

.menu-content {
    width: 100%;
    color: #5B5B5B;
    background-color: #FFFFFF;
}

.menu-header {
    width: 100%;
    color: #5B5B5B;
    background-color: #E1DBD6;
    font-family: 'Century Gothic', sans-serif;
    font-size: 24pt;
    padding: 0px 16px 0px 16px;
}

.menu-profile {
    width: 100%;
    color: #5B5B5B;
    background-color: #F9F6F2;
    padding-bottom: 8px;
}

.menu-icon-col {
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 8px;
    text-align: center;
    font-size: 16pt;
}

.menu-label-col {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 8px;
    font-size: 16pt;
}

.menu-text {
    margin-left: 47px;
}

.menu-group-title {
    margin-top: 16px;
    font-size: 10pt;
    color: #C1C1C1;
}

.menu-group-links {
    font-size: 12pt;
    color: #000000;
}

.left {
    float: left;
}

.right {
    float: right;
}

.pad10 {
    padding: 10px;
}

.tspace50 {
	margin-top: 50px;
}

.bspace10 {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.rjust {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    background-color: #FFDDDD;
}

#window {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-top: 48px;
    /* padding: 60px 18px 4px 18px; */
    font-family: Arial;
}

.frame {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 18px;
}

#table-shelf {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    padding-top: 48px;
    background-color: #FFFFFF;
}

.table-shelf-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 18px;
}

.table-box {
	margin-left: auto;
	margin-right: auto;
}

.table-header {
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
    border-bottom: 1px solid #818181;
    overflow-x: hidden;
    white-space: nowrap;
}

.table-header-item {
	font-weight: bold;
	display: inline-block;
	overflow-x: hidden;
	border-right: 8px solid #FFFFFF;
	vertical-align: bottom;
}

#table-content-frame {
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    overflow-x: hidden;
    white-space: nowrap;
    min-height: 200px;
}

.table-content {
    width: 100%;
}

.table-content-item {
	display: inline-block;
	overflow-x: hidden;
	white-space: nowrap;
	border-right: 16px solid #FFFFFF;
	vertical-align: top;
}

.table-error {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    color: #818181;
    font-size: 12pt;
    text-align: center;
}

.table-column {
    color: #818181;
    font-size: 12pt;
    font-weight: bold;
    cursor: pointer;
}

.link-box {
    width: 100%;
    padding: 10px;
    border: 1px solid #A1A1A1;
    font-size: 11pt;
    background-color: #FFFFFF;
}

.accordion-button {
    border: 0.5px solid #A1A1A1;
    color: #5B5B5B;
    background-color: #F9F6F2;
    padding: 5px 15px 5px 15px;
    font-size: 10pt;
    border-color: #E1DBD6;
}

.accordion-button:not(.collapsed) {
    border: 0.5px solid #E1DBD6;
    color: #5B5B5B;
    font-weight: bold;
    background-color: #E1DBD6;
    font-size: 10pt;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.nav-link {
    color: #818181;
}

.nav-link:hover {
    color: #818181;
}

.dropdown-item {
	font-size: 11pt;
}

.tab-pane {
	margin-top: 20px;
}

.gene-title {
    font-family: 'Century Gothic', sans-serif;
    font-size: 24pt;
    margin-top: -4px;
}

.gene-subtitle {
    font-family: 'Century Gothic', sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: -3px;
}

.gene-tab {
    color: #5B5B5B;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14pt;
    font-weight: bold;
}

.gene-tab-active {
    color: #5B5B5B;
    background-color: #E1DBD6;
    font-family: 'Century Gothic', sans-serif;
    font-size: 14pt;
    font-weight: bold;
}

.table {
    border-color: #A1A1A1;
}

.shelf {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    padding-top: 48px;
    background-color: #FFFFFF;
}

.spinner-lower {
	position: absolute;
	top: 20px;
}

.show_button {
	display: inline;
	margin-right: 8px;
}

.hide_button {
	display: none;
}

.lsp {
	margin-left: 10px;
}

.rsp {
	margin-right: 10px;
}