/*------------------------------
--------------------------------
--------------------------------
	File: custom_202503181537.css;
	Author: Arun Kumar Gorantla;
	Organization: WISEPLANE;
--------------------------------
--------------------------------
-------------------------------*/

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    display: grid;
}

html, body {
    margin: 0px;
    padding: 0px;
}

.navbar-brand .nsa-logo {
    width: 33px;
}

.navbar-brand .nsa-logo-txt {
    width: 170px;
    margin-left: -4px;
}

.card-no-border .left-sidebar, .card-no-border .sidebar-nav {
    background: rgb(17,97,130) !important;
    -webkit-box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.15);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
    color: rgb(17,97,130) !important;
}

html body .text-themecolor {
    color: rgb(36,181,230) !important;
    font-weight: 600;
}

.sidebar-nav ul li.nav-small-cap, .sidebar-nav ul li a, .sidebar-nav > ul > li > a i {
    color: #cccccc;
}

.sidebar-nav .has-arrow::after {
    border-color: #cccccc !important;
}

.card {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
}

.footer {
    padding: 8px 15px;
    -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.05);
}

.sidebar-nav ul li ul {
    background: rgb(17,87,120) !important;
}

.sidebar-nav > ul > li > a.active {
    background: transparent;
}

.page-wrapper {
    padding-top: 70px;
}

.login-register > .login-box a > .nsa-logo {
    width: 60px;
}

.login-register > .login-box a > .nsa-logo-txt {
    width: 180px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
/*data table CSS starts here*/
.table td, .table th {
    padding: 0.1875rem;
    font-size: 0.75rem;
    font-weight: 500;
}

table thead th, table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: rgb(0,153,153);
    color: #ffffff !important;
    /* border: 1px solid #ccc; */
}

.table td, .table th {
    border-color: #dee2e6;
}

table {
    border-radius: 6px;
}

    table thead > tr > th:first-child {
        border-radius: 4px 0 0 0;
    }

    table thead > tr > th:last-child {
        border-radius: 0 4px 0 0;
    }

.dataTables_wrapper .dataTables_paginate, div.dataTables_wrapper div.dataTables_info {
    padding-top: 0;
    width: initial;
    font-size: 12px;
}

.pagination .page-item:first-child {
    border-radius: 5px 0 0 5px;
}

.pagination .page-item:last-child {
    border-radius: 0 5px 5px 0;
}

.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a {
    background: rgb(0,153,153);
    color: #ffffff;
}

.table-bordered {
    border: 1px solid rgb(0,153,153);
}
/*data table CSS ends here*/
.form-group {
    margin-bottom: 10px;
}

span.separator:before {
    content: "";
    height: 1px;
    position: absolute;
    width: 47%;
    background: #cccccc;
    left: 0;
    top: 10px;
}

span.separator:after {
    content: "";
    height: 1px;
    position: absolute;
    width: 47%;
    background: #cccccc;
    right: 0;
    top: 10px;
}

.form-control-xxl {
    display: inline;
    width: 4rem;
}

.shadow-effect {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    padding: 1.25rem;
}

.custom-control-label::after, .custom-control-label::before {
    top: .1rem;
}

.p-t-25 {
    padding-top: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.d-inline {
    display: inline !important;
}

.label {
    padding: 2px 10px;
}

.dt-buttons .dt-button {
    padding: 3px 15px;
}

.dataTables_filter {
    margin-top: 0;
}

.dt-buttons {
    margin-bottom: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    font-weight: 500;
    padding: 3px 15px;
}

.filter-actions {
    margin: 0px;
    padding: 0px;
    display: table-row;
}

    .filter-actions li {
        list-style: none;
        display: table-cell;
        padding: 4px 10px;
    }

        .filter-actions li a {
            color: #607d8b;
        }

            .filter-actions li a:hover {
                color: #398bf7;
            }

/* bootstrap tagsinput CSS starts here*/

.bootstrap-tagsinput {
    width: 100%;
    min-height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: text;
}
/* bootstrap tagsinput CSS ends here*/

/*.card .card-title {
    text-decoration: underline;
}*/

/*.footer {
    text-align:center;
}*/

.card-header {
    position: relative;
}

    .card-header > button::after {
        border-color: #999999 !important;
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: #687384;
        right: 1em;
        -webkit-transform: rotate(225deg) translate(0, -50%);
        -ms-transform: rotate(225deg) translate(0, -50%);
        -o-transform: rotate(225deg) translate(0, -50%);
        transform: rotate(225deg) translate(0, -50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        top: 47%;
        left: 15px;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .card-header > .collapsed::after, .sidebar-nav .has-arrow[aria-expanded="true"]::after {
        -webkit-transform: rotate(135deg) translate(0, -50%);
        -ms-transform: rotate(135deg) translate(0, -50%);
        -o-transform: rotate(135deg) translate(0, -50%);
        top: 48%;
        width: 7px;
        transform: rotate(135deg) translate(0, -50%);
    }

.control-label {
    font-size: 80%;
    font-weight: 400;
}

.over-txt-block {
    border: 1px solid;
    position: relative;
    margin-top: 30px;
}

    .over-txt-block h4 {
        position: absolute;
        background: white;
        padding: 10px 15px;
        margin: -20px 15px;
    }

    .over-txt-block .img-container {
        margin: 50px 30px 30px;
        text-align: center;
    }

        .over-txt-block .img-container img {
            border-radius: 4px;
        }

.card-no-shadow {
    box-shadow: none !important;
    margin-bottom: 15px;
}

    .card-no-shadow .card-body {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

.card-header {
    padding: 0.3rem 1.25rem;
}

.card-header-success {
    background-color: rgba(139, 195, 74, 0.3);
}

.card-header-primary {
    background-color: rgba(63, 81, 181, 0.3);
}

.card-header-info {
    background-color: rgba(0, 188, 212, 0.3);
}

.card-header-warning {
    background-color: rgba(255, 152, 0, 0.1);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.p-relative {
    position: relative;
}

.datepicker td, .datepicker th {
    background: #fff !important;
    color: #000 !important;
}

    .datepicker td:hover, .datepicker th:hover {
        background: #eee !important;
        color: #000 !important;
    }

.input-group-addon.error {
    border-right: 0;
    color: red;
    border: none;
}

.form-control.focused {
    border: none !important;
}

.form-control.error {
    border: none !important;
}

.form-control.errorField::-webkit-input-placeholder {
    color: red !important;
}

.form-control.errorField:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}

.form-control.errorField::-moz-placeholder { /* Firefox 19+ */
    color: red !important;
}

.form-control.errorField:-ms-input-placeholder {
    color: red !important;
}

.form-control {
    max-height: 28px !important;
    padding: 2px 8px;
}

table .form-control {
    border: 1px solid #fff
}

.required {
    color: red;
}

.filter-actions {
    margin: 0px;
    padding: 0px;
    display: table-row;
}

    .filter-actions li {
        list-style: none;
        display: table-cell;
        padding: 4px 10px;
    }

        .filter-actions li a {
            color: #607d8b;
        }

            .filter-actions li a:hover {
                color: #398bf7;
            }

.sweet-alert button.cancel:hover {
    background-color: #DD6B55 !important;
}

#upload {
    display: none
}

.img-preview {
    max-width: 120px;
    height: auto;
}

.star-checkbox [type="checkbox"]:checked + label:before, .star-checkbox [type="checkbox"]:checked + label:before, .star-checkbox [type="checkbox"]:not(.filled-in) + label:after, .star-checkbox [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    content: none;
}

.star-checkbox [type="checkbox"] + label {
    padding-left: 15px;
}

.star {
    visibility: hidden;
    font-size: 30px;
    cursor: pointer;
    position: relative !important;
    opacity: 1 !important;
    left: 0 !important;
}

    .star:before {
        content: "\2606";
        position: absolute;
        visibility: visible;
        top: -15px;
        color: #ccc;
    }

    .star:checked:before {
        content: "\2605";
        position: absolute;
        color: #009999;
    }

table .form-control {
    padding: 0 !important;
    height: 18px !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
}

.toggle-icon-container {
    position: relative;
}

    .toggle-icon-container > tr:last-child:after {
        content: "";
        position: absolute;
        right: 2px;
        width: 20px;
        height: 24px;
    }

    .toggle-icon-container tr th {
        background: #9E9E9E;
    }

.togggle-icon {
    position: relative;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: -2px;
    top: 12px;
}

    .plus-minus-toggle:before,
    .plus-minus-toggle:after {
        background: #116182;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        width: 12px;
        transition: transform 500ms ease;
    }

    .plus-minus-toggle:after {
        transform-origin: center;
    }

    .plus-minus-toggle.collapsed:after {
        transform: rotate(90deg);
    }

    .plus-minus-toggle.collapsed:before {
        transform: rotate(180deg);
    }

.btn-link:hover, .btn-link:focus {
    color: transparent !important;
}

.datepicker thead tr:first-child th {
    background: rgba(17, 97, 130, 0.84) !important;
    border-radius: 0 !important;
    color: #f4f6f9 !important;
    font-weight: 600 !important;
}

.datepicker.dropdown-menu th {
    background: rgba(17, 97, 130, 0.84) !important;
    border-radius: 0;
    color: #fff !important;
}

.datepicker table tr td.today {
    background-color: #398bf7 !important;
}

    .datepicker table tr td.today:hover {
        background-color: #116182 !important;
        color: #fff !important;
    }

textarea.form-control {
    min-height: 38px !important;
    max-height: none !important;
}
/*Telerik start here*/
.k-grid.k-display-block {
    overflow: auto !important;
    width: 100%;
}

.k-header, .k-button, .k-pager-wrap {
    background-color: #f8f9fa !important;
    border-color: #e0e0e0 !important;
    color: #000 !important;
}

.k-grid-toolbar {
    padding: .275em !important;
}

.k-grid .k-button {
    margin: 0 !important;
    padding: 0.2rem .5rem !important;
    font-size: .75rem !important;
    line-height: normal !important;
    color: #fff !important;
    background: #9e9e9e !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    padding: .5em !important;
    font-size: .75rem !important;
    line-height: normal !important;
}

.k-grid td, .k-grid th {
    padding: .5em !important;
    font-size: .75rem !important;
    line-height: normal !important;
}


.k-checkbox:focus + .k-checkbox-label::before, .k-checkbox:checked + .k-checkbox-label::before {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    top: -3px !important;
    width: 19px !important;
    height: 19px !important;
}



.k-grid-pager {
    padding: .275em !important;
}



.k-pager-wrap .k-state-selected, .k-pager-wrap .k-pager-info {
    padding: .275em !important;
    font-size: .7rem !important;
    font-weight: 600;
    line-height: normal !important;
}



.k-grid-toolbar .k-button {
    border: 1px solid #e6e6e6 !important;
}



.k-pager-wrap .k-link {
    padding: .275em !important;
    font-size: .7rem !important;
    font-weight: 600;
    line-height: normal !important;
}



.k-grid tr.k-state-selected > td {
    color: #ffffff !important;
    background-color: rgba(0,123,255,.25) !important;
}



.k-checkbox:checked + .k-checkbox-label::before {
    border-color: #ababab !important;
    background-color: #e6e6e6 !important;
}



.k-pager-wrap .k-pager-info {
    color: #000 !important;
}



.k-pager-wrap .k-link.k-state-disabled {
    margin: 0 2px;
    border-color: #cecccc !important;
}



.k-state-selected, .k-pager-wrap .k-link:hover, .k-grid-toolbar .k-button:hover {
    background-color: #9e9e9e !important;
    border-color: #e6e6e6 !important;
}

.k-pager-wrap.k-pager-lg .k-pager-numbers .k-link {
    width: 24px;
    height: 22px;
    color: #fff;
    font-weight: 500;
    background: #9e9e9e;
    border: 1px solid #737373;
    border-radius: 0;
}

.k-pager-wrap.k-pager-lg .k-pager-nav + .k-pager-numbers-wrap {
    width: 24px !important;
    height: 24px !important;
}

.k-checkbox-label::after, .k-checkbox-label::before, .k-radio-label::after, .k-radio-label::before {
    top: -5px !important;
}

.k-grid tr.k-state-selected > td {
    color: #000000 !important;
    background-color: #eaeaea !important;
}

.k-grid td, .k-grid th, .k-grid td strong, .k-grid th strong {
    font-weight: normal !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.k-pager-wrap .k-label {
    font-size: 13px !important;
}

.k-grouping-header {
    font-size: smaller !important;
    line-height: calc(-15px + .75rem + 1.5em) !important;
}

    .k-grouping-header .k-group-indicator {
        border-radius: .25rem;
        height: 23px !important;
    }

.k-grid-header th.k-header {
    font-weight: 600 !important;
}

.k-textbox {
    margin-left: auto;
    height: 28px !important;
    padding: 0 !important;
}

    .k-textbox .k-icon {
        margin: -8px 0px 0px -18px !important;
    }

    .k-input[type=text], .k-textbox > input {
        border: none !important;
    }

.k-grid-header .k-header-column-menu.k-state-active {
    color: black !important;
    background-color: transparent !important;
}
/*Telerik end here*/
/*Media Queries*/
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        background: rgb(17,87,120) !important;
    }

    .mini-sidebar .sidebar-nav #sidebarnav > li > ul {
        background: rgb(0,153,153) !important;
        border-radius: 0 0 8px 0;
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    }

    .mini-sidebar.fix-sidebar .left-sidebar {
        position: fixed !important;
    }
}

@media (max-width: 767px) {
    .mini-sidebar .page-wrapper {
        padding-top: 70px;
    }

    .foot-mobile {
        min-width: 100%;
        text-align: center !important;
        padding-top: 10px;
    }
}

@media (min-width: 1560px) {
    .modal-xl {
        max-width: 1440px !important;
    }

    .PMSStore {
        width: 90%;
    }

    .CompStore {
        width: 70%;
    }
}


/*_:-ms-lang(x), .page-wrapper {
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
}*/

.page-wrapper {
    position: absolute;
    right: 0;
    left: 0;
}

.left-sidebar {
    background-color: #116182;
}

.footer {
    margin-left: 0;
}

/*mini-sidebar .page-wrapper {
    padding-top: 70px !important;
}*/

.mini-sidebar .sidebar-nav {
    background: transparent !important;
}

    .mini-sidebar .sidebar-nav #sidebarnav li {
        margin-bottom: -4px;
    }

.SynStatus {
    width: 180px;
}
    
    .SynStatus label  {
        line-height: 40px;
        vertical-align: middle;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: bold;
    }
        .SynStatus label.pending {
            color: orange !important;
        }

        .SynStatus label.completed {
            color: green !important;
        }
        .SynStatus label.notStarted {
            color: dodgerblue !important;
        }

        .SynStatus label i {
            font-size: 36px;
        }

.Helpdoc {
    width: 100px;
}


.pull-leftmr {
    margin-right: 32rem !important;
    float: left;
}