/* Elementy */
body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: white;
    /*color: #5dafd3;*/
    color: #333;
    font-family: Calibri, Arial, sans-serif;
}

a{
    padding: 0;
    margin: 0;
}

h2{
    color: #59C1E8;
    border-bottom: 2px #59C1E8 solid;
}

h5{
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

img{
    border:none;
}

table{

    width: 100%;
    font-size: 12px;
    border-color: #5dafd3;
    border-collapse: collapse;
}

thead tr{
    border-bottom: 2px solid;
    font-size: 0.8em;
}

tbody tr{
    border-bottom: 1px solid;
    font-size: 12px;
    height: 40px;
}

table tr th{
    text-align:left;
}

table tr td{
    text-align: left;
}

table tr td a{
    display: inline-block;
    line-height: 32px;
    height: 32px;
    padding: 0px;
    margin: 3px 0px 0px 0px;
}

#post tbody tr:hover{
    background: #6DCAEC;
}

.highlight{
    background: #99CC00;
}

table .id{
    text-align: center;
    width: 10%;
}
table .name{
    width: 20%;
}
table .action{
    width: 5%;
    text-align: center;
}
table .action img{
    display: inline-block;
}
.payroll{
    white-space: nowrap;
}

.payroll thead tr{
    background: #eee;
    border: none;
}
.payroll thead tr .name{
    width: auto;
}

.payroll tbody tr{
    height: 20px;
}
.payroll tbody tr:hover{
    height: 20px;
    line-height: 20px;
    background: #6DCAEC;
}
.payroll th{
    text-align: center;
    border: 1px solid white;
    padding: 5px;
}

.payroll tbody tr .name {
    width: auto;
}

.payroll tbody tr .name a{
    display: inline;
    line-height: 15px;
    height: 15px;
}

.payroll tbody tr .actions {
    width: 20px;
}

.payroll tbody tr .actions .inclusionAction{
    display: none;
    margin: 0;
    height: 15px;
}

.payroll tbody tr .actions .inclusionAction img{
    height: 15px;
    width: 15px;
    margin-bottom: -3px;
}
.payroll tbody tr:hover .inclusionAction{
    display: inline;
}
.payroll tbody tr td{
    text-align: center;
    padding: 0px 5px;

}
.payroll tbody tr .name{
    text-align: left;
}

.statistics table{
    width: 100%
}

.statistics table, .statistics table tr, .statistics table tr td{
    font-size: 13px;
    border: 2px solid black;
    text-align: center;
    border-collapse: collapse;
}

.statistics .zus, .statistics .zus tr, .statistics .zus tr td{
    border: none;
    text-align: left;
    border-collapse: collapse;
}

.statistics h4{
    margin: 30px 0px 0px 0px;
}
.statistics .descript{
    font-size: 13px;
    margin: 0px;
}
.wideTable{
    width: 100%;
    overflow: auto;
}

label{
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
input{
    font-family: 'Roboto', Calibri, Arial, sans-serif;
    /*outline: none;*/
}
.bold{
    font-weight: bold;
}

.printShow{
    display: none;
}

.infos, .infos tr, .infos td{
    text-align: left;
    padding: 0;
}

.infos tr{
    border: none;
    height: 20px;
    margin-bottom: 10px;
}

.infos th{
    padding: 5px 0 0 40px;
    font-weight: normal;
    color: #aaa;
}

.infos td{
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 0px 5px 40px;
    margin: 0;
    font-size: 16px;
}
.infos .infosPhoto{
    width: 170px;
    padding: 0;
}

.toTop{
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -32px;
    background: #eee;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

.toTop:hover{
    background: #59c1e8;
}

.noBorder tr, .noBorder td{

    border: none;

}

#flashes{
    margin: 1% 2%;
}

.flash{
    width: 93%;
    margin: 1% auto;
    padding: 0.5% 0.5% 0.5% 4%;
    display: none;
    color: #474747;
}

.error li{
    border: none;
    color: #474747;
}
/*#06B9FF*/
/*#2E83FF*/

.info{
    background: url('../images/icons/32x32/2_action_about.png') left center no-repeat #59c1e8;
    border: 2px solid #0099CC;
}

.warn{
    background: url('../images/icons/32x32/11_alerts_and_states_warning.png') left center no-repeat #FFF7D7;
    border: 2px solid #FAD163;
}

.error{
    background: url('../images/icons/32x32/11_alerts_and_states_error.png') left center no-repeat #FF9494;
    border: 2px solid #EE3D26;
}

/* Seznam */
ul li{
    list-style: none;
    border-bottom: 3px solid #bababa;
    color: #999;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}
ul ul{
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
}
ul li > ul li{
    border-bottom: none;
}
ul li > ul li{
    color: #3b3b3b;
    padding: 10px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: normal;
}

/* Select */
select{
    behavior:url(../PIE.htc);
    border-style: solid;
    background: transparent;
    border-width: 0px 1px 1px 1px;
    border-color: #a9a9a9;
    color: #a9a9a9;
    padding:  0px 5px 5px 5px;
    -moz-border-image: url('../images/border.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border.png') 27 repeat stretch;
    border-image: url('../images/border.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
}

select:focus{
    behavior: url(../PIE.htc);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #0099CC;
    color: #000;
    padding: 0px 5px 5px 5px;
    -moz-border-image: url('../images/border_focused.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border_focused.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border_focused.png') 27 repeat stretch;
    border-image: url('../images/border_focused.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
}


/* Testová pole */

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=search], input[type=date], input[type=number], input[type=time]{
    behavior:url(../PIE.htc);
    border-style: solid;
    background: transparent;
    border-width: 0px 1px 1px 1px;
    border-color: #a9a9a9;
    color: #a9a9a9;
    padding:  0px 5px 5px 5px;
    -moz-border-image: url('../images/border.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border.png') 27 repeat stretch;
    border-image: url('../images/border.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
}

input[type=text][disabled], input[type=password][disabled], input[type=email][disabled], input[type=tel][disabled], input[type=search][disabled], input[type=date][disabled], input[type=number][disabled], input[type=time][disabled]{
    behavior: url(../PIE.htc);
    background: white;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #cecece;
    color: #cecece;
    padding: 0px 5px 5px 5px;
    -moz-border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border_disabled.png') 27 repeat stretch;
    border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
}

input[type=text][readonly], input[type=password][readonly], input[type=email][readonly], input[type=tel][readonly], input[type=search][readonly], input[type=date][readonly], input[type=number][readonly], input[type=time][readonly]{
    behavior: url(../PIE.htc);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #cecece;
    color: #000;
    padding: 0px 5px 5px 5px;
    -moz-border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border_disabled.png') 27 repeat stretch;
    border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
    cursor: text;
}

input[type=text][readonly]:focus, input[type=password][readonly]:focus, input[type=email][readonly]:focus, input[type=tel][readonly]:focus, input[type=search][readonly]:focus, input[type=date][readonly]:focus, input[type=number][readonly]:focus, input[type=time][readonly]:focus{
    behavior: url(../PIE.htc);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #cecece;
    color: #000;
    padding: 0px 5px 5px 5px;
    -moz-border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border_disabled.png') 27 repeat stretch;
    border-image: url('../images/border_disabled.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=date]:focus, input[type=number]:focus, input[type=time]:focus{
    behavior: url(../PIE.htc);
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #0099CC;
    color: #000;
    padding: 0px 5px 5px 5px;
    -moz-border-image: url('../images/border_focused.png') 27 fill repeat stretch;
    -webkit-border-image: url('../images/border_focused.png') 27 fill repeat stretch;
    -o-border-image: url('../images/border_focused.png') 27 repeat stretch;
    border-image: url('../images/border_focused.png') 27 fill repeat stretch;
    margin: 5px 0px 3px 0px;
    outline: none;
}

::selection{
    color: #3b4346;
    background-color: #92d3eb;
}

.selected{
    color: #3b4346;
    background-color: #92d3eb
}

::-moz-selection{
    color: black;
    background-color: #92d3eb;
}

.radio_ok{
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-top: 1px #5dafd3 solid;
    font-size: 20px;
    cursor: pointer;
}

/* Checkbox */
input[type=checkbox]{
    display: none;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox] + label{
    background-image: url('../images/checkbox_unchecked.png');
    padding-left:25px;
    height:22px;
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align: middle;
    cursor:pointer;
}

input[type=checkbox] + label::selection{
    background: transparent;
    color: #0099CC;
}

input[type=checkbox]:checked + label{
    background-image: url('../images/checkbox_checked.png');
}

input[type=checkbox][disabled] + label{
    background-image: url('../images/checkbox_disabled.png');
    cursor: default;
    color: #cecece;
}
input[type=checkbox][disabled]:checked + label{
    background-image: url('../images/checkbox_checked_disabled.png');
    color: #cecece;
    cursor: default;
}


/* Radio */
input[type=radio]{
    display: none;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio] + label{
    background-image: url('../images/radio_unchecked.png');
    padding-left:25px;
    height:18px;
    display:inline-block;
    line-height:18px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align: middle;
    cursor:pointer;
}

input[type=radio] + label::selection{
    background: transparent;
    color: #0099CC;
}

input[type=radio]:checked + label{
    background-image: url('../images/radio_checked.png');
}

input[type=radio][disabled] + label{
    background-image: url('../images/radio_disabled.png');
    cursor: default;
    color: #cecece;
}

input[type=radio][disabled]:checked + label{
    background-image: url('../images/radio_checked_disabled.png');
}

/* Tla��tka */

input[type=submit], input[type=button], input[type=reset]{
    background: #cecece;
    color: black;
    font-size: 12px;
    padding: 2px 60px;
    margin: 0px;
    border: 0px;
    font-weight: normal;
    cursor: pointer;
    height: 30px;
    overflow: visible;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0.5);
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, .buttonFocus+.buttonFocus, h4+.buttonFocus{
    padding: 0px 58px;
    border: 2px solid #59bbdc;
    background: #a6daed;
    outline: none;
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active, .buttonActive{
    background: #59c1e8;
    outline: 4px solid rgba(51, 181, 229, 0.4);
    outline-offset: -1px;
    -moz-outline-radius: 4px;
}

input[type=submit][disabled], input[type=button][disabled], input[type=reset][disabled]{
    background: #e7e7e7;
    color: #bbbbbb;
    padding: 1px 59px;
    margin: 0px;
    border: 1px solid #cccccc;
    font-weight: normal;
    height: 30px;
    overflow: visible;
    cursor: auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:	none;
}

input[type=submit][disabled]:active, input[type=button][disabled]:active, input[type=reset][disabled]:active{
    background: #e7e7e7;
    outline: none;
    outline-offset: 0px;
    cursor: auto;
    -moz-outline-radius: 0px;
}
fieldset{
    border: none;
    position: relative;
    border-top: 1px solid  #0099CC;
    margin-top: 60px;
}
fieldset legend{
    display: block;
    font-weight: 700;
    position: absolute;
    top: -25px;
    left: 10px;
    color: #0099CC;
}

.icon{
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.cleaner{
    clear:both;
    height: 0;
    overflow: hidden;
}

.siteTitle{
    display:none;
}



/* Action Bar */
.actionBar{
    color: #474747;
    position: fixed;
    right: 0px;
    top: 0px;
    left: 20%;
    background: #eee;
    height: 32px;
    padding: 0px 1%;
    border-bottom: 1px solid #aaa;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow:    0px 0px 3px #000;
    box-shadow:         0px 0px 3px #000;
    z-index: 3;
    font-size: 13px;
}
.actionBar a{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 5px;
    color: #474747;
    clear: both;
}
.actionBar span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    text-decoration: none;
    padding: 0;
    margin: 0;
    clear: both;
}
.actionBar span a{
    display: inline;
}

.actionBar a:hover{
    background: #59c1e8;
}
.actionBar a img{
    float: left;
}

.actionBar label{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    vertical-align: middle;
    text-decoration: none;
    padding: 0 5px;
    color: #474747;
    clear: both;
}

.actionBar label:hover{
    background: #59c1e8;
}
.actionBar label img{
    float: left;
}

#frm-searchForm{
    display: inline-block;
    margin: 0px 10px;
    padding: 0px;
}

#searchButton{
    display: none;
}

.actionBar label:hover{
    background: transparent;
}


/* Activity bar */

.activityBar{
    height: 4px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;

}
.activityBarWrap{
    height: 4px;
    width: 440px;
    overflow: hidden;
}
.activityBarLine{
    float: left;
    background: #0099CC;
    width: 100px;
    height: 2px;
    margin: 1px 5px 0px 0px;
    position: relative;
    right: 105px;
    -webkit-box-shadow: 0px 0px 2px rgb(0, 153, 204);
    -moz-box-shadow:    0px 0px 2px rgb(0, 153, 204);
    box-shadow:         0px 0px 2px rgb(0, 153, 204);
}

.schedule{
    border-spacing: 5px;
    border-collapse: separate;
}

.schedule thead{
    border-spacing: 0px;
}

.schedule th, .schedule tr, .schedule td{
    border: none;
}

.schedule th{
    color: #BBB;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.schedule td{
    padding: 0px;
}

.schedule .lesson{
    background: #59C1E8;
    color: white;
    text-align: center;
    padding: 0px;
}
.schedule .break{
    font-weight: bolder;
    background: #FFBB33;
    text-align: center;
    color: white;
}

.schedule .empty_without_hover{
    background: #F4F4F4;
}

.schedule .empty{
    background: #F4F4F4;
}
.schedule .active{
    background: #99CC00;
}

.schedule .lesson:hover, .schedule .empty:hover{
    background: #0099CC;
    /*-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);*/
}

.schedule a:active{
    /*background: #AA66CC;*/
    -webkit-box-shadow: inset 0px 0px 10px rgba(50, 50, 50, 1);
    -moz-box-shadow:    inset 0px 0px 10px rgba(50, 50, 50, 1);
    box-shadow:         inset 0px 0px 10px rgba(50, 50, 50, 1);
}

.schedule .active:hover{
    background: #669900;
}

.schedule tr{
    padding: 0px;
}

.schedule tr a{
    width: 100%;
    display: inline-table;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: white;
    line-height: 13px;
}

.schedule .spacerRight{
    width: 25px;
}
.schedule .spacerLeft{
    width: 25px;
    text-align: right;
    color: #59C1E8;
    font-size: 22px;
    border-right: 3px solid #59C1E8;
    padding-right: 5px;
}

.schedule .timer{
    text-align: left;
    width: 40px;
    border-spacing: 15px;
}

.schedule .timer .lessonStart{
    font-size: 15px;
    color: #444;
    font-weight: bold;
}

.schedule .timer .lessonStop{
    font-size: 11px;
    color: #999;
    font-weight: normal;
}

/*.legenda{
    display: none;
}*/

.legenda-seznam {
    float: left;
    width: 20%;
    padding: 15px 0 0 3%;

}

.legenda-nadpis {
    margin: 8px 0 3px 0;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.legenda ul {
   padding: 0 0 0 2%;
   margin: 0;
}

.legenda li {
    font-size: 11px;
    list-style: disc;
 border-bottom: none;
color: #000; 
font-weight: normal;
padding: 0px 0px 2px 0px;

}


/* Progress Bar */
progress
{

    /* Turns off styling - not usually needed, but good to know. */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    /* gets rid of default border in Firefox and Opera. */
    border: none;

    /* Needs to be in here for Safari polyfill so background images work as expected. */
    background-size: auto;

    /* Dimensions */
    width: 330px;
    height: 2px;

}

/* Firefox, Opera */
progress {
    background: #a6a6a6 !important;
}

/* Chrome */
progress::-webkit-progress-bar {
    background: #a6a6a6;
}

/* IE10 */
progress {
    color: #0099CC;
}

/* Firefox */
progress::-moz-progress-bar {
    background: #0099CC;
    -webkit-box-shadow: 0px 0px 2px rgb(0, 153, 204);
    -moz-box-shadow:    0px 0px 2px rgb(0, 153, 204);
    box-shadow:         0px 0px 2px rgb(0, 153, 204);
}

/* Chrome */
progress::-webkit-progress-value {
    background: #0099CC;
    -webkit-box-shadow: 0px 0px 2px rgb(0, 153, 204);
    -moz-box-shadow:    0px 0px 2px rgb(0, 153, 204);
    box-shadow:         0px 0px 2px rgb(0, 153, 204);
}

/* Opera */
progress::-o-progress-value {
    background: #0099CC !important;
    -webkit-box-shadow: 0px 0px 2px rgb(0, 153, 204);
    -moz-box-shadow:    0px 0px 2px rgb(0, 153, 204);
    box-shadow:         0px 0px 2px rgb(0, 153, 204);
}

/* Loader */

#load{
    display: none;
    position: fixed;
    left: 60%;
    top: 50%;
    width: 200px;
    height: 58px;
    margin-left: -100px;
    margin-top: -29px;
    background: #e8e8e8;
    padding: 10px;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#load img{
    float: left;
}
#load p{
    float: right;
    width: 122px;
    line-height: 58px;
    margin: 0px 10px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.failMsg{
    display: none;
    width: 100%;
    position: fixed;
    padding: 5px 30px;
    background: #ffff90;
    text-align: center;
    z-index: 1000;
    margin: 0px;
}

.background{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#container{
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}
.inclusionAction{
    vertical-align: middle;
}
.inclusionAction img{
    display: inline-block;
    width: 16px;
    height: 16px
}

/* Levý panel */
#panel{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 20%;
    background: #eee;
    overflow:auto;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:   inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow:        inset 0px 0px 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
    text-align: center;
}

#panel #logo{
    width: 130px;
    margin-top: 20px;
}
#panel .version{
    margin: 0;
    padding: 10px;
    text-align: left;
    color: #ccc;
    font-size: 10px;
    font-style: italic;
}
/* Přihlašovací obrazovka */
#login{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    padding: 0px 5px;
    width: 200px;
    top: 50%;
    margin-top: -100px;
    z-index: 20;
}

#login h1{
    margin-bottom: 10px;
}

#login .flash{
    padding: 5px;
    width: 186px;
    margin: 10px 0px;
}

#login input{
    width: 200px;
}
#login input[type=text], #login input[type=password]{
    width: 188px;
}

#login .info{
    background:  #59c1e8;
}

#login .warn{
    background: #FFF7D7;
}

#login .error{
    background: #FF9494;
}

#navigation .main{
    font-weight: bold;
}

#navigation .main img{
    display: inline-block;
    margin-bottom: -10px;
    margin-right: 5px;
}

#navigation{
    width: 95%;
    margin: 0% 0% 2% 0%;
    float: right;
    text-align: left;
}

#navigation a{
    display: inline-block;
    text-decoration: none;
    color: #222;
    width: 97%;
    float: right;
    padding: 0 0 0 3%;
    font-size: 14px;
}

#navigation h2{
    margin: 25px 0px 3px 0px;
    padding: 0 0 1% 3%;
    font-size: 14px;
    color: #999999;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    border-color: #bababa;
}

#navigation ul{
    padding: 0px;
    margin: 0px;
}

#navigation li{
    list-style: none;
    border-bottom: 1px #d9d9d9 solid;
    line-height: 40px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

a[href^="error:"]{
    background: red;
    text-decoration: none;
}
a[href^="error:"]:after{
    content: ' - Neklikat!';
}

#navigation .active, #navigation .active:focus, #navigation .active:hover{
    background: url('../images/active.png') right center no-repeat #59c1e8;
}
#navigation li:hover{
    background: #59c1e8;
}

#navigation li a:focus{
    background: #b8e0ee;
    outline: 2px solid #7fcdea;
    outline-offset: -2%;
}

#navigation li:active, #navigation li:active a{
    background: #7fcdea;
}



/* Obsahová část */


#content{
    position: absolute;
    top: 35px;
    right: 0px;
    bottom: 0px;
    left: 20%;
    padding: 0%;
    overflow: auto;
    outline: none;
}

#content-wrapper{
    margin: 2%;
}



.grid{
    float:left;
    width: 30%;
    max-height: 50px; 
    mix-height: 50px;
    background: #59c1e8;
    margin: 0.5%;
}

.grid img{
    float: left;
    max-width: 50px;

}

input[type=checkbox] + .grid{
    height: auto;
    display: block;
    background-image: none;
    padding: 10px;
}

input[type=checkbox]:checked + .grid{
    background-image: none;
    padding: 10px;
    background: #FF8800;
}

.grid p{
    margin: 0;
}

/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
    width:auto;
    margin-right:0px;
    overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
    margin-right:0;
}
.mCS_disabled .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_container.mCS_no_scrollbar{
    margin-right: 0px;
}

.mCustomScrollBox .mCSB_scrollTools{
    width:16px;
    height: 98%;
    top:0;
    right:0;
    left: auto;
    bottom: auto;
}

._mCS_2 .mCustomScrollBox .mCSB_scrollTools{
    width:16px;
    height:98%;
    top:0;
    right: -16px;
}

._mCS_1 .mCustomScrollBox .mCSB_scrollTools{
    width:16px;
    height: 98%;
    top:0;
    left: -16px;
}

.mCSB_scrollTools{
    margin: 2% 0px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    height:100%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
    padding-bottom:40px;
}
.mCSB_scrollTools .mCSB_draggerRail{
    width:1px;
    height:100%;
    margin:0 auto;
    cursor: pointer;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
    cursor:pointer;
    width:100%;
    height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:5px;
    height: 100%;
    margin:0 auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    height:20px;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
    bottom:0;
    margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container{
    height:auto;
    margin-right:0;
    margin-bottom:30px;
    overflow:hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
    margin-bottom:0;
}
.mCS_disabled .mCSB_horizontal .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed .mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
    margin-right:0;
    margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
    width:100%;
    height:16px;
    top:auto;
    bottom:0;
    overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
    height:100%;
    width:auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
    padding-bottom:0;
    padding-right:20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
    width:100%;
    height:2px;
    margin:7px 0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
    width:30px;
    height:100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width:100%;
    height:4px;
    margin:6px auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
    width:20px;
    height:100%;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
    float:left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
    right:0;
    bottom:auto;
    margin-left:-40px;
    margin-top:-16px;
    float:right;
}

/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools{
    opacity:0.75;
}
.mCustomScrollBox:hover .mCSB_scrollTools{
    opacity:1;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background:#dbdbdb;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#0099cc;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background:#0099cc;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background: #33b5e5;
    outline: 4px solid #c2e3ef;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    background-image:url(mCSB_buttons.png);
    background-repeat:no-repeat;
    opacity:0.4;
    filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
    background-position:0 0;
    /*
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonDown{
    background-position:0 -20px;
    /*
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonLeft{
    background-position:0 -40px;
    /*
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonRight{
    background-position:0 -56px;
    /*
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
    opacity:0.75;
    filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
    opacity:0.9;
    filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/* Záložky */
.tabs{
    width: 100%;
    margin: 0px 0px 30px 0px;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #59c1e8;
}
.tabs a{
    padding: 0px 20px 3px 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    color: #222;
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
    margin-bottom: 4px;
}

.tabs .active{
    font-weight: bold;
    border-bottom: 4px solid #59c1e8;
    margin-bottom: 0px;
}

.tabs a:hover{
    border-bottom: 4px solid #59c1e8;
    margin-bottom: 0px;
}

.photo{
    float: left;
    margin-right: 20px;
    max-width: 170px;
    max-height: 170px;
}

.help{
    font-size: 0.9em;
    cursor: help;
    color: #555;
}

pre{
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    z-index: 1000;
}

.preplatek{
    color: green;
}

.nedoplatek{
    color: red;
}

#nette-debug pre{
    position: static;
}

.pager{
    position: fixed;
    bottom: 0px;
    left: 60%;
    text-align: center;
    width: 260px;
    background: #eee;
    margin: 0 0 0 -135px;
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    z-index: 1000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px rgb(0, 0, 0);
    -moz-box-shadow:    0px 0px 5px rgb(0, 0, 0);
    box-shadow:         0px 0px 5px rgb(0, 0, 0);
}
.pager a{
    display: inline-block;
    color: #828282;
    text-decoration: none;
    height: 16px;
    line-height: 16px;
    vertical-align: top;
    border: solid 1px #828282;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 20px;
    height: 17px;
}

.pager a:hover{
    background-color: #59c1e8;
}


.pager .now{
    display: inline-block;
    font-weight: bold;
    color: #59c1e8;
    height: 16px;
    line-height: 16px;
    min-width: 20px;
    height: 17px;
}


.pagerHelper{
    display: none;
    position: fixed;
    bottom: 50px;
    left: 60%;
    margin-left: -32px;
    background: url(../images/icons/64x64/1_navigation_expand.png) center 20px no-repeat;
}

@media all and (max-width: 480px){
    #panel{
        width: 100%;
        position: static;
    }
    #content{
        width: 100%;
        position: static;
    }
    .actionBar{
        position: static;
    }
}


/*    CSS pro ZPRÁVY*/


/******* MESSAGES *******/
article.messages{
    margin-right: 260px;
    padding: 8px;
    border: 1px solid #CCC;
    -webkit-box-shadow: #CCC 0 0 10px;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    width: 70%;
}

article.messages .answers{
    background: #eee;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px;
}

article.messages.unreaded{
    background: #E0ECFF;
}

aside#contacts{
    position: fixed;
    width: 22%;
    right: 0px;
    top: 32px;
    bottom: 0px;
    background: #F3F3F3;
    overflow: auto;
}

.messages-sender{
    margin-bottom: 10px;
}

.messages-recievers{
    margin-top: 10px;
/*    height: 32px;*/
    width: 100%;
    overflow: hidden;
}

.messages-recievers span{
    /*float: left;*/
    margin-right: 10px;
    line-height: 20px;
    font-size: 10px;
    color: #999;

}

.messages-recievers-images{
    float: left;
    margin: 3px;
}

.messages-recievers-images .recievers-image, .messages-recievers-images .recievers-image-unreaded{
    margin: 0;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.messages-recievers-images .recievers-image-unreaded img{
    opacity: 0.2;
}

.messages-recievers-images .recievers-image:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    -webkit-box-shadow: #666 0px 0px 6px inset;
}

.messages-recievers-slide{
    /*height: 32px;*/
    /*width: 90%;*/
    /*overflow: hidden;*/
}

.messages-image{
    height: 46px;
    width: 46px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.messages-image:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    -webkit-box-shadow: #666 0px 0px 10px inset;
}

.messages-image img{
    min-height: 100%;
    max-width: 100%;

}

.messages-name{
    font-weight: bold;
    color: black;
    padding-top: 7px;
    font-size: 14px;
}
.messages-date{
    font-size: 10px;
    color: #999;
    margin-top: 5px;
}
.messages-text{
    font-size: 13px;
}
.messages-text p {
    margin: 3px 0 3px 0;
}
.messages-send-button, .answers-send-button{
    float: right;
}

.answer{
    margin-bottom: 10px;
}

.answers-sender{
    margin-bottom: 10px;
    max-height: 37px;
}
.answers-image{
    height: 32px;
    width: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.answers-image:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    -webkit-box-shadow: #666 0px 0px 6px inset;
}

.answers-image img, .messages-recievers-images .recievers-image img,
.messages-recievers-images .recievers-image-unreaded img{
    min-height: 100%;
    max-width: 100%;

}
.answers-name{
    font-weight: bold;
    color: black;
    padding-top: 7px;
    font-size: 13px;
}
.answers-date{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.answers-text{
    padding-left: 48px;
    font-size: 13px;
}

.answers-text p{
    margin: 3px 0px;
}

#frm-sendAnswer{
    display: none;
}

.showAnswerForm{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    font-size: 11px;
    margin: 5px;
    color: #36c;
}

#contacts ul{
    padding: 0px;
    margin: 0px;
}

#contacts li{
    border-bottom: 1px solid #ccc;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
}
.contact-image{
    margin: 0 0 0 10px;
    height: 46px;
    width: 46px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
}

.contact-image img{
    min-height: 100%;
    max-width: 100%;

}

.online{
    border: 2px solid #53a93f;
}
.offline{
     border: 2px solid transparent;
}

#contacts li input{
    display: none;
}

#contacts li .contact{
    display: block;
    cursor: pointer;
    height: 50px;
}
#contacts li .contact:hover{
    background: #eee;
}
#contacts li input:checked+label{
    background: #4387fd;

}
#contacts li input:checked+label:hover{
    background: #356cca;
}


.contacts-name{
    line-height: 50px;
}

#contacts li input[type=checkbox] + label{
    background-image: none;
    line-height: 32px;
    text-align: left;
    font-weight: bold;
    padding: 2px;

}
#contacts li abel img{
    display: inline-block;

}
#contacts li input[type=checkbox]:checked + label{
    background: #FFBB33;
    }

.notifikace_zpravy{
    color: #FFF;
    display:block  !important;
    max-height: 15px;

    margin: 12px 30px 0px 0px;
    padding-top: 1px !important;
    padding-bottom: 3px !important;
    padding-right: 5px !important;
    background-color: #FF4444;
    float:right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 0px !important;
    font-size: 13px;
}

.notifikace_zpravy img{
    margin-left:5px;
    margin-right: 5px;
    margin-bottom: -4px !important;



}

.prihlaska_invisible{display:none;}

.prihlaska_invisible_img{display:none;}

.prihlaska_mezera{
    width:4% !important;
}

#prihlaska h3{
    margin-bottom: 0.5%;
    font-size: 14px;

}

.prihlaska_zak th{

    width:20%;

}

.prihlaska_zak td{

    width:28%;
}

.prihlaska_predmet th{

    width:30%;

}

.prihlaska_predmet td{

    width:60%;
}

.prihlaska_zastupce th{

    width:20%;

}

.prihlaska_pobocka{
    padding:1%;
    background-color: #EAF1DD;
}

.prihlaska_zastupce{
    padding:1%;
    background-color: #EAF1DD;
}

.prihlaska_zastupce td{

    width:28%;
}

#prihlaska_zak table{
    border-collapse: separate;
}

#prihlaska_zastupci table{
    border-collapse: separate;
}

#prihlaska_zak h1{
    margin:0 0 0 50%;
    text-align:center;
    font-size: 24px;
}

#prihlaska_zak td{
    border-bottom:dotted 1px black;

}

#prihlaska_zastupci td{
    border-bottom:dotted 1px black;

}

#prihlaska_zak h2{
    margin:0 0 0 50%;
    text-align:center;
    font-size: 14px;

}


.wageAssassment{
    width:780px;
    padding:20px;
        margin-bottom: 30px;
    height:100%;
     border-style: solid;
border-width: 3px;
-moz-border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
-webkit-border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
-o-border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
background-image: url(http://eis.d-music.cz/images/bg_wageAssassment.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 100%;
}



.wageAssassmentTable{
   
    
   
    
    width:780px;
}

.wageAssassmentTable tr{
    border:none;
    height:20px;
    
}

.wageAssassmentHeader{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

.wageAssassmentDate{
    text-align: center;
    font-style:italic;
}

.wageAssassmentName{
    background-color: #EAF1DD;
    font-size: 18px;
    vertical-align: top;
    padding:2px;
    
}

.wageAssassmentName td{
    padding:5px 10px;
}

.wageAssassmentTable th{
    padding:5px 10px;
    font-weight: normal;
    width: 200px;
    
}

.wageAssassmentV{
    font-size: 16px;
}

.wageAssassmentValue{
    text-align: right;
}

.wageAssassmentSpace{
    width:100px;
}

.wageAssassmentSpaceR{
    width:350px;
}

.wageAssassmentNameP{
    
    font-weight: bold; 
}

.wageAssassmentValuePlus{
    height:10px;
     font-size: 14px;
    
    
}


.wageAssassmentValuePlus th{
    
    padding:0 0 0 40px;
}

.wageAssassmentAlert{
    font-style:italic;
    font-size:14px;
    text-align: center;
}

.wageAssassmentPay{
   border-bottom: double  black;
   font-weight: bold;
   font-size: 17px;
}
.wageAssassmentPayL{
   border-bottom: double  black;
   font-size: 17px;
   font-weight: bold;
   text-align: right;
}
.wageAssassmentDot{
    text-align: center;
    border-top:dotted 2px black;
    width:360px;
    font-weight: bold;
    font-size: 15px;
}
.wageAssassmentD{
    font-size: 15px;
    
}

/* příjmové pokladní doklady */

.cash_receipt{
    width: 720px;
    height: 340px;
    border:  solid 2px #555;
        border-collapse: inherit;
        margin: 0 0 5px 0; 
        
background-image: url(http://eis.d-music.cz/images/bg_wageAssassment.png);
background-size: 50% 80%;
background-repeat: no-repeat;
background-position: 100% 20%;
}

.cash_receipt tr{
    border: 0;
}

.cash_receipt .nadpis{
    font-size: 22px;
    padding: 1%;
        width: 48%;
}

.cash_receipt .cislo_a_datum{
    font-size: 16px;
    padding: 1%;
        width: 48%;
        text-align: center;
}

.cash_receipt .hlavicka_skoly{
    font-size: 14px;
    padding: 1%;
    background-color: #EEE;
    width: 48%;
}

.cash_receipt .cena{
    text-align: center;
    vertical-align: bottom;
    font-size: 22px;
    padding: 1%;
    width: 48%;
}

.cash_receipt .radek{
    font-size: 14px;
    padding: 0 1% 0 1%;
}


.cash_receipt .podpis{
    font-size: 10px;
    text-align: center;
    border-top: dashed 1px #555;
    width: 34%;
}

.cash_receipt .podpis_mezera{
    width: 4%;

}

/*výpis z vysvědčení*/

.certificate{
    height:  920px;
    padding: 20px;
    margin-bottom: 30px;
     border-style: solid;
border-width: 3px;
-moz-border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
-webkit-border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
-o-border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
border-image: url(http://eis.d-music.cz/images/border_dmusic.png) 9 stretch;
background-image: url(http://eis.d-music.cz/images/bg_wageAssassment.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 100%;
}

.certificate tr {
    border: none;
    font-size: 12px;
}
.certificate .head td {
    text-align: center;
    font-size: 18px;
}
.certificate .izo {
    border-bottom: solid 2px #000;
}
.certificate .label td {
    padding: 30px 0 30px 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
.certificate .popis th {
    text-align: center;
    font-size: 16px;
    padding: 20px 0 20px 0;
}
.certificate .tabulka {
    border: solid 1px #000;
}
.certificate .tabulka th {
    background-color: #DDD;
    padding-left: 10px;
}
.certificate .tabulka td {
    padding-left: 20px;
}

/*katalog průběhu vzdělání (katalog konečných známek )*/

.catalog {
    border: solid 2px #333;
}

.catalog td {
    border: solid 1px #333;
    text-align: center;
}

.catalog th {
    border: solid 1px #333;
    text-align: center;
    background-color: #EEE;
}

.catalog .nadpis {
        padding-left: 10px;
    text-align: left;
    
}

/** POPUP **/

.popup{
    display: none;
    background: white;
    padding: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow:    0px 0px 9px 0px rgba(0, 0, 0, 1);
    box-shadow:         0px 0px 9px 0px rgba(0, 0, 0, 1);
}

.background{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 29;
    cursor: no-drop;
}

/** třídní knihy **/

.classbook_header tr{
    border: none;
    height: 30px;
}

.classbook_header td{
    font-size: 12px;
}

.classbook_header td span{
    border-bottom: dotted 1px #000;
    margin-right: 20px;
}

.classbook_header th{
    font-size: 24px;
}

.classbook_detail{
    border: 1px solid #000;
}

.classbook_detail thead tr{
    border: 1px solid #000;
    background: #EEE;
    font-size: 12px;
    line-height: 20px;
}

.classbook_detail thead td{
padding-left: 6px;
}

.classbook_detail tbody td {
padding: 3px 0 0 6px;
vertical-align: middle;
}

.classbook_detail tbody td p {
    font-size: 12px;
    line-height: 20px;
    -webkit-margin-before: 0;
   -webkit-margin-after: 0;
}

.classbook_detail tbody textarea {
width: 99%;
}

.page-break{
    page-break-after: always;
    height: 30px;
}