/*
 *  Boston Scientific Confidential
 *  Copyright 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025 by Boston Scientific or its affiliates. All rights reserved.
 *
 *  @trace devicePresentation.view
 *  @trace Clinic.Device.View
 *  @trace Clinic.HelpContact.View
 *  @trace Clinic.BrowserCompatibility
 */

@import url("/static/css/dragon/commonHeader.css");
@import url("/static/css/dragon/commonFooter.css");
@import url("/static/css/dragon/standardForm.css");
@import url("/static/css/dragon/postage.css");
@import url("/static/css/dragon/images.css");
@import url("/static/css/dragon/reactStyle.css");
@import url("/static/css/dragon/notifications.css");
@import url("/static/css/dragon/dp/alert.css");
@import url("/static/css/dragon/jquery-ui-1.12.1-smoothness-custom.min.css");
@import url("/static/css/dragon/dataRow.css");
@import url("/static/css/dragon/additionalInfo.css");
@import url("/static/css/dragon/loginLogout.css");

body
{
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  color: #333333;
  margin: 0px;
  height:100%;
}

body, div, table, button
{
	font-family: Arial, sans-serif !important;
}

.symbol
{
  font-family: serif;
}

#wrapper
{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto;
}

#wrapper .border
{
  width: 980px;
  min-width: 980px;
  max-width: 980px;
  margin: 0px auto 0px;
}

#diagWrapper .diagBorder
{
  margin: 0px auto 0px;
}

.clinicHeader
{
  
}

#diagWrapper
{
  min-width: 1300px;
  margin: 0px auto 0px;
}

#contentBorder
{
  margin-bottom: 10px;
}

.diagBorder #contentBorder
{
	width: 1240px;
	margin: 0px auto 0px;
}

#pageTitle
{
    width: 100%;
    margin: 10px 0px 25px 0px;
}

#pageTitle .pageTitle
{
    font-size: 20px;
    font-weight: normal;
}

.diagTitle
{
	width: 1240px;
    margin: 0px auto 0px;
    font-size: 20px;
    font-weight: normal;
}

.diagTitle .pageTitle
{
	width: 1240px;
	margin: 10px auto 0px;
	display: inline-block;
}
.subHeaderBg
{
  width: 100%;
  background-color: rgb(232, 238, 239);
}

#subHeader
{
    margin-bottom: 0px;
}

.subHeaderDiv
{
  margin: 0px auto 0px;
}

#systemNotificationText
{
    width: 100%;
}

#systemNotificationButtons
{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 1%;
}

.printReportIcon
{
  display: inline-block;
  height: 20px;
  width: 21px;
  background: #ffffff url('/static/images/icons/icon_print.png') no-repeat top right;
}

.printReportLink
{
  display: inline-block;
}

.dataTableIconDisabled
{
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
}

.dataTableLinkDisabled
{
  color: gray;
}

.label
{
  position: relative;
  width: 20%;
  text-align: right;
  min-height: 21px;
}

.value
{
  position: relative;
  width: 80%;
  text-align: left;
  min-height: 21px;
}

/************* row data ************/
.row
{
  background-color: #FFFFFF;
}

.row_alt
{
  background-color: #EFEFEF;
}

/********* filters *********/
.horizontalList
{
  border:medium none;
  display:inline;
  list-style:none outside none;
  margin:0;
  padding:0;
  color:#111111;
  font-size:.935em;
  line-height:12px;
  padding:0;
  text-align:left;
}

.horizontalList li
{
  display:inline;
  margin:0;
}

.horizontalList span
{
  padding-left: 2px;
}

.horizontalList li div
{
  display:inline;
}

.dropDown
{
  line-height:12px;
  display:inline;
}

/* for dropdown label */
.dropDown div
{
  display:inline;
}

.dropDown select
{
  font-size:0.9em;
  line-height:12px;
}

/*---- Table Layouts -----*/
/* Taken from: http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ */

table
{
  border-collapse: collapse;
}

div.dataTableHeader
{
  width:100%;
  font-weight: bold;
  text-align: left;
  padding: 3px;
  display:table-header-group;
}

div.fiveColumnHeader
{  
  padding-top:4px;
  padding-bottom:4px;
  width:19.8%;
  background: #CECECE;
  display:table-cell;
}

div.sixColumnHeader
{
  padding-top:4px;
  padding-bottom:4px;
  width:16.5%;
  background: #CECECE;
}

div.fiveColumnCell
{
  width:19.87%;
  background-color:#E8EDFF;
  border-left:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  display:inline-block;
  empty-cells: show;
}

div.sixColumnCell
{
  width:16.5%;
  background-color:#E8EDFF;
  border-left:1px solid #FFFFFF;
  border-top:1px solid #FFFFFF;
  display:inline-block;
}

/* for display Tag tables */
.pagebanner
{
  width: 100%;
  text-align: right;
}

.pagebanner span
{
  margin-right: 5px;
}

.hyperLinksAlignment
{
	padding-right:10px;
}

.noPaginationLinks
{
    padding-bottom: 20px;
}

.tablePageNavigate
{
  width: 100%;
  text-align: right;
  margin-bottom: 5px;
  padding-right: 5px;
}

.tablePageNavigate a
{
  margin-right: 5px;
}

#patient_list_nav_previous, #patient_list_nav_last
{
  margin-right: 10px;
}

.dataTable
{  
  border-collapse: collapse;
  padding-bottom: 5px;
  font-size: 1.0em;    
  width:100%;
}

.dataTable th
{
  background-color:#FFFFFF;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid white;  
  padding: 5px;
}

.dataTable tr.odd
{
  background-color:#F7F7F7;
}

.dataTable tr.even
{
  background-color:#FFFFFF;
}

.dataTable td
{
  padding-left: 2px;  
}

#logHistoryEntry td
{
  padding-left: 2px; 
  padding-right: 10px; 
}

.twoRows
{
  height: 34px;
}

.pagelinks
{
  display: none;
}

.noDataAvail
{
  font-weight: bold;
  font-style: italic;
}

.cleanTable
{
  width:100%;
}

.cleanTable tr:hover td
{
  background: none;
}

.cleanTable td
{
  border:0px;
  background-color:#FFFFFF;
  border-collapse: collapse;
}

.firstColumnOfOne
{
  width: 100%;
  clear: left;
}

.firstColumnOfTwo
{
  width: 49%;
  clear: left;
  float: left;
}

.secondColumnOfTwo
{
  width: 49%;
  clear:right;
  float:right;
  margin-left:1%;
}

.firstColumnOfThree
{
  margin-left: 0.5%;
  width: 32.5%;
  clear: left;
  float: left;
}

.secondColumnOfThree
{
  margin-left: 0.5%;
  width: 32.5%;
  float: left;
}

.thirdColumnOfThree
{
  margin-left: 0.5%;
  margin-right: 0.5%;
  width: 33%;
  float: left;
}

.atrial
{
  padding-left: 20px;
  background: url('/static/images/icons/AIcon_Plain.svg') no-repeat center left;
  font-weight: bold;
  color: #396BA5;
}

.rightVentricular
{
  padding-left: 20px;
  background: url('/static/images/icons/RVIcon_Plain.svg') no-repeat center left;
  font-weight: bold;
  color: #8C0063;
}

.leftVentricular
{
  padding-left: 20px;
  background: url('/static/images/icons/LVIcon_Plain.svg') no-repeat center left;
  font-weight: bold;
  color: #DF4F30;
}

.shock
{
  padding-left: 20px;
  font-weight: bold;
  color: #009933;
  padding-bottom: 1px;
  text-align:left;
}

.SSI
{
  visibility: hidden;
  cursor: default;
}

.errorText
{
  text-align:center;
  font-weight:bold;
  color:#FF0000;
  font-style:italic;
}

.boldText
{
  font-weight: bold;
}

/* Navigation Styles */
ol#navList
{
  height: 16px;
  list-style: none;
  border-bottom:1px solid #000000;
  position: relative;
  padding-left:10px;
  padding-top: 15px;
  width:970px;
  font-weight: bold;
  box-sizing: content-box;
}

ol#navList li
{
  float: left;
}

ol#navList a
{
  color: #000000;
  float: left;
  text-decoration: none;
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-bottom:1px solid #000000;
  position:relative;
  top:-13px;
  padding-left:3px;
  padding-right:20px;
  min-width:85px;
  background-color:#F7F7F7;
  line-height:2em;
}

ol#navList li#lastTab a
{
  border-right:1px solid #000000;
}

ol#navList li.falseTab a:hover
{
  background-color: #D8D8D8;
}

ol#navList li.trueTab a
{
  background-color:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

ol#navList li.trueTab a
{
  color: #000000;
  cursor: default;
}

.trueYellowStatusIcon
{
  display: inline-block;
  height:17px;
  background: url('/static/images/icons/icon_caution.svg') no-repeat top left;
  padding-left: 26px;
}

a img
{
  border: none;
  vertical-align: middle;
}

/* for scrolling graphs */
.graphLabelSpacer
{
  clear: left;
  float: left;
  width: 200px;
}

.graphs
{
  float: left;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 710px;
}

.svgobj
{
  border: none;
}

.note
{
  font-style:italic;
  font-size: 11pt;
  margin-bottom: 15px;
}

.smallnote
{
  font-style:italic;
  font-size: 9pt;
  margin-top: 15px;
}

.troubleshootingNote
{
  font-style:italic;
  font-size: 11pt;
  margin: 5px 8px 0px 15px !important;
}

/* Hide an element */
.hiddenElement
{
  display: none;
}


/* Reset the float to clear both */
.resetFloat
{
  clear: both;
}

/* Alert Severity Icon */
.red_alert_severityIcon
{
  display: inline;
  background: url('/static/images/icons/red-flag-small.svg') no-repeat top left;
}

.yellow_alert_severityIcon
{
  display: inline;
  background: url('/static/images/icons/yellow-flag-small.svg') no-repeat top left;
}

.alertNotificationFlag
{
  padding-right:5px;
  width: 14px;
}

.alertNotificationText
{
  padding-bottom:2px;
}

.reportMenuDescription
{
  font-size:11px;
  font-style:italic;
  margin: 5px 0px 0px 25px;
}

.searchBox
{
  border: 1px solid black;
  margin-bottom: 25px;
  padding: 15px;
}


.subSection
{
  margin-bottom: 0px !important;
}

.captchaBox {
  padding: 5px;
  width: 215px;
}

#monitoringStatusMessage
{
  padding: 10px 10px 0px 10px;
}

.clinicTransferBox
{
  border: 1px solid black;
  margin: 5px 20px 15px 0px;
  padding: 0px 10px 10px 10px;
}

#patient th, #clinician th, #clinic th
{
  background-color: #ECECEC;
}

#patient_exactMatch, #clinician_exactMatch, #clinic_exactMatch
{
  text-align: center;
  margin-top: 30px;
}

#clinician_exactMatch
{
  margin-top: 80px;
}

/* Embed Device Presentation Pages */
#deviceWrapperArea
{
  margin: 0 10px 0 10px;
  height:auto !important;
  margin: 25px auto -20px;
  min-height:100%;
}

#devicePresentationWrapper
{
  margin: 0px auto 0px;
  width: 980px;
}

.sectionLogLink
{
  float: right;
}

.unenrollButton
{
  direction: rtl;
}

.sectionLogLink a:link
{
  color: blue;
}

#sectionLogView
{
  margin: 0px auto 0px;
  width: 95%;
}	

#opsHistoricReviewArea
{	
	clear: both;
	width:700px;
	text-align:center;
}

/* Troubleshooting guide */

#mainTitle
{
	padding-top:20px;
}

#troubleShootingHeader
{
  color: #000000;
  text-align: left;
  display:inline-block;
}

#tableHeader
{
  font-weight: bold;
  padding:10px;
  border-bottom-width: 1px;
  display:inline-block;
  
}

#tableData
{
	padding:10px;
	display:block;
	background-color:#F7F7F7;
}

#troubleShootingHeader .troubleShootingAddtlInfo
{
	width:324px; 
	vertical-align: middle;    
	display:inline-block; 	
}

#troubleShootingHeader .troubleShootingDataCell
{
    width:215px;
    vertical-align: middle;
    display:inline-block;
}

.tsPatientApplicationInfo-label {
  padding-right: 1em;
}

#tsPIISection span
{
    padding-right:5px;
}

#tsPIILabel
{
	text-decoration:underline;
}

#tsPII
{
	padding-right: 3em;
}

#tsCommunicatorSection
{
	padding-top:5px;
}

#tsCommunicatorSection span
{
	padding-right:5px;
}

#tsCommunicatorLabel, #tsMyLatPatAppLabel
{
	text-decoration:underline;
}

#tsCommunicatorSerialValue
{
	padding-right: 3em;
}

#editPatientEquipmentLinkId, #viewPatientProgrammingConfigLinkId, #editScheduleAlertLink
{
    color: #007db3;
}


/* This ID is used only for reading height/width for sizing the dialog.  */
#troubleShootingDialogTemplate
{
	width:850px;
	height: 400px;	
}

#troubleShootingMainDiv
{
	width:992px;
}

.tsHeaderBold
{
	font-weight:bold;
}

.levelOneLinkContent
{
	padding-left:20px;
}

.tsSimpleBorder
{
	border: 1px solid black;
	padding:1em;
}

.toggler
{
	
	text-decoration: none;
}

.togglerClosed
{
	padding-left:14px;
	background: url('/static/images/icons/plusIcon.png') no-repeat top left;
}

.togglerOpened
{
	padding-left:14px;
	background: url('/static/images/icons/minusIcon.png') no-repeat top left;
}

.togglerTarget
{
	display:none;	
	padding-bottom:1em;
}

.alphaListType
{
	list-style-type: lower-alpha;	
}

#imagePreviewer{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	text-align:center;
	z-index:1000;
}

/* Help/Contact Styles */
.countryTitle
{
  color:#003F77;
  font-weight: bold;
  margin-left:10px;
  margin-top:10px;
}

.contactAddress
{
  margin-left:10px;
}

.sectionHeader
{
  width: 100%;
  font-weight: bold;
  margin: 20px 0px 20px 0px;
  padding-left: 0px;
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  min-width: 1240px;
}

.sectionHeaderNoBorder
{
  width: 100%;
  margin: 30px 0px 20px 0px;
  padding-left: 0px;
  text-align: left;
  clear: both;
}

.pageHeader
{
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 10px;
}

.sup
{
  vertical-align: super;
}

.indentSection
{
  margin-left: 25px;
  line-height: 23px;
}

.customerSupportLabel
{
  margin-left: 15px;
  margin-top: 20px;
  font-weight: normal;
  font-size: 15px;
}

.faxLabel
{
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 15px;
}

.leftColumnOfCustomerSupport
{
  width: 55%;
  margin-left: 0.5%;
  margin-right: 0.5%;
  font-weight: normal;
  font-size: 15px;
}

.autoSplitInTwoColumnsHelpContact
{
    display: inline-block;
    justify-content: space-between;            
    width: 35em;
    margin-top: 0.5em;
    vertical-align: top;
}

.rightColumnOfCustomerSupport
{
  width: 45%;
  font-weight: normal;
  font-size: 15px;
  margin-left:0.5%;
  margin-right:0.5%;
}

.rightColumnOfFax
{
  clear:right;
  float:right;
  font-weight: normal;
  font-size: 15px;
  margin-left:0.5%;
  margin-right:0.5%;
  width:30%;
}

.closeWindowButton
{
  margin-left: 40%;
  margin-top: 38px;
  font-weight: bold;
  font-size: 16px;
  clear: both;
  float: left;
}

/* The style specifies the help contact div in system unavailable pages. */

/* CSS to automatically divide country contact entries in two columns */
.autoSplitInTwoColumns
{
	padding: 2em 1em;
    line-height: 1.6em;
    width: 55em;
    -moz-column-count: 2;  /* Firefox */
    -moz-column-gap: 2em;  /* Firefox */
    -webkit-column-count: 2;  /* Chrome, Safari, Opera */
    -webkit-column-gap: 2em;   /* Chrome, Safari, Opera */
    column-count: 2;  /* Other web browsers */
    column-gap: 2em;  /* Other web browsers */
}

/* For spacing between country name & contact number */
.autoSplitInTwoColumns div {
    display: flex;
    justify-content: space-between;	
}

/* Used by ajax binding function to show hourglass cursor 
*  see common.js
*/
html.busyCursor, html.busyCursor * {  
  cursor: wait !important;  
}

.fakelink
{
  color: blue;
  text-decoration: underline;
}

table th:lang(ja)
{
  white-space: nowrap;
}

.busSysMsgSmallCell
{
  width:25%;
  float:left
}

.busSysMsgMediumCell
{
  width:45%;
  float:left
}

.busSysMsgFixButton
{
    width:10%;
    float:left;
    padding-top:90px;
}
.busSysMsgTextArea
{
    width: 100%;
    height: 180px;
}
@media screen and (min-width : 1224px) {
  .graphs::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
  }

  .graphs::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
  }

  .tableValues::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
  }

  .tableValues::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
  }
}

.communicator_6290
{
  background-image: url('/static/images/icons/jaguar.png');
}

.communicator_6280
{
  background-image: url('/static/images/icons/jaguar.png');
}

.communicator_6288
{
  background-image: url('/static/images/icons/jaguar.png');
}

.communicator_6420
{
  background-image: url('/static/images/icons/g2wanded.png');
}

.communicator_6443
{
  background-image: url('/static/images/icons/bobcat.png');
}

.communicator_6468
{
  background-image: url('/static/images/icons/g2.png');
}

.communicator_6476
{
  background-image: url('/static/images/icons/g2.png');
}

.communicator_6496
{
  background-image: url('/static/images/icons/g2.png');
}

.communicator_6498
{
  background-image: url('/static/images/icons/jaguar.png');
}

.communicator_6774
{
  background-image: url('/static/images/icons/lynx_comm.svg');
}

.communicator_2921, .communicator_2931
{
  background-image: url('/static/images/icons/mobile_monitor.svg');
}

.communicator_ICM-BSC-Android
{
  background-image: url('/static/images/icons/mobileMonitor.png');
}

.header
{
  font-weight: bold;  
  text-align: center;
  margin-top: 1px;
  background-color:#D8D8D8;
  margin-bottom: 2px;
}

.deviceSettingsParamField .sicdParamLabel
{
  float: left;
  text-align: left;
}

.deviceSettingsParamField .sicdParamValue
{
  text-align:right;
  float: right;
  width: 120px;
}

#commUrlLinkName { min-height:120px !important; }

.nowrapSentence
{
    white-space: nowrap;
}

.sicd_events_counter_label_column
{
  width: 60%;
  text-align: left;
}

.sicd_events_counter_value_column
{
  width: 40%;
  text-align: left;
}

.sicd_events_counter_header
{
  margin-left: 15px;
  width: 60%;
  text-align: center;
  font-weight: bold;
  margin-top: 1px;
}

.legal_entity_dropdown
{
	float: right; 
	padding-left: 2em; 
	text-align: right;
}

.legal_entity_row
{
	display:inline-block;
	width:100%;
}

label.example_date 
{
  padding-left:.5em; 
  color: rgb(153, 153, 153);
}

.patientNotesTextArea
{
  padding: 2px 2px 2px 19px ;
  height: 60px;
  width: 420px;
  resize: none;
  background:url('/static/images/icons/notes.png') no-repeat scroll 1px 1px transparent;
  margin: 3px 3px 0px;
}

.patientNotesTextAreaICM{
    padding: 2px 0px 0px 15px;
    height: 126px;
    width: 180px;
    overflow: hidden;
    line-height: 1.5;
    font-family: arial;
    font-size: 12px;
    border: none;
    cursor: pointer;
    resize: none;
    margin-top: 3px;
}

.patientNotesTextAreaICM:active
{
   border: none;
   outline:0px !important;
}

.patientNotesTextAreaSmall
{
  padding: 2px 2px 2px 19px ;
  height: 40px;
  width: 229px;
  resize: none;
  background:url('/static/images/icons/notes.png') no-repeat scroll 1px 1px transparent;
  margin: 1px 1px 0px;
}

/* Status indicator icons */
.yellow_status_indicator
{
  background: url('/static/images/icons/icon_caution.svg') no-repeat;
  background-size: 14px 14px;
}

.red_status_indicator
{
  background: url('/static/images/icons/icon_warning.svg') no-repeat;
  background-size: 14px 14px;
}

.status_ok
{
  background: url('/static/images/icons/icon_ok.svg') no-repeat;
  background-size: 24px 17px;
}

.pendingChangesOnSwitch {
  font-size: 13px;
  position: absolute;
  bottom: 1.4em;
  left: 2.6em;
}

.pendingChangesOnSelect
{
    color: rgb(0,0,0);
    position: absolute;
    margin-left: 2px;
    margin-top: -2px;
}

.programmingNote
{
  font-style:italic;
} 

.diagHeaderBackground 
{
  background-color: #00457e;
  width: 100%;
}

#diagHeaderActionsDiv 
{
  width: 84%;
}

.width-90 
{
  width: 90%;
}

.width-60 
{
  width: 60%;
}

.width-45 
{
  width: 45%;
}

.width-40 
{
  width: 40%;
}

.width-35 
{
  width: 35%;
}

.width-30 
{
  width: 30%;
}


.min-width-130 
{
  min-width: 130px;
  margin-left: 5px;
  margin-right: 5px;
}

.width-15
{
  width: 15%;
}

.width-12
{
  width: 12%;
}

.width-50
{
	width: 50px;
}

.field-size-35 
{
  width: 35px;
  height: 35px;
}

.field-size-30 
{
  width: 30px;
  height: 30px;
}

.field-size-15-10 
{
  width: 15px;
  height: 10px;
  margin: auto;
}

.right-align-white 
{
  float: right;
  color: #FFF;
  text-align: center;
  margin-top: 8px;
  border-left: 2px solid gray;
  margin-left: -1px;
}

.margin-top-10
{
  margin-top: 10px;
}

.margin-top-bottom-5
{
  margin: 5px 0px 5px 0px;
}

.margin-bottom-3
{
  margin-bottom: 3px;
}

.padding7
{
	padding: 7px;
}
.small-font 
{
  font-size: 12px;
}

.standard-font
{
	font-size: 13px;
}

.underline 
{
  text-decoration: underline;
}

.inline-flex-display
{
  display: inline-flex !important;
}

.inline-block 
{
  display: inline-block;
}

.table-display
{
  display: table;
  vertical-align: middle;
  width: 100%;
}

.table-cell-display
{
  display: table-cell;
  vertical-align: middle;
}

.field-size-15-10 
{
  width: 15px;
  height: 10px;
  margin: auto;
}

.auto-margin
{
  margin: auto;
}

.cnt-align 
{
  float: right;
  text-align: center;
}

.center-align
{
  text-align: center;	
}

.link
{
  text-decoration: none !important;
  color: white !important;
}

.grey-italic
{ 
  color: #C8C8C8;
  font-style: italic;
}

.grey-italic-smallNote
{ 
  font-style: italic;
  font-size: 10pt;
  margin-bottom: 15px;
}

.grey-font
{
  color: rgb(153, 153, 153);
}

.dropbtn 
{
  color: white;
}

.dropdownMenu 
{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown-menuitem 
{
  display: none;
  font-size: 12px;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10;
}

.dropdown-menuitem a 
{
  color: black !important;
  padding: 12px 16px;
  text-decoration: none !important;
  display: block;
  text-align: left;
}

.dropdown-menuitem a:hover
{
  background-color: #F1F1F1; 
  min-width: 140px;
  text-align: left;
}

.dropdownMenu:hover .dropdown-menuitem 
{
  display: block;
}

.margin-left-5
{
  margin-left: 5px;
}

.margin-top-5
{
  margin-top: 5px !important;
}

.margin-left-2
{
  margin-left: 2px !important;
}

.margin-right-5
{
  margin-right: 5px;
}

.margin-5
{
  margin: 5px !important;
}

.margin-10
{
  margin: 10px;
  box-sizing: content-box;
}

.no-margin
{
	margin-top: 0px;
    margin-bottom: 0px;
    line-height: 0.9;
}

.line-height-normal
{
  line-height: normal;
}

.tabheader
{
    width: 1240px;
    margin: 0px auto 0px;
}

.padding-5
{
	padding-left: 5px;
	padding-right: 5px;
}

.padding5
{
    padding: 5px;
}

.padding-left-5
{
  padding-left: 5px;
}

.padding-left-10
{
  padding-left: 10px;
}

.padding-top-10
{
  padding-top: 10px;
}

.padding-top-15
{
  padding-top: 15px;
}

.padding-top-2
{
  padding-top: 2px;
}

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

.tabs 
{
  position: relative;   
  clear: both;
  background-color: rgb(256,256,256);
}

.tab label 
{
  padding: 12px 20px;
  color: rgb(0, 57, 104); 
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}

.actionMenu
{
  border-spacing: 2px;
  width: 1240px;
  height: 48px;
  margin: 0px auto 0px;
  background-color: rgb(232, 238, 239);
  border-top: 1px solid rgb(0, 0, 0);
}

.actionMenuDiv
{
  float: right;
  width: 100%;
  height: 100%;
}

.actionItems
{
  display: inline-block;
  float: right;
  padding-right: 5px;
}

.reviewReasonDisplay
{
  background-color: rgb(232, 238, 239);
  visibility: hidden;
  display: table;
  height: 100%;
  padding-left: 5px;
  vertical-align: middle;
}

.reviewReasonDisplayDiv
{
  display: flex;
  height: 100%;
}

.label-prop
{
  font-size: 14px;
  font-weight: normal;
  margin: 5px 15px;
}

.accessMessage
{
  align-self: center;
  height: 100%;
}

.observingOnlyTimeLimit
{
  background-color: rgb(232, 238, 239);
  font-weight: bold;
  margin-top: 15px;
  padding-left: 10px;
  text-align: center;
}
.alerts
{
  display: inline-flex;
  width: 25%;
  vertical-align: middle;
}

.display-alerts
{
  margin: 10px 15px;
  font-size: 11px;
}

.field-size-20 
{
  width: 20px;
  height: 20px;
}

.field-size-25 
{
  width: 25px;
  height: 25px;
}

.checkIconButton
{
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 5px;
}

.labelButton
{
  background-color: transparent;
  border: none;
  color: rgb(0, 57, 104);
  height: 40px;
  border-radius: 5px;
  display: inline-flex;
  font-size: 14px;
  fill: rgb(0, 57, 104);
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin: 4px 3px;
  padding: 8px 5px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  text-transform: uppercase;
}

.labelButton:HOVER
{
	background-color: rgb(217,217,217);
}

.button
{
  background-color: rgb(0, 57, 104);
  border: none;
  color: white;
 
  border-radius: 5px;
  display: inline-flex;
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 4px 3px;
  padding: 8px 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  min-width: 105px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}

.displayNameFont
{
  color: #000000;
  line-height: 29px;
  font-size: 24px;
  text-align: left;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
}

.displayNameLimit
{
  max-width: 315px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.patientDetailsDiv
{
  width: 41%;
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
  padding-top: 5px;
  /* height: 180px; */
  overflow: hidden;
}

.middleAlign
{
  vertical-align: middle;
}

.intial-align
{
  vertical-align: initial;
}

.top-align
{
  vertical-align: top !important;
  
}
.reviewReasonDiv
{
  width: 19%;
  display: inline-block;
  border-left: 1px solid #C8C8C8;
  vertical-align: top;
  height: 180px;
  overflow: hidden;
}

.monitoringReasonDiv
{
  width: 23%;
  display: inline-block;
  border-left: 1px solid gray;
  vertical-align: top;
  height: 180px;
  overflow: hidden;
}

.monitoringReason
{
	padding-left: 7px;
	height: 60px;
}

.patientNoteDiv
{
  width: 16%;
  display: inline-block;
  border-left: 1px solid gray;
  vertical-align: top;
  height: 180px;
  overflow: hidden;
}

.monitoringReasonSpan
{
  width: 265px;
  height: 30px;
  margin: 0px !important;
  font-family:  Arial, sans-serif;
  font-weight: bold;
  line-height: 30px !important;
}

.mr-highlight-lable
{
  padding-left: 5px;
  margin: 0;
  padding-top: 5px;
}
.monitoringReasonlabelMargin
{
  margin-top: -12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: -5px;
}

.font12
{
	font-size: 12px;
	font-weight: bold !important;
}

.monitoringReasonLabel
{
  font-size: 11px;
  font-family: Arial, sans-serif;
  font-weight: normal;
}

.programmingCardAlertCheckbox{
	vertical-align: inherit !important;
}


.disabledReviewReason {
  display: inline-flex;
  width: 21%;
  vertical-align: middle;
}

.enabledReviewReason {
  padding-left: 30px;
  min-width: 15%;
  display: inline-flex;
  vertical-align: middle;
  font-weight: bold;
  background-image: url("/static/images/whitecheckasset-4.svg");
  background-position: 3px 1px;
  background-repeat: no-repeat;  
  background-size: 20px 20px;
}

#datepickerBox
{
  font-family: Arial, sans-serif;
  font-size: 0.875em;
}

#eventAssessmentBy
{
  margin-top: -10px;
  font-size: 12px !important;
  font-style: italic;
}

.fadeOut {
  color: rgb(0, 57, 104);
}

.presentingsecgContent
{
  display: block;
  width: 1090px;
  margin: auto;
}

.heading
{
  margin-top: 7px;
}

.headingSection th
{
  border-bottom: 0px !important;
}

#headingSectionCol
{
	font-size: 20px !important;
	height: 46px !important;
}

.heading th
{
  color: black !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin:right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin:right, top;
    position: absolute; 
    color: #ed217c;
}

.grey-border-bottom
{
  border-bottom: 1px solid #C8C8C8;
}

#scheduleStatus, #connectionStatus, #batteryStatus
{
  height: 60px;
}

.patientNoteHeader
{
  font-style: italic;
  font-size: 12px;
  margin: 5px;
  line-height: 1.5;
  height: 125px;
  overflow: hidden;
}

.half-S-Style
{
  margin-top: 15px;
  width: 130px;
  height: 40px;
  margin-left: 50px;
  margin-bottom: 12px;
}

p{
    margin:auto !important;
    line-height: normal !important;
}

.tableHeaderSubHeading
{
  color: rgb(153, 153, 153) !important;
  font-size: 12px;
  text-align: center !important;
}

.italic-font
{
  font-style: italic !important;	
}

.bold-font
{
  font-weight: bold !important;
}

.firstTableColumn
{
  font-size: 14px !important;
  color: #000;  
  font-family: Arial, sans-serif;
}

.padding0
{
  padding: 0px !important;
}

.autoHeight
{
  height: auto !important;
}

.hideLinkProps
{
  text-decoration: none;
  cursor: pointer;
}

.border0
{
  border: none !important;
}

.emptyDiv{
	height: 14px;
	width: 100%;
	clear: both;
}


.patientDetailsTableClass{
    font-size:12px;
    width: 98%;
    word-wrap: break-word;
    word-break: break-all;
    table-layout: fixed;
    margin: 5px 5px 5px 8px;
}

.patientDetailsTableClass td{
    padding-top: 5px !important;
    padding-bottom: 0px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top !important;
}

#postage_patientGroup
{
	white-space: normal;
}

.firstCol
{
   width: 40%;
	word-break:normal;
}

.secCol
{
    width: 60%;
}

.thrdCol
{
	width: 13  0px;
}

.forCol
{
	width: 200px;
}

.blueColor
{
	color: #003968;
}

.imageLabel
{
  font-size: 11px;
  text-align: center;
  font-family: Arial, sans-serif;
}

.imageIcon
{
  width: 35px;
  height: 35px;
}

.batteryIcon
{
  width: 35px;
  height: 17.5px;   
  margin: 5px 0px 5px;
}

#cha2ds2vasc
{
    font-weight: bold;	
}

#oac
{
    font-weight: bold;  
}

#oaa
{
    font-weight: bold;  
}

#dsa
{
    font-weight: bold;  
}

.reviewReason {
  padding-left: 5px;
  font-weight: normal;
  vertical-align: middle; 
  display: table-cell;
}

#reviewReasonSeq { 
	display: table-cell;
	vertical-align: middle;
}

#reviewReasonSeq span:after { 
	content : ", ";
}

#reviewReasonSeq span:last-of-type:after { 
       content : "";
}

#reviewReasonSeq .tooltip 
{
    border-bottom: 1px solid rgb(0, 57, 104);
    color: rgb(0, 57, 104);
}

.reviewReasonDialogTouchDevice 
{
    position: fixed; 
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.reviewReasonContent {
    background-color: #fefefe;
    margin-top: 20%;
    margin-left: 20%;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 15px;
    width: 35%;
}

input[type="radio"][name="tabs"] {
  position: absolute;
  z-index: -1;
}

input[type="radio"][name="tabs"]:checked+.tab-label-content .md-label {
  font-weight: bold !important;
  color: #000000 !important;
}

input[type="radio"][name="tabs"]:checked+.tab-label-content span {
  font-weight: bold !important;
  color: #000000 !important;
}

input[type="radio"][name="tabs"]:hover+.tab-label-content .md-label {
  font-weight: bold;
  border-radius: 6px;
}

input[type="radio"][name="tabs"]:nth-of-type(1):checked~.slide {
  left: 0;
}

input[type="radio"][name="tabs"]:nth-of-type(2):checked~.slide {
  left: 128px;
  width: 96px;
}

input[type="radio"][name="tabs"]:nth-of-type(3):checked~.slide {
  left: 224px;
  width: 200px;
}

input[type="radio"][name="tabs"]:nth-of-type(4):checked~.slide {
  left: 424px;
  width: 95px;
}

input[type="radio"][name="tabs"]:nth-of-type(5):checked~.slide {
  left: 520px;
  width: 190px;
}

input[type="radio"][name="tabs"]:nth-of-type(6):checked~.slide {
  left: 710px;
  width: 150px;
}

input[type="radio"][name="tabs"]:first-of-type:checked~.slide {
  left: 0;
  width: 128px;
}

.slide {
  background: rgb(0, 57, 104);
  width: 128px;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(100% + -3px);
}

.tabItems
{
  width: 100%;
  display: flex;
}

.reportLabel
{
    margin-top: 10px;
    display: inline-block;
}


.actionMenuPrintItem
{
  font-size: 14px !important;
  text-transform: uppercase;
  cursor: default !important;
  border-radius: 5px;
  line-height: normal !important;
  min-height: 36px !important;
  padding-right: 8px !important;
  padding-left: 0px !important;
}

span.actionMenuPrintItem
{
  color: rgb(0,57,104) !important;
  cursor: pointer !important;
}

.actionMenuPrintItem > div > div
{
	padding: 0px !important;
}

.buttonStyle:hover
{
    background-color: transparent !important; 
}

.buttonStyle span 
{
    padding-left: 0px !important;
    padding-right: 2px !important;
    font-weight: inherit !important;
    color: rgb(0, 57, 104);
}

.buttonStyle div div 
{
    margin-right: 0px !important;
}

.buttonStyle div label 
{
    width: auto !important;
}

.float-right
{
	float: right;
}

.rc-pagination-disabled, button:DISABLED svg, 
button:DISABLED p, .labelButton:DISABLED
{
	cursor: default !important;
	color: rgb(170,170,170);
	fill: rgb(170,170,170);
}

#patientGroupRfmBtn
{
	display: inline-block;
	float: left;
	margin: 15px 0 0 0;
}

.hiddenNote
{
    display: none !important;
}
.visibleNote
{
    display: block !important;
    margin-left: 5px;
    margin-top: 5px;
}

.roundIcon
{
	height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5px;
    background-position-x: left;
    background-position-y: center;
    background-size: 20px 20px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed;
    font-size: 13px !important;
    flex-shrink: 0;
}

.VTachyClass
{
	background-color: rgb(141, 198, 63);
	color: rgb(0,0,0);
	font-size: 23px;
	box-sizing: unset !important;
}

.SyncopeClass
{
	background-color: rgb(255, 159, 0);
	color: rgb(0,0,0);
	font-size: 30px ;
}

.OtherClass
{
	background-color: rgb(230, 233, 235);
	color: rgb(0,0,0);
	font-size: 30px;
}

.AFManagementClass
{
    background-color: rgb(9, 142, 204);
    color: rgb(255,255,255);
    font-size: 28px;
}

.PostAFAblationClass
{
	background-color: rgb(72, 184, 210);
	color: rgb(0,0,0);
	font-size: 28px;
}

.CryptogenicStrokeClass
{
	background-color: rgb(115, 16, 18);
	color: rgb(255,255,255);
	font-size: 26px;
}

.SuspectedAFClass
{
	background-color: rgb(12, 94, 127);
	color: rgb(255,255,255);
	font-size: 26px;
}

.PalpitationsClass
{
	background-color: rgb(75, 11, 113);
	color: rgb(255,255,255);
	font-size: 28px;
}

.defaultValueClass
{
	background-color: rgb(255,255,255);
	color: rgb(0, 0, 0);
}

.noCursor
{
	cursor: default !important;
}

.programmingCardSwitchValue
{
    font-size: 12px;
    padding-left: 10px;
}

.margin-left-10
{
  margin-left: 10px;
}

.margin-left-20
{
  margin-left: 20px;
}

.margin-left-25
{
  margin-left: 25px;
}

.twoLinerRow
{
	height: 35px;
}

.morphologyAssessmentNote
{
	list-style-type:disc;
	margin-top: 0px;
	font-size: 13px;
}

.clinicalContextValue
{
	padding-left: 5px;
	padding-top: 2px;
	font-size: 12px;
}

.tab-label-content {
  padding: 10px 10px 0px;
  text-align: center;
  cursor: pointer;
}

.tab-label-content .tab-content {
  position: absolute;
  top: 100px;
  left: 16px;
  line-height: 130%;
  display: none;
  width: calc(100% / 4);
}


.md-label 
{
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 100%;
  font-weight: bold;
}

.md-label-tab 
{
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  width: 100%;
  font-weight: bold;
  padding: 12px 10px;
  color: rgb(0, 57, 104); 
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}


.addBottomBorder
{
    border-bottom: 4px solid rgb(0, 57, 104);
}

.ellipsis
{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.rightAlign
{
  float: right;
  padding-right: 20px;
}

.rfmPatientList
{
  display: inline-block;
  vertical-align: middle;
  height: 22px;
}

.patientNotesIcon
{
	padding-left: 5px;
    padding-right: 5px;
    margin: 10px;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
}

.commonNavTabs
{
	max-width: 260px;
	display: inline-block;
	margin-top: 1px;
	vertical-align: text-bottom;
}

.baselineAlignment
{
	vertical-align: baseline !important;
}

.currentVsPendingValue
{
    padding-left: 40px;
    
}

.float-left{
	float: left;
}

.ascendingSortIndicator{
	height: 20px !important;
	width: 20px !important;
	color: black !important ;
}

.descendingSortIndicator{
	height: 20px !important;
	width: 20px !important;
	color: black !important ;
}

.margin-top-20{
	margin-top: 20px;
}

.table-layout-auto{
	table-layout: auto !important;
}

.mobileMonitorHeaderColor{
	background-color: rgb(238,238,238) !important;
}

.waitingTimerClass{
	position: relative;
	margin: 40px;
	background: transparent;
	overflow : hidden;
}

#programProfilesDialog
{
	margin: 0px 15px 0px 15px;
} 


.buttonColor{
    color: rgb(0, 57, 104) !important;
}

.buttonColor:DISABLED{
    color: rgba(0, 0, 0, 0.54) !important;
}

.questionImg
{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.remoteScheduleIndentation{
	margin-left: 20px;
}

.subRemoteScheduleIndentation{
	margin-left: 42px;
}

.connectionStatusIndentation{
	margin-left: 24px;
}

.piiIndentation{
	margin-left: 21px;
}

.subSectionParams
{
	padding-left: 20px;
}

#logoOnlyICMHeader
{
	float: right;
    text-align: center;
    margin-top: 20px;
    margin-left: -1px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    clear: both;
    padding-right: 15px;
}

.normalFont
{
	font-weight: normal;
}

/*
 * styling update due to jQuery UI update from 1.8 to 1.12
 */
 
 .ui-dialog
 {
    min-width: 450px !important;
 }
.ui-dialog-titlebar-close
{
  background: transparent !important;
  border: none !important;
}
 
.ui-dialog-titlebar-close:HOVER 
{
  border: 1px solid #999999 !important;
  background: #dadada !important;	
}

.monitoringReasonDropdownElement{
  display:flex !important;
}

.minHeightSameAsImplant {
	min-height: 12em;
}

.troubleshooting_guide_icon
{
	vertical-align: bottom;
}

div[aria-describedby="openEquipmentDialog"] span, div[aria-describedby="openAdditionalInfoDialog"] span
{
	margin-right: 15px !important;
}

.conditionalIndent-true
{
  margin-left: 20px;
}

#includeEgmOnlyEvents
{
  margin-top: 5px;
}

#myLatPatAppImg,#lynxImg
{
  height: 50px;
}