table.tab {
    width: 100%;
    background-color: transparent;
    border: 0px solid transparent;
    border-collapse: collapse;
    color: #505050;
}

div.tab div.header, .userTree li.title, td.gold_lenght, .table-header {
    background: linear-gradient(#6fa5bc,#096FB3);/*linear-gradient(#3099A4, #267D8B);*/
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    height: 28px;

    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    border-top-left-radius: 3px;

    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    border-top-right-radius: 3px;

    line-height: 24px;
    padding-left: 10px;
}

div.tab div.tabtitle{
    float:left;
    padding-top: 3px;
}

div.tab div.additionaltitle{
    float:right;
    color: white;
    margin-right: 20px;
    padding-top: 2px;
}

div.tab div.additionaltitle a{
    color: white;
    font-size: 13px;
    text-decoration:  none;
}

div.tab div.additionaltitle a:hover{
    text-decoration:  underline;
}


.tab .header:after {
    clear: both;
}


div.tab div.paginate-box {
    float:left;
}

div.tab div.paginate-box:after {
    clear: both;
}

div.tab div.body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    float: left;
    padding: 0;
    width: 100%;
}

div.tab div.body.only-body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    min-width: 0;
    padding: 0;
}

div.tab div.navigation-box, div ul.userTree li.navigation-box {
    background-color: #D8D8D8;
    height: 28px;
    padding: 4px 0;
    display: table;
    width: 100%;
}

div.paginate {
    float: left;
    font-size: 10px;
    text-align: center;
}

div.paginate li.selected a {
    color: #FFFFFF;
}



div.tab div.paginate-box {
    float: none;
    height: 20px;
    margin-left: 100px;
}

/*div.tab div.paginate-box {
  float: left;
  height: 20px;
  margin: 0 0 0 20px;
  max-width: 520px;
}*/

div.tab div.footer div.paginate-box{
    height: inherit;
}


@media (min-width: 1236px) {
    /*div.tab div.paginate-box {
      float: none;	
      margin: 0 auto;
    }*/

}

div.tab .paginate-box .paginate {
    float: none;
    margin: 0 auto;
    width: 540px;
}



.paginateBottom .navigation > div:first-child {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    margin-top: 2px;
}

div.paginate div.next, div.paginate div.previous, div.b-add, div.tab div.search, div.onoff, .lecba_hotov.b-add {
    background: linear-gradient(#FAFAFA, #EDEFF1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 3px;
    padding-left: 12px;
    width: 47px;
    margin-top: 2px;
    height:	25px;
    padding-top:0;
    float: left;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

div.onoff {
    padding-left: 0;
    width: 56px;
    float: left;
    margin: 2px 0 1px 3px;
    text-align: center;
    display: block;
}

div.onoff a {
    padding: 0;
    display: block;

}

div.paginate div.previous {
    padding-left: 0;
    width: 63px;
}

div.paginate div.previous a {
    background: url("../img/private/form/previous.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
    padding-left: 13px;
}

div.paginate div.next a {
    background: url("../img/private/form/next.png") no-repeat scroll right 4px center rgba(0, 0, 0, 0);
    display: block;
    padding-right: 13px;
}

div.paginate li a, div.paginate a, div.b-add a, div.onoff a, a.lecba_hotov {
    color: #646464;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
}

div.paginate li {
    background: linear-gradient(#FAFAFA, #EDEFF1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #646464;
    font-size: 11px;
    font-weight: 500;
    height: 25px;
    margin-left: 3px;
    margin-top: 2px;
    width: 23px;
    list-style-type: none;
    float: left;
}	

div.paginate li a {
    display: block;
    line-height: 25px;
    padding: 0;
}


div.paginate li.selected {
    background-color: #09639f;/*#2a8794;*/
    background-image: none;
}

.paginate .navigation {
    float: left;
    font-weight: 500;
    margin: 0 1px;
}

div.paginate ul {
    padding: 0px;
    margin: 0px;
    float: left;
}


div.tab {
    background-image: none;
    float: left;
    margin-bottom: 10px;/*20px;//MP 29.10.15*/
    /*margin-right: 10px;*/
    padding-right: 10px;
    margin-top: 0px;
}


div.tab:after {
    clear: both;		
}

div.b-add, .lecba_hotov.b-add {
    padding-left: 0;
    width: 145px;
}

div.b-add > a {
    background: url("../img/form/b_add.png") no-repeat scroll 7px center rgba(0, 0, 0, 0);
    padding-top: 0;
    padding: 2px 0 2px 20px;
    height: 22px;
    line-height: 22px;
}

div.tab div.search {
    float: left;
    font-size: 11px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
    margin: 2px 0 0 4px;
    width: 220px;
}

div.tab .search:after {
    clear: both;
}
/*
input[id="hledat"] {
  display: none;
}
*/

div.tab .search form {
    float: right;
    width: 176px;
}

div.tab div.search input {
    background-color: #FAFAFA;
    border: 1px solid #E0E0E0;
    font-size: 11px;
    font-weight:	500;
    height: 18px;
    margin-right: 2px;
    width: 170px;
    font-family:	ubuntu;


    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

table.tab th {
    background: linear-gradient(#F7F7F7, #D9DCE1);
    line-height: 29px;
    text-align:center;
    padding: 2px;
    border: 1px solid #D6D6D6;
    cursor: default;
}

table.tab th a, table.tab th  {
    color: #444444;
    font-size: 13px;
    font-weight: 500;
    text-shadow:  0.5px 0.5px 1px white;
    text-decoration: none;
}

table.tab th.selected {
    background: linear-gradient(#E8E8E8, #B7B7B7);
}

#obsah table.tab th.selected {
    background: #0093A5;
}

table.tab td {
    border: 1px solid #D6D6D6;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
    padding: 1px 3px;
    height: 23px;
}

table.tab td.no_padding{
    padding: 0;
}

table.tab td.no_vert_padding{
    padding-top: 0;
    padding-bottom: 0;

}

table.tab td.uhrazeno {
    background-color: #D0FFCB;
    color: #000000;
    text-align: center;
}

div.table-bookmark table.tab tr td.tb-text.uhrazeno {
    background: #D0FFCB;
    color: #000000;
    text-align: left;
}


table.tab td.neuhrazeno,
table.tab td.nevypracovan {
    background-color: #FFD6CD;
    color: #000000;
    text-align: center;
}

table.tab td.castecne-uhrazeno {
    background-color: #FFCC99;
    color: #000000;
    text-align: left;
}

div.table-bookmark table.tab tr td.tb-text.neuhrazeno {
    background: #FFD6CD;
    color: #000000;
    text-align: left;
}

div.table-bookmark table.tab tr td.tb-text.castecne-uhrazeno {
    background: #FFCC99;
    color: #000000;
    text-align: left;
}

div.tab div.footer {
    background: none repeat scroll 0 0 #D8D8D8;
    border: 1px solid #D6D6D6;
    min-height: 38px;
    padding-top: 3px;


    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;

    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.tab td a {
    color: #143d7b; /*2A8794;*/
    text-decoration: none;
}

div.tab div.bottomleft {
    height: 21px;
    width: 27px;
    float: left;
}

div.tab div.bottomcenter {
    width: auto; 
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
}

div.tab div.bottomcenter div.row-count {
    float:left;
    line-height:32px;
}

table.tab tr.footer td {
    background-color: #878787 !important;
    color: #FFFFFF;
    height:	25px; 
}


table.tab tr.odd {
    background-color: #e7e9ee;
}



table.tab tr.even {
    background-color: #f5f5f5
}

table.tab tr.even.tr_reaction,
table.tab tr.odd.tr_reaction{
    /*  background-color: #FAFAE9;*/
}

table.tab tr td.num{
    text-align: right
}

td.gold_lenght {
    border-radius: 0
}

.table-bookmark {
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding: 9px 14px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    width: 800px;/*700px;*/
    float: left;
}

.table-bookmark.admin-height {
    min-height: 299px;
}

div.table-no-bookmark {
    padding-bottom: 15px;
}
div.table-bookmark div.bookmark-line {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}
/*div.table-bookmark div.icon {
    background: url("../img/private/user/user-icon.png") no-repeat scroll 15px 5px rgba(0, 0, 0, 0);
    float: left;
    min-height: 90px;
    width: 70px;
}
div.table-bookmark div.investment-icon {
    background: url("../img/private/user/investment-icon.png") no-repeat scroll 15px 5px rgba(0, 0, 0, 0);
}
div.table-bookmark div.cuts-icon {
    background: url("../img/private/user/cuts-icon.png") no-repeat scroll 15px 5px rgba(0, 0, 0, 0);
}*/
div.table-bookmark ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
div.table-bookmark div.bookmark-line ul li {
    background: url("../img/private/table/bookmark-li.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #00a8bc;
    cursor: pointer;
    float: left;
    font-size: 17px;
    list-style: outside none none;
    padding: 7px 30px 7px 20px;
    margin-top: 0px !important;
}
div.table-bookmark div.bookmark-line ul li:FIRST-CHILD {
    padding-left: 5px;
}
div.table-bookmark div.bookmark-line ul li.active {
    color: #00658a;
}
div.table-bookmark div.bookmark-line ul li:last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.table-bookmark div.tab {
    display: none;
    margin-bottom: 0;
    margin-right: 0;
    /*min-height: 170px;  */
    /*height: 292px;*/
    width: auto;
}
div.table-bookmark table.tab{
    border-collapse: separate;
    border-spacing: 3px;
}
div.table-no-bookmark div.tab {
    color: #ffffff;
    display: block;
    min-height: 50px;
    padding-left: 10px;
    width: 100%;
}
div.table-no-bookmark table.tab{
    border-collapse: separate;
    border-spacing: 3px;
}
div.table-no-bookmark h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    margin: 15px 0 10px;
    padding: 0 0 0 17px;
}
div.table-no-bookmark h2:first-of-type {
    margin: 0 0 10px;
}
div.table-bookmark div.tab div.body {
    width: auto;
}
div.table-bookmark div.active {
    display: block;
}
div.table-bookmark table.tab tr td {
    /*border: 5px solid #6e7895;
    color: #ffffff;
    font-weight: normal;
    height: 25px;
    width: 135px;*/
    border: none;
    background: none;
    width: 150px;
}
div.table-bookmark table.tab tr td.after_rowspan, div.table-bookmark table.tab tr td:nth-child(3) {
    padding-left: 15px;
    width: 165px;
}
div.table-bookmark table.tab tr {
    background: none;
}
div.table-bookmark table.tab tr td a {
    color: #787878;
}
div.table-bookmark table.tab tr td div.columns{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-rule-width: 50%; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 50%; /* Firefox */
    column-rule-width: 50%;
}
div.table-bookmark table.tab tr td a:hover {
    text-decoration: underline;
}
div.table-bookmark table.tab tr td.tb-text {
    background: -moz-linear-gradient(center top , #ededed 0%, white 50%, white 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding-left: 5px;
    color: #8c8c8c;
    width: 255px;
}

div.table-bookmark table.tab tr td.tb-text.tb-higher{
    padding-top: 5px;
    padding-bottom: 5px;
}

div.table-bookmark table.tab tr td.tb-text a {
    color: #00a8bc;
}
div.table-bookmark table.tab tr td li{
    display: list-item !important;
    float: none !important;
    margin: 0 !important;
}
div.table-bookmark table.tab tr td ul{
    margin-left: 10px !important;
    display: block !important;
}
div.table-bookmark div.buttons {
    float: left;
    height: 40px;
    padding-left: 42.8%;
    margin-top: 8px;
    margin-bottom: 5px;
}
div.table-bookmark div.buttons-line {
    background: none repeat scroll 0 0 #c8c8c8;
    float: left;
    height: 1px;
    margin: 8px 10px 10px;
    width: 99%;
}
div.table-bookmark div.buttons span {
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 10px;
    width: 52px;
}
div.table-bookmark div.buttons span.btn-left {
    background: url("../img/private/table/btn-left.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.table-bookmark div.buttons span.btn-right {
    background: url("../img/private/table/btn-right.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.table-bookmark table.tab tr.dekurs {
    height: 180px;
}

table.tab .extended {
    color: #003667 !important;
    font-weight: bold;
}


div.table-bookmark table.tab tr td.tb-text.higher{
    padding: 5px 0px 5px 5px;
    min-height: 100px;
    display: block;
    max-height: 270px;
    overflow: auto;
    width: 665px;
}

div.table-bookmark table.tab tr td.tb-text.barva {
    background: none;
    color: black;
}

table.tab td a.a_offer{
    float: left;
    width:auto;
}

table.tab td.tb-title{
    font-size:15px;
}


/**
 * NAVIGACE MP 9.2.15
 **/ 



.table-navigation{
    background-color: #F5F5F5;
    position: fixed;

}

.table-navigation table{
    width: 100%;
}

.table-navigation div.nav-header {
    background: linear-gradient(#3099A4, #267D8B) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
} 

.table-navigation .nav-links a{
    padding: 4px 8px 4px 8px;
    font-size: 14px;
}

.table-navigation .line{
    border-bottom: 1px solid #DCDCDC;
}

.table-navigation td.submit{
    padding: 16px 0px 15px 81px;
}

.table-navigation td.submit input{
    width: 240px;
}

.table-navigation .nav-title{
    color: #2A8794;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 5px 8px;
    border-bottom: 1px solid #DCDCDC;
}

.table-navigation .space{
    padding-top:10px;
}
.table-navigation .space1{
    padding-top:15px;
}

table.tab td.bg-green{
    background: none !important;
    background-color: #D0FFCB !important;
    color: #000000;
}

table.tab td.bg-red, table.tab tr.bg-red{
    background: none !important;
    background-color: #ffd6cd !important;
    color: #000000;
}

table.tab tr.bg-green {
    background: none !important;
    background-color: #d0ffcb !important;
    color: #000000;  
}

table.tab .no_record td{
    min-width : 740px/*940px*/;
}




table.tab td.volase {
    background-color: #D0FFCB;
    color: #000000;
    text-align: center;
}

table.tab td.nevolase {
    background-color: #FFD6CD;
    color: #000000;
    text-align: center;
}


.submit-send_addr.delete-btn{
    color: white;
    background-color: transparent;
    background: none repeat scroll 0 0 #2A8794;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    border-radius: 3px;
    margin-left:20px;
    font-size: 13px;
    border:none;
    padding-left: 8px;
    padding-right: 8px;
    margin-top:-1px;
    cursor: pointer;
}

table.tab .no_record td.info_txt{
    padding: 20px;

}


.ano, .volase, .aktivni, .potvrzeny, .otevrena, .hotova, .vykazan, .opraveno---vykazan, .ok, .uhrazeno, .doruceno, .odeslana, .potvrzeno, .hotovy {
    background-color: #d0ffcb;
    text-align: center;
    color: black;
}

.ne, .nevolase, .neaktivni, .odstraneny, .uzavrena, .rozpracovana, .nevykazan,/* .opraveno---nevykazan,*/ .chyba, .neuhrazeno, .nedoruceno, .nepotvrzeno, .chybnaodpoved {
    background-color: #FFD6CD;
    text-align: center;
    color: black;
}

.storno, .stornovano, .nezjisteno, .castecne-vyk, castecne-vykazana, .ke-kontrole, .ke-korekture {
    background-color: #FFD394;
    text-align: center;
    color: black;
}



.nelze {
    text-align: center;
}

.ne.left{
    text-align: left;
}

table.tab td.mandatory{
    font-weight: bold;
}

div.table-bookmark table.tab tr td.tb-text.ok,
div.table-bookmark table.tab tr td.tb-text.ano{
    background: #d0ffcb;
    text-align: left;
    color: black;
}

div.table-bookmark table.tab tr td.tb-text.storno,
div.table-bookmark table.tab tr td.tb-text.stornovano{
    background-color: #FFD394;
    text-align: left;
    color: black;
}

div.table-bookmark table.tab tr td.tb-text.chyba,
div.table-bookmark table.tab tr td.tb-text.ne{
    background: #FFD6CD;
    text-align: left;
    color: black;
}

div.table-bookmark table.tab tr td.tb-text.ne.mena,
div.table-bookmark table.tab tr td.tb-text.ano.mena{
    text-align: right;

}


table.tab td.detail a, table.tab td a.detail {
    display: block;
    background: linear-gradient(#FBFBFB, #D0D0D0);
    border: 1px solid #D0D0D0;
    color: #003668;
    float: none;
    height: 22px;
    line-height: 22px;
    margin: auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
}

table.tab td a.detail {
    display: inline-block;
}

table.tab td.detail.small a, table.tab td a.detail.small {
    width: 70px;
}

table.tab td.detail.short a {
    width: auto;
    padding: 0 10px;
}

table.tab td a.detail.small.hotov, 
table.tab td a.detail.small.back2wroom {
    width: 40px;
    float:left;
}

table.tab td a.detail.small.back2wroom {
    width: 25px;
}

table.tab td a.set_stav_hotov{
    float:left;
    width: 60px;
    line-height: 28px;

}

table.tab td.detail.disabled a {
    color: #555;
    cursor: default;
}

table.tab td.navsteva a {
    width: 72px;
}

.tab.filter{
    min-width: 850px; 
}

table.znacka tr {
    /*height: 60px;*/
}

table.znacka label {
    display: inline-block; 
    height: 25px;
}

table.znacka .popis {
    height: 32px;
}

/*
Filtr
*/

div.filter-link {
    background: none repeat scroll 0 0 /*#2A8794*/ #09639f;
    border-radius: 3px;
    float: left;
    margin: 2px 0 0 4px;
    position: relative;
    text-align: center;
    width: 38px;
}

div.filter-link a {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
}


div.form-filter.formular {
    width: auto;
    margin-bottom: 0px;
    background :none;
    position: relative;
}

div.form-filter.formular div.form-content{
    background :none; 
    background-color: #F5F5F5;
}

div.form-filter.formular td.label{
    width: 180px;
}

div.form-filter.formular td.label.datum_do {
    width: 35px;
}

div.form-filter.formular td.label.operation{
    width: 176px;
}

.navigation-box div.formular div.form-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-filter .label {
    padding-right: 10px;
}


div.formular.form-filter INPUT[type="checkbox"] {
    margin: 5px 0;
    position: static;
}

.navigation-box div.formular div.form-footer {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
}

.navigation-box .formular .submitForm {
    margin: 0;
    position: static;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 0px;
}

.navigation-box td.submit {
    text-align: center;
    padding: 0;
}

div.filter div.formular td.submit input {
    height: 30px;
    left: 660px;
    position: absolute;
    width: 160px;
    top: 5px;
    /*
    height: 30px;
    left: 770px;
    position: absolute;
    width: 160px;
    top: 3px;*/
}



div.tab div.search input#hledat{
    display: none;
}

.tab.search {
    table-layout: fixed;
}


table.tab td.bold{
    font-weight: bold;
}

table.tab td.mena{
    text-align: right;
}

/*

KARTA

*/
#kartaHlavicka .tab{
    margin: 0px;
    width: 100%;
    margin-top: -3px;
}

#kartaHlavicka .tab.karta_pacient tr:first-child td{
    font-size:11px;
    padding: 0px 4px;  
} 

#kartaHlavicka .tab.karta_pacient .nemoci-alergie td {
    font-size: 11px;
}

#kartaHlavicka .tab.karta_pacient tr:nth-child(2) td:first-child{
    text-align:center;

} 


.tab.karta_pacient td{
    font-size: 13px; 
    padding: 5px;
}


.tab.karta_pacient td.bigger{
    font-size: 15px; 
}


.tab.karta_pacient table.nemoci-alergie {
    border-collapse: collapse;
    width: 100%;
    height: 34px;
}

.tab.karta_pacient table.nemoci-alergie td {
    border: none;
    text-align: left !important;
    width: 50%;
    padding: 0 4px;
}

.tab.karta_pacient table.nemoci-alergie td a {
    color: red;
}

.tab.karta_pacient table.nemoci-alergie td:first-child {
    border-right: 1px solid grey;
}

.tab.karta_pacient table.nemoci-alergie tr:nth-child(2) {
    border-top: 1px solid grey;
}

table.tab td .formular td{
    border: none;
    height: auto;
} 

table.tab td.red, table.tab td.red a {
    color: red;
}

table.tab td.green {
    color: green;
}

div.termin div.tab, div.termin div.tab div.body {
    float: none;
}

div.tab a.header_btn {
    background: linear-gradient(#FAFAFA, #EDEFF1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 4px;
    padding: 0 12px;
    margin-top: 2px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #646464;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    float: left;
}

table.tab td div.fraze {
    padding: 2px 3px; 
}


#chat_read{
    float: left;

    background: none repeat scroll 0 0 #2A8794;
    border-radius: 3px;
    margin: 2px 0 0 4px;
    position: relative;
    text-align: center;
    width: auto;
    color: white;
    border: none;
    padding:5px 8px;
    cursor: pointer;    
}

table.tab .center {
    text-align: center;
}

table.tab .white {
    color: white;
}

table.tab.parodontologie td {
    width: 30px;
}

.parodont-td-between {
    background: none;
    width: 5px !important;
    border-top: none;
}

table.tab span.show_hide, table.tab span.show_hide_lecba, table.tab span.show_hide_lecba_all {
    color: #00a8bc;
    cursor: pointer;
    font-size: 22px;
    margin: 0 0 0 -2px;
}

table.tab span.show_hide_lecba_all {
    font-weight: bold;
    display: inline-block;
    width: 28px;
}

/* TB 12.2.2019 */
table.tab span.show_hide_lecba_all.hidden {
    display: none !important;
}

.typ-vv {
    position: absolute;
    left: 290px;
}

.table-button {
    background: linear-gradient(#FAFAFA, #EDEFF1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 3px;
    padding-left: 12px;
    margin-top: 2px;
    height:	25px;
    padding-top:0;
    border: none;
    color: #646464;
    cursor: pointer;	
    font-size: 11px;
    font-family: Ubuntu,"trebuchet MS","Lucida Grande","Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif !important;	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;	
    float: left;
}

a.table-button {
    height: 25px;
    text-decoration: none !important;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    color: #646464 !important;
}

a.table-button.add-button {
    background: url("../img/form/b_add.png") no-repeat scroll 7px center rgba(0, 0, 0, 0);
}

div.tab.no-margin-bottom {
    margin-bottom: 0;
}

table.tab td.dark_right_border{
    border-right: 1px solid #555;
}

.tab.proucetnictvi th{
    text-align: left;
    padding-left: 5px;
}

table.tab td.detail.thin a{
    width: 60px;
}

table.tab tr.footer td.mena.bold{
    font-weight: bold;
}

table.tab tr.footer.dark td {
    background-color: #666 !important;
}

div.tab input.header_btn, 
div.tab a.header_btn {
    background: linear-gradient(#FAFAFA, #EDEFF1) repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 4px;
    padding: 0 12px;
    margin-top: 2px;
    height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #646464;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    float: left;
    
    border: 0 none;
}

div.tab a.header_btn.highlight {
    background: linear-gradient(#ffa0a0, #ff9696) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: #ff0000;
    color: #fff;
    border: 1px solid #ff8c8c;
    border-radius: 4px;
    height: 23px;
    line-height: 23px;
    padding: 0 32px;
    font-weight: 600;
    box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.8);
}

div.table-bookmark table.tab tr td.tb-text.black{
    color: #333;
}



.paginate_count{
    display:none;
    position: absolute;
    width: 200px;
    height: 50px;
    z-index: 1;
    background: white;
    margin-top: -52px;
    border: 1px solid #bbb;
    margin-left: 3px;
    line-height: 50px;
    font-size: 12px;
}

#desktop_chat div.filter div.formular td.submit input{
    width: 110px
}

div.form-filter.formular td.label.datum_eet{
    padding-left: 7px;
    padding-right: 6px;
    width: 16px;
}

table.tab .even.tr_storno,
table.tab .odd.tr_storno
{
    background-color: #ffe2e1;
}


table.tab .even.tr_stav_storno,
table.tab .odd.tr_stav_storno
{
    background-color: #FFEDCC;
}

table.tab .even.tr_vyuctovani_sluzeb,
table.tab .odd.tr_vyuctovani_sluzeb
{
    background-color: #fff0f0;
}


#tb_filtr_name{
    margin-left: 170px;
    border-radius: 0;
    background-color: white;
    height: 30px;
    color:black;
    text-align: left;
    padding:0px 8px;
    font-size: 14px;
    border: 1px solid #E4E4E4;
    margin-top: 1px;
    width:140px;
}

#tb_filtr_save{
    margin-left: 338px;
    background-color:#09639f;
}

#filter-is_today{
    margin-left: 10px;
    margin-top: 10px;
}

label[for="filter-is_today"]{
    position: relative;
    top: -2px;
}



.kalendarRight .toSee {
    float: left;
    width: 710px; /* DV 710 */

}

.kalendarRight .toSee td,
td.flow_note{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;

}

.kalendarRight .toSee .tab{
    width: 700px;

}

.kalendarRight .vCekarne .tab,
.kalendarRight .vOrdinaci .tab{
    width: 770px;
}

.kalendarRight .flowRight {
    float: left;
    /*border: 1px solid #434343;*/
    width: 770px;
}

.flowRight .vCekarne {
    height: 220px;
    /*border: 1px solid #434343;*/
}


.flowRight .vOrdinaci {
    height: 200px;
    border: 1ps solid #434343;
}


.flowRight .hotovo {
    height: 200px;
    border: 1ps solid #434343;
}

.yellowMsg {
    padding: 10px 20px 10px 20px;
    border: 1px solid #f4bd00;
    background-color: #ffecb3;
    color: black;
    /*width: 810px;*/
    font-size: 13px;	
}

.greenMsg {
    padding: 10px 20px 10px 20px;
    border: 1px solid #259c36;
    background-color: #b3ffb5;
    color: black;
    /*width: 810px;*/
    font-size: 13px;	
}

.pinkMsg {
    padding: 10px 20px 10px 20px;
    border: 1px solid #e75f6c;
    background-color: #fabfc5;
    color: black;
    /*width: 810px;*/
    font-size: 13px;	
}

.fixed_header{
    display: block;
    position: fixed;
    z-index: 5;
    width: 100%;
    float:none;
}

table.tabKalendar .fixed_header{
    margin-left: -1px;
}

table.tabKalendar .fixed_header .noleft{
    left: 0 !important;
}


.calendar_under .tabKalendar.tyden,
.calendar_under .tabKalendar.mesic{
    margin-left: 0px;
}

.under .fixed_top{
    position: fixed;
    width: 824px;
    /*min-width: 1200px !important;*/
    top: 121px;
    background: url("../img/private/background/bg.jpg");
    background-position: 0 0;
    padding-top: 10px;
    margin-top: -20px;
    padding-bottom: 4px;
    margin-bottom: -2px;
    z-index: 1;

}

.calendar_under{
    position:relative;
}


.calendar_under .td_first{
    width: 66px !important;
    min-width: 66px !important;
}

.calendar_under div.tab{
    margin: 0;
    padding: 0;

}

.calendar_under .kalendarRight{
    padding-top: 0px;
    margin-top: 0px;
}

.inner_shadow{
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
}

.kalendar_nav{
    float:left;
}


.tabKalendar.mesic,
.tabKalendar.tyden{
    min-width: 190px !important;
}


.calendar_under table.tabKalendar td.clientemptyTyden,
.calendar_under table.tabKalendar td.clientfullTyden{
   /* width: 75px !important;*/
}

#calendar_nav a{
    font-size: 13px;
}

#calendar_nav li{
    line-height: 18px;
}

#calendar_nav li > ul{
    padding-right: 0px;

}

.tab.planovane_navstevy{
    padding-right: 0px;
    width: 100%;
    max-width: 1920px;
}

.tab.planovane_navstevy th:last-child{
    width: 60% !important; 
}

.tab.planovane_navstevy th,
.tab.planovane_navstevy td
{
    white-space: nowrap;
}

.nevykazane-list .tab {
    padding-right: 0;
}



/* TB 31.1.2019 */

.claim-983-table #submit-claim_983 {
    left: 622px;
    top: 4px;
}

th.quarter-divider {        
    background: #FF3333 !important;
    height: 2px !important;
    padding: 0 !important;
}

.tab .form-filter form[name="formbez_planu"] td.submit input{
    left: 760px;
}


table.davka-table {
    transform: translate3d(0, 0, 0);
}



.td-operation {
    height: 1px;
}

.td-operation a {
    height: 100%;
}

.table-operation {
    color: #00a8bc;
    width: 24px;
    height: 100%;
    line-height: 1.5 !important;
}

.er-note-resitel td {
    background-color: #ffdede !important;
}
