.glimpse-nowrap { z-index: 9999 !important; }

body {
    background-color: #EBEBEB;
    font-size: 13px;
}
.label {
    font-size: 85%;
}

.selected {

color:#ee6f34;
}

/* set the color of hovering table's row */
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
  background-color:#fff1cc;
}

/* set the padding of edit/create forms */
#form-card {
    padding:20px 15px;
}

.modal-header {
  background-color:#EE6F34;
  color:white;
}
.modal-body {
    padding:15px;
  background-color: #f9f9f9;
}

.modal-footer {
    margin-top: 0px;
}
.panel-heading > h6 {
    color: #EE6F34;
}
.panel-heading-controls {
    margin-top: -21px;
    float: right;
}
.panel-body {
    background-color: #f9f9f9;
}

h6, .h6 {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.42857;
    margin-top: 0;
}

canvas {
  clear: left;
  float:left
}


.action-sep{
    padding: 0 6px;
    font: 12px "main-condensed_semibold";
    color: #d8d8d8;
}

@media only screen and (min-width : 800px) {
    .branded-header {
        background-image: url("../Content/imgs/logoHeaderCustom.png"), url("../Content/imgs/logoHeaderCardionline.png");
        background-repeat: no-repeat, no-repeat;
        background-position: right top;
    }
}

#page-title {
     font-size: 24px;
     font-weight: 200;
     line-height: 1;
     padding: 0.9em 0px 0 50px;
     min-height: 53px;
}

/* form per il filtraggio degli esami */
.form-compact {
  font-size: 1em;
}
.form-compact .form-control {
  padding: 1px 2px;
  height: 24px;
  font-size:1em;
}
.form-compact label {
  margin-bottom: 1px;
}
.form-compact .form-group
{
  margin-bottom:0px;
}
#reportrange {
    min-width:49px;
}

/* medical icons */
.icon-pediatrics {font-size: 1.6em; color:#4aabca;vertical-align: middle; float:right; }
.icon-ambulance  { font-size: 1.6em; color:red;vertical-align: middle; float:right; margin-right:5px; }
.pediatric {font-size: 1.6em;}
.emergency { color:red;  }
.pending { color:#ef8200 }
.icon-signed  { font-size: 1.2em !important; color:#51534f; float:right; margin-right:5px; margin-top:2px; }

/* report page toolbar */
.viewer-controls
{
    padding-top:4px;
    height:33px;
    margin-right: 13px;
    float:left;
}
.viewer-controls > label
{ font-weight:normal;}
.viewer-toolbar
{
     color: #000000;
    padding-left:14px;
    padding-top:4px;
    height:32px;
    font-size: 0.9em;  
    background:rgba(0, 0, 0, 0) linear-gradient(#e0e0e0, #d9d9d9) repeat scroll 0 0;
}
.viewer-controls >select  {
    border: #a4bed4 1px solid;
    background-color: #f5f5f5;
    color: #545145;
}

/* patient demographics table */
table.patient-profile > tbody > tr > th {
    max-width: 110px;
}
table.table > tbody >tr.selected {
    background-color:#E5E5E5;
    color:#ee6f34;
}

/* datatable customization */
.toolbar {
    float: left;
    margin-bottom: 5px;
}
/*table#ecg-table thead {
    border-top: 1px solid #dee3ea;
}*/
table.table td{
        max-width: 126px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        word-wrap: break-word;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="checkbox"].admin-settings {
    margin-top: 10px !important;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.alert {
    margin-left:13px;
    font-size: 14px;
}

.signature-form-alert {
    margin-left:13px;
    margin-right:8px;
    margin-bottom:8px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.singlelead-table-column-first {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
    word-wrap: break-word;
}

.singlelead-table-column-waveform {
    word-wrap: break-word;
}

.singlelead-table-column-last {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
    word-wrap: break-word;
    text-align: center;
    vertical-align: middle !important;
}

.singlelead-table-fullname {
    font-size: 15px;
    font-weight: bold;
    color: #51534f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.singlelead-table-time {
    font-size: 12px;
}

.singlelead-table-pid {
    font-size: 11px;
}

.singlelead-table-data {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
}

.singlelead-table-canvas {
    float:none;
}

.singlelead-table-actions {
    font-size: 22px;
}

.singlelead-table-additionaldata {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.singlelead-table-icons
{
    float: right;
}