.green {
    color: #48b348
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .3em solid rgba(0, 0, 0, 0)
}

.font_bold {
    font-weight: 600;
    font-size: 14px
}

.font_bolder {
    font-weight: 700;
    font-size: 16px
}

.nowrap {
    white-space: nowrap !important
}

.mandatory {
    color: red;
    margin-left: .3rem
}

a:hover {
    text-decoration: none
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.05rem + 2px) !important
}

.common_heading {
    font-weight: 700;
    font-size: 16px;
    padding: 1rem 0;
    margin: 0
}

.btn {
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: .9em;
    font-weight: 600;
    text-transform: none;
    background: #004ea2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.btn:hover {
    background: #003a79;
    transition: all .3s ease;
    color: #fff
}

.btn:active {
    background: #001123
}

.btn:focus {
    box-shadow: none
}

.btn-purple {
    background: #004ea2;
    padding: 10px 25px;
    box-shadow: 0 0 30px rgba(192, 0, 255, .231372549)
}

.btn-purple:hover {
    background: #003a79;
    transition: all .3s ease;
    color: #fff
}

.btn-purple:active {
    background: #001123
}

.btn-purple:focus {
    box-shadow: none
}

.btn-orange {
    background: #ff8831
}

.btn-orange:hover {
    background: #ff7008;
    transition: all .3s ease;
    color: #fff
}

.btn-orange:active {
    background: #b14b00
}

.btn-orange:focus {
    box-shadow: none
}

.btnSmall {
    padding: 0 1em;
    background: #fff;
    height: 35px;
    color: #2c2e38;
    border: 1px solid #dae1e1;
    line-height: 25px;
    font-weight: 400
}

.btnSmall:hover {
    background: #ebebeb;
    transition: all .3s ease;
    color: #fff
}

.btnSmall:active {
    background: #bfbfbf
}

.btnSmall:focus {
    box-shadow: none
}

.btnSmall:hover {
    background: #f2f2f2;
    color: #2c2e38
}

.btn-white {
    background: #fff;
    border: 1px solid #dae1e1;
    border-radius: .3em;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    color: #2c2e38;
    padding: .3em 1em;
    overflow: hidden
}

.btn-white .icon {
    margin: 0;
    background: #f7f9f9;
    width: 3em;
    border: none;
    border-radius: 0
}

.btn-search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .4rem !important;
    border-bottom-right-radius: .4rem !important
}

.btn-search:focus {
    background: #004ea2
}

body {
    margin: 0;
    padding: 0
}

.popup_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(158, 158, 158, .35);
    z-index: 10000;
    overflow: hidden
}

.popup {
    width: 450px;
    padding: 1.5rem;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000
}

.popup i {
    margin: 0 .5em 0 0 !important;
    color: #fdb61d;
    font-size: 22px !important
}

.popup .btn-blue {
    padding: 8px 24px
}

.popup .form-group {
    margin-bottom: 0
}

.close-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer
}

.hidden {
    display: none
}

.popup_content {
    padding: 1.5em 0 .5em 0
}

.button_center {
    display: block;
    text-align: center
}

.popup-module {
    width: 750px
}

@media(max-width: 768px) {
    .popup-module {
        width: 100%
    }
}

.show_module_modal {
    background: rgba(0, 0, 0, 0)
}

.module_popup_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(158, 158, 158, .35);
    z-index: 10000;
    overflow: hidden
}

.module_popup {
    width: 450px;
    padding: 1.5rem;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000
}

.module_popup i {
    margin: 0 .5em 0 0 !important;
    color: #fdb61d;
    font-size: 22px !important
}

.module_popup .btn-blue {
    padding: 8px 24px
}

.module_popup .form-group {
    margin-bottom: 0
}

.close-module-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer
}

.hide {
    display: none
}

.popup_module_content {
    padding: 1.5em 0 .5em 0
}

.modal-header {
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse;
    padding: 1rem;
    border-bottom: 1px solid #f3f3f3
}

.modal-header .close {
    background: #f2f2f2;
    border: none;
    padding: 0 .25rem .1rem !important;
    margin: 0 !important
}

.modal-header .close:hover {
    background: #004ea2;
    color: #fff
}

.table_data_container {
    background: #fff;
    margin-top: 0;
    padding: 1rem;
    box-shadow: #f2f2f2 1px 1px 1rem .1rem;
    border-radius: .2rem;
    min-height: 80vh
}

.table_data_container table {
    border: 1px solid #dee2e6 !important
}

.table_data_container table th,
.table_data_container table td {
    font-size: 14px;
    white-space: nowrap !important
}

.table_data_container .dataTables_length {
    margin-bottom: 9px
}

.table_data_container h5 {
    font-size: 1.15em;
    font-weight: 700;
    margin-top: 6px
}

.table_data_container div.dataTables_wrapper div.dataTables_length select {
    width: 75px !important;
    display: inline-block;
    border-color: #ccc !important;
    border-radius: .3rem
}

.table_data_container div.dataTables_wrapper div.dataTables_length select:focus {
    outline: 0;
    box-shadow: none
}

.table_data_container div.dataTables_wrapper div.dataTables_filter input {
    margin-left: .5em;
    display: inline-block;
    width: auto;
    border-radius: .3rem;
    border-color: #ccc
}

.table_data_container div.dataTables_wrapper div.dataTables_filter input:focus {
    outline: 0;
    box-shadow: none
}

.table_data_container .custom-clickable-row {
    cursor: pointer;
    /* transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out */
}

.table_data_container .custom-clickable-row .selected {
    background-color: red;
    font-weight: bold;
    color: #fff
}

.table_data_container span.fa {
    height: 12px
}

.viewLink {
    color: #000 !important;
    font-size: .85rem;
    font-weight: 400;
    width: auto;
    height: 36px;
    display: flex;
    gap: 8px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.viewLink:hover {
    background: rgba(214, 214, 214, .2);
    border-radius: .2rem
}

.list {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 1px;
    display: flex;
    gap: 5px
}

.list li {
    list-style-type: none;
    display: inline-block;
    text-align: center
}

.list li a {
    padding: 0 .2rem;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0);
    border-radius: .2rem;
    border: 1px solid #b8b8b8;
    display: inline-block;
    margin: 0;
    color: #000;
    font-size: .875rem;
    /* transition: .3s */
}

.list li a i {
    font-size: 13px !important
}

.list li a:hover {
    text-decoration: none;
    background: #b6e8e9;
    color: #000
}

.Status.publish {
    background: #54c5e3
}

.Status.success {
    background-color: #35cd3a
}

.Status.inProgress {
    background: #ffa534;
    color: #fff !important
}

.Status {
    font-size: .8rem;
    font-weight: 600;
    padding: .08rem .6rem .15rem .6rem;
    border-radius: 5rem;
    color: #fff
}

.custom_select {
    background: #fcfcfc url(../images/dropdown_arrow.png) no-repeat;
    background-position: 121px;
    width: 140px !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fcfcfc url(../images/dropdown_arrow.png) no-repeat;
    background-position: 50px;
    width: 68px !important;
    text-indent: .01px;
    text-overflow: ""
}

select:focus {
    outline: 0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: #f1f1f1 !important;
    color: #000 !important;
    border: 1px solid #ddd !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    /* background: #fff !important; */
    color: #000 !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: #1959b7 !important
}

div.dataTables_paginate {
    margin: 0 .6rem;
    white-space: nowrap;
    text-align: right
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ddd !important;
    background: #f1f1f1;
    padding: 4px 12px !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #f2f2f2 !important;
    color: #000 !important
}

.dataTables_wrapper .dataTables_paginate {
    margin: 5px 0 !important
}

.tableModal {
    background: #fff;
    padding: 1em;
    display: none;
    position: fixed;
    left: .5em;
    top: .5em;
    bottom: .5em;
    right: .5em;
    z-index: 10000;
    height: 610px;
    overflow-y: scroll
}

.showTableModal {
    display: block
}

.table_close {
    font-weight: 600;
    font-size: 1.5em;
    cursor: pointer;
    position: relative;
    top: 0;
    right: 0;
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    /* transition: .3s all */
}

.table_close:hover {
    background: #1959b7;
    color: #fff
}

.tableModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10000;
    overflow: hidden;
    display: none
}

.tableModalOverlay.overlay_active {
    display: block
}

.modaltableHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1em
}

.add_active {
    background: #1959b7;
    border-radius: 3px;
    color: #fff !important
}

.add_active:hover {
    background: #1959b7 !important
}

.add_active .svg_icon {
    filter: brightness(0) invert(1)
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: .5;
    text-decoration: none
}

table {
    border: 1px solid #dee2e6 !important
}

table th,
table td {
    font-size: 14px;
    white-space: nowrap !important
}

div.dataTables_wrapper,
.dataTables_length {
    margin: 0 auto
}

div.dataTables_wrapper select,
.dataTables_length select {
    width: 75px;
    background: #fcfcfc url(../images/dropdown_arrow.png) no-repeat;
    background-position: 56px
}

.dataTables_length label {
    margin: 0 auto
}

.dataTables_length label select {
    width: 75px;
    height: 30px;
    background: #fcfcfc url(../images/dropdown_arrow.png) no-repeat;
    background-position: 50px
}

.dataTables_filter input[type=search] {
    outline: 0;
    box-shadow: none;
    border-radius: .3rem;
    border-color: #ccc
}

.dataTables_scrollBody>table {
    margin-bottom: 10px !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none
}

.table-responsive {
    overflow-x: auto !important
}

.tableInline {
    display: inline-table !important
}

@media(max-width: 768px) {
    .tableInline {
        display: block !important
    }
}

.no-sort::after {
    display: none !important
}

.no-sort::before {
    display: none !important
}

.no-sort {
    cursor: default !important
}

.tableMatrix {
    margin: 0;
    padding: 0
}

.tableMatrix table {
    border: none !important
}

.tableMatrix table tr td {
    vertical-align: middle;
    padding: 5px 10px 5px 0
}

.tableMatrix table tr td input[type=file] {
    width: auto;
    margin-left: 10px
}

.tableMatrix table tr td input[type=text] {
    width: auto;
    margin-left: 10px;
    height: 40px;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important
}

.tableMatrix table tr td:first-child {
    white-space: wrap !important
}

.tableMatrix table tr td h6 {
    font-size: .95rem !important;
    font-weight: 600
}

.tableMatrix table label {
    margin-left: 10px !important;
    margin-bottom: 0 !important
}

.tableMatrix .attachment_section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10px
}

.tableMatrix .attachment_section .attach_file_name {
    padding: 0 9px;
    display: flex;
    align-items: flex-end;
    color: #5b5b5c
}

.tableMatrix .attachment_section .attach_file_name i {
    color: #e60013;
    margin: 0 10px
}

.fw_600_16 {
    font-weight: 600 !important;
    font-size: 16px;
    margin-bottom: .5rem !important
}

.flexMatrix {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: .8rem 0
}

.flexMatrix table {
    border: none !important
}

.flexMatrix table tr td {
    padding: 0 10px;
    vertical-align: middle
}

.flexMatrix table .v-align {
    display: flex;
    align-items: center;
    gap: 10px
}

.flexMatrix table .remove {
    color: #e60013
}

.t_container {
    width: 100%;
    margin: auto;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden
}

._table {
    width: 100%;
    border-collapse: collapse
}

table tbody tr td .form_control {
    margin: 5px 0 !important
}

._table :is(th, td) {
    padding: 0 10px !important
}

.form_control {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    padding: 8px 12px !important;
    width: 100%;
    border-radius: 6px;
    color: #000;
    /* transition: .3s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px */
}

.form_control::-moz-placeholder {
    color: inherit;
    opacity: .5
}

.form_control::placeholder {
    color: inherit;
    opacity: .5
}

.success {
    background-color: #24b96f !important
}

.warning {
    background-color: #ebba33 !important
}

.primary {
    background-color: #259dff !important
}

.secondery {
    background-color: #00bcd4 !important
}

.danger {
    background-color: #e60013 !important
}

.action_container {
    display: inline-flex
}

.action_container a {
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.action_container a:hover {
    color: #fff
}

.action_container>* {
    border: none;
    outline: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 8px 14px;
    cursor: pointer;
    /* transition: .3s ease-in-out */
}

.action_container>*+* {
    border-left: 1px solid rgba(255, 255, 255, .3333333333)
}

.table_view {
    border: none !important
}

.table_view tr td {
    padding: 10px 0;
    font-size: 14px
}

.table_view tr td:last-child {
    text-align: left
}

.table_view tr td div {
    margin: 0 10px 0 0;
    display: block;
    margin-bottom: 5px
}

.table_view tr td div a img {
    margin-left: 10px;
    width: 15px
}

.min_h_20 {
    height: 20px
}

.readOnlyData {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 0 8px;
    border-bottom: 1px solid #f1f1f1
}

.pipeLine {
    height: 12px;
    width: 2px;
    margin-top: 9px;
    background: #ccc
}

/*# sourceMappingURL=data_table.css.map */