html.progress, html.progress * {
    cursor: progress !important;
}

root { 
    display: block;
}
/*
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #3a4f54;
    font-size: small;
}
*/
a {
    /*color: #e33b06;*/
    /*color: #cc0033;*/
    color: #AE151B;
}

table {
    empty-cells: show;
}

form.jsfcrud_list_form th, td th {
    font-size: x-small;
    color: #4e6a71;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #90b4bd;
    border-right-color: #90b4bd;
    letter-spacing: 3px;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #c3c3c3;
}

td {
    vertical-align: top;
    padding-bottom: 8px;
    font-size: small;
    padding-left: 1em;
    padding-right: 1em;
}
th {
    background-color: #ffffcc;
}
/*
form.jsfcrud_list_form td, td td {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #b2d5d6;
    border-bottom-color: #b2d5d6;
    border-left-color: #b2d5d6;
    border-right-color: #b2d5d6;
    vertical-align: baseline;
    padding-bottom: 0px;
}
*/
tr.jsfcrud_odd_row {
    background-color: #fefeff;
    color: #4e6a71;
}


tr.jsfcrud_even_row {
    /*background-color: #eff5fa;*/
    background-color: #ffffcc;
    color: #4e6a71;
}
.first {
    /*width: 1.2em;*/

}

.second {
    width: 40em;
}

.third {
   /* width: 1em;*/
} 

.fourth {
   /* width: 7em;*/
} 

.col_width_dynamic {
}

.col_width_5 {
    width: 5em;
}

.col_width_10 {
    width: 10em;
}

.col_width_20 {
    width: 20em;
}
.col_width_30 {
    width: 30em;
}
.col_width_40 {
    width: 40em;
}
.col_width_50 {
    width: 50em;
}

#busyImage {
    position: absolute;
    left: 50%;
    top: 50%;
}

.button   {
    /*display: inline-block;      ruší none při tisku*/
    border-width: 0px; 
    border-radius: 10px; 
    font-size: 1em; 
    font-weight: initial;
    line-height: 1em; 
    color: white;  
    background-position-x: 0px;
    background-position-y: -8px;
    background-color: #B32B30;
    /*background-image: url("../../resources/img/layout/button_background.gif"); */
    background-image: url("/PthKlubMontV5/faces/javax.faces.resource/img/layout/button_background.gif");
    background-repeat: repeat-x;
    margin: 0 8px; 
    padding: 7px 1.1em; 
    position: relative;
    overflow: visible;
    z-index: 1;
    zoom: 1;
    white-space: nowrap;
    cursor: pointer;
}
.button:disabled   {
    background-color: #CCCCCC;
    background-image: none;
}

.dt_row {
    /*height: 10px;*/
    max-height: 5px;
    max-width: 5px;
}

label {
    color:  #AB1F24;
    font-weight: bold;
    float: right;
}

.bodyArticle{
    display: block;
    padding: 2em;
}

.header1{
    display: block;
    font-size: 2em;
    padding-bottom: 1em;
}

.headerAdmin{
    display: block;
    font-size: 1.5em;
    margin: 1.6em 0 0.7em 0;
    font-weight: bold;
}
.formAdmin{
    padding: 1em;
}
.tableFormAdmin{
    padding: 0 1em;
}
/*=====user/invoice/Print.html=====*/
.noprintBtn{
    display: block;
    margin: 2em auto;
    width: 210mm;
}
.printwrapper{
    display: block;
    margin: 0;
    padding: 0;
}
.page{
    display: block; 
    box-sizing: border-box;
    border: #000000 1px solid; 
    padding: 15mm; 
    width: 210mm; 
    height: 297mm; 
    margin: 0 auto 1em auto; 
    box-shadow: 10px 10px 5px grey;
}
.page .nadpis{
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 2em;
    display: block;
}
.page .hlavicka{
    width: 90%;
}
.page label{
    font-weight: bold;
    color: #666;
    float:left;
    margin-right: 5px;
}
.body{
    display: block;
    line-height: 2em;
    height: 75%;
    width: 90%;
    margin: auto;
}
.body .important{
    font-weight: bold;
}
.printfooter{
    line-height: 2em;
    display: block;
    margin: auto;
}
@media print{
    *{
        background: none;
        font-size: 100%;
    }
    .noprint{
        display: none;
    }
    .noprintBtn{
        display: none;
    }
    .printwrapper{
       width: 100%;
       height:auto;
       position: absolute;
       top: 0;
       bottom: 0;
    }
    .page{
       box-shadow: none;
       margin: 2em auto;
       padding: 0;
       width: 90%;
       height: auto;
       border: none;
       
    }
    .body{
        height: auto;
    }
    .printfooter{
        position: absolute;
        bottom: 0;
        width: inherit;
        
    }
}
    
/*=====Stripped table=====*/
.tableVisible, .tablePrint{
    max-width: 100%;
    border: 1px solid;
    empty-cells: show;
    border-collapse: collapse;
}
/*---ohraničení uvnitř tabulky---*/
.tableVisible tr th, .tableVisible tr td, .tablePrint tr th, .tablePrint tr td{
    border: 1px solid;
    padding: 3px 1em;
}
.tableVisible tr:nth-child(even), .tableVisible tr th{
    background-color: #ffffcc;
}
td{
    padding: 3px 1em; 
}
.col_center {
    text-align: center;
}
.col_right {
    text-align: right;
}
.col_giftName{
    min-width: 30em;
}    
