.content .error {
    color: #B40139;
    font-weight: bold;
    padding: 5px;
    font-size: 11px;
    }
.content .parking_content {
    padding: 0;
    margin: 0;
    }        
.content .parking_content img {
    padding: 0;
    margin: 0;
    border: 0;
    }
.content .parking_content .parking_calc {
    background: #fff;
    border: 1px solid #C9C9C9;
    border-top: 0;
    color: #fff;
    padding: 10px 5px 0px 5px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    }
   
.content .parking_content .parking_calc table {
    border-collapse: collapse;
    border: none;
    background: #fff;
    }
.content .parking_content .parking_calc table th {
    border: none;
    color: #4A4949;
    background: none;
    padding: 5px;
    vertical-align: top;
    }
.content .parking_content .parking_calc table td {
    border: none;
    padding: 2px 5px;
    vertical-align: middle;
    }
.content .parking_content .parking_calc table td img {
    border: none;
    vertical-align: middle;
    margin: 0 0 1px 0;
    }
.content .parking_content .parking_calc table td input {
    border: 1px solid #EDECEC;
    width: 163px;
    font-size: 100%;
    padding: 4px 0 4px 5px;
    }
.content .parking_content .parking_calc table td select {
    font-size: 100%;
    width: 170px;
    _width: 170px;
    font-weight: normal;
    }
.content .parking_content .parking_calc table td select.terminal {
    font-size: 11px;
    width: 170px;
    font-weight: normal;
    }
.content .parking_content .parking_calc table td .radio {
    width: 18px;
    height: 12px;
    background: none;
    vertical-align: middle;
    }
.content .parking_content .parking_calc table td.submit {
    text-align: right;
    }
.content .parking_content .parking_calc table td .search {
    width: auto;
    background: #EAEFF3;
    margin: 5px 5px 0 0;
    _margin: 5px 0 5px 0;
    color: #4A4949;
    padding: 2px 8px;
    font-weight: bold;   
    }
.note {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    }
.kalendar {
    vertical-align: middle;
    }    
    
      
/*---- vypis ---*/
.content .parking_content .terminals_head  {
    padding: 0;
    margin: 0;
    }
.content .parking_content .terminals_head table {
    border-collapse: collapse;
    border: none;
    background: #fff;
    border: 1px solid #C9C9C9;
    border-top: 0;
    margin: 0;
    }
.content .parking_content .terminals_head table th {
    border: none;
    color: #4A4949;
    background: #E1E0E0;
    padding: 5px 10px;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    }
.content .parking_content .terminals_head table td {
    border: none;
    padding: 4px 10px;
    vertical-align: middle;
    }
.content .parking_content .terminals_head table .term_name {
    width: 150px;
    }
.content .parking_content .terminals_head table .cena {
    text-align: right;
    }
.content .parking_content .terminals_head table td input {
    border: none;
    background: #fff;
    width: 170px;
    font-size: 11px;
    }
.content .parking_content .terminals_head table td.submit {
    text-align: right;
    }
.content .parking_content .terminals_head table td .search {
    width: auto;
    background: #EAEFF3;
    margin: 5px 5px 0 0;
    _margin: 5px 0 5px 0;
    color: #4A4949;
    padding: 2px 8px;
    font-weight: bold;     
    }