﻿
/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.simpleDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

    /**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
    .simpleDemo ul[dnd-list] .dndDraggingSource {
        display: none;
    }

    /**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
    .simpleDemo ul[dnd-list] .dndPlaceholder {
        background-color: #ddd;
        display: block;
        min-height: 42px;
    }

    .simpleDemo ul[dnd-list] li {
        background-color: #fff;
        border: 1px solid #ddd;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
    }

        /**
 * Show selected elements in green
 */
        .simpleDemo ul[dnd-list] li.selected {
            background-color: #dff0d8;
            color: #3c763d;
        }

.checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px !important;
}

.app-modal-window-big .modal-dialog {
    --bs-modal-width: 1400px;
}

.app-modal-window-big-search .modal-dialog {
    max-width: 1800px;
    --bs-modal-width: 100%;
}

.app-modal-window .modal-dialog {
    --bs-modal-width: 1200px;
}

.app-modal-window-medium .modal-dialog {
    --bs-modal-width: 800px;
}

.app-modal-windows-smaller .modal-dialog {
    --bs-modal-width: 800px;
}

.darkHr { border-top: 1px solid #999; }

.hr_search {
    border: none;
    border-bottom: 1px solid black;
    margin-top: 0px;
}

.EntryLabel {
    padding-right: 0 !important;
    font-weight: bold;
}

.EntryField { padding-left: 0 !important; }

.H4oneLine {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    font-weight: bold;
}

.btn-link {
    margin: 0px !important;
    padding: 5px !important;
}

.editable-wrap { width: 100%; }

.form-horizontal .editable-wrap { width: 50%; }

.form-horizontal20 .editable-wrap { width: 20%; }

.form-horizontal .btn {
    /*padding: 9px 12px 7px;*/
    border-width: 0 1px 4px 1px;
    font-size: 12px !important;
    /*background-color:#E3F0F6 !important;*/
    font-weight: bold !important;
    text-transform: uppercase;
}

html {   
    font-size: 14px; /*12px*/
}

body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */

/*input,
select,
textarea {
    max-width: 280px;
}*/

.centered {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
}

/*Bootstrap 3 Overrides*/


/* nav bar  start */

/* nav menu start */
/* NEW 2nd-Level Dropdown CSS START */
/* NEW 2nd-Level Dropdown CSS START */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .caret {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

    .dropdown-submenu.dropleft > .dropdown-menu {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: 0px;
        margin-right: -10px;
    }

    .dropdown-submenu.open > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu .dropdown-menu {
        margin-bottom: 8px;
    }

.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
    background-color: #f6f6f6;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
    background-color: #333;
}

.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
    padding-left: 30px;
}

@media screen and (min-width:992px) {
    .dropdown-submenu .dropdown-menu {
        margin-bottom: 2px;
    }

    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
        padding-left: 25px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #fff;
    }
}
/* NEW 2nd-Level Dropdown CSS END */
/* NEW 2nd-Level Dropdown CSS END */
/* nav menu end */

/* nav bar end */

/*Custom classes*/

/*.wrapper {
    margin-top: 25px;
}*/

#brand-image { height: 45px; }

img#brand-image {
    padding: 0;
    height: 45px;
}

.container.container-xl.body-content { width: 100%; }

.pagination.ng-table-pagination { margin: 0 !important; }

.odd { background-color: #E3F0F6; }

.even { background-color: #fff; }

.oddIn { background-color: #CFCFCF; }

.evenIn { background-color: #E2E2E2; }

tr.textRed td {
    color: rgb(255, 65, 54) !important;
}


#actions {
    width: 100%;
    text-align: center;
}

div.inner {
    display: inline-block;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.highlight.newItem {
    border: 1px solid green;
    background-color: rgba(0, 128, 0, 0.30980392156862746);
}

.highlightTranspBgr {
    padding: 9px 14px;
    margin-bottom: 14px;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.d-block {
    display: block;
}

ul.nav.navbar-nav.navbar-right { margin-right: 10px !important; }

.margin-right-8 {
    margin-right: 8px !important;
}
ul.nav.navbar-nav.navbar-right.margin-right-8 {
    margin-right: 8px !important;
}

/* LOADING OVERLAY */
.ngplus-overlay-background {
    top: 0px;
    left: 0px;
    padding-left: 100px;
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    background-color: white;
    /*-ms-opacity: 0.9;*/
    opacity: 0.0;
}

.ngplus-overlay-content {
    position: absolute;
    /*border: 1px solid #000;*/
    /*background-color: #fff;*/
    font-weight: bold;
    height: 100px;
    width: 300px;
    height: 15em;
    width: 20em;
    z-index: 10000;
    text-align: center;
}

.page-spinner-message {
    text-align: center;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: 800;
    /*-webkit-text-shadow: 2px 2px #000000;*/
    /*text-shadow: 2px 2px #fff;*/
    text-shadow: 2px 2px rgba(255, 255, 255, 1);
    text-transform: uppercase;
    text-decoration: none;
    color: steelblue;
    padding: 0;
    /*-webkit-text-stroke: 1px white;*/
}

.page-spinner-message.page-spinner-message-subtle {
    margin: 30% auto 0 auto;
    font-size: 200%;
}

.overlay-message {
    font-size: 200%;
    position: fixed;
}

/* SPIN DEF */

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -ms-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.editable-wrap .editable-controls > input, .editable-wrap .editable-controls > select, .editable-wrap .editable-controls > textarea { background-color: #f5f5f5; }

.navbar {
    border-width: 0 !important;
    margin-bottom: 5px;
    padding: 0px;
}

.navbar-default .navbar-nav > li > a { color: white !important; }
.navbar-default .navbar-nav > li > span { color: steelblue !important; }

.navbar-nav > li > span {
                padding-top: 5px;                
                padding-right: 10px;
                display: block;
            }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #999 !important; }

a#actions-split-button { color: #999 !important; }

.alert-danger { background-image: none !important; }

.alert-warning { background-image: none !important; }

.alert-success { background-image: none !important; }

.nav-tabs.nav-justified a.active, .nav-tabs.nav-justified a.active:hover, .nav-tabs.nav-justified a.active:focus {
    color: #ffffff;
    background-color: #158cba;
}

.datepicker { z-index: 1151 !important; }

.selected {
    border-radius: 5px;
    color: #ffffff;
    background-color: #158cba;
}


.navbar-default .navbar-fixed-top { background-color: #385284 !important; }


.summary-report {
    width: 40%;
    float: left;
    left: 30%;
    position: absolute;
}

.summary-button { position: relative; }

.summary-title {
    position: relative;
    left: 30%;
}

.greenColor { color: green; }

.verticalResize { resize: vertical; }

.align-right {
    padding-top: 7px;
    text-align: right;
    -webkit-user-select: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.align-center {
    padding-top: 7px;
    text-align: center;
    -webkit-user-select: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.no-padding-right { padding-right: 0px !important; }

.no-padding-left { padding-left: 0px !important; }

/* for the controls of the looping sections */
.mwPopup .col-sm-1 {
    padding-left: 0;
    padding-right: 0;
}

.fix-w.btn {
    width: 36px;
}

table.fixed {
    table-layout: fixed;
    width: 100%;
    border-spacing: 20px;
}

table.fixed td { overflow: hidden; }

/* break words only where allowed (spaces, dashes...) */

/*table.fixed td:nth-of-type(2) {word-break:break-all;}*/

/*table.fixed td:nth-of-type(4) {word-break:break-all;}*/

input[type="file"]#inputFile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: auto;
    border: 0;
}

input[type="file"].inputFile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: auto;
    border: 0;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.myDocsTopInfo {
    height: 30px;
    background-color: #EDEFF7;
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: 12px;
}

.fit-to-page {
    top: 5%;
    bottom: 5%;
    left: 5%;
    right: 5%;
}

button.float-right { float: right; }

button.save-btn { margin-right: 10px; }

h3.dataEntry-form-title {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    font-weight: bold;
}

h4.dataEntry-form-title {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    font-weight: bold;
}

button.search-button { width: 150px; }

#salaryBandTable input {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    height: auto;
}

#salaryBandTable .bottomHeader {
    background-color: steelblue;
    color: white;
}

#salaryBandTable th {
    font-size: 10px;
    text-align: center;
}

#salaryBandTable .bottomHeader th { border-bottom: 2px solid black; }

#salaryBandTable .topHeader th:nth-child(-n + 4),
#salaryBandTable .bottomHeader th:nth-child(2n + 4):not(:last-child),
#salaryBandTable .bottomHeader th:first-child,
#salaryBandTable td:nth-child(2n + 4):nth-child(-n + 10),
#salaryBandTable td:first-child { border-right: 2px solid black; }

#salaryBandTable td { border: 1px dotted black; }

#salaryBandTable td:first-child {
    border-left: 0;
    width: 100px;
}

#salaryBandTable td:last-child { border-right: 0; }

#salaryBandTable tr:last-child td { border-bottom: 0; }

#salaryBandTable .bottomHeader th:nth-child(-2n + 3),
#salaryBandTable .bottomHeader th:nth-child(2n + 4),
#salaryBandTable .topHeader th:first-child { border-left: 0; }

#salaryBandTable .topHeader, th:last-child,
#salaryBandTable .bottomHeader, th:last-child { border-right-style: none; }

.remove-btn {
    margin-top: -5px;
    text-align: right;
}

.fixed tr { margin-right: 0.5em; }

input.ng-invalid,
textarea.ng-invalid,
select.ng-invalid {
    border-color: #ff5722;
    background-color: rgba(255, 0, 0, 0.2) !important;
}

input[type='radio'].ng-invalid,
input[type='checkbox'].ng-invalid { outline: 1px solid #ff5722; }

.datePickDS {
    width: initial;
    position: absolute;
    right: 16px;
    top: 2px;
}

.datacreenMain input[type='radio'],
.datacreenMain input[type='checkbox'] { margin-right: 10px; }

.checkboxCenter input[type='radio'],
.checkboxCenter input[type='checkbox'] {
    transform: scale(1.5);
    margin-right: 0px;
}

.hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.s7notAllowed { cursor: not-allowed; }

.s7disabled {
    opacity: 0.65;
    pointer-events: none;
}

#highlightTable {
    width: 2000px;
    padding-right: 50px;
}

.answeredSubjectTable td { padding-right: 1em; }

.answeredSubjectTable label { font-weight: bold; }

.search-form .form-inline button { width: 130px; }

.search-form input { margin-bottom: 0.5em; }

.search-form select { margin-bottom: 0.5em; }

.search-form button {
    margin-bottom: 0.5em;
    width: 153px;
}

.search-form input.ng-invalid {
    background-color: inherit !important;
    border-color: #e7e7e7;
}

.form-horizontal .control-label { text-align: left; }

.table-hover > tbody > tr:hover { background-color: #dde7e8; }

.orderDistr-requesttype-tbl {
    width: 50%;
    margin-left: 5%;
    font-weight: bold;
}

.resizeTextarea textarea { resize: none }

.rawXmlTextarea textarea {
    width: 100%;
    min-height: 55vh;
}

.rawXmlTextarea textarea[readonly] { background-color: #e7e7e7; }

.full-width-percent { width: 100%; }

input[type=checkbox] {
    /* 1.5-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    margin-left: 4px;
}

input[type=radio] {
    /* 1.5-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    margin-left: 4px;
}

.form-row {
    height: 50px;
    padding-top: 5px;
}

span.readonly-textbox {
    border: 1px solid lightgray;
    height: 35px;
    padding-top: 6px;
    padding-left: 11px;
    margin-left: 15px;
    width: 44.3%;
    background-color: #e7e7e7;
}

.globalSaveContainer {    
    position: fixed;        
    z-index: 100;
    right: 45px;    
}

tr.spacing { height: 31px; }

.formAlign { margin-top: 10px; }



.s1DnBRating .row { margin-bottom: 10px; }

.w-100 { width: 100%; }

.accordion-toggle {
    padding: 5px;
    background-color: #158cba;
    color: white;
    font-weight: bold;
    border-top: 2px solid white;
    cursor: pointer;
}

.accordion-body { overflow-x: auto; }

.accordion-toggle.first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.accordion-toggle.last.collapsed {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.companyupdatecontent .form-group { margin-bottom: 0px; }

.companyupdatecontent .h5 {
    font-weight: bold;
    margin-bottom: 20px;
}

.financialGroup {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.financialGroup .H4oneLine { margin-left: 2px; }

.fullFinstatRow {
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .fullFinstatRow.row {
        margin-right: 0;
        margin-left: 0;
    }

.financialGroup .fullFinstatRow:nth-child(even) {
    background-color: #E3F0F6;
}

.financialGroup .fullFinstatRow:nth-child(odd) { background-color: #fff; }

.modal-body .financialGroup:last-child { border-bottom: 0px; }

.pic-container {
    max-height: 960px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pic-container-pl {
    max-height: 980px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.multiselect {
    height: 38px;
    font-size: 14px;
    background-color: #ffffff;
    background-image: none;
    border-bottom: 0px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 4px solid #eeeeee;
}


/* Call center changes highlighting */

.form-control[disabled].highlightCC, .highlightCC {
    background-color: #f5b76c;
}

    .highlightCC[type="checkbox"] {
        outline: 4px solid #f5b76c;
        outline-offset: -2px;
    }

    .infoboxCC {
        display: none;
    }

    .highlightCC.infoboxCC {
        display: block;
        margin: 10px 0 10px 15px;
        padding: 2px 0 2px 2px;
    }

    
.form-control[disabled].highlightCCNew, .highlightCCNew {
    background-color: #a0daeb;
}

    .highlightCCNew[type="checkbox"] {
        outline: 4px solid #a0daeb;
        outline-offset: -2px;
    }

td.highlightCCNewTable {
    background-color: #a0daeb;
}

/* Deleted items tooltip start */
ccdeleted {
    display: block;
}

.deletetooltip .col-md-12
{
    font-size: 10px;
    background: #FFF; 
    color: #000;
    border: 1px solid #000;
    width: 1200px;
    height: 80%;
}

.deletetooltip .deleteitem {
    margin-bottom: 5px;
    margin-left: 150px;
    border: 1px solid #eee;
}

.deletetooltip div
{
    text-align: left;
}

.deletetooltip .tooltip-inner {
   max-width: 450px;
}

.deletetooltip.tooltip.in{opacity:1!important;}

.deleteditemsholder
{
    color: #ff0000;
}

/* Deleted items tooltip end */

.table-active, .table-active>td, .table-active>th {
    background-color: rgba(0,0,0,.075);
}

.red-background {
    background-color: indianred;
}

.btnnew-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}
.btnnew-check:focus + .btnnew-outline-primary,
.btnnew-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}
.btnnew-outline-success {
    color: #198754;
    border-color: #198754;
}

.btnnew-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btnnew-check:active + .btnnew-outline-primary,
.btnnew-check:checked + .btnnew-outline-primary,
.btnnew-outline-primary.active,
.btnnew-outline-primary.dropdown-toggle.show,
.btnnew-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btnnew-check:active + .btnnew-outline-primary:focus,
.btnnew-check:checked + .btnnew-outline-primary:focus,
.btnnew-outline-primary.active:focus,
.btnnew-outline-primary.dropdown-toggle.show:focus,
.btnnew-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btnnew-outline-primary.disabled,
.btnnew-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

.btnnew {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    /*font-size: 1rem;*/
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*dashboard dev start*/
.messageCollapsed {
    text-overflow: ellipsis;
    max-height: 60px;
    max-width: 700px;
    overflow: hidden;
    white-space: nowrap;    
}
.messageUncollapsed {
    max-height: 500px;
    max-width: 700px;
    overflow: auto;
    white-space: nowrap;    
}

.messageLogHolder {
    position: relative;
}
.expandLink {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 15px;
    color: #158cba;
}
/*dashboard dev end*/

/*errorsBreakdown start + automation test*/
tr.redColor, tr td.redColor {
    background-color: tomato;
    color: white;
}

tr td.orangeColor {
    background-color: orange;
    color: white;
}

tr.greenColor, tr.greenColor td, tr td.greenColor {
    background-color: green;
    color: white;
}
/*errorsBreakdown end*/


/* automation test */
#automationtestholder table td{
    border-color: inherit;
}

tr.lightgreenColor {
    background-color: #c0ffc0;    
}

tr.statusCancel {
    background-color: lightyellow;
}

tr.statusNone {
    background-color: #f1f1f1;
}
/* automation test */

/*bulk upload start*/
table.bulkuploadtablereqresult {
    border: 1px solid gray;
    margin: 10px 0 10px 0;
}

    table.bulkuploadtablereqresult th {
        padding: 5px;
        border: 1px solid gray;
    }

    table.bulkuploadtablereqresult td {
        padding: 8px;
        border: 1px solid gray;
    }
/*bulk upload end*/
.firstingroup td {
    padding-top: 15px;
}


/* search slider start*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 16px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* search slidewr end*/

#investigationNavBar nav {
    border-bottom: 0px !important;
}

#investigationNavBar a.disabled {
    background-color: #F0F0F0;
}

/*global styles */
a {
    text-decoration: none;
}

.table {
    --bs-table-striped-bg: rgb(227,240,246, 1);
    --bs-table-bg: none;    
}

/*thead, tbody, tfoot, tr, td, th {    
    border-style: none;
}*/

tr.text-success td {
    color: inherit;
}

.form-group {
    margin-bottom: 15px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red{
    color: red;
}
