﻿/* over ride devextreme css**/
/*#documentDataGrid .dx-datagrid-headers {
    color: #333!important;
}*/
.vr-grid-style .dx-datagrid-headers {
    color: #333 !important;
}
@media only screen and (max-width:2000px) and (min-width: 1600px) {
    .vr-button-col-1 {
        width: 30%!important;
    }
    .vr-button-col-2 {
        width: 30% !important;
    }
    .vr-button-col-3 {
        width: 40% !important;
    }
}
@media only screen and (min-width: 2000px) {
    .vr-button-col-1 {
        width: 20% !important;
    }

    .vr-button-col-2 {
        width: 40% !important;
    }

    .vr-button-col-3 {
        width: 40% !important;
    }
}
progress {
    background-color: #f3f3f3;
    border: 0;
    height: 18px;
    border-radius: 9px;
}

    progress:after {
        content: '%';
    }

.fail {
    background: #c00;
    padding: 2px;
    color: #fff;
}

.roundPanel {
    border-radius: 5px;
    border: 0px solid White;
    width: 100%;
}

.memoStyle {
    margin-left: 5px;
    width: 97%;
    height: 30px;
}

.gridStyle {
    vertical-align: top;
    margin: 0px;
    width: 100%;
    margin-left: 5px;
    text-align: left;
    border: 0px solid #cccccc;
}

.treeStyle {
    vertical-align: top;
    text-align: left;
    width: 100%;
    height: 70px;
    border: 1px solid #cccccc;
}

/* it is to arrange the import button at the bottom*/

#importDialog .modal-content {
    position: relative !important;
}

#importDialog .modal-footer {
    position: unset !important;
    border-bottom: 0px;
}

#importDialog .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 4px !important;
}

#importDialog .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 4px !important;
}

#importDialog #importInforow {
    margin-bottom: 1px !important;
}

#importDialog .modal-content {
    height: 100%;
}

#importDialog #information {
    background-color: #1b5297 !important;
}

.dx-popup-cancel {
    background-color: white;
    border-color: #dfdddc !important;
    border-radius: .25rem !important;
    color: #1b5297;
}

    .dx-popup-cancel .dx-button:hover {
        background-color: #1b5297;
        border-color: #dfdddc !important;
        color: white;
    }

#manageDescriptionDialog #cancelManageDescription {
    background-color: white;
    border-color: #dfdddc !important;
    border-radius: .25rem !important;
    color: #1b5297;
}
/*#switchDescFolderTable .row{
    margin-bottom: 2px!important;
}*/
#switchStepTwo .row {
    margin-bottom: -1px !important;
}

#manageDescriptionDialog #cancelManageDescription:hover {
    background-color: #1b5297;
    border-color: #dfdddc !important;
    color: white;
}

#deleteDesciptionDialog .btn-primary {
    color: #fff;
    background-color: #1b5297;
    border-color: #dfdddc !important;
}

#descriptionDialog .btn-primary, .btn-primary.vr-btn-main {
    color: #fff !important;
    background-color: #1b5297 !important;
    border-color: #dfdddc !important;
}

#deleteDialog .btn-primary {
    color: #fff !important;
    background-color: #1b5297 !important;
    border-color: #dfdddc !important;
}

#deleteDialog .btn-default {
    color: #1b5297 !important;
    background-color: #fff !important;
    border-color: #dfdddc !important;
}

    #deleteDialog .btn-default:hover {
        color: #fff !important;
        background-color: #1b5297 !important;
        border-color: #dfdddc !important;
    }

#renameDialog .btn-primary {
    color: #fff !important;
    background-color: #1b5297 !important;
    border-color: #dfdddc !important;
}

#renameDialog .btn-default {
    color: #1b5297 !important;
    background-color: #fff !important;
    border-color: #dfdddc !important;
}

    #renameDialog .btn-default:hover {
        color: #fff !important;
        background-color: #1b5297 !important;
        border-color: #dfdddc !important;
    }

#unattachDialog .btn-primary {
    color: #fff !important;
    background-color: #1b5297 !important;
    border-color: #dfdddc !important;
}

#unattachDialog .btn-default {
    color: #1b5297 !important;
    background-color: #fff !important;
    border-color: #dfdddc !important;
}

    #unattachDialog .btn-default:hover {
        color: #fff !important;
        background-color: #1b5297 !important;
        border-color: #dfdddc !important;
    }


#descriptionDialog #editCancelButton:hover {
    color: #fff !important;
    background-color: #1b5297 !important;
    border-color: #dfdddc !important;
}

#descriptionDialog #editCancelButton {
    color: #1b5297 !important;
    background-color: #fff !important;
    border-color: #dfdddc !important;
}


#manageDescriptionDialog .btn-primary {
    color: #fff;
    background-color: #1b5297;
    border-color: #dfdddc !important;
}

#manageDescriptionDialog #backdescButton {
    background-color: white;
    border-color: #dfdddc !important;
    border-radius: .25rem !important;
    color: #1b5297;
}

#treeViewFolder {
    background-color: white;
}

    #treeViewFolder .dx-treeview-node.dx-treeview-item-without-checkbox {
        padding-top: 2px;
    }

#manageDescriptionDialog #backdescButton:hover {
    background-color: #1b5297;
    border-color: #dfdddc !important;
    color: white;
}

#switchAttachDialog .label-info {
    background-color: white;
    border-color: #dfdddc !important;
    border-radius: .25rem !important;
    color: #1b5297;
}

    #switchAttachDialog .label-info:hover {
        background-color: #1b5297;
        border-color: #dfdddc !important;
        color: white;
    }

#switchAttachDialog #switchNextButton {
    background-color: #1b5297;
    border-color: #dfdddc !important;
    color: white;
}

.label-info .buttonStyle {
    font-weight: 800;
}

.row {
    border: 0px solid Green;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.listStyle {
    margin-left: 5px;
    width: 100%;
}

.labelStyle {
    float: left;
    vertical-align: central;
    font-size: 12pt;
    font-weight: 400;
    text-align: left;
    height: 30px;
    width: 20%;
    border: 0px solid red;
}

.comboboxStyle {
    float: right;
    height: 30px;
    width: 80%;
    border: 1px solid #cccccc;
}

.uploadStyle {
    visibility: hidden;
}

.dx-popup-content {
    padding: 0px;
}

.container-fluid {
    padding-left: 1px;
    padding-right: 1px;
}

.borderStyle {
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 99%;
    font-size: 12px;
}

h5 {
    margin-bottom: 1px;
}
/*h6 {
    font-size:9px;
}*/
.currently-active-item {
    font-weight: normal;
    color: white;
    background-color: #cccccc;
}

.popup-content-style {
    font-size: smaller;
}

.custom-item {
    position: relative;
    min-height: 20px;
}

.custom-item > img {
    left: 1px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.custom-item .product-name {
    display: inline-block;
    margin-left: 15px;
    text-indent: 0;
}

.custom-tree-item-alignment {
    padding-left: 5px;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
}

.custom-tree-item {
    display: flex;
    position: relative;
    height: 30px;
    width: 100%;
}
#moveToCabinetCombo .custom-tree-item {
    height: unset;
}

    .custom-tree-item > img {
        left: 1px;
        position: absolute;
        padding-top: 5px;
    }

    .custom-tree-item .cabinet-name {
        display: inline-block;
        margin-left: 2%;
        text-indent: 0;
        font-size: 16px;
        /* vertical-align: middle;*/
        margin-top: auto;
        margin-bottom: auto;
        line-height: 16px;
    }

    .custom-tree-item .select-cabinet-name {
        display: inline-block;
        margin-left: 25px;
        text-indent: 0;
        color: white;
        font-size: 16px;
        background-color: #cccccc;
    }

#filePopup .jumbotron {
    margin-top: 0px;
    height: auto !important;
}

#filePopup #CancelButton .dx-button-content {
    background-color: white;
    border-color: #dfdddc !important;
    border-radius: 2px !important;
    color: #0c7abf;
}

    #filePopup #CancelButton .dx-button-content:hover {
        background-color: #0c7abf;
        color: white;
        border-color: #dfdddc !important;
        border-radius: 0.25rem !important;
    }

#filePopup #CancelButton {
    border-color: #dfdddc !important;
}


.dx-treeview .dx-treeview-item {
    min-height: 20px;
    padding: 0px;
}

/*-----------------------------------------------------------------------------*/
/* Modal dialog style */
.step {
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    border: 0px solid #cccccc;
}

.table .table-noborder {
    border: 0px solid #cccccc;
    padding: 0px;
}

.row .row-nopadding {
    margin: 0px;
    padding: 0px;
}

/*-----------------------------------------------------------------------------*/
/*-------------------Added by Harleen to modify the css of devextreme------------- */
.dx-checkbox-text {
    word-break: normal !important;
    display: inline;
}

.rightbuttons {
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px;
    border: 0px solid #cccccc;
    background-color: transparent;
}

    .rightbuttons .dx-button-content {
        padding-right: 4px;
        padding-left: 4px;
    }

#filePopup .dx-button .dx-button-content {
    white-space: inherit;
}

#descriptionCheckbox .dx-checkbox-icon {
    width: 16px;
    height: 16px;
}

#descriptionCheckbox.dx-checkbox-checked .dx-checkbox-icon {
    font-size: 12px;
}

#switchCabinetCombo, #switchDescriptionFilter, #switchDescriptionGrid, #salesforceObjectGrid {
    padding: 0px;
}
/*
#descriptionDialog button.close {
    margin-top: 53px;
    position: relative;
    z-index: 99;
}
#editDescriptionGrid .dx-datagrid-header-panel {
    width: 95%;
}*/

#editDescriptionGrid .dx-datagrid-search-panel.dx-searchbox {
    margin-top: -5px;
    z-index: 999999;
    position: absolute;
    right: 0px;
}

#descriptionModalFooter #editCancelButton {
    color: #007bff;
    background-color: #fff;
    border-color: #ddd;
}

    #descriptionModalFooter #editCancelButton:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #ddd;
    }

#editDescriptionGrid .dx-datagrid-header-panel {
    padding-bottom: 10px;
}

#descriptionModalHeader.modal-header {
    border-bottom: 0px;
    z-index: 99999;
}
/* updated by Harleen **/
/* remove
#switchCabinetCombo .custom-tree-item {
    margin-top: -5px;
}*/
/* aDD */

#switchCabinetCombo .dx-lookup-field-wrapper .dx-lookup-field {
    padding-top: 0px;
    padding-bottom: 0px;
}
.user-span {
    font-size: 11px;
}

#groupDataGrid .dx-datagrid-search-panel, #permissionDataGrid .dx-datagrid-search-panel {
    margin-bottom: 1%;
    height: 30px;
    border-radius: 3px;
}

.htmlsizestye {
    min-width: 525px;
    overflow: auto;
}

#searchTextbox {
    font-size: 14px;
    /*font-size: 13.5px;
       min-width: 80px;*/
}

    #searchTextbox .dx-texteditor-input {
        padding-top: 4px;
        padding-bottom: 4px;
    }

.dx-datagrid-rowsview .dx-selection.dx-row > td,
.dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
    background-color: #606060;
    color: #fff;
}


@media only screen and (max-width: 800px) {
    .rightbuttons, #descriptionCheckbox, #searchTextbox {
        font-size: 12px;
    }
}

#importDialog {
    overflow: unset !important;
}

#switchAttachDialog .well {
    padding-bottom: 0px !important;
}
/*#switchAttachDialog #switchBackButton {
    color: #1b5297;
    background-color: #fff;
    border-color: #ddd;
}*/

.btnshape {
    color: #007bff;
    background-color: #fff;
    border-color: #ddd;
    border-radius: .25rem;
}

    .btnshape:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #ddd;
        border-radius: .25rem;
    }

#switchAttachDialog #switchActionButton {
    color: #fff;
    background-color: #1b5297;
    border-color: #ddd;
}

#fileViewerPopup .dx-item-content.dx-toolbar-item-content {
    font-size: 9px;
}

#searchTextbox .dx-placeholder {
    font-size: 11.5px;
    padding-top: 0.5%;
}

#attachDocumentInfo, #switchDocumentInfo, #importInforow #information, #importInforowtwo #descriptioninformation {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*#documentsbody,#stepTwo,#switchStepOne,#manageDescriptionStepOne{
   -webkit-backface-visibility: hidden;
}*/
#documentsbody {
    -webkit-backface-visibility: hidden;
}

#documentDataGrid .dx-datagrid-nodata:hover {
    color: #0056b3;
    text-decoration: underline;
}

#documentDataGrid .dx-datagrid-nodata {
    cursor: pointer;
    width: 30%;
    color: #007bff;
}

.drag-drop-front {
    background-color: #908e8c;
    color: black;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}

.drag-drop-back {
    opacity: 0.2;
}

#mouse_follow {
    position: relative;
    float: left;
    z-index: 99999999999999;
}

#follow {
    position: absolute;
    text-align: center;
    width: 320px;
    height: inherit;
    /*  background:#007bff;*/
    font-size: 16px;
    color: #ffffff;
    display: none;
}

#follow-content {
    background: #007bff;
}

#drop-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background-color: #908e8c;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}
.vr-document-version {
    text-align: center !important;
    color: #0862b1;
}
.vr-document-version:hover {
    color: #0e406c;
    cursor:pointer;
}
.vr-version-indicator {
    position: absolute;
    color: grey;
    z-index: 1;
    padding-top: 2px
}
/*
.vr-version-indicator + .vr-document-type-img
{
    opacity:0.5;
}*/
.vr-document-type-img {
    position: relative;
    left: 10px;
    z-index: 2;
}
#importModalFooter .action {
    z-index: 2;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    #importDescriptionGrid .dx-scrollable-container {
        overflow: auto;
    }
}

#importDescriptionGrid .dx-scrollable-container {
    /* -ms-overflow-style: none;  IE 10+*/
    scrollbar-width: none; /* Firefox */
}

    #importDescriptionGrid .dx-scrollable-container::-webkit-scrollbar {
        width: 0 !important
    }

.description-inline-editor-textbox, .notes-inline-editor-textbox {
    float: left;
}

.description-inline-button .dx-icon.dx-icon-save, .notes-inline-button .dx-icon.dx-icon-save {
    font-size: 14px;
}

.description-inline-button, .description-inline-close-button {
    float: right;
}

    .description-inline-button .dx-button-content, .description-inline-close-button .dx-button-content {
        padding: 8px 0px;
    }

.notes-inline-button, .notes-inline-close-button {
    float: right;
}

    .notes-inline-button .dx-button-content, .notes-inline-close-button .dx-button-content {
        padding: 8px 0px;
    }

table tr td {
    outline: hidden;
}
/*.description-inline-editor-textbox{
    width:126px;
    background-color:red;
}*/
#viewerMobileFrame .description-inline-button, #viewerMobileFrame .notes-inline-close-button {
    display: none;
}


/*#documentDataGrid td.cell-edit-highlight:hover {
    background-color: #cccccc;
}*/
.description-inline-editor-textbox .dx-texteditor-container .dx-texteditor-input {
    padding-right: 1px;
    background-color: #f7eeee;
}

.notes-inline-editor-textbox .dx-texteditor-container .dx-texteditor-input {
    padding-right: 1px;
    background-color: #f7eeee;
}

#edit-icon {
    display: none;
    z-index: 9;
    position: absolute;
    padding: 5px;
    /*color:white;*/
}
/*#importDescriptionGrid .dx-scrollable-container::-webkit-scrollbar { width: 0 !important }*/

/*Popup css for date range filter*/
#DateTitle {
    margin: 16px 12px 12px 12px;
    font-size: 14px;
    font-weight: 700;
}

#ToDateTitle {
    margin: -52px 0px 0px 141px;
    font-size: 12px;
    font-weight: 500;
}

#DateCancelButton {
    border-color: #117190;
    color: #117190;
}

#FromDateBox .dx-dropdowneditor-icon, #ToDateBox .dx-dropdowneditor-icon {
    color: #117190;
}

#FromDateBox {
    margin-top: 1px;
}

#ToDateBox {
    margin-top: 1px;
}

#DateApplyButton {
    border-color: #117190;
    background-color: #117190;
    color: white;
}

.DateFooterButton {
    margin: 11px 6px 2px 5px;
    width: 60px;
    height: 30px;
}

.DateFooterButton .dx-button-content {
        padding: 0px !important;
}
div#toDateTitle {
    font-weight: 500;
    font-size: 12px;
}

#FromDateTitle {
    font-size: 12px;
    font-weight: 500;
    padding: 19px 11px 11px 0px;
}

.fromToDate {
    display: table-cell;
}

#DateResetButton {
    border-color: #117190;
    color: #117190;
}

.LoadCouurentAccount {
    margin-left: 23px;
    cursor: pointer;
    text-decoration: underline;
    color:blue;
}
/**merge account css*/
.customsearch {
    border-radius: 4px 0 0 4px !important;
    border-right: 0 none !important;
    margin-right: -2px;
    width: 97% !important;
    float: left
}
#mutltiStepPopupMergeContact .modal-header {
    padding: 5px;
    padding-left: 19px;
    font-size: 16px;
    font-weight: 500 !important;
}
.flex-buttondiv-alignright {
    align-self: flex-end;
}
.vr-button-cancel {
    background-color: white;
    border-color: #dfdddc !important;
    border-radius: 0.25rem !important;
    color: #1b5297;
}
    .vr-button-cancel:hover {
        background-color: #1b5297;
        border-color: #dfdddc !important;
        color: white;
    }
.vr-button-primary {
    color: #fff;
    background-color: #1b5297;
    border-color: #dfdddc !important;
}
.vr-editor-background-color
{

}
/*
.searchclient-title{
    width:70%!important;
}*/
.searchclient {
    width: 30% !important;
}
    /*--*/
.vr-droprow-highlight {
    border-style: solid!important;
    border-width: 2px 1px!important;
    border-color: black!important;
}

    .vr-droprow-highlight > * {
        background-color: #cabebe!important;
    }
#documentDataGrid .dx-datagrid-rowsview.dx-datagrid-nowrap {
    z-index: 2;
}