/* CSS Document */
tr.disabled {
background-color: grey;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: Arial,Tahoma,sans-serif;
}

#menu {
    height: 36px;
    width: 100%;
    display: block;
    background-color: #797979;
}

#logo {
    background: url("https://system.track-po.com/zskins/autodozor_0/images/logo/logo.png") no-repeat center 3px;
    margin: 0;
    display: inline-block;
    padding: 0;
    width: 154px;
    height: 100%;
}   
#heading {
    display: block;
    width: auto;
    height: 100%;
    color: white;
    float: right;
    margin: 6px;
    padding: 0px
}    
#heading img {
    vertical-align: middle;
    margin-left: 6px;
}
 
#content{
    margin: 10px;
}

#fuelling_submit_form {
    margin: 15px 0 0 0;
}

.selectable .ui-selecting {
  border: 2px dashed #ff0000;
}

.selectable .ui-selected {
  border: 2px solid #ff0000;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
  box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
}

.selectable img {
  background: white;
  border: 2px solid #ffffff;
  height: 33px;
}

.selected-items {
  border: 2px solid #ff0000;
  line-height: 32px;
}