﻿.ptfContainer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 690px;/*640px;450px;*/
    max-height: 700px;
    /*width: 220px;*/
    /*width: 250px;*/
    width: 270px;
    background-color: white;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    pointer-events: all;
    padding: 10px;
    z-index: 1000;
}

label{
    font-weight: normal;
}

.doprDruhContainer, .komDruhContainer{
    width: 199px;
}

.btn100px {
    width: 100px;
}

.btn130px {
    width: 130px;
    margin-top: 5px;
}

.btnDoprDruh {
   /* width: 40.5px;*/
}

.thinHr {
    margin: 10px 0;
}

hr {
    height: 1px;
    color: Silver;
    background-color: Silver;
    border: none;
}
.btn.min0.active {
    background-color: #008000;
    color: black;
}

.btn.min5.active {
    background-color: #fff200;
    color: black;
}

.btn.min30.active {
    background-color: #FF6A00;
    color: black;
}

.btn.min60.active {
    background-color: #EE0000;
    color: black;
}

.handle {
    position: fixed;
    left: 270px;
    bottom: 600px;/*550px;*/
    background-color: #BBB;
    pointer-events: all;
    padding: 0px 5px;
    width: 30px;
    height: 90px;
    cursor: pointer; 
    cursor: hand;
}

#filterText {
    position: fixed;
    left: 260px;
    bottom: 620px;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg); 
    -o-transform: rotate(270deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}

#arrow-left {
    position: fixed;
    left: 262px;
    bottom: 656px;
    display: block;
    margin-left: 5px;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
    transform: rotate(180deg);

}

.chosen-container .chosen-results li {
    padding: 0px 3px;
    line-height: 1.3;
    font-size: 12px;
}

ul.chosen-choices{
    max-height:80px;
}


.btn.btnDoprDruh:not(.active), .btn.btnKomDruh:not(.active), .btn.doprava:not(.active) {
    /*background-color: #ff0000;*/
    text-decoration: line-through;
}

.closed:hover {
    opacity: 0.8;
}

.closed {
    opacity: 0.5;
}

.ui-widget-content{
    border: 1px solid lightgrey;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    padding: 0.1em;
}

.ui-tabs .ui-tabs-panel{
    padding: 5px;
}

div.table {
  display: table;
  width: 240px;
  height: 70px;
  margin-bottom: 10px;
}

div.tr {
  display: table-row;
  height:18px;
}

div.td {
  display: table-cell;
  position: relative;
  width: auto;
}

div.inner {
  position: absolute;
  left:0; right:0; top:0; bottom:0;
}

table#dopravcoviaTbl {
    /*width: 100%;*/
    
}

tr.doprRow {
    height: 20px !important;
    vertical-align: middle !important;
}

td.doprColumn {
    padding: 0px 10px !important;
}

.ui-tabs {
    padding: 0px;
}

.ui-helper-reset {
    font-size: 14px;
}

label.btnDoprDruh  {
    font-size: 14px;
}
input.doprDruh {
    margin-right:3px;
}
input.komDruh{
    margin-right:3px;
}
input.druhDopravy {
    margin-right:3px;
}
input.doprChbx{
    margin-right:3px;
}

#tabs .ui-widget-header {
    background: none;
    border: none;
    border-bottom: 1px !important;
    border-bottom-color: #aaa !important;
    border-bottom-style: solid !important;
    border-radius: 0px;
}

.btn {
    border-radius: 0px;
}

.ptfFilterDiv .form-control {
    border-radius: 0px;
}

#tabs {
    border-radius: 0px;
}

.btn-group-sm > .btn, .btn-sm {
    border-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{
    border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}