.formbackground {
    background-color: #E8E8E8;
}

.approvalbutton {
    width: 90%;
}

.sidebar-popup {
    position: fixed;
    top:0 !important;
}


.modal-dialog.remove-popup-close > .modal-content > .modal-header  {
  display: none;
}

.modal-dialog.approverview > .modal-content  {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


 .fixedgrid .mx-grid-pagingbar {
  position:absolute;
  right: 0;
 
}

.fixedgrid1 {
margin-top: -10px;

}

 .fixedgrid1 .mx-grid-toolbar { 

position: absolute;
padding-top: 10px;
padding-left: 30px;
background-color: #CAD8DE;
width: 100%;
z-index: 2;
margin-top: 20px;
 } 


 .fixedgrid1 .mx-grid-content { 
    padding-top: 0px;
    margin-top: 0px;
  } 
  
 .fixedgrid1 .mx-grid-pagingbar {
  position:absolute;
  right: 0;
  z-index: 3;
 
   } 
 .fixedgrid1 .mx-grid-search-inputs {
position: absolute;
padding-top: 10px;
padding-left: 100px;
background-color: #CAD8DE;
width: 100%;
z-index: 2;

 }


.fixedgrid .mx-grid-toolbar { 
position: absolute;
  } 


 .fixedgrid .mx-grid-content { padding-top: 55px; height: 100%;
 } 



 .fixedgrid .mx-grid-content .mx-name-column {
 margin: 0px;
padding: 0px;
 }


.required .control-label::after{
    content: "*";
    color: red;
}

.nopad {
padding: 0%;
margin: 0%;
}

/*
.datagrid2 .table-content .th {
background-color: #CAD8DE;
color: black;
font-weight: bold;
z-index: 2;

}
*/

/*
.datagrid2 .table-content {

color: black;

}
.datagrid2 .table-content .selecteddg .td {
background-color: #CAD8DE !important;
}
.datagrid2 .table-content .selecteddg1 .td {
background-color: #e6edf0 !important;
}
*/

.masterdatagrid .mx-grid-controlbar {
background-color: #CAD8DE !important;
height: 120px;
margin-top: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-top: 70px;

}

.masterdatagrid .mx-grid-controlbar .mx-grid-pagingbar {
position:absolute;
right: 0;
}

.masterdatagrid .mx-grid-content{
padding-top: 0%;

}


.masterdatagridcustom .mx-grid-controlbar {
background-color: #CAD8DE !important;
height: 120px;
margin-top: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-top: 70px;

}


.masterdatagridcustom .mx-grid-searchbar {

background-color: #CAD8DE !important;
height: 120px;
margin-top: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
padding-top: 70px;

}

.masterdatagrid2 .mx-grid-controlbar {
background-color: #CAD8DE !important;
height: 50px;
margin-top: 0px;
margin-bottom: auto;
margin-right: auto;
padding-left: 10px;
padding-top: 5px;

}

.masterdatagrid2 .mx-grid-content{
padding-top: 0%;

}
.masterdatagrid2 .mx-grid-content .mx-name-head-row {
background-color: #e5e5e5 !important;
}
.masterdatagrid2 .mx-grid-searchbar {
padding-bottom: 0px;
padding-top:0px;
width: 80%;
text-align: left;

}

.searchs .mx-grid-searchbar {
  
padding-bottom: 0px;
padding-top:0px;
width: 30%;
text-align: left;
}

.desctext .mx-textarea-input.mx-textarea-noresize{
height: 166px !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: pre-wrap !important;

}

.desctext .mx-textarea-input{
}


.whitefill {
background-color: white !important;
}

.pendingbadge{
height: 35px;
width: 35px;
border: 2px solid red;
border-radius: 50%;
display: inline-block;
margin-right: 100px;
}


.horizontal > table {
    border: 0;
    
    
}

.horizontal th {
    display: none; 
    
}

.horizontal > table > tbody > tr > td {
    border: 1px solid rgb(199, 199, 199);
    
}

.horizontal > table > tbody > tr > td:last-child {
    padding: 0 4px;
    display: none; 
     
}

.horizontal tr {
    float: left;
    
    
}

.horizontal input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

.tablehead > tbody > tr > td {
  border: 1px solid rgb(199, 199, 199);
  background-color: #e0e0e0  ;
  
  
  }

.tablehead{
  margin-left: 150px;
  transform: scale(0.918);
  transform-origin: top left;

}

.mx-grid .mx-grid-search-item .mx-grid-search-label {
        text-align: left;
        margin-top: 0%;
    }


.mx-grid .mx-grid-search-input  {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   
    }



.loginlabel .control-label {

    color: white;
}

.rightgrid .mx-grid-pagingbar {
  position:absolute;
  left: 0;
 
}

.rightgrid .mx-grid-toolbar {
    margin-right: 5px;
    position:absolute;
    flex: 1;
    right: 0;
}

.rightgrid .mx-grid-controlbar{

    height: 50px;
}

.required_form_editable .mx-compound-control .form-control{
    
        background-color: white !important;
}
/* the wrapper that sits inside the grid cell */
.badgeprioritygrid{
  display: block;
  width: 100%;          /* was: min-content — this caused shrinking */
  min-width: 0;
  overflow: hidden;     /* clip like the non-striped version */
}

/* shared pill styles */
.badge_priority,
.badge_ordinary{
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;     /* include padding inside width */
  padding: 4px 10px;          /* avoid % padding that expands width */
  border-radius: 8px;
  color: whitesmoke;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;           /* trim long labels neatly */
  vertical-align: middle;
  /* optional: let width be automatic so it never pokes out */
  width: auto;                /* remove the hard 120px */
  /* if you MUST cap it, use max-width instead */
  /* max-width: 120px; */
}

/* colors only */
.badge_priority { background-color: red; }
.badge_ordinary { background-color: blue; }

/* don’t force a fixed text width; let it flow & ellipsize */
.badge_priority .mx-text,
.badge_ordinary .mx-text{
  display: inline;
  max-width: 100%;
  width: auto !important;     /* overrides the old 100px rule */
}

/* z-index is irrelevant inside an overflow-hidden cell; safe to drop */


.tableNonSpace .form-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.table-overview{
  min-width: max-content;
   
<<<<<<< .mine
}


||||||| .r2103
}=======
}

.table-compact .th {
  background: white;
  color: black;
  padding: 8px;
  text-transform: capitalize;
  letter-spacing: 1px;
}>>>>>>> .r2109
