/* 
file: site.css
09:09 2021-10-18 file added
10:02 2021-10-18 reuse fundRaising 2nd Tab on MultiLanguage
17:12 2021-11-05 For fix Urdu language display in iPad or iPhone
15:06 2021-11-09 handle usergroup grey bar, and its height
09:32 2021-11-10 remove underline (last character) on UserGroups dropdown (when hover) only
10:59 2021-11-15 urdu page tab over introduction paragraph before, move it down
*/

body.innerPage .fundRasing .tabBtns {
  display: table;
  margin: 25px 0 35px 0;
  width: 100%; }
  body.innerPage .fundRasing .tabBtns .tabBtn {
    display: table-cell;
    /* width: 145px; 10:37 2017-06-16 let it auto */
	
    /* height: 70px; */
	height: 80px;
	
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    background-color: #CCC;
    border-right: 1px solid #FFF;
    border-bottom: 2px solid #707070;
    cursor: pointer; }
    body.innerPage .fundRasing .tabBtns .tabBtn:last-child {
      border-right: none; }
    body.innerPage .fundRasing .tabBtns .tabBtn.active {
      background-color: transparent;
      border: 2px solid #707070;
      margin-right: 1px;
      border-bottom: none; }

	/* 15:27 2021-10-19 add span and so add bold */
	body.innerPage .fundRasing .tabBtns a span {
		font-weight: 700;
	}
	
	/* 12:05 2018-05-02 add tab effect */
	/* 15:26 2021-10-19 add span as need 2 languages text */
	body.innerPage .fundRasing .tabBtns a.tabBtn:hover,
	body.innerPage .fundRasing .tabBtns a.tabBtn:hover span	{
		color:#cc4c02;
		/* text-decoration:underline; */
	}

	
  @media screen and (max-width: 767px) {
    body.innerPage .fundRasing .tabBtns {
      display: none; } }

body.innerPage .fundRasing .tabPureLinks {
  display: table;
  margin: 25px 0 35px 0;
  width: 100%; }
  body.innerPage .fundRasing .tabPureLinks .tabPureLink {
    display: table-cell;
    width: 145px;
    height: 70px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    background-color: #CCC;
    border-right: 1px solid #FFF;
    border-bottom: 2px solid #707070;
    cursor: pointer; }
    body.innerPage .fundRasing .tabPureLinks .tabPureLink:last-child {
      border-right: none; }
    body.innerPage .fundRasing .tabPureLinks .tabPureLink.active {
      background-color: transparent;
      border: 2px solid #707070;
      margin-right: 1px;
      border-bottom: none; }
  @media screen and (max-width: 767px) {
    body.innerPage .fundRasing .tabPureLinks {
      display: none; } }

/* 16:26 2021-10-25 to make space for 2nd child, as space on span have not effect */
/* 15:59 2021-11-05 org
body.innerPage .innerPageWrapper.first .tagBlock .blockTag span:first-child {
	margin-right:5px;
}
*/

/* 15:59 2021-11-05 change (seems bigger space but need to accept it) */
/* 09:24 2021-11-09 Add the "Grey bar" element for space after first text */
body.innerPage .innerPageWrapper.first .tagBlock .blockTag span:first-child::after, 
body.innerPage .innerPageWrapper.first .sideNav h4 span:first-child::after {
	content: "\0020"; 
	white-space: pre; 
}

/* 17:12 2021-11-05 For fix Urdu language display in iPad or iPhone */
body.innerPage .innerPageWrapper :lang(ur) {
	/* 10:44 2021-11-08 try Helvetica and sans-serif for iPad */
	font-family: "Jameel Noori Nastaleeq", Arial, sans-serif;
}

/* 14:58 2021-11-09 mock up the "8 multilang menu" */
.contentWrapper .commonlyUsed aside.sideNav h3 {
	display: inline-block; 
	/* height: auto; */
	float: none; 
	clear: none;
	    vertical-align: middle;
}

/* 09:24 2021-11-10 this selector is on layout.css (too much) - not use
body.innerPage .innerPageWrapper.searchPage a:not(.topicLink):hover {
    text-decoration: none;
}
*/

/* 09:32 2021-11-10 remove underline (last character) on UserGroups dropdown (when hover) only */
body.innerPage .innerPageWrapper.searchPage .fundRasing a:not(.topicLink):hover {
    text-decoration: none;
}

/* 10:59 2021-11-15 urdu page tab over introduction paragraph before, move it down */
body.innerPage .innerPageWrapper.searchPage #tab {
    float:left;
	clear:both;
}

	