.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  max-width: none;
  }

  .modal-open .modal .modal-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px;
    max-width: none;
    }

.modal.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: none; }

.modal.modal-fullscreen .modal-body {
    height: 600px;
}
/* Task list */
.task-list-box span, .tasklistmrgn span{
    width: 270px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.tempListPopup {
  width: auto;
  height: auto;
  background-color: #ffffff;
  border: 1px solid rgba(210, 216, 214, 0.9);
  display: block;
}
.arrowParent .arrowTemp {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  right: 88%;
  margin-top: -6px;
  border-top: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
  border-right: 0px solid #dddddd;
  border-bottom: 0px solid #dddddd;
  border-bottom-color: 2px solid transparent;
  transform: rotate(45deg);
  background: white;
}

#tempRecords {
    padding: 5px;
    padding-top: 0px;
}

.close-icon-red {
  cursor: pointer;
  background: url("../../common/images/removeRed.png") no-repeat center !important;
  height: 11px;
  width: 11px;
  overflow: hidden;
  right: 14px;
  padding: 9px;
}

.popupHeader {
   padding: 5px;
}

.master-data-comment {
    max-height: 30px !important;
    width:100%;
}

.page-wecommMasterDataMgListPage .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-left: 5px;
  margin-right: 5px;
}

.page-wecommMasterDataMgListPage .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.page-wecommMasterDataMgListPage .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-wecommMasterDataMgListPage .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.page-wecommMasterDataMgListPage input:checked + .slider {
  background-color: #2196F3;
}

.page-wecommMasterDataMgListPage input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.page-wecommMasterDataMgListPage input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.page-wecommMasterDataMgListPage .slider.round {
  border-radius: 34px;
}

.page-wecommMasterDataMgListPage .slider.round:before {
  border-radius: 50%;
}

.page-wecommMasterDataMgListPage .echopSubmittionStatus {
    display: flex;
    align-items: center;
    height: 30px;
    padding-left: 15px;
}

.page-wecommMasterDataMgListPage .masterdata-create-copyToOtherBu > div .check-box {
    display: none;
}

.page-wecommMasterDataMgListPage .masterdata-create-onlineEchop > div .check-box {
    display: none;
}