@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&display=swap');

body {
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
}

.content-header h1 {
    font-size: 1.6rem;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
}

.form-control {
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
}

.table td, .table th {
    padding: .4rem;
    vertical-align: middle;
}

.content-header {
    padding-bottom: 8px;
}
/* toggle */
.toggle {
    /*  margin: 0 0 1.5rem;
  box-sizing: border-box;
  font-size: 0;
  cursor:pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch; */
}

    .toggle input {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

        .toggle input + label {
            margin: -2px;
            padding: 0.6rem 0.8rem;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            border: solid 1px #DDD;
            background-color: #FFF;
            font-size: 0.8rem;
            line-height: 140%;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            box-shadow: 0 0 0 rgba(255, 255, 255, 0);
            transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
            /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
            /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
            /* ----- */
        }

            .toggle input + label:first-of-type {
                border-radius: 6px 0 0 6px;
                border-right: none;
            }

            .toggle input + label:last-of-type {
                border-radius: 0 6px 6px 0;
                /*  border-left: none; */
            }

        .toggle input:checked + label {
            background-color: #4B9DEA;
            color: #FFF;
            box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
            cursor: pointer;
            z-index: 1;
        }

@media (max-width: 800px) {
    .toggle input + label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.budget_table input {
    width: 100%;
    font-size: 0.8rem;
    padding: .4rem;
    text-align: right;
    border-radius: 0px;
    border: none;
    border-width: thin;
    background-color: #ffffff;
}

.budget_table td {
    padding: 0px;
}

    .budget_table td:first-child {
        padding: .4rem;
    }

.sidebar-dark-danger .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-danger .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f05a28;
    color: #fff;
}


/*modal Left & Right */
.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
    z-index: 1036;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 15px;
}

.modal.left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
    width: 1140px;
}

.modal.left .modal-backdrop.show,
.modal.right .modal-backdrop.show {
    opacity: .1;
}

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}
/* Full Screen */

.modal.full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.modal.full .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.full .close-modal {
    position: fixed;
    top: 0;
    right: 3rem;
}

/* switch toggle */
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 2rem;
    pointer-events: all;
    /* border-radius: .5rem; */
    border-radius: 0.75em !important;
    transition: 250ms ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.1)), #d0d0d0 !important;
    box-shadow: 0 0.08em 0.15em -0.1em rgb(0 0 0 / 50%) inset, 0 0.05em 0.08em -0.01em rgb(255 255 255 / 70%), 0 0 0 0 rgb(68 204 102 / 70%) inset !important;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    background: linear-gradient(#f5f5f5 10%, #eeeeee);
    box-shadow: 0 0.1em 0.15em -0.05em rgb(255 255 255 / 90%) inset, 0 0.2em 0.2em -0.12em rgb(0 0 0 / 50%) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border: none !important;
    box-shadow: 0 0.08em 0.15em -0.1em rgb(0 0 0 / 50%) inset, 0 0.05em 0.08em -0.01em rgb(67 160 71), 3em 0 0 0 rgb(67 160 71) inset !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.custom-switch .custom-control-label {
    cursor: pointer;
}


.enabledIcon span {
    width: 30px;
}

.logo-image {
    width: 150px;
}

/* counter box */
.counter {
    color: #f27f21;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    height: 150px;
    width: 100%;
    padding: 30px 25px 25px;
    margin: 0 auto;
    border: 3px solid #f27f21;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
}

    .counter:before,
    .counter:after {
        content: "";
        background: #f3f3f3;
        border-radius: 20px;
        box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
        position: absolute;
        left: 15px;
        top: 15px;
        bottom: 15px;
        right: 15px;
        z-index: -1;
    }

    .counter:after {
        background: transparent;
        width: 100px;
        height: 100px;
        border: 10px solid #f27f21;
        border-top: none;
        border-right: none;
        border-radius: 0 0 0 20px;
        box-shadow: none;
        top: auto;
        left: -10px;
        bottom: -10px;
        right: auto;
    }

    .counter .counter-icon {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 6px;
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-icon {
        transform: rotateY(360deg);
    }

    .counter .counter-value {
        color: #555;
        font-size: 26px;
        height: 18px;
        font-weight: 600;
        margin: 0 0 18px;
        display: block;
        transition: all 0.3s ease 0s;
    }

    .counter:hover .counter-value {
        text-shadow: 2px 2px 0 #d1d8e0;
    }

    .counter h3 {
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 15px;
    }

    .counter.blue {
        color: #00ACC1;
        border-color: #00ACC1;
    }

        .counter.blue:after {
            border-bottom-color: #00ACC1;
            border-left-color: #00ACC1;
        }

    .counter.red {
        color: #E53935;
        border-color: #E53935;
    }

        .counter.red:after {
            border-bottom-color: #E53935;
            border-left-color: #E53935;
        }

    .counter.green {
        color: #43A047;
        border-color: #43A047;
    }

        .counter.green:after {
            border-bottom-color: #43A047;
            border-left-color: #43A047;
        }

    .counter.yellow {
        color: #FFB300;
        border-color: #FFB300;
    }

        .counter.yellow:after {
            border-bottom-color: #FFB300;
            border-left-color: #FFB300;
        }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

.budgetTR_color1 {
    background-color: #f9f7e6 !important;
}

.budgetTR_color2 {
    background-color: #e5f3fd !important;
}

.tr_red {
    background-color: #ffe5e5 !important;
}

.forgotpw, .changepw {
    color: #6c7174;
    font-weight: 700;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: #c2c0c0;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background: #c2c0c0;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table::-webkit-scrollbar {
    width: 6px;
}

.table::-webkit-scrollbar-thumb {
    background: #c2c0c0;
}

.table::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* accordion */
.accordion__item {
    padding: 4px;
    padding-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}

.accordion__body {
    display: none;
    padding-top: 5px;
}

    .accordion__body p {
        margin-bottom: 0;
    }

.accordion__title {
    font-size: 1rem;
    cursor: pointer;
    /*margin-bottom: 0;*/
    position: relative;
}

    .accordion__title:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 0;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS72V6zEEQRSFv81ABogAESADIiADRIAIEAEiQASIABmQgQyor+rerZ7enp71Y92qqZrpxznnPmfGim22YnyWITgGdoHteNT0Hs8j8NQT2SM4AK6AjQkvP4EzQLIFGyO4Bk7i9Bfg90uodllv9oBTYD3OeUaigbUISnAv+N0zSfRUuwnS+fmawLA8xO5OoXiqFvToLQ4dluGqCYynLi+jvCZNT8TYzM2SwGq5BYz5VGLHPEqBcy9KgjvgqFJ/ETn4HkFci2K4jP304h5Q8KAPrO0tIGMv+HnkYR+oSQR/joqSwPOZC7HEGRD8hIr0SgBLU1IvlCQl+EeUbAoY4JQhqgnka5G4nsprcPdGCeoQZdhrkmy0FniGyD3fByFqJblF4loL3PVukrPJBnVcVE964pJjolVZ3TL14lSjSaK1wFP9oI/+fVSorhx2qnKA9exPwy6BShLD5vdrNa79CQmeY2VhktZVVKs06QLnvB/zwphL9KcfTgkmkY91bVdnmdo3gjaBE2CZf/JECvrbKyf4BdpXaxkir2UhAAAAAElFTkSuQmCC") no-repeat;
        background-size: 20px;
    }

    .accordion__title.active {
        color: #2B9FDF;
    }

        .accordion__title.active:after {
            transform: rotate(-180deg);
        }

.text-red {
    color: #f05a28 !important;
}

.grandTotal td {
    background-color: #f05a28;
    color: #fff;
}

.budget_table.dataTable {
    margin-top: -1px !important;
    margin-bottom: 0px !important;
}

/* .dataTables_scrollHeadInner, .dataTables_scrollHeadInner table 
{
	width:100% !important;
} */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.budgetTable table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    white-space: nowrap;
}

.card-body {
    padding: 0.25rem;
}

.table-striped tbody tr:nth-of-type(odd) td input {
    background-color: #f2f2f2;
}

.subTotal {
    background-color: #f9e6ac !important;
}

.budget_logo {
    width: 160px;
}

.subTotal input {
    background-color: #f9e6ac !important;
}

nav .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 2rem;
    font-weight: 600;
}

nav .select2-container--bootstrap4 .select2-selection--single {
    height: calc(2rem + 2px) !important;
}

.nav-tabs .nav-link.active {
    border-color: transparent;
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

.nav-tabs a {
    color: #495057;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ffffff #ffffff #007bff;
}

.grandTotal td {
    padding-right: 0.2rem;
}

.budgetTxt {
    cursor: pointer;
}

.redTxt {
    color: #f05a28;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #F6F6F6;
    z-index: 9999;
    transition: all 0.4s ease;
}

.loader {
    /*position: absolute;
  top: 50%; 
  left: 50%;*/
}

    .loader .loader_text {
        font-size: 50px;
        font-weight: 600;
        font-family: sans-serif;
        color: #26001B;
        margin: 20px auto;
        text-align: center;
    }

    .loader .loader_bar {
        position: relative;
        width: 100%;
        height: 4px;
        background: #F6F6F6;
        border-radius: 1px;
        transform: translate(0,0) scale(1);
        transition: width 2s linear 1s;
    }

        .loader .loader_bar:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #f05a28;
            border-radius: 1px;
            animation: fill 1s ease;
        }

@keyframes fill {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}



.errorLabel {
    color: red;
    margin-bottom: 0px;
    font-size: 0.7rem;
    font-weight: 600 !important;
}

.blinkTxt {
    opacity: 0;
    animation: blinking 1s linear infinite;
}

@keyframes blinking {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.list-style1 li {
    font-size: 1rem;
    line-height: 30px;
}

/* .selected_rowfirst_Td
{
	border-top:1px solid #6b6e71 !important;
	border-right:0px solid #6b6e71 !important;
	border-bottom:1px solid #6b6e71 !important;
	border-left:1px solid #6b6e71 !important;
} */
.selected_rowfirst_Td {
    border-top: 1px solid #6b6e71 !important;
    border-right: 0px solid #6b6e71 !important;
    border-bottom: 1px solid #6b6e71 !important;
    border-left: 1px solid #6b6e71 !important;
}

.selected_rowmd_Td {
    border-top: 1px solid #6b6e71 !important;
    border-right: 0px solid #6b6e71 !important;
    border-bottom: 1px solid #6b6e71 !important;
    border-left: 0px solid #6b6e71 !important;
}

.selected_colmd_Td {
    border-top: 0px solid #6b6e71 !important;
    border-right: 1px solid #6b6e71 !important;
    border-bottom: 0px solid #6b6e71 !important;
    border-left: 1px solid #6b6e71 !important;
}

.selected_Td {
    border: 1px solid #6b6e71 !important;
}

.selected_colfirst_Td {
    border-top: 1px solid #6b6e71 !important;
    border-right: 1px solid #6b6e71 !important;
    border-bottom: 0px solid #6b6e71 !important;
    border-left: 1px solid #6b6e71 !important;
}

.modal.left .modal-dialog-scrollable, .modal.right .modal-dialog-scrollable {
    max-height: 100%;
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh);
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    font-size: 0.85rem;
}

.info_icon {
    width: 100%;
    text-align: center;
    border: .25em solid #9de0f6;
    color: #9de0f6;
    justify-content: center;
    width: 4em;
    height: 4em;
    line-height: 3.6em;
    border-radius: 50%;
    margin: 0em auto .6em;
}

.info-txt {
    font-size: 3em;
}

.subBtn {
    margin-top: 1.8rem;
}

.Logo_width {
    width: 200px;
}

.bankName {
    margin: 0 auto;
    text-align: Center;
    line-height: 20px;
}

    .bankName p, .bankName h5 {
        margin-bottom: 0px;
    }

.editTxt {
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    color: #212529;
}




@media screen and (max-width: 900px) {
    .subBtn {
        margin-top: 0.1rem;
    }

    .Logo_width {
        width: 0px;
    }
}

.child td:first-child {
    /*text-indent:25px;*/
    padding-left: 30px;
}

.subTotal td:first-child {
    text-indent: 15px;
}


.webmasterUser .modal-title {
    margin-bottom: -17px;
}

.webmasterUser .nav-tabs a {
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

#super_wm p {
    font-size: 18px;
}

.ellipsis {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

    .ellipsis div {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.cursor-pointer {
    cursor: pointer;
}

.tooltip .tooltip-inner {
    max-width: 230px !important;
    text-align: left;
    font-size: 0.9rem;
}

.sidebar-mini.sidebar-collapse .main-header {
    height: calc(3.5rem + 1px);
}

.dataTables_length label, .dataTables_filter label {
    margin-bottom: 0px;
}

.budgetTR_color2 {
    background-color: #e5f3fd !important;
}

    .budgetTR_color2 input {
        background-color: #e5f3fd !important;
    }

.newAccChk {
    cursor: pointer;
    width: 14px !important;
    height: 21px;
    vertical-align: bottom;
    width: auto;
}

/* legends */
.legend {
    position: absolute;
    right: 0;
    top: 25%;
}

    .legend li {
        display: inline-block;
        list-style-type: none;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 600;
    }

    .legend span {
        display: block;
        width: 14px;
        height: 14px;
        margin: 2px;
        margin-bottom: 0px;
    }
    /* your colors */
    .legend .sub_Total {
        background-color: #f9e6ac;
    }

    .legend .grand_total {
        background-color: #f05a28;
    }

@media screen and (max-width: 800px) {
    .budgetTable {
        height: 100vh;
    }

    .legend {
        position: relative;
        right: 0;
        top: 25%;
    }

        .legend ul {
            padding-left: 0px;
            display: inline-flex;
        }

        .legend li {
            display: inline-block;
            list-style-type: none;
            vertical-align: middle;
            font-size: 8px;
            font-weight: 600;
        }

        .legend span {
            display: block;
            width: 11px;
            height: 11px;
            margin: 2px;
            margin-bottom: 0px;
        }
}






/* sweetalert css */
.swal2-popup {
    border-radius: 0.3rem !important;
    border: 1px solid rgba(0,0,0,.2) !important;
    padding:0.8em !important;
}

 swal2-modal .swal2-icon {
    width: 4em !important;
    height: 4em !important;
}

    .swal2-icon .swal2-icon-content {
        font-size: 3em !important;
    }

.swal2-styled.swal2-confirm {
    border: 0 !important;
    border-radius: 0.2rem !important;
    background: initial !important;
    background-color: #007bff !important;
    color: #fff !important;
    font-size: 1rem !important;
}

.swal2-styled.swal2-cancel {
    border: 0 !important;
    border-radius: 0.2rem !important;
    background: initial !important;
    background-color: #dc3545 !important;
    color: #fff !important;
    font-size: 1rem !important;
}
