#gridContainer .dx-header-row td {
    background-color: #003C55;
    color: white;
    font-size: 14px;
    text-align: center !important;
}

#gridContainer tr:nth-child(even) {
    background-color: #eceff4;
}

#gridContainer tr:nth-child(odd) {
    background-color: #fff;
}

.dx-link-delete {
    color: #f26522 !important;
}

.dx-link-edit {
    color: #003C55 !important;
}

.Admin-User-Text {
    padding-left: 8px;
    padding-top: 8px;
}

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

.dx-toolbar .dx-toolbar-after {
    padding-right: 8px;
}

.Add-button {
    float: right;
    width: 140px;
    margin-right: 10px;
    margin-top: -31px;
    background-color: #f87e24;
    color: #fff;
    border: 1px solid #f87e24;
    font-weight: bold;
    height: 33px;

}

.AddUser-header-bg-color {
    background-color: #003C55;
    height: 60px;
  }
  .AddUser-text-style {
    margin-top: 14px;
    color: #fff;
  }
  .Adduser-close-buttion {
    color: #fff;
    float: right;
    margin-right: 18px;
    margin-top: -38px;
    font-weight: bold;
    font-size: x-large;
  }
  
  .adduser-box {
    border: 1px solid #003C55;
    height: 521px;
    margin-top: 30px;
  }
  
  
  .update-user-form-control {
    margin-right: 20px;
    width: 320px !important;
    height: 55px;
    border: 1px solid #DBDBDB !important;
    border-radius: 4px !important;
    opacity: 0.9;
    margin-bottom: 35px;
  }
  
  .Adduser-form-label {
    float: left;
    margin-right: 20px;
    margin-bottom: 18px;
  }
  
  
  .au-text-size-color {
    font-size: 0.91rem;
    color: #514d6a;
    font-weight: 400
  }
  
  .footer-button {
    height: 74px;
    background-color: #eee;
  
  }
  
  .adduser-checkbox-right {
    margin-right: 10px;
  }
  
  .addusers-bttn {
    background-color: #003C55 !important;
    color: #fff !important;
    ;
    float: right;
  }
  
  .save-addusers-bttn:hover {
    background-color: #f87e24;
    color: #fff;
  }
  
  .save-addusers-bttn {
    background-color: #cbf27e !important;
    color: #fff !important;
    float: right;
  }
  
  .save-addusers-bttn:active {
    background-color: #f87e24;
    color: #fff !important;
  
  }
  
  .adduser-radio-margin {
  
    margin-top: 64px;
  
  }
  
  .addusers-radio-margin-radio1 {
    margin-left: 0px;
    margin-right: 10px;
  }
  
  .addusers-radio-margin-radio2 {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .my-update-user-container {
    margin: 25px 5% 20px 5% !important;
  }
  
  .my-update-user-rows {
    margin-top: 2% !important;
    margin-bottom: 2% !important;
  }
  
  .my-file-input {
    width: 100% !important;
  }
  
  .my-adduser-label {
    margin-right: 10% !important;
    margin-left: 5px !important;
  }
  
  .form-check-input {
    box-shadow: none !important;
  }
  
  .my-update-users-image-class {
    width: 20px !important;
    height: 20px !important;
  }
  
  .my-profile-col {
    vertical-align: middle !important;
    justify-content: center;
  }
  
  .my-modal-bottom {
    text-align: right;
    background: #eee;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  
  }
  
  .text-size-cursor{
    font-size: 1rem;
    cursor: pointer;
    color: #003C55;
    text-decoration: underline;
  }
  .text-size-color-heading{
    font-size:15px;
  }
  
  .form-bottomtext-width{
    margin-bottom: 5px;
  }
  
  .div-right{
    text-align: right;
  }

/* .client-rw-inline-height  .dx-datagrid-content .dx-datagrid-table .dx-row > td, 
.client-rw-inline-height  .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td{
    line-height: 2!important;
  } */

.client-rw-inline-height .dx-icon-trash{
  color: red!important;;
}

.header-border-btm-blue {
  height: 5px !important;
  background-color: #13a9cc !important;
  margin-bottom: 18px !important;
  border-radius: 16px !important;
}

.rdt_TableCell, .rdt_TableCol{
  font-size:15px;
  padding: 10px!important;
}

.rdt_TableCell > div{
  width: -webkit-fill-available;
}
.button-icon-button, .btn:focus{
  box-shadow:none;
  border: none!important;
}

.grid-row-client .nav-tabs{
 height: auto !important;
}