.dx-datagrid-header-panel .dx-toolbar {
    margin-top: 0px;
    margin-bottom: 0px;
}

.dx-datagrid-content .dx-datagrid-table .dx-row .dx-command-expand {
    width: 0px !important;
    min-width: 0px !important;
}

.dx-datagrid-group-opened:before {
    content: "";
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {  
    padding: 0px;  
}

.dx-button-has-icon .dx-button-content {
    padding: 5px !important;
}

/*.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {  
    color: #333;
    background-color: rgba(240, 91, 65, 0.12);
}*/

#simpleList .dx-datagrid-header-panel .dx-toolbar {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#simpleList .dx-datagrid-search-panel {
    margin-left: 0px;
}

#simpleList .dx-toolbar .dx-toolbar-before {
    padding-right: 5px;
}

#simpleList .dx-toolbar .dx-toolbar-after {
    padding-left: 5px;
}

#simpleList .dx-datagrid-header-panel .dx-toolbar-items-container {
    height: 40px;
}

#simpleList .trafficLightHeader {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 27px;
    width: 27px;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
}

#simpleList .circleHeader {
    background-color: rgb(105, 105, 105);
    border-radius: 100%;
    position: relative;
    height: 28px;
    width: 28px;
}

#simpleList .circleHeader::after {
    border-right: 4px solid #ffffff;
    opacity: 70%;
    border-radius: 100%;
    content: ' ';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 26px;
    height: 23px;
}

#simpleList .circleHeader.green {
    background-color: #1bf118;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #013c01 0 -1px 9px, #1bf118 0 2px 12px;
}

#simpleList .circleHeader.gray {
    background-color: #D3D3D3;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #0b0b0b 0 -1px 9px, #D3D3D3 0 2px 12px;
}

#simpleList .trafficLight {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

#simpleList .circle {
    background-color: rgb(105, 105, 105);
    border-radius: 100%;
    position: relative;
    height: 16px;
    width: 16px;
}

#simpleList .circle::after {
    border-right: 2px solid #ffffff;
    opacity: 70%;
    border-radius: 100%;
    content: ' ';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 14px;
    height: 12px;
}

#simpleList .circle.green {
    background-color: #1bf118;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 1px 0px, inset #013c01 0 0px 5px, #1bf118 0 0px 8px;
}

#simpleList .circle.gray {
    background-color: #D3D3D3;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 1px 0px, inset #0b0b0b 0 0px 5px, #D3D3D3 0 0px 8px;
}

#seachFlag .dx-lookup-field {
    padding: 0 2px;
}

.custom-field {
    padding-left: 3px;
}

.custom-field > img {
    height: 20px;
    width: 28px;
    /*    border: 1px solid #333;*/
}

.custom-item > img {
    height: 30px;
    width: 48px;
    margin-right: 5px;
    border: 1px solid #333;
}

.custom-item > div {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 12px;
}

#simpleList tbody {
    width: 100%;
}

#simpleList tr td .staffMove div {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    float: none;
    /*background-color: rgba(240, 91, 65, 0.12);*/
}

.staffMoveChild {
    display: block;
    margin: 0 auto;
}

#simpleList tr td .firstLetter div {
    /*border-width:3px;*/  
    /*    border-style:solid;
            border-color: tomato;*/
    border-radius: 50%;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    padding: 4px;
    padding-top: 7px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
}

#simpleList .firstLetter img {
    /*    border-width:3px;  
        border-style:solid;
        border-color: #15A018;*/
    border-radius: 50%;
    width: 46px;
    height: 46px;
    vertical-align: middle;

}

#simpleList .tdCaption{
    padding-left: 6px;
    font-weight: 600;
    width: 100%;
}

#simpleList .flag {
    height: 18px;
    width: 32px;
    padding-right: 8px;
}

#simpleList .flag img{
    height: 18px;
    width: 24px;
    vertical-align: middle;
    float: right;
    border: 1px solid #333;
}

#simpleList .tdTitle{
    padding-left: 6px;
    width: 100%;
    font-size: 10px;
    height: 12px;
}

#simpleList .tdMobile{
    padding-left: 6px;
    font-size: 12px;
}

#simpleList .tdExt spam{
    width: 80px;
    vertical-align: middle;
    text-align: right;
    float: right;
    padding-right: 8px;
}

#pupStaffDetails .dx-popup-content {
    padding: 0px !important;
}

#pupStaffDetails .dx-popup-title.dx-toolbar {
    padding:5px 5px !important;
}

.btnContact {
    border: none;
}

.clsImg img {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 180px;
}


.clsCaption {
    text-align: center;
    font-size: x-large;
    margin: 12px 0;
}

table.tblA {
    table-layout: auto;
    width: 100%;  
}

.clsPhoneIcon {
    padding: 10px 0 10px 5px;
    border-top: 2px solid #dee1e3;
    border-bottom: 2px solid #dee1e3;
    /*background-color: rgba(240, 91, 65, 0.12);*/
    width: 30px;
    text-align: center;
}

.clsPhoneIcon i {
    font-size: 26px;
    vertical-align: middle;
}

.clsPhone {
    font-size: 18px;
    padding: 10px 0 10px 5px;
    border-top: 2px solid #dee1e3;
    border-bottom: 2px solid #dee1e3;
    /*background-color: rgba(240, 91, 65, 0.12);*/
}

.text-size-large {
    font-size: 18px;
}

.text-link-color {
    color: #1ca8dd;
}

.whatsapp-color {
    color: #4FCE5D;
}

.clsIcon {
    border-bottom: 1px solid #dee1e3;
    text-align: center;
    width: 30px;
}

.clsIcon i {
    font-size: 22px;
    vertical-align: middle;
}

.clsInfo {
    font-size: 12px;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #dee1e3;
}

.clsBlood {
    font-size: 12px;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #dee1e3;
    width: 20px;
}

.clsNb {
    font-size: 12px;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #dee1e3;
    width: 50px;
}

a:link {
    text-decoration: none !important;
}

/*a:link {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ca2c10;
}

a:active {
    color: #333;
}*/






