﻿a.edit
{
    background: url(../Content/images/edit-26.png) no-repeat top left;
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -9999px; /* hides the link text */
}

a.delete
{
    background: url(../Content/images/delete-26.png) no-repeat top left;
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -9999px; /* hides the link text */
}

a.calendar
{
    background: url(../Content/images/tear_off_calendar-26.png) no-repeat top left;
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -9999px; /* hides the link text */
}

a.calendar-alert
{
    background: url(../Content/images/error-26.png) no-repeat top left;
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -9999px; /* hides the link text */
}

a.view
{
    background: url(../Content/images/View_Details-26.png) no-repeat top left;
    display: block;
    width: 26px;
    height: 26px;
    text-indent: -9999px; /* hides the link text */
}

.withButton{
    height: 48px;
}

span.text-bold{
    font-weight: bold;
}

.validationMessage
{
    color:#f00;
    font-weight:bold;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.field-validation-error {
    color: #b94a48;
    display: inline-block;
    *display: inline;
    padding-left: 5px;
    vertical-align: middle;
    *zoom: 1;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    /*
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    */
    color: #b94a48;
    border-color: #b94a48;
}

.input-validation-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

.validation-summary-errors {
    /*font-weight: bold;*/
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.vcenter {
    display: flex;
    align-items: center;
}

/* Classi per gli stati */
.sub-title
{
    font-weight:bold;
}

.device-connected
{
    font-weight:bold;
    color:forestgreen;
}

.device-not-connected
{
    font-weight:bold;
    color:red;
}

.sensor-not-connected
{
    color:lightgray;
}

.modalWait {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://sampsonresume.com/labs/pIkfp.gif') 
                50% 50% 
                no-repeat;
}

#summary .ui-summary-header {
    background-color: #fa9300;
    background-image: -moz-linear-gradient(top,  #fa9300 0%, #dc621e 100%); /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fa9300), color-stop(100%,#dc621e)); /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #fa9300 0%,#dc621e 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #fa9300 0%,#dc621e 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #fa9300 0%,#dc621e 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #fa9300 0%,#dc621e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9300', endColorstr='#dc621e',GradientType=0 ); /* IE6-9 */
}

div.middle-div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

div.bottom-div {
  position: absolute;
  bottom: 0px;
}