.btnleft{
  text-align: left !important;
}

.text17{
  font-size: 17px;
}

.text20{
  font-size: 20px;
}
/* tfoot {
  display: table-header-group;
} */

#inviteToTestField,#arvInfoField,#vlInfoField,#cd4InfoField,#cd4ResultField,#vlResultField,#moredata,#lastHivTestField,#nextRetainField,#nextRetainTimeField,#riskscale,#riskscalepos{
  /* border-top:1px solid #333; */
  border-bottom:1px solid #333;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:15px;
}

.textwhite{
  color:white;
}

.retainSection{
  display: none;
}

.spaceDownTop{
  padding-top: 5px;
  padding-bottom: 5px;
}

#uicPullData,#uicPullDataReach{
  cursor: pointer;
}

#uicPullData{
  margin-left:5px;
}

/* hide scroll bar for consent form printThis */
/* #parentDIV::-webkit-scrollbar {
  display: none !important;
}
#consentPrintDiv::-webkit-scrollbar {
  display: none !important;
} */

#initCareHeader, #signatureConsent {
  display: flex;
  justify-content: space-between;
}

#consentHeader{
  display: flex;
  justify-content: space-between;
}

#headerItem1{
  /* width:170px;
  height:64px; */
  height:70px;
  /* flex:28; */
}
#headerItem2{
  text-align: center;
  font-size: 22px;
  flex:24;
}
#headerItem3{
  flex:38;
  /* width:168px; */
  height:70px;
  text-align:right;
  font-size:0.85em;
  /* padding-top:10px; */
}
#headerItem4{
  flex:10;
  /* width:168px;
  height:70px; */
}

#uicRow{
  display : flex;
  justify-content: space-between;
}
#codeBox{
  /* flex:30; */
  display : flex;
  align-items: flex-end;
}
#nameRow, #kpRow, #healthRow, #hivRow, #tphaRow, #retainDate, #artRow1{
  display : flex;
}

#nameRowItem1{
  flex:2;
}
#nameRowItem2{
  flex:3;
}
#nameRowItem3{
  flex:2;
}
#nameRowItem4{
  flex:2;
}
#nameRowItem5{
  flex:3;
}


#kpRowItem1{
  flex:18;
}
#kpRowItem2{
  flex:42;
}
#kpRowItem3{
  flex:25;
}
#kpRowItem4{
  flex:65;
}


#healthRowItem1{
  flex:20;
}
#healthRowItem2{
  flex:20;
}
#healthRowItem3{
  flex:50;
}


#hivRowItem1{
  flex:45;
}
#hivRowItem2{
  flex:75;
}
#hivRowItem3{
  flex:10;
}
#hivRowItem4{
  flex:10;
}

#tphaRowItem1{
  flex:6;
}
#tphaRowItem2{
  flex:6;
}
#tphaRowItem3{
  flex:1;
}
#tphaRowItem4{
  flex:1;
}

#codeBoxItem1{

}
#codeBoxItem2{

}
#codeBoxItem3{

}


#returninfo1Item1{
  /* margin-left: 15px; */
}

#clientSignature{
  flex:1;
}
#staffSignature{
  flex:1;
}

.spaceDIV{
  margin-top: 10px;
}

#consentPrintDiv{
  position:relative;
}

#absoluteDIV{
  position: absolute;
  left:400px;
  top:900px;
}

#retainVersion{
  display:flex;
  position: absolute;
  left:30px;
  top:980px;
}

#vertifyStaff{
  position:absolute;
  top:900px;
  left:60px;
}

#coverVersion{
  position:absolute;
  top:740;
  left:40;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active in <2.1.8 */

{
  opacity: 0
}