body {
  background: #f6f7fb !important;
  font-family: "Poppins", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn{
  font-family: "Poppins", sans-serif !important; 
}

#content {
  width: 100%;
}
.react-grid-layout {
  /* background: #eee; */
}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    vertical-align: top;
    overflow: hidden;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.layoutJSON {
  background: #ddd;
  border: 1px solid black;
  margin-top: 10px;
  padding: 10px;
}
.columns {
  -moz-columns: 120px;
  -webkit-columns: 120px;
  columns: 120px;
}
.react-grid-item {
  box-sizing: border-box;
}
.react-grid-item:not(.react-grid-placeholder) {
  /* background: #ccc; */
  border: 1px solid rgb(228, 228, 228) !important;
  background: #FFF;
  cursor: pointer;
  -webkit-box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
  box-shadow: 0 0 13px 0 rgb(62 44 90 / 8%);
}
.react-grid-item.resizing {
  opacity: 0.9;
}
.react-grid-item.static {
  background: #cce;
}
.react-grid-item .text {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 24px;
}
.react-grid-item .minMax {
  font-size: 12px;
}
.react-grid-item .add {
  cursor: pointer;
}
.react-grid-dragHandleExample {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
li b {
  font-size: 19px;
  line-height: 14px;
}


.cardsRow {
  margin: 0px -6px 10px;
}

  .cardsRow > div {
      padding: 1px 5px;
  }

  .cardsRow > div.col-xl-3.col-md-3{
    margin: 8px;
    border-radius: 4px;
    
    max-width: 24%;
    min-height: 130px !important;
    padding: 10px;
}


.cardsRow > div.col-xl-3.col-md-3:nth-child(6n+1){
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}


.cardsRow > div.col-xl-3.col-md-3:nth-child(6n+2){
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.cardsRow > div.col-xl-3.col-md-3:nth-child(6n+3){
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.cardsRow > div.col-xl-3.col-md-3:nth-child(6n+4){
  background: linear-gradient(45deg, #FF5370, #ff869a);
}

.cardsRow > div.col-xl-3.col-md-3:nth-child(6n+5){
  background: linear-gradient(45deg, #ff7a5a, #f3856a);
}

.cardsRow > div.col-xl-3.col-md-3:nth-child(6n+6){
  background: linear-gradient(45deg, #98559c9e, #bc55c2d1);
}



.cardsRow > div.col-xl-3.col-md-3 .displayCard{
margin-bottom:32px;
}


.cardsRow > div .pcoded-mtext  {
color: #ffffff;
font-size: 14px;
margin-bottom: 15px;
}
 
.cardsRow > div.col-xl-3.col-md-3 .titleSection{
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  float: left;
  color: #ffffff;
  border-top: 1px solid #ffffff3b;
  padding: 0px 8px 8px 8px;
  cursor: pointer;
  height: 37px;
}



.cardsRow.innerCard > div.col-xl-3.col-md-3 .titleSection{
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  float: left;
  color: #ffffff;
  border-top: unset;
  padding: 0px 8px 8px 8px;
  cursor: pointer;
  height: unset;
}

.cardsRow.innerCard > div .pcoded-mtext  {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 15px;
  }

.cardsRow > div.col-xl-3.col-md-3 .titleSection .cardTittle{margin-top: 6px;float: left;font-size: 16px; font-weight: 500;}




 .pcoded-content .makeStyles-root-7 {
  width: 100%;
  margin: auto;
  padding: 23px 9px 0px 0px;
  flex-grow: 1;
  justify-content: space-between;
}

.displayCard .fa-arrow-circle-right{
font-size: 28px;
color: #626262;
}




.actionButton {
background: #fff;
border: #d5d7d9 solid 1px;
color: #717171 !important;
width: 25px;
height: 25px;
padding: 0px;
}

button.actionButton a .fa, button.actionButton .fa, button.actionButton .fas, button.actionButton a .fas{
  color: #919191;
}
button:hover.actionButton{
  background:#919191;
}
button:hover.actionButton .fa, button:hover.actionButton .fas{
  color: #fff;
}

.modal-body.padding40{
padding: 45px;

}
.innerCards {
margin: 0px -5px 10px;
cursor: pointer;
}

.innerCards > div {
    padding: 0 5px;
}

.innerCards > div.col-xl-3.col-md-3:nth-child(6n+1){
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}


.innerCards > div.col-xl-3.col-md-3:nth-child(6n+2){
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.innerCards > div.col-xl-3.col-md-3:nth-child(6n+3){
  background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.innerCards > div.col-xl-3.col-md-3:nth-child(6n+4){
  background: linear-gradient(45deg, #FF5370, #ff869a);
}

.innerCards > div.col-xl-3.col-md-3:nth-child(6n+5){
  background: linear-gradient(45deg, #ff7a5a, #f3856a);
}

.innerCards > div.col-xl-3.col-md-3:nth-child(6n+6){
  background: linear-gradient(45deg, #98559c9e, #bc55c2d1);
}


.pcoded-content .makeStyles-root-7 {
width: 100%;
margin: auto;
padding: 23px 9px 0px 0px;
flex-grow: 1;
justify-content: space-between;
}

.displayCard .fa-arrow-circle-right{
font-size: 28px;
color: #626262;
}


/* .btn-toolbar {
 margin-bottom: 10px;
} */


.innerCards .displayCard .pcoded-mtext  span{
text-align: left;
font-size: 18px;
font-weight: 400;
padding: 7px;
float: left;
width: 100%;
font-family: "Poppins", sans-serif !important;
color: #ffffff;
}

.searchBtn{
position: absolute;
top: 13px;
right: 80px;
}

.table-responsive.searchResultTable{
max-height: calc(100vh - 241px) !important;
height: unset !important;

}

.searchResult{
margin: 0px;
text-align: left;
}


.searchResult h3{
border-bottom: 1px solid #cccc;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 3px;

}
ul.resultEntity{
margin: 12px 0px;
padding: 0px;
display: inline-block;
}

ul.resultEntity li{
list-style: none;
font-size: 15px;
font-weight: 500;
float: left;
margin-left: 20px;

}

ul.resultEntity li:first-child{
margin-left:0px;
}


.searchResultTable.table.table-sm td, .searchResultTable .table.table-sm th, .searchResultTable .table.table-sm td, .searchResultTable .table.table-sm th {
padding: 0.2rem 1rem;
text-align: left;

}

.searchResultTable .table.table-sm th.nameResultTH, .searchResultTable .table.table-sm td div.nameResultTD, .searchResultTable .table.table-sm td.nameResultTD{
white-space: break-spaces;
min-width: 550px;
}


ul.resultEntity li input[type="checkbox"]{
margin-right: 6px;
}

.headerHeading{
border-bottom: 1px solid #cccc;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 3px;
  margin-bottom: 10px;

}

.chooseColum .col-md-4{
float: left;

}


.customBreadCrumb {
  margin: 0 !important;
  padding: 7px 250px 7px 7px  !important;
  display: inline-block;
  width: 100%;
  background: linear-gradient(to right, #ffffff, #ffffff);
  box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
  min-height: 51px;
  font-family: "Poppins", sans-serif !important;
}

.verticalMenu .customBreadCrumb{
  min-height: 55px;
}

.customBreadCrumb li {
  padding: 12px 9px 2px 4px;
  font-size: 14px;
  list-style: none;
  float: left;
  font-weight: 500;
}

.customBreadCrumb li a {cursor: pointer !important;color: #4099ff;}


.customBreadCrumb li:last-child a {
  cursor: pointer !important;
  color: #222222;
  padding: 0px;
}



.customBreadCrumb > li + li:before {
content: "" !important;
font-weight: bold;
color: #999999;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 14px;
background-image:url(arrow-right.png);
width: 20px;
height: 20px;
float: left;
margin: 1px 9px 0px -13px;
opacity: 0.5;
}




.btnRisk .btn-outline-secondary{
color: #6c757d !important;
background-color: #fff !important;
border-color: #ced4da !important;
text-align:left;
border-radius: 6px 0px 0px 6px;
width: 47%;
border-right: none;
}

.btnRisk select.btn-outline-secondary option:first-child:hover, .btnRisk select.btn-outline-secondary option:first-child{
color:#6c757d !important;
}

.btnRisk select.btn-outline-secondary option{
color:#6c757d !important;
margin-bottom: 10px !important;
}


.btnRisk .btn-outline-secondary:focus, .btnRisk .btn-outline-secondary:focus{
border-color: #d0eae2;
-webkit-box-shadow: 0 0 0 0.2rem rgb(120 194 173 / 25%);
box-shadow: 0 0 0 0.2rem rgb(120 194 173 / 25%);
}


.btnGroupColour .btn-outline-secondary{
 color: #6c757d !important;
  background-color: #fff !important;
  border-color: #ced4da !important;
  text-align: left;
  border-radius: 0px 6px 6px 0px !important;
  width: 41px;
  border-right:1px solid #ced4da !important;
}


.input-group-append.btnGroupColour .btn.btn-outline-secondary{
  padding: 1px !important;
  width: 28px;
    text-align: center;
 }
input::-webkit-inner-spin-button {
opacity: 1;
}


.gridTableScroll{
overflow: auto;
height: 249px;

}

.gridTableScrolladding{
overflow: auto;
max-height: 250px !important;
margin-bottom: 20px;

}

.open-modal-button{	
text-align: left!important;
background-color: white!important;
border-color: lightgrey!important;
}


.customTable{
overflow: auto;
}


.columnResizer	{
/* background-color: red !important; */
width: 2px !important;
max-width: 3px !important;
padding: 0 0 0 0 !important;
border: none !important;
}


.page-header1 {
  box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
  background: #fff;
  padding: 8px !important;
  border-radius: 0px 0px 0px 0px;
  margin-top: 7px !important;
  margin-bottom: 0px;
}

.page-header1.marb10{
  margin-bottom: 8px;
} 

.page-header1 h5 {
  float: left;
  border-bottom: 0px solid #e5e5e5 !important;
  margin-top: 3px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #505050;
  text-shadow: #fff 0 1px;
  font-size: 18px!important;
  }

  .pcoded-main-container .page-header {
    margin-bottom: 0px !important; 
}

.table-hover tbody tr:hover {
  color: #888;
  background-color:rgba(64, 153, 255, 0.03);
}


.table{
  background: #fff !important;
  margin-top: 0px;
}


/* .table thead th {
  width: 350px;
} */

.table tr.headerGrid th , .table thead th {
  background: #3ec8d7 !important;
    font-weight: bold;
    color: #FFF !important;
    padding: 8px 5px !important;
}

.table > tbody > tr > td {
  font-size: 0.8rem !important;
  cursor: pointer;
  vertical-align: inherit;
}


.table.importTable {
  margin-top: 10px;
  margin-bottom: 0px;
}

.table.importTable > tbody > tr > td{
  vertical-align: top;
  line-height: 28px;
}

.table > tbody > tr > td > a{
 color: #3488df; 
}


.table th, .table td{
  padding: 2px 9px 2px 9px !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(64, 153, 255, 0.03) !important;
}




.tablePanel-body {
  box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  /* margin-top: 54px; */
  float: left;
  width: 100%;
}

.tablePanel-body.tablePanelonly{
  margin-top: 25px;
  padding: 10px 10px 0px 10px;
  border-radius: 5px;
}

.verticalMenu .tablePanel-body.tablePanelonly{
  margin-top: 8px;
}

.noPanelBody {
  margin-top: 10px;
  padding: 10px 17px 1px 10px;
  font-size: 16px;
}


.paneltopTable {
  margin-top: 10px;
}

.noPanelBody h2{
  font-size: 20px;
  color:#F3969A;
}

.GridTableWidth{
  overflow: auto;
}
.table th, .table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid rgb(0 0 0 / 6%);
}
.breadcrumContiner {
    background: linear-gradient(to right, #38a9f9, #43e9b3);
    width: 100%;
    position: fixed;
    left: 0;
    top: 68px;
    height: 35px;
    z-index: 6666;
    border-top: 5px solid #ffffff66;
}
.pcoded-header.headerpos-fixed{
  z-index: 6669;
}
.pcoded-content {
  padding: 0px 9px 21px 16px !important
}
.formio-form {
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    padding: 10px;
}
/* .table-responsive.fixtableWindow {
  max-height: calc(100vh - 182px) !important;
    height: unset !important;
} */

.btn-link, .btn-link:hover {
  color: #3488df !important;
}
.tablePanel-body .cardsRow {
  margin:0 !important;
}
/* .form-control {
  padding: 2px 2px 2px 10px !important;
  font-size: 14px !important;
  height: unset !important;
  border-radius: 0.2rem !important;
} */


.pcoded-header {
  box-shadow: none !important;
}

.btn-outline-primary:hover a  {
  color: #fff;
}

td button.btnAction, .btn.btn-secondary.formio-button-remove-row {
  width: 25px !important;
  height: 25px !important;
  padding: 0px !important;
  margin-left: 6px !important;
  min-width: 25px !important;
  box-shadow: none !important;
}

.formio-form .page-header1 {
  box-shadow: none !important;
  background: #fff;
  padding:0px;
  border-radius: 0px;
  margin-top: 7px !important;
  margin-bottom: 0px;
}


@media (min-width: 1200px){
  .cardsRow > div.col-xl-3.col-md-3 {
    max-width: 23.5%;
}
}


.search-bar {
  width:calc(100% - 682px) !important;
  height: 73px;
  left: 14% !important;
  top: 8px !important;
  border-radius: 10px;
  height: 49px !important;
  padding: 5px !important;
}

.search-bar input.form-control {
  font-size: 1rem !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
}


/* .dashboardForm:nth-child(odd) {
  background: rgba(241, 241, 241, 0.46);
  border: 1px solid #e5e5e5;
  padding: 6px 14px 0px 14px;
  margin-bottom: 10px;
  border-radius: 10px;
} */





@media (min-width: 1600px){
.cardsRow > div.col-xl-3.col-md-3 {
  max-width: 19.03%;
}
}



.form-control{
    height: calc(1em + 0.75rem + 2px);;
    padding: 3px 5px !important;
    font-size: 0.8rem !important;
    border-radius: 3px !important;
}

.input-group-text{
  padding: 0.175rem 0.55rem !important;
  font-size: 14px !important;
}

.card-header {
  padding: 0.4rem 1rem !important;
}


.btn.btn-primary.formio-button-add-row, .btn.btn-primary.btn-wizard-nav-previous, .btn.btn-primary.btn-wizard-nav-next, .btn.btn-secondary.btn-wizard-nav-cancel, .btn.btn-primary.btn-wizard-nav-submit{
  padding: 0.3rem 0.75rem !important;
  font-size: 0.8rem !important;
  margin: 5px 0px;
}

.form-check-input {
  margin-top: 3px !important; 
  margin-left: -1.45rem;
}

.pagination{
  overflow-x: auto !important;
  overflow-y: hidden !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  position: relative !important;
  z-index: 1 !important;
  border-bottom: 0 !important ;
  white-space: nowrap !important;
}

.pagination .page-item {
  text-align: center !important;
  font-size: 0.9rem !important;
}
.pagination .page-item .page-link{
  padding: 0.5rem 0.9rem;
}

.pagination .page-item{
  border-right: 2px solid #89d9c2 !important;
}

.pagination .page-item:last-child{
  border-right:none !important;
}


textarea.form-control{
  padding: 0.375rem 0.95rem !important;
}

.card.card-body.bg-light{
background: none !important;
padding: 0px !important;
box-shadow: none !important;
margin-bottom: 0px !important;
border-radius: 4px;
}
.card{
  border: 1px solid #ced4da !important;
}

.card.card-body.bg-light .formio-editor-read-only-content {
  background: #f7f7f9 !important;
    border-radius: 4px;
    font-size: 0.8rem !important;
    min-height: 26px;
    padding: 3px;
}

.form-group {
  margin-bottom: 10px !important;
}

.col-form-label {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
  font-size: 15px !important;
  color: #6a6a6a !important;
  line-height: 2.0 !important;
}


.pcoded-header .m-header {
  height: 41px !important;
}

.pcoded-header .dropdown .dropdown-toggle, .pcoded-header .navbar-nav > li, .mob-toggler, .mobile-menu {
  line-height: 44px !important;
}

.search-bar .close {
  top: 4px !important;
}

.paddingInner{
  padding: 6px 10px 0px 8px;
}

.paginationTable{
  background-color: #e3e3e321;
  border-top: 1px solid #cccccc57;
  font-size: 14px;
}
.paginationTable .row{
  margin: 0px;  
}
.paginationTable .col-md-4.text-center button{
  margin: 0px;  
  padding: 9px;
}
.paginationTable .col-md-4 .rowsPerPage{
  padding: 7px 0px 8px 0px;
  color: #5a5f6f;
}
.paginationTable input, .paginationTable select{
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px;
}
.formio-hidden {
  display: none;
}
.goToPage {
    margin-top: 7px;
    max-width: 243px;
    float: right;
}
.goToPage input {
  width: calc(100% - 183px);
  padding-left: 10px;
  border-radius: 0px;
}
.goToPage .btn-primary{
  padding: 0 10px;
  border: none;
}
/* .goToPage .input-group-prepend label{
  background-color: transparent !important;
  border: 1px solid transparent !important;
} */
.col-md-4 .col-md-10.pull-right{
  padding-right: 0px !important;
}
.row.cardsRow.innerCard{
  margin-left: -7px;
  margin-right: -7px;
}
.row.cardsRow.innerCard .titleSection button div.btn-success, .row.cardsRow.innerCard .titleSection button div.btn-info, .row.cardsRow.innerCard .titleSection button div.btn-danger{
border: 1px solid #fff9f9 !important;
}
.row.cardsRow.innerCard .col-xl-3.col-md-3{
  cursor: pointer;
}
.formio-component-checkbox{
  margin-bottom: 0px;
}
.row.cardsRow.rowMargin {
  margin-left: -7px;
  margin-right: -7px;
}
.mob-toggler, .mobile-menu {
  top: -8px !important;
}
.form-signin {
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    height: 375px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
    top: 15%;
    border-radius: 6px;
    margin-bottom: 10px;
}
.form-signin .form-control{
  height: 40px !important;
}
.form-signin .form-group label {
  margin-bottom: 0.1rem !important;
  font-size: 14px;
}
.rememberMe .rememberMetext{
  font-size: 14px !important;
}

.frameWorkAdd .input-group-prepend .btn.btn-secondary{
  padding: 0.015rem 0.75rem !important;
  font-size: 12px !important;
}

.forgotPassword{
  font-size: 14px;
}
.signUp{
  margin-top: 13px;
  font-size: 14px;
}


@media (min-width: 768px){
.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
}

.form-signin .input-group .input-group-text{
  padding: 0.375rem 0.95rem !important;
    font-size: 0.975rem !important;
    border-radius: 4px 0px 0px 4px;
    background-color: transparent;
    border-right: none;
}
.form-signin .input-group .form-control{
  border-radius: 0px 4px 4px 0px !important;
}

.form-signin .input-group{
  margin-bottom: 20px;
}

ul.wtree {
  margin-left: 20px;
}

.wtree li {
  list-style-type: none;
  margin: 10px 0 10px 10px;
  position: relative;
}
.wtree li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 20px;
  height: 15px;
}
.wtree li:after {
  position: absolute;
  content: "";
  top: 5px;
  left: -20px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  width: 20px;
  height: 100%;
}
.wtree li:last-child:after {
  display: none;
}
.wtree li span {
  display: block;
  border: 1px solid #ddd;
  padding: 10px;
  color: #888;
  text-decoration: none;
}

.wtree li span:hover, .wtree li span:focus {
  background: #eee;
  color: #000;
  border: 1px solid #aaa;
}
.wtree li span:hover + ul li span, .wtree li span:focus + ul li span {
  background: #eee;
  color: #000;
  border: 1px solid #aaa;
}
.wtree li span:hover + ul li:after, .wtree li span:hover + ul li:before, .wtree li span:focus + ul li:after, .wtree li span:focus + ul li:before {
  border-color: #aaa;
}

.btn-toolbar.breadcumBtn {
  position: absolute;
  z-index:99;
  top: 16px;
  right: 15px;
}
 .overlay .btn-toolbar.breadcumBtn {
  position: absolute;
  top: -32px;
  right: 41px;
  display: block;
  width: 100%;
} 
.overlay .formio-form {
  margin-top:0px;
}
.overlay .btn-toolbar.breadcumBtn h5{
  width: calc(100% - 188px);
  float: left;
  margin-left: 61px;
  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} 


.bodyPanel {
  box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}


.input-group-append .btn {
padding: 3px 7px 4px 6px !important;
line-height: 0px !important;
}


/* .fixtableWindow .table thead th {
 min-width: 150px;
} */



.table-responsive.importData .table thead th{
  min-width:250px;
}
.table-responsive.importData .input-group-text{
border-radius: 0px 4px 4px 0px;
border-left: none !important;
}


.table-responsive.importData .input-group .form-control {
  border-radius: 4px 0px 0px 4px !important;
}


/* div[ref="nested-tabletemplatecontainer"]{
  display: block;
  width: 100%;
  overflow-x: auto;
} */

.arrowLeftRight input{
  background: none;
  border: 1px solid #ccc;
  font-size: 26px;
  padding: 0px 11px;
}

.arrowLeftRight input:hover{
  background: #f1f1f1;
  border: 1px solid #ccc;
  font-size: 26px;
  padding: 0px 11px;
}


.wrapQueryTable .table{
  background: #fff !important;
  margin-top: 0px !important;
  table-layout: fixed !important; 
}

.wrapQueryTable .table > tbody > tr > td {
  font-size: 0.8rem !important;
  cursor: pointer !important;
  vertical-align: inherit !important;
  white-space: normal !important;
  vertical-align: top !important;
}

.wrapQueryTable .table thead th{
  white-space: normal !important;
  text-align: center;
}

.table-responsive.modelTable{
  max-height: calc(100vh - 462px) !important;
    height: unset !important;
    margin-bottom: 20px;
}
.row.filterGroup{
  width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    padding-bottom: 8px;
    margin-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
}
.row.filterGroup .col-md-6{
  margin-bottom: 6px;
  background: #f5f5f5;
  padding: 10px 15px;
}

.closeIcon{
  padding: 0px 0px 0px 4px;
    position: absolute;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    z-index: 999;
    font-size: 12px;
    color: #f96167;
    right: -4px;
    top: -8px;
    border: 1px solid #f96167;
}
.closeIcon:hover{
    color: #ffffff;
    background: #f96167;
    top: -8px;
    border: 1px solid #f96167;
}
.pcoded-header.headerpos-fixed ~ .pcoded-main-container.verticalMenu {
  padding-top: 0px;
}
.pcoded-main-container.verticalMenu .customBreadCrumb li {
  padding: 10px 9px 9px 4px;
  font-size: 15px;
  list-style: none;
  float: left;
}

/* .dc-chart {
  margin: 0px !important;
  box-sizing: content-box !important;
  height: calc(100% - 80px);
  cursor: default;
  padding: 0px !important;
} */


.overlay .react-grid-layout.layout{
  overflow: auto;
  height: calc(100vh - 429px) !important;
} 


.dashboardWidgetRow{
  background: #ffffff;
  padding:2px 13px 7px 13px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* .dashboardWidgetRow:nth-child(odd) {
  background-color: #fcfcfc;
} */


.dashboardWidgetRow .dashboardForm:nth-child(2){
    padding: 0px;
    border: none;
    background:transparent;
}



.input-group.inputBtnSpace button{
  border-radius: 5px !important;
    margin-left: 8px;
    width: 28px;
    padding: 0px !important;
}

.input-group.btnRisk select{
  border-radius:4px 0px 0px 4px !important;
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}


.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.95rem;
  margin: -0.375rem -0.95rem;
  -webkit-margin-end: 0.95rem;
  margin-inline-end: 0.95rem;
  color: #495057;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}




.widgetHeading {
  width: 100%;
    min-height: 42px;
    max-height: 40px;
    float: left;
    padding: 2px 13px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    border-bottom: #f1eeee solid 1px !important;
    line-height: 37px;
    font-weight: 500;
    background: #f9f9f9;
    color: #333333;
} 

.widgetHeading button{
margin-top: 6px;
}

.dashboardContainer{
  margin-top: 40px;
}


.frameworkDiv{
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #c4c4c4;
  border-bottom: none;
  border-top: 6px solid #41ddc0;
}

@media only screen and (min-device-width: 720px) and (max-device-width: 1280px) {
  .cardsRow > div.col-xl-3.col-md-3 {
    max-width: 23.4%;
  }
}
@media only screen and (min-device-width: 864px) and (max-device-width: 1152px) {
  .cardsRow > div.col-xl-3.col-md-3 {
    max-width: 23.1%;
  }
}

.dashboardContainer .page-header1{
box-shadow: none;
border-bottom: 2px solid #f1f1f1;
padding-left: 0px !important; 
}

.dashboardForm .row.form-group  .col-md-6{
  max-width: 48%;
}

.dashboardForm .row.form-group .widgetRemove{
  border-left: 1px solid #ebdddd;
  padding-left: 7px;
  /* padding: 10px; */
  height: 27px;
  margin-top: 21px;
}
.dashboardForm {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 6px 14px 0px 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.dashboardForm, .dashboardWidgetRow{
  border-radius: 0px !important;
}

.dashboardForm:nth-child(6n+1), .dashboardWidgetRow:nth-child(6n+1){
 border-left: 5px solid #489dff;
}
.dashboardForm:nth-child(6n+2), .dashboardWidgetRow:nth-child(6n+2){
  border-left: 5px solid #34d9b8;
 }
 .dashboardForm:nth-child(6n+3),  .dashboardWidgetRow:nth-child(6n+3){
  border-left: 5px solid #ffb954;
 }
 .dashboardForm:nth-child(6n+4), .dashboardWidgetRow:nth-child(6n+4){
  border-left: 5px solid #ff5a75;
 }
 .dashboardForm:nth-child(6n+5), .dashboardWidgetRow:nth-child(6n+5){
  border-left: 5px solid #fe7c5d;
 }
 .dashboardForm:nth-child(6n+6), .dashboardWidgetRow:nth-child(6n+6){
  border-left: 5px solid #bd8dc2;
 }

.dashboardWidgetRow .dashboardForm {
  border:none;
  padding: 0px;
  }

.dashboardWidgetRow .inputBtnSpace .form-control {
  width: 80%;
}

.dashboardWidgetRow .dashboardForm .row.form-group .col-md-6{
  max-width: 100%;
}

.checkboxSlectwidget{
  margin-top: 25px;
}

.dashboardWidgetRow input[type=checkbox], .dashboardWidgetRow input[type=radio]{
  margin-right: 4px;
  margin-left: 15px;
}

.svg-container{
  height: 100%;
  padding: 0 !important;
  overflow: auto;
}
.svg-container > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0px;
}

.svg-container .table-responsive{
  flex-grow: 1;
}
.svg-container svg{
  height: unset;
  max-height: inherit !important;
  padding: 10px;
}
.widgetEdit{
  position: relative;
  float: right;
  z-index: 999;
}