﻿:root {
    --module-header-color: #3E516C;
    --bgw-color: #3498db;
    --section-nteq-radius: 10px;
    --card-shadow: rgba(99, 99, 99, 0.2) 0px 0px 0px 0px;
}

a, a:link {
    text-decoration: none;
}

/* Start Form Input Loader */
.nteq-form-field-loader {
    position: absolute;
    right: 22.5px;
    top: 5px;
    display: none;
}

    .nteq-form-field-loader > i {
        color: #337ab7;
    }
/* End Form Input Loader */

/* Used in Tree controls */
.tree-first-level {
    background-color: #F8FAFC;
}

.tree-mid-level {
    background-color: #F1F5F9;
}

.tree-last-level {
    background-color: #fff;
}

/* Start - This css is used for the table created by CK Editor (Html Editor) */
figure.table > table {
    width: 100%;
}

    figure.table > table td {
        border: 1px solid #ddd;
        padding: 5px 7px;
        border-collapse: collapse;
    }
/* END */

/* Start checkbox-modal-footer */

.checkbox-modal-footer-bgw {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 6px 13px;
    border-radius: 5px;
    gap: 7px;
    font-weight: 400;
    vertical-align: bottom;
    margin-right: 8px;
    border: 1px Solid #ccc;
}

    .checkbox-modal-footer-bgw input {
        margin: 0;
        cursor: pointer;
    }

    .checkbox-modal-footer-bgw label {
        margin: 0;
        font-weight: normal;
        cursor: pointer;
    }

/* End checkbox-modal-footer */


/* Start - Classes for creating the UI of history card */

.div-card-history-bgw {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card-history-bgw {
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}

.card-history-header-bgw {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.card-history-header-image-bgw {
    width: 40px;
    height: 40px;
    margin-right: 10px !important;
}

.card-history-header-text-bgw > .card-history-header-text-name-bgw {
    color: #333;
    font-weight: bold;
}

    .card-history-header-text-bgw > .card-history-header-text-name-bgw > span {
        font-weight: normal;
    }

.card-history-header-text-bgw > .card-history-header-text-time-bgw {
}

.card-history-body-bgw {
    margin: 0 -15px 0 -15px;
}

    .card-history-body-bgw table thead tr th {
        background: #F0F9FF !important;
        color: #0369A1 !important;
        border-top: 1px solid #ddd !important;
    }

    .card-history-body-bgw table tbody tr td:first-child {
        font-weight: bold;
    }

/* End - Classes for creating the UI of history card */


.bgw-color, .color-bgw {
    color: var(--bgw-color) !important;
}

/* To remove the info table border in small screen */
@media screen and (max-width: 767px) {
    .table-responsive {
        border: none;
    }
}

/*Disabled anchor tag*/
.disabled-bgw {
    opacity: 0.6;
    cursor: not-allowed !important;
}


/* #region Modal close button override */
.close {
    color: #f0000050;
    opacity: unset;
    font-size: 25px;
}

    .close:hover {
        color: #f00000;
        font-size: 27px;
    }
/* #endregion Modal close button override */

/* #region card */
.card-bgw {
    padding: 15px;
    box-shadow: 3px 3px 9px 1px #00000030;
    margin-bottom: 15px;
    border-radius: 3px;
}

/* #endregion card */


/* #region module-header */
.section-module-header-bgw {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.section-module-header-left-bgw {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-align: left;
    margin-right: auto;
    word-break: break-all;
    word-break: break-word;
}

.section-module-header-icon-bgw {
    font-size: 12px !important;
}

.section-module-header-heading-bgw {
    font-size: 24px !important;
    color: var(--module-header-color) !important;
    margin-left: 3px;
}

.section-module-header-right-bgw {
    flex-flow: column wrap;
    text-align: right;
    margin-left: auto;
}

/* #endregion */

/* If section is the last section on the page then you have to apply "mb-0" class with "section-bgw" class. */
.mb-0 {
    margin-bottom: 0 !important;
}

/* #region Section */
.section-bgw {
    margin-bottom: 15px;
}

    .section-bgw > .section-header-bgw {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        border-radius: 5px;
        background: #ECEFF180;
        margin-bottom: 10px;
        padding: 5px;
        border-bottom: 2px solid #90A4AE80;
        border-right: 2px solid #90A4AE80;
        width: 100% !important;
    }

        .section-bgw > .section-header-bgw > .section-heading-bgw {
            flex-flow: column wrap;
            text-align: left;
            margin-right: auto;
            font-weight: 600;
            font-size: 15px;
            color: #263238;
            word-break: break-word;
            word-break: break-all;
        }

        .section-bgw > .section-header-bgw > .section-button-bgw {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: end;
            text-align: right;
            margin-left: auto;
            font-size: 14px;
            color: #0D47A1;
        }

.section-heading-bgw i:first-child {
    color: #E3F2FD !important;
}

.section-heading-bgw i:nth-child(2) {
    color: #2196F3 !important;
}

.section-bgw > .section-body-bgw {
    background-color: transparent;
}
/* #endregion */

table thead tr th {
    vertical-align: middle !important;
}

/* #region table */

.table {
    width: 100% !important;
}

.dataTables_wrapper .dataTables_processing {
    width: 0 !important;
    height: 0 !important;
    background: none !important;
    border: none !important;
}

table.dataTable thead tr, table.table thead tr {
    background: #3498db !important;
    color: #fff !important;
}

#dropdown-filter {
    background: #FAFAFA !important;
    color: #000 !important;
    /*white-space: nowrap !important;*/
}

table.table-bordered.dataTable th, table.table-bordered th {
    border-bottom: 1px solid #ddd;
    white-space: nowrap !important;
}

table.table-bordered {
    border-top: none;
}

    table.table-bordered.dataTable td {
        height: 0 !important;
        vertical-align: middle !important;
    }

    table.table-bordered td {
        height: 0 !important;
        vertical-align: middle !important;
    }

.section-bgw .table, table.dataTable,
.section-nteq .table, table.dataTable {
    margin: 0 !important;
}

.dataTables_filter {
    margin-bottom: 6px !important;
}

.dataTables_paginate.paging_simple_numbers, .dataTables_paginate, .paging_simple_numbers {
    margin-top: 6px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0 !important;
    height: 25px;
}

div.dataTables_wrapper div.dataTables_paginate .pagination > li > a,
div.dataTables_wrapper div.dataTables_paginate .pagination > li > span {
    border: none !important;
}

div.dataTables_wrapper div.dataTables_paginate .pagination > li {
    cursor: pointer;
}

.table-hover > tbody > tr:hover {
    background-color: #f8f9fa !important;
}

.pagination {
    margin: 0;
}

    .pagination > li > span, .pagination > li > a {
        cursor: pointer;
    }

/* #endregion table */


/* #region Start General */
.disabled-bgw {
    cursor: not-allowed;
    opacity: 0.6;
}

    .disabled-bgw > a {
        pointer-events: none;
    }

.text-align-center-bgw,
.text-align-center-nteq {
    text-align: center !important;
    vertical-align: middle !important;
}

.active-arrow-bgw {
    vertical-align: middle;
}

    .active-arrow-bgw > i {
        font-size: 19px !important;
    }

/* Start Equal spacing*/
.row-bgw,
.row-nteq {
    margin: 0 -7.5px 0 -7.5px;
}

.col-bgw,
.col-nteq {
    padding: 0 7.5px 15px 7.5px;
}
/* End Equal spacing*/

.row-table {
    min-height: 75px; /* override it from angle.css */
}

.panel, .widget {
    margin-bottom: 0; /* override it from angle.css */
}

.no-data-img-bgw, .select-option-img-bgw {
    text-align: center;
    padding-top: 15px;
}

    .no-data-img-bgw > img, .select-option-img-bgw > img {
        height: auto;
    }

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .no-data-img-bgw > img {
        max-width: 40%;
    }

    .select-option-img-bgw > img {
        max-width: 80%;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .no-data-img-bgw > img {
        max-width: 40%;
    }

    .select-option-img-bgw > img {
        max-width: 75%;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .no-data-img-bgw > img {
        max-width: 35%;
    }

    .select-option-img-bgw > img {
        max-width: 65%;
    }
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .no-data-img-bgw > img {
        max-width: 35%;
    }

    .select-option-img-bgw > img {
        max-width: 55%;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
    .no-data-img-bgw > img {
        max-width: 35%;
    }

    .select-option-img-bgw > img {
        max-width: 45%;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .no-data-img-bgw > img {
        max-width: 35%;
    }

    .select-option-img-bgw > img {
        max-width: 40%;
    }
}

/* These left and right are used for left and right section on the page */
.left-bgw {
    border-right: 2px solid #3498db;
    margin-right: -2px;
    padding-right: 5px;
    position: sticky;
    top: 10px;
    height: auto;
    min-height: 97vh;
    max-height: 97vh;
}

    .left-bgw .list-group {
        margin-bottom: 0;
        min-height: 97vh;
        max-height: 97vh;
        overflow: auto;
    }

        .left-bgw .list-group .list-group-item {
            border: none;
            padding: 10px;
            border-bottom: 1px solid #eee;
            margin-top: 1px;
        }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #f8f9fa !important;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #337ab7 !important;
}

.left-bgw .list-group .list-group-item .media-body,
.left-bgw .list-group .list-group-item .media-left,
.left-bgw .list-group .list-group-item .media-right {
    vertical-align: middle;
}

.right-bgw {
    border-left: 2px solid #3498db;
    padding-left: 15px;
    padding-right: 13px;
    height: auto;
    min-height: 62vh;
}


.chop-auto-bgw,
.chop-auto-nteq {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.tab-v1 .tab-content {
    padding: 10px 0 0 0;
}


/* Checkbox style in forms */
.form-checkbox-bgw {
    margin-top: 3.5px !important;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

    .form-checkbox-bgw:focus {
        box-shadow: none;
    }

.info-checkbox-bgw {
    pointer-events: none;
}

    .info-checkbox-bgw:checked {
        accent-color: #16A34A;
    }

a.link-bgw {
    text-decoration: none;
}

.upload-file-bgw {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 4px 4px 8px 2px lightgray;
}

div.dataTables_scrollHead table.dataTable {
    margin-top: 0 !important;
}

.dataTables_scrollBody {
    border-bottom: 1px solid #ddd;
}

.box-shadow-bgw {
    box-shadow: 2px 2px 6px 2px rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 15px;
}

/* #region Strat for - Equal height columns in row just give "col-equal-height-bgw" class at row level. */
.col-equal-height-bgw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .col-equal-height-bgw > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

        .col-equal-height-bgw > [class*='col-'] > div {
            height: 100% !important;
        }

@media (max-width: 768px) {
    .col-equal-height-bgw > [class*='col-sm-'] {
        width: 100% !important;
    }
}
/* #endregion */

.padding-0, .p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pxb-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-15, .p-15 {
    padding: 15px !important;
}

.margin-15, .m-15 {
    margin: 15px !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.padding-bottom-0, .pb-0 {
    padding-bottom: 0 !important;
}

.padding-top-0, .pt-0 {
    padding-top: 0 !important;
}

.padding-right-0, .pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.padding-left-0, .pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.padding-top-2, .pt-2 {
    padding-top: 2px;
}

.margin-right-10, .mr-10 {
    margin-right: 10px !important;
}

.margin-right-15, .mr-15 {
    margin-right: 15px !important;
}

.margin-left-10, .ml-10 {
    margin-left: 10px !important;
}

.margin-left-15, .ml-15 {
    margin-left: 15px !important;
}

.margin-top-10, .mt-10 {
    margin-top: 10px;
}

.margin-top-15, .mt-15 {
    margin-top: 15px;
}

.mt-n5 {
    margin-top: -5px !important;
}

.margin-bottom-n15, .mb-n15 {
    margin-bottom: -15px !important;
}

.margin-bottom-n5, .mb-n5 {
    margin-bottom: -5px !important;
}

.margin-top-25, .mt-25 {
    margin-top: 25px;
}

.margin-bottom-15, .mb-15 {
    margin-bottom: 15px;
}

.margin-botttom-10, .mb-10 {
    margin-bottom: 10px;
}

/* This class is used for show all the content into a single line. */
.nowrap-bgw {
    white-space: nowrap;
}


/* This class is used to align items horizontally center. */
.align-h-center-bgw {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* This Class is used for chnage the cursor style as pointer. */
.cursor-pointer-bgw {
    cursor: pointer !important;
}

/* #endregion End General */

/* Start List Group */
.list-group > .list-group-item-action:hover {
    background-color: #f8f9fa !important;
}
/* End List Group */


/* Toggle switch - 1 Start */

.radio-button-nteq-1 {
    width: 160px;
    height: 34px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

    .radio-button-nteq-1 .knobs,
    .radio-button-nteq-1 .layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .radio-button-nteq-1 .knobs {
        z-index: 2;
    }

    .radio-button-nteq-1 .layer {
        width: inherit;
        background-color: #ebf7fc;
        transition: 0.3s ease all;
        border-radius: 2px;
        z-index: 1;
    }

    .radio-button-nteq-1 .checkbox {
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 3;
    }

    .radio-button-nteq-1 .knobs:before,
    .radio-button-nteq-1 .knobs:after,
    .radio-button-nteq-1 .knobs span {
        position: absolute;
        top: 5px;
        width: 75px;
        height: 24.5px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        padding: 6px 4px;
        border-radius: 2px;
        transition: 0.3s ease all;
    }

    .radio-button-nteq-1 .knobs:before {
        content: "";
        left: 4px;
        background-color: #03a9f4;
    }

    .radio-button-nteq-1 .knobs:after {
        content: "Collapse All";
        right: 4px;
        color: #4e4e4e;
    }

    .radio-button-nteq-1 .knobs span {
        display: inline-block;
        left: 4px;
        color: #fff;
        z-index: 1;
    }

    .radio-button-nteq-1 .checkbox:checked + .knobs span {
        color: #4e4e4e;
    }

    .radio-button-nteq-1 .checkbox:checked + .knobs:before {
        left: 81px;
        background-color: #3498db;
    }

    .radio-button-nteq-1 .checkbox:checked + .knobs:after {
        color: #fff;
    }

    .radio-button-nteq-1 .checkbox:checked ~ .layer {
        background-color: #ebf7fc;
    }

/* Toggle switch - 1 End  */

.border-b-1 {
    border-bottom: 1px solid #ddd;
}


.section-loader-nteq {
    text-align: center;
    font-size: 19px;
    color: #337ab7;
}
