/*
 * Emergency
 */
.emr-event-list {
  overflow-y: auto;
  min-height: 413px;
  max-height: 413px;
}

.emr-event-row {
  height: 42px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.emr-event-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.emr-event-col1 {
  width: 30px;
  text-align: center;
}

.emr-event-col2 {
  cursor: pointer;
  padding-left: 4px;
}

.emr-event-col3 {
  width: 20px;
  cursor: pointer;
}

/* General data */

.plan-title {
  background-color: #3c8dbc;
  color: #ffffff;
  font-size: 14px;
  margin: 4px;
  padding: 2px;
  bottom: 6px;
}

.ee-tab-content {
  height: 400px;
  margin-top: 8px;
  max-height: 400px;
  overflow-y: auto;
}

/* Brogliaccio */
.emr-event-note-scroll
{
  overflow-y: auto;
  max-height: 215px;
  overflow-x: hidden;
}

.emr-event-note-item {
  padding: 4px;
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #ccc;

  /* Row roles to fixs cols with same height */
  width: 100%;
/*   height: 100%; */
  display: table;
  table-layout: fixed;
}

/* Gestione operativa */
.em-event-list-om {
  margin-top: 5px;
  max-height: 420px;
  overflow-y: auto;
}

  /* List */
.list-row {
  height: 33px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.list-row-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.list-row-col1 {
  cursor: pointer;
  padding-left: 4px;
}

.list-row-col2 {
  width: 20px;
  cursor: pointer;
}

/*
 * Reimplementeed Tab
 */
#emergency-event .nav > li > a {
  padding: 10px 0px !important;
}


/* Rules for event-notes */
.emr-event-note-last-message
{
  font-size:12px;
  background-color:#FFFF00;
  margin:5px 15px 0px 15px;
  padding: 2px 5px 2px 5px;
  border: 1px gray solid;
  border-radius: 3px;
}


.print-event-note-div {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20%;
  margin-top: 15px;
  margin-right: 15px;
  text-align: right;
}

/*Intervention list*/
.Intervention .dataTables_scrollHeadInner{
  width:100% !important;
}

#inteventionsForm a,
#inteventionsForm a:focus
{
  outline: none;
  color: #000;
  border:none
}

/*
 * Mobile column
 */
.ee-mobile-column-modal {
  height: 400px;
  margin-top: 8px;
  max-height: 400px;
  overflow-y: auto;
}


.ee-intervention-detail {
  height: 400px;
  margin-top: 8px;
  max-height: 400px;
  overflow-y: auto;
}