/* Use this for project custom CSS */

.page-logo-text { font-weight: 500; }

.table td.status-column, .table th.status-column { width: 125px;text-align: center; }
.table > thead > tr > th { border-bottom: 1px solid #444; }

/* Default Colors */
.widget { border-color: #888; }
.widget .widget-header { background-color: #555; color: #fff; border-bottom-color: #555; }
.widget .widget-header input, .widget .widget-header select { color: #000; }
.widget .widget-header .btn-group > a { color: #fff; }
.widget .widget-header .widget-header-toolbar { border-left-color: #777; }

.input-group-custom .input-group-text { padding: 0.1rem 0.4rem; }

.assignSelectedAccess {
    padding: 2px 10px;
    margin-bottom: 3px;
    float: right;
}

@media screen and (max-width: 768px) {
    .table-responsive td.status-column, .table-responsive th.status-column { width: 100%; }
}

/** MULTI-SELECT CUSTOMIZATIONS **/
.dropdown-menu.dropdown-menu-fixed .dropdown-menu, .dropdown-multilevel .dropdown-menu.dropdown-menu-fixed {
    margin: 0;
    padding: 0;
    border-radius: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    background: $white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 270ms cubic-bezier(0.34, 1.25, 0.3, 1);
    transition-delay: 500ms;
    opacity: 0;
    visibility: hidden;
    display: block;
}

.dropdown-multilevel .dropdown-menu.dropdown-menu-fixed .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.dropdown-menu.dropdown-menu-fixed .dropdown-multilevel {
    position: relative;
}

.hide-dropdown-toggle-carot::after {
    content: none !important;
}

.gen-info-btn-group > .gen-info-dropdown-menu {
    transform: translateX(-40%) !important;
}

.multiselect-container {
    min-width: 250px;
    max-height: 300px;
    overflow-y: scroll;
}
.multiselect-native-select button { min-width: 250px; text-align: left; height: 25px; dborder: none; background-color: #fff; padding: 3px; }
.multiselect-native-select .btn-group { border: 1px solid #ccc; background-color: #fff; border-radius: 4px; }
.multiselect-container select, .multiselect-container input { height: auto; border-radius: 4px; border: 1px solid #ccc; padding: 4px; background-color: #fff; }
.form-inline .multiselect-container  {
    margin-left: 0px;
    margin-right: 5px;
    padding-left:20px;
}

button.multiselect {
    padding: 3px;
    height: 25px;
    font-size: inherit;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.title-quick-link {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.1em;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
}

.view-field-container {
    padding: 3px 0 3px 15px;
}

.view-field-value-bordered {
    border-radius: 4px;
    border: solid 1px #efefef;
}

.mod-skin-dark:not(.mod-skin-light) .view-field-value-bordered {
    border: solid 1px rgba(0, 0, 0, 0.35);
}

.form-group.select2-container .select2-tag, .form-group.select2-selection--single .select2-tag {
    height: 25px;
    padding: 0px;
}

.form-group.select2-container .select2-selection--single {
    height: 25px;
}

.form-group-multiselect-form .multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 10px 10px 10px !important;
}

.input-group-append > .form-control { height: 29px; }

.hide-radio-button::before { content: none !important; }
.hide-radio-button::after { content: none !important; }

.activity-task-list-item { border-bottom: solid 1px; border-top: none; }

.progress-bar { overflow: visible; white-space: nowrap; }
.progress-bar-success { background-color: #06266f; }
.progress-bar-text { padding-left: 5px; color: white; line-height: 15px; font-weight: bold; text-align: left; }

.tooltip-html { position: relative; display: inline-block; }
.tooltip-html:hover .tooltiptext-html { visibility: visible; opacity: 1; }
.tooltip-html .tooltiptext-html { visibility: hidden; width: 500px; background-color: #555; color: #fff; text-align: left; padding: 5px; border-radius: 6px;
                                    position: absolute; z-index: 1; top: 125%; left: 50%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; }

.color-light-gray { color: #ccc; }

.dashboard-task-list-search-hide { display: none; }

.top-right-logo { position: absolute; right: 30px }

.stacked-panel { box-shadow: 0px 0px 0px 0px rgba(62, 44, 90, 0.08), 0px 0px 0px 0px rgba(62, 44, 90, 0.08), 0px 5px 13px 0px rgba(62, 44, 90, 0.08), 0px 5px 13px 0px rgba(62, 44, 90, 0.08) }
.stacked-panel-top { box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08), 0px 0px 0px 0px rgba(62, 44, 90, 0.08), 0px -5px 13px 0px rgba(62, 44, 90, 0.08), 0px 5px 13px 0px rgba(62, 44, 90, 0.08) }

.hide-content-div { overflow: hidden; line-height: 1em; height: auto; max-height: 5em !important; }
.show-content { line-height: 1em; height: auto; max-height: none !important; }

.hide-note-div { overflow: hidden; line-height: 1.2em; height: auto; max-height: 1.2em !important; }
.show-note { line-height: 1.2em; height: auto; max-height: none !important; }

.show-instruction { color: blue; }
.mod-skin-dark:not(.mod-skin-light) .show-instruction { color: lightblue; }
.instructions-border { border: 1px solid blue; border-radius:4px; }
.mod-skin-dark:not(.mod-skin-light) .instructions-border { border: 1px solid lightblue; border-radius:4px; }

.report-list-box label.checkbox { margin-left: 20px !important; }

.auto-expand-note {
    max-height: 60vh;
    width: 100%;
}

textarea.auto-grow {
    resize: vertical !important;
}

.grid-no-header table thead {
    display: none;
}
/*.initial-control{
    ddmin-width:50px !important;
    width: 75px !important;
}
*/
.custom-input-group {
    display: flex;
    flex-wrap: nowrap;
}
.initial-control {
    flex: 1 !important;
    min-width: 50px !important; /* Adjust the width as needed */
}