html, body {
    height: 100%;
    overflow: hidden;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #686868;
}

button {
    outline: 0 !important;
}

.Custom-Container {
    margin-top: 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    margin-bottom: 0;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #153160;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.left-sidebar li.customSideMenuTooltip {
    display: block;
}

li.customSideMenuTooltip .dropdown-menu {
    position: relative;
}

.smallSideMenu li.customSideMenuTooltip .dropdown-menu {
    position: absolute;
}

.left-sidebar {
    overflow: auto;
    font-size: 15px;
    color: #e1ffff;
    width: 220px;
    float: left;
    height: 100%;
    position: fixed;
    background-color: #153160;
    -moz-box-shadow: -3px 0 5px 0 #000;
    -webkit-box-shadow: -3px 0 5px 0 #000;
    box-shadow: -3px 0 5px 0 #000;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 0.87);
    transition: all 0.2s cubic-bezier(0, 0, 0, 0.87);
}

a.sidemenutoggle {
    position: fixed;
    transform: translate(-50%);
    top: 50%;
    left: 225px;
    background-color: rgb(72 72 72);
    padding: 30px 0;
    width: 10px;
    text-align: center;
    color: #006fb9;
    text-decoration: none;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 0.87);
    transition: all 0.2s cubic-bezier(0, 0, 0, 0.87);
    /*z-index: 10;*/
    z-index: 1;
    color: #fff !important;
}

    a.sidemenutoggle#sidebarCollapse {
        visibility: visible;
    }

.fullContentWidth .top-header .logo__in {
    margin-left: 100px;
}

.left-sidebar.collapse_side_menu.smallSideMenu + a.sidemenutoggle {
    left: 55px;
}

    .left-sidebar.collapse_side_menu.smallSideMenu + a.sidemenutoggle i.fa.fa-angle-left:before {
        content: "\f105";
    }

.logo-icon {
    display: none;
}

.img-logo {
    width: 100px;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.87);
    transition: all 0.4s cubic-bezier(0, 0, 0, 0.87);
    margin: 0 auto;
}

.navbar-brand {
    width: 100% !important;
    /*background-color: #fff;*/
    min-height: 50px;
    margin: 0px;
    margin-bottom: 10px;
    text-align: center;
    padding: 0;
}

img.logo__main {
    width: 171px;
}

.navbar-brand h6 {
    display: block;
    margin-top: 9px;
    color: white;
    margin-left: 20px;
}

.userSettingList li a.dropdown-item {
    color: rgb(112, 112, 112);
    font-weight: 600;
    font-size: 14px;
}

    .userSettingList li a.dropdown-item:hover {
        color: rgb(112, 112, 112);
        font-weight: 600;
        font-size: 14px;
        background: #f5f5f5;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    padding: 8px 17px !important;
}


.navbar-nav .nav-item .dropdown-menu {
    right: 0;
    left: inherit;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.img_user {
    width: 18px;
    height: 18px;
    border-radius: 50px;
}

.right-sidecontent {
    /*display: inline-block;*/
    margin-left: 220px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0, 0.87);
    transition: all 0.2s cubic-bezier(0, 0, 0, 0.87);
    width: calc(100% - 220px);
    /*min-height: calc(100vh - 63px);
    margin-top: 63px;*/
}

nav.navbar.navbar-expand-lg {
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 9%, rgba(21,49,96,1) 21%);*/
    background: #153160;
    min-height: 40px;
    padding: 0;
}

/*.top-header a.cstm-btn-back {
    color: #b6b6b6;
    width: 40px;
    height: 38px;
    text-align: center;
    padding-top: 9px;
    position: absolute;
    left: 70px;
    top: -3px;  
    z-index: 120;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.23);
    text-decoration: none;
}*/
.right-sidecontent.fullContentWidth .top-header a.cstm-btn-back {
    margin-left: 60px;
}

.top-header a.cstm-btn-back {
    color: #b6b6b6;
    width: 40px;
    height: 38px;
    text-align: center;
    padding-top: 9px;
    /*z-index: 120;*/
    font-size: 15px;
    background: rgba(0, 0, 0, 0.23);
    text-decoration: none;
    margin: -4px 0 0 -11px;
}

    .top-header a.cstm-btn-back i {
        font-weight: bold;
    }

    .top-header a.cstm-btn-back:hover {
        background-color: black;
        transition: 0.5s;
    }

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    font-size: 11px !important;
    height: 24px !important;
}

span#select2-ddlAdhocs-container {
    height: 24px !important;
    line-height: 24px !important;
}

span.select2-selection__arrow {
    height: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 24px !important;
}

.select2-results__option {
    font-size: 11px !important;
}

.select2-search--dropdown .select2-search__field {
    height: 24px !important;
    font-size: 11px !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #153160 !important;
}

.adhoc-sidepanel span.select2.select2-container.select2-container--default {
    width: calc(100% - 64px) !important;
}

    .adhoc-sidepanel span.select2.select2-container.select2-container--default + .input-group-prepend {
        height: 24px;
    }


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #d4d4d4 !important;
    border-color: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 7px 9px 8px !important;
    border-radius: 3px !important;
}


    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_info {
        color: #333 !important;
        opacity: .6;
    }

/*tree*/

#treeview {
    height: calc(100vh - 110px);
    width: 100% !important;
}

.options {
    padding: 20px;
    bottom: 0;
    right: 0;
    width: 260px;
    top: 0;
    background-color: #f5f5f5;
}

.caption {
    font-size: 18px;
    font-weight: 500;
}

.option {
    margin-top: 10px;
}

    .option > .dx-selectbox {
        display: inline-block;
        vertical-align: middle;
        max-width: 350px;
        width: 100%;
        margin-top: 5px;
    }

.dx-treeview-item .dx-treeview-item-content span {
    vertical-align: middle;
    /*color: #fff;*/
}

.dx-treeview-toggle-item-visibility.dx-treeview-toggle-item-visibility-opened:before, .dx-treeview-toggle-item-visibility:before {
    color: #fff;
}

.dx-treeview-item.dx-state-hover {
    background-color: #153160;
    color: #333;
}

    .dx-treeview-item.dx-state-hover .dx-treeview-item-content span {
        color: #fff;
    }


    .dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
        background-color: #9a3334;
    }
/**/

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.form-group.has-search {
    margin-bottom: 4px;
    margin-top: 5px;
    margin-left: 11px;
    width: calc(100% - 470px);
}

a#sidebarCollapse {
    color: #6d6d6d;
}

.top_filter_bar {
    background-color: #484848;
    color: white;
    padding: 5px 0;
    margin-bottom: 0 !important;
}

.content_settig_scroll {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 10px 0;
}

.top_filter_bar .btn-cstm {
    font-size: 13px;
    padding: 3px 12px;
    background-color: rgb(254 254 254 / 28%) !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.top_filter_bar a {
    color: white;
    text-decoration: none;
}

.top_filter_bar .pageTitle {
    padding: 3px 0px;
    margin: 0;
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
}

.top_filter_bar .titleheaderIcon {
    margin-left: 10px;
    position: relative;
    top: 2px;
    font-size: 17px;
    cursor: pointer;
}

.top_filter_bar .reload-icon {
    cursor: pointer;
    font-size: 20px;
    margin-right: 15px;
}

    .top_filter_bar .reload-icon:hover {
        color: #f3f3f3;
    }

.ul_filter_grid {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .ul_filter_grid li {
        display: inline-block;
    }

        .ul_filter_grid li > a {
            color: #333;
            text-decoration: none;
            padding: 10px;
        }

    .ul_filter_grid .dropdown-menu {
        margin-top: 0;
        padding: 0;
    }

        .ul_filter_grid .dropdown-menu a {
            padding: 10px 15px;
        }

/* checkbox */

.checkbox {
    text-align: left;
}

    .checkbox label {
        cursor: pointer;
        padding-left: 0;
        color: rgb(0, 0, 0);
        font-size: 13px;
        margin-bottom: 0;
    }


fieldset[disabled] .form-group.is-focused .checkbox label {
    color: rgba(0, 0, 0, 0.26);
}

.checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}

.checkbox .checkbox-material {
    vertical-align: middle;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

    .checkbox .checkbox-material:before {
        display: block;
        position: absolute;
        left: 0;
        content: "";
        background-color: rgba(0, 0, 0, 0.84);
        height: 20px;
        width: 20px;
        border-radius: 100%;
        z-index: 1;
        opacity: 0;
        margin: 0;
        top: -6px;
    }

    .checkbox .checkbox-material .check {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        border: 1px solid #676767;
        overflow: hidden;
        z-index: 1;
        left: 2px;
        bottom: 2px;
        border-radius: 0;
    }

        .checkbox .checkbox-material .check:before {
            position: absolute;
            content: "";
            transform: rotate(45deg);
            display: block;
            margin-top: -3px;
            margin-left: 7px;
            width: 0;
            height: 0;
            background: red;
            /* box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset; */
            animation: checkbox-off 0.3s forwards;
        }

.checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
    opacity: 0.2;
}

.checkbox input[type=checkbox]:checked + .checkbox-material .check {
    background: #9a3334;
}

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
        color: #fff;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        animation: checkbox-on 0.3s forwards;
    }


fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check,
.checkbox input[type=checkbox][disabled] + .circle {
    opacity: 0.5;
}

.checkbox input[type=checkbox][disabled] ~ .checkbox-material .check {
    border-color: #000000;
    opacity: .26;
}

.checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
    background-color: rgba(0, 0, 0, 0.87);
    transform: rotate(-45deg);
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

/* End checkbox */

.collapse_menu .left-sidebar {
    padding: 0;
    width: 0;
}

.collapse_menu .right-sidecontent {
    margin-left: 0;
    width: 100%;
}

.grid_list_view tr th, .grid_list_view tr td {
    padding: 6px;
    vertical-align: middle;
}

.grid_table_view tr th, .grid_table_view tr td {
    border: 1px solid #ddd;
    padding: 6px 10px;
    vertical-align: middle;
}


.grid_table_view tr td {
    border-top: 0;
    border-bottom: 0;
}

.grid_table_view tr:last-child td {
    border-bottom: 1px solid #ddd;
}

.cstm_table {
    background-color: #35373cb8;
    color: white;
    font-size: 13px;
}

/*form*/

.right_side_bar {
    position: fixed;
    top: 0;
    right: -500px;
    width: 500px;
    background-color: #fff;
    padding: 40px;
    border-left: 1px solid #9a3334;
    z-index: 10000;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s cubic-bezier(0, 0, 0, 0.24);
    height: 100%;
}

.show_form:before {
    content: '';
    position: fixed;
    background-color: rgba(51, 51, 51, 0.52);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.show_form .right_side_bar {
    right: 0;
}

/* / */

a.clos_ri8_bar {
    position: relative;
    top: -20px;
    left: calc(100% - 29px);
    background-color: #dcdcdc;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 28px;
    font-size: 17px;
    color: #635f5f;
    display: inline-block;
}

.cstm_table td a {
    color: white;
    text-decoration: none;
}

.cstm_table thead th {
    border-bottom: unset;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-cstm {
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s cubic-bezier(0, 0, 0, 0.24);
}

.btn-red {
    background-color: #9a3334;
    color: #fff;
}

.btn-orange {
    background-color: #153160;
    color: #fff;
}

    .btn-orange:hover {
        background-color: #ca8f22;
        color: #fff;
    }

.btn-gray {
    background-color: #676767;
    color: #fff;
}

    .btn-gray:hover {
        color: #fff;
    }

.ui-useraccess .ui-useraccesslogo {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.ui-useraccess .logo {
    padding: 10px 0;
}

.ui-useraccesslogo h4 {
    padding: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #909090;
    background: rgba(0, 0, 0, 0.06);
    margin: 0;
}

.sign-in-wrapper .sign-in-form {
    margin-top: 15px;
}

.sign-in-wrapper .form-group {
    position: relative;
}

.form-group {
    min-height: 24px;
    font-size: 13px;
}

    .form-group label {
        margin-bottom: 3px;
        font-size: 12px;
    }

.card {
    border-radius: 0;
    margin-bottom: 20px;
}

.card-body .card-title {
    border-bottom: 1px solid #cac4c4;
    color: #676767;
    padding-bottom: 8px;
}

.card-body .form-control {
    border-radius: 0;
    outline: inherit !important;
    border-color: #ced4da;
    box-shadow: inherit !important;
}

.btn-cstm {
    border-radius: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s cubic-bezier(0, 0, 0, 0.24);
}

    .btn-cstm:hover {
        opacity: 0.9
    }

.customTab {
    background-color: #f5f5f5;
    border: 1px solid gainsboro;
}

    .customTab li {
        display: inherit;
    }

        .customTab li a {
            padding: 5px 40px;
            cursor: pointer;
            font-size: 14px;
            background-color: #efefef;
        }

            .customTab li a.active {
                background-color: white;
                margin-bottom: -1px;
            }

#tabContent2 {
    display: none;
}

.customTabContent {
    margin: 0;
    padding: 20px 0px;
    border: 1px solid gainsboro;
    border-top: 0;
}

.customTabShareContent {
    margin: 0;
    padding: 20px 15px;
    border: 1px solid gainsboro;
    border-top: 0;
}

.deleteCustomField {
    position: relative;
    top: 28px;
    font-size: 18px;
    color: gray;
}

.dx-htmleditor-content {
    background-color: white !important;
}

/*Custom Delete Model Popup*/
.tms-model .modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.tms-model .modal-footer {
    padding: 10px;
    border: none;
    background-color: #ebebeb;
}

.tms-model .model-body {
    padding: 15px !important;
}

.themeActionbtn {
    color: #fff !important;
    background-color: #9a3334;
    border-color: #9a3334;
}

/* Home Tree list */

.Home-Container {
    padding: 0px;
}

.customTreelistItem .folder-icon,
.customTreelistItem .file-icon {
    float: left;
    font-size: 20px;
}

.customTreelistItem .folder-icon {
    margin-right: 10px;
}

.customTreelistItem .file-icon {
    margin-right: 10px;
}

.customTreelistItem .listText {
    margin-right: 10px;
}

.Home-Container .dx-treelist-headers {
    display: none;
}

#recordTreeView {
    font-size: 15px;
    font-weight: 600;
}

    #recordTreeView .dx-searchbox .dx-texteditor-input {
        font-weight: 600;
        font-size: 15px;
        color: #636363;
    }

    #recordTreeView .dx-searchbox .dx-placeholder:before {
        font-weight: 600;
        font-size: 15px;
    }


    #recordTreeView .dx-treelist-rowsview .dx-treelist-collapsed span:before,
    #recordTreeView .dx-treelist-rowsview .dx-treelist-expanded span:before {
        margin-left: -10px;
        font-size: 25px;
    }

    #recordTreeView .dx-treelist-content td {
        padding: 14px;
        padding-left: 15px;
        color: #4c4c4c;
        border-bottom: 1px solid #b5b5b5;
    }

        #recordTreeView .dx-treelist-content td:hover {
            background-color: #e8e8e8;
        }

    #recordTreeView .dx-toolbar-after {
        left: 0;
        width: 100%;
        padding-left: 7px;
    }

    #recordTreeView .dx-treelist-search-panel {
        width: 98% !important;
        border: 0;
    }

    #recordTreeView .status-icon {
        font-size: 18px;
        color: #969696;
        margin-right: 7px;
    }
/* End Home Tree list */
/*------- sidebar items -----*/
.left-sidebar .toggle-btn {
    display: none;
}

.left-sidebar ul,
.left-sidebar li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}

    .left-sidebar ul :not(collapsed) .arrow:before,
    .left-sidebar li :not(collapsed) .arrow:before {
        font-family: FontAwesome;
        content: "\f078";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        float: right;
    }

    .left-sidebar ul .active,
    .left-sidebar li .active {
        border-left: 3px solid #006fb9;
        background-color: #006fb9 !important;
    }

.left-sidebar .sub-menu .subLiTxtSm {
    display: none;
}

.left-sidebar ul .sub-menu li.active,
.left-sidebar li .sub-menu li.active {
    color: white;
}

.left-sidebar ul .sub-menu li,
.left-sidebar li .sub-menu li {
    background-color: #181c20;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
}

    .left-sidebar ul .sub-menu li:hover,
    .left-sidebar li .sub-menu li:hover {
        background-color: #020203;
    }

    .left-sidebar ul .sub-menu li:before,
    .left-sidebar li .sub-menu li:before {
        font-family: FontAwesome;
        content: "\f105";
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
    }

.left-sidebar li {
    padding-left: 0px;
    /*border-left: 3px solid #2e353d;*/
    cursor: pointer;
    display: flex;
}

    .left-sidebar li a {
        text-decoration: none;
        color: #e1ffff;
        width: 100%;
    }

        .left-sidebar li a i {
            padding-left: 15px;
            width: 20px;
            padding-right: 15px;
            font-size: 15px;
            display: inline-block;
            min-width: 40px;
        }

    .left-sidebar li:hover {
        /*border-left: 3px solid #006fb9;*/
        background-color: #4f5b69;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

.left-sidebar .CreateNewDD {
    padding-left: 16px;
}

.left-sidebar .ProcessLogLi {
    margin-bottom: 70px;
}

.menu-content .liTxt .fa-angle-right {
    float: right;
    margin-top: 11px;
    font-size: 15px;
}

.left-sidebar .userSettingList {
    display: none;
}

#folderCreate .color-picker-parent-node {
    padding-left: 0px;
}

/***/

.topbarbtns {
    background-color: #566a8c;
    margin-bottom: 40px;
}

.tab-content.subscript-tabs {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.nav.subscript-tabs li .nav-link {
    border: 0;
}

.nav.subscript-tabs li:first-child .nav-link {
    border-radius: 10px 0px 0px 0px;
}

.nav.subscript-tabs li:last-child .nav-link {
    border-radius: 0px 10px 0px 0px;
}

.nav.subscript-tabs li .nav-link.active {
    background-color: #fff;
}

label.form-label.col-sm-3, label.form-label.col-sm-2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    max-height: 32px;
}

.table thead th {
    background-color: #153160;
    border: 1px solid #153160;
    color: #fff !important;
}

th, td {
    padding: 5px 5px !important;
    font-size: 11px;
}

    td .form-control {
        height: 24px;
        padding: 2px 2px;
        font-size: 11px;
    }


.dx-datagrid-headers.dx-datagrid-nowrap table.dx-datagrid-table.dx-datagrid-table-fixed tbody tr:first-child td {
    background-color: #153160;
    color: #fff;
    border-color: #153160;
}

.modal-title {
    text-transform: capitalize;
}

.modal-footer .btn.close {
    font-size: 1rem;
    font-weight: 400;
    opacity: 1;
}


#layoutparams .dx-treelist-content .dx-row .dx-treelist-text-content.dx-text-content-alignment-left.dx-sort-indicator {
    padding-left: 40px;
}

/*.dx-treelist-nowrap .dx-header-row > td > .dx-treelist-text-content {
    padding-left: 40px ;
}*/


.form-group {
    margin-bottom: 10px;
}

.foldersec {
    margin-top: 30px;
    border: 1px solid #ced4da;
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.bx-folder {
    position: relative;
    border: 1px solid transparent;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 10px;
}

    .bx-folder .folder_icn {
        width: 50px;
    }

    .bx-folder:hover {
        background-color: rgb(21 49 96 / 12%);
        border: 1px solid rgb(21 49 96 / 20%);
    }

    .bx-folder:focus {
        background-color: rgb(21 49 96 / 18%);
    }

@media (max-width: 1366px) {
    .Monthly label.form-label.col-sm-2.pr-sm-0 {
        flex: 0 0 calc(137px - 45px);
    }

    .input-group.adhocaisearch {
        width:490px;
    }
}

@media (max-width: 1300px) {

    .Monthly label.form-label.col-sm-2.pr-sm-0 {
        flex: 0 0 calc(137px - 56px) !important;
    }

    .right-sidecontent.fullContentWidth .Monthly label.form-label.col-sm-2.pr-sm-0 {
        flex: 0 0 calc(137px - 45px) !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (max-width: 767px) {
    .left-sidebar {
        /*position: relative;
        width: 100%;
        margin-bottom: 10px;*/
        position: fixed;
        width: 250px;
        top: 41px;
        height: calc(100vh - 41px);
        z-index: 100;
        overflow: unset;
        background-color: #153160;
        box-shadow: inherit !important;
        left: -100%;
    }

        .left-sidebar.show {
            left: 0;
        }

        a#sidebarCollapse {
            display: none;
        }

    .navbar-brand {
        margin-bottom: 0px;
        width: auto;
    }

    .left-sidebar .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 10 !important;
        padding: 5px 8px;
        font-size: 20px;
        background-color: transparent;
        color: #fff;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }

    .top-header {
        display: none;
    }

    .right-sidecontent {
        margin-left: 0px;
        width: 100%;
        padding-top: 41px;
    }

    .CreateNewBtn {
        margin-top: 10px;
    }

    .Home-Container {
        padding: 0px 15px;
    }

    .customSideMenuTooltip .dropdown-content {
        display: none;
    }

    .attachmentcollection .attachmentCollectionIconDiv {
        max-width: 85px;
    }

    .customfieldcollection .customFieldTitleType .col-xs-7 {
        width: 65%;
    }

    .customfieldcollection .customFieldTitleType .col-xs-5 {
        width: 35%;
    }

    /* End mobile view user dropdown */

    .left-sidebar .userSettingList {
        display: block;
    }

        .left-sidebar .userSettingList a {
            color: white;
            padding-left: 8px;
        }

            .left-sidebar .userSettingList a #userImgSmall {
                margin-right: 5px;
            }

        .left-sidebar .userSettingList .dropdown-menu li a {
            color: #383838;
        }

    .left-sidebar li {
        border: 0px;
    }

    .left-sidebar .userSettingList .dropdown-menu {
        top: 50px !important;
    }
    /* End mobile view user dropdown */

    #folderCreate .color-picker-parent-node {
        padding-left: 15px;
    }
}

@media (min-width: 767px) {
    .left-sidebar .menu-list .menu-content {
        display: block;
        margin-top: 20px;
    }

    .top-header {
        display: block;
    }

        .top-header .container-fluid {
            position: absolute;
            top: 5px;
        }

    .header-content-ul {
        list-style: none;
        width: calc(100% - 200px);
        margin-bottom: 0;
        float: left;
        padding-left: 0;
    }

        .header-content-ul .searching-input {
            background-color: transparent;
            outline: none;
            border: none;
            font-size: 13px;
            padding-left: 20px;
            width: 100%;
            color: #585858;
            font-weight: 600;
        }

            .header-content-ul .searching-input:-webkit-autofill {
                -webkit-box-shadow: 0 0 0px 1000px #d2d7da inset;
            }

    /*--- Start side menu toggle ---*/
    .smallSideMenu {
        width: 50px;
        overflow: unset;
        z-index: 10;
    }

    .fullContentWidth {
        margin-left: 50px;
        width: calc(100% - 50px);
    }

    .smallSideMenu .img-logo {
        display: none;
    }

    .smallSideMenu .logo-icon {
        width: 30px;
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 0.87);
        transition: all 0.4s cubic-bezier(0, 0, 0, 0.87);
        margin: 0 auto;
    }

    .smallSideMenu .navbar-brand h6 {
        display: none;
    }

    .smallSideMenu .navbar-brand:before {
        /*font-family: "FontAwesome";
        content: "\f023";
        display: inline-block;
        color: white;
        font-size: 26px;
        padding-left: 17px;*/
    }

    .smallSideMenu .navbar-brand img {
        margin-left: 0px;
        width: 120px;
    }

    .smallSideMenu .liTxt {
        display: none;
    }

    .smallSideMenu li a i {
        font-size: 20px;
    }

    .smallSideMenu .CreateNewDD {
        padding-left: 2px;
    }
    /*--- End side menu toggle ---*/

    .smallSideMenu .createNewPanel .sub-menu li:before {
        content: none;
    }

    .smallSideMenu .createNewPanel .subLiTxtLg {
        display: none;
    }

    .smallSideMenu .createNewPanel .subLiTxtSm {
        margin-left: 12px;
        display: block;
        height: 22px;
        width: 23px;
        border-radius: 50%;
        text-align: center;
        font-size: 11px;
    }

        .smallSideMenu .createNewPanel .subLiTxtSm.r {
            background-color: #044ac1;
        }

        .smallSideMenu .createNewPanel .subLiTxtSm.c {
            background-color: #8431d0;
        }

        .smallSideMenu .createNewPanel .subLiTxtSm.p {
            background-color: #0aadad;
        }

        .smallSideMenu .createNewPanel .subLiTxtSm span {
            position: relative;
            top: -2px;
        }

    /* small side menu icon hover show div */

    .smallSideMenu .customSideMenuTooltip {
        position: relative;
    }

    .smallSideMenu .CreateNewBtn {
        padding: 3px 8px;
        margin-left: 8px;
    }

    .customSideMenuTooltip .dropdown-content {
        display: none;
        position: absolute;
        left: 47px;
        top: 0px;
        background-color: #3f4652;
        min-width: 150px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 100;
        font-size: 13px;
    }

    .smallSideMenu .customSideMenuTooltip .dropdown-content a {
        color: white;
        padding: 0px 16px;
        text-decoration: none;
        display: block;
    }

        .smallSideMenu .customSideMenuTooltip .dropdown-content a:hover {
            background-color: #4f5b69;
        }

    .smallSideMenu .customSideMenuTooltip:hover .dropdown-content {
        display: block;
    }
    /* End small side menu icon hover show div */

    .hideleftmenu .smallSideMenu {
        width: 0;
    }

    .hideleftmenu .fullContentWidth {
        margin-left: 0;
        width: 100%;
    }

    .hideleftmenu a#sidebarCollapse.sidemenutoggle {
        display: none;
    }

    .hideleftmenu .smallSideMenu .menu-list {
        visibility: hidden;
    }

    .fullcollapsesidebar a.fulmenuhidebtn.leftarrow {
        left: 0;
    }

        .fullcollapsesidebar a.fulmenuhidebtn.leftarrow i {
            transform: rotate(180deg);
        }

    .hideleftmenu .top-header .logo__in {
        margin-left: 130px;
    }

    .content-wrapper.fullcollapsesidebar.hideleftmenu .right-sidecontent.fullContentWidth .top-header a.cstm-btn-back {
        margin-left: 120px;
    }
}

/*------- End sidebar items -----*/

@media only screen and (max-width: 991.98px) {
    .side-toggle {
        margin-left: 15px;
    }

    .header-content-ul {
        width: calc(100% - 285px);
    }
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    /*background-color: #006fb9;*/
    background-color: #153160;
    transition: all 0.1s ease-out;
}

.userSettingList {
    list-style-type: none;
    margin: 0px;
    padding-top: 0px;
}

    .userSettingList li a {
        color: #fff;
        font-family: 'Titillium Web',sans-serif;
        font-size: 13px;
        padding: 5px 15px;
    }

        .userSettingList li a i {
            display: inline-block;
            margin-right: 12px;
            width: 40px;
            height: 40px;
            border: 1px solid rgb(112, 112, 112);
            border-radius: 100px;
            text-align: center;
            line-height: 40px;
            color: rgb(112, 112, 112);
            font-size: 18px;
        }

    .userSettingList .dropdown-menu {
        left: auto;
        right: 0;
        box-shadow: 0px 2px 7px #8a8787b8;
        z-index: 99999999999;
        box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
        width: 320px;
        padding: 0;
        border-radius: 0;
    }

        .userSettingList .dropdown-menu li a {
            padding: 15px 15px 15px 15px;
        }

    .userSettingList nav-link:hover {
        color: gray;
    }

#userImgSmall {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px solid gainsboro;
    margin-right: 5px;
}

.btn-sm {
    padding: .27rem .8rem;
    font-size: 13px;
    border-radius: 2px;
}

    .btn-sm i {
        margin-right: 3px;
    }

input.form-control:focus, input.form-control-sm:focus, textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}

.selectpicker.form-control,
input.form-control {
    /*    height: 32px;
    font-size: 14px;
    padding-top: 4px;*/
}

.form-control {
    padding: 3px 5px 4px !important;
    height: 24px !important;
    line-height: 1.33334 !important;
    font-size: 11px !important;
}

textarea.form-control {
    height: auto !important;
}

button.grid-action-icon {
    border: none;
    background-color: #006fb9;
    cursor: pointer;
    color: #ffffff;
    margin-left: 5px;
    font-size: 13px;
    padding: 1px 5px 2px;
}

    button.grid-action-icon:focus {
        outline: none;
    }

a.grid-action-icon {
    /* background-color: #153160; */
    cursor: pointer;
    color: #484848 !important;
    margin-left: 5px;
    font-size: 13px;
    padding: 1px 3px 2px;
    margin: 0 5px;
}

.deleteicon {
    /*background-color: #676767 !important;*/
}

.dx-widget {
    font-size: 13px;
}

/* modal common css */

.modal-content {
    border: 0px;
}

.modal-header {
    padding: 6px 15px;
    font-size: 18px;
    position: relative;
}

    .modal-header:before {
        content: '';
        position: absolute;
        width: 4px;
        height: 25px;
        background-color: #153160;
        left: 0.5px;
        bottom: -13px;
        z-index: 1000;
    }

    .modal-header .close {
        outline: 0px;
    }

.modal-body {
    font-size: 14px;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .modal-body label {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .modal-body .checkboxlabel {
        margin-left: 5px;
    }

.modal-footer {
    /*background-color: #f3f3f3;*/
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding-top: 8px;
    padding-bottom: 8px;
}


    .modal-footer .btn {
        font-size: 12px;
    }

/* End modal common css */

.fix-width-100 {
    width: 100px;
}

.fix-width-70 {
    width: 70px;
}

.width-25-percent {
    width: 25%;
}

.padding-0 {
    padding: 0px;
}

.margin-0 {
    margin: 0px;
}

.dx-htmleditor .dx-htmleditor-toolbar-wrapper:first-child {
    background-color: #efefef;
}

.attachment-row {
    border: 1px solid #d2d2d2;
}

    .attachment-row a img {
        float: left;
    }

    .attachment-row a .attachment-txt-div {
        margin-top: 4px;
        margin-left: 40px;
    }

/* Slider */

.sliderOverlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

#slider-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.record-view-slider {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 150;
    top: 0px;
    right: -50%;
    background-color: white;
    border: 1px solid gainsboro;
    overflow-x: hidden;
    transition: 0.5s;
}

    .record-view-slider .record-view-sliderHeader {
        background-color: #f5f5f5;
        /*border-bottom: 1px solid gainsboro;*/
        padding: 5px 15px;
    }

    .record-view-slider .record-view-sliderContent {
        padding: 10px 0px;
    }

.record-view-sliderHeader h6 {
    float: left;
    color: #6b6b6b;
}

.record-view-slider .closebtn {
    position: absolute;
    right: 15px;
    top: -5px;
    font-size: 25px;
    text-decoration: none;
    color: #696969;
    transition: 0.3s;
}

.record-view-slider .redirectbtn {
    position: absolute;
    right: 45px;
    font-size: 17px;
    text-decoration: none;
    color: #696969;
}

    .record-view-slider .redirectbtn:hover {
        font-size: 18px;
    }

.record-view-sliderContent .form-group {
    min-width: 100%;
}

.record-view-sliderContent .customfieldcollection .form-group {
    min-width: unset;
}

.customfieldcollection .customFieldTitleType {
    width: calc(100% - 15px);
    float: left;
}

.customfieldcollection .deleteCustomField {
    margin-left: 22px;
}

.record-view-sliderContent .customfieldcollection .deleteCustomField {
    float: right;
}

.attachmentcollection .attachment-row {
    max-width: calc(100% - 117px);
}

.attachmentcollection .attachmentCollectionIconDiv {
    min-width: 85px;
    max-width: 117px;
    padding-left: 9px;
}

.slider-content-scrolling {
    overflow: auto;
    height: calc(100% - 35px);
    margin: 0;
}

.record-view-slider .viewRecordContainer {
    margin: 0px;
}

.record-view-slider .editRecordContainer {
    margin: 0px;
}

@media only screen and (max-width: 800px) {
    .MobileViewSlider.record-view-slider {
        width: 100% !important;
    }
}

/* End Slider */
/* spinner */
#overlay.custom-loader {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.custom-loader .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-loader .spinner {
    width: 50px;
    height: 50px;
    /* border: 4px #ddd solid; */
    /* border-top: 4px green solid; */
    border-radius: 50%;
    animation: sp-anime 0.8s infinite;
}

@keyframes sp-anime {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/* End spinner */

/* Custom devextreme Table */

.smalldropdown .dx-placeholder:before {
    padding-top: 3px;
}

.customdxtable > thead > tr > th {
    font-size: 14px;
    font-weight: 100;
    color: gray;
    padding: 6px;
    border-bottom: 2px solid #e2e1e1;
}

.customdxtable > tbody > tr > td {
    font-size: 14px;
    padding: 4px;
    vertical-align: middle;
}

.customdxtable > tbody > tr {
    background-color: white;
}

.alignCenter {
    text-align: center;
}

/* End Custom devextreme Table */

/* Record form icons */

a.record-form-icon,
button.record-form-icon {
    border: none;
    background-color: white;
    cursor: pointer;
    color: #4a4949;
    margin-left: 5px;
    font-size: 16px;
    padding: 1px 5px 2px;
}

.recCommonInput {
    width: calc(100% - 30px);
}

.recCommonClipboard {
    position: absolute;
    right: 18px;
    top: 29px;
}

.recPassInput {
    width: calc(100% - 58px);
}

.recPassClipboardEye {
    position: absolute;
    right: 83px;
    top: 26px;
    background-color: transparent;
    color: #565656;
    font-size: 18px;
    padding: 0;
    border: none;
    cursor: pointer;
}

.recPassClipboardCopy {
    position: absolute;
    right: 45px;
    top: 29px;
}

.recPassClipboardGenerate {
    position: absolute;
    right: 18px;
    top: 29px;
}

.recPassClipboardEyeNewField {
    position: absolute;
    right: 25px;
    top: 26px;
    background-color: transparent;
    color: #4a4949;
    font-size: 18px;
    padding: 0;
    border: none;
    cursor: pointer;
}
/* End Record form icons */

.force-hidden {
    display: none !important;
}

/* View Record Form */

.viewRecordContainer {
    padding: 0px;
    margin: 20px;
}

    .viewRecordContainer .form-group {
        margin-bottom: 1.5rem;
    }

    .viewRecordContainer .form-control:disabled, .viewRecordContainer .form-control[readonly] {
        background-color: white;
        padding-left: 0px;
    }

    .viewRecordContainer input.form-control {
        border: none;
        border-bottom: 1px solid gainsboro;
        /*padding-left: 0px;*/
    }

.passwordfieldrow {
    border: 2px solid gainsboro;
    width: calc(100% - 37px);
    margin: 7px 0px 0px 0px;
    border-radius: 6px;
    transition-duration: 1s;
}

.viewRecordContainer .recPassClipboardEye {
    right: 50px;
}

.viewRecordContainer .form-group label {
    font-weight: 600;
}

.viewRecordContainer .attachment-row {
    max-width: calc(100% - 85px);
}

.viewRecordContainer .viewAttachmentLink {
    position: absolute;
    right: 15px;
    top: 5px;
}

.view-container-border {
    padding: 25px 0px 5px;
    border: 1px solid gainsboro;
    border-top: 0;
}
/* End View Record Form */
.userImgPanel {
    width: 100%;
    height: 250px;
}

.editRecordContainer {
    margin: 0px 10px;
}

.record-form-icon:hover,
.recPassClipboardEye:hover {
    color: #757474;
}

.editRecordContainer .error {
    color: red;
}

.editRecordContainer .form-group label,
.viewRecordContainer .form-group label {
    font-size: 13px;
    color: #737373;
    font-weight: 600;
}

.editRecordContainer .passwordfieldrow {
    width: calc(100% - 65px);
}

.normalanchor {
    color: #1771e0;
    text-decoration: underline;
    cursor: pointer;
}

.add-custom-element {
    background-color: white;
    border: 0;
    font-weight: 600;
    cursor: pointer;
}

    .add-custom-element:focus {
        outline: 0;
    }

    .add-custom-element .fa-plus-circle {
        font-size: 22px;
        color: #272e3a;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

textarea.form-control {
    font-size: 14px;
}

.customTxtAeraReadOnly {
    border-bottom: 1px solid gainsboro;
    border-radius: 4px;
    padding: 10px;
    max-height: 140px;
    overflow-y: auto;
}


/* Change this breakpoint if you change the breakpoint of the navbar */

.animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* Other styles for the page not related to the animated dropdown */

/* Create new Modal */

#CreateNewModal .modal-header {
    padding: 0px;
    border: 0;
}

    #CreateNewModal .modal-header .close {
        font-size: 25px;
        position: relative;
        right: 12px;
        top: 6px;
    }

#CreateNewModal .modal-body {
    font-size: 14px;
    padding: 40px 15px;
    padding-top: 20px;
}

    #CreateNewModal .modal-body .card {
        margin: 0px 17px;
        width: 13rem;
        cursor: pointer;
        border-radius: 3px;
    }

        #CreateNewModal .modal-body .card:hover {
            border-color: orange;
        }

    #CreateNewModal .modal-body .card-title,
    #CreateNewModal .modal-body .card-subtitle {
        text-align: center;
    }

        #CreateNewModal .modal-body .card-title img {
            width: 50px;
        }

        #CreateNewModal .modal-body .card-title h6 {
            font-size: 14px;
        }



/*.modal-content {
    background-color: #292929;
}
.card-body {
    background-color: #383838;
}
.text-muted {
    color: #ffffff !important;
}
#CreateNewModal .modal-header .close {
    color: white;
}*/


/* End Create new Modal */


/* Create new btn */
.CreateNewBtn {
    background-color: #ce8704;
    border: 1px solid #006fb9;
    color: #ffffff;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    margin-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.3s;
    height: 30px;
}

    .CreateNewBtn:hover {
        background-color: #af7100;
    }

    .CreateNewBtn span, .CreateNewBtn i {
        position: relative;
        top: -9px;
    }

/* End Create new btn */

@media (max-width : 575px) {
    #CreateNewModal .modal-body .card {
        margin: 0px 0px 10px 0px;
        width: 100%;
    }

    .text-sm-right {
        text-align: right !important;
    }


    label.form-label.col-sm-3 {
        justify-content: flex-start;
        text-align: left !important;
    }
}


/* Session Expire Modal */

#mdlSessionExpire .modal-header {
    background: #006fb9;
    color: white;
}

#mdlSessionExpire .modal-body p {
    font-weight: bold;
}

    #mdlSessionExpire .modal-body p a {
        color: #006fb9;
    }

/* End Session Expire Modal */

#passwordStrengthStatus {
    margin: 0px;
}

.field-status-background {
    width: calc(100% - 30px);
    background-color: gainsboro;
}

.editRecordContainer .field-status-background {
    width: calc(100% - 60px);
    margin-left: 2px;
}


.daashboard__select label {
    color: #fff;
    padding-right: 15px;
}

.daashboard__select select {
    width: 300px;
    border: none;
    height: 40px;
    border-radius: 10px;
    padding: 0 20px;
}

.daashboard__select .form-group {
    margin-bottom: 0;
}

.daashboard__select {
    padding: 11px 0 0 20px;
}

.logo__in a img {
    width: 100%;
    height: 27px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.full__content {
    width: 100% !important;
    margin-left: 0 !important;
}

    .full__content .userSettingList {
        padding-top: 0;
        padding-right: 10px;
    }

.logo__in a {
    margin-bottom: 0;
}

form.Select__board {
    margin-left: auto;
}

    form.Select__board > div {
        margin-bottom: 0;
        margin-right: 0px;
    }



    form.Select__board label {
        color: #fff;
        padding-right: 10px;
    }



    form.Select__board select {
        height: 27px;
        border: none;
        width: 190px;
        border-radius: 4px;
        padding: 0 10px;
        position: relative;
        top: 1px;
    }


select#ddlDashboard + a.btn.btn-primary {
    padding: 0px 10px;
    font-size: 13px;
    height: 27px;
    line-height: 23px;
}

.logo__in a {
    padding: 0;
    /*background-color: #fff;*/
}

/*======Hamburger=====*/
#sidebarCollapse {
    visibility: hidden;
}

.custom_selectbox {
    background: rgb(254 254 254 / 28%);
    color: #ffffff;
}

.custom_selectbox_inner_background_color {
    background-color: #566a8c !important;
}

/*Edt MT 2021*/

.Schdule-table thead tr th {
    /*background-color: #153160;*/
    color: #959595;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 13px;
    font-weight: normal !important;
}

    .Schdule-table thead tr th label {
        margin-bottom: 0;
    }

.Schdule-table tbody tr td {
    color: #333;
}

    .Schdule-table tbody tr td a {
        /*color: #153160;*/
    }

.btn-primary {
    background-color: #153160 !important;
    color: #fff !important;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #445b80 !important;
    }

.nxtstp .btn {
    background-color: #153160;
    color: #fff !important;
    padding: 5px 8px;
    /* float: right; */
    margin-bottom: 15px;
}

.btn-icon {
    padding: 5px;
    color: #333;
    width: 25px;
    height: 25px;
}

tbody.emailstp.form-horizontal tr:last-child td {
    border-bottom: 1px solid #dddddd;
}

table#paramTable thead tr th {
    background-color: #153160;
    color: #fff;
}

.chart-width svg {
    width: 100% !important;
}

.body_grp label.form-label {
    max-width: 138px;
}

.logo__in a.navbar-brand {
    display: inline-block;
    min-height: 30px;
    line-height: 30px;
}

.body_grp label.form-label + .col-sm-9.col-md-10 {
    max-width: calc(100% - 138px);
    flex: 0 0 calc(100% - 138px);
}


.dx-placeholder:before {
    padding: 2px 9px 2px;
    height: 24px !important;
}

#paramDataset .modal-body {
    max-height: 70vh;
    overflow: auto;
}


.modal-body {
    max-height: 60vh;
    overflow: auto;
}


.paramValue_div .dx-tagbox.dx-selectbox.dx-textbox.dx-texteditor {
    width: calc(100% - 60px);
    display: inline-block;
}

    .paramValue_div .dx-tagbox.dx-selectbox.dx-textbox.dx-texteditor + div {
        display: inline-block;
        width: 50px;
        text-align: center;
    }


        .paramValue_div .dx-tagbox.dx-selectbox.dx-textbox.dx-texteditor + div .datasetConfig {
            display: inline-block;
            margin: 0 10px;
            position: relative;
            bottom: 2px;
        }



select.form-control.DateParameter {
    width: calc(100% - 235px);
    display: inline-block;
}

input.Fvalue.form-control, input.Tvalue.form-control {
    width: 100px;
    display: inline-block;
    margin: 0 5px;
}

.rightsidemenu {
    position: fixed;
    background-color: #fff;
    height: 100vh;
    width: 300px;
    z-index: 10;
    top: 0;
    right: -100%;
    -webkit-transition: all .5s cubic-bezier(0,0,0.58,1);
    -o-transition: all .5s cubic-bezier(0,0,0.58,1);
    transition: all .5s cubic-bezier(0,0,0.58,1);
}

    .rightsidemenu.show {
        right: 0;
    }

    .rightsidemenu ul {
        list-style: none;
        margin: 0;
        padding: 30px 0px;
    }

        .rightsidemenu ul li a {
            padding: 10px 30px;
            display: flex;
            align-items: center;
        }

            .rightsidemenu ul li a i {
                margin-right: 16px;
                display: inline-block;
                position: relative;
                top: 2px;
                width: 20px;
            }

        .rightsidemenu ul li:last-child {
            border-top: 1px solid #dcdcdc;
        }

.user_detail {
    padding: 15px 13px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    position: relative;
}

    .user_detail .close_icn {
        position: absolute;
        right: 6px;
        top: 10px;
        color: #fff;
        opacity: .6;
    }

        .user_detail .close_icn:hover {
            opacity: 1;
        }

    .user_detail span.dpnam {
        display: inline-block;
        margin-left: 5px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 600;
    }

    .user_detail img#userImgSmall {
        width: 60px;
        height: 60px;
    }

.drp_head .btnLogout {
    padding: 0 7px !important;
    line-height: 40px !important;
}

    .drp_head .btnLogout i {
        width: auto;
        height: 1px !important;
        border: 0;
        padding: 0;
        height: auto;
        margin-right: 3px;
        position: relative;
        top: 3px;
        font-size: 14px;
    }

span.clientname {
    line-height: 44px;
    padding: 0 8px;
    font-size: 14px;
}


ul.userSettingList .dropdown-item:focus, .dropdown-item:active {
    background-color: inherit;
}

.user_item {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

    .user_item a.link_profile {
        color: #153160;
        padding: 0 !important;
        /* text-decoration: underline; */
        position: relative;
    }

        .user_item a.link_profile:before {
            content: '';
            position: absolute;
            width: 100%;
            bottom: 2px;
            background-color: #153160;
            height: 0.1px;
        }


.left-sidebar .menu-list {
    margin-top: 8px;
}

.kpi_indicator h4.h4content {
    text-align: left;
    margin-bottom: 0 !important;
}



.kpi_indicator .content_left {
    text-align: left;
    top: inherit;
    display: flex;
    align-items: flex-end;
}



.kpi_indicator .content_right {
    top: inherit;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}



.kpi_indicator .d-flex.justify-content-between.content-height {
    padding-bottom: 15px;
}

.btn {
    border-radius: 0;
}

.modal-body .form-group {
    margin-bottom: 10px;
}

#Select-Tables .dx-datagrid-content {
    max-height: calc(100vh - 360px);
}

div#entityGrid {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100% !important;
}

#Define-Relationship .table thead tr th {
    /*    color: #959595;
    font-size: 13px;
    font-weight: 400;
    padding: 7px !important;*/
}

#Define-Relationship .table tbody tr td {
    /*padding: 7px !important;*/
}



.subscript-tabs .dx-scrollable-scrollbar.dx-widget.dx-scrollbar-vertical.dx-scrollbar-hoverable {
    display: block !important;
}

.subscript-tabs .dx-scrollbar-hoverable .dx-scrollable-scroll.dx-state-invisible .dx-scrollable-scroll-content {
    background: rgba(191, 191, 191, 0.7) !important;
}

#adHocSidePanel .dx-treelist-search-panel.dx-textbox.dx-texteditor {
    max-width: 100%;
    margin: 0;
    width: 100% !important;
}

#adHocSidePanel .dx-toolbar .dx-toolbar-after {
    padding-left: 0 !important;
    left: 0;
}

a.fulmenuhidebtn {
    position: fixed;
    background-color: #484848;
    color: #fff;
    display: inline-block;
    width: 10px;
    height: 27px;
    z-index: 1000;
    bottom: 0px;
    left: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    opacity: 1;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    display: none;
}

.fullcollapsesidebar a.fulmenuhidebtn {
    display: inline-block;
}

.card-title {
    margin-bottom: 0;
    font-size: 16px;
}

.card-header {
    padding: 5px 15px;
}

.card-body {
    padding: 8px 15px;
}

.dx-texteditor.dx-editor-outlined {
    font-size: 11px;
    height: 24px;
}

.dx-selectbox .dx-texteditor-input {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    min-height: inherit;
}

.dx-show-clear-button .dx-icon-clear {
    height: 24px;
    padding: 13px 0;
    margin-top: -15px;
    line-height: 3px;
    font-size: 13px;
}

.btn {
    /*line-height: 1.2;*/
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    font-weight: 600;
}

div#layoutparams .form-control {
    height: 35px !important;
    font-size: 14px !important;
}

div#layoutparams .dx-texteditor.dx-editor-outlined {
    height: 35px;
    font-size: 14px;
}

.adhoctopbar .btn {
    height: 100%;
}

.dx-texteditor-input {
    min-height: 24px;
}

.dx-toolbar-text-auto-hide .dx-button .dx-button-content {
    padding: 3px 6px;
}

.dx-datagrid-search-panel {
    margin-left: 10px;
}

.dx-searchbox .dx-icon-search {
    height: 20px;
    width: 20px;
    font-size: 15px;
}

.dx-texteditor-input {
    padding-top: 3px;
    padding-bottom: 6px;
}

.dx-toolbar-text-auto-hide .dx-button .dx-icon {
    font-size: 13px;
}


#Select-Tables .dx-datagrid-content .dx-datagrid-table .dx-row > td, #Select-Tables .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    vertical-align: middle;
}

.copybtn {
    color: #686868;
    text-decoration: none;
}

.btnrefresh {
    position: relative;
    top: 3px;
    padding: 0 10px;
}

    .btnrefresh.rotate i {
        animation: animName 2s linear infinite;
        display: inline-block;
    }


.foldersec > .input-group {
    position: sticky;
    top: 0;
    z-index: 100;
}

.foldersec .input-group, .foldersec .input-group * {
    border-radius: 0;
    overflow: hidden;
    text-decoration: none;
    max-height: 24px;
}

button#createsftpfolder {
/*    max-height: 24px;
    padding: 2px 12px;
    font-size: 12px;*/
}

span.folder-text {
    font-size: 12px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#ConnctSFTPModel .modal-dialog.modal-lg {
    width: 1024px;
    max-width: 95%;
}

    #ConnctSFTPModel .modal-dialog.modal-lg .modal-body {
        max-height: inherit;
        overflow: inherit;
    }

.adhoctopbar li.nav-item:first-child {
    position: relative;
    top: 6px;
    margin-right: 10px;
}

    .adhoctopbar li.nav-item:first-child a {
        color: #fff;
    }

    .adhoctopbar li.nav-item:first-child i.fa.fa-home {
        margin-right: 8px;
    }

.top_filter_bar .pageTitle > a {
    margin-right: 8px;
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dx-datagrid-export-button .dx-icon-export-excel-button {
    font-size: 13px;
}

.dx-button-has-icon .dx-button-content {
    padding: 3px 6px;
}

span.control-title {
    font-size: 12px;
}

/***right side bar**/
.right-site-bar {
    position: fixed;
    background-color: #fff;
    top: 40px;
    right: -100%;
    height: calc(100vh - 40px);
    width: 410px;
    box-shadow: 1px 1px 9px 7px rgb(51 51 51 / 18%);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

    .right-site-bar.show {
        right: 0;
    }

    .right-site-bar .rpt_header {
        padding: 10px 15px;
        border-bottom: 1px solid #dcdcdc;
    }
.right-site-bar-Errorlog {
    position: fixed;
    background-color: #fff;
    top: 40px;
    right: -100%;
    height: calc(100vh - 40px);
    width: 410px;
    box-shadow: 1px 1px 9px 7px rgb(51 51 51 / 18%);
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

    .right-site-bar-Errorlog.show {
        right: 0;
    }

    .right-site-bar-Errorlog .rpt_header {
        padding: 10px 15px;
        border-bottom: 1px solid #dcdcdc;
    }

.rpt_header h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.right-site-bar .body {
    padding: 15px;
    max-height: calc(100vh - 118px);
    overflow-y: auto;
    width: 100%;
}
.right-site-bar-Errorlog .body {
    padding: 15px;
    max-height: calc(100vh - 118px);
    overflow-y: auto;
    width: 100%;
}

.closesideright {
    float: right;
    width: 15px;
    height: 50px;
    position: relative;
    bottom: 4px;
    opacity: .6;
}

    .closesideright:before, .closesideright:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #333;
        transform: rotate(45deg);
        top: 14px;
    }

    .closesideright:after {
        transform: rotate(-45deg);
    }

    /****/
.modal-backdrop.fade.show {
    display: none !important;
}

.modal:before {
    content: '';
    position: fixed;
    background-color: #333;
    width: 100%;
    height: 100%;
    opacity: .4;
}

div#HistoryDetail {
    width: 600px;
    margin-left: auto;
}

.dx-datagrid-pager {
    padding-bottom: 0;
    padding-top: 5px;
}

.dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 0px;
}

.dx-pager .dx-page-sizes .dx-page-size {
    font-size: 11px;
    padding: 5px 8px;
}

.dx-navigate-button {
    padding: 5px 8px !important;
}

.dx-page {
    padding: 5px 8px !important;
    font-size: 12px;
}

.dx-pager .dx-pages .dx-prev-button:before, .dx-pager .dx-pages .dx-next-button:before {
    width: 10px !important;
    font-size: 14px;
    line-height: 25px;
}

/*dropdown checkbox alignment*/
.dx-treelist-text-content.dx-text-content-alignment-left.dx-sort-indicator {
    margin-left: 37px;
}

.dx-treelist-select-all .dx-checkbox {
    left: 19px;
}

.row.g-1 {
    margin: 0 -1px;
}

    .row.g-1 > * {
        padding: 0 1px;
    }


.smallSideMenu.left-sidebar li.customSideMenuTooltip:hover ul.dropdown-menu {
    display: block;
    position: absolute !important;
    left: 49px !important;
}

.smallSideMenu .dropdown-toggle::after {
    display: none;
}

.left-sidebar li.customSideMenuTooltip > a.dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 20px;
}

.modal-header button.close {
    padding: 0 !important;
    right: 10px !important;
    top: 2px !important;
    margin: 0 !important;
    line-height: 20px !important
}

    .modal-header button.close span {
        font-size: 20px;
    }



@media (max-width: 1280px) {
    .body_grp label.form-label + .col-sm-9.col-md-10 {
        max-width: calc(100% - 119px);
        flex: 0 0 calc(100% - 119px);
    }

    .body_grp label.form-label {
        max-width: 119px;
    }


    .fullContentWidth .body_grp label.form-label + .col-sm-9.col-md-10 {
        max-width: calc(100% - 138px);
        flex: 0 0 calc(100% - 138px);
    }


    .fullContentWidth .body_grp label.form-label {
        max-width: 138px;
    }
}

@media (max-width: 1024px) {
    #tblParams tr td select.form-control.subDataType {
        float: none !important;
    }

    #tblParams tr td .form-inline .form-control {
        max-width: 107px !important;
        margin-top: 6px !important;
    }

    #tblParams tr td .form-group.ui-paramTxtval + .form-group {
        padding: 0 5px;
    }

    #tblParams tr td .form-inline .form-group {
        margin-bottom: 0;
    }

    .body_grp label.form-label {
        max-width: 98px;
    }

        .body_grp label.form-label + .col-sm-9.col-md-10 {
            max-width: calc(83.3% + 31px);
            flex: 0 0 calc(83.3% + 31px);
        }

    .fullContentWidth .body_grp label.form-label {
        max-width: 115px;
    }

        .fullContentWidth .body_grp label.form-label + .col-sm-9.col-md-10 {
            max-width: calc(83.3% + 40px);
            flex: 0 0 calc(83.3% + 40px);
        }
}


@media (max-width: 991px) {
    .body_grp label.form-label {
        max-width: 174px;
        flex: 0 0 174px;
    }

        .body_grp label.form-label + .col-sm-9.col-md-10 {
            max-width: calc(100% - 174px);
        }


    .fullContentWidth .body_grp label.form-label {
        max-width: 170px;
        flex: 0 0 170px;
    }

        .fullContentWidth .body_grp label.form-label + .col-sm-9.col-md-10 {
            max-width: calc(100% - 170px);
            flex: 0 0 calc(100% - 170px);
        }
}

@media(min-width: 768px) {
    .logo__in .toggle-btn {
        display: none;
    }
}

@media (max-width: 767px) {

    .fullcollapsesidebar a.fulmenuhidebtn {
        display: none;
    }

    .top_filter_bar {
        padding: 5px 0;
    }

    .logo__in {
        padding-left: 10px;
    }

    .left-sidebar .logo__in {
        display: none;
    }

    .body_grp label.form-label + .col-sm-9.col-md-10 {
        max-width: calc(8100%);
        flex: 0 0 100%;
    }

    .fullContentWidth .top-header .logo__in {
        margin-left: 0;
        width: calc(100% - 130px);
    }

        .fullContentWidth .top-header .logo__in h6 {
            font-size: 10px;
        }

    .navbar-brand {
        width: 150px !important;
    }

    a#sidebarCollapse {
        display: block;
        left: 4px;
    }

    .left-sidebar.collapse_side_menu.smallSideMenu {
        left: 0;
    }

    a#sidebarCollapse {
    }

    .left-sidebar i.fa.fa-bars.fa-2x.toggle-btn {
        display: none;
    }

    .fullcollapsesidebar a#sidebarCollapse {
        left: 255px;
    }


    .left-sidebar .logo__in {
        display: block;
    }

    .left-sidebar .collapse:not(.show) {
        display: block;
    }
}

@media(max-width: 575px) {
    .Monthly label.form-label.col-sm-2.pr-sm-0 {
        flex: 0 0 91.666667% !important;
        text-align: left;
        padding-left: 0;
        padding-right: 15px !important;
    }

    .nav.subscript-tabs li .nav-link {
        font-size: 12px;
    }


    .top_filter_bar .row > .col-sm-6 {
        flex: 0 0 50%;
    }
}
