﻿body {
    background-color: #f7f7f7;
    padding: 0px;
}

.header-fixed .app-header {
    z-index: 1050;
}

#pagetitle {
    z-index: 1045;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px !important;
}

.container-fluid {
    padding: 0px 15px !important;
}

.hideText {
    display: none;
}

.showText {
    display: block;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.page-title-txt {
    font-size: 1.3125rem !important;
}

.width100PerTbl {
    width: 100% !important;
}

/*------Validate Boostrap Start------*/
.help-block {
    color: #dc3545 !important;
    font-size: 12px;
}

.validControl {
    border-color: #28a745 !important;
}

.invalidControl {
    border-color: #dc3545 !important;
}

.validControl:focus {
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.invalidControl:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #2e9e55;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #28a74552;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f4f4f4;
}
/*------Validate Boostrap END*/


/*------Font Start------*/
@font-face {
    font-family: 'Prompt';
    /* src: url('../fonts/Prompt-Black.ttf');
     src: url('../fonts/Prompt-BlackItalic.ttf');
    src: url('../fonts/Prompt-Bold.ttf');
    src: url('../fonts/Prompt-BoldItalic.ttf');
    src: url('../fonts/Prompt-ExtraBold.ttf');
    src: url('../fonts/Prompt-ExtraBoldItalic.ttf');
    src: url('../fonts/Prompt-ExtraLight.ttf');
    src: url('../fonts/Prompt-ExtraLightItalic.ttf');
    src: url('../fonts/Prompt-Italic.ttf');*/
    src: url('../fonts/Prompt/Prompt-Light.ttf');
    src: url('../fonts/Prompt/Prompt-Light.eot');
    src: local('☺'), url('../fonts/Prompt/Prompt-Light.woff') format('woff'), url('../fonts/Prompt/Prompt-Light.ttf') format('truetype'), url('../fonts/Prompt/Prompt-Light.svg') format('svg');
    /* src: url('../fonts/Prompt-LightItalic.ttf');
    src: url('../fonts/Prompt-Medium.ttf');
    src: url('../fonts/Prompt-MediumItalic.ttf');
    
    src: url('../fonts/Prompt-SemiBold.ttf');
    src: url('../fonts/Prompt-SemiBoldItalic.ttf');
    src: url('../fonts/Prompt-ThinItalic.ttf');
    src: url('../fonts/Prompt-ThinItalic.ttf');
    src: url('../fonts/Prompt-Regular.ttf');*/
}

@font-face {
    font-family: 'Digital7';
    src: url('../fonts/Digital7/digital-7.ttf');
    /*src: url('../fonts/Digital7/Prompt-Light.eot');*/
    src: local('☺'), url('../fonts/Digital7/digital-7.ttf') format('truetype');
}
/*------Font END------*/


/*-------IE Style Start-----*/

/* IE 11 and Above Style Logo */
_:-ms-fullscreen, :root .app-header .navbar-brand {
    position: static !important;
}

/* IE 11 and Above Style Main Sidebar */
@media screen and (min-width: 576px) and (max-width: 1000px) {
    _:-ms-fullscreen, :root .sidebar-fixed.sidebar-lg-show .main, .sidebar-fixed.sidebar-lg-show .app-footer {
        margin-left: 0px !important;
    }
}

/*-------IE Style END-----*/

/* Width Control*/
input, select, textarea {
    max-width: none !important;
}

/* Margin*/
.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft22 {
    margin-left: 22px;
}

.marginTop4 {
    margin-top: 4px;
}

.marginTop6 {
    margin-top: 6px;
}

.marginRight5 {
    margin-right: 5px;
}


.marginBottom10 {
    margin-bottom: 10px;
}



/*Padding*/
.paddingRight10 {
    padding-right: 10px;
}

/*-----DataTable Start-----*/

/* Font color */
table.dataTable {
    color: #444 !important;
    font-size: 0.8rem;
    margin-top: 0px !important;
}

/* L1 striped */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

/* L2 striped */
table.dataTable tbody tr.odd .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable tbody tr.even .sorting_1 {
    background-color: inherit !important;
    align-items: center;
    justify-content: center;
    display: table-cell !important;
}

/* table row hover */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover,
table.dataTable tbody tr.odd:hover, .table-striped tbody tr:nth-of-type(odd):hover,
table.dataTable tbody tr.even:hover, .table-striped tbody tr:nth-of-type(even):hover {
    background-color: #e6e6e6 !important;
}

.tbl-l2-container {
    padding-left: 30px;
}

.tbl-l1 {
    /*width:100% !important;*/
    margin: 0px !important;
}

    .tbl-l1 > thead > tr {
        background-color: #d2d8de !important;
        color: #444;
        font-size: 13px;
    }


.tbl-l2 thead tr {
    background-color: #dadfe2 !important;
    color: #444;
    font-size: 0.8rem;
}

.tbl-l2 thead .dt-head-center, .tbl-l2 td.dt-body-center {
    text-align: center !important;
}

.tbl-l2 thead .dt-head-right, .tbl-l2 td.dt-body-right {
    text-align: right !important;
}

.tbl-l2 thead .dt-head-left, .tbl-l2 td.dt-body-left {
    text-align: left !important;
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/DataTable/sort_asc.png") !important;
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/DataTable/sort_desc.png") !important;
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/DataTable/sort_asc_disabled.png") !important;
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/DataTable/sort_desc_disabled.png") !important;
}

table.dataTable thead .sorting {
    background-image: url("../images/DataTable/sort_both.png") !important;
}

.dataTables_scrollBody::-webkit-scrollbar, .tbl-mng-titlelst::-webkit-scrollbar {
    display: block;
    /*width: 3px !important;*/
    margin-left: 5px;
    height: 15px !important;
}

.dataTables_scrollBody::-webkit-scrollbar-track, .tbl-mng-titlelst::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 0.5rem;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb, .tbl-mng-titlelst::-webkit-scrollbar-thumb {
    background: #dbdde0;
    border-radius: 0.5rem;
}


/*pagination fontsize*/
.page-link {
    color: #068261;
    border: 0px;
    padding: 0.5rem;
}

    .page-link:focus {
        box-shadow: 0 0 0 0.2rem #28a74573;
    }

.dataTables_paginate.paging_simple_numbers {
    font-size: 13px !important;
}

.page-item.disabled .page-link {
    border: 0px;
    top: -2px;
}

.paginate_button .page-item .active, .page-item.active .page-link {
    background: #d2d8de !important;
    color: #444;
    border: 0px;
    top: 0px;
    padding: 0.5rem;
}

/*entrires fontsize*/
.dataTables_length {
    font-size: 13px !important;
}

    /*entrires dropdown fontsize*/
    .dataTables_length .custom-select {
        font-size: 13px !important;
    }

/*description page fontsize*/
.dataTables_info {
    font-size: 13px !important;
}

/*Search Filter*/
.dataTables_filter {
    font-size: 13px !important;
}

.dataTables_wrapper {
    padding: 15px 10px;
    background: #fff;
    margin-bottom: 10px !important;
}

   .dataTables_wrapper .dataTables_paginate .paginate_button {
        color: transparent !important;
        margin-left: 0px;
        padding: 0em;
        border-radius: 0px;
        height: inherit;
        top: 2px;
        border: 1px #068261;
        outline: none;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: transparent !important;
            background: none;
            border: 0px;
            border-radius: 0px;
        }
/*-----DataTable END-----*/

/*----Navigation bar----*/


/*-----Jquery-ui Start-----*/
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/Jquery-ui/ui-icons_444444_256x240.png") !important;
}

.ui-widget-header .ui-icon {
    background-image: url("../images/Jquery-ui/ui-icons_444444_256x240.png") !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/images/Jquery-ui/ui-icons_555555_256x240.png") !important;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/images/Jquery-ui/ui-icons_ffffff_256x240.png") !important;
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/images/Jquery-ui/ui-icons_777620_256x240.png") !important;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/images/Jquery-ui/ui-icons_cc0000_256x240.png") !important;
}

.ui-button .ui-icon {
    background-image: url("/images/Jquery-ui/ui-icons_777777_256x240.png") !important;
}
/*-----Jquery-ui END-----*/

/*-----Jquery-ui datepicker start-----*/
/*active select*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #068261 !important;
    background: #068261 !important;
    font-weight: normal !important;
    color: #ffffff !important;
}

/*today select*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #c6e6dd !important;
    background: #c6e6dd !important;
    color: #444 !important;
}
/*-----Jquery-ui datepicker end-----*/

/* Bottstrap modal */
/***************----- MODAL STYLE -----*****************  
    * MODAL AS LEFT/RIGHT SIDEBAR
    * Add "left" or "right" in modal parent div, after class="modal".
    * Get free snippets on bootpen.com
    *******************************/

.modal.fade {
    z-index: 1052;
}

.modal-head {
    padding: 10px;
    background: #ddd;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 66%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .modal.left .modal-content::-webkit-scrollbar,
    .modal.right .modal-content::-webkit-scrollbar {
        display: none;
    }

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 30px;
}

.modal.left.fade .modal-dialog {
    left: -520px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade, .modal.right.fade .modal-dialog, .modal-backdrop.fade {
    right: -520px;
    -webkit-transition: opacity 0.3s linear, right 0.2s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.2s ease-out;
    -o-transition: opacity 0.3s linear, right 0.2s ease-out;
    transition: opacity 0.3s linear, right 0.2s ease-out;
}

.modal.right.fade {
    right: -1px;
    padding-top: 126px;
    z-index: 1044;
    bottom: 0px;
}

    .modal.right.fade.show .modal-dialog {
        right: -1px;
        padding-top: 126px;
        z-index: 1044;
        bottom: 0px;
    }

.modal.modal-wide .modal-dialog {
    width: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.modal-backdrop.fade, .modal-backdrop.fade.show {
    opacity: 0.75;
    background-color: #fff !important;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.modal-footer {
    padding: 10px;
}

.modal-header {
    padding: 10px;
}

/* Icon Position Button Start */
.btn [class^="icon-"], .btn [class*=" icon-"] {
    margin-right: 10px;
}

.fa {
    margin-right: 10px;
}
/* Icon Position Button END */

/* Switch toggle */
.switch-outline-success-alt .switch-input:checked + .switch-slider {
    background-color: #fff;
    border-color: #068261 !important;
}

    .switch-outline-success-alt .switch-input:checked + .switch-slider::before {
        background-color: #068261 !important;
        border-color: #068261 !important;
    }

/*Button Style*/
.btn-green {
    color: #fff;
    padding: 5px 10px;
    background-color: #068261;
    border-color: #068261;
    cursor: pointer;
}

    .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #068261;
        border-color: #068261;
        cursor: pointer;
    }

    .btn-green:focus, .btn-green.focus {
        box-shadow: 0 0 0 0.2rem rgba(48, 206, 104, 0.5);
    }

    .btn-green:hover {
        color: #fff;
        background-color: #069a73;
        border-color: #069a73;
    }

.btn-gray {
    background: #414141;
    color: #fff;
}

    .btn-gray:focus, .btn-gray.focus {
        box-shadow: 0 0 0 0.2rem rgba(74, 74, 74, 0.42);
    }

    .btn-gray:hover {
        color: #fff;
        background-color: #585858;
        border-color: #585858;
    }

.btn-search {
    /*/images/icon/Search.png*/
    width: 48px;
    height: 48px;
    background-image: url('/images/icon/Search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px;
    z-index: 1060;
    position: inherit;
}

    .btn-search:hover {
        background-image: url('/images/icon/Search_hover.png');
        outline: none !important;
    }

    .btn-search:active, .btn-search:focus {
        outline: none !important;
    }

.btn-dropdown-light {
    /*#e4e7ea*/
    color: #212529;
    background-color: #f8f9fa;
    border-color: #e4e7ea;
}

    .btn-dropdown-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

div.dropdown .btn-dropdown-light ~ .btn-light {
    /*#e4e7ea*/
    height: 100%;
    color: #212529 !important;
    background-color: #fff;
    border-color: #e4e7ea;
}

    div.dropdown .btn-dropdown-light ~ .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    div.dropdown .btn-dropdown-light ~ .btn-light:disabled {
        background-color: #f0f3f5 !important;
        border-color: #f0f3f5 !important;
        cursor: default;
    }

/* Popover */
.popover {
    max-width: max-content;
    font-family: Prompt, serif, Sans-serif, cursive, fantasy, monospace;
    margin-left: 10px !important;
    font-size: inherit;
    max-height: 500px;
    overflow: scroll;
}


.cursor-default {
    cursor: default !important;
}


/*Color */
.colorWhite {
    color: white;
}

.colorRedIconDDLMenu {
    color: red !important;
}

.cursorPointer {
    cursor: pointer;
}

/*Label Validate*/
.lblValidate::before {
    content: "* ";
    color: red;
}

/*Loading Start*/
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9998;
    text-align: center;
}

#loading-image {
    position: absolute;
    z-index: 9999;
    max-height: 100%;
    max-width: 100%;
    top: 40%;
}
/*Loading END*/

/* Backdrop */
#backdrop {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 1059;
    text-align: center;
}

/*---- Radio custom start ----*/
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #068261;
}
/*---- Radio custom end ----*/

/*-----Set Dropdown Height Start-----*/
div.dropdown-menu.open {
    max-height: 314px !important;
    overflow: hidden;
}

ul.dropdown-menu.inner {
    max-height: 260px !important;
    overflow-y: auto;
}
/*-----Set Dropdown Height END-----*/

/*-----Set Dropdown color start-----*/
.bootstrap-select .btn:focus {
    outline: none !important;
}


.dropdown-item.active, .dropdown-item:active,
.dropdown-item.focus, .dropdown-item:focus {
    color: #444;
    background-color: #bae3c3;
}
/*-----Set Dropdown color End-----*/

@media screen and (min-width: 100px) and (max-width: 575px) {

    .text-right {
        text-align: left !important;
    }

    .main .container-fluid {
        padding: 0 10px;
    }

    .displayTitle {
        display: none !important;
    }

    #loading-image {
        height: 40px;
    }

    .body {
        font-size: 12px;
    }

    .page-title-txt {
        font-size: 1.25rem;
    }

    .page-title-container {
        display: table-cell !important;
        vertical-align: middle;
    }

    .form-control {
        font-size: 12px;
    }

    .card-body {
        padding: 15px;
    }

    .sm-txt-right {
        text-align: right !important;
    }

    .sm-txt-left {
        text-align: left !important;
    }

    .sm-p-right-0 {
        padding-right: 0px !important;
    }

    .modal.right.fade .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
    }

    .paging_simple_numbers ul {
        justify-content: center !important;
        margin-bottom: 1rem !important;
    }

    .dataTables_info {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tbl-l2-container {
        padding-left: 10px;
    }

    .tbl-activestatus-img {
        display: table-row !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .page-title-container {
        display: table-cell !important;
        vertical-align: middle;
    }

    .displayTitle {
        display: none !important;
    }

    .modal.right.fade .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
    }

    .paging_simple_numbers ul {
        justify-content: center !important;
        margin-bottom: 1rem !important;
    }

    .dataTables_info {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tbl-l2-container {
        padding-left: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
    /*-----Upload Style Start-----*/
    #ulImg {
        min-height: 200px !important;
        border-style: dashed;
    }
    /*-----Upload Style END-----*/
    .displayTitle {
        display: none !important;
    }

    #loading-image {
        height: 50px;
    }

    .body {
        font-size: 12px;
    }

    .page-title-txt {
        font-size: 1.25rem;
    }

    .page-title-container {
        display: table-cell !important;
        vertical-align: middle;
    }

    .form-control {
        font-size: 12px;
    }

    .md-txt-right {
        text-align: right !important;
    }

    .md-txt-left {
        text-align: left !important;
    }

    .md-p-right-0 {
        padding-right: 0px !important;
    }

    .col-form-label {
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1365px) {
    #loading-image {
        height: 70px;
    }

    .displayTitle {
        display: block !important;
    }

    .body {
        font-size: 12px;
    }

    .page-title-txt {
        font-size: 1.3125rem;
    }

    .page-title-container {
        display: table-cell !important;
        vertical-align: middle;
    }

    .form-control {
        font-size: 12px;
    }

    .lg-txt-right {
        text-align: right !important;
    }

    .lg-txt-left {
        text-align: left !important;
    }

    .lg-p-right-10 {
        padding-right: 10px !important;
    }

    .col-form-label {
        font-size: inherit !important;
    }

    .modal.right.fade .modal-dialog {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1599px) {
    .body {
        font-size: 12px;
    }

    .displayTitle {
        display: block !important;
    }

    .page-title-txt {
        font-size: 1.3125rem;
    }

    .page-title-container {
        display: table-cell !important;
        vertical-align: middle;
    }

    .form-control {
        font-size: 12px;
    }

    .lg-txt-right {
        text-align: right !important;
    }

    .lg-txt-left {
        text-align: left !important;
    }

    .lg-p-right-10 {
        padding-right: 10px !important;
    }

    .modal.right.fade .modal-dialog {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1920px) {
    .body {
        font-size: 14px;
    }

    .displayTitle {
        display: block !important;
    }

    .page-title-txt {
        font-size: 1.3125rem;
    }

    .form-control {
        font-size: 14px;
    }

    .xl-txt-right {
        text-align: right !important;
    }

    .xl-txt-left {
        text-align: left !important;
    }

    .xl-p-right-10 {
        padding-right: 10px !important;
    }

    .modal.right.fade .modal-dialog {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1920px) {
    /*-----Upload Style Start-----*/
    #ulImg {
        min-height: 300px !important;
        border-style: dashed;
    }
    /*-----Upload Style END-----*/

    #loading-image {
        height: 100px;
    }

    .page-title-txt {
        font-size: 1.3125rem;
    }

    .displayTitle {
        display: block !important;
    }

    .page-title-container {
        display: table-cell !important;
        vertical-align: middle;
    }

    .xl-txt-right {
        text-align: right !important;
    }

    .xl-txt-left {
        text-align: left !important;
    }

    .xl-p-right-10 {
        padding-right: 10px !important;
    }

    .modal.right.fade .modal-dialog {
        max-width: 100% !important;
    }
}


/*Font Awesome Icon LeftMenu Style */
@media (min-width: 992px) {
    .sidebar-minimized .sidebar .nav-link .fa {
        display: block;
        float: left;
        width: 50px;
        text-align: center;
    }
}

.sidebar {
    z-index: 1049 !important;
}

    .sidebar .nav-link .fa {
        color: rgba(255, 255, 255, 0.3);
    }

    .sidebar .nav-link:hover {
        color: #06b989 !important;
        background: transparent;
    }

        .sidebar .nav-link:hover .fa {
            color: #06b989;
        }

        .sidebar .nav-link:hover.nav-dropdown-toggle::before:hover {
            color: #06b989;
        }

        .sidebar .nav-link:hover .nav-icon {
            color: #06b989;
        }

    .sidebar .nav-link.active, .sidebar .nav-link.active .fa,
    .sidebar .nav-link.active .nav-icon {
        color: #06b989 !important;
        background-color: inherit;
    }

.sidebar-show .main::before, .aside-menu-show .main::before {
    background-color: #ffffff61;
}


.sidebar .nav-item.nav-dropdown.open ul, .nav-item.nav-dropdown-toggle ul,
.sidebar .nav-item.nav-dropdown ul {
    font-size: 0.85rem;
    margin-left: 10px;
}

/* hover minimize bar */
.sidebar-minimized .sidebar .nav-item:hover
/*, .sidebar-minimized .sidebar .nav-link:hover*/ {
    background-color: #068261 !important;
    color: #fff;
}

    .sidebar-minimized .sidebar .nav-item:hover .fa, .sidebar-minimized .sidebar .nav-item:hover .nav-icon {
        color: #fff !important;
    }

.sidebar-minimized .sidebar .nav-dropdown-items .nav-item:hover {
    background-color: transparent !important;
}

.sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    color: #fff !important;
    background-color: #068261;
}

.sidebar-minimized .sidebar .nav-item:hover .fa, .sidebar-minimized .sidebar .nav-link:hover .fa {
    color: #fff;
}

.sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    margin-left: 0px;
}

.sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
    display: flex;
    padding-right: 5px;
    white-space: normal !important;
    /*text-overflow: ellipsis;*/
    /*overflow-x: hidden;
    word-break: break-word;*/
}

    .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link:hover {
        background-color: transparent !important;
        border-left: 4px solid #068261;
    }


/*Font Awesome Icon LeftMenu Style */
/* Font Control */
.fontSize13 {
    font-size: 13px;
}

.font-green {
    color: #068261 !important;
}

.font-light-green {
    color: #93e63a !important;
}

.font-light-orange {
    color: #ff7a1f !important;
}

.font-light-gray {
    color: #a5a5a5 !important;
}

.font-blue {
    color: #2968a1 !important;
}

.font-red {
    color: red !important;
}

.font-gray {
    color: #888 !important;
}

.noResize {
    resize: none;
}

.hideScroll {
    overflow: hidden;
}

footer a {
    color: #068261;
}


/*Set text <a> for footer Gridview*/
.txtNormal {
    font-weight: normal !important;
}

/*Style table activestatus*/
.tbl-activestatus-title {
    width: 180px;
    padding-left: 5px;
    text-align: left;
}

.tbl-activestatus-img {
    width: 105px;
}

.activestatus-size {
    height: 24px;
}

.text-wrap {
    white-space: normal !important;
}

.dt-body {
    white-space: normal !important;
}
