.bootstrap-tagsinput .tag{
    color: white !important;
    background-color: #004d37 !important;
}
.w93p {
    width: 93px;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.call-note-text {
    height: 100px;
    max-height: 170px;
    overflow-y: scroll;
}

.storyline .story-block {
    margin-top: 50px;
}

.call-note-text::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.call-note-text::-webkit-scrollbar-track {
    background: #f0f2f6;
}

/* Handle */
.call-note-text::-webkit-scrollbar-thumb {
    z-index: 10;
    width: 10px;
    background-image: -webkit-linear-gradient(
        45deg,
        #163836 !important 0%,
        #e625ea 100%
        ) !important;
}

/* Handle on hover */
.call-note-text::-webkit-scrollbar-thumb:hover {
    background-image: -webkit-linear-gradient(
        45deg,
        #163836 !important 0%,
        #e625ea 100%
        ) !important;
}

.form-control {
    border: margin-left:8px;
    ;
}

#callNoteEditModal .modal-dialog,
#callNoteCreateModal .modal-dialog {
    max-width: 700px;
}

.call-notes-pagination {
    display: flex;
    justify-content: space-around;
}

.call-notes-pagination .pagination {
    border: margin-left:8px;
    ;
}

/* ////////////////////////////////// */
.setting-datatable-wrapper .dataTables_wrapper.no-footer {
    margin-top: 20px;
}

.setting-datatable-wrapper .dataTables_filter,
.setting-datatable-wrapper .dataTables_filter label {
    width: 100%;
}
.setting-datatable-wrapper .dataTables_filter label input {
    width: calc(100% - 60px);
    border: margin-left:8px;
    ;
    border-radius: 4px;
    height: 30px;
}
.setting-datatable-wrapper table.dataTable thead th,
.setting-datatable-wrapper table.dataTable.no-footer {
    border: none;
}

.setting-datatable-wrapper td.sorting_1 {
    padding: 10px;
    padding-left: 15px;
}

.setting-datatable-wrapper td.sorting_1:hover {
    background: #fafafa;
    color: #163836 !important;
}

.setting-datatable-wrapper td.sorting_1:hover a {
    color: #163836 !important;
}

.setting-datatable-wrapper tbody {
    display: block;
    height: calc(100vh - 280px);
    overflow-y: scroll;
    background: #fff;
}

.setting-datatable-wrapper .dataTables_paginate.paging_simple_numbers {
    /* border: margin-left:8px;; */
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 20px;
    display: none;
}

.setting-datatable-wrapper .paginate_button {
    background: white;
    color: #163836 !important;
}

.setting-datatable-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button {
    background: white !important;
    color: #163836 !important;
    margin: 0px;
}
.setting-datatable-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button:hover,
.setting-datatable-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button.disabled:hover,
.setting-datatable-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button.current {
    background: #163836 !important;
    border-color: #163836 !important;
    color: white !important;
    border-radius: 0px;
    margin: 0px;
}

.setting-datatable-wrapper th {
    background: #163836 !important;
    color: #f0f2f6;
}

/* ///////////////////////////////////////////// */

/* checkbox switch skin */

/* Switch Container */
.switch {
    position: relative;
    display: inline-block;
    height: 24px;
}
/* Hide the checkbox input (only needed for `:checked` property) */
.switch-input {
    display: none;
}
/* Switch */
.switch-label {
    display: block;
    width: 48px;
    height: 24px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Switch Rail & Knob */
    /* Switch Rail */
    /* Switch Knob */
}
.switch-label:before,
.switch-label:after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}
.switch-label:before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    transition: background-color 0.25s ease;
}
.switch-label:after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    transition: left 0.25s ease;
}
/* When input is checked */
.switch-input:checked + .switch-label {
    /* Switch Rail */
    /* Switch Knob */
}
.switch-input:checked + .switch-label:before {
    background-color: #0f3e36 !important;
}
.switch-input:checked + .switch-label:after {
    left: 24px;
}

/* ////////////////////////////////////// checkbox end */

/* ////////////////// Setting data table skin */

.setting-wrapper .dataTables_filter label input,
.dataTables_length label select {
    border: margin-left:8px;
    ;
    height: 35px;
    border-radius: 4px;
}

.dataTables_length label select {
    width: 80px;
}

.setting-wrapper table.dataTable tbody th,
.setting-wrapper table.dataTable tbody td {
    padding: 11px;
}
.setting-wrapper table.dataTable tbody td {
    border-bottom: margin-left:8px;
    ;
}

.setting-wrapper table.dataTable.no-footer {
    border-bottom: none;
}

.setting-wrapper .paginate_button {
    background: white;
    color: #163836 !important;
}

.setting-wrapper .dataTables_paginate.paging_simple_numbers .paginate_button {
    background: white !important;
    color: #163836 !important;
    margin: 0px;
}
.setting-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button:hover,
.setting-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button.disabled:hover,
.setting-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button.current {
    background: #163836 !important;
    border-color: #163836 !important;
    color: white !important;
    border-radius: 0px;
    margin: 0px;
}

.setting-wrapper
.dataTables_paginate.paging_simple_numbers
.paginate_button.disabled {
    background: #fafafc !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    height: 38px;
    background: none;
    border: 1px solid #163836 !important;
}

a:not([href]):not([tabindex]) {
    border: 1px solid #163836 !important;
    border-radius: 4px 0px 0px 4px;
}

.program-selects .chosen-container-single .chosen-single span {
    color: #555 !important;
}

/* /////////////////////////////////////////////////////// table skin */
.t-skin table.dataTable.no-footer {
    border: 1px solid #163836 !important;
}
.t-skin thead {
    background: #163836 !important;
    color: white;
}
.t-skin tr:not(:last-child) td {
    border-bottom: 1px solid #163836 !important;
}
.t-skin table.dataTable tbody td:not(:last-child) {
    border-right: 1px solid #163836 !important;
}

.t-skin .dataTables_filter label input {
    height: 35px;
    border: 1px solid #163836 !important;
    border-radius: 4px;
}

.t-skin .dataTables_paginate.paging_simple_numbers {
    /* border: 1px solid #163836 !important; */
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 20px;
}

.t-skin .paginate_button {
    background: white;
    color: #163836 !important;
}

.t-skin .dataTables_paginate.paging_simple_numbers .paginate_button {
    background: white !important;
    color: #163836 !important;
    margin: 0px;
}
.t-skin .dataTables_paginate.paging_simple_numbers .paginate_button:hover,
.t-skin
.dataTables_paginate.paging_simple_numbers
.paginate_button.disabled:hover,
.t-skin .dataTables_paginate.paging_simple_numbers .paginate_button.current,
.t-skin
.dataTables_paginate.paging_simple_numbers
.paginate_button.current:hover {
    background: #163836 !important;
    border-color: #163836 !important;
    color: white !important;
    border-radius: 0px;
    margin: 0px;
}
.add-case-note-table,
.add-case-note-table .chosen-container.chosen-container-multi {
    width: 100% !important;
}
.add-case-note-table .chosen-container-multi .chosen-choices {
    width: 100%;
}

.add-case-note-table td,
.add-case-note-table th {
    padding: 7px 8px;
    width: 25% !important;
}
/* 
.add-case-note-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #163836 !important;
} */

.progress-evidence-wrapper {
    border: 1px solid #163836 !important;
    height: 100%;
}
.progress-heading {
    background: #163836 !important;
    color: white;
    text-align: center;
    padding: 10px 5px;
}

.progress-content {
    padding: 10px 5px;
}

.recent-case-note .dropdown-menu {
    width: 100%;
}

.small-btn {
    font-size: 0.7rem;
    padding: 8px 8px;
}

.pendingUsersBadge {
    position: absolute;
    top: 5px;
    border-radius: 7px;
    left: 30px;
}

.sidebar.sidebar-left {
    /* position: relative; */
    background-image: url("../img/sidebar-2.png") !important;
}

.ui-datepicker-div,
.ui-widget.ui-widget-content {
    z-index: 99999 !important;
}

.t-skin .dataTables_paginate.paging_simple_numbers .paginate_button:hover, .t-skin .dataTables_paginate.paging_simple_numbers .paginate_button.disabled:hover, .t-skin .dataTables_paginate.paging_simple_numbers .paginate_button.current, .t-skin .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover{
    background: #163836 !important;
}

.disabled_input{
    border-color: transparent;
}

.add_btn_gardient{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 138%; */
    margin-bottom: 5px;
}
.add_btn_gardient label{
    margin-bottom:0px;
}
.add_btn_gardient a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #004d37;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
