/* 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
}    

#already_exist {
    display: block;
    width: max-content;
    background: grey;
    margin: 20px 0 0 0;
}
    
#already_exist p {
    padding: 7px;
}
#save_fuelling {
    margin-top: 10px;
}

#heading img {
    vertical-align: middle;
    margin-left: 6px;
}
 
#content{
    margin: 10px;
}

.dieta_adding {
	text-decoration: none;
	color: black;
	font-size: 18px;
}

#diety_setup {
	border-collapse:separate;
}

#diety_setup td {
    border:solid black 1px;
    border-radius:6px;
    padding: 10px;
}

td.amount, td.price_with_vat {
	text-align: right;
}

#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 div {
  background: white;
  border: 2px solid #ffffff;
  height: max-content;
  width: max-content;
  margin-top: 10px;
  cursor: pointer;
}

.selected-items {
  border: 2px solid #ff0000;
  line-height: 32px;
}

.table {
  /* override Bootstrap's width */
  width: inherit !important;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

table.simple-table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
  margin: 12px 10px 0 10px;
}

h3 {
  font-size: 1.2em !important;
}
table.simple-table tr th, table.simple-table tr td {
  border: 1px solid black;
  padding: 4px 8px 4px 8px;
}

table.table-no-border tr td {
  border: 0;
}

.full-width {
  width: 100% !important;
}

h1.default {
  margin: auto;
  text-transform: none;
  font-size: x-large;
  color: black;
}

.print-cell-title {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.floatright {
  float: right;
}
.floatleft {
  float: left;
}