
/* Enter custom CSS rules for your application here */
body:not([data-kt-app-toolbar-fixed-mobile=true]) .app-toolbar {
    height: auto;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
    padding-left: 138px;
    margin-top: 30px;
}

.form-label {
    font-weight: 300;
}

.form-control:disabled, .form-control[readonly] {
    color: var(--kt-input-color);
}

.datepicker {
    z-index: 10000 !important;
}

.amcharts {
    width: 100%;
    max-height: 650px;
    height: 60vh;
}

.loader {
    /*position: absolute;*/
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

.dot {
    width: 8px;
    height: 8px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

.dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #32aacc;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #64aacc;
}

.dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #96aacc;
}

.dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #c8aacc;
}

.dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #faaacc;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

/*formatter form thead dropdown arrow on reponsive datatable*/
.table.table-separate th:first-child, .table.table-separate td:first-child {
    padding-left: 30px !important;
}

.tablesDashboard {
    width: 100%;
    max-height: 750px;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: var(--kt-border-color);
    width: 960px;
}

.datepicker table {
    width: 250px;
    height: 250px;
}
.bs-actionsbox {
    width: 320px;
}

.itemHeight {
    height: 44px;
}
.note-btn.dropdown-toggle:after {
    content: none;
}
.cardHeight {
    min-height: 500px
}

@media screen and (-ms-high-contrast: active) {
    .amcharts-Label {
        fill: #fff !important;
    }

    .amcharts-Grid {
        stroke: #fff !important;
        stroke-opacity: 1;
    }
}

.note-editable {
  background-color: white;
  /*color: white;*/
}