/*
 * Copyright (c) 2021 GenomOncology
 * All rights reserved.
 */

.note-editor .note-toolbar{
    z-index: 0!important;
}

.picker--opened .picker__holder{
    background:transparent;
}

.row .col.offset-l4{
    margin-left: 31.333333%;
}

input[type=text][readonly="readonly"]{
    color: white !important;
}

input[type="checkbox"].filled-in:checked+label:after{
    border: 2px solid #11203a !important;
    background-color: #11203a !important;
}

 /*checkbox in combobox */
 ul.select2-results__options[aria-multiselectable=true] li.select2-results__option:not([role=group])[aria-selected=true]:after {
     border: 2px solid #9ccc65;
     background-color: #9ccc65;
 }

.white_text_imp{
    color: white !important;
}

table.table .table-header{
    overflow: visible;
}

table.table .cell {
    white-space: pre-wrap;
}

.enter_marker label {
    left: 0.75rem!important;
}

.picker__date-display{
    background-color: #11203a;
}
.picker__weekday-display{
    background-color: #11203a;
}
.picker__day.picker__day--today{
    color: #11203a;
}
.picker__close, .picker__today{
    color: #11203a;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected{
    background-color: #11203a;
}
textarea.materialize-textarea:disabled{
    color: black !important;
}
input[type=text]:disabled{
    color: black !important;
}

div.add_marker_auto_complete ul.multiValueSuggestBox-list li input {
    border: 0;
    width: 500px;
    background-color: transparent;
    margin: 0;
    border: none !important;
}

.slick-dots li {
    background:#11203a;
}

.slick-dots li.slick-active{
    background:#cfd8dc;
}

.btn-floating:hover{
    background-color:#11203a;
}

.btn-floating {
    background-color:#11203a;
}

table.table tbody tr.expansion td>div{
    padding-left: 20px;
}

.switch label input[type=checkbox]:checked+.lever:after{
    background-color:#11203a;
}

.switch label input[type=checkbox]:checked+.lever{
    background-color: #b0bec5;
}

/*Case order and images in edit presentation view*/
.collection .collection-item.active{
    background-color: #bdbdbd;
}

/* Diagnosis in Cases explorer panel*/
div.white-text div ul.multiValueSuggestBox-list{
    border-bottom:none;
}

.bk-noUi-base{
    margin-top:15px;
}

/* Add therapeutic assertion table */
div.content div div section.selection-none div.table-body table.table tbody tr.data-row {
    border-bottom: none;
}

#go-table tr{
    border-bottom: 2.5px solid #e6e6e6;
}

.bulleted-list ul li{
    list-style-type: disc;
    color: black;
    margin-left: 70px;
}

input[type=range] + .thumb {
    background-color: #11203a;
}

input[type=range]::-moz-range-thumb {
    background: #11203a;
}

input[type=range]::-webkit-slider-thumb {
    background-color: #11203a;
}

input[type=range] + .thumb .value {
    color: #11203a;
}

input[type=range]::-ms-thumb {
    background: #11203a;
}

table.table tbody tr.expansion td>div {
    max-height: none;
}
table.table tbody tr.expansion td div.expanded {
    border-bottom: none;
}

/*Enable bullet point in jodit editors*/
.jodit_wysiwyg ul li{
    list-style-type: disc !important;
    list-style-position: inside;
}

.jodit_wysiwyg ol li{
    list-style-type: decimal !important;
    list-style-position: inside;
}


.case-detail-image {
    border: solid rgb(220,220,220) 1px;
    display: block;
    max-height: 45px;
}

input[type=text]:focus:not([readonly])+label{
    color: #11203a;
}
input[type=text]:focus:not([readonly]){
    border-bottom: 1px solid #11203a;
    box-shadow: 0 1px 0 0 #11203a;
}