:root
{
    --bs-table-bgc: hsla(207,42%,38%,1);
}

body
{
    background: var(--bs-light-gray-op-9);
}

table
{
    caption-side: top;
}

/*---------------------------Nav Styles-------------------------------*/
.db-nav
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
    margin: 0.5rem auto 1rem auto;
	width: 85%;
}

.db-navlinks .db-navmenu
{
	margin: 0;
	padding: 0;
	display: flex;
    align-items: center;
}

.db-navlinks .db-navitem
{
	list-style: none;
	padding: .5rem;
}

.db-navlinks .db-navitem .db-navtext
{
	display: inline-block;
	position: relative;
	padding: 0.5rem .5rem;
	padding-bottom: .2rem;
	text-decoration: none;
	font-family: var(--bs-font-stack);
	font-weight: 400;
	font-size: 1rem;
	color: var(--bs-lighter-black);
	opacity: .8;
}

.db-navlinks .db-navitem .db-navtext
{
	transition: all 250ms linear;
}

.db-navmenu .db-navitem .db-navtext:hover
{
	color: var(--bs-light-green);
}

.lg-stl
{
    margin: auto;
}

.lg-stl p
{
    padding: 0;
    font-family: var(--bs-font-stack);
    color: var(--bs-lighter-black);
}

.lg-stl a, .email-link
{
    text-decoration: underline;
    color: var(--bs-lighter-black);
}

.lg-stl a:hover, .email-link:hover
{
    color: var(--bs-light-green);
    transition: 200ms;
}

.reset-done-text
{
    text-align: center;
}

@media (max-width: 45em) /* 720px */
{
    .db-nav
    {
        width: 100%;
    }
}

/*--------------------------------------------------------------------*/

/*---------------------------Form Styles------------------------------*/

.formlayout
{
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    border: 1px solid var(--bs-lighter-black);
    box-shadow: 1px 1px 1px 1px var(--bs-light-green);
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    background: white;
}

.logo
{
    display: flex;
    /* max-width: 15rem;
    margin: 0.625rem auto 0.625rem auto; */
}

.logo-email
{
    margin-top: 0,5rem;
}

.logo-size
{
    width: 20rem;
    margin: 0.625rem auto;
}

.divider
{
    padding: 0;
    margin: 0;
}

.divider hr
{
    border-top: 1px solid hsla(210, 2%, 76%, 1);
}

.form-heading
{
    text-align: center;
    margin: 0 0 1rem 0;
    overflow-wrap: anywhere;
}

.form-heading h3
{
    margin: 0.313rem 0 0.313rem 0;
    color: var(--bs-highlight-text);
    opacity: .7;
    font-size: 1.5rem;
}

.form-container
{
    display: flex;
    align-content: center;
    width: 100%;
    position: relative;
}

.inst
{
    margin-top: 1rem;
}

.inst-steps
{
    padding: 0 0.5rem 0.5rem 0.5rem;
}

.form-container input[type]
{
    padding-left: 2.188rem;
}

.form-container input[type]:focus
{
    border: 1px solid var(--bs-light-green);
    outline: none;
    transition: border 250ms;
}

.form-container i
{
    position: absolute;
    left: 8rem;
    top: 0.250rem;
    padding: 0.563rem 0.2rem 0.563rem 0.5rem;
}

.icon-size
{
    margin: 0 0.313rem 0 auto;
    display: inline;
    width: 1.5rem;
    height: 1.5rem;
}

.icon-size svg
{
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: bottom;
}

.icon-size svg path
{
    fill: var(--bs-lighter-black);
}

.fas
{
    color: var(--bs-lighter-black);
    font-size: 1rem;
}

.user-input
{
    width: 70%;
    height: 2rem;
    padding: 0;
    align-self: center;
    margin: 0.313rem auto 1rem auto;
}

.user-input input
{
    width: 70%;
    height: 2rem;
    padding: 0;
    display: flex;
    margin: auto;
}

.fp-mar
{
    margin-bottom: 0;
}

.fp-link
{
    margin-left: 3.2rem;
    font-size: 12px;
    color: var(--bs-highlight-text);
	text-decoration: none;
	text-decoration-skip-ink: none;
}

.sub-btn
{
    margin: 1rem auto 2rem auto;
    width: 80%;
    height: 2rem;
    font-size: 1rem;
    color: var(--bs-text-dark);
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 1px 0px 1px 0px var(--bs-lighter-black);
    background: var(--bs-button);
    transition: all 150ms linear;
}

.sub-btn:hover
{
    filter: brightness(80%);
    /* box-shadow: 2px 2px 2px 2px var(--bs-light-green);
    text-shadow: -1px -1px 0 var(--bs-lighter-black); */
    transition: all 250ms linear;
}

.chk-style
{
    margin: auto;
    width: 75%;
    text-align: center;
}

.ad-stl
{
    padding-right: 1rem;
}

@media (max-height: 25em) /* 400px */
{
    .login-form
    {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 22.5em) /* 360px */
{
    .formlayout
    {
        width: 90%;
    }

    .user-input input
    {
        width:100%;
    }

    .form-container i
    {
        left: 3rem;
    }
}

@media (max-width: 17.5em) /* 280 px */
{
    .form-container i
    {
        left: 2.5rem;
    }

}

/*---------------------------------------------------------------------*/

/*---------------------------Filter Styles-----------------------------*/

.filter-cr, .filter-sa
{
    margin: 1rem auto 1rem auto;
    width: 85%;
    background: white;
    border-radius: 1rem;
}

.filter-form
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    grid-auto-flow: column;
    row-gap: 1rem;
    column-gap: 0.625rem;
    align-items: center;
    font-family: var(--bs-font-stack);
    margin: 1rem 0 0 1rem;
}

.filter-container
{
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.filter-form input, .filter-form select
{
    width: 80%;
    margin-left: 1.5rem;
}

.drug-name
{
    grid-column: 1 / 2;
}

.first-reported-st
{
    grid-column: 2 / 3;
}

.first-reported-ed
{
    grid-column: 3 / 4;
}

.top-20-pharma
{
    grid-row: 3;
    grid-column: 1 / 2;
}

.drug-syns
{
    grid-row: 2;
    grid-column: 2 / 3;
}

.small-molecule
{
    grid-row: 2;
    grid-column: 3 / 4;
}

.com-ip-st
{
    grid-row: 2;
    grid-column: 1 / 3;
}

.com-ip-ed
{
    grid-row: 3;
    grid-column: 2 / 3;
}

.oncology-ip
{
    grid-row: 3;
    grid-column: 2 / 3;
}

.ceased-expanded
{
    grid-row: 3;
    grid-column: 3 / 4;
}

.max-phase
{
    grid-row: 4;
    grid-column: 1 / 2;
}

.drug-combo
{
    grid-row: 4;
    grid-column: 2 / 3;
}

.us-trial
{
    grid-row: 4;
    grid-column: 3 / 4;
}

.dep-map-hit
{
    grid-row: 5;
    grid-column: 1 / 2;
}

.targets-gene-id
{
    grid-row: 5;
    grid-column: 2 / 3;
}

.search_targets
{
    grid-row: 5;
    grid-column: 3 / 4;
}

.search_targets ul, .max-phase ul
{
    list-style: none;
    padding: 0;
}

.max-phase ul
{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.max-phase ul li:nth-child(1)
{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.max-phase ul li:nth-child(2)
{
    grid-column: 1 / 1;
    grid-row: 2 / 3;
}

.max-phase ul li:nth-child(3)
{
    grid-column: 3 / 1;
    grid-row: 3 / 4;
}

.max-phase ul li:nth-child(4)
{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.max-phase ul li:nth-child(5)
{
    grid-column: 2 / 3;
    grid-row: 2 / 2;
}

.search_targets input, .max-phase input
{
    width: 1rem;
}

.drug-name,
.first-reported-st,
.first-reported-ed,
.top-20-pharma,
.drug-syns,
.small-molecule,
.com-ip-ed,
.oncology-ip,
.ceased-expanded,
.max-phase,
.drug-combo,
.us-trial,
.dep-map-hit,
.drug-order,
.targets-gene-id,
.search_targets
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.com-ip-st
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
   
}

.com-ip-st #id_com_ip_expires_in_st
{
    margin-left: 1.2rem;
}

.max-phase label
{
    width: 110%;
}

.ft-btn
{
    font-family: var(--bs-font-stack);
    font-size: 1rem;
    background: var(--bs-button);
    border: 1px solid var(--bs-lighter-black);
    border-radius: 10px;
    width: 12rem;
    height: 4rem;
    cursor: pointer;
    color: var(--bs-text-dark);
}

.ft-btn:hover
{
    filter: brightness(80%);
    transition: all 250ms linear;
}

#cl-btn, #sh-btn
{
    margin: 0 1rem 1rem 1rem;
}

.sc-btns
{
    margin: 1rem auto;
    grid-row: 6;
    grid-column: span 3;
}

.count-stl
{
    display: flex;
    width: 100%
}

.count-stl p
{
    margin: 0;
    padding: 0;
    width: 13rem;
    margin: 0 auto 0 14.5rem;
}

.count-td
{
    width: 100%;
}

.count-col td .csv-text
{
    text-decoration: none;
    color: var(--bs-lighter-black);
}

.count-col td .csv-text:hover
{
   color: var(--bs-light-green);
   text-decoration: underline;
   transition: 200ms;
}

@media (min-width: 120em) /* 1920px */
{
    .filter-cr
    {
        width: 106rem;
    }

    .filter-sa{
        width: 75rem;
    }

    .table-bg
    {
        width: 106rem;
    }
}

@media (max-width: 85.375em) /* 1366px */
{
    .sc-text
    {
        width: 80%;
    }

    .sc-text p
    {
        margin: auto;
        text-align: center;
    }
}

@media (max-width: 80em) /* 1280px */
{
    .filter-cr
    {
        width: 90%;
    }
}

@media (max-width: 50em) /* 800px */
{
    .db-nav
    {
        width: 100%;
    }

    .filter-cr
    {
        width: 90%;
    }

    .filter-form
    {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(9, auto);
    }

    .first-reported-ed,
    .top-20-pharma
    {
        grid-row: 2;
    }

    .drug-syns,
    .small-molecule
    {
        grid-row: 3;
    }

    .com-ip-st,
    .com-ip-ed
    {
        grid-row: 4;
    }

    .oncology-ip,
    .ceased-expanded
    {
        grid-row: 5;
    }

    .max-phase,
    .drug-combo
    {
        grid-row: 6;
    }

    .us-trial,
    .dep-map-hit
    {
        grid-row: 7;
    }

    .targets-gene-id
    {
        grid-row: 8;
    }

    .search_targets
    {
        grid-row: 9;
    }

    .first-reported-ed,
    .drug-syns,
    .oncology-ip,
    .small-molecule,
    .max-phase,
    .us-trial,
    .targets-gene-id
    {
        grid-column: 1 / 2; 
    }

    .com-ip-st
    {
        grid-column: 1 / 3;
    }

    .search_targets
    {
        grid-column: 1 / 3;
    }

    .top-20-pharma,
    .com-ip-ed,
    .ceased-expanded,
    .drug-combo,
    .dep-map-hit
    {
        grid-column: 2 / 3;
    }

    .sc-btns
    {
        grid-row: 10;
        grid-column: span 2;
    }

}

@media (max-width: 37.5em) /* 600px */
{
    .filter-form
    {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(16, auto);
    }

    .filter-cr
    {
        width: 95%;
    }

    .first-reported-st,
    .first-reported-ed,
    .top-20-pharma,
    .drug-syns,
    .small-molecule,
    .com-ip-st,
    .com-ip-ed,
    .oncology-ip,
    .ceased-expanded,
    .max-phase,
    .drug-combo,
    .us-trial,
    .dep-map-hit,
    .targets-gene-id,
    .search_targets
    {
        grid-column: 1;
    }

    .first-reported-st
    {
        grid-row: 2;
    }

    .first-reported-ed
    {
        grid-row: 3;
    }

    .top-20-pharma
    {
        grid-row: 4;
    }

    .small-molecule
    {
        grid-row: 5;
    }

    .com-ip-st
    {
        grid-row: 6;
    }

    .oncology-ip
    {
        grid-row: 7;
    }

    .ceased-expanded
    {
        grid-row: 8;
    }

    .max-phase
    {
        grid-row: 9;
    }

    .drug-combo
    {
        grid-row: 10;
    }

    .us-trial
    {
        grid-row: 11;
    }

    .dep-map-hit
    {
        grid-row: 12;
    }

    .targets-gene-id
    {
        grid-row: 13;
    }

    .search_targets
    {
        grid-row: 14;
    }

    .sc-btns
    {
        grid-row: 15;
        grid-column: span 1;
        text-align: center;
    }

    .com-ip-st
    {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        row-gap: 1rem;
    }

    #comIpSt
    {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    #id_com_ip_expires_in_st
    {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    #comIpEd
    {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    #id_com_ip_expires_in_ed
    {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        margin-left: 1.2rem;
    }
}
/*---------------------------------------------------------------------*/

/*---------------------------Message Styles----------------------------*/

.error-msg
{
    color: hsla(2, 75%, 53%, 0.92);
    font-size: 0.75rem;
}

#messages, 
#pm-messages, 
#pc-messages, 
#pd-messages
{
    text-align: center;
    margin: 0;
}

.perm-msg
{
    color: hsla(2, 75%, 53%, 0.92);
}

/*---------------------------------------------------------------------*/

/*---------------------------Filter Table Styles-----------------------*/

.table-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.table-bg
{
    width: 85%;
    margin: auto;
    height: inherit;
    background: white;
    border-radius: 1rem;
}

.table-layout
{
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 0 0.625rem 0.625rem 0.625rem;
}

.table-layout th
{
    position: sticky;
    top: 0;
    background: var(--bs-table-bgc);
    background-clip: padding-box;
}

.table-height-auto
{
    height: auto;
}

.table-height
{
    height: 30rem;
}

.count-layout
{
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 0.625rem;
}

.count-layout,td
{
    border-collapse: collapse;
}

.count-layout .count-col, .count-layout td
{
    border: 0;
}

.table-layout,th,td
{
    border: .5px solid black;
    border-collapse: collapse;
    text-align: left;
    white-space: nowrap;
    word-wrap: break-word;
}

.table-layout th:last-child, 
.table-layout td:last-child
{
    border-right: 0px;
}

.table-layout th, .table-layout td
{
    padding: 5px;
}

.sc-text
{
    margin: auto auto 1rem auto;
    font-family: var(--bs-font-stack);
    font-size: 2rem;
    text-align: center;
}

@media (min-width: 120em) /* 1920px */
{
    .table-bg
    {
        width: 106rem;
    }
}

@media (max-width: 84.375em) /* 1350 */
{
    .count-layout,
    .count-layout .count-col,
    .count-layout .count-col td
    {
        display: block;
        white-space: normal;
    }
}

@media (max-width: 80em) /* 1280px */
{
    .table-bg
    {
        width: 90%;
    }
}

@media (max-width: 30em) /* 480px */
{
    .table-bg
    {
        width: 95%;
    }
}

/*---------------------------------------------------------------------*/

/*---------------------------List Table Styles-----------------------*/

.table-bg-list
{
    width: inherit;
    margin: auto;
    height: inherit;
    background: white;
    border-radius: 1rem;
}

.tb-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 74rem;
}

.tb-layout
{
    display: inline-block;
    height: auto;
    overflow: auto;
    margin: 0 0.625rem 0.625rem 0.625rem;
}

.tb-layout th
{
    position: sticky;
    top: 0;
    background: var(--bs-table-bgc);
    background-clip: padding-box;
}

.tb-layout,th,td
{
    border: .5px solid black;
    border-collapse: collapse;
    text-align: left;
    white-space: nowrap;
    word-wrap: break-word;
}

.tb-layout tr td:nth-child(6), .tb-layout tr td:last-child
{
    text-align: center;
}

.tb-layout tr td a
{
    text-decoration: none;
    color: var(--bs-light-green);
}

.tb-layout tr td:nth-child(7) a
{
    color: rgba(245,50,50,1);
}

.tb-layout .tb-w, .tb-layout .tb-w tr, .tb-layout .tb-w tr td
{
    display: inline-block;
    width: inherit;
    text-align: end;
}

.tb-layout .th-w tr th
{
    column-span: 2;
    border: 0;
}

.tb-layout .tb-w tr td
{
    border: 0;
}

.tb-fm-heading
{
    text-align: center;
    margin: 1rem 0 1rem 0;
}

.tb-fm-heading h3
{
    margin: 0.313rem 0 0.313rem 0;
    opacity: .7;
}

.tb-fm-layout
{
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    border: 1px solid var(--bs-lighter-black);
    box-shadow: 1px 1px 1px 1px var(--bs-light-green);
    border-radius: 10px;
    width: inherit;
    background: white;
}

.tb-fm-container
{
    display: grid;
    grid-template-columns: 1fr;
    justify-items: end;
    margin: auto;
    width: 58rem;
}

.cc-btn
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1rem;
    margin: auto;
}

.con-btn, .can-btn
{
    margin: 1rem auto 2rem auto;
    width: 10rem;
    height: 2rem;
    font-size: 1rem;
    color: var(--bs-text-dark);
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 1px 0px 1px 0px var(--bs-lighter-black);
    background-color: var(--bs-button);
}

.con-btn
{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.can-btn
{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 2rem;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.con-btn:hover, .can-btn:hover
{
    filter: brightness(80%);
}

.su-tb-layout
{
    width: 100%;
    margin-bottom: 0;
    border: 0;
}

.tbl-fm-layout
{
    width: 25rem;
    max-width: 40rem;
}

.tb-s-layout, .tb-s-layout tr td
{
    border: 0;
    width:100%;
    text-align: left;
}

.tb-s-layout tr td
{
    border-bottom: 1px solid var(--bs-lighter-black);
}

.tb-s-layout
{
    margin: 0 0.625rem;
}

.dl-s-layout
{
    margin: 0.625rem;
}

.tb-s-layout tr td
{
    padding: 0.3rem;
    color: hsla(210, 21%, 87%, 1);
}

.tb-dl-layout tr td:nth-child(1)
{
    width: 20%;
    color: hsla(180,100%,45%,1);
}

.tb-dl-layout tr td:nth-child(2)
{
    width: 20%;
}

.tb-dl-layout tr td:last-child
{
    width: 45rem;
    text-align: left;
}

.tb-dl-layout tr th, .tb-dl-layout tr td
{
    padding: 0.625rem;
    border: 0;
}

.tb-dl-layout tr th
{
    color: hsla(210, 21%, 87%, 1);
}

.tb-dl-layout tr th:nth-child(1), .tb-dl-layout tr th:nth-child(2)
{
    width: 20%;
}

.tb-dl-layout .lpsyns th:nth-child(1)
{
    width: auto;
}

.tb-dl-layout .lpdruglist th:nth-child(2), .tb-dl-layout .lpsyns th:nth-child(2)
{
    width: 100%;
}

.tb-s-layout tr:nth-child(odd)
{
    background: hsla(211,0%,25%,1);
}

.tb-s-layout tr:nth-child(even)
{
    background: hsla(0,0%,13%,1);
}

.tb-s-layout tr td a
{
    color: hsla(199,66%,61%,1);
    padding-right: .6rem;
}

.tb-s-layout tr td a:hover
{
    filter: brightness(130%);
}

.ad-color
{
    color: hsla(92,61%,36%)
}

.pe-color
{
    color: hsla(46,91%,49%);
}

.tb-layout caption
{
    text-align: left;
    background: var(--bs-table-bgc);
    padding: 0.2rem;
    color: var(--bs-light-gray-op-9);
}

.tab-bg-w
{
    width: 100%;
    max-width: 74rem;
}

.dl-tb-layout
{
    width: 75rem;
}

.fm-u-container
{
    display: grid;
    align-content: center;
    width: 100%;
    padding: 0.3rem;
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(34, auto);
}

.fm-u-container label
{
    margin: 0.313rem 0 0 0;
}

.fm-u-container span
{
    margin-bottom: 1rem;
}

.u-tb-input
{
    width: 100%;
}

.u-tb-input input
{
    width: 100%;
    height: 2rem;
    padding: 0;
    align-self: center;
    margin: 0.313rem 0.3rem 0.313rem 0;
}

.pag-div
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0.625rem 0 0.625rem;
}

.firstp a, .lastp a
{
    text-decoration: none;
    color: var(--bs-light-green);
}

.pgnum
{
    text-align: center;
    margin: 0.313rem
}

.firstp
{
    text-align: left;
    margin: 0.313rem;
}

.lastp
{
    text-align: right;
    margin: 0.313rem;
}

.lpd-table
{
    display: table;
    width: 100%;
}

/*---------------------------------------------------------------------*/

/*---------------------------Samples DB Styles-----------------------*/

.dbdash-btns
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    margin: auto;
    margin-bottom: 1rem;
}

.sa-btn
{
    font-family: var(--bs-font-stack);
    font-size: 1rem;
    background: var(--bs-button);
    border: 1px solid var(--bs-lighter-black);
    border-radius: 10px;
    width: 100%;
    height: 2rem;
    cursor: pointer;
    color: var(--bs-text-dark);
}

.sa-btn:hover
{
    filter: brightness(80%);
    transition: all 250ms linear;
}

.sa-filter-form
{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    row-gap: 1rem;
    column-gap: 0.625rem;
    align-items: center;
    font-family: var(--bs-font-stack);
    margin: 0.5rem 0 0 1rem;
}

.sa-filter-form input
{
    width: 50%;
    margin-left: 1.5rem;
}

.plot-title
{
    grid-column: span 2;
    margin: 1rem auto;
    width: 33rem;
}

.plot-title input
{
    width: 45%;
}

#plotTitle
{
    margin-left: 2rem;
}

.saft-btns
{
    margin: 1rem auto;
    grid-row: 2;
    grid-column: span 2;
}

.saft-btn
{
    font-family: var(--bs-font-stack);
    font-size: 1rem;
    background: var(--bs-button);
    border: 1px solid var(--bs-lighter-black);
    border-radius: 10px;
    width: 12rem;
    height: 2rem;
    cursor: pointer;
    color: var(--bs-text-dark);
}

.saft-btn:hover
{
    filter: brightness(80%);
    transition: all 250ms linear;
}

.tb-dl-layout tr td:nth-child(1)
{
    width: 20%;
    color: hsla(210, 21%, 87%, 1);
}

.modal-center
{
    text-align: center;
    color: var(--bs-highlight-text);
}

.pdf-viewer
{
    width: 935px;
    height: 765px;
}

.modal-title
{
    margin-top: 0.5rem;
}

.modal-content
{
    width: inherit;
}

.modal-body
{
    margin: auto;
}

.modal-close, .modal-cross-btn
{
    background: var(--bs-button);
    font-family: var(--bs-font-stack);
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid;
    color: var(--bs-text-dark);
}

.modal-close:hover, .modal-cross-btn:hover
{
    filter: brightness(80%);
    transition: all 250ms linear;
}

.modal-footer #imgdwnld
{
    color: var(--bs-text-dark);
    padding: 1px 6px;
}

.btn-sm
{
    cursor: pointer;
}

.select-db-header
{
    margin: 0 0 1rem 0 !important;
}

.drc-hover
{
    display:flex;
    align-items: center;
    height: 30vh;
}

.drc-hover a
{
    position: relative;
}

.drc-hover a span, .drc-hover a div span
{
    position: absolute;
    display: none;
    z-index: 99;
    transform: scale(0);
    overflow: hidden;
    border: 10px ridge #fff
}

.drc-hover a:hover span
{
    display: block;
    transform: translate(120%,-55%) scale(1.5);
    border-radius: 10px;
}

.drc-hover a div .moveimg
{
    transform: translate(160%,-55%) scale(1.5) !important;
}

tr:first-child td .drc-hover a:hover .movepdf
{
    transform: translate(120%,-55%) scale(1.5);
}

tr:last-child td .drc-hover a:hover .movepdf
{
    transform: translate(120%,-75%) scale(1.5);
}

#drclayout
{
    width: 80rem;
}

#drcfig
{
    max-width: 80rem;;
}

@media (min-width: 93.75em) and (max-width: 408em) /* 1500px - 7680px*/
{
    tr:last-child td .drc-hover a:hover .movepdf
    {
        transform: translate(120%,-55%) scale(1.5);
    }
}

/*---------------------------------------------------------------------*/
