/* Table */

#safetylens-root table td {
    white-space: normal !important;
    word-wrap: break-word !important;
    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

#safetylens-root table th {
    white-space: nowrap !important;
}

/*  Settings
/* ---------------------------------------------------------------------- */

#safetyLensSettingsPanel {
    position: absolute !important;
    right: -300px;
    top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: right 0.2s ease 0s;
    -o-transition: right 0.2s ease 0s;
    -webkit-transition: right 0.2s ease;
    -webkit-transition-delay: 0s;
    transition: right 0.2s ease 0s;
    border-left: 0px solid #c8c7cc !important;
    border-bottom: 0px solid #c8c7cc !important;
    width: 300px;
    z-index: 1050;
}

#safetyLensSettingsPanel.active {
    right: 0;
}

#triggerBtn {
    border-color: rgba(0, 0, 0, 0.07) !important;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: -41px;
    padding: 7px 14px;
    position: absolute;
    top: 0px;
    -webkit-transform: translateZ(0);
}

#refreshBtn{
    border-color: rgba(0, 0, 0, 0.07) !important;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: -41px !important;
    padding: 7px 14px !important;
    position: absolute;
    top: 0px;
    -webkit-transform: translateZ(0);
}



/* D3 SVG Visualizations */


/* TOOLTIP */

.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 8px;
    background: rgba(255, 255, 255, 1);
    color: black;
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 250px;
    z-index: 99999;
}




/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(150, 150, 150, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}




/* Style northward tooltips differently */

.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

.axis line,
.axis path,
.axis path.domain {
    fill: none;
    stroke: black;
    shape-rendering: 'crispEdges';
}

.axis text {
    font-family: sans-serif;
}




/* D3 Lasso */

.lasso .origin {
    fill: #3399FF;
    fill-opacity: .5;
}

.lasso path {
    stroke: rgb(80, 80, 80);
    stroke-width: 2px;
}

.lasso .drawn {
    fill-opacity: .05;
}

.lasso .loop_close {
    fill: none;
    stroke-dasharray: 4, 4;
}

.not_possible {
    fill: rgb(200, 200, 200);
}

.possible {
    fill: #EC888C;
}



/* Left Border for shared table rows */

.app-shared-element {
    border-left: 5px solid cyan;
}




/* Search Results */

#searchResults {
    z-index: 110;
    width: 100%;
    height: 380px;
    padding: 4px;
}

/* For the list elements in the search results */

#searchResults ul li:hover {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
}

.tr-hover {
    background-color: #e0e0e0 !important;
    color: #000000 !important;
}


/* Search Input Results */

.list {
    list-style-type: none;
    list-style-position: initial;
    list-style-image: initial;
    padding-inline-start: 0px;
    font-size: 1.1em;
    word-break: break-all;
}

.list li:hover {
    cursor: pointer;
    background-color: #eee;
}




/* Full screen */

.fullScreen {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: white;
    overflow-y: auto;
}



/* For the Drag-Drop sortable Jquery-UI plugin */

#safetylens-root .ui-widget-content {
    border: 0px !important;
    border-radius: 0.25rem;
}


/*.fusa_links{
    display: none !important;
    opacity: 0 !important;
    stroke-opacity: 0 !important;
    fill-opacity: 0 !important;
    visibility: hidden !important;
}*/

/* Let ui-select select boxes to overflow to new lines */

.ui-select-bootstrap .ui-select-choices-row>span {
    white-space: normal !important;
}

.ui-select-bootstrap .ui-select-match>span.btn {
    white-space: normal !important;
    height: auto !important;
}

.ui-select-bootstrap .ui-select-match-text {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}



/* Hideseek live search matched characters get highlighted by this color. */

mark {
    background-color: #cccccc !important;
}

#gridContainer .panel-body, #Shared-accordion .panel-body{
    padding: 10px !important;
}
