﻿body {
}

.loading-top {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #d5534a;
    z-index: 100004;
}

.loading-tile {
    width: 100%;
    height: 8px;
    background-color: #d5534a;
    z-index: 100004;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

    .bar:nth-child(1) {
        background-color: #5e775e;
        animation: loading 3s linear infinite;
        height: 8px;
    }

    .bar:nth-child(2) {
        background-color: #000;
        animation: loading 3s linear 1s infinite;
        height: 8px;
    }

    .bar:nth-child(3) {
        background-color: #5FADE0;
        animation: loading 3s linear 2s infinite;
        height: 8px;
    }

@keyframes loading {
    from {
        left: 0;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 50%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

.loader {
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: flex;
    background: white;
    padding: 10px;
    margin-top: 35px;
    box-shadow: 0px 40px 60px -20px rgba(0, 0, 0, 0.2);
}

    .loader span {
        display: block;
        width: 20px;
        height: 20px;
        background: #eee;
        border-radius: 50%;
        margin: 0 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

        .loader span:nth-child(2) {
            background: #f07e6e;
        }

        .loader span:nth-child(3) {
            background: #84cdfa;
        }

        .loader span:nth-child(4) {
            background: #5ad1cd;
        }

        .loader span:not(:last-child) {
            animation: animate 1.5s linear infinite;
        }

@keyframes animate {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(30px);
    }
}

.loader span:last-child {
    animation: jump 1.5s ease-in-out infinite;
}

@keyframes jump {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(10px, -10px);
    }

    20% {
        transform: translate(20px, 10px);
    }

    30% {
        transform: translate(30px, -50px);
    }

    70% {
        transform: translate(-150px, -50px);
    }

    80% {
        transform: translate(-140px, 10px);
    }

    90% {
        transform: translate(-130px, -10px);
    }

    100% {
        transform: translate(-120px, 0);
    }
}

button[type="submit"] {
    color: #fff !important;
    font-weight: normal;
    font-size: .8rem;
    padding: 5px 10px;
}


div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

h5, h5.k-card-title, .k-card-title.h5 {
    color: #000;
    font-size: 22px;
    border: 0px;
    font-weight: 700;
    margin-bottom: 0;
}

h7, h7.k-card-title, .k-card-title.h7 {
    color: #8d8d8d;
    font-size: 12px;
    border: 0px;
    text-align: right;
    margin: 6px 20px 6px 6px;
}

.k-link {
    border-color: #8a1538 !important;
    background-color: rgb(156, 190, 165) !important;
    font-weight: 500;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 16px !important;
}

.k-column-title {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: normal;
    flex-shrink: 1;
    overflow: hidden;
    color: #fff !important;
    font-size: 15px;
}
.k-grid-header-wrap table thead tr th{
    vertical-align: middle !important;
}
.k-grid-header-wrap table thead tr th:nth-child(3) .k-column-title {
    width: 50px;
}


.k-panelbar > .k-item > .k-link .k-icon,
.k-panelbar > .k-item > .k-link .k-panelbar-item-icon,
.k-panelbar > .k-panelbar-header > .k-link .k-icon,
.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
    font-size: 28px;
    font-weight: bold;
    /*  color: black;*/
    color: #00a865 !important;
}
.nav-right .button {
    color: #00a865;
}


.Screener-section .k-card-title {
    color: #000;
    font-weight: 700;
}


.Screener-section .k-link {
    width: 210px;
    text-align: center !important;
}
button[type="submit"] {
    background-color: #00a865 !important;
    color: #fff !important;
}

.screener-group-btn .k-button-sm {
    background-color: #00a865!important;
    color: #fff !important;
    padding: 8px 50px
}

.k-window-titlebar .k-icon-button {
    background-color: #00a865 !important;
    color: #fff !important;
    opacity: 1 !important;
}
.portfolio-upload-inputfile-container label.portfolio-upload {
    background-color: #00a865 !important;
    color: #fff !important;
}
.k-window-titlebar .k-icon-button:hover {
    opacity: 0.8 !important;
    }

    span.k-icon.k-i-ungroup {
        color: #070e25 !important;
    }

.portfolio-upload span.k-icon.k-i-upload {
    color: #5e5e5e;
}

.screen-filter .k-input-sm, .k-picker-sm {
    font-size: 16px !important;
    line-height: 2 !important;
    height: 33px !important;
    max-width: 240px;
}

.k-radio:checked, .k-radio.k-checked {
    border-color: #00a865;
    color: #fff;
    background-color: #00a865;
}

.version {
    color: #555;
    position: absolute;
    top: 98%;
    right: 1%;
    font-family: Consolas;
    font-size: 11px;
    word-spacing: -3px;
}

.benchmarklegend .k-button {
    width: 225px;
    justify-content: left;
}

.benchmarklegend .k-split-button-arrow {
    width: 20px;
}


.tiltclass .k-button {
    width: 200px;
    justify-content: left;
}

.tiltclass .k-split-button-arrow {
    width: 20px;
}

.benchmarktext {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-left: 6px
}

.table#summary > :not(caption) > tr * {
    padding: 0px 0px 0px 0px;
}


#summary.table thead th {
    font-weight: normal;
    text-align: right;
    min-width: 80px;
   
}
.valuation table thead th {
    padding: 0 0px 0 15px !important;
}

#summary.table td {
    font-weight: normal;
    text-align: right;
    width: 15%;
}


.tiltlabel {
    padding-top: 12px;
    width: 120px;
    vertical-align: central;
}

.tilttext {
    padding-top: 8px;
    width: 85px;
}

    .tilttext .k-input-inner {
        width: 85px;
        text-align: center;
    }

.tilefirst {
    order: 0 !important;
}

.tileafterperf {
    order: 900 !important;
}


.tilts-apply .k-input-inner {
    padding: 6px;
}


.Screener-section .box-stocks {
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
    margin-bottom: 0px;
}




.k-tabstrip-item .k-link {
    width: 210px;
    border-color: #8a1538 !important;
    color: #fff !important;
    background-color: #8a1538 !important;
    font-weight: 500;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 20px !important;
}

li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border-color: #8a1538 !important;
}

/*.screener-group-btn {
    text-align: right;
    margin-right: 5px;
    margin-top: 0px;
}
*/
.inputs-statusmessage {
    margin-left: 100px;
}

button[type="submit"] {
    color: #fff !important;
    padding: 8px 30px;
}


.Screener-section .btn {
    color: white;
}


    .Screener-section .btn .k-button {
        color: #fff !important;
        font-weight: normal;
        font-size: .8rem;
        padding: 5px 10px;
        margin-right: 5px;
    }


.sidebar {
    width: 90px !important;
}

    .sidebar[b-lnx2qi6pod] {
        /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/

        background-color: rgb(156, 190, 165);
    }


@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar2 {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 1.1rem !important;
        padding-right: 1.1rem !important;
        padding-top: 24px;
    }



    .k-tilelayout .k-card {
        padding: 8px;
    }

        .k-tilelayout .k-card .k-card-header {
            border-style: none !important;
        }

    #dashtabs .k-card {
        border-style: none !important;
    }

    #dashtabs .k-tilelayout .k-card .k-card-header {
        border: 0 0 0;
        color: #212529 !important;
        background-color: #fff;
        padding: 11px 11px;
        border-style: none !important;
    }

    #dashtabs .k-tabstrip-top > .k-tabstrip-items-wrapper {
        border: 0px;
        padding: 0px;
        margin: 0px;
    }

    .k-panelbar {
        border-color: whitesmoke;
        color: #212529;
        background-color: #ffffff !important;
        border: 12px 12px 20px 13px solid;
        margin: 10px;
    }

        .k-panelbar > .k-item > .k-link,
        .k-panelbar > .k-panelbar-header > .k-link {
            color: #0d6efd;
            background-color: whitesmoke;
            border: solid;
            border-bottom: 20px;
            border-style: solid;
        }
}

k-panelbar > .k-item > .k-link,
.k-panelbar > .k-panelbar-header > .k-link {
    color: #0d6efd;
    background-color: #ffffff !important;
    border: none;
    border-bottom: 1px solid #070e25 !important;
}


.k-panelbar > .k-item + .k-item,
.k-panelbar > .k-panelbar-header + .k-panelbar-header {
    border-top-width: 0px;
}

.k-panelbar > .k-panelbar-header > .k-link.k-selected .k-link .k-selected, .k-link.k-selected:hover, .k-link.k-selected:active, .k-link {
    border-color: initial !important;
    color: rgba(0,0,0,.54) !important;
    font-size: 22px;
    border-width: 0 0 0px;
    border-style: none;
}


.k-panelbar > .k-panelbar-header k-state-expanded {
    border: 1px whitesmoke solid;
}

.k-panelbar > .k-item > .k-link:hover,
.k-panelbar > .k-item > .k-link.k-state-hover,
.k-panelbar > .k-item > .k-link.k-hover,
.k-panelbar > .k-panelbar-header > .k-link:hover,
.k-panelbar > .k-panelbar-header > .k-link.k-state-hover,
.k-panelbar > .k-panelbar-header > .k-link.k-hover {
    box-shadow: none;
    border-bottom: 1px solid #000;
    opacity: 0.8;
}

li.k-tabstrip-item.k-item.k-active.k-tab-on-top {
    border-width: 1px 1px 0px !important;
    border-style: solid !important;
    border-color: rgb(0 137 69) rgb(0 137 69) rgb(0 137 69) !important;
    border-image: initial !important;
    box-shadow: none !important;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-bottom: 1px solid rgb(0 137 69) !important;
}
.k-panelbar > .k-item > .k-link:focus, .k-panelbar > .k-item > .k-link.k-focus, .k-panelbar > .k-panelbar-header > .k-link:focus, .k-panelbar > .k-panelbar-header > .k-link.k-focus {
    box-shadow: none;
}

.screener-panel li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border-color: #1961AE !important;
    color: #000 !important;
    background-color: initial !important;
}


.k-tilelayout .k-card .k-card-header {
    border: 0 0 0;
    color: #212529 !important;
    background-color: initial !important;
    padding: 11px 11px;
    border-top: #1b6ec2 1px solid;
}

.normal-header {
    color: #000 !important;
}

.k-splitter {
    border-color: #dee2e6;
    color: #212529;
    border: none;
    background-color: initial !important;
}


.k-ghost-splitbar .k-icon,
.k-splitbar .k-icon {
    font-size: 20px;
    display: block;
    cursor: pointer;
}


.k-splitbar-vertical {
    height: 12px;
    border-width: 0;
    background-repeat: repeat-x;
    flex-direction: row;
    left: 0;
}

.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
    width: 10px;
    border-width: 0;
    background-repeat: repeat-y;
    flex-direction: column;
    top: 0;
}

.k-splitbar-draggable-horizontal .k-resize-handle {
    width: 3px;
    height: 30px;
    position: static;
    z-index: 1;
}

.k-splitbar {
    color: #212529;
    background-color: #f1f5f9;
}

.k-grid-content {
    /*background-color: transparent !important;*/
}

.k-grid {
    border-color: rgba(0, 0, 0, 0.08);
    /* color: #fff !important;
    background-color: transparent !important;*/
}

.k-grid-content::-webkit-scrollbar {
    width: 15px;
}

/* Track */
.k-grid-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #c1c1c1;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #f1f1f1;
}

/* Handle */
.k-grid-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 0px;
    background: #c1c1c1;
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
}

.k-grid tbody tr:not(.k-detail-row):hover, .k-grid tbody tr:not(.k-detail-row).k-state-hover {
    /*background-color: #eee !important;*/
    color: #888;
    opacity: 0.9;
}

.reset-icon {
    position: absolute;
    top: 328px;
    left: 30px;
}

.switch {
    padding-left: 15px;
    position: absolute;
    bottom: 18px;
}

.navbar-brand .rotate {
    font-size: 1.8rem;
}



.logo[b-zwewgiqxro] {
    font-size: 1.7rem;
    padding-left: 0px;
    transform: rotate(270deg);
    position: absolute;
    left: -82px;
    top: 145px;
}


.navbar-brand sup[b-zwewgiqxro] {
    font-size: 38px;
}


.k-tabstrip-item .k-link {
    width: 210px;
    color: black !important;
    border-color:#070e25 !important;
    background-color: white !important;
    font-weight: 400;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 20px !important;
}

li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border-color: #8a1538 !important;
    border: solid;
    border-width: 0px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    border-left-width: 0px;
    font-size: 17px;
    font-weight: bold;
}

.k-input-sm, .k-picker-sm {
    font-size: .8rem !important;
    line-height: 2 !important;
    height: 2.0rem;
}


.k-active .k-item .k-tab-on-top .k-tabstrip-item {
    background-color: white !important;
}


.k-item .k-state-default .k-tabstrip-item {
    background-color: white !important;
    color: #8a1538 !important;
}




/*li.k-tabstrip-item k-item k-active k-tab-on-top:first-child {
    border-left-style: none !important;
    border-style: none !important;
    box-shadow: none !important;
}*/

.pad0 {
    padding: 0px 0px 0px 12px;
}





.k-tabstrip-item .k-link {
    width: 210px;
    /* color: black !important; */
    border-color: #8a1538 !important;
    background-color: white !important;
    font-weight: 400;
    font-size: 16px;
    border-width: 0 0 0;
    border-style: solid;
    padding: 10px 20px !important;
}

li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border-color: #000 !important;
    border: solid;
    border-width: 0px;
    border-bottom-width: 3px;
    border-right-width: 3px;
    /* font-size: 17px; */
    font-weight: bold;
    border-bottom: #aaaaaa solid;
    padding-bottom: 5px;
}
/*    li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link span {
        border-bottom: #aaaaaa solid;
        border-bottom-width: 3px;
        padding-bottom: 5px;
    }
*/
.k-input-sm, .k-picker-sm {
    font-size: .8rem !important;
    line-height: 2 !important;
    height: 2.0rem;
}


.k-active .k-item .k-tab-on-top .k-tabstrip-item {
    background-color: white !important;
}


.k-item .k-state-default .k-tabstrip-item {
    background-color: white !important;
    color: #8a1538 !important;
}





.pad0 {
    padding: 0px 0px 0px 12px;
}



/* meeting*/
.k-tilelayout {
}

.k-panelbar {
    background-color: transparent !important;
    border-color: transparent;
}

.k-panelbar-header {
    margin-bottom: 10px;
}



/*meeting*/

.k-tilelayout {
    background-color: #F1F5F9 !important;
    background-color: transparent !important;
}

.k-tabstrip {
    background-color: #F1F5F9 !important;
    background-color: #fff !important;
}


/*overide all hack*/
body {
    width: 100%;
    background: #f1f5f9;
}

main[b-lnx2qi6pod] {
    flex: 1;
    color: #fff;
}

.k-tilelayout.telerik-blazor {
    padding: .556rem !important;
}

.content {
    padding-top: 0rem;
    background-color: #F1F5F9;
}


.k-button-solid-base.k-selected {
    border-color: #E4E7EB;
    color: #0F1317;
    background-color: #E4E7EB;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    /* border: 0px !important; */
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 3px !important;
}

.k-tilelayout .telerik-blazor {
    background-color: none !important;
}


.k-tabstrip-top > .k-tabstrip-items-wrapper .k-tabstrip-items .k-active {
    border: none;
    border-width: 0;
    border-color: rgba(0,0,0,.08);
    border-width: 1px 1px 0px !important;
    border-style: solid !important;
    border-color: rgb(0 137 69) rgb(0 137 69) rgb(0 137 69) !important;
    border-image: initial !important;
    box-shadow: none !important;
    margin: 0 0px 0 0 !important;
}

.k-panelbar-header {
    margin-bottom: 20px;
}




/*.k-tabstrip-item .k-link {
    background-color: #f1f5f9 !important;
}*/

.k-tabstrip-items *, .k-tabstrip-items *::before, .k-tabstrip-items *::after {
    text-align: center;
}


.k-splitter-flex .k-pane-static {
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #fff !important;
}

.k-splitbar {
    color: #070e25 !important;
    background-color: #f1f5f9;
}



.k-splitter-flex .k-splitbar {
    position: static;
    flex: 0 0 auto;
   
    margin-bottom: 15px;
    background: #fff;
}

.k-splitter-flex .k-pane {
    background: white;
}

li.k-tabstrip-item.k-item.k-active.k-tab-on-top span.k-link {
    border-color: #000 !important;
    border: solid;
    border-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    /* font-size: 17px; */
    font-weight: bold;
    padding-bottom: 5px;
}

ul.k-tabstrip-items {
    margin-left: 15px;
}

.k-tilelayout {
    background-color: #F1F5F9 !important;
    background-color: transparent !important;
}

    .k-tilelayout.telerik-blazor.animate__animated {
        padding: 0 !important;
    }

    .k-tilelayout.telerik-blazor.animate__animated {
        padding: 0 !important;
    }

#dashtabs {
    padding-top: 0.5rem;
    background-color: white;
}

.k-pane {
    padding-top: 16px;
}

.tab-centre {
    text-align: center;
    width: 150px;
}

.k-panelbar > .k-panelbar-header > .k-link .k-panelbar-item-icon {
    font-size: 58px !important;
    font-weight: bold;
}


.k-calendar-td .k-link {
    background-color: #ffffff !important;
}

.k-grid-header {
    background: rgb(156, 190, 165);
    border-color: rgb(156, 190, 165);
}

.k-grid-header {
    border-right: 1px solid rgb(156, 190, 165);
}
.k-slider .k-draghandle {
    border-color: #00a865;
    background-color: #00a865;
}

rect.highcharts-background {
    fill: #fff !important;
}

g.highcharts-axis-labels.highcharts-yaxis-labels text, g.highcharts-axis-labels.highcharts-xaxis-labels text, g.highcharts-axis.highcharts-yaxis text, g.highcharts-legend-item.highcharts-line-series.highcharts-color-undefined.highcharts-series-0 text, g.highcharts-legend-item.highcharts-column-series.highcharts-color-undefined.highcharts-series-0 text, g.highcharts-legend-item.highcharts-bar-series.highcharts-color-undefined.highcharts-series-0 text {
    fill: rgb(102, 102, 102) !important;
}

g.highcharts-no-tooltip.highcharts-button.highcharts-button-normal text, g.highcharts-no-tooltip.highcharts-button.highcharts-button-disabled text, g.highcharts-no-tooltip.highcharts-button.highcharts-button-pressed text {
    fill: rgb(0, 0, 0) !important;
}

g.highcharts-label.highcharts-range-input text {
    fill: rgb(51, 92, 173) !important
}


.image-upload label {
    color: #498fbf;
}

    .image-upload label .icon-upload {
        color: #252525;
    }


.k-switch-on .k-switch-track {
    border-color: #e5f1eb;
    background-color: #00a865;
}

.k-switch-on .k-switch-thumb {
    background-color: #fff;
}


.switch .switch-label .k-switch-on .k-switch-track {
    border-color: #ffffff;
    background-color: #ffffff;
}
.switch .switch-label  .k-switch-on .k-switch-thumb {
    background-color: black;
}

.logo-theme2{
display: block !important;
}

.logo-theme1 {
    display: none !important;
}

.h_plus .logo {
    width: 260px !important;
    height: auto;
    max-width: 100%;
    margin-left: 0px;
}

.bottom-row[b-zwewgiqxro] {
    bottom: 20px !important;
}

.k-grid .k-grid-header .k-table-th {
    background-color: rgb(156, 190, 165) !important;
   
}
html, body {
    font-family: 'Flama', sans-serif !important;
}

 button[type="submit"] .k-icon {
    color: #fff!important;
}
.k-split-button.excel-btn .k-button, .k-split-button.excel-btn .k-split-button-arrow {
    background-color: #00a865 !important;
    color: #fff !important;
    border-color: #00a865 !important;
}
.logout-btn {
    background-color: #00a865 !important;
    
}
.data-load {
    background: rgb(156, 190, 165);
    padding: 30px;
    max-width: 770px;
    margin: auto;
}

    .data-load h3 {
        text-align: center;
        margin-bottom: 20px;
    }

.date-picker-load {
    justify-content: space-between;
    margin-bottom: 20px;
}

.data-load-btn {
    text-align: center;
    margin-bottom: 20px;
}

.data-load-logs {
    text-align: center;
}

    .data-load-logs textarea {
        width: 100%;
        max-width: 100%;
        resize: none;
        border-radius: 4px;
        height:382px;
    }

.logs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.logs-header h4 {
        margin: 0;
    }

.download-icon {
    background-color: transparent;
    border: none;
    cursor: pointer;
}


@media screen and (max-width: 767px) {
    .right-side_dashboard {
        background: #9cbea5 !important;
        background-color: #9cbea5 !important;
    }
}

@media (min-width: 641px) {
    
    .tilegrapharea {
        height: 55vh;
    }

    .performance_graph, .sctor-height {
        height: 55vh;
    }
}