﻿/*
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    background: lightgray;
}

::-webkit-scrollbar-track-piece {
    background: whitesmoke;
}

::-webkit-scrollbar-thumb {
    background: #3861a1;
}
*/

html {
    scrollbar-width: none;
}

#sidebar {
    scrollbar-width: none;
}

.standard-margin-left {
    margin-left: 8px;
}

.standard-margin-right {
    margin-right: 8px;
}

.standard-margin-top {
    margin-top: 8px;
}

.standard-margin-bottom {
    margin-bottom: 8px;
}

.standard-margin {
    margin: 8px;
}

.brandedbody {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-center {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: auto;
}

.form-panel {
    background-color: #ffffff75;
    padding: 10px;
    border-radius: 10px;
}

.fieldset-panel {
    padding: 10px;
}

.text-panel {
    color: white;
    font-weight: bold;
    font-size: 32px;
    background-color: #2c6c85a6;
    padding: 10px;
    border-radius: 8px;
}

.primary-text-panel {
    color: white;
    font-weight: bold;
}

.form-subpanel {
    background-color: #000000cf;
    padding: 12px;
    border-radius: 10px;
}

.secondary-text-panel {
    color: white;
}

.form-signin {
    background-color: #ffffff75;
    padding: 10px;
    border-radius: 10px;
}

.fieldset-signin {
    padding: 10px;
}

.text-signin {
    color: white;
    font-weight: bold;
    font-size: 32px;
    background-color: #2c6c85a6;
    padding: 10px;
    border-radius: 8px;
}

.footer-signup {
    background-color: white;
    padding: 8px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 16px;
    margin-bottom: -10px;
    border-radius: 0px 0px 10px 10px;
    opacity: .75;
    font-weight: bold;
}

.container-signup {
    width: 100%;
    max-width: 530px;
    padding: 15px;
    margin: auto;
}

.form-signup {
    background-color: #ffffff75;
    padding: 10px;
    border-radius: 10px;
}

.fieldset-padded {
    padding: 10px;
}

.text-signup {
    color: white;
    font-weight: bold;
    font-size: 32px;
    background-color: #2c6c85a6;
    padding: 10px;
    border-radius: 8px;
}

.datapoint {
    width: 150px;
    height: 150px;
    color: white;
    background-color: blue;
    float: left;
    text-align: center;
    margin: 8px;
    padding: 8px;
    cursor: pointer;
}

.datapointtitle {
    font-size: 20px
}

.datapointdata {
    font-size: 38px;
}

.report-tile {
    position: relative;
    width: 220px;
    height: 200px;
    color: white;
    background-color: blue;
    float: left;
    text-align: center;
    margin: 8px;
    padding: 8px;
    cursor: pointer;
}

.report-tile:hover {
    filter: brightness(120%);
}

.report-tile-title {
    font-size: 20px
}

.report-tile-data {
    font-size: 38px;
    position: absolute;
    bottom: 0;
    left: 68px;
}



@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

/*
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
*/

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-primary.focus, .btn-primary:focus {
    color: white;
}

btn-group-sm>.btn, .btn-sm {
    margin: 1px;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
    margin-top: 82px;
    overflow-y: auto;
    height: calc(100vh - 80px);
}

#sidebar ul li ul li a.active {
    background-color: #5068cf;
}

.navheader {
    position: fixed;
    width: 100%;
    z-index: 40;
}

.tooltitle {
    margin-left: 10px;
}

.contentbar {
    margin-top: 80px;
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.container-toolbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    border-bottom: 1px solid #ffffff17;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fbfbfb;
    background: #5068cf;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #content {
        width: 100%;
    }

    #content.active {
        width: calc(100% - 250px);
    }

    #sidebarCollapse span {
        display: none;
    }
}

.col-action {
    width: 80px;
}

.btn-table {
    width: 95%;
    margin-bottom: 4px;
}

.btn-tool {
    width: 70px;
}

.btn-wizard {
    min-width: 100px;
}

.ql-editor strong {
    font-weight: bold;
}

.tabcontent {
    background-color: #e9e9e9;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.jsoneditor {
    border-color: #17a2b8 !important;
}

.jsoneditor-menu {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.material-icon-container {
    width: 100%;
    float: left;
    cursor: pointer;
    margin-bottom: 8px;
    margin-top: 8px;
}

.material-icon {
    text-align: center;
    color: #033f7c;
}

.material-icon:hover {
    color: #1587f9;
}

.material-icon-image {
    font-size: 48px;
}

.material-icon-text {
    color: black;
}

.trumbowyg-editor,
.trumbowyg-textarea {
    resize: vertical !important;
}

.accordion div.card:only-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: calc(0.25rem - 1px);
}

.success-banner {
    background-color: #015804e8;
    padding: 8px;
    color: white;
    font-weight: bold;
    border: solid 1px white;
}

.prompt-banner {
    background-color: #021c66de;
    padding: 8px;
    color: white;
    font-weight: bold;
    border: solid 1px white;
}

.administrator-designation {
    background-color: #00ffb80f;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #7386d508;
}

.synonym-panel {
    margin: 8px;
    display: flex;
}

.synonym-selector {
    float: left;
    margin: 2px;
}

.more {
    font-weight: bold;
    cursor: pointer;
}

.profile-image {
    width: 300px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 300px;
}

.profile-image-small {
    width: 36px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    height: 36px;
}

.checkbox-big {
    width: 20px;
    height: 20px;
}

.editable-attribute {
    padding: 8px;
    cursor: pointer;
    text-align: right;
}

.editable-attribute:hover {
    color: #17a2b8;
}

.readonly-attribute {
    padding: 8px;
    text-align: right;
}

.snapshot {
    float: left;
    margin: 4px;
    margin-right: 8px;
    border: solid 1px lightgray;
    padding: 4px;
    position: relative;
}

.snapshot-image {
    object-fit: cover;
}

.snapshot-delete {
    width: 40px;
    height: 40px;
    background-color: #0e7e76a6;
    display: inline-flex;
    z-index: 1;
    margin-right: 8px;
    margin-top: 8px;
    color: white;
    border: 2px solid #0E7E76;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    padding: 6px;
    padding-left: 7px;
    cursor: pointer;
}

.snapshot-crop {
    width: 40px;
    height: 40px;
    background-color: #0e7e76a6;
    display: inline-flex;
    z-index: 1;
    margin-right: 8px;
    margin-top: 8px;
    color: white;
    border: 2px solid #0E7E76;
    position: absolute;
    top: 48px;
    right: 0;
    font-size: 24px;
    padding: 6px;
    padding-left: 7px;
    cursor: pointer;
}

.sampletitlebar {
    padding: 4px 8px 2px 8px;
    background-color: #0e7e76;
    text-align: center;
    color: white;
    margin-top: 0px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.samplestatus {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

.snapshot-delete-icon {
    margin: 8px;
    margin-top: 2px;
}

.sample-bar-table {
    width: 100%;
}

.sample-bar-left-text {
    text-align: left;
}

.sample-bar-right-text {
    text-align: right;
}

.sample-awaiting-bar {
    padding: 8px;
    background-color: #ffbaba;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

.sample-preliminary-bar {
    padding: 8px;
    background-color: #baecff;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

.sample-unconfirmed-bar {
    padding: 8px;
    background-color: #badbff;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

.sample-confirmed-bar {
    padding: 8px;
    background-color: #bbffba;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

.sample-positive-bar {
    padding: 8px;
    background-color: #bbffba;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

.sample-negative-bar {
    padding: 8px;
    background-color: #ffbaba;
    border-radius: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

.samplesubstance {
}

.validation-summary-errors {
    text-align: left !important;
}

.module-box {
    background-color: white;
    height: 300px;
    padding: 8px;
    border: solid 1px lightgray;
    overflow: auto;
}

.result-header-left {
}

.result-header-right {
    text-align: right;
}

.result-content-left {
}

.result-content-right {
    text-align: right;
}

.action-bar {
    text-align: right;
    padding: 8px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 30 !important;
}

.title-icon {
    margin-top: 5px;
    color: #17a2b8c7;
    cursor: pointer;
}

.title-icon-disabled {
    color: #17a2b85c;
}

.accordion > .card .card-header {
    margin-bottom: -2px !important;
}

.title-item {
    font-size: 17px;
    margin-top: 10px;
    color: #17a2b8c7;
}

.title-item-editable {
    cursor: pointer;
}

.small-borderless-action-button {
    padding: 4px;
    padding-top: 4px;
    padding-bottom: 0px;
    border: none;
}

.small-borderless-action-button-icon {
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.square-tool-button {
    width: 38px;
    height: 38px;
}
