.text-center {
    text-align: left !important;
}

.Select-control {
    width: 200px;    
}
/* 
.ag-row-group {
    border-bottom: 1px solid #d3d3d3;
    margin-top: 5px;
    height: 36px;
} */

/* .ag-header-cell-label {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
	
} */

/* .ag-header-cell {
    padding-left: 2px;
    padding-right: 0px;
} */




/* 
.ag-body-viewport {
    background-color: white;
}

.ag-pinned-left-cols-viewport {
    background-color: white;
}

.ag-header-cell-label {
    text-overflow: clip;
    overflow: visible;
    white-space: normal;
    overflow-wrap: break-word;
    
}

.ag-header-cell {
    line-height: 16px !important; 
}

.ag-header-row {
    border-bottom-style: solid !important;
    border-bottom-color: black !important;
    border-bottom-width: 1px !important;
}

.rt-thead -header {
    border-bottom-style: solid !important;
    border-bottom-color: black !important;
    border-bottom-width: 1px !important;
} */

.ag-theme-balham .ag-header-row {
    border-bottom: "0px" !important;
}

.rt-td {
    border-right: none !important;
}

.rt-th {
    border-right: none !important;
    text-align: left;
}

.ReactTable {
    border: none !important;    
}

.fullScreen {
    font-size: 32px;
}

.hoIcon {
    font-size: 20px;
}

.mda-list-item-text {
    padding: 0px;
    height: 37px;
    line-height: 35px;
    float: left;    
}

.mda-list-item-text.underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mda-list-item-text.nopadding {
    padding: 0px !important;
}

.participantSelect > .Select-control {
    border: none;
    
}

.sortableHandle {
    cursor: pointer;
    cursor: hand;
}

.Select-placeholder {
    padding: 0px !important;
}

.Select-arrow-zone {
    display: none;
}

.nopadding {    
    padding: 0px !important;
}

.padding2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.hrMaxWidth {
    max-width: 600px;
    margin-left: 0px;
    border-bottom: 1.5px solid #ddd;
  }

.buttomPanel {
    height: 15px;
   max-width: 600px;
   margin-top: 30px;
   margin-bottom: 10px;
}

.wizardStepPanel {
    max-width: 600px;
    padding: 10px 20px;
}

.wizardPanel {
    padding: 16px;
    margin: 0;
    background-color: #fff;
}

#btnContinue {
    margin-left: 15px;
}

.react-selectize-control {
    border-radius: 0px !important;
    border-color: #d9d9d9 !important;
    background-image: none !important;
    background-color: #fff !important;
}

/* body {
    font-size: 12px !important;
      
} */

.ReactTable {
    color: #566787;  
    font-size: 12px;
}

.ReactTable .rt-thead {
    font-weight: 700;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0) !important;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0) !important;
    border-bottom: 1.5px solid #ddd;
}

.ReactTable .-pagination {
    border-top: 0px !important;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.05) !important;
    -webkit-box-shadow: 0 0px 5px 0 rgba(0,0,0,0.05) !important;
    margin-top: 5px;
}