﻿/******************************Paging******************************/
.nsWebPagingKip {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: #fff;
    margin: 0;
    width: 100%;
}

.pagingAnnoce {
    font-size: 11px;
    color: #111;
    font-weight: 700;
}

.nsWebPaging {
    /*height: 45px;*/
    /*position: relative;*/
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0
}

.nsWebPaging__btn {
    color: #23adad;
    pointer-events: painted;
}

.nsWebPaging__numbers, .nsWebPaging__btn, .nsWebPaging__dots {
    text-align: center;
    /*margin: 10px 10px;*/
    font-size: 15px;
    cursor: pointer;
}

.nsWebPaging__numbers {
    width: 30px;
    height: 22px;
    border-radius: 0.4rem;
    color: #111;
    list-style: none
}

    .nsWebPaging__numbers.active {
        color: #fff;
        background: #45adad;
    }

.nsWebPaging__dirLeft {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*position: absolute;
    left: 0;
    top: 0;
    width: 11%;*/
}

.nsWebPaging__dirRight {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*position: absolute;
    right: 0;
    top: 0;
    width: 11%;*/
}

.nsWebPaging__group {
    /*position: absolute;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 69%;*/
}

.nsWebPaging .lastPage, .nsWebPaging .btnAfter, .nsWebPaging .nextGroup, .nsWebPaging .firstPage, .nsWebPaging .btnBefor, .nsWebPaging .prevGroup {
    font-size: 12px;
    margin: 10px;
    color: #45adad;
    cursor: pointer
}

.nsDisableWebpagingBtn {
    color: #ddd !important
}

.nsWebPaging .btnRefrefh {
    cursor: pointer;
    border: 1px dotted #ddd;
    border-radius: 3px;
    padding: 5px;
    color: #135bc0
}
/******************************End Paging******************************/
/******************************nais Alert/confirm/show Style******************************/
.ConfirmCard {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    opacity: 1;
    z-index: 10;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249 249 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161 163 164);
}

.ConfirmBold {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    color: #fff;
}

.AlertText {
    font-size: 10px;
}

.confirm_Btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ConBtn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    width: 88px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-info {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    min-width: 88px;
    vertical-align: middle;
    user-select: none;
    background: #007bff;
    border: 1px solid #007bff;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.naisMassengar_btn {
    outline: none;
    float: left;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    font-weight: normal;
    background: 0;
}

    .naisMassengar_btn:focus {
        outline: none;
        border: 0 !important;
    }

.naisShow {
    position: relative;
    width: 300px;
    z-index: 10;
    opacity: 1;
    margin: 10px 5px;
}

    .naisShow.hide {
        transition: opacity 0.3s ease-in-out;
        margin-right: 15px;
        opacity: 0;
    }

    .naisShow.show {
        animation: showAlert 1s ease forwards;
        -webkit-animation: showAlert 1s ease forwards;
    }

.hidden {
    visibility: hidden;
}

.naisMassengar {
    width: 100%;
    padding: 7px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.naisMassengar_info {
    background-color: #4285f4;
    border: 2px solid #4285f4
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.naisMassengar_success {
    background-color: #09c97f;
    border: 2px solid #09c97f
}

.naisMassengar_warning {
    background-color: #f8b15d;
    border: 2px solid #f8b15d
}

.naisMassengar_error {
    background-color: #f95668;
    border: 2px solid #f95668
}

.naisMassengarFade_info {
    background-color: #d9e6fb;
    border: 1px solid #4285f4
}

    .naisMassengarFade_info .close {
        color: #4285f4
    }

    .naisMassengarFade_info strong {
        color: #4285f4
    }

.naisMassengarFade_success {
    background-color: #c9ffe5;
    border: 1px solid #09c97f
}

    .naisMassengarFade_success .close {
        color: #09c97f
    }

    .naisMassengarFade_success strong {
        color: #09c97f
    }

.naisMassengarFade_warning {
    background-color: #fff0cc;
    border: 1px solid #f8b15d
}

    .naisMassengarFade_warning strong {
        color: #f8b15d
    }

.naisMassengarFade_error {
    background-color: #ffdbdb;
    border: 1px solid #f95668
}

    .naisMassengarFade_error .close {
        color: #f95668
    }

    .naisMassengarFade_error strong {
        color: #f95668
    }


.naisMassengar_Fade {
    border-radius: 0 0 4px 4px;
    padding: 10px;
    position: relative;
    width: 100%;
    font-weight: 900;
    font-size: 13px;
    overflow-y: auto;
}

    .naisMassengar_Fade img {
        height: 100%;
        position: absolute;
        width: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.1
    }

#showDoss {
    position: fixed;
    width: 1px;
    min-height: 1px;
    bottom: 10px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1040
}

.AlertCard {
    position: absolute;
    left: 43%;
    top: -195px;
    width: 300px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    opacity: 1;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

    .AlertCard.hide {
        position: absolute;
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }

    .AlertCard.show {
        animation: showAlert 1s ease forwards;
        -webkit-animation: AlertShow 1s ease forwards;
    }

.AlertImg {
    position: absolute;
    top: -25px;
    width: 45px;
}

.AlertText {
    font-size: 14px;
    font-size: 14px;
}

.Abtn-info {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    min-width: 88px;
    vertical-align: middle;
    user-select: none;
    background: #007bff;
    border: 1px solid #007bff;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-warning {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 88px;
    background: #ffd350;
    border: 1px solid #dfc97d;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-success {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 88px;
    background: #35c256;
    border: 1px solid #5e9c76;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-error {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 88px;
    background: #dc3545;
    border: 1px solid #ef8282;
    padding: 5px 3px;
    width: 75px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.confirm_Btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ConBtn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    width: 88px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.ConfirmBold {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
}

.ConfirmImg {
    display: block;
    width: 40px;
    padding: 0 5px;
}

.ns-warning {
    background: #ffd728
}

.ns-info {
    background: #3496ff
}

.ns-success {
    background: #09c97f
}

.ns-error {
    background: #ff555e;
}


@keyframes showAlert {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    40% {
        transform: translateX(-15%);
        -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        -o-transform: translateX(-15%);
    }

    80% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        -moz-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -o-transform: translateX(-5%);
    }
}

@keyframes AlertShow {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    100% {
        transform: translateY(250px);
        -webkit-transform: translateY(250px);
        -moz-transform: translateY(250px);
        -ms-transform: translateY(250px);
        -o-transform: translateY(250px);
    }
}

/*TimeLine*/
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}*/
/******************************End nais Alert/confirm/show Style******************************/
/*****************************************calender******************************************/
span.calender_input {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25%;
    left: 5px;
    z-index: 11;
}

.calrnderType {
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 11;
    padding: 5px 2px;
}

.calenderBtn {
    display: inline-block;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ff0000;
    padding: 10px 6px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
    background-color: #fff;
}

    .calenderBtn::after {
        margin: 0 !important;
    }

.nSdropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 3rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}
/*****************************************END calender******************************************/
/***************************************** naisSidebar******************************************/
.naisSidebar {
    position: sticky;
    height: 400px;
    left: 0;
    top: 50px;
    bottom: 0;
    background: #fff;
    border-radius: 5px;
    overflow: inherit;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    /*width: 38px !important;*/
    transition: all ease 0.3s
}

    .naisSidebar.active {
        width: 300px !important;
    }


.naisSidebar_item {
    position: relative;
    overflow: hidden;
    border-bottom: dotted 1px #ddd;
    display: block;
    width: 100%;
    background: #fff;
    text-wrap: nowrap
}

.naisSidebar .toggleBtn {
    position: relative;
    overflow: hidden;
    border-bottom: dotted 1px #ddd;
    display: block;
    width: 100%;
    background: #fff;
}


.naisSidebar_item.activeTab {
    background: #bed7da;
    /* border: 1px dotted; */
    font-weight: bold;
}

.naisSidebar_item.disabled {
    display: none;
}

.naisSidebar_item.reponsivTab {
    position: relative;
    overflow: hidden;
    border-bottom: dotted 1px #ccc;
    display: block;
    width: 100%;
    background: #ddd;
    opacity: .8
}

.naisSidebar_item > a {
    padding: 10px 0;
    color: #111;
    text-align: right;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.35s ease color;
}

.naisSidebar .toggleBtn > a {
    padding: 10px 0;
    color: #111;
    text-align: right;
    display: block;
    position: relative;
    z-index: 1;
    transition: 0.35s ease color;
}

.naisSidebar_item > a:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: solid 5px #02636e;
    background: #02636e94;
    transition: 0.352s ease right;
}

.naisSidebar_item.disabled > a:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: solid 5px #929292;
    background: #7e7e7e94;
    transition: 0.352s ease right;
}

.naisSidebar_item > a:hover:before {
    right: 0;
}

.naisSidebar_item > a:hover {
    color: #fff;
}

.naisSidebar_item.activeSlide > a:before {
    right: 0;
}

.naisSidebar_item.activeSlide > a {
    color: #fff;
}
/*sidebar_container*/
.naisSidebar_container {
    position: relative;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 5px;
    padding: 8px 10px;
    margin: .5rem 15px 0 15px;
    /*overflow: inherit;*/
}

.naisSidebar_container_header {
    position: relative;
    background: #6ca4ab;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

    .naisSidebar_container_header .select_Border {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #008594;
        width: auto;
        height: 4px;
        transition: 0.3s ease;
    }

    .naisSidebar_container_header .tabFloor {
        margin: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% - 68px);
    }

    .naisSidebar_container_header .tabFloor_tabItem {
        transition: 0.3s ease;
    }

    .naisSidebar_container_header a {
        z-index: 1;
        display: block;
        box-sizing: border-box;
        padding: 15px 20px;
        color: #000;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
    }

.naisSidebar_container-nav {
    position: absolute;
    top: 0;
    left: 0;
    background: #6ca4ab;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    user-select: none;
}

    .naisSidebar_container-nav:before {
        content: '';
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        box-shadow: 0 0 20px 10px #6ca4ab;
    }

    .naisSidebar_container-nav i {
        border-radius: 100%;
        cursor: pointer;
    }

.naisSidebar_container-content {
    position: relative;
    padding: 15px 20px;
    transition: 0.3s ease;
    overflow: hidden;
}

    .naisSidebar_container-content:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        box-shadow: 0 0 20px 10px #fff;
    }

    .naisSidebar_container-content .tab {
        display: none;
    }

        .naisSidebar_container-content .tab.active {
            display: block;
        }

@media (min-width:0px) and ( max-width:576px) {
    /*.toggleMenuSidebar{
        display:block
    }*/
    .settingSidebarStyle {
        position: relative;
    }

    .naisSidebar {
        position: absolute;
        width: 38px !important;
        z-index: 10;
        top: 0;
        right: 0;
        /*position: absolute;*/
        transition: all ease 0.3s
    }

        .naisSidebar.active {
            width: 190px !important;
            z-index: 10;
            top: 0;
            right: 0;
        }

    .naisSidebar_container {
        margin: 3px auto;
        margin-right: 21px
    }

    .naisSidebar_item {
        text-wrap: nowrap;
    }
}
/***************************************** naisSidebar******************************************/
/*Grid*/
.table {
    background: #fff;
}

.nsStyleTable {
    background: #eaeaea;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    width: 100%;
    direction: rtl;
    position: relative;
}

    .nsStyleTable > tbody {
        background: 0;
    }

    .nsStyleTable > thead tr th {
        background: linear-gradient(#576c89, #324c72);
        border-left: 1px solid #555;
        border-right: 1px solid #777;
        border-top: 1px solid #555;
        border-bottom: 1px solid #333;
        box-shadow: inset 0 1px 0 #999;
        color: #fff;
        font-weight: bold;
        padding: 10px 15px;
        position: relative;
        text-shadow: 0 1px 0 #000;
    }

        .nsStyleTable > thead tr th:after {
            background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
            content: '';
            display: block;
            height: 25%;
            left: 0;
            margin: 1px 0 0 0;
            position: absolute;
            top: 25%;
            width: 100%;
        }

        .nsStyleTable > thead tr th:first-child {
            border-left: 1px solid #777;
            box-shadow: inset 1px 1px 0 #999;
        }

        .nsStyleTable > thead tr th:last-child {
            box-shadow: inset -1px 1px 0 #999;
        }

    .nsStyleTable > tbody tr td {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 15px;
        position: relative;
        transition: all 300ms;
    }

        .nsStyleTable > tbody tr td:first-child {
            box-shadow: inset 1px 0 0 #fff;
        }

        .nsStyleTable > tbody tr td:last-child {
            border-right: 1px solid #e8e8e8;
            box-shadow: inset -1px 0 0 #fff;
        }

tr.TDHover {
    background: #f6c25d;
}

.nsStyleTable > tbody tr:nth-child(odd) td {
    background: #fff;
}

.nsStyleTable > tbody tr.TDHover:nth-child(odd) td {
    background: #f6c25d;
}

.nsStyleTable > tbody tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

    .nsStyleTable > tbody tr:last-of-type td:first-child {
        box-shadow: inset 1px -1px 0 #fff;
    }

    .nsStyleTable > tbody tr:last-of-type td:last-child {
        box-shadow: inset -1px -1px 0 #fff;
    }


/*tr:hover td {
    color: #444;
    text-shadow: 0 1px 0 #fff;
    font-weight: 900;
    background: rgba(255, 162, 33, 0.5)
}*/

.nsStyleTable > tbody tr:hover td {
    color: #000;
    text-shadow: 0 1px 3px #e8e8e8;
    background: rgba(255, 162, 33, 0.5) !important;
}

.nsGrid_checkbox {
    position: absolute !important;
    opacity: 1 !important;
    transform: translate(-50%,-50%) scale(1.4);
    left: 50% !important;
    top: 50%;
    z-index: 3
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.minimize_cell {
    width: 11px;
    vertical-align: middle !important;
    margin: 0 auto
}
/* END Grid*/
/*naisInput*/
.naisWebpanel {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.naisWebpanel_title {
    border-bottom: 1px solid #02636e
}

.naisWebpanel_title_text {
    display: block;
    width: 170px;
    color: #fff;
    background-color: #02636e;
    padding: 5px 8px;
    text-align: center;
    align-content: center
}

    .naisWebpanel_title_text.second {
        width: 170px;
    }

    .naisWebpanel_title_text.third {
        width: 155px;
    }

.naisWebpanel_img {
    position: relative;
    width: 200px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

    .naisWebpanel_img img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.naisWebpanel_property {
    padding: 0 5px;
    font-weight: 800;
    font-size: 16px;
    text-align: right;
}

textarea {
    border: 1px solid #ffb65d;
}

.naisWebpanel_btn2 {
    background-color: #d52e2e;
    color: #fff;
    margin: 0 3px;
}

.naisWebpanel_btn {
    background-color: #02636e;
    color: #fff
}

.need_textArea {
    border: 1px solid #777;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px
}
/*Form*/
.naise_label {
    display: flex;
    font-size: 12px;
    text-align: left;
    padding: 7px 5px;
    font-weight: 700;
    width: 136px;
    white-space: nowrap;
    background-color: #ddd;
    border: 1px solid #ced4da;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    border-radius: 0 3px 3px 0;
}

.nais_input {
    font-size: 13px;
    text-align: right;
    padding: 18px 5px;
    background-color: #fff !important;
    color: #000;
    outline: none;
    border: 1px solid #ffb65d;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 3px 0 0 3px !important;
}

    .nais_input:focus {
        box-shadow: 0 0 3px 1px #ff6a00;
        border: 1px solid #ddd;
    }

.nais_readonly .input-group-prepend > .naise_label {
    border: 1px solid #818181;
    background-color: #dedede;
    color: #545454;
}

.naise_label_ReadOnly {
    display: flex;
    font-size: 12px;
    text-align: left;
    padding: 7px 5px;
    font-weight: 700;
    width: 115px;
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #818181;
    background-color: #dedede;
    color: #545454;
}

.nais_readonly > .nais_input {
    border: 1px solid #929292;
    background-color: #f8f8f8 !important;
    color: #000;
}

.nais_input_ReadOnly {
    font-size: 13px;
    text-align: right;
    padding: 18px 5px;
    outline: none;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #929292;
    background-color: #f8f8f8 !important;
    color: #000;
}

    .nais_input_ReadOnly:focus {
        box-shadow: none !important;
        border-color: #929292 !important;
    }

.nais_input_required {
    font-size: 13px;
    text-align: right;
    padding: 18px 5px;
    outline: none;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ff0000;
    background-color: #fff8f8 !important;
    color: #000;
}

    .nais_input_required:focus {
        box-shadow: 0 0 3px 1px #ff6c6c;
        border-color: #ff6c6c !important;
    }

/*End naisInput*/
/*start checkListBis*/
.loading-checkListBox {
    width: 30px;
    height: 30px;
    position: relative;
}

    .loading-checkListBox > img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.checkListBox-header {
    padding: 4px 5px;
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #bebebe;
}

.checkListBox-FilterNum {
    padding-right: 10px;
    font-size: 13px;
    color: #02636e;
    font-weight: bold;
}

.checkListBox-toggle {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    color: #252526;
    height: 100%;
    cursor: pointer;
    font-size: 12px;
    position: relative;
}

    .checkListBox-toggle::after {
        content: '\203A';
        display: inline-block;
        margin-left: 5px;
        color: #ff9e00;
        position: absolute;
        left: 0;
        top: 50%;
        transform: rotate( 0deg) translateY(-50%);
        transition: all .3s ease;
        font-size: 35px;
    }

.checkListBox-body {
    padding: 0.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    background: #fff
}

.DRopdown_sidebar {
    display: block;
    margin: 3px 0 0 0;
    background: #fff;
    padding: 8px 7px;
    color: #022c41;
    font-size: 13px;
    transition: all 0.3s ease;
}

.dropdown-sidebar ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px
}

    .flipIn, .dropdown-sidebar ul li {
        animation: flipdown 0.5s ease both;
        max-height: 400px;
        overflow-y: auto;
    }

        .transition, .dropdown-sidebar ul li i:before, ul li i:after, p {
            transition: all 0.25s ease-in-out;
        }

.moreData {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    color: #02636e;
    cursor: pointer;
    text-align: left;
}
/*end checkListBis*/


.LoadingVeiw {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    background: #ffffffcf;
    top: 0;
}

.nsLoading {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.LoadingSidebar {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

    .LoadingSidebar > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.nsTooltipDir {
    position: absolute;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 3px;
}

.nsDirLeft {
    top: 50%;
    left: -10px;
    border-right: none;
    border-top: none;
}
/******************************nais Alert/confirm/show Style******************************/
.naisMassengar_btn {
    outline: none;
    float: left;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    font-weight: normal;
    background: 0;
    border: 0
}

    .naisMassengar_btn:focus {
        outline: none;
        border: 0 !important;
    }

.naisShow {
    position: relative;
    width: 300px;
    z-index: 10;
    opacity: 1;
    margin: 10px 5px;
}

    .naisShow.hide {
        transition: opacity 0.3s ease-in-out;
        margin-right: 15px;
        opacity: 0;
    }

    .naisShow.show {
        animation: showAlert 1s ease forwards;
        -webkit-animation: showAlert 1s ease forwards;
    }

.hidden {
    visibility: hidden;
}

.naisMassengar {
    width: 100%;
    padding: 7px;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.naisMassengar_info {
    background-color: #4285f4;
    border: 2px solid #4285f4
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.naisMassengar_success {
    background-color: #09c97f;
    border: 2px solid #09c97f
}

.naisMassengar_warning {
    background-color: #f8b15d;
    border: 2px solid #f8b15d
}

.naisMassengar_error {
    background-color: #f95668;
    border: 2px solid #f95668
}

.naisMassengarFade_info {
    background-color: #d9e6fb;
    border: 1px solid #4285f4
}

    .naisMassengarFade_info .close {
        color: #4285f4
    }

    .naisMassengarFade_info strong {
        color: #4285f4
    }

.naisMassengarFade_success {
    background-color: #c9ffe5;
    border: 1px solid #09c97f
}

    .naisMassengarFade_success .close {
        color: #09c97f
    }

    .naisMassengarFade_success strong {
        color: #09c97f
    }

.naisMassengarFade_warning {
    background-color: #fff0cc;
    border: 1px solid #f8b15d
}

    .naisMassengarFade_warning strong {
        color: #f8b15d
    }

.naisMassengarFade_error {
    background-color: #ffdbdb;
    border: 1px solid #f95668
}

    .naisMassengarFade_error .close {
        color: #f95668
    }

    .naisMassengarFade_error strong {
        color: #f95668
    }


.naisMassengar_Fade {
    border-radius: 0 0 4px 4px;
    padding: 10px;
    position: relative;
    width: 100%;
    font-weight: 900;
    font-size: 13px;
    overflow-y: auto;
}

    .naisMassengar_Fade img {
        height: 100%;
        position: absolute;
        width: 30%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0.1
    }

.showDossWebMsg {
    position: fixed;
    width: 1px;
    min-height: 1px;
    bottom: 10px;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1040
}

.AlertCard {
    position: absolute;
    left: 43%;
    top: -195px;
    width: 300px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 6px;
    opacity: 1;
    z-index: 10;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

    .AlertCard.hide {
        position: absolute;
        opacity: 0;
        transition: opacity .3s ease-in-out;
    }

    .AlertCard.show {
        animation: showAlert 1s ease forwards;
        -webkit-animation: AlertShow 1s ease forwards;
    }

.AlertImg {
    position: absolute;
    top: -25px;
    width: 45px;
}

.AlertText {
    font-size: 10px;
}

.Abtn-info {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    min-width: 88px;
    vertical-align: middle;
    user-select: none;
    background: #007bff;
    border: 1px solid #007bff;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-warning {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 88px;
    background: #ffd350;
    border: 1px solid #dfc97d;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-success {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 88px;
    background: #35c256;
    border: 1px solid #5e9c76;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.Abtn-error {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    min-width: 88px;
    background: #dc3545;
    border: 1px solid #ef8282;
    padding: 5px 3px;
    width: 75px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.confirm_Btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ConBtn {
    display: inline-block;
    font-weight: 400;
    color: #000;
    width: 88px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 3px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.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;
}

.ConfirmBold {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    color: #fff;
}

.ConfirmImg {
    display: block;
    width: 40px;
    padding: 0 5px;
}

.ns-warning {
    background: #ffd728
}

.ns-info {
    background: #3496ff
}

.ns-success {
    background: #09c97f
}

.ns-error {
    background: #ff555e;
}


@keyframes showAlert {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }

    40% {
        transform: translateX(-15%);
        -webkit-transform: translateX(-15%);
        -moz-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        -o-transform: translateX(-15%);
    }

    80% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    100% {
        transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        -moz-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -o-transform: translateX(-5%);
    }
}

@keyframes AlertShow {
    0% {
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
    }

    100% {
        transform: translateY(250px);
        -webkit-transform: translateY(250px);
        -moz-transform: translateY(250px);
        -ms-transform: translateY(250px);
        -o-transform: translateY(250px);
    }
}

/*TimeLine*/
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
/*@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}*/
/******************************End nais Alert/confirm/show Style******************************/
/*****************************************calender******************************************/
span.calender_input {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25%;
    left: 5px;
    z-index: 11;
}

.calrnderType {
    position: absolute;
    top: 0;
    left: 35px;
    z-index: 11;
    padding: 5px 2px;
}

.calenderBtn {
    display: inline-block;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ff0000;
    padding: 10px 6px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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;
    background-color: #fff;
}

    .calenderBtn::after {
        margin: 0 !important;
    }

.nSdropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 3rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
}
/*****************************************END calender******************************************/
/*Grid*/
.table {
    background: #fff;
}

.nsStyleTable {
    background: #eaeaea;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    width: 100%;
    direction: rtl;
    position: relative;
}

    .nsStyleTable > tbody {
        background: 0;
    }

    .nsStyleTable > thead tr th {
        background: linear-gradient(#576c89, #324c72);
        border-left: 1px solid #555;
        border-right: 1px solid #777;
        border-top: 1px solid #555;
        border-bottom: 1px solid #333;
        box-shadow: inset 0 1px 0 #999;
        color: #fff;
        font-weight: bold;
        padding: 10px 15px;
        position: relative;
        text-shadow: 0 1px 0 #000;
    }

        .nsStyleTable > thead tr th:after {
            background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
            content: '';
            display: block;
            height: 25%;
            left: 0;
            margin: 1px 0 0 0;
            position: absolute;
            top: 25%;
            width: 100%;
        }

        .nsStyleTable > thead tr th:first-child {
            border-left: 1px solid #777;
            box-shadow: inset 1px 1px 0 #999;
        }

        .nsStyleTable > thead tr th:last-child {
            box-shadow: inset -1px 1px 0 #999;
        }

    .nsStyleTable > tbody tr td {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 10px 15px;
        position: relative;
        transition: all 300ms;
    }

        .nsStyleTable > tbody tr td:first-child {
            box-shadow: inset 1px 0 0 #fff;
        }

        .nsStyleTable > tbody tr td:last-child {
            border-right: 1px solid #e8e8e8;
            box-shadow: inset -1px 0 0 #fff;
        }

tr.TDHover {
    background: #f6c25d;
}

.nsStyleTable > tbody tr:nth-child(odd) td {
    background: #fff;
}

.nsStyleTable > tbody tr.TDHover:nth-child(odd) td {
    background: #f6c25d;
}

.nsStyleTable > tbody tr:last-of-type td {
    box-shadow: inset 0 -1px 0 #fff;
}

    .nsStyleTable > tbody tr:last-of-type td:first-child {
        box-shadow: inset 1px -1px 0 #fff;
    }

    .nsStyleTable > tbody tr:last-of-type td:last-child {
        box-shadow: inset -1px -1px 0 #fff;
    }


/*tr:hover td {
    color: #444;
    text-shadow: 0 1px 0 #fff;
    font-weight: 900;
    background: rgba(255, 162, 33, 0.5)
}*/

.nsStyleTable > tbody tr:hover td {
    color: #000;
    text-shadow: 0 1px 3px #e8e8e8;
    background: rgba(255, 162, 33, 0.5) !important;
}

.nsGrid_checkbox {
    position: absolute !important;
    opacity: 1 !important;
    transform: translate(-50%,-50%) scale(1.4);
    left: 50% !important;
    top: 50%;
    z-index: 3
}

.nsTableT3 {
    width: 800px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #196add;
}

    .nsTableT3 td {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #000;
    }

    .nsTableT3 th {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 13px;
    }

    .nsTableT3 th {
        text-align: right;
    }

    .nsTableT3 thead th {
        background-color: #196add;
        text-align: center
    }

    .nsTableT3 tbody tr:hover {
        background-color: #dde7f2;
    }

    .nsTableT3 tbody td {
        position: relative;
        border-bottom: 1px solid #196add;
        border-left: 1px solid #196add;
    }

        .nsTableT3 tbody td:hover:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -9999px;
            bottom: -9999px;
            background-color: #dde7f2;
            z-index: -1;
        }

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.minimize_cell {
    width: 11px;
    vertical-align: middle !important;
    margin: 0 auto
}
/* END Grid*/
/*naisInput*/
.naisWebpanel {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.naisWebpanel_title {
    border-bottom: 1px solid #02636e
}

.naisWebpanel_title_text {
    display: block;
    width: 170px;
    color: #fff;
    background-color: #02636e;
    padding: 5px 8px;
    text-align: center;
    align-content: center
}

    .naisWebpanel_title_text.second {
        width: 170px;
    }

    .naisWebpanel_title_text.third {
        width: 155px;
    }

.naisWebpanel_img {
    position: relative;
    width: 200px;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
}

    .naisWebpanel_img img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.naisWebpanel_property {
    padding: 0 5px;
    font-weight: 800;
    font-size: 16px;
    text-align: right;
}

textarea {
    border: 1px solid #ffb65d;
}

.naisWebpanel_btn2 {
    background-color: #d52e2e;
    color: #fff;
    margin: 0 3px;
}

.naisWebpanel_btn {
    background-color: #02636e;
    color: #fff
}

.need_textArea {
    border: 1px solid #777;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    font-size: 13px
}
/*Form*/
.naise_label {
    display: flex;
    font-size: 12px;
    text-align: left;
    padding: 7px 5px;
    font-weight: 700;
    width: 136px;
    white-space: nowrap;
    background-color: #ddd;
    border: 1px solid #ced4da;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
    border-radius: 0 3px 3px 0;
}

.nais_input {
    font-size: 13px;
    text-align: right;
    padding: 18px 5px;
    background-color: #fff !important;
    color: #000;
    outline: none;
    border: 1px solid #ffb65d;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 3px 0 0 3px !important;
}

    .nais_input:focus {
        box-shadow: 0 0 3px 1px #ff6a00;
        border: 1px solid #ddd;
    }

.nais_readonly .input-group-prepend > .naise_label {
    border: 1px solid #818181;
    background-color: #dedede;
    color: #545454;
}

.naise_label_ReadOnly {
    display: flex;
    font-size: 12px;
    text-align: left;
    padding: 7px 5px;
    font-weight: 700;
    width: 115px;
    white-space: nowrap;
    line-height: 1.5;
    margin-bottom: 0;
    border-radius: 0 3px 3px 0;
    border: 1px solid #818181;
    background-color: #dedede;
    color: #545454;
}

.nais_readonly > .nais_input {
    border: 1px solid #929292;
    background-color: #f8f8f8 !important;
    color: #000;
}

.nais_input_ReadOnly {
    font-size: 13px;
    text-align: right;
    padding: 18px 5px;
    outline: none;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #929292;
    background-color: #f8f8f8 !important;
    color: #000;
}

    .nais_input_ReadOnly:focus {
        box-shadow: none !important;
        border-color: #929292 !important;
    }

.nais_input_required {
    font-size: 13px;
    text-align: right;
    padding: 18px 5px;
    outline: none;
    display: block;
    background-clip: padding-box;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #ff0000;
    background-color: #fff8f8 !important;
    color: #000;
}

    .nais_input_required:focus {
        box-shadow: 0 0 3px 1px #ff6c6c;
        border-color: #ff6c6c !important;
    }

/*End naisInput*/
/*start checkListBis*/
.list-unstyled {
    margin-bottom: 0
}

.DRopdown_sidebar {
    display: block;
    margin: 3px 0 0 0;
    background: #fff;
    padding: 8px 7px;
    color: #022c41;
    font-size: 13px;
    transition: all 0.3s ease;
}

.dropdown-sidebar ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 0 0 5px 5px
}

    .flipIn, .dropdown-sidebar ul li {
        animation: flipdown 0.5s ease both;
        max-height: 400px;
        overflow-y: auto;
    }

        .transition, .dropdown-sidebar ul li i:before, ul li i:after, p {
            transition: all 0.25s ease-in-out;
        }

.moreData {
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    color: #02636e;
    cursor: pointer;
    text-align: left;
}
/*end checkListBis*/
/*start nsWebTooltip*/
.nsTooltip {
    position: absolute;
    transform: scale(0);
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    z-index: 99;
    background-color: #fff;
    min-width: 500px;
    transition: 0.2s ease-in-out
}

    .nsTooltip.active {
        transform: scale(1);
    }

.nsTooltip_header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000
}

    .nsTooltip_header .nsTooltip_tittle {
        font-size: 14px;
        font-weight: 800;
    }

    .nsTooltip_header .nsTooltip_close {
        cursor: pointer;
        border: none;
        background: none;
        font-size: 14px;
        font-weight: 800;
    }

/*.nsTooltip_body {
    padding: 10px;
}*/

.LoadingVeiw {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    background: #ffffffcf;
    top: 0;
}

.nsLoading {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.LoadingSidebar {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

    .LoadingSidebar > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.nsTooltipDir {
    position: absolute;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 3px;
}

.nsDirLeft {
    top: 50%;
    left: -10px;
    border-right: none;
    border-top: none;
}

.nsDirRight {
    top: 50%;
    right: -10px;
    border-left: none;
    border-bottom: none;
}

.nsDirTop {
    top: -10px;
    left: 50%;
    border-bottom: none;
    border-right: none;
}

.nsDirBottom {
    bottom: -10px;
    left: 50%;
    border-left: none;
    border-top: none;
}
/*end nsWebTooltip*/
/*start rating */
.rating {
    position: relative;
    width: 180px;
    background: transparent;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: .3em;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 2px #b3acac;
}

.rating__result {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px) translateX(-5px);
    z-index: -9;
    font: 3em Arial, Helvetica, sans-serif;
    color: #ebebeb8e;
    pointer-events: none;
}

.rating__star {
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

    .rating__star:hover {
        filter: drop-shadow(1px 1px 4px gold);
    }

/*end rating*/
/*start step*/
.nsTooltip {
    position: absolute;
    transform: scale(0);
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    z-index: 99;
    background-color: #fff;
    min-width: 500px;
    transition: 0.2s ease-in-out
}

    .nsTooltip.active {
        transform: scale(1);
    }

.nsTooltip_header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000
}

    .nsTooltip_header .nsTooltip_tittle {
        font-size: 14px;
        font-weight: 800;
    }

    .nsTooltip_header .nsTooltip_close {
        cursor: pointer;
        border: none;
        background: none;
        font-size: 14px;
        font-weight: 800;
    }

/*.nsTooltip_body {
    padding: 10px;
}*/

.LoadingVeiw {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 4;
    background: #ffffffcf;
    top: 0;
}

.nsLoading {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.LoadingSidebar {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
}

    .LoadingSidebar > img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.nsTooltipDir {
    position: absolute;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-radius: 3px;
}

.nsDirLeft {
    top: 50%;
    left: -10px;
    border-right: none;
    border-top: none;
}

.nsDirRight {
    top: 50%;
    right: -10px;
    border-left: none;
    border-bottom: none;
}

.nsDirTop {
    top: -10px;
    left: 50%;
    border-bottom: none;
    border-right: none;
}

.nsDirBottom {
    bottom: -10px;
    left: 50%;
    border-left: none;
    border-top: none;
}
/*end nsWebTooltip*/
/*start rating */
.rating {
    position: relative;
    width: 180px;
    background: transparent;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: .3em;
    padding: 5px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 2px #b3acac;
}

.rating__result {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px) translateX(-5px);
    z-index: -9;
    font: 3em Arial, Helvetica, sans-serif;
    color: #ebebeb8e;
    pointer-events: none;
}

.rating__star {
    font-size: 1.3em;
    cursor: pointer;
    color: #dabd18b2;
    transition: filter linear .3s;
}

    .rating__star:hover {
        filter: drop-shadow(1px 1px 4px gold);
    }

/*end rating*/
/*start step*/
.nsStepWizard {
    display: table !important;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    border: 0;
    flex-wrap: wrap;
}

.nsStepWizard_item {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 0.8rem;
    padding: 20px 0;
    color: #adb5bd;
    border: none;
    cursor: not-allowed;
    font-weight: 400;
}

.nsState.active::after {
    content: '';
    position: absolute;
    height: 50px;
    top: 50%;
    left: 50%;
    width: 50px;
    background: transparent;
    border: 3px solid #3ac47d;
    border-radius: 50%;
    transition: all .2s;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.nsStepWizard_item.observed {
    cursor: pointer;
}

.nsStepWizard_item.disabled {
    opacity: 0.5
}

.nsStepWizard_item:first-child::before {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.nsStepWizard_item::after, .nsStepWizard_item::before {
    position: absolute;
    height: 4px;
    top: 50%;
    left: 0;
    width: 50%;
    content: '';
    background: #c7c5c5;
    /*#dee2e6*/
    /*z-index: 2;*/
    transition: all .2s;
    transform: translateY(-50%)
}

.nsStepWizard_item::after {
    left: 50%;
    /*background:#000;*/
}

.nsStepWizard_item .nsState em {
    position: absolute;
    left: 50%;
    top: 50%;
    font-style: normal;
    font-size: 1.4rem;
    background: #c7c5c5;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50px;
    display: block;
    z-index: 7;
    transition: all .2s;
    transform: translate(-50%,-50%);
    overflow: hidden;
    border: 3px solid #c7c5c5;
}

.nsStepWizard_item span {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

.nsStepWizard_item.observed::after, .nsStepWizard_item.observed::before {
    background: #3ac47d;
}

.nsStepWizard_item.observed em {
    background: #3ac47d !important;
    color: #fff;
    border: 3px solid #3ac47d;
}

.nsStepWizard_item.observed::after, .nsStepWizard_item.observed::before {
    background: #92d6b3;
}

.nsStepWizard_item.observed .nsState.done em {
    background: #92d6b3;
    border: 3px solid #3ac47d;
}

    .nsStepWizard_item.observed .nsState.done em::after {
        font-family: "Font Awesome 5 Free";
        content: '\2713';
        display: inline-block;
        width: 35px;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        COLOR: #82d8ac;
        font-weight: 900;
    }

.nsStepWizard_item.observed.active em::after {
    display: none
}

/*end step*/
/*start comboBox*/

.nsComboBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    border: 2px solid #000;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    height: 34px;
    cursor: pointer
}

    .nsComboBox.nsDisabled {
        background: #e0d7d7;
        border: 1px solid #bebebe;
    }

    .nsComboBox.open {
        border-radius: 5px 5px 0 0;
    }

        .nsComboBox.open > .nsComboBox_chervdown {
            transform: rotate(180deg)
        }

.nsComboBox_selected {
    display: flex;
    align-items: center;
}

.nsSelectedItems {
    border: 1px solid #ddd;
    background: #fefefe;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    padding: 3px;
    align-items: center;
    border-radius: 5px;
    margin: 0 3px
}

.nsComboBox_option.disable {
    display: none
}

.nsSelectedItem {
    display: block;
    font-weight: bold;
    font-size: 10px;
}

.nsComboBox_chervdown {
    font-size: 13px;
    margin-top: 3px;
}

.nsComboBox_dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 3px;
    border: 1px solid #000;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 5
}

.nsComboBox.nsDisabled > .nsComboBox_dropdown {
    border: 1px solid #878484;
    background: #e0d7d7;
}

.nsComboBox_search {
    padding: 3px;
}

.nsComboBox_input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.nsComboBox_resultList-options {
    max-height: 200px;
    overflow-y: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nsComboBox_option {
    padding: 6px 12px;
}

    .nsComboBox_option:hover {
        background: #000;
        color: #fff;
    }
/*end comboBox*/
/*start nsWebSort*/
.nsWebSortfilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

    .nsWebSortfilter label {
        font-size: 13px;
        font-weight: 400;
        color: #888;
        padding-right: 3px;
        margin-bottom: 0px;
        width: 235px;
    }

    .nsWebSortfilter ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 0px;
        width: 100%;
        padding-right: 0;
    }

        .nsWebSortfilter ul > li {
            padding: 7px 11px;
            background: #f3f3f3;
            border-radius: 7px;
            color: #464646;
        }

            .nsWebSortfilter ul > li > a {
                font-size: 12px;
                font-weight: 400;
                color: #888;
                padding: 3px
            }

            .nsWebSortfilter ul > li > i {
                transform: scale(0)
            }

            .nsWebSortfilter ul > li:hover {
                background: #C8C8C8;
                border-radius: 7px;
                color: #FFF;
            }

            .nsWebSortfilter ul > li.act {
                background: #02636e;
                color: #fff !important;
                border-radius: 5px;
            }

                .nsWebSortfilter ul > li.act a {
                    color: #fff !important;
                }

                .nsWebSortfilter ul > li.act i {
                    color: #fff !important;
                    transform: scale(1) rotate(180deg);
                    transition: all .3s ease;
                }

                    .nsWebSortfilter ul > li.act i.rotate {
                        color: #fff !important;
                        transform: scale(1) rotate(360deg);
                        transition: all .3s ease;
                    }
/*end nsWebSort*/
/*dataList*/
.dataList_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 3px 0px, rgb(0 0 0 / 6%) 0px 1px 2px 0px;
}

.dataList_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    color: #fff;
    background: linear-gradient(#45adad, #2e7676);
    padding: 10px;
}

.dataList_mainContent {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.dataList_mainContent-title {
    text-align: right;
    width: 100%;
    padding: 10px;
}

.dataList_mainContent-content {
    width: 100%;
    padding: 3px;
}
/*dataList*/
/*TimeLine*/
.nsTimelineActivity {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 12px;
}

    .nsTimelineActivity::after {
        content: '';
        position: absolute;
        width: 2px;
        background: #dbdbdb;
        top: 0;
        bottom: 0;
        right: 50%;
        margin-left: -1px;
    }

.nsActivity {
    position: relative;
    background: inherit;
    width: 50%;
}

    .nsActivity.left {
        right: 50%;
        padding: 15px 30px 15px 0;
        display: flex;
        justify-content: start;
    }

    .nsActivity.right {
        left: 0;
        padding: 15px 0 15px 30px;
        display: flex;
        justify-content: end;
    }


    .nsActivity::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        top: calc(50% - 1px);
        right: 0;
        background: #dbdbdb;
        z-index: 1;
    }

    .nsActivity.right::before {
        right: calc(100% - 30px);
    }

    .nsActivity .nsActivityDate {
        position: absolute;
        display: inline-block;
        top: calc(50% - 8px);
        text-align: center;
        font-size: 10px;
        font-weight: bold;
        color: #2c2c2c;
        text-transform: uppercase;
        letter-spacing: 1px;
        z-index: 1;
    }

    .nsActivity.left .nsActivityDate {
        right: -100px;
    }

    .nsActivity.right .nsActivityDate {
        left: -100px;
    }

    .nsActivity .nsActivityIcon {
        position: absolute;
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 13px 5px;
        top: calc(50% - 20px);
        background: #fff;
        border-radius: 40px;
        text-align: center;
        font-size: 9px;
        color: #2c2c2c;
        z-index: 1;
    }

    .nsActivity.left .nsActivityIcon {
        right: -20px;
        border: 2px solid #1976D2;
    }

    .nsActivity.right .nsActivityIcon {
        left: -20px;
        border: 2px solid #fdbd51;
    }

    .nsActivity .nsActivityContent {
        padding: 5px 10px;
        position: relative;
        border-radius: 0 500px 500px 0;
    }

    .nsActivity.left .nsActivityContent {
        background-color: #f4f9fd;
        border: 2px solid #1976D2;
        min-width: 100px;
    }

    .nsActivity.right .nsActivityContent {
        background-color: #fff9ee;
        border: 2px solid #FDBD51;
    }

    .nsActivity.right .nsActivityContent {
        padding: 5px 10px;
        border-radius: 500px 0 0 500px;
        min-width: 100px;
    }

.nsActivity_refresh {
    position: absolute;
    background: #ddd;
    width: 33px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    padding: 9px;
    left: 50%;
    top: 98%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
    line-height: 1.4;
    font-size: 14px;
    cursor: pointer;
}

/*TimeLine*/
/*comboBox*/
.nsComboBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    border: 2px solid #000;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    height: 35px;
    cursor: pointer
}

    .nsComboBox.open {
        border-radius: 5px 5px 0 0;
    }

        .nsComboBox.open > .nsComboBox_chervdown {
            transform: rotate(180deg)
        }

.nsComboBox_selected {
    display: flex;
    align-items: center;
}

.nsSelectedItems {
    border: 1px solid #ddd;
    background: #fefefe;
    font-weight: bold;
    font-size: 10px;
    display: flex;
    padding: 3px;
    align-items: center;
    border-radius: 5px;
    margin: 0 3px
}

.nsComboBox_option.disable {
    display: none
}

.nsSelectedItem {
    display: block;
    font-weight: bold;
    font-size: 10px;
}

.nsComboBox_chervdown {
    font-size: 13px;
    margin-top: 3px;
}

.nsComboBox_dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 3px;
    border: 1px solid #000;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    z-index: 5
}

.nsComboBox_search {
    padding: 3px;
}

.nsComboBox_input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.nsComboBox_resultList-options {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nsComboBox_option {
    padding: 6px 12px;
}

    .nsComboBox_option:hover {
        background: #000;
        color: #fff;
    }

/*end combobox*/
/*Start FileUploader*/
.nsWrapper {
    background-color: #fff;
    padding: 3px;
    border-radius: 5px;
    width: 100%;
}

    .nsWrapper header {
        color: #514949;
        font-size: 27px;
        font-weight: 600;
        text-align: center;
    }

    .nsWrapper form {
        position: relative;
        border: 2px solid #272727;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    top: 0;
    right: 0;
}

.nsUploadForm {
    border: 2px solid #6b6b6b;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    margin-bottom: 3px;
    justify-content: flex-end;
    align-items: baseline;
    position: relative
}

    .nsUploadForm .fileUoloader_icon {
        padding-right: 8px;
        margin-right: 14px;
        border-right: 1px solid #000;
    }

    .nsUploadForm .filePath {
        font-size: 12px;
        text-align: left
    }


    .nsUploadForm i {
        font-size: 15px;
        color: #6b6b6b
    }

    .nsUploadForm p {
        font-size: 14px;
        margin-top: 2px;
    }

.progress-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nsFile {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px dotted #7b7b7b;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: all .3s ease
}

    .nsFile:hover {
        transform: translateX(7px)
    }

.typeFileUploaded {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 3px;
    font-size: 20px;
    width: 20px;
    height: 20px;
}

    .typeFileUploaded > img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.nsContent {
    color: #000;
    padding: 5px;
    padding-right: 30px;
    display: flex;
    align-items: baseline;
    width: 170px;
    justify-content: space-evenly;
}

.fileStatus {
    padding-left: 20px;
}

.fileUpload_progress {
    display: flex;
    height: 15px;
    overflow: hidden;
    font-size: 9px;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    width: 160px;
    margin-right: 3px;
}

.uploaded-area {
    display: flex;
    flex-direction: column
}

.fileUpload_detail {
    font-size: 10px
}

.nsName {
    font-size: 13px;
    padding-left: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nsSize {
    font-size: 11px
}

.fa-check {
    color: #0d8300
}

.fileAbort {
    justify-content: space-evenly;
    padding: 0 10px;
    display: flex;
    width: 95px;
}

.nsTrash {
    cursor: pointer
}

.nsRedo {
    cursor: pointer
}
/*end FileUploader*/
/****** nsBusiness   *************/
.nsBusiness-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    width: 315px;
    max-width: 100%;
    background-color: #fff;
    min-height: 200px;
    margin: 12px;
}

    .nsBusiness-custom.disable {
        background-color: #ebebeb;
    }

        .nsBusiness-custom.disable .nsBusiness-custom-icon {
            background-color: #8c8c8c !important;
        }

        .nsBusiness-custom.disable .nsBusiness-headerCardLink {
            border-bottom: 2px dotted #8c8c8c !important;
        }

        .nsBusiness-custom.disable .nsBusiness-footer {
            background-color: #8c8c8c;
        }

        .nsBusiness-custom.disable .nsBusiness-footerLink {
            pointer-events: none;
        }

.nsBusiness-footerLink {
    color: #fff;
}

.nsBusiness-custom-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 12px;
    top: -20px;
    left: 10%;
}

.nsBusiness-footer {
    padding: 5px;
    border-radius: 0 0 3px 3px;
    background-color: #0dcaf0;
}

    .nsBusiness-footer::before {
        content: "— ";
        color: #fff
    }

.nsBusiness-insertFlexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.nsBusiness-headerCardLink {
    font-size: 12px;
    font-weight: 900;
    border-bottom: 2px dotted #0dcaf0;
    padding: 0.5rem;
    border-radius: 3px 3px 0 0;
}

.nsBusiness-paragraphCardLink {
    position: relative;
    width: 90px;
    height: 90px;
}

    .nsBusiness-paragraphCardLink > img {
        position: absolute;
        width: 100%;
        height: 100%;
    }
/*******************/
/********nsToolbar***********/
.nsForm_btn.nsDisabled {
    background: #ddd;
    color: #595959;
    border: 2px solid #999999;
    cursor: auto;
}
/********nsToolbar***********/
/********webdate***********/
.nsForm_input {
    width: 100%;
    padding: 0.8em;
    padding-right: 4.4em;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 12px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.nsDateContainer {
    position: relative
}

.nsWebDate_Btns {
    position: absolute;
    left: 3px;
    top: 5px;
    border-right: 1px solid #ddd;
    padding-right: 5px;
    text-align: center;
    display: flex;
    /*padding: 3px;*/
}

    .nsWebDate_Btns > .cldBtn, .nsWebDate_Btns > .clrBtn {
        position: relative;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

        .nsWebDate_Btns > .cldBtn > img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .nsWebDate_Btns > .clrBtn > img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
/********webdate***********/

/********radioButtons***********/
.naisWebRadioBtnWrapper {
    width: max-content;
    display: flex;
    background: #fff;
    /* height: 55px; */
    align-items: center;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 5px;
    padding: 10px 5px;
    border: 1px solid #ddd;
    margin: 5px 0;
}

.naisWebRbLabel {
    background: #fff;
    height: 100%;
    min-width: 75px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

    .naisWebRbLabel.selected {
        border-color: #0069d9;
        background: #0069d9;
    }

    .naisWebRbLabel > span {
        font-size: 12px;
        color: #545454;
    }

    .naisWebRbLabel.selected > span {
        color: #fff;
        font-weight: bold
    }

    .naisWebRbLabel > .dot {
        height: 15px;
        width: 15px;
        background: #e5e5e5;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        margin: 0 3px;
    }

        .naisWebRbLabel > .dot::before {
            content: "";
            display: inline-block;
            opacity: 0;
            position: absolute;
            top: -4px;
            left: -4px;
            width: 7px;
            height: 10px;
            border: 2px solid #0069d9;
            border-left: none;
            border-top: none;
            transform: translate(7.5px,13.75px) scale(1.5) rotate(45deg);
            transition: all 0.4s ease;
        }

    .naisWebRbLabel.selected > .dot::before {
        opacity: 1;
        transform: translate(7.5px,4.75px) rotate(45deg) scale(1);
        -ms-transform: translate(7.5px,4.75px) rotate(45deg) scale(1);
    }
/********radioButtons***********/

/*naisWebImageViewer*/
.naisWebImageViewer-container {
    width: 100%;
    height: 330px;
    border: 2px solid #ddd;
    position: relative;
}

.imageTest {
    width: 100%;
    height: 100%;
}

.naisWebImageViewer-lensTest {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    border: 2px solid #ddd;
    background-color: rgba(255, 255, 255, 0.25)
}

.naisWebImageViewer-result {
    position: absolute;
    right: calc(100% + 150px);
    top: 30px;
    width: 600px;
    height: 600px;
    border-radius: 5px;
    z-index: 99;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(99,99,99,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(99,99,99,1);
    box-shadow: 0px 0px 10px 1px rgba(99,99,99,1);
}

.naisWebImageViewer-imgContainer {
    height: 100% !important;
    left: 0;
    max-height: 100% !important;
    max-width: 100% !important;
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 1040;
}

.naisWebImageViewer-imgContainerHeader {
    background: #ddd;
    min-height: 10px;
    width: 100%;
    position: relative;
    padding: 5px;
}

.naisWebImageViewer-imgContainerBody {
    position: relative;
    width: 100%;
    height: 100%;
}

    .naisWebImageViewer-imgContainerBody > img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.naisWebImageViewer-imgContainer > .times {
    position: absolute;
    right: 25px;
    width: 20px;
    height: 20px;
    top: 20px;
    font-size: 15px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    z-index: 10;
    text-align: center;
}
/*naisWebImageViewer*/
/*******************/
.nais-col-12 {
    width: 98% !important;
}

.nais-col-11 {
    width: 89% !important;
}

.nais-col-10 {
    width: 81% !important;
}

.nais-col-9 {
    width: 73% !important;
}

.nais-col-8 {
    width: 65% !important;
}

.nais-col-7 {
    width: 57% !important;
}

.nais-col-6 {
    width: 49% !important;
}

.nais-col-5 {
    width: 41% !important;
}

.nais-col-4 {
    width: 33% !important;
}

.nais-col-3 {
    width: 25% !important;
}

.nais-col-2 {
    width: 17% !important;
}

.nais-col-1 {
    width: 9% !important;
}
/*******************/
.nsTableT3 {
    width: 800px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #196add;
}

    .nsTableT3 td {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #000;
    }

    .nsTableT3 th {
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 13px;
    }

    .nsTableT3 th {
        text-align: right;
    }

    .nsTableT3 thead th {
        background-color: #196add;
        text-align: center
    }

    .nsTableT3 tbody tr:hover {
        background-color: #dde7f2;
    }

    .nsTableT3 tbody td {
        position: relative;
        border-bottom: 1px solid #196add;
        border-left: 1px solid #196add;
    }

        .nsTableT3 tbody td:hover:before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -9999px;
            bottom: -9999px;
            background-color: #dde7f2;
            z-index: -1;
        }
/*******************/

.rad-label {
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 14px 16px;
    margin: 2px 5px;
    cursor: pointer;
    transition: .3s;
}

    .rad-label:hover,
    .rad-label:focus-within {
        background: hsla(0, 0%, 80%, .14);
    }

.rad-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.rad-design {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: linear-gradient(to right bottom, hsl(154, 97%, 62%), hsl(225, 97%, 62%));
    position: relative;
}

    .rad-design::before {
        content: '';
        display: inline-block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        background: hsl(0, 0%, 90%);
        transform: scale(1.1);
        transition: .3s;
    }

.rad-input:checked + .rad-design::before {
    transform: scale(0);
}

.rad-text {
    color: #000;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    transition: .3s;
}

.rad-input:checked ~ .rad-text {
    color: hsl(0, 0%, 40%);
}
/*********naisDateBox**********/

/*.panel .panel-body .form-table td {
    padding: 4px;
    color: #333;
}


.panel .panel-body .form-table td {
    padding: 4px;
    color: #333;
}

.calendar-box .not-decade {
    color: #CCC !important;
}



.panel .panel-body .form-table td {
    padding: 4px;
    color: #333;
}*/

/*******************/
/* استایل اصلی textbox - border دور کنترل */
.nsForm-textbox {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
    overflow: hidden; /* برای حفظ گوشه‌های گرد */
}

/* حالت focus - تغییر رنگ border */
.nsForm-textbox-focused {
    border-color: #66afe9;
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

/* حالت disabled */
.nsForm-textbox-disabled {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: not-allowed;
    opacity: 0.7;
}

/* حالت readonly */
.nsForm-textbox-readonly {
    background-color: #f9f9f9;
    border-color: #ddd;
}

/* استایل container داخلی */
.nsForm-textbox-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    direction: ltr;
}

/* برای راست‌چین */
.nsForm-rtl .nsForm-textbox-container {
    direction: rtl;
}

/* استایل input نمایشی - بدون border */
.nsForm-textbox-text {
    flex: 1;
    min-width: 50px;
    height: 100%;
    padding: 4px 8px;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
}

/* استایل آیکون - با border جداکننده */
.nsForm-textbox-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #f8f9fa;
    border-left: 1px solid #d9d9d9;
    cursor: pointer;
    flex-shrink: 0;
}

/* راست‌چین برای آیکون */
.nsForm-rtl .nsForm-textbox-icon-wrapper {
    border-left: none;
    border-right: 1px solid #d9d9d9;
}

/* استایل آیکون */
.nsForm-textbox-icon {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

/* استایل دکمه - با border جداکننده */
.nsForm-textbox-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
    background: #f8f9fa;
    border-left: 1px solid #d9d9d9;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    flex-shrink: 0;
}

/* راست‌چین برای دکمه */
.nsForm-rtl .nsForm-textbox-button {
    border-left: none;
    border-right: 1px solid #d9d9d9;
}

/* hover effects */
.nsForm-textbox-icon-wrapper:hover,
.nsForm-textbox-button:hover {
    background: #e9ecef;
}

    .nsForm-textbox-icon-wrapper:hover .nsForm-textbox-icon {
        color: #333;
    }

/* حالت disabled برای آیکون */
.nsForm-textbox-icon-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

    .nsForm-textbox-icon-disabled:hover {
        background: #f8f9fa;
    }