﻿/* Deep : Login */

.browser-warning {
    text-align: center;
    padding: 5px;
    color: #e56d2e
}

.bold {
    font-weight: bold
}

a {
    color: #493d55
}

    a:hover {
        color: #40353A
    }

    a.force-hover:hover {
        color: #40353A !important
    }

.login-block .dx-texteditor {
    border: 1px solid #493d55;
}

.dialog-custom-header.dx-toolbar-before {
    width: 100%;
}

.grid-view .dx-datagrid-rowsview {
    border-top: 0px;
}

.lake-grid .dx-datagrid-rowsview {
    height: 560px !important;
}

.upload-validation .button-err:after {
    pointer-events: none;
    font-weight: bold;
    background-color: #d9534f;
    color: #fff;
    content: '!';
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    margin-left: 3px;
}

.dx-datagrid-export-button .dx-button-content {
    padding: 5px;
}

.dx-datagrid-export-button .dx-icon-export-excel-button {
    font-size: 16px;
    width: auto;
}

.dx-button.btn-export {
    border: 0;
    padding: 0;
    font-weight: 600;
}

.btn-wrap {
    border: 1px #EAEAEA solid;
    background-color: #FFF;
}

    .btn-wrap .dx-button {
        border: 0;
    }

        .btn-wrap .dx-button.dx-state-hover {
            background: none;
        }

    .btn-wrap .dx-button-has-text .dx-button-content {
        padding: 10px 15px;
        border-left: 1px #EAEAEA solid;
    }

/*.export-button { margin-bottom: 5px;}*/
.export-button a {
    padding: 9px 10px;
    text-align: center;
    color: #9ba3a8;
    display: block;
    background: #fff;
}

.select-year {
    float: right;
    width: 25%;
    min-width: 100px;
    margin-bottom: 0px !important;
}

.chartDiv {
    height: 450px;
    margin-top: 10px;
    margin-left: 20px;
    width: 85vw;
}

    .chartDiv.pointer-on-bars .dxc-series rect {
        cursor: pointer;
    }

.dropdown-chart {
    padding: 5px !important;
}

.button-container .dx-button {
    border-radius: 4px !important;
    margin-top: 10px;
    margin-left: 10px;
}

.button-container .dx-button-has-icon .dx-icon {
    font-size: 16px !important;
}

.dxc-tooltip {
    z-index: 2000;
}

.state-tooltip > h4 {
    font-size: 14px;
    font-weight: 600;
}

.state-tooltip {
    line-height: 15px;
    height: auto;
    width: auto;
    max-width: 250px;
}

    .state-tooltip .caption {
        font-weight: 600;
    }

.chartTab-pane {
    padding-bottom: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1PX SOLID #DDD;
}

.state-tooltip .title {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.no-data {
    font-size: large;
    color: #9c9898;
    text-align: center;
    margin-top: 50px;
}

.header-icon {
    margin-right: 2px;
    position: unset;
}

ul.product-tab {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-tab li {
    float: left;
    margin-right: -1px;
    border: 1px solid #ccc;
    border-bottom-width: 0;
    padding: 10px 60px 10px 60px;
    background-color: #f2f2f2;
    color: #666666;
    cursor: pointer;
    font-size: 15px;
}

    .product-tab li.active {
        background-color: #FFF;
        color: #000;
        margin-top: -1px;
        padding-top: 10px;
    }

.custom-upload .dx-fileuploader-input {
    padding: 2px 0;
}

.custom-upload .dx-fileuploader-input-wrapper {
    padding: 10px;
    height: 100px;
    border: 2px #ccc dashed;
    margin-bottom: 10px;
    border-radius: 0;
}

.custom-upload .dx-fileuploader-input-label {
    padding: 5px 10px;
}

.custom-upload .dx-fileuploader-input-wrapper {
    padding: 10px;
    height: 100px;
    border: 2px #ccc dashed;
    margin-bottom: 10px;
    border-radius: 0;
}

    .custom-upload .dx-fileuploader-input-wrapper .dx-button {
        margin-right: 5px;
    }

.text-yellow {
    color: #db7711;
}

.fs-16 {
    font-size: 16px !important;
}

.por-condition.modal-popup-form .label-block {
    width: calc(180px - 10px);
}

.por-condition.modal-popup-form .modal-input {
    width: calc(100% - 185px);
}

.por-condition.modal-popup-form .modal-checkbox .label-block {
    width: 181px;
}

.pro-file .custom-upload .dx-fileuploader-input-wrapper {
    border: 0 !important;
}

.delete-link {
    font-size: 16px;
    color: #854b50;
}

/*JASE ADDED*/
.nav-tabs {
    border-bottom: none;
}

.top-dd-margin {
    margin-top: -2px !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px;
}

.file-bg {
    border: 1px solid #c1bfbf;
    background-color: #eee;
    border-radius: 5px;
}

.remove-file-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f5bdbd;
    border: 1px solid #cd0000;
    color: #cd0000;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    text-decoration: none;
    padding: 1px;
    margin-top: 6px;
}

    .remove-file-button:hover {
        background-color: #cd0000 !important;
        color: #f5bdbd;
    }

    .remove-file-button i {
        margin-left: -6px;
        margin-top: -8px;
        font-size: 15px;
    }

.fs-6 {
    font-size: 1rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.text-start {
    text-align: left !important;
}

.w-25 {
    width: 25% !important;
}

.text-center {
    text-align: center !important;
}

.fw-normal {
    font-weight: 400 !important;
}
.p-lr-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
        