body{
  margin:0px;
}
.Header{
  position: fixed;
  display: flex;
  height: 34px;
  width: 100%;
  border-bottom: 1px solid #000;
  background-color: white;
}
.Header-Area{
  max-width: 1000px;
  display: inline-flex;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.Header-Title{
  padding: 5px;
  font-size: 20px;
  left: 0px;
  width: 165px;
  font-family: sans-serif;
  cursor: default;
}
.dropdown {
  right: 0px;
  position: absolute;
  display: inline-block;
  width:240px;
}
.dropbtn {
  color: black;
  padding: 8px;
  font-size: 16px;
  border: none;
  width:240px;
  background-color: whitesmoke;
  height:33.5px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width:240px;
}

.dropdown-content div {
    font-family: sans-serif;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  padding: 8.5px;
  text-align: center;
  cursor: pointer;
}

.dropdown-content div:hover {background-color: black; color: white;}

.dropdown:hover .dropdown-content {display: block;}
.Head-Area{
  height: 35px;
}
.names, .D-Menu, .ES-Menu, .EF-Menu, .LS-Menu, .LF-Menu
{
  display: grid;
}
.timeline{
      margin-left: 275px;
      transition: margin-left 0.5s;
}
.Activities
{
    position: absolute;
}
.TLtitle{
display: flex;
}
.name {
    width: 129px;
    padding: 3.5px 10px 3px 10px;
    text-align: left;
}
.d-detail, .ES-detail, .EF-detail, .LS-detail, .LF-detail {
    width: 25px;
    padding: 3.5px 0px 3px 0px;
    text-align: right;
    justify-content: flex-end;
}
.Act {
  background-color: #ffffff;
  min-height: 17.7px;
  border: 0.5px solid white;
  border-bottom-color: black;
  font-family: sans-serif;
  font-size: 14px;
  margin: auto;
  margin: auto;
  color: #545454;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-flex;
  border-width: 0px 0px 0.5px 0px;
}
.d {
  background-color: #ffffff;
  height: 17.4px;
  border: 0.5px solid white;
  display: inline-block;
  width: 23.4px;
  text-align: -webkit-center;
  font-size: 15px;
  font-family: sans-serif;
  padding: 3px 0px;
  border-left-color: #dfdfdf;
  color: #7a7a7a;
}

.cpd {
  background-color: rgb(241, 241, 241);
  border-left: 0.25px solid #d2d2d2;
  width: 23.4px;
  border-right: 0.25px solid #d2d2d2;
  border: 0.5px solid #d2d2d2;
}
/*Table Style*/
.tblst {
  width: fit-content;
  font-size: 13px;
  margin: 0px auto;
  border: 1px solid #000000;
  text-align: left;
  border-collapse: collapse;
  margin: auto;
  margin-top: 10px;
}
.tblst .tblCell {
  border: 1px solid #000000;
    padding: 2px 2px;
}
.tblst p {
  padding: 0px 10px 0px 10px;
  margin: 2px;
  font: 14px sans-serif;
}

.tbl {
  	display: table;
  font-size: 13px;
  border: 4px solid white;
  text-align: left;
  margin: auto;
  margin-top: 10px;
}
.tblRow {
  	display: table-row;}
.tblCell {
    display: table-cell;
    padding: 5px;}

    .Rable {
    padding: 7.5px 0px;
    }

    .Rable .Rzs{
      width: 100%;
      background: white;
          height: 10px;
          border: 0.5px solid #808080;
          box-sizing: border-box;
          margin: auto;
          top: 0;
          bottom: 0;
          display: -webkit-box;
          box-shadow: 5px 5px 5px 1px #DCDCDC;
          transition: border-color, box-shadow .3s;
    }
      .Rable .Rzs:hover{
        box-shadow: 2px 2px 2px 0px #DCDCDC;
        border-color: black;
      }

    .Rable .Rzs .Rz{
      width: 4px;
    }
      .Rable .Rzs .Rc{
        background-color: white;
        z-index: 1;
        width: calc(100% - 8px);
        height: 100%;
        cursor: move;
        right: 2px;
        display: flex;
      }
    .Rable .Rzs .Rc:hover{

  }
    .Rable .Rzs .Rz.Rcr{
      right: 3px;
          cursor: e-resize;
          bottom: 1px;
          transition: background-color 0.5s;
      }
    .Rable .Rzs .Rz.Rcl {
      right: 1px;
          cursor: e-resize;
          bottom: 1px;
          transition: background-color 0.5s;
    }
    .Rable .Rzs .Rz.Rcr:hover{
      background-color: #808080;
  }
    .Rable .Rzs .Rz.Rcl:hover{
      background-color: #808080;
  }

  .demo-droppable {
    text-align: center;
        /* width: 100%; */
        display: -webkit-inline-box;
  }
  .demo-droppable.dragover {
    background: #00CC71;
  }

.removeAct{
  background: transparent;
  border: 1px solid #f00;
  border-radius: 2em;
  color: #f00;
  height: 11px;
  padding: 1px;
  width: 13px;
  opacity: 0;
  position: relative;
  right: -10px;
  transition: opacity 0.2s;
}
.removeAct:hover{
  opacity: 1;
}
.selectedPred{
      background: #9b9bff;
}


/*Onclick Display Activity Details*/

/* The Modal (background) */
.ActTabBgr {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.delayedtime, .plannedtime {
  height: 9px;

}
.PlusActivity{
  opacity:0;
  margin: 5px;
  position: relative;
  width: 15px;
  height: 15px;
  left: calc(50% - 12.5px);
}
.PlusActivity:hover{
  opacity: 1;
}
    .PlusActivity:before,
    .PlusActivity:after{
        content: "";
        position: absolute;
        background-color: black;
        transition: transform 0.25s ease-out;
    }

    /* Vertical line */
    .PlusActivity:before{
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        margin-left: -2px;
    }

    /* horizontal line */
    .PlusActivity:after{
        top: 50%;
        left: 0;
        width: 100%;
        height: 4px;
        margin-top: -2px;
    }
    /*Graph Arrow*/
    .graphArrow{
      position: absolute;
    }
/*Arrow style*/
.arStyle{height: 100%;display: block;position: absolute;border: none;box-shadow: none;margin-top: 11.5px;}
.arTL{
  width: 10px;
  height: .5px;
  left: 25px;
  top: 12.5px;
  position: relative;
}
.aRL{
  width: 0.5px;
  min-height: 12.5px;
  left: 34.5px;
  position: relative;
  top: 12px;
}
.aML{
  width: 20px;
  height: 0.5px;
  margin-left: 15px;
  position: relative;
  margin-top: 11px;
}
.aLL{width: 0.5px;
    min-height: 12.5px;
    left: 15px;
    height: calc(100% - 37px);
    position: relative;
}
.aBL{width: calc(100% - 40px);
    height: 0.5px;
    margin-left: 15px;
    position: relative;
}
.aRed{
    background-color: red;
    z-index: -1;
}
.aGR{
    background-color: #808080;
    z-index: -2;
}
.dropArea{
  border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 50px;
    text-align: center;
    font: 21pt bold arial;
    color: #bbb;
    height: 100px;
    width: calc(100% - 100px);
    text-align: center;
    padding: 10px;
}
.trash{
  border: none;
  background-color: whitesmoke;
  height: 33.5px;
  background: url(remove_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  color: black;
  padding: 8px;
  font-size: 16px;
}
.gHide{
  background: transparent;
      border: 1px solid #f00;
      color: #f00;
      height: 4px;
      padding: 1px;
      width: 4px;
      opacity: 0;
      position: relative;
      left: 129px;
      transition: opacity 0.2s;
      top: 7.5px;
      border: solid black;
      border-width: 0 3px 3px 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
}
.gHide:hover{
  opacity: 1;
}
.dTitle{
  background-color: #ffffff;
    height: 17.4px;
    border: 0.5px solid white;
    display: inline-block;
    width: 23.4px;
    text-align: -webkit-center;
    font-size: 15px;
    font-family: sans-serif;
    padding: 3px 0px;
    border-left-color: #dfdfdf;
    color: #000000;
}
.dDetail{
  background-color: #ffffff;
    height: 18.2px;
    border-bottom: 0.5px solid black;
    display: inline-block;
    width: 25px;
    text-align: -webkit-center;
    font-size: 15px;
    font-family: sans-serif;
    padding: 3px 0px;
    border-left-color: #dfdfdf;
    color: #000000;
}
.dHide{
  display: none;
}
.tLeft{
  margin-left: 150px;
  transition: margin-left 0.5s;
}
.viewG{
  background: transparent;
    border: 1px solid #f00;
    color: #f00;
    height: 4px;
    padding: 1px;
    width: 4px;
    opacity: 0.2;
    position: relative;
    left: 10px;
    transition: opacity 1s;
    top: 5px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.viewG:hover{
  opacity: 1;
  transition: opacity 0.2s;
}
.cmpDtls{
  display: inline-flex;
}
.chgItem{
  width: 150px;
}
