.frame-type-image
{
  margin-left: 33.33333333%;
  float: left;
  width: 33.33333333%;
  margin-top: 2%;
  
}
.image
{
  text-align: center;
}

/*-----------------------ActivitySchedule DataTable----------------------*/
#dataTables-Activity thead, .DTFC_LeftBodyWrapper table thead, .DTFC_RightWrapper
{
  visibility: collapse;
}
.DTFC_LeftBodyLiner
{
  overflow: hidden;
}
.dataTables_scrollBody
{
  padding-bottom: 20px;
}
#dataTables-ActivityHead, .DTFC_LeftBodyLiner td
{
  background-color: #f5f5f5;
}
#dataTables-ActivityHead th, #dataTables-Activity td, .DTFC_LeftBodyLiner td
{
  vertical-align:middle;
  text-align: center;
}
#dataTables-ActivityHead .Weekend, #dataTables-Activity .Weekend
{
  background-color:rgb(255,242,204);
}

/*---DAYS in Schadule---*/
#dataTables-Activity a, u {
  text-decoration: none;
  color: #333;
}

#dataTables-Activity .Selected {
  background-color:rgb(153,255,204);
}

#dataTables-Activity .Done {
  background-color:rgb(218, 218, 218);
}

#dataTables-Activity .HasDelay {
  border: 1px solid red;
}
#dataTables-Activity .WellDone {
  border: 1px solid green;
}

/*---ROWS in Schadule---*/
#activityTabeleRunning{
  /*Transparent*/
  background-color: transparent;  
}

#activityTabeleDone{
  /*GREEN*/
	background-color: #e2fde2;
}

#activityTabeleDelay{
  /*RED*/
	background-color: #fde2e2;
}

.frame-layout-0{
  height: calc(100% - 51px);
}

html, body, #wrapper, #page-wrapper
{
  height: 100%;
}

.row{
  height: 98%;
}
#eMailAliasHeader
{
  float: left; 
  color: #707070; 
  margin-right: 5px; 
  width: 130px;
}

#eMailAlias{
  padding-left: 6px; 
  padding-right: 6px; 
  border-radius: 10px; 
  border: 1px solid #c2c2c2;
  cursor: pointer; 
  background-color: #f3f3f3;
  color: #525252;
  text-decoration: none;
}

.myMaterial-icons{
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 0;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  position: relative;
  left: 2px;
  top: 6px;
}

