* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  color: #333;
  font-family: open-sans;
  font-weight: 400;
  text-align: center;
  border-spacing: 0;
  width: 100%;
  margin: 0px;
}

.seznamAukci {
    font-size: 13px;
    min-width: 729px;
}

.detailAukce {
    font-size: 13px;
}

thead tr:first-child {
    background: rgb(240, 240, 240);
    color: #2578B8;
    border: none;
    height: 50px;
}

th {
    font-weight: 700;
    line-height: 1.1em;
}

th:first-child, td:first-child {padding: 0 5px 0 5px;}

.detailAukce thead tr th  {
    font-weight:700;
    color: rgb(50, 50, 50) !important; 
}

thead tr:last-child th {border-top: 1px solid rgb(145, 145, 145);}

tbody tr:hover {background-color: #effdef;}
tbody tr:last-child td {border-bottom: 1px solid rgb(145, 145, 145);}
tbody td {border-bottom: 1px solid #ddd; height: 50px; vertical-align: middle;}

td:last-child { 
  /*text-align: right;*/
  /*padding-right: 10px;*/
}

.button {
  color: #428bca;
  text-align: center;
  text-decoration: none;
  padding-left: 15px;
}

.button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.nabidkyWrapper {
    
    float: none;
    margin: auto;
    width: 100%;
}

.nabidkyPercentBg {
    position: static;
    display: block;
    float: left;
    width: 60%;
    height: 10px;
    margin: 5px 0px 0px 0px;
    padding: 0;
    border: 1px solid rgb(178, 178, 178);
    background-color: white;
}

.nabidkyPercentGreen {
    position: static;
    display: block;
    width: 80%;
    height: 8px;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    background-color: rgb(0, 226, 0);
}

.nabidkaPercentNumber {
    margin: 0px;
    padding: 0px;
    width: 30%;
    float: left;
    display: block;
    position: static;
    text-align: left;
    margin-left: 5px;
}


.tableHeaderBlue {
    padding: 0px 5px 0px 5px;
}


.tableDataHighlighted {
    font-weight: 700;
}

.tableDataWarning {
    color: red;
}

.rightText {
    text-align: right;
    padding-right: 10px;
}

.leftText {
    text-align: left;
    padding-left: 10px !important;
}

.tableDataCheckbox {
    width: 100%; 
    height: 30px; 
    text-align: center; 
    padding-top:10px;
}

.checkboxClass {
    position: static; 
    display: block; 
    text-align: center; 
    margin: auto; 
    float: none;
}

.tableArrow {
    width: 100%;
    height: 30px;
    background-image: url("img/dropDown.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.tucne {font-weight:700;}


/* ==============================  graf do detailu "grafotabulky" =======================*/

.graphContainer {
    float: left;
    height: 34px;
    margin: 0;
    clear: none;
    width: 100%;
    border-left-color: rgb(145, 145, 145) !important;
    border-left-width: 1px !important;
}

.graphLeftLine {
    float: left;
    height: 34px;
    margin: 0;
    clear: none;
    width: 1px;
    background-color: rgb(145, 145, 145) !important;
}

.graphBar {
    float: left;
    height: 20px;
    margin-left: 0px;
    margin-top: 7px;
    clear: none;
    width: 60%;
    background-color: rgb(196, 196, 196);
}

.graphLabel {
    float: left;
    font-size: 1em;
    width: 40px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 11px;
    clear: none;
    min-height: 0px;
    padding-left: 6px;
}

.greenTr {
    background-color: #effdef;
}
.greenTr:hover {
    background-color: #effdef;
}

.redTr {
    background-color: #f7d2d6;
}

.redTr:hover {
    background-color: #f7d2d6;
}

@media only screen and (max-width: 768px) {

    .seznamAukci {
      font-size: 0.7em;
    }
    
    .detailAukce {
        font-size: 15px;
    }
    