.wrapperDiv{
	background				: #FFFFFF;
}

.wrapperDiv .popupHeader {
	background				: #5E71B4;	
	height					: 38px;
	margin					: 0px 0px 0px 0px;
    width					: 100%;
    line-height				: 20px;
}

.wrapperDiv .popupHeaderText{
	font-family				: Arial; 
	opacity					: 100%;
	font-size				: 16px;
	font-weight				: bold;
	color					: #FFFFFF;
  	padding					: 9px 0px 0px 16px;
	margin					: 0px 0px 0px 0px;
    width					: 100%;
}

.wrapperDiv .popupInfoBar{
	background				: #EEEEEE;
	height					: 32px;
	display					: flex;
  	align-items				: center
}

.wrapperDiv .popupInfoBarText{
	font-family				: Arial; 
	opacity					: 100%;
	font-size				: 14px;
	color					: #333333;
	padding					: 7px 0px 0px 28px;
}

.popupIcnHelp {
	background: url(../../images/theme1/icnHelpRevPopUp_20.png);
}

.wrapperDiv .popupBody{
	background				: #FFFFFF;
	font-family				: Arial; 
	opacity					: 100%;
	font-size				: 14px;
	color					: #666666;
/* 	text-align				: justify; */
	padding-top				: 0.5%;
	border					: 0px; 	
}

.popupBody .formStructure table tr{
	/* margin-bottom			: 4px; */
	/* 	line-height				: 28px; */
	height						: 28px;				
}

.popupBody .formStructure table th, .popupBody .formStructure table td{
	font-family				: Arial; 
	opacity					: 100%;
	font-size				: 13px;
	/* line-height				: 24px; */
	/* text-align				: justify; */ /* Commented while EOB Pop Up By Tejas */
	padding-left			: 16px;
	color					: #666666; 
	border					: 0px;
}
/* all form fields css should start here like textarea*/
.popupBody .formStructure table input[type="text"] {
	line-height				: 24px;
	height					: 24px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
}
/*EMRENH0355: Changes done by Shahu and reviewed by Suvarna on 24-JUN-2019.*/
.popupBody .formStructure table input[type="password"] {
	line-height				: 24px;
	height					: 24px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	/* font-family				: Arial; */ 
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
}

.popupBody .formStructure table select {
	line-height				: 24px;
	height					: 24px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
}
.popupBody .formStructure table textarea {
	
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
}
/* all form fields css should end here */

.popupBody .formStructure table textarea {
	
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
}

.popupBody .dataTableHeader table tr{
	margin-bottom			: 4px;
}

.popupBody .dataTableHeader table td{
	line-height				: 32px;
	background				: #7C88B9;
	padding-left			: 6px;
	padding-right			: 6px;
	font-family				: Arial;
	font-weight				: bold; /* Added while EOB Pop Up By Tejas */
	color					: #FFFFFF;
	font-size				: 12px;
	border-left 			: 1px solid #ffff;
}

.popupBody .dataTableHeader td:first-child {
	border-left 			: 0px;
}

.popupBody .dataTable table td, .popupBody .dataTable table th{
	font-family				: Arial; 
	/*opacity				: 87%;*/ /* Changes done by Tejas Reviewed by Sameer for Sugar #295126  */
	font-size				: 14px;
	line-height				: 24px;
	/* text-align				: justify; */ /* Commented while EOB Pop Up By Tejas */
	padding-left			: 2px;    
	padding-right			: 2px;	/* Added while EOB Pop Up By Tejas */
	color					: #666666;
	border-left 			: 1px solid #ffff;
	border-bottom			: 1pt solid #dadde1; /* Added while EOB Pop Up By Tejas confirmed by Pratibha and Shashank */
}

.popupBody .dataTable td:first-child {
	border-left 			: 0px;
}

.popupBody .dataTable tr {
	height 					: 24px;
}

.popupBody .dataTable table input[type="text"] {
	line-height				: 22px;
	height					: 22px;
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
}

.popupBody .dataTable table select {
	line-height				: 22px;
	height					: 22px;
	font-size				: 14px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	color					: #333333;
	padding					: 0px 2px 0px 2px;
}
.popupBody .dataTable table select[disabled] {
	line-height				: 22px;
	height					: 22px;
	font-size				: 14px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	color					: #333333;
	padding					: 0px 2px 0px 2px;
	background-color		: #CCCCCC;
}

.popupBody .dataTable tr:nth-child(even) {
    background				: #ffffff;
}

.popupBody .dataTable tr:nth-child(odd) {
    background				: #ffffff;
}

/* Modified on 5 May 2023 by Omkar  and reviewed by Suvarna to convert old to new UI. */
.popupBody .dataTableHeaderLeftField  table tr{
	margin-bottom			: 4px;
}

.popupBody .dataTableHeaderLeftField table td{
	line-height				: 27px;
	background				: #7C88B9;
	padding-left			: 6px;
	padding-right			: 6px;
	font-family				: Arial;
	font-weight				: bold;  
	color					: #FFFFFF;
	font-size				: 12px;
	border-left 			: 0px solid #ffff;
	text-align				: left;
}

.popupBody .dataTableHeaderLeftField td:first-child {
	border-left 			: 0px;
}

.popupBody .dataTableleftField table td, .popupBody .dataTableleftFild table th{
	font-family				: Arial; 
	font-size				: 14px;
	line-height				: 24px;
	padding-left			: 2px;    
	padding-right			: 2px;	 
	color					: #666666;
	border-left 			: 1px solid #ffff;
	border-bottom			: 1pt solid #dadde1;  
	text-align				: left;
}

.popupBody .dataTableleftField td:first-child {
	border-left 			: 0px;
}

.popupBody .dataTableleftField tr {
	height 					: 24px;
}
.popupBody .dataTableleftField table input[type="text"] {
	line-height				: 22px;
	height					: 22px;
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
}

.popupBody .dataTableleftField table select {
	line-height				: 22px;
	height					: 22px;
	font-size				: 14px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	color					: #333333;
	padding					: 0px 2px 0px 2px;
}
.popupBody .dataTableleftField table select[disabled] {
	line-height				: 22px;
	height					: 22px;
	font-size				: 14px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	color					: #333333;
	padding					: 0px 2px 0px 2px;
	background-color		: #CCCCCC;
}

.popupBody .dataTableleftField tr:nth-child(even) {
    background				: #ffffff;
}

.popupBody .dataTableleftField tr:nth-child(odd) {
    background				: #ffffff;
}
/*  */

span.calIcnInsideTextbox {
	margin-left				: -25px; 
	margin-top				: 2px;
}

.icnCalendar16 {
	background				: url(../../images/theme1/icnCalendar16.png) no-repeat;
}


.bizPopupHeader {
	font-family: Arial;
	font-weight: bold;
	line-height: 32px;
}
.close
{
	background: url(../../images/theme1/img_close24.png) no-repeat;
	cursor : pointer;
    border: 0px;
    cursor: pointer;
    display: block;
    height: 24px;
    width: 24px;
    margin-right: 12px;
}

.manageFilterDiv {
	width: 636px;
	height: 341px;
    margin: 0px;
    padding: 0px;
    border: 2px solid #999;
    border-radius: 4px;
    position: absolute;
    background-color: #fff;
    z-index: 200;
}

.addNewButtonnor{
	background: url(../../images/theme1/icnAddNew.png) no-repeat ;
	border : none;
	cursor: pointer;
	display: inline-block;
	height : 24px;
	vertical-align: middle;
	width : 24px;
}
.addNewButtondn{
	
	background: url(../../images/theme1/icnAddNewDn.png) no-repeat ;
	border : none;
	cursor: pointer;
	display: inline-block;
	height : 24px;
	vertical-align: middle;
	width : 24px;
}
input[type='button'].icntick{
	margin-bottom: 3px;
}

.homeDashboardLabel {
	display: inline-block;
	border: 0px;
	height: 32px;
	width: 100px;
	vertical-align: middle;
	cursor: pointer;
 	background: url(../../images/img_menu24.png) no-repeat 0 50%;
}
.homeDashboardLabel:before {
	content: "Dashboard";
  	color: #2b3e5e;
  	font-weight: normal;
  	vertical-align: middle;
  	margin-left: 20px;
}
/* Buttons Section Start */

input[type='button'].icon20 {
	width					: 20px;
	height					: 20px;
	border					: none;
	vertical-align			: middle;
	background-size			: auto;
	background-origin		: padding-box;
	background-clip			: border-box;
	background-color		: transparent;
	background-attachment	: scroll;
	margin-right			: 10px;
	background-repeat		: no-repeat;
}

input[type="button"] {
	-webkit-appearance		: none;
}

.btnCss{
	font-family				: bold Arial; 
	height					: 28px;
	min-width				: 80px;
	border-radius			: 2px;
	font-size				: 14px;
	color					: #5E71B4;
	
}

.primaryBtnCss{
	background				: #5E71B4;
	border					: 2px solid #5E71B4;
	color					: #FFFFFF;
	cursor					: pointer;
}

.primaryBtnDisCss{
	 background				: rgba(94,113,180,0.34);
	 border					: 2px solid #5E71B4;
	 color					: #FFFFFF;
	 cursor					: not-allowed;
}

.primaryBtnCss:hover {
  	background				: #394C91;
  	border					: 2px solid #394C91;
	text-align				: center;
  	color					: #FFFFFF;
  	cursor					: pointer;
}

.secBtnCss{
	background				: #FFFFFF;
	border					: 2px solid #5E71B4;
	color					: #5E71B4;
	cursor					: pointer;
}

.secBtnDisCss{
	background				: #FFFFFF;
	border					: 2px solid #C9CFE6;
	cursor					: not-allowed;
	color					: #5E71B4;
}
.priBtnDisCss{
	background: #c8cfe5;
    border: 2px solid #5e71b4;
    color: #ffffff;
    cursor: not-allowed;
}

.secBtnCss:hover {
  	background				: #D5DAEC;
	border					: 2px solid #5E71B4;
	color					: #5E71B4;
  	cursor					: pointer;
}

.smallBtnCss{
	background				: #8595B1;
	border					: 1px solid #394C91;
	color					: #FFFFFF;
	cursor					: pointer;
	height					: 20px;
	min-width				: 60px;
}

.smallBtnDisCss{
	background				: #D4D4D4;
	border					: 1px solid #BBBBBB;
	cursor					: not-allowed;
	height					: 20px;
	min-width				: 60px;
}

.smallBtnCss:hover {
  	background				: #70809D;
	border					: 1px solid #394C91;
	color					: #FFFFFF;
  	cursor					: pointer;
  	height					: 20px;
	min-width				: 60px;
}

/* Buttons Section End */

.popupFooter{
	background				: #FFFFFF;
	height					: 44px;
}

.divider{
	border-top				: 1px solid #E0E0E0;
}

.containerForHTMLTable{
	border					: 1px solid #E0E0E0;
	margin					: 0px 5px 0px 5px;
}

.htmlWrapperCss{
	padding					: 0px 10px 0px 10px;
	margin					: 0px 5px 0px 5px;
}

.htmlWrapperHeaderCss{
	padding					: 3px 0px 5px 12px;
}

fieldset {
	border-color			: #99999; 
	border-width			: 2px; 
	border-style			: solid;
	font-family				: Arial; 
	font-size				: 14px;
	font-weight				: bold; 	
	color					: #666666;
}

input[type='button'].icon16{
	margin-bottom: 3px;
}

input[type='button'].dis16 {
	cursor: not-allowed;
	background-position-x: 0px; 
	background-position-y: -32px;
}

/* PREVIEW ICON */
.preview_icon{
	width : 20px;
	height : 20px;
	border : none;
	background : #7A93C9;
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 5px;
}
.preview_icon_nor{
	background : url('../../images/icon_preview.png') no-repeat 0 0;
	cursor : pointer;
}
.preview_icon_dis{
	background : url('../../images/icon_preview.png') no-repeat 0 -40px;
	cursor : not-allowed;
}
.preview_icon_nor:hover {
	background : url('../../images/icon_preview.png') no-repeat 0 -20px;
	/* border : 1px solid #8A8A8A ; */
	cursor : pointer;
}
.actionButtonSmall {
	color: #ffffff;
  	border: 1px solid #7c88b9;
  	border-radius: 3px;
  	height: 22px;
  	width: 55px;
  	margin-right: 10px;
}   
   
.deletableBlock table td.blank {
	width: 1px;
	background-color: white;
	margin: 0px;
	padding: 0px;
}

.deletableBlock {
	background-color: #5a6aa7;
	width:150px;
	height: 23px;
	float:left;
  	cursor: pointer;
  	margin: 0px 0px 0px 10px;
  	padding: 0px;
  	vertical-align: middle;
  	border-radius: 3px;
}

.patient_blukClaim{
	padding: 0px 5px 0px 5px;
	padding-left: 16px;
	max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

form {
     margin-bottom: 0px !important;
}

/* for Sort Start */
.popUpTableHeadFilter {
	display: inline-block;
    height: 28px;
    width: 24px;
    vertical-align: middle;
    float: right;
}
.popUpTableHeadSort {
	background: url(../../images/img_sort_applicable24.png) 0px 50% no-repeat;
	opacity: 0.5;
}
.popUpTableHeadSortAsc {
	background: url(../../images/img_sort_asc24.png) 0px 50% no-repeat;
}
.popUpTableHeadSortDesc {
	background: url(../../images/img_sort_desc24.png) 0px 50% no-repeat;
}
/* for Sort End */

.icnZoomIn20 {
	background : url(../../images/zoom_attach_icon.png) no-repeat;
}
.icnZoomOut20 {
	background : url(../../images/zoom_out_attach_icon.png) no-repeat;
}

.pagination-first {
	background: url(../../images/pagination-first.png) no-repeat;
}
.pagination-last {
	background: url(../../images/pagination-last.png) no-repeat;
}
.pagination-next {
	background: url(../../images/pagination-next.png) no-repeat;
}
.pagination-previous {
	background: url(../../images/pagination-previous.png) no-repeat;
}
.paginationBtn {
	height:  28px;
	width:  28px;
}
/* Remove Outline border from div tag */
div
{
outline:none !important;	
}
.selrowdet {
	background: #D2D2D2;
}
/* for Sort End */
.pop_bizTabs ul {
border-bottom: 2px solid #171717;
font-family: Arial;
font-weight: bold;
height: 30px;
list-style: none;
margin: 0px 10px;
padding: 5px 0px 0px 0px;
text-align: center;
}
.pop_bizTabs ul li:first-child {
margin-left: 10px;
}
.pop_bizTabs ul li {
background-color: #fff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #666666;
color: #171717;
cursor: pointer;
float: left;
line-height: 29px;
margin-right: 1px;
overflow: hidden;
position: relative;
width: 130px;
}
.pop_bizTabs ul li:hover {
background-color: #ffffff;
}
.pop_bizTabs ul li.active {
background-color: #efefef;
border-top: 6px solid #ff0000 !important;
border-bottom: 1px #171717;
color: #171717;
cursor: auto;
line-height: 24px;
}
.pop_bizTabs ul li.disabled {
background-color:#eeeeee;
color:#bdc0bf;
cursor: not-allowed;
}
.pop_bizTabs ul li.nonTabArea {
   background: transparent;
border: 0;
cursor: auto;
width: auto;
height: 30px;
}
.pop_bizTabs div.tabContents {
display: block;
margin: 0px;
padding: 0px;
width: 100%;
   float: left;
   margin-top: -1px;
}
.pop_bizTabs div.tabContents div.tabContainer {
padding: 0px 10px 6px 10px;
margin: 0px;
overflow:hidden;
}
.pop_bizTabs div.tabContents div.tabContainer div.tableHead, div.tableData {
margin: 0px;
overflow:hidden;
padding: 0px;
}
.smallBlueDiv
{
padding: 0px 5px 0px 5px;
padding-left: 16px;
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}

input[type='button'].icon16 {
	width : 16px;
	height : 16px;
	border : none;
	vertical-align: middle;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: transparent;
	background-attachment: scroll;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	/* background-repeat: repeat; */
}

.icnSearch16 { /*searchbut OR searchButton*/
	background : url(../../images/theme1/icnSearch16.png) no-repeat;
}
.icnAdd16 {
	background : url(../../images/theme1/icnAdd16.png) no-repeat;
}
input[type='button'].nor16 {
	cursor: pointer;
	background-position-x: 0px; 
	background-position-y: 0px; 
}
input[type='button'].nor16:HOVER {
	cursor: pointer;
	background-position-x: 0px; 
	background-position-y: -16px;
}
input[type='button'].dis16 {
	cursor: not-allowed;
	background-position-x: 0px; 
	background-position-y: -32px;
}
.button16 {
	width : 16px;
	height : 16px;
	border : none;
	vertical-align: middle;
}
.search16Nor {
	background : url(../../images/theme1/icnSearch16.png) no-repeat;
	cursor: pointer;
	position:relative; left: 20px;
}

.associatelettertolabel{
	display: block;
	border : solid;
	border-width :  thin;
	height : 17px;
	padding : 1px;
	background-color: #CCCCCC;
	color: #333333;
}
/* 433428: Added by Smruti on 11-July-23 and reviewed by Suvarna for old to new UI in spring: set font-size:13px*/
.popupBody .formStructure13 table tr{
	height						: 28px;				
}

.popupBody .formStructure13 table th, .popupBody .formStructure13 table td{
	font-family				: Arial; 
	opacity					: 100%;
	font-size				: 13px;
	color					: #666666; 
	border					: 0px;
}

/* all form fields css should start here like textarea*/
.popupBody .formStructure13 table input[type="text"] {
	line-height				: 24px;
	height					: 24px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
}

.popupBody .formStructure13 table input[type="password"] {
	line-height				: 24px;
	height					: 24px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	/* font-family				: Arial; */ 
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
}

.popupBody .formStructure13 table select {
	line-height				: 24px;
	height					: 24px;
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
	text-overflow			: ellipsis;
}
.popupBody .formStructure13 table textarea {
	border					: 1px solid #CCCCCC;
	border-radius			: 3px;
	padding					: 0px 2px 0px 2px;
	font-family				: Arial; 
	font-size				: 14px;
	color					: #333333;
}
 // Added by Omkar on 13 Sup 2023 and reviewed by Suvarna to convert old to new UI Legends Pop up.

.notWorkingAppt { 
	BACKGROUND-COLOR: #DDDDDD; 
}
.defaultApptAvailable { 
	BACKGROUND-COLOR: #D7EBFF; 
	cursor: pointer; 
}
.patientApptBooked { 
	BACKGROUND-COLOR: #FFFFE0; 
}
.nonPatientApptBooked { 
	BACKGROUND-COLOR: Aqua; 
}
.blockedAppt {
	BACKGROUND-COLOR: #464646;
}
.holidayVacationAppt {
    BACKGROUND-COLOR: #FFA1A1;
}
.readonly {
	background-color: #eee;
}
/* Added by deepak for delete icon on patient selection */
/* .deletableBlock {
	background-color: #e9e9e9;
	width:150px;
	height: 23px;
	float:left;
  	cursor: pointer;
  	margin: 0px 0px 0px 10px;
  	padding: 0px;
  	vertical-align: middle;
  	border-radius: 3px;
} */
.deletableBlock table {
	border: 0px;
	width: 100%;
	height: 23px;
	table-layout: fixed;
}
.deletableBlock table td.icons {
	width: 10%;
}
.deletableBlock table td.blank {
	width: 1px;
	background-color: white;
	margin: 0px;
	padding: 0px;
}
.deletableBlock table td.icnDelete {
	width: 12%;
	vertical-align: middle;
	text-align: center;
}
.deleteTest {
	width: 9px;
  	height: 9px;
  	border: none;
  	outline: none;
  	padding: 0px;
  	border-width: 0px;
  	background-color: transparent;
  	cursor: pointer;
}
.deleteTestNormalBulk {
	background: url(../../images/ordMgmtDeleteTestNormal1.png) no-repeat;
}
.deleteTestNormal {
	background: url(../../images/ordMgmtDeleteTestNormal.png) no-repeat;
}
.deleteTestDisable {
	background: url(../../images/ordMgmtDeleteTestNormal.png) no-repeat;
	cursor: not-allowed;
}
.deleteTestNormal:hover {
	background: url(../../images/ordMgmtDeleteTestHover.png) no-repeat;
}
.deleteTestSelected {
	background: url(../../images/ordMgmtDeleteTestSelected.png) no-repeat;
}
/* Attach icon with data */
.icon20Data {
	width: 20px;
    height: 20px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.icnAttachment20Data {
    background: url(../../images/theme1/icnAttachment20Data.png);
}
.iconSticky {
	width: 35px;
    height: 25px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.iconStickyData {
    background: url(../../images/Sticky_Notes.png) no-repeat;
}

.replyNor16 {
	background : url(../../images/reply.png) no-repeat 0 0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border: none;
	margin-top: -3px;
	mix-blend-mode: darken;
}
.replyNor16:hover {
	background:url(../../images/reply.png) no-repeat 0 0;	
	cursor: pointer;
}
.replyAllNor16 {
	background : url(../../images/reply_all.png) no-repeat 0 0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border: none;
	margin-top: -3px;
	mix-blend-mode: darken;
}
.replyAllNor16:hover {
	background:url(../../images/reply_all.png) no-repeat 0 0;	
	cursor: pointer;
}
.forwardNor16 {
	background : url(../../images/Forward.png) no-repeat 0 0;
	cursor: pointer;
	width: 22px;
	height: 22px;
	border: none;
	margin-top: -3px;
	mix-blend-mode: darken;
}
.forwardNor16:hover {
	background:url(../../images/Forward.png) no-repeat 0 0;	
	cursor: pointer;
}
.deleteNor16 {
	background : url(../../images/trash.png) no-repeat 0 0;
	cursor: pointer;
	width: 18px;
	height: 18px;
	border: none;
	/* margin-top: -3px;
	mix-blend-mode: darken;
	background-size: cover; */
}
.deleteNor16:hover {
	background:url(../../images/trash.png) no-repeat 0 0;	
	cursor: pointer;
	background-size: cover;
}
.newprintbut{
	width: 24px;
    height: 20px;
	border : none;
	cursor: pointer;
}
.newprintbut:hover
{
	width: 24px;
    height: 20px;
	border : none;
}
.tabSeparator{
    width: 1px;
    background-color: #949494;
    height: 20px;
    margin-left: 10px;
}
.headerIcon{
	margin-left: 10px;
	align-content: flex-end;
}
.headerPrintIcon{
	margin-left: 10px;
	align-content: flex-end;
}

.menuProps20{ 
    background: url(../../images/menuProps20.png) no-repeat;
    display: inline-block;
    border:none;
}
input::placeholder {
  font-style: italic;
}

/* .docsSearch { */
/* 	background: url(../images/theme1/ico-search.png) no-repeat 0 0; */
/* 	cursor: pointer; */
/* 	display: inline-block; */
/* 	height : 24px; */
/* 	vertical-align: middle; */
/* 	width : 24px; */
/* } */
/* all form fields css should end here */