﻿
.dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-cell-modified:not(.dx-field-item-content), .dx-datagrid .dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-invalid:not(.dx-field-item-content){
  padding-right: 7px !important;
    padding-left: 7px  !important;
    vertical-align: middle;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
@media (max-width: 992px){
  .backtop1 {
     margin-top:40px !important;
  }
}
.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell{
  padding: 10px !important;
}
.dx-pager {
  padding: 8px 5px 8px 5px !important;
}
.dx-pager .dx-page-sizes .dx-page-size {
  padding: 5px 5px !important;
  line-height: 10px !important;
}
.dx-pager .dx-pages .dx-page {
  padding: 6px 9px !important;
  line-height: 12px;
}
.dx-theme-material-typography {
  background-color: #f4f5f5 !important;

}
.dx-datagrid-headers .dx-datagrid-table .dx-row > td {

  font-weight: 700  !important;

}
.backcl{
  background-color: #e2e2e2;
  padding: 10px;
  border-radius: 10px;
}
.dx-toolbar .dx-toolbar-items-container {
  height: 42px  !important;
  overflow: visible;
}
.dx-theme-material-typography h6 {
  font-weight: 500;
  font-size: 14px !important;
  letter-spacing: .15px;
}
.modal-content .modal-header {
  padding: 12px 26px !important;
  border: 1px solid #e0e6ed !important;
}
.modal-content .modal-header h5 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
}
.modal-content .modal-body {
  padding: 26px 26px;
}
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 990px !important;
}

}
.fw-600{
    font-weight:600 !important;
}
.pb-20{
    padding-bottom:20px
}
.pt-20 {
    padding-top: 20px
}
.risk-card-header {
    background: rgb(12 82 187 / 21%) !important;
}
.border-radius-6{
    border-radius:6px !important;
}
.pt-40{
    padding-top:40px;
}
.pt-30 {
    padding-top: 30px;
}
.mt-10{
    margin-top:10px;
}
.ml-10{
    margin-left:10px;
}
.pl-20{
    padding-left:20px;
}
.p-10{
    padding:10px;
}
.color-white{
    color:white !important;
}
.infobox-1 .info-icon {
    border-radius: 50%;
    background-color: #1b55e2;
    background-image: linear-gradient(to right, #7579ff 0%, #b224ef 100%);
    display: inline-block;
    color:white;
    padding: 20px;
    margin-bottom: 20px;
}
.btn-colorful {
    background-color: #1b55e2;
    background-image: linear-gradient(to right, #7579ff 0%, #b224ef 100%);
    color: white;
    box-shadow: 0 10px 20px -10px #1b55e2;
    padding: 15px;
}
    .btn-colorful:hover, .btn-colorful:focus {
        background-color: #1b55e2;
        background-image: linear-gradient(to right, #7579ff 0%, #b224ef 100%);
        color: white;
        padding: 20px;
    }
.timer-css {
    color: #e7515a;
    font-size: 18px;
    font-weight: 600;
}
.fl-right{
    float:right !important;
}
.pr-20{
    padding-right:20px;
}
.fs-18{
    font-size:18px !important;
}


/*acordion table css*/
.trback {
   background: #cfe2ff !important;
}

* {
    box-sizing: border-box;
}

table {
    width: 100%;
}

    table th {
        text-align: left;
        border-bottom: 1px solid #ccc;
    }

    table th,
    table td {
        padding: 0.4em;
    }

    table.fold-table > tbody > tr.view td,
    table.fold-table > tbody > tr.view th {
        cursor: pointer;
    }

        table.fold-table > tbody > tr.view td:first-child,
        table.fold-table > tbody > tr.view th:first-child {
            position: relative;
            padding-left: 20px;
        }

            table.fold-table > tbody > tr.view td:first-child:before,
            table.fold-table > tbody > tr.view th:first-child:before {
                position: absolute;
                top: 50%;
                left: 5px;
                width: 20px;
                height: 20px;
                margin-top: -8px;
                font: 16px fontawesome;
                color: #000;
                content: "+";
                transition: all 0.3s ease;
            }


    table.fold-2 > tbody > tr.fold-3 td:first-child:before,
    table.fold-2 > tbody > tr.fold-3 th:first-child:before {
        position: absolute;
        padding-top: 10px;
        left: 20px;
        width: 20px;
        height: 20px;
        margin-top: -8px;
        font: 16px fontawesome;
        color: #000;
        content: "+";
        transition: all 0.3s ease;
    }

    table.fold-table > tbody > tr.view:nth-child(4n-1) {
        background: #eee;
    }

    table.fold-table > tbody > tr.view:hover {
        background: #b6cce2;
    }

    table.fold-table > tbody > tr.view.open {
        background: #7677fe;
        color: white;
    }

        table.fold-table > tbody > tr.view.open td:first-child:before,
        table.fold-table > tbody > tr.view.open th:first-child:before {
            transform: rotate(-360deg);
            color: #000;
        }

    table.fold-table > tbody > tr.fold {
        display: none;
    }

        table.fold-table > tbody > tr.fold.open {
            display: table-row;
        }

.fold-content {
    padding: 0.5em;
    background-color: #f5f5f5;
}

    .fold-content h3 {
        margin-top: 0;
        font-weight:600;
    }

    .fold-content > table {
        border: 2px solid #ccc;
    }

        .fold-content > table > tbody tr:nth-child(even) {
            background: #eee;
        }
/*acordion table css end*/
.tbl-border {
    border: 1px solid #ccc;
}
.form-group label, label {
    font-size: 16px!important;
    color: #3b3f5c!important;
    font-weight: 500!important;

}

hr {
    margin-top: 10px!important;
    margin-bottom: 15px!important;
    border-top: 1px solid #dfdfdf!important;
}
h4 {

    font-size: 22px!important;
    padding: 20px 15px 0px 15px!important;
}
.widget-content-area {
  border: 1px solid #e0e6ed;
  box-shadow:4px 3px 19px 2px rgb(121 121 121 / 15%);
  padding: 0 !important;


}
.dt--top-section {
  margin: 12px 21px 12px 21px;
}
.h3, h3 {
    font-size: 1.85rem!important;
}
.devexpres-textbox{

    width: 100%!important;
    height: 54%!important;
    min-height: 20px!important;
    font-size: 16px!important;
    padding: 7px 0 6px!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px solid #949494!important;
    border-radius: 0px!important;
}
.form-control:focus {
    box-shadow: 0 0 5px 2px rgb(194 213 255 / 0%)!important;
}
.dashborad100{
  margin-left: 0px!important;
}
