﻿/*------------------------
GLOBAL
------------------------*/
.persian-date-rtl {
    direction: ltr;
    text-align: right;
}
.dx-texteditor-input {
    font-family: NumIRANSans,IRANSans,Tahoma,"Open Sans",sans-serif !important;
}
/*------------------------
DataGrid
------------------------*/
.dx-widget {
    font-family: NumIRANSans,IRANSans,Tahoma,"Open Sans",sans-serif !important;
}

.dx-column-indicators {
    float: unset !important;
}

.dx-datagrid-action.dx-cell-focus-disabled {
    text-align: center !important;
    vertical-align: middle !important;
}

.dx-data-row.dx-state-hover:not(.dx-selection):not(.dx-row-inserted):not(.dx-row-removed):not(.dx-edit-row) > td:not(.dx-focused) {
    background-color: #d0d0d0 !important;
    color: blue !important;
    /*        cursor: pointer;*/
}

.dx-datagrid-headers .dx-header-row {
    background-color: #9c9eb1;
    color: white;
    font-size: 15px;
    font-weight: 500;
}


td.gridcell-progress {
    padding: 1px !important;
}
.progress.grd-cell-progress {
    height: 27px !important;
    background-color: #fffafa00 !important;
}

.progress-bar {
    background: -webkit-linear-gradient(left, #e43a45 0%,#ffe0e0 100%) !important;
}

/*------------------------
List View
------------------------*/
.dx-list-item {
    padding: 0px 8px;
}

.dx-scrollview-content {
    padding: 5px;
}

.dx-list-select-all-checkbox {
    float: right !important;
    margin: 0px 6px 0px 0px !important;
}

/*------------------------
Switch View
------------------------*/
.dx-rtl .dx-switch .dx-switch-handle, .dx-switch.dx-rtl .dx-switch-handle {

/*    margin-right: -28px !important;*/
}

/*------------------------
Popup View
------------------------*/
.dx-item.dx-toolbar-item.dx-toolbar-label {
    font-size: 15px;
}


/*------------------------
Widget Button Icon
------------------------*/
.btnWidgetTextBox i {
    color: #999 !important;
    margin-right: -2px !important;
    margin-top: 5px !important;
}

.btnWidgetTextBox.dx-state-hover {
    border-radius: 5px !important;
}

.input-WidgetTextBox_Data {
    width: 185px !important;
}


