html *
{
   /*font-size: 13px !important;*/
   font-family: Arial, Helvetica, sans-serif !important;
}
label, table, th, td, .form-control, i.text-muted{
	font-size: 13px !important;
}
.modal-dialog.my-modal {
    max-width: 800px;
}
fieldset {
	border: 1px solid #ddd !important;
	margin: 0;
	min-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
	padding-left:10px!important;
}	

legend{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 0px; 
	width: auto; 
	border: 1px solid #ddd;
	border-radius: 4px; 
	padding: 5px 10px; 
	background-color: #ffffff;
}

.scroll-h {
    overflow-x: auto;
}

.tbl-fixed-col, .tbl-fixed-col td:first-child, .tbl-fixed-col th:first-child{
  	position:sticky;
  	left:0px;

}
.tbl-fixed-col td:first-child{
	background-color: #FFFFFF;
	background-clip: padding-box;
}

.table .thead-dark th{
	border: 1px solid grey;
	background-clip: padding-box;
}

#dttblDrug tr:hover td{
	background-color: #ccc;
	border: 1px solid grey;
	background-clip: padding-box;
}
#modalMedDRA .modal-content, #modalWHOScale .modal-content, #modalNaranjoScale .modal-content{
	background-color: #d1e9ff; 
	min-height: 450px;
}
.modal-body{
	max-height: calc(100vh - 200px);
    overflow-y: auto;
}

#modalWHOScale .modal-content .table-bordered th, .table-bordered td,
#modalNaranjoScale .modal-content .table-bordered th, .table-bordered td {
    border: 1px solid #000;
}
#modalNaranjoScale .modal-dialog.my-modal {
    max-width: 1000px;
}
.tblDrugVer, .tblParentDrugVer, .tblPastDrugVer{ display: none}
.ipCtrlMedDRA{ pointer-events:none; background-color: #e9ecef;}
.sortColumn{ cursor: pointer;}
.hide-column{ display: none;}
#modalR2R3Conversion .modal-dialog.my-modal {
    width: 85%;
	max-width: 85%;
}
td a{
	cursor: pointer;
}
#dttblDrugRecurrenceDefault{
	display: none;
}