﻿body {
    overflow-y: auto;
}

.layout-sidebar-compact .sidebar-left-secondary {
    width: 190px;
}

.layout-sidebar-compact.sidenav-open .main-content-wrap {
    width: calc( 100% - 84px - 190px );
}

.tabbable-line > .nav-tabs > li > a {
    padding: 12px 20px !important;
    font-size: 16px;
}

.sidebar-indigo .sidebar-left {
    background: #272727;
}

.app-footer p {
    margin-bottom: 0;
}

.layout-sidebar-compact .main-content {
    margin-top: 90px;
    min-height: calc(99vh - 176px);
}

.btn-primary, .btn-outline-primary {
    border-color: #109ad7;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none !important;
}

.btn-primary {
    background-color: #109ad7 !important;
    border-color: #109ad7 !important;
    color: #fff !important;
}

.layout-sidebar-compact .sidebar-left-secondary header .logo img {
    height: 52px;
}

.tabbable-line > .nav-tabs > li > a {
    background: 0 0 !important;
    border: 0;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}

.nav-pills > li > a, .nav-tabs > li > a {
    font-size: 14px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.tabbable-line > .nav-tabs > li {
    margin: 0;
}

.tabbable-line > .nav-tabs {
    background: #edeef3;
    border-radius: 4px !important;
    border: 1px solid #e1e2e3 !important;
}

.tabbable-line > .nav-tabs {
    box-shadow: none;
    margin-bottom: 5px;
}

.tabbable-line > .nav-tabs {
    margin: 0;
    background: #c0e9f7;
    border: 0 solid #c8e2ea !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.06), 0 4px 0 0 rgba(0,0,0,.02);
}

.nav-pills, .nav-tabs {
    margin-bottom: 10px;
}

.tabbable-line > .nav-tabs > li.active {
    border-bottom: 0px solid #b3b3b3;
    background: #109ad7;
}

.tabbable-line > .nav-tabs > li.active {
    background: 0 0;
    border-bottom: 4px solid #36c6d3;
    position: relative;
}

.tabbable-line > .nav-tabs > li {
    margin: 0;
}

.svgicon {
    width: 24px;
    height: 24px;
    fill: #636363;
}
.childNav .svgicon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-text {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.layout-sidebar-compact.sidenav-open .sidebar-left-secondary {
    left: 84px;
}

.layout-sidebar-compact .sidebar-left .navigation-left {
    width: 84px;
}

.spinner-bubble-primary {
    color: #109ad7;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a {
    padding: 10px 20px;
    border-bottom: 1px solid #dee2e6;
    position: relative;
}

.layout-sidebar-compact .sidebar-left-secondary header {
    padding: 0px 20px;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item .submenu {
    margin-left: 0px;
}

.sidebar-left-secondary .childNav li.nav-item .submenu > li a {
    padding-left: 46px;
}

.layout-sidebar-compact .main-content-wrap {
    padding: 0 10px;
}

.form-control:focus {
    border-color: #cacaca;
    box-shadow: 0 0 0 0.2rem rgba(16, 154, 216, 0.20);
}

.btn-primary:hover, .btn-outline-primary:hover {
    background: #066b98;
    box-shadow: none;
    border-color: #066b98;
}

.btn-primary:focus, .btn-outline-primary:focus {
    box-shadow: 0 8px 25px -8px #109ad7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 154, 216, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #066b98;
    border-color: #066b98;
}

.text-primary {
    color: #109ad7 !important;
}

.card-icon-bg-primary [class^=i-] {
    color: rgba(16, 154, 216, 0.28);
}

.card-icon-bg [class^=i-], .card-icon-bg [class^=icon-] {
    color: #becad0;
}

.card-icon-bg .card-body .content {
    min-width: 110px;
    text-align: left;
    max-width: initial;
}

.btn-link {
    font-weight: 700;
    color: #109ad7;
    padding: 0;
}

.separator-breadcrumb {
    margin-bottom: 1rem;
}

.table {
    border: 1px solid #dee2e6;
    margin-bottom: 0rem;
}

.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    background: #e6e6e6;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #aaa;
    outline: 1px solid #c3c3c3;
    border-radius: 6px;
}

.chat-sidebar-container {
    height: calc(100vh - 140px);
    margin-bottom: 1.5rem;
}

.chat-sidebar-container {
    max-height: 800px;
    margin-bottom: 1.5rem;
    height: auto;
    padding: 0 !important;
}

.breadcrumb {
    display: block;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.form-control:focus {
    border-color: #109ad7;
    box-shadow: none;
}

.input-group-append button i {
    font-size: 16px;
    margin-top: 2px;
    display: inline-block;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #109ad7;
}

.btn-secondary, .btn-outline-secondary {
    border-color: #dee2e6;
}

a.btn.btn-secondary.buttons-collection.dropdown-toggle.buttons-colvis {
    margin-right: -2px;
}

.dt-button-collection li {
    border-bottom: 1px solid #dee2e6;
    padding: 8px 20px;
}

    .dt-button-collection li:last-child {
        border-bottom: 0px solid #dee2e6;
    }

    .dt-button-collection li a {
        color: #47404f;
    }

    .dt-button-collection li:hover, .dt-button-collection li:focus {
        background: #dee2e6;
        cursor: pointer;
    }

.form-control {
    border: 1px solid #dee2e6;
    background: #fff;
}

a.btn.btn-default.buttons-collection.dropdown-toggle.buttons-colvis {
    margin-right: -2px;
}

a.btn.btn-default.buttons-collection.dropdown-toggle {
    border: 1px solid #dee2e6;
    background: #fff;
}

a.dt-button.dropdown-item {
    border-bottom: 1px solid #dee2e6;
}

    a.dt-button.dropdown-item:last-child {
        border-bottom: 0px solid #dee2e6;
    }

    a.dt-button.dropdown-item.buttons-columnVisibility.active {
        border-bottom: 0;
    }

select.form-control {
    -webkit-appearance: listbox;
    display: inline-block;
}

    select.form-control.form-control-sm {
        width: auto;
    }

.btn-secondary:hover, .btn-outline-secondary:hover {
    background: transparent;
    box-shadow: none;
    border-color: #cacaca;
}

.page-item.active .page-link {
    background-color: #109ad7;
    border-color: #0f9ad8;
}

.pagination {
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px;
}

.btn-secondary:focus, .btn-outline-secondary:focus {
    box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    border-color: #cacaca;
}

div#example_wrapper {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

table#example {
    margin-top: 15px;
    border: 1px solid #dee2e6;
}

.pagination {
    margin-top: 15px;
}

td a i {
    font-size: 15px;
    color: #109ad7;
}

.table thead th {
    font-size: 12px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    box-shadow: 0 0 0px #444;
    background-color: #bdbdbd;
}

td a {
    color: #109ad7;
    font-weight: 700;
}

    td a:hover, td a:focus, td a:active {
        color: #066b98;
        text-decoration: underline;
    }

table.dataTable {
    border-collapse: collapse !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 15px 0px 0;
}

span.required {
    color: red;
}

hr {
    margin-top: 0.7rem;
    margin-bottom: 1.5rem;
}

.btn-blue-bordered {
    border: 1px solid #dee2e6 !important;
    background: #fff;
}

    .btn-blue-bordered:hover, .btn-blue-bordered:focus, .btn-blue-bordered:active {
        background: #dee2e6;
    }



.page-content-inverse {
    margin: -20px -40px -10px -40px;
}

.detail-left-part {
    width: 75%;
    float: left;
    height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 20px 25px 0px 25px;
    background: #fff;
}

.detail-right-part {
    width: 25%;
    float: left;
    height: calc(100vh - 104px);
    overflow-y: auto;
    padding: 20px 20px 20px 20px;
    background: #edeef3;
    border-left: 1px solid #e1e2e3;
}

.portlet.light.bordered {
    border-radius: 4px !important;
    border: 1px solid #e1e2e3 !important;
    position: relative;
    margin-bottom: 20px;
}

.portlet.light {
    padding: 20px;
    background-color: #fff;
}

.page-heading {
    position: relative;
}

    .page-heading p {
        margin: 10px 0;
        min-height: 19px;
    }

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.note-section {
    border: 1px solid #e1e2e3;
    border-radius: 4px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.note-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e1e2e3;
    background: #fff;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.note-section {
    border: 1px solid #e1e2e3;
    border-radius: 4px !important;
    background: #fff;
}

.page-heading h4 {
    font-weight: 600 !important;
    color: #000;
    margin-top: 0px;
    font-size: 15px;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.notes-block:last-of-type {
    border-bottom: 0px solid #e1e2e3;
    margin-bottom: 0px;
}

.notes-block {
    border-bottom: 1px solid #e1e2e3;
    position: relative;
    padding-bottom: 15px;
    margin: 12px 15px;
}

.add-link {
    position: absolute;
    right: 0;
    top: 0;
}

.my-link {
    color: #0576b9;
    font-weight: 700;
}

    .my-link:hover, .my-link:active, .my-link:focus {
        color: #0576b9;
        text-decoration: underline;
    }

.margin-right-10 {
    margin-right: 10px !important;
}

textarea.form-control {
    height: auto;
    min-height: 50px;
    max-height: 150px;
}

.tab-content {
    padding: 0rem;
}

.nav-tabs {
    border-bottom: 0px solid #663399;
    background: #edeef3;
}

    .nav-tabs .nav-item .nav-link.active {
        border: 0px solid transparent;
        background: #109ad7;
        color: #fff;
        border-radius: 0 !important;
    }

.activity-section {
    border: 1px solid #e1e2e3;
    border-radius: 4px !important;
    margin-bottom: 15px;
}

.activity-title {
    padding: 15px 20px;
    border-bottom: 1px solid #e1e2e3;
    background: #edeef3;
}

.activity-body {
    max-height: 280px;
    overflow-y: auto;
    background: #fff;
    border-radius: 5px !important;
}

.activity-block {
    border-bottom: 1px solid #e1e2e3;
    position: relative;
    padding-bottom: 15px;
    margin: 15px;
}

.activity-icon {
    float: left;
    height: 30px;
    width: 30px;
    background: #109ad7;
    color: #fff;
    font-size: 13px;
    display: table;
    border-radius: 4px !important;
    margin-right: 10px;
}

    .activity-icon i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.activity-detail {
    margin-left: 40px;
}

.activity-block h4 {
    font-size: 16px;
    font-weight: 600;
}

.activity-option-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.activity-body::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.activity-body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    outline: 0px solid slategrey;
    border-radius: 10px !important;
}

.activity-body::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.activity-block:last-of-type {
    border-bottom: 0px solid #e1e2e3;
    margin-bottom: 0px;
}

.notes-icon {
    position: absolute;
    top: 0px;
    right: 0;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.input-group {
    flex-wrap: initial;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.datetimepicker table {
    margin: 0;
}

th {
    display: table-cell;
    vertical-align: inherit;
}

.input-append.date.form_datetime {
    position: relative;
    display: flex;
    flex-wrap: initial;
    align-items: stretch;
    width: 100%;
}

span.add-on {
    border: 1px solid #dee2e6 !important;
    margin-left: -2px;
    padding: 7px 12px 6px;
}

ul.dropdown-menu.pull-right.show {
    width: 185px;
}

.dropdown-menu li {
    padding: 8px 15px;
    border-bottom: 1px solid #dee6e2;
}

    .dropdown-menu li:last-child {
        border-bottom: 0px solid #dee6e2;
    }

    .dropdown-menu li a {
        color: #47404f;
    }

    .dropdown-menu li:hover, .dropdown-menu li:focus {
        background: #dee6e2;
        cursor: pointer;
    }

.checkbox-primary input:checked ~ .checkmark {
    background-color: #109ad7 !important;
}

.customizer .handle {
    background: #109ad7;
}

.customizer {
    width: 320px;
    top: 23vh;
    right: -320px;
}

.dataTables_wrapper.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

table.dataTable {
    border: 1px solid #dee6e2;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item .nav-item-hold {
    padding: 20px 0;
    color: #332e38;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item {
    border-bottom: 1px solid #dee2e6;
}

.sidebar-indigo .sidebar-left {
    background: #ffffff;
    z-index: 999;
}

.layout-sidebar-compact .sidebar-left-secondary, .layout-sidebar-compact .sidebar-left {
    border-right: 1px solid #dee2e6;
}

    .layout-sidebar-compact .sidebar-left-secondary header h6 {
        margin-bottom: 10px;
    }

.filter-scroll {
    max-height: 445px;
    overflow: auto !important;
}

    .filter-scroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .filter-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
        background: #e6e6e6;
    }

    .filter-scroll::-webkit-scrollbar-thumb {
        background-color: #aaa;
        outline: 1px solid #c3c3c3;
        border-radius: 6px;
    }

.customizer .customizer-body {
    max-height: calc(100vh - 180px);
}

.customizer .handle:hover {
    background: #066b98;
}

a {
    color: #109ad7;
}

    a:hover {
        color: #066b98;
    }

.btn {
    color: #000;
}

.sidebar-indigo .sidebar-left {
    background: #f9fafb;
    box-shadow: none;
}

.table th, .table td {
    padding: 0.75rem 0.35rem;
}

.table thead th {
    background: #fbfbfb;
}

.custom-table {
    display: none;
}

.margin-right-15 {
    margin-right: 15px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #1099d6;
    border-color: #109ad7;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    /*text-align: left !important;*/
}

    .form-control:disabled + .input-group-append, .form-control[readonly] + .input-group-append {
        display: none;
    }

.layout-sidebar-compact .main-content-wrap {
    background: #f9fafb;
}

.layout-sidebar-compact .main-header {
    background: white;
    border-bottom: 1px solid #dee2e6;
    z-index: 999;
}

.ps__rail-y {
    width: 6px;
}

    .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
        background-color: #999;
        width: 6px;
    }

.card {
    border-radius: 5px;
}

.card-icon-bg [class^=i-], .card-icon-bg [class^=icon-] {
    font-size: 3rem;
}

.card-icon [class^=i-], .card-icon [class^=icon-] {
    font-size: 3rem;
}

.card-icon [class^=i-], .card-icon [class^=icon-] {
    color: #becad0;
}

.card-title {
    font-weight: 600;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a .nav-icon {
    font-size: 17px;
}

.main-header .menu-toggle div {
    width: 18px;
    background: #fff;
}

.main-header .menu-toggle {
    padding: 6px 18px;
    background: #109ad7;
    width: 24px;
    margin-left: -1px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    z-index: -1;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item:hover i, .layout-sidebar-compact .sidebar-left .navigation-left .nav-item:hover span {
    color: #109ad7;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active {
    border-left: 0px solid #109ad7;
}

.btn-primary i {
    font-size: 16px;
    line-height: inherit;
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    background: #066b98;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    }

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
        display: none;
    }

label {
    font-size: 12px;
    color: black;
    margin-bottom: 4px;
}

textarea:disabled {
    resize: none;
}

.radio-primary input:checked ~ .checkmark {
    background-color: #109ad7;
}

.card-icon [class^=i-], .card-icon .lead {
    color: #becad0;
}

div.dataTables_wrapper div.dataTables_processing {
    background: #109ad7;
    color: #fff;
    font-weight: 700;
}

table.dataTable {
    width: 100% !important;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item {
    position: relative;
}

    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item a:hover {
        background: #f9fafb;
    }

    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives > a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        bottom: 0;
        border-style: solid;
        border-width: 0 0 22px 22px;
        border-color: transparent transparent #066b98 transparent;
    }

    .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives i, .layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives span {
        color: #109ad7;
    }

.layout-sidebar-compact .sidebar-left-secondary .submenu-area.actives.open {

}

.layout-sidebar-compact .sidebar-left-secondary .submenu-area.mainactive {
    display: block;
}


.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives i, .layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives span {
    color: #109ad7;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #066b98 transparent;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.actives:hover .triangle {
    display: block
}

.card-body {
    z-index: 9;
}

.layout-sidebar-compact .sidebar-left .navigation-left .nav-item.active .triangle {
    display: block;
}

.dataTables_scrollBody {
    height: auto !important;
    max-height: 500px;
    overflow: auto;
}

.display-none {
    display: none;
}

.datetimepicker th.switch {
    width: 145px;
    display: table-cell;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6;
}

.wizard ul.steps > li.active {
    background-color: #109ad7;
    color: #ffffff;
}

.wizard ul.steps > li:first-child .step-index {
    padding-left: 20px;
}

.wizard ul.steps > li.active .step-index .label {
    display: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 500;
    padding: 2px 7px;
}

.wizard ul.steps > li.completed {
    background-color: #000;
    color: #fff;
}

.wizard li.completed .wiz-icon-chevron-right.colorA::before {
    color: #000;
}

.wizard ul.steps > li .step-text {
    padding-right: 20px;
}

.wizard li.active .wiz-icon-chevron-right.colorA::before {
    color: #109ad7;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.wizard .top-actions {
    line-height: 50px;
    height: 50px;
    background-color: #ffffff;
    border-left: 1px solid #d4d4d4;
    box-shadow: 0px 0 0px 0px #888;
    -webkit-box-shadow: 0px 0 0px 0px #888;
    -moz-box-shadow: 0px 0 0px 0px #888;
    -o-box-shadow: 0px 0 0px 0px #888;
}

.wizard ul.steps > li .step-index .label {
    display: none;
    background-color: transparent;
    border: 1px solid #000;
    margin-left: 10px;
    margin-right: 5px;
    font-weight: 500;
    padding: 2px 7px;
    color: #000;
}

.wizard .wiz-icon-chevron-right.colorA::before {
    color: #edeef3;
}

.wizard ul.steps > li .step-text {
    padding-right: 10px;
    color: #333;
}

.wizard ul.steps > li.active .step-text {
    color: #fff;
}

.wizard ul.steps > li .step-text {
    padding-right: 10px;
}

.wizard ul.steps {
    background: #fff;
}

.wizard .steps-content {
    border-top: 1px solid #dee2e6;
    background: #fff;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.wizard ul.steps > li.completed .step-text {
    color: #fff;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.switch-primary input:checked + .slider {
    background-color: #119bd7;
}

.card {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06), 0 0px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #e1e2e3 !important;
}

.sidebar-left-secondary .childNav li.nav-item.open > a {
    background: #f9fafb;
}

ul.childNav li ul.submenu li.actives a span {
    font-weight: 700 !important;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item.actives ul.submenu li.actives > a:after {
    content: none !important;
}

.layout-sidebar-compact .sidebar-left-secondary .childNav li.nav-item ul.submenu li a {
    padding: 8px 8px 8px 55px;
}

.display-inline-block {
    display: inline-block;
}

input.form-control[type="file"] {
    padding: 0.25rem 0.75rem;
}

.nav-tabs .nav-item .nav-link {
    padding: 0.75rem 0.8rem;
}


#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 999;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.layout-sidebar-compact.sidenav-open .sidebar-left-secondary1 {
    left: -105px;
}

.layout-sidebar-compact.sidenav-open .main-content-wrap1 {
    width: calc( 100% - 84px - 0px );
}





h4.card-title {
    margin-bottom: 0px;
}

.breadcrumb.bb-1 {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card-icon-box .card-icon-area {
    float: left;
}

    .card-icon-box .card-icon-area .fa {
        font-size: 26px !important;
        width: 56px;
        height: 56px;
        line-height: 56px !important;
        text-align: center;
        background-color: #109ad7;
        color: #ffffff;
        border-radius: 50%;
    }

.card-icon-box .card-content-area {
    padding-left: 70px;
}

    .card-icon-box .card-content-area .card-content-title {
        font-size: 16px;
        font-weight: 600;
        color: #444444;
    }

    .card-icon-box .card-content-area .card-content-cost {
        font-weight: 800;
        font-size: 22px;
        color: #109ad7;
    }

.card-body .card-icon-box {
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #ddd;
}

    .card-body .card-icon-box:last-child {
        border-bottom: 0px solid #ddd;
    }

.card-profitloss .card-value {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
}

    .card-profitloss .card-value:last-child {
        padding-bottom: 0px;
    }

    .card-profitloss .card-value span {
        width: 30px;
        display: inline-block;
        margin-right: 5px;
    }

.card-value.text-col-green {
    color: #20ab20;
}

.card-value.text-col-red {
    color: #ff4560;
}

.btn .text-icon {
    font-size: inherit !important;
    padding-right: 4px;
    position: relative;
    top: 1px;
}

.badge.cust-badge {
    padding: 5px 8px;
    text-transform: uppercase;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #109ad7;
}

.cust-icon {
    font-size: 12px !important;
    padding-right: 5px;
    position: relative;
    top: -1px;
}

.card-header.clearfix .card-title {
    float: left;
}

.card-header.clearfix .header-tools {
    width: 300px;
    float: right;
}

.followUpCount {
    color: #109ad7 !important;
}


.zoom {
    transition: transform .2s;
}

    .zoom:hover {
        transform: scale(1.6); 
    }
@media (max-width: 767px) {
    .user-info.text-center {
        margin-bottom: 25px;
    }
    .profile-area .col-md-4 {
        padding: 0px 15px !important;
    }
}



.header-part-right .head-icon {
    padding: 10px;
    margin: 0px 2px;
    border-radius: 2px;
}

    .header-part-right .head-icon .svgicon {
        width: 20px;
        height: 20px;
        fill: #959595;
    }
        .header-part-right .head-icon .svgicon:hover {
            fill: #109ad7;
        }
.no-border {
    border: 0px !important;
}

.breadcrumb-space .btn.btn-blue-bordered .svgicon {
    width: 24px;
    height: 24px;
    fill: #109ad7;
}
.breadcrumb-space .btn.btn-blue-bordered.activeButton svg.svgicon {
    fill: #fff;
}


.head-company-info {
    display: flex;
    align-items: center !important;
}

    .head-company-info .head-company-name {
        font-size: 15px;
        margin: 0px;
        color: #fff;
    }

    .head-company-info .head-company-branch {
        padding: 5px;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #109ad7;
        background-color: #edf9ff;
        line-height: 1.4;
        margin: 0px;
    }

    .head-company-info .head-company-finance {
        font-size: 12px;
        margin: 0px;
    }



.breadcrumb-new {
    display: inline-block;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}

    .breadcrumb-new a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 36px;
        color: white;
        padding: 0 10px 0 55px;
        background: #666;
        background: linear-gradient(#666, #333);
        position: relative;
    }

    .breadcrumb-new.flat a, .breadcrumb-new.flat a:after {
        background: white;
        color: black;
        transition: all 0.5s;
    }

    .breadcrumb-new a:first-child {
        padding-left: 46px;
        border-radius: 5px 0 0 5px;
    }

    .breadcrumb-new a.active, .breadcrumb-new a:hover {
        background: #333;
        background: linear-gradient(#333, #000);
    }

    .breadcrumb-new.flat a.active, .breadcrumb-new.flat a:hover {
        color: #fff;
    }

        .breadcrumb-new.flat a.active:before, .breadcrumb-new.flat a:hover:before {
            color: black !important;
        }

        .breadcrumb-new.flat a:hover, .breadcrumb-new.flat a.active, .breadcrumb-new.flat a:hover:after, .breadcrumb-new.flat a.active:after {
            background: #109ad7;
        }

    .breadcrumb-new a:before {
        content: "\f15c";
        font-family: "Font Awesome 5 Free";
        border-radius: 100%;
        width: 20px;
        height: 20px;
        line-height: 20px;
        margin: 8px 0;
        position: absolute;
        top: 0;
        left: 30px;
        background: #444;
        background: linear-gradient(#444, #222);
        font-weight: 400;
        text-align: center;
        color: #656565;
        padding-left: 1px;
    }

.breadcrumb-new.flat a:before {
    background: white;
}

.breadcrumb-new a:first-child:before {
    left: 14px;
}

.breadcrumb-new a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background: #666;
    background: linear-gradient(135deg, #666, #333);
    box-shadow: 2px -2px 0 2px rgba(216, 216, 216, 1), 3px -3px 0 2px rgba(255, 255, 255, 0.10);
    border-radius: 0 5px 0 50px;
}

.breadcrumb-new.flat a, .breadcrumb-new.flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

.breadcrumb-new a.active:after, .breadcrumb-new a:hover:after {
    background: #333;
    background: linear-gradient(135deg, #333, #000);
}

.breadcrumb-new.flat a:hover, .breadcrumb-new.flat a.active, .breadcrumb-new.flat a:hover:after, .breadcrumb-new.flat a.active:after {
    background: #109ad7;
}

.breadcrumb-new a:last-child:after {
    content: none;
}

.breadcrumb-new a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
}
.header-nav {
    margin: 15px 0px;
}
.btn-outline-danger {
    color: red;
}

/*#tblItemDetails, #tblServiceDetails, #tblVendorDetails, #tblPurReqDetails, #tblPurInqDetails, #tblChargeDetails, #tblTransporterDetails, #tblItemDetails1, #tblServiceDetails1, #tblPurchaseOrderDetails, #tblGINDetails tbody tr:hover {
    cursor: pointer;
}*/

.modal-table table {
    cursor: pointer;
}