html, body {
    /* font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-family: Roboto, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #404040;
    border-color: #050505;
    margin-bottom: 1rem;
    margin-top: .5rem;
    height: 4rem;
}

.footer-divider {
    width: 100%;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    height: fit-content;
}

.topnav-name {
    height: 57px;
    padding-top: 20px;
    
    font-size: 16px;
    text-align: left;
    color: #FFFFFF;
    padding-bottom: 2px;
    border-bottom: solid 2px #BBB3C2;
    width: fit-content;
    padding-right: 20px;
}

.footer-divider img {
    width: 100%;
}

.select-50 {
    display: inline-block;
    width: 49%;
}

.height20input input {
    height: 20px;
}

footer {
    background-color: #EBEAEB;
    min-height: 400px;
    color: #5C5751;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
}

#topElement {
    height: 0;
    width: 0;
    margin: 0;
    padding:0;
    display: block;
}

.checkout-table {
    font-size: .8rem;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.users-table {
    font-size: .8rem;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 2rem;
}

.right {
    text-align: right;
}

.modal {
    font-family: Roboto, sans-serif;
    color: #000000;
    
}

.modal-footer .btn-primary{
    height: 38px;
    margin: 4px;
}

.page-overlay {
    position: fixed;      /* stick to the viewport */
    inset: 0;             /* top:0; right:0; bottom:0; left:0 */
    z-index: 9999;        /* above everything */
    background: rgba(0, 0, 0, 0.5); /* dim the page */
    align-items: center;
    justify-content: center;
    font: 600 1.25rem/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #fff;
    text-align: center;
    display: none;
}
.page-overlay.active {
    display: flex;
}

.data-room-info-left {
    background-color: rgba(255, 255, 255, .7);
    border: solid 1px #A0A0A0;
    padding: 0;
    border-radius: 5px;
    min-height: 200px;
    width: 200px;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.data-room-info-left .title {
    display: block;
    background-color: rgba(240, 240, 255, 1);
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
    border-bottom: solid 1px #E0E0E0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    margin: 0;
}

.data-room-info-left .content {
    display: block;
    padding:5px;
    padding-left: 10px;
    text-align: left;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.data-room-info-left .content th {
    padding-right: 10px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none !important;
}

input.flash-input {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 5px;
    border: none;
    border-bottom: solid 2px #000000;
}
.flash-button {
    /*width: 83px;*/
    height: 80px;
    background-color: transparent;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    cursor: pointer !important;
    position: relative;
    font-size: 14px;
    border: none;
    border-radius: 0;
    border-bottom: solid 2px #000000;
    text-transform: uppercase;
}
.flash-button:hover {
    border-bottom: solid 2px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}
.flash-button span {
    width: 100%;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 14px;
}
.flash-button.pink {
    border-bottom: solid 2px #BBB3C2;
    color: #BBB3C2;
}
.flash-button.pink:hover {
    border-bottom: solid 2px #000000;
    background-color: #BBB3C2;
    color: #000000;
}
.align-center {
    text-align: center;
}

.folder-path-link {
    cursor: pointer;
}

.flash-button.pink.disabled {
    background-color: transparent;
    border-bottom: solid 1px #808080;
    color: #808080;
    cursor: default !important;
}
.flash-button.pink.disabled:hover {
    background-color: transparent;
    border-bottom: solid 1px #808080;
    color: #808080;
    cursor: default !important;
}

.flash-button.pink.display-only, .flash-button.pink.display-only:hover, .flash-button.pink.display-only:active {
    background-color: transparent;
    border-bottom: solid 2px #BBB3C2;
    padding-bottom: 1px;
    color: #BBB3C2;
    cursor: default !important;
}
/*
.flash-button.pink.display-only:hover {
    border-bottom: none;
    padding-bottom: 2px;
}

 */

textarea {
    resize: none;
}

textarea.form-control {
    height: 10rem !important;
}

.font-2rem {
    font-size: 2rem;
  }

/*
aside {
    position: fixed;
    z-index: 1000;
    width: 100%;
}
main {
    margin-top: 
}
*/
.animal-register-card {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 1rem;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    margin-top: .5rem;
    border: solid 1px #404040;
    position: relative;
    font-size: 1.5rem;
    color: #5B5752;
    display: flex;
    align-items: stretch;
}

.animal-register-card .action-buttons-container {
    width: fit-content;
    display: inline-flex;
    align-items: stretch;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    margin-left: 1rem;
    /*
    position:absolute;
    top: 0;
    right: 0;
    padding-top: 7px;
    height: 100%;
    width: 135px;
    z-index: 100;
    */
}

.animal-register-card .title {
    width: 60%;
    display: inline-flex;
    overflow: hidden;
}

.animal-register-card .action-button {
    display: inline-flex;
    margin-right: 2rem;
    font-size: 1.5rem;
}

.animal-register-card .action-button.trash {
    color: #B32121;
}

.animal-register-card .action-button.last {
    margin-right: 0;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #4040A0;
}

.form-control.rounded-5, .form-select.rounded-5 {
    padding-top: 1.5rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    border-radius: 8px !important;
}

label.marginleft20 {
    margin-left: 20px;
}

.content {
    padding-top: 1.1rem;
}

h1 {
    font-family: Roboto, sans-serif;
    font-size: 2.5rem;
    color: #5B5752;
}

h2 {
    font-family: Roboto, sans-serif;
    color: #5B5752;
}

h5 {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    color: #5B5752;
}

h1:focus {
    outline: none;
}

.bb-sidebar {
}

.bb-sidebar-top-row {
    background-color: #404040 !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

/*** Data Rooms and Files **/

.dataroom-file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}

.dataroom-file-upload-button, .dataroom-file-action-button {
    
    position: relative;
    font-size: 15px !important;
    background-color: #2761F6 !important;
    font-weight: 200;
    margin: 0;
    cursor: pointer;
    padding-top: 0;
    height: 42px;
    overflow: clip;
    vertical-align: middle;
}

.dataroom-file-upload-button:hover, .dataroom-file-action-button:hover {
    background-color: #738EF3 !important;
}

.dataroom-file-action-button.disabled, .dataroom-file-action-button:disabled,
.dataroom-file-upload-button.disabled, .dataroom-file-upload-button:disabled{
    background-color: #808080 !important;
    color: #FFFFFF !important;
    cursor:not-allowed;
}

.dataroom-file-action-button.up-one-level {
    width: 95px;
}

.dataroom-file-action-bar .dataroom-file-upload-button {
    width: 120px;
}

.dataroom-file-action-button.new-folder {
    width: 110px;
}

.dataroom-file-action-button.manage-access {
    width: 170px;
}

.dataroom-file-action-button.refresh {
    width: 120px;
}

.dataroom-file-upload-button .bi-cloud-upload {
    position: absolute;
    font-size: 20px;
    top: 7px;
    left: 20px;
}

.dataroom-file-action-button .bi {
    position: absolute;
    font-size: 20px;
    top: 7px;
    left: 16px;
}

table.freeze-headers {
    position: relative;
}

table.dataroom-myaccount-full-width {
    width: 100%;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    margin-top: 20px;
}

table.dataroom-myaccount-full-width tr {
    border-bottom: solid 1px #F0F0F0;
}

.dataroom-myaccount-full-width .bi-cloud-download {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.dataroom-myaccount-full-width .center-icon {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

table.dataroom-myaccount-full-width th, table.dataroom-myaccount-full-width td {
    padding: 10px;
}

table.dataroom-myaccount-full-width.files th, table.dataroom-myaccount-full-width.files td {
    padding: 10px;
}

table.dataroom-myaccount-full-width.files th.datetime, table.dataroom-myaccount-full-width.files td.datetime {
    width: 180px;
}

table.dataroom-myaccount-full-width th {
    font-weight: 300;
    border-bottom: solid 1px #000000;
    background-color: #F0F0F0;
}


/* Data Room Sticky Behavior Desktop */

.dataroom-main .white-background-top {
    position: fixed;
    height: 200px;
    z-index: 2;
    width: 100%;
    background-color: #FFFFFF;
}

.dataroom-main h1 {
    position: sticky;
    top: 24px;
    z-index: 100;
}

table.freeze-headers thead {
    position: sticky;
    top: 212px;
    z-index: 100;
}

table.freeze-headers tbody {
    position: relative;
    top: 20px;
}

.dataroom-folder-path {
    position: sticky;
    top: 100px;
}

.dataroom-file-action-bar-container {
    top: 146px;
    position: sticky;
}
/*
table.dataroom-full-width-full-width th {
    position: sticky;
}
*/
/* --------------------------------- */

.dataroom-folder-name {
    display:inline-block;
    max-width: 120px;
    /* set your fixed width */
    white-space: nowrap;        /* prevent text from wrapping to a new line */
    overflow: hidden;           /* hide the overflowed text */
    text-overflow: ellipsis;
    padding-left: 3px;
    padding-top: 3px;
}

.main-scroll-container {
    height: 100vh;
    overflow-y: auto;
}



.main-scroll-container h1 {
    margin-top: 1.5rem;
}

.folder-link .system {
    color: #AF88E0;
}
.folder-link {
    font-size: 15px;
    font-weight: 300;
    min-width: 150px;
    cursor: pointer;
    position: relative;
}
.folder-link .span {
    margin-left: 10px;
}

.dataroom-folder-path {
    padding: 10px;
    padding-left: 1rem;
    border-bottom: solid 2px #C0C0C0;
    background-color: #F0F0F0;
    z-index: 100;
}

.dataroom-file-action-bar-container {
    display: flex;
    /*width: 100%;*/
    min-width: 100%;
    overflow-x:auto;
    overflow-y: hidden;
    z-index: 100;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}



.dataroom-file-action-bar {
    flex: 0 0 auto;
    min-width: 100%;
    padding: 10px;
    padding-top: 0;
    padding-left: 1rem;
    border-bottom: solid 2px #C0C0C0;
    background-color: #FFFFFF;
    z-index: 100;
}

.dataroom-file-action-bar .dataroom-file-action-button, .dataroom-file-action-bar .ldx-button {
    margin-top: 10px !important;
}

.dataroom-main .dataroom-file-upload-button .upload-button-text, .up-one-level-button .upload-button-text {
    position: absolute;
    top: 8px;
    right: 20px;
}

.dropzone {
    border: 2px dashed #AAAAAA;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #FFFFFF;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 22px;
    font-weight: 300;
    vertical-align: middle;
    color: #808080;
    display: none;
}

.dropzone .active {
    display: block;
}

.dropzone-label {
    position:relative;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 25%;
    border: dashed 3px #303030;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

.dropzone-label span {
    margin-top: 25%;
    display: inline-block;
    vertical-align: middle;
}

.dataroom-file-action-bar .ldx-button {
    display: inline-block;
    margin-right: 20px;
}

.dataroom-file-action-bar .dataroom-file-action-button {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    padding-top: 8px;
    margin-top: 0;
    cursor: pointer;
}

.dataroom-main .dataroom-file-upload-button .upload-button-text, .up-one-level-button .upload-button-text {
    position: absolute;
    top: 8px;
    right: 20px;
}

.dataroom-file-action-bar .dataroom-file-action-button .upload-button-text {
    position: absolute;
    top: 8px;
    right: 20px;
}

.dataroom-file-upload-button-logo {
    position: relative;
}

.dataroom-file-action-button-logo {
    position: relative;
}

.dataroom-file-upload-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    z-index: 1000;
    cursor: pointer;
}

.dataroom-file-upload-button .upload-button-text, .dataroom-file-action-button .upload-button-text {
    margin-top: 2px;
}

.dataroom-file-upload-button:hover, .dataroom-file-action-button:hover {
    background-color: #738EF3;
}

.dataroom-main .section-row.tabcontent {
    max-height: none;
    overflow-y: auto;
}

.dataroom-main h1 {
    padding-left: 1rem;
}


.button-submit {
    width: 100px;
    display:block;
    /* border-radius: 0; */
    /*margin-left: 460px;*/
    border:0;
    float:right;
}

table.dataroom-full-width-full-width {
    width: 100%;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
}

.dataroom-full-width-full-width .bi-cloud-download {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

.dataroom-full-width-full-width .center-icon {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}

table.dataroom-full-width th, table.dataroom-full-width td {
    padding: 10px;
}

table.dataroom-full-width.files th, table.dataroom-full-width.files td {
    padding: 10px;
}

table.dataroom-full-width-full-width.files th.datetime, table.dataroom-full-width.files td.datetime {
    width: 180px;
}

table.freeze-headers {
    position: relative;
}

table.dataroom-full-width-full-width thead {
    font-weight: 300;
    border-bottom: solid 1px #000000;
    background-color: #F0F0F0;
}


.input-line.bold-1, .layout-column-50.bold-1 {
    font-weight: 600;
    font-size: 17px;
    margin-top: 27px;
}

.input-line.medium-type-1 {
    font-size: 16px;
}

.dialog-container.edit-fund .input-line select,
.dialog-container.edit-fund .input-line input,
.dialog-container.edit-fund .input-line textarea {
    width: 400px;
}

.edit-fund-name {
    width: 500px;
    height: 400px;
}

.input-line {
    min-height: 40px;
    font-size: .9rem;
    margin-top: 15px;
}

.notopmargin {
    margin-top: 0;
}

.input-line-space-20 {
    min-height: 20px;
    height: 20px;
}

.input-line-space-40 {
    min-height: 40px;
    height: 40px;
}

.input-line.title {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 30px;
    font-size: 16px;
    font-weight: 600;
}

.no-top-margin {
    margin-top: 0 !important;
}

.input-line.title2 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 30px;
}

.register-right .input-line {
    margin-bottom: 25px;
}

.input-line {
    vertical-align: top;
}

.input-line input[type=radio] {
    width: auto !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.input-line.short2 {
    width: 250px;
}

.input-line.short1 {
    width: 282px;
}

.input-line.short1.last {
    margin-left: 10px;
    width: 285px;
}

.input-line.short1 input {
    width: 100%;
}

.input-line.quarter {
    width: 136px;
    margin-left: 10px;
    display: inline-block;
}

.input-line.fifth {
    margin-left: 0;
    width: 155px;
    margin-right: 16px;
    display: inline-block;
}

.input-line.fifth .appendX, .input-line.seventh .appendX {
    right: 10px;
}

.input-line.fifth .appendX.bp, .input-line.seventh .appendX.bp {
    right: 35px;
}

.layout-column-50 .appendX {
    right: 185px;
}

.layout-column-50 .appendX.bp {
    right: 210px;
}

.layout-column-50 .input-line.third-2 .appendX, .layout-column-50 .input-line.third-3 .appendX {
    right: 10px;
}

.layout-column-50 .input-line.third-2 .appendX.bp, .layout-column-50 .input-line.third-3 .appendX.bp {
    right: 35px;
}

.input-line.fifth.right, .input-line.seventh.right {
    margin-right: 0px;
}

.input-line.fifth input{
    width: 145px;
}

.input-line.seventh {
    margin-left: 0;
    margin-right: 10px;
    width: 110px;
    display: inline-block;
}

.input-line.seventh input{
    width: 100px;
}

.input-line.third-2 input, .input-line.quarter input, .input-line.fifth input, .input-line.seventh input{
    width: 100%;
}

.input-line.third-2 {
    width: 274px;
    /*margin-left: 10px;*/
    display: inline-block;
}

.input-line.third-3 {
    width: 180px;
    margin-right: 20px;
    /*margin-left: 10px;*/
    display: inline-block;
    margin-top: 0;
}

.input-line.third-4 {
    width: 433px;
    /*margin-left: 10px;*/
    display: inline-block;
    margin-top: 0;
}

.top0 {
    margin-top: 0 !important;
}

.input-line .medium1 {
    width: 250px;
}

.input-line input[type="date"].medium1::-webkit-calendar-picker-indicator {
    position: relative;
    margin-left: 0;
    margin-right: auto;
    right: 200px;
    opacity: .3
}

.input-line input[type="date"].medium1::-webkit-datetime-edit {
    position: relative;
    left: 15px;
}

.input-line input[type="date"].medium1::-webkit-datetime-edit-fields-wrapper {
    position: relative;
    left: 15px;
}



.input-line .checkbox {
    width: 30px;
    border-radius: 0;
    height: 18px;
    vertical-align: top;
    margin-top:2px;
}

.checkbox-label {
    font-size: 16px;
    max-width: 500px;
}

.input-line p{
    font-size: 16px;
}

.input-line.third {
    width: 195px;
    display: inline-block;
}

.input-line.third.toppad {
    vertical-align: top;
    padding-top: 12px;
}

.input-line.toppad {
    vertical-align: top;
    padding-top: 20px;
}

.input-line.twothirds {
    width: 380px;
    display: inline-block;
}

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

.input-line input[radio] {
    width: auto;
    height: auto;
    border: 0;
}

.input-line select{
    height: 42px;
}

.input-line {
    position: relative;
}

.input-line p.subfield1{
    color: #A0A0A0;
    font-size: .9rem;
}

.input-label {
    width: 20%;
    display: inline-block;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 1rem;
    vertical-align: top;
    text-align: right;
    padding-right: 20px;
    padding-top: 8px;
}



.input-line.bold-1, .layout-column-50.bold-1 {
    font-weight: 600;
    font-size: 17px;
    margin-top: 27px;
}

.input-line.medium-type-1 {
    font-size: 16px;
}

.layout-column-33 {
    width: 32.5%;
    display: inline-block;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 1rem;
    vertical-align: top;
}

.layout-column-50 {
    width: 49.5%;
    position: relative;
    display: inline-block;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 1rem;
    vertical-align: top;
}

.layout-column-100 {
    width: 100%;
    padding-left: 65px;
    padding-right: 60px;
    display: inline-block;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 1rem;
    vertical-align: top;
}

.layout-column-100-nomargin {
    width: 100%;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 1rem;
    vertical-align: top;
}

.layout-column-100 img.full-width {
    width: 100%;
}

.layout-column-100.divider {
    margin-top: 50px;
    margin-bottom: 45px;
}

.layout-column-100.grayblock {
    background-color: #F0F0F0;
    padding-top: 50px;
    padding-bottom: 100px;
}

.layout-column-50.vt-left {
    width: 360px;
}

.layout-column-50.vt-right {
    width: 850px;
}

.layout-column-50 .appendX {
    right: 185px;
}

.layout-column-50 .appendX.bp {
    right: 210px;
}

.layout-column-50 .input-line.third-2 .appendX, .layout-column-50 .input-line.third-3 .appendX {
    right: 10px;
}

.layout-column-50 .input-line.third-2 .appendX.bp, .layout-column-50 .input-line.third-3 .appendX.bp {
    right: 35px;
}

@media screen and (max-width: 600px) {
    table.dataroom-myaccount-full-width {
        margin-top: 0px;
    }
    .mobile-hide {
        display: none;
    }
    .main-scroll-container::-webkit-scrollbar {
        display:none;
    }
    .dataroom-file-action-bar-container::-webkit-scrollbar {
        display: none;                  /* Chrome, Safari */
    }
    .delete-column {
        min-width: 100px;
        text-align: right;
    }
    .delete-column a {
        margin-right: 10px;
    }

    .main-scroll-container.scrolling { scrollbar-width: thin; }

    .main-scroll-container.scrolling::-webkit-scrollbar {
        display: block;
        width: 8px; height: 8px;                            /* for horizontal, if any */
    }
    .main-scroll-container.scrolling::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.35);
        border-radius: 8px;
    }
    .main-scroll-container.scrolling::-webkit-scrollbar-track {
        background: transparent;
    }

    .main-scroll-container {
        max-height: 100vh;
        overflow-y: auto;
        padding-bottom: 40%;
    }

    /* Data Room Sticky Behavior Mobile */

    .dataroom-main .white-background-top {
        display: none;
    }
    
    .dataroom-main h1 {
        position: relative;
        top: auto;
    }

    table.freeze-headers thead {
        position: sticky;
        top: 112px;
    }

    table.freeze-headers tbody {
        top: 0;
    }

    .dataroom-folder-path {
        top: 0;
    }

    .dataroom-file-action-bar-container {
        top: 46px;
        position: sticky;
    }
    
}