html {
    color: #404041;
    font-size: 90%;
}
h1{
    font-weight: bold;
}

.btn {
    white-space: normal;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    padding-right: 0 !important;
    font-family: "Quicksand";
    font-size: 90%;
    overflow: hidden !important;
}

.show {
    display: inline;
}

.hide {
    display: none;
}

.header {
    background-color: #FFF;
    font-weight: 700;
    font-size: 100%;
    border-bottom: solid 1px #e3e3e3;
}

.header a span, .header a {
    color: #000;
}

.header a:hover{
    text-decoration: none;
}

.logo
{
    font-size: 140%;

}

    .logo a {
        text-decoration: none !important;
    }

.sidebar {
    border-right: solid 1px #E4E9EF;
    border-left: solid 1px #E4E9EF;
    padding-bottom: 100px !important;
    overflow-y: scroll; /* Add vertical scrollbar */
    height: 100vh;
}

.workarea {
    overflow-y: scroll; /* Add vertical scrollbar */
    height: 100vh;
}

#tree { /* Hide horizontal scrollbar */
   
    font-size: 90%;
    z-index: 100;
}

.jstree-themeicon
{
    width: 0px !important;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6,10,69,0.8); /* Black background with opacity */
    z-index: 20000; /* Specify a stack order in case you're using a different order for other elements */
}

.timer {
    color: #FFF;
    font-size: 100%;
    background-color: rgba(6,10,69,0.8);
    text-align: right;
    padding: 5px;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.tree-slider {
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 100;
    background-color: #060A45;
    padding: 2px;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    font-size: 90%;
}

#entityAction{
    font-weight: bold;
}

#map {
    margin: 0px;
    padding: 0px;
    height: 80vh;
    margin-top: 5px;
}

.alert{
    margin: 1px 0px;
}

.jstree-default .jstree-search {
    color: #3F93CA !important;
    font-style: normal !important;
    font-weight: bold;
}

.jstree-default .jstree-clicked {
    background-color: #060A45 !important;
    color: #FFF !important;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
}

#table thead tr th, #modal-jquery-table thead tr th 
{
    position: sticky;
    top: 0;
    background-color: #FFF;
}


#table.table-clickable tbody tr
{
    cursor: pointer;
}


    #table.table-clickable tbody tr:hover {
        background-color: #3F93CA;
        color: #FFF;
    }

.accordion .card{
    margin-top: 2px;
}

.accordion .card .card-header
{
    padding: 2px;
}

.accordion .card .card-body {
    padding: 3px 0px;
}

.accordion .card .card-header h2 button {
    font-weight: bold !important;
    padding: 2px 7px;
}

.form-group {
    margin-bottom: 3px;
}

.form-control{
    font-size: 100%;
}

.form-group{
    margin-bottom: 5px;
    padding-bottom: 5px;

}



.associationTable {
    margin-bottom: 30px !important;
    padding: 5px;
    border: 1px solid #ced4da;
    overflow-y: auto;
}

.association-sidebar {
    border: 1px solid #ced4da;
    padding: 5px !important;
}

    .association-sidebar label, .associationTable label{
        font-weight: bold;
    }

.delete-association-item, .delete-association-value {
    cursor: pointer;
}

.dropdown-toggle {
    border: solid 1px #ced4da;
    
}

.filter-option-inner-inner {
    font-size: 90%;
}

.dropdown-menu {
    font-size: 100%;
}

.dropdown-item {
    padding: 0px 15px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1967D2;
    
}

.col-form-label, .form-check-label {
    font-weight: bold;
}

.padding-left-2{
    padding-left: 2px;
}

.padding-right-2 {
    padding-right: 2px;
}

.row-alt {
    background-color: rgba(0,0,0,.09);
    padding-top: 5px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

h1.quote-title
{
    font-weight: bold;
    font-size: 230%;
    font-style: italic;
}

.quote
{
    font-size: 300%;
}

.thumbs {
    cursor: pointer;
}

.thumbs-up {
    font-size: 200%;
    cursor: pointer;
}
.thumbs-up-selected {
    color: green;
}

.thumbs-down {
    font-size: 200%;
}

.thumbs-down-selected {
    color: red;
}

.thumbs-amount
{
    padding-left: 5px;
    font-size: 140%;
    font-weight: bold;
}

.table-action
{
    cursor: pointer;
    font-size: 140%;
    margin-right: 5px;
}

.table-action-context {
    cursor: pointer;
    font-size: 100%;
    
    margin-right: 0px !important;
}

    .table-action-context i {
        width: 20px !important;
    }

.authentication{
    font-size: 130%;
}

.authentication h1{
    font-size: 160%;
}

.red
{
    color: red;
}

.heart, .reset, .upload, #sound-icon {
    cursor: pointer;
}

#headerButtons
{
    position: relative;
    top: 3px;
}

.fa-folder
{
    margin-right: 1px;
}

.fa-bolt
{
    color: #dfbf2d; 
    margin-right: 1px;
}

.fa-user-secret{
    margin-right: 1px;
}

.fa-heart-nav {
    color: red;
}

.fa-lock {
    color: #080d55;
    margin-right: 1px;
}

.fa-download {
    color: #404041;
    margin-right: 1px;
}

.fa-person-running {
    color:#55aa42;
    margin-right: 1px;
}

.fa-chart-simple {
    color: #EFC433;
}

#popup-alert{
    margin-bottom: 10px;
}

#popup-actionNotes, #modal-areyousurenotes {
    font-size: 80%;
}

.col-alert
{
    padding: 0px;
}

#blobTemplate, #sopTemplate
{
    text-decoration: none;
    color: #000;
}

.amended-field {
    border: solid 3px #dbdc35;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 10px !important;
}

.multiselect-container > li {
    
}
    .multiselect-container > li > a {
        color: #000;
    }

.multiselect {
    border: solid 1px #e3e3e3;
    font-size: 100%;
    background-color: #FFF !important;
}

.multiselect-container {
    font-size: 100% !important;
}

.modal {
    background-color: rgba(6,10,69,0.8);
}

.modal-areyousure, .modal-hygiene-checks {
    background-color: rgba(6,10,69,0.8);
}

.modal {

}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 70vh;
    overflow-y: auto;
    padding-top: 0px !important;
}

.modal-body-short {
    height: 100px;
    overflow-y: auto;
}

#reportContainer {
    height: 90vh;
    width: 100%;
    max-width: 5000px;
}

.tooltip-inner {
    background-color: #FFF;
    color: #000;
    border: solid 1px #e3e3e3;
    max-width: 100%;
    /* If max-width does not work, try using width instead */
    width: 100%;
    text-align: left;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.time { color: red; 
        font-weight: bold;
}

.tornado
{
    font-size: 120%;
    color: #000 !important;
}

.helpText
{
    font-style: italic;
}

.modal-full {
    max-width: 90%;
    margin: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
}

.row-line
{
    border-bottom: solid 1px #e6e6e6;
}

.table-small
{
    font-size: 80%;
}

.table-small tr td
{
    padding: 2px !important;
}

    .table-small tr th
    {
        padding-left: 2px !important;
    }

    .strikethrough {
        text-decoration: line-through;
    }

a {
    color: inherit;
} 

.highlight, .highlight a {
    background-color: #28a745 !important;
    color: #fff !important;
}


.modal-dialog-full-width
{
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.modal-content-full-width {
    height: 100%;
}