/* page */

html, * {
    padding:0;
    margin:0;
}
img {
    border-width: 0;
}
body {
    background-color: transparent;
    /*        background: url("../img/bodybg.jpg") repeat-x scroll 0 0 transparent;*/
    font-family: Arial,'Arial CE',Verdana,'Verdana CE',Tahoma,'Tahoma CE',sans-serif;
    font-size:75%;
    margin:0 auto;
}
#zamDoch_table input[disabled]{
  background: #F5F5F5;
  color: black;
  border: 1px #ccc solid;
}

/*-----------------menu--------------------*/
.wrap {
    width: 712px;
    padding-bottom: 10px;
    overflow: auto;
}

.clr{
    clear: both;
}

/* --------------tabulka--------------*/

#zam_pozn tr:hover td, #tbl_skolFile tr:hover td {
    background: lemonchiffon;
}

#zam_table, #zam_pozn, #zamDoch_table, #tbl_skolFile {
    width: 100%;
    border-collapse:collapse;
    border-left: 1px solid #304C8B;
    border-right: 1px solid #304C8B;
}
#zam_table{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
table.dataTable {
    clear: both;
    margin: 0 auto;
}

#zam_table .even td {
    background: #EFEFEF;
}
table.dataTable .even td {
    background: #EFEFEF;
}
/*table th {
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
	border: 1px solid black;
	text-align: center;
	padding: 3px 3px 3px 3px;
        background: #304C8B;
}*/
#zam_table td, #zamDoch_table td {
        border-right: 1px dotted black;
	background: #ffffff;
	padding: 2px 2px 2px 2px;
}
table.dataTable td {
    border-right: 1px dotted black;
    background: #ffffff;
    padding: 2px 2px 2px 2px;
}

/*----------------------------------------------------------------------------
-----------------------------------  ZAM ---------------------------------
------------------------------------------------------------------------------*/
#zam_table thead th, #zamDoch_table thead th {
    padding: 3px 3px 3px 3px;
    border-bottom: 2px solid #304C8B;
    font-weight: bold;
    font-size: 11px;
    border-right: 1px dotted black;
}
#zamDoch_table thead .th_topspan{
    border-bottom: 1px dotted black;
}

table.dataTable thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 2px solid #304C8B;
    border-top: 2px solid #304C8B;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer;
    border-right: 1px dotted black;
}

table.dataTable tfoot th {
    border-top: 2px solid #304C8B;
    border-bottom: 2px solid #304C8B;
    font-weight: bold;
    font-size: 11px;
    padding: 3px 0px 3px 0px;
    border-right: 1px dotted black;
}
.dT_top {
    width: 100%;
}
.dT_bottom {
    overflow: hidden;
    /*height: 19px;*/
    border-right: 1px solid #304C8B;
    border-left: 1px solid #304C8B;
    padding-bottom: 0.25em;
}

#zam_menu {
    background-color: #FFEC9E;
    behavior: url(../common/styles/PIE.htc);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    width: 53%;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
    height: 100px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

#searchbox {
    float: left;
    background-color: #FFEC9E;
    behavior: url(../common/styles/PIE.htc);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    width: 37%;
    padding: 10px;
    margin: auto;
    margin-left: 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.tbl_Zamestnanci{
    float: left;
    width: 100%;
}

#m_skol_tab {
    float: right;
    background-color: #FFEC9E;
    behavior: url(../common/styles/PIE.htc);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    width: 42%;
    padding: 10px;
    margin: auto;
    margin-right: 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.ul_form {
    list-style: none outside none;
    margin: 0.5em 0 0;
    padding: 0;
}
ul label{
    display: inline;
}
#zam_mw ul{
    list-style-type:  none;
}
#zam_menu ul, #searchbox ul, #pwd_ch_log_out ul{
    list-style-type:  none;
    display: inline;
    float: left;
    width: 100%;
}
#pwd_ch_log_out{
    width: 100%;
    float: right;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
}
#pwd_ch_log_out a {
    color: #2A0F73;
}
#zam_menu select {
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 3px;
    border: 1px solid #717171;
    border-radius: 4px 4px 4px 4px;
    width: 90px;
    margin-top: 3px;
    height: 20px;
}
#zam_menu .sel{
    width: 100px;
    float: left;
    margin-top: 7px;
    height: 24px; 
}
#zam_menu .but{
    width: 80px;
    float: left;
    margin-top: 7px;
}
#searchbox .inp{
    width: 150px;
    float: left;
    margin-top: 7px;
    height: 24px; 
}
#zam_menu .but button{
    width: 70px;
    height: 26px;
}
#searchbox input {
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 3px;
    border: 1px solid #717171;
    border-radius: 4px 4px 4px 4px;
    width: 140px;
    margin-top: 3px;
    height: 19px;
    display: inline;
}
#searchbox .but{
    width: 110px;
    float: left;
    margin-top: 7px;
}
#searchbox .but button{
    width: 100px;
    height: 26px;
    display: inline;
}
#m_skol_tab button{
    width: 140px;
    height: 26px;
}

#tbl_zam_top {
    color: white;
    font-size: 11px;
    font-weight: bold;
    background-color: #304C8B;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0px 0px;
    behavior: url(../common/styles/PIE.htc);
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    /*font-size: 100%;
    font-weight: bolder;*/
}

#tbl_zam_bottom{
    background-color: #304C8B;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(../common/styles/PIE.htc);
    height: 10px;
}
#zam_formular_tisk_top img {
    float: right;
    width: 200px;
}

#zam_formular_tisk_bottom img {
    float: right;
    width: 230px;
    margin-top: 15px;
}
.b {
    font-weight: bold;
}
#zam_formular_tisk_top, #zam_formular_tisk_bottom {
    display: none;
}
.noResult{
    text-align: center;
    border-left: #304C8B solid 1px;
    border-right: #304C8B solid 1px;
    padding: 2px 0 2px 0;
}

/*cislo prov*/
#zam_table td:first-child{
    text-align: center;
    width: 27px;
}
/*str. vypl*/
#zam_table td:first-child + td{
    text-align: center;
    width: 27px;
}
/*obec*/
#zam_table td:first-child + td + td{

}
/*cislo zamestnance*/
#zam_table td:first-child + td + td + td{
    text-align: right;
    width: 43px;
}
/*jmeno*/
#zam_table td:first-child + td + td + td + td{

}
/*fce*/
#zam_table td:first-child + td + td + td + td + td{
    width: 21px;
    text-align: right;
}
/*datum naruzeni*/
#zam_table td:first-child + td + td + td + td + td + td{
    width: 62px;
    text-align: center;
}
/*prac. pomer od*/
#zam_table td:first-child + td + td + td + td + td + td + td{
    width: 62px;
    text-align: center;
}
/*ukonceni prac. pomeru*/
#zam_table td:first-child + td + td + td + td + td + td + td + td{
    width: 62px;
    text-align: center;
}
/*evidencni stav*/
#zam_table td:first-child + td + td + td + td + td + td + td + td + td{
    width: 79px;
    text-align: center;
}

/*
 * Sorting, sipky oznaceni sloupcu atd.
*/
.sorting { background: url('../../common/images/sort_both.png') no-repeat center right; }
.sorting_asc { background: url('../../common/images/sort_asc.png') no-repeat center right; }
.sorting_desc { background: url('../../common/images/sort_desc.png') no-repeat center right; }

.sorting_asc_disabled { background: url('../../common/images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../../common/images/sort_desc_disabled.png') no-repeat center right; }

table.dataTable th:active {
    outline: none;
}

table.dataTable tr.odd td { background-color: #EFEFEF; }
table.dataTable tr.even td { background-color: white; }

table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }

/*
 * Filter
*/
.dataTables_filter {
    padding: 5px 10px 5px 0;
    float: right;
    text-align: right;
    border-right: 1px solid #304C8B;
    height: 20px;
}
/*
 * Table information
*/
.dataTables_info {
    padding: 7px 0 5px 10px;
    clear: both;
    float: left;
    border-left: 1px solid #304C8B;
    height: 18px;
}
/*
 * Paginate
*/
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_processing {
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-size: 14px;
    height: 30px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px;
    position: absolute;
    text-align: center;
    top: 250px;
    width: 250px;
}

/*zam_pozn_login form*/
#zam_pozn_login{
    position: relative;
    z-index: 1;
    float: left;
    width: 250px;
    margin: 5px 10px 10px 10px;
    padding: 10px;
    background-color: #FFCD00;
    behavior: url(../common/styles/PIE.htc);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
#zam_pozn_login input{
    float: right;
    font-family: sans-serif;
}
#d_login, #d_pass {
    width: 125px;
    margin-left: 10px;
}

#zam_pozn_login table td{
    background: #FFCD00;
    border-right: none;
    padding: 2px;
}

#zam_pozn_login_submit{
    width: 75px;
}

#zam_pozn_login table {
    width: 100%;
    border-collapse:collapse;
    border: none;
}
h2 {
    font-size: 150%;
    font-weight: normal;
    color: #2a0f73;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
#zam_mw label, #timestamp_mw{
    width: 50%;
}
#timeline_mw{
    width: 100%;
}
#ta_mw{
    width: 100%;
    margin-top: 5px;
}
#textarea_mw{
    width: 100%; /*469px*/
    height: 210px;
}
/*kod*/
#zam_pozn td:first-child{
    text-align: center;
}
/*obec*/
#zam_pozn td:first-child + td{
}
/*cislo_zam*/
#zam_pozn td:first-child + td + td{
    text-align: center;
}
/*jmeno*/
#zam_pozn td:first-child + td + td + td{

}
/*fce*/
#zam_pozn td:first-child + td + td + td + td{
    text-align: center;
}
/*datum narozeni*/
#zam_pozn td:first-child + td + td + td + td + td{
    text-align: center;
}
/*evid. stav*/
#zam_pozn td:first-child + td + td + td + td + td + td{
    text-align: center;
}
/*poz.*/
#zam_pozn td:first-child + td + td + td + td + td + td + td{
    text-align: center;
}
#zam_pozn td:first-child + td + td + td + td + td + td + td + td{
    text-align: center;
}
/*#zam_pozn th:first-child + th + th + th + th + th + th + th + th{
    display: none;
}*/
#badpass{
    color: red;
}
#note_mw, #pwd_change, #test{
    display: none;
}
#zam_mw .lab_left{
    float: left;
    width: 20%;
}
#zam_mw .con_left{
    float: left;
    width: 20%;
}
#zam_mw .lab_right{
    float: left;
    width: 20%;
}
#zam_mw .con_right{
    float: left;
    width: 40%;
}
.skol_5_mw{
    width: 10%;
}
.skol_4_mw{
    width: 10%;
}
.skol_3_mw{
    width: 10%;
}
.skol_2_mw{
    width: 10%;
}
.skol_1_mw{
    width: 60%;
}
#zam_info_mw{
    width: 100%;
    height: 60px;
}
.skol_tab{
    margin-bottom: 5px;
}
.skol_tab input{
    width: 80px;
}
#datepicker_mw{
    width: 100px;
}
#zam_pozn_refresh{
    height: 26px;
    width: 170px;
    margin: 5px 0 5px 0;
}
#zam_pozn tfoot input{
    width: 30px;
}

/******************* ZAM - Dochazka ****************************/
#zamDoch_table tbody .trDoch td.noc_bckgr {
    background: lightgray;
}

#zamDoch_table tbody .trDoch td.freeDay_bckgr {
    background: #FFFF94;
}

#zamDoch_table tr:nth-child(odd) td {
    background-color: #EFEFEF;
}

#tbl_zamDoch_content .dayDate{
    text-align: center;
    width: 25px;
}
#zamDoch_table td:first-child + td {
    text-align: center;
    width: 35px;
}
#zamDoch_table .inp1 {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td {
    width: 30px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td +td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td +td +td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#zamDoch_table td:first-child + td + td + td + td + td + td + td + td + td + td + td + td + td + td {
    width: 50px;
    text-align: center;
}
#tbl_zamDoch_content input{
    width: 40px;
}
#tbl_zamDoch_content .inp_pozn{
    width: 15px;
}
#tbl_zamDoch_content .inp_prer_pol, #tbl_zamDoch_content .inp_vs{
    width: 30px;
}
#tbl_zamDoch_content input[type="text"]{
    font-family: Arial,'Arial CE';
    font-size: 75%;
    text-align: center;
    vertical-align: bottom;
}
#tbl_zamDoch_content .fullDate{
    display: none;
}
.tbl_zamDoch{
    float: left;
    width: 100%;
}
#zamDoch_menu a{
    vertical-align: middle;
    line-height: 24px;
    display: block;
    /*color: #2A0F73;*/
    color: black;
    text-decoration: none;
}

#zamDoch_menu {
    behavior: url(../common/styles/PIE.htc);
    background-color: #FFEC9E;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 5px #888888; 
    margin: 10px auto auto;
    padding: 10px;
    text-align: center;
    width: 670px;
}
#zamDoch_menu ul{
    display: inline;
    list-style-type: none;
    float: left;
    width: 100%;
}
#zamDoch_menu li {
    width: 24px;
    float: left;
    height: 24px;
    vertical-align: middle;
}
#zamDoch_menu #btn_print {
    width:  40px;
}
#zamDoch_menu #btn_newZam {
    width: 85px;
}
#zamDoch_menu .sel {
    width: 60px;
    margin: 0 10px 0 10px;
}

#zamDoch_menu .sel_long {
    width: 160px;
    margin-right: 10px;
}
#zamDoch_menu #zamDoch_empl{
    width: 160px;
}
#zamDoch_menu .menu_month a:hover{
    background: lemonchiffon;
    color: black;
}
#zamDoch_menu .menu_month .mSel{
    background: lemonchiffon;
    font-weight: bold;
    /*color: black;*/
}
.DTTT_PrintMessage{
    text-align: center;
}
.DTTT_PrintMessage button{
    width: 70px;
    height: 24px;
}
.DTTT_button_print{
    height: 19px;
    cursor: pointer;
}
#zamDoch_table tr:hover td {
    background: lemonchiffon;
}
#zamDoch_sum td {
    border-top: 2px solid #304C8B;
    border-bottom: 2px solid #304C8B;
    font-weight: bold;
}
#zamDoch_sum td:first-child {
    padding-left: 10px;
}
#zamDoch_sum td:first-child +td + td{
    text-align: center;
}
#zamDoch_table .thSum{
    padding-left: 10px;
    text-align: left;
}
#zamDoch_table .sumNmbr{
    font-weight: bold;
}
#zamDoch_tableT{
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #304C8B;
    border-right: 1px solid #304C8B;
    border-bottom: 2px solid #304C8B;
}
#zamDoch_tableT td{
    padding: 5px;
}
/*#zamDoch_tableT td:first-child{
    text-align: center;
    width: 25px;
}*/
#zamDoch_tableT .th{ 
    /*font-weight: bold;*/
    width: 40px;
    font-size: 11px;
}
#zamDoch_tableT .nameTop{
    font-weight: bold;
}
#zamDoch_tableT .infoTop{
    width: 30px;
}

#zamDoch_table .description {
    display: none;
    position: absolute;
    border: 1px solid black;
    width: 200px;
    padding: 5px 5px 5px 5px;
    background: #FFEC9E;
    text-align: left;
    font-weight: lighter;
}
#zamDoch_table .desc_top {
    font-weight: bold;
    margin: 0 0 5px 0;
}
#zamDoch_menu select {
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 3px;
    border: 1px solid #717171;
    border-radius: 4px 4px 4px 4px;
    width: 60px;
    margin-top: 3px;
    height: 20px;
}

#tbl_zamDoch_top {
    color: white;
    font-size: 11px;
    font-weight: bold;
    background-color: #304C8B;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0px 0px;
    behavior: url(../common/styles/PIE.htc);
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#tbl_zamDoch_bottom {
    background-color: #304C8B;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    behavior: url(../common/styles/PIE.htc);
    height: 10px;
}
.tbl_zamDoch #print_bottom {
    padding: 5px 10px 0px 10px;
    display: none;
}
.tbl_zamDoch #pr_left{
    margin-top: 10px;
    width: 48%;
    float: left;
}
.tbl_zamDoch #pr_right {
    margin-top: 10px;
    width: 48%;
    float: right;
}
#zamDoch_dialog label, #zamDoch_dialog2 label {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 2px;
    display: block;
    font-weight: bold;
}
#zamDoch_dialog input, #zamDoch_dialog2 input {
    width: 100%;
}
#zamDoch_dialog .validateError, #zamDoch_dialog2 .validateError {
    color: red;
    margin-top: 5px;
}
#tableT_but{
    width: 75px;
}
#td_tableT_but{
    width: 80px;
}
#td_tableT_check{
    width: 30px;
    text-align: center;
}
#zamDoch_version{
    padding-left: 11px;
    padding-top: 5px;
    font-style: italic;
}
.box_yellow {
    background-color: #FFEC9E;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 5px 5px #888888;
    margin: 5px 10px 10px;
    padding: 5px 10px;
}
#premise_only {
    width: 45%;
    text-align: center;
    font-size: medium;
    position: relative;
    margin: 0 auto;
}
#premise_only_in{
}

#skoleni_tab{
    width: 100%;
}

#skoleni_tab td{
    text-align: center;
}

#skoleni_tab tr {
    height: 20px;
}

#tip_text {
    margin-top: 20px;
}

#zam_table tr td {
    cursor: pointer;
}

#zam_table tr:hover td{
    background: lemonchiffon;
}

#tbl_zam_top_sf {
    float: left;
    color: white;
    font-size: 11px;
    font-weight: bold;
    background-color: #304C8B;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0px 0px;
    behavior: url(../common/styles/PIE.htc);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
    /*font-size: 100%;
    font-weight: bolder;*/
}

#tbl_skolFile td {
    text-align: center;
}

.td_noborder_left {
    border-left: none !important; 
}

.td_noborder_right {
    padding-right: 0 !important;
    border-right: 0 !important;
}

/**/
body.loading {
    overflow: hidden;
}

body.loading #wait {
    display: block;
}

body.loading .loader {
    display: block;
}

#wait {
    display:none;
    background-color: white;
    width: 70px;
    margin-left: -35px;
    border:1px solid black;
    position:fixed;
    top:50%;
    left:50%;
    padding:2px;
    text-align: center;
}

/*#wait {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    justify-content: center;
}*/

.loader {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
