/* Custom EMWA i20 Stuff */

/* Members Directory */

.profileCard {
  background-color: #fff;
  color: #333333;
  padding: 15px;
  border: 1px solid #2c3e50;
  box-shadow: 5px 9px 8px -8px rgba(0, 0, 0, 0.75);
  font-size: 1em;
  line-height: 33px;
}

.profileName {
  color: #026327;
  font-size: 1.25em;
}

.profilePic {
  margin: 10px 0;
}

.memberDirectoryOutput th.rgHeader {
  display: none;
}

.memberDirectoryOutput .profilePic img {
  max-width: 170px;
  max-height: 170px;
}

.RadSlider_MetroTouch div.rslHorizontal div.rslSelectedregion,
.RadSlider_MetroTouch div.rslHorizontal a.rslDraghandle {
  background-color: #026327 !important;
}

.memberDirectoryOutput .RadGrid.RadGrid_MetroTouch .rgAltRow td,
.memberDirectoryOutput .RadGrid.RadGrid_MetroTouch .rgAltRow td:first-child,
.memberDirectoryOutput .RadGrid.RadGrid_MetroTouch .rgRow td,
.memberDirectoryOutput .RadGrid.RadGrid_MetroTouch .rgRow td:first-child {
  padding: 12px;
}

.memberDirectoryOutput .RadGrid.RadGrid_MetroTouch .rgSelectedRow a {
  color: #333 !important;
}

/*
.memberDirectoryOutput .RadGrid_MetroTouch .rgAltRow {
    background: transparent;
}
*/

/*.RadGrid .profileEmail > a, .RadGrid .profileEmail > a:visited, .RadGrid .profileEmail > a:hover {
    color: black!important;
}*/
.RadGrid .profileEmail > a:hover {
  text-decoration: underline !important;
}

/*Below CCS keeps window for address change in the viewable area, inline CSS setgs it to 800px for some reason. This element has not been made responsive*/

#RadWindowWrapper_ctl01_GenericWindow {
  top: 8vh !important;
}


/* Freelance Directory Field Style Tweaks */
#ctl01_TemplateBody_WebPartManager1_gwpciFreelanceBrief_ciFreelanceBrief_singleInstancePanel .ReadOnly > div:nth-child(1) {
	display: flex !important;
	padding-bottom: .5em;
}
#ctl01_TemplateBody_WebPartManager1_gwpciFreelancerFullInformation_ciFreelancerFullInformation_singleInstancePanel .ReadOnly > div:nth-child(1) {
	display: flex !important;
	padding-bottom: .5em;
}
