
.office-dashboard {
  padding: 0px;
}
.office-dashboard .part1-profile, .office-dashboard .part2-projects, .office-dashboard .part3-start-something {
  background: linear-gradient(to right, honeydew, white, honeydew);
}

@media(min-width: 768px) {
  #infoPad {
    display: flex;
    justify-content: space-evenly;
  }
  #infoPad #a {
    flex: 1;
  }
  #infoPad #b {
    flex: 1;
  }
 
  #profile {
    display: flex;
  }
  #prof-edit {
    flex: 7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prof-pic-edit  {
    flex: 3;
  }
  .show-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    
  }
}

@media(max-width: 768px) {
   .show-logo {
    display: none;
  }
}

#infoPad div {
  background: linear-gradient(to top right, honeydew, aquamarine);
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  /*transition-timing-function: ease-in;*/
}

#infoPad div h5 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: purple;
}




#editMyProfile {
  background: white;
  padding: 10px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: purple;
  border-radius: 5px;
}

#editMyProfile:hover {
  cursor: pointer;
  color: rgba(255, 0, 102, 1);
  font-weight: bold;

}

#profileEditForm {
  border: 1px solid chartreuse;
  padding: 10px;
  box-sizing: border-box;
  width: 100%
}

.prof-pic-edit {
  border: 1px solid;
  border-color: chartreuse;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  background: linear-gradient(to top, honeydew, white, honeydew);
}

/*Sign In or Sign Up Form*/
#profileEditForm {
  margin-left: 10px;
  padding: 10px;
}

.inform {
  box-sizing: border-box;
  width: 100%;
 
}

.inform input {
  width: 80%;
}

.inform textarea {
  width: 80%;
}

.thelogin form .label {
  padding-top: 5px;
}
.thelogin form .label span {
  font-weight: bold;
  
}
/*focus*/
.boxShadow {
  box-shadow: 0 0 5px  chartreuse;
}
/*errors*/
.formError {
  color: red;
}
/*profile picture*/

.p-pic {
  padding: 10px;
  margin: 5px;
  color: purple;
}

.p-pic:hover {
  color: chartreuse;
  font-weight: bold;
  cursor: pointer;
}

.cool-pic {
  font-family: fantasy;
  color: rgba(255, 0, 102, 1);
  display: none;
}

#closeOpenForm {
  color: purple;
}

#closeOpenForm:hover {
  padding: 5px;
  border-radius: 5px;
  color: rgba(255, 0, 102, 1);
  background-color: white;
}

.forgot-password {
  color: chartreuse;
  font-weight: bolder;
}

@media(max-width:768px) {
  .b-image {
  display: none;
  }
}
.b-image img {
  width: 100%;
}

.bb {
  padding: 10px;
  text-align: center;
}
.prof-pic-edit .b-image img {
  padding: 0px;
}

.change-prof-pic {
  display: none;
}

#profLikeButtons div{
  display: flex;
  justify-content: space-evenly;
  
}

.part2-projects {
  border-radius: 5px;
 
}

.start-something-categories {
  display: flex;
  justify-content: space-evenly;
}

/*project count styles*/
.projectCounter {
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  
  
}

.projectsCount {
  display: flex;
  flex: 1 1 auto;
  min-width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background: linear-gradient(to top right, white, white, honeydew);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-align: center;
  margin: 5px;

}

.projectsCount:hover {
  background: linear-gradient(to top right, honeydew, white, aquamarine);
  cursor: pointer;
}

.p-counts {
  font-size: 36px;
  font-weight: bold;
}

.p_AccountCount {
  background: aquamarine;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
}

.p_moreCounts {
  background: honeydew;
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
}
/*end of project count styles*/

.pIntances {
  margin: 5px;
}

th, tfoot {
  color: purple;
  background: chartreuse;
  font-weight: bold;
}

.thCentre {
  text-align: center;
  font-size: 24px;
  color: purple;
}

.pInstances th {
  font-size: 20px;
}

tbody tr:hover {
  background: aquamarine;
}

td a {
  display: block;
  cursor: pointer;
}
.toend {
  text-align: right;
}

/* Service Requests and Meeting Requests*/
.request-response {
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: honeydew; */
  border-top: 1px solid chartreuse;
}
/* End of service requests and meeting requests */

.response-textarea {
  background: honeydew;
  padding: 5px;
  border-radius: 3px;
}