﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

body {
    font-family: arial !important;
}

::-webkit-scrollbar {
    width: 6px !important;
    border-radius: 3px !important;margin-right:4px!important;
}

/* Track */
::-webkit-scrollbar-track {
    background:transparent!important;
}



/* Handle */
::-webkit-scrollbar-thumb {
    background: #eeeeee !important;border:0!important;
    border-radius: 3px !important;
}

/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ccc !important;
    }
.position-sticky{z-index:999;background:#fff;top:0;}

.horizontal {
    display: flex;
    flex-direction: row;
    border: 1px solid silver;
    overflow: hidden;
}

.APLeftPanel {
    flex: 0 0 auto;
    width: 350px;
    min-width: 350px !important;
    max-width: 50%;
    white-space: nowrap;
    overflow: visible !important;
}

.ui-resizable-s, .ui-resizable-se {
    display: none!important;
}

.ui-resizable-e {
    width: 10px !important;
    right: -10px !important;
}

.splitter {
    flex: 0 0 auto;
    width:10px;
    z-index: 89 !important;position:relative;
    &::after
{
    content: '';
    width: 100%;
    height: 50px;
    position: relative;
    top: 50%;
    margin-top: -25px;
    display: block;
    background: #005996;
    border: 1px solid #ccc;
    border-width: 1px 0 1px 0;
    background-image: url(../../images/grip-lines.svg);
    background-size:6px;
    background-repeat: no-repeat;
    background-position: center;
}
}

.APRightPanel {
    flex: 1 1 auto;
    width: 100%;
    margin-top: -3px;
    min-width: 200px;
    background: #f6f6f6;
    height: 758px !important;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
}
.SidePopOverlay{background:#00000050;position:absolute;width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;
    .sideModal{background:#fff;padding:20px;width:400px;height:100%;position:absolute;right:0;top:0;
               .cstmClose{width:24px;min-width:auto;padding:0px;float:right;
                          svg{width:100%;}
                            &:hover{opacity:.6;}
                         }
                .fs-20{font-size:20px;color:#333;margin:10px 0px;}
                .form-check-label{font-size:14px;font-weight:400;}
                .form-check-input{margin-right:10px;}
              }
}
.customAccordionHead {
    font-size: 20px;
    text-transform: capitalize;
    color: #666;
    margin-bottom: 10px;
}

    .customAccordionHead svg {
        width: 20px;
        float: right;
        margin: 4px;
        height: 20px;
        transform: rotate(180deg);
    }

.forceStrech {
    position: relative;
}
.headingWrap{margin:30px 0 20px;
    h1{font-size:20px;font-weight:400;color:#333;margin:0;font-family: Roboto,sans-serif;}
    a{
    svg{width:20px;height:20px;fill:#eb583b;}
    &:hover{
         svg{fill:#333}
        }
    }
}
.RightTabs{float:right;
    a{
        padding:12px 20px 8px;border-radius:10px 10px 0px 0px;background:#999999;color:#fff!important;font-weight:500;font-size:18px;margin-left:5px;line-height:20px;display:inline-block;
        &:hover{color:#000!important;}
    }
    .Active{background:#00ace9;color:#fff!important;}
}
/*.properties--collapsed .properties__title span:after{right:-16px!important;}*/
.tabsHeader {
    display: inline-block;
    position: relative;
    padding: 7px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
    font-weight: 500;
    z-index: 0
}

    .tabsHeader:before {
        content: "";
        position: absolute;
        bottom:0px;
        left: 0;
        width: 1000px;
        height: 3px;
        background: inherit;
        background-image: none
    }

    .tabsHeader:after {
        content: "";
        position: absolute;
        top: 0;
        right: -12px;
        height: 100%;
        width:20px;
        border-radius: 0 10px 0 0;
        transform: skewX(25deg);
        background: inherit;
        background-image: none;
        z-index: -1
    }

.qb-ui-tree-item-block {
    background: #fff;margin:60px 10px 20px!important;
}

.accordianbody {
    border-top: 1px solid #ccc;
    background: #f2f2f2;
    margin-bottom: 15px;
    padding: 10px;
}

.filter-wrapper .filter-input {
    padding-right: 30px;
}

.upwardArrow svg {
    transform: rotate(0deg);
}

.qb-widget-header {
    background: #005996 !important;
    font-family: Roboto, sans-serif !important;
}

.ui-qb-grid-row-header .qb-widget-header {
    background: #005996 !important;
    color: #fff !important;
}

.ui-qb-grid-row {
    display: flex;
}

.ui-qb-grid__table {
    padding: 0 !important;
}

label {
    line-height: auto;
    padding: unset;
    float: none;
    margin: unset;
}

.form-control, .accordion-button, input, select {
    box-shadow: none !important;
}

.btn-primary {
    background-color: #ea593c !important;border-radius:6px;
    padding: 9px 0px !important;
    font-family: Roboto,sans-serif;
    border: 0;
    font-size: 14px;
    &:hover{opacity:0.9;}
    &:focus{opacity:1;}
    svg {
        width:18px;vertical-align:middle;
        display: inline-block;
        margin-right: 5px;
        fill: #fff;
    }
}

.btn {
    min-width: 120px;
}

.form-label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.accordion-item {
    border-width: 1px 0 1px 0;
    border-color: #dadce0;
}

    .accordion-item .accordion-button {
        border-radius: 0;
        box-shadow: none;
        font-size: 16px;
        padding: 15px;
        color: #333;
        background: none;
    }

        .accordion-item .accordion-button:not(.collapsed),
        .accordion-item .accordion-button:hover {
            background-color: rgba(235, 88, 56, 0.03);
        }

        .accordion-item .accordion-button::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

        .accordion-item .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EA593C'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        }

.accordion-header a {
    padding: 7px 15px;
    right: 40px;
    z-index: 1;
}

    .accordion-header a svg {
        fill: #333;
    }

    .accordion-header a:hover svg {
        fill: #EA593C;
    }

.accordion-body {
    background-color: #f4f4f4;
}

.form-check-inline .form-check-input {
    width: 20px;
    height: 20px;
}

input:-webkit-autofill {
    background: inherit;
}

.headerWrap .form-control {
    border-radius: 0;
    border-width: 0 0 2px 0;
    padding-top: 24px !important;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    height: 44px !important;
    border-color: #f2f2f2;
}

    .headerWrap .form-control:focus, input:-webkit-autofill {
        border-color: #0d6efd;
    }

.headerWrap label {
    padding: .8rem .75rem;
}

.btn.btn-link {
    text-decoration: none;
    color: #000;
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    margin-top:10px;
}

.lFootMenu {
    margin: 0 !important;
}

.mainFooter a {
    color: #333;
    text-decoration: none;
}

.mainFooter a {
    color: #333;
    text-decoration: none;
}

    .mainFooter a:hover {
        color: #00ace9 !important;
    }

.analytParameter {
    border: 0;
}

.APBottom {
    /*border: 2px solid #ccc;*/
    border-radius:0px;
    /*overflow: hidden;*/
    border-top: 0;
}

.qbWrap .qbTop {
    background: transparent;
}

.analytParameter .APLeftPanel {
    height: auto !important;
    margin-top: -40px;
    border:0px !important;
}

.qb-ui-tree-view {
    width: 100% !important;height:755px!important;
    border: 1px solid #ccc; border-width:0 1px 1px 1px;
    box-shadow:none!important;
}

.analytParameter .APTop .APLinks a {
    color: #fff !important;
    background-color: #969090 !important;
    width: auto !important;
}

.ui-qb-grid-row--empty .ui-qb-grid-row-cell-view-block.placeholder {
    color: #fff !important;
}

.pQbPreview .title {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 13px;
    color: white;
    background-color: #005996;
}

.pQbPreview {
    display: none;
    overflow: auto;
    height: 100%;
}
.globalHeader:after {
    display: block;
    clear: both;
    content: "";
}
.ChWizardHead h1 {
    padding: 0 0 10px 0;
    font-size: 20px !important;
    color: #333;
    font-family: "Roboto", serif;
}
a.btnNext {
    color: #fff !important;
}


.things__container {
    /*height: 100%;
    width: calc(100% - 100px);
    margin: auto;*/
}
.things__container .left{
    /*box-sizing: border-box;
    padding: 0 16px !important;
    width: 100vw;*/
}

    .things__container .rightOne {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        visibility: hidden;
        position: fixed;
        z-index: 1001;
        height: calc(100vh - 125px);
        width: 350px;
        right: -250px;
        background: white;
        transition: 0.3s ease-out;
    }
        .things__container .rightOne.expanded {
            top: 94px;
            transition: 0.3s ease-in;
            visibility: visible;
            right: 45px;
            box-shadow: 2px 0 5px #eeeeee;
            border-left: 1px solid #d3d3d3;
        }



.expansion-container {
    top: 94px;
    position: fixed;
    z-index: 4;
    right: 0;
    cursor: pointer;
    background: white;
    height: calc(100vh - 125px);
    overflow-x: hidden;
    box-shadow: 2px 0 5px #eeeeee;
    border-right: 1px solid #d3d3d3;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: end;
    padding: 0.5rem 0.8rem 0px;
    color: rgb(66, 66, 66);
}
    .expansion-container .toggle {
        padding: 20px 10px 20px 0;
        font-family: "Roboto", serif;
    }

        .expansion-container .toggle.expanded {
            transition: 0.3s ease-out;
            border-right: 6px solid #ea593c;
        }

.btn-primary {
    background-color: #ea593c;
    border-color: #ea593c;
    color: #fff !important;
    min-width: 120px;
    text-align: center;
}

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #ea593c;
        border-color: #ea593c;
    }

    .btn-primary:hover, .btn-primary:focus {
        background-color: #ea593c;
        border-color: #ea593c;
        color: #fff;
    }
.btn-outline-secondary {
    text-decoration: none !important;
    color: #000000d9 !important;
    background-color: #f6f6f6;
    border: 1px solid #aaa;
    display: inline-block;
    height: 38px;
    line-height: 26px;
    border-radius: 5px;
}
    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #6c757d;
        border-color: #6c757d;
    }
.modal-body {
    padding: 1rem;
}

.confirm-modal-title {
    font-size: 20px;
    color: #333333;
    margin: 0;
    font-family: roboto !important;
    font-weight: 500;
    margin-top: -33px;
    width: 95%;
    padding: 5px;
}
.customClose {
    background: none;
    padding: 5px !important;
    font-size: 30px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    opacity: 1;
    z-index: 1;
}
.btn-close {
    z-index: 20;
}

.btn:hover {
    Opacity: 0.9;
}

    .btn:focus {
        outline: none;
        box-shadow: none !important;
    }

.fas {
    width: 10px;
    height: 10px;
    top: 124px;
    left: 743px;
    border-width: 3px;
    background: #000000;
    border: 3px solid #FFFFFF
}
.fa-times-circle {
    width: 25px;
    height: 25px;
    top: 116.49px;
    left: 735.5px;
    background: #000000;
    border: 3px solid #FFFFFF
}

.modal-content {
    border-radius: .7rem;
    border: 0;
}
.modal-content {
    padding: 0px !important;
        .modal-header{
         h5
          {
            font-size: 20px;
            color: #333333;
            margin: 0;
            font-family: "robotomedium";
          }
    }
    .modal-body {
        padding: 1rem;
    }
    .modal-footer {
        padding: 1rem !important;
    }
}

.divConfirmPopUp {
    border-radius: 11px;
}
.btnFont{
    font-size:15px !important;
}