root { 
    display: block;
}

html, * {
    padding:0;
    margin:0;
}

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

body {
    background-color: transparent;
    font-family: Arial,'Arial CE',Verdana,'Verdana CE',Tahoma,'Tahoma CE',sans-serif;
    font-size:75%;
    margin:0 auto;
}


.tbl_dataTables_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_dataTables{
    //table-layout: fixed;
    width: 100%;
    border-collapse:collapse;
    border-left: 1px solid #304C8B;
    border-right: 1px solid #304C8B;
    //clear: both;
    margin: 0 auto;
    background-color: white;
}

.tbl_dataTables 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;

    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tbl_dataTables 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;
    
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tbl_dataTables td {
    border-right: 1px dotted black;
    padding: 2px;
}

/*.tbl_dataTables tr:hover td {
    background-color: lemonchiffon;
}*/

.tbl_dataTables tr:nth-child(2n+1) td{
    background-color: #EFEFEF;
}

.tbl_dataTables_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;
}
.box_yellow{
    /*position: relative;
    z-index: 1;
    float: left;
    width: 250px;*/
    margin: 5px 10px 10px 10px;
    padding: 5px 10px 5px 10px;
    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;
}

.box_yellow .top {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    display: block;
}

.premise_only {
    font-size: medium;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 45%;
}

.input {
    border: 1px solid #717171;
    border-radius: 4px 4px 4px 4px;
    height: 20px;
    /*
    line-height: 20px;
    padding: 0 0 0 3px;
    
    margin-top: 3px;*/
}
.button {
    height: 26px;
}

/*DATATABLES ONLY*/

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

.sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
.sorting_desc_disabled { background: url('../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 > .sorting_1 { background-color: #D3D6FF; }
table.dataTable tr.odd > .sorting_2 { background-color: #DADCFF; }
table.dataTable tr.odd > .sorting_3 { background-color: #E0E2FF; }
table.dataTable tr.even > .sorting_1 { background-color: #EAEBFF; }
table.dataTable tr.even > .sorting_2 { background-color: #F2F3FF; }
table.dataTable tr.even > .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_paginate {
    margin: 0 auto;
    width: 26%;
}
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
    color: #111111 !important;
    cursor: pointer;
    float: left;
    height: 19px;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
    text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
    outline: medium none;
}
.paginate_disabled_previous, .paginate_disabled_next {
    color: #666666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
    margin-left: 10px;
    padding-right: 23px;
}
.paginate_disabled_previous {
    background: url("../images/back_disabled.png") no-repeat scroll left top transparent;
}
.paginate_enabled_previous {
    background: url("../images/back_enabled.png") no-repeat scroll left top transparent;
}
.paginate_enabled_previous:hover {
    background: url("../images/back_enabled_hover.png") no-repeat scroll left top transparent;
}
.paginate_disabled_next {
    background: url("../images/forward_disabled.png") no-repeat scroll right top transparent;
}
.paginate_enabled_next {
    background: url("../images/forward_enabled.png") no-repeat scroll right top transparent;
}
.paginate_enabled_next:hover {
    background: url("../images/forward_enabled_hover.png") no-repeat scroll right top transparent;
}

.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;
}

.dT_bottom {
    height: 19px;
    border-right: 1px solid #304C8B;
    border-left: 1px solid #304C8B;
    vertical-align: bottom;
}

.dT_bottom a{
    vertical-align: bottom;
}

td.dT_center {
    text-align: center;
}
td.dT_right {
    text-align: right;
    padding-right: 10px;
}
.tbl_dataTables tr:hover > td {
    background-color: lemonchiffon !important;
}

/*.tbl_dataTables tbody tr:hover > .sorting_1,
.tbl_dataTables tbody tr:hover > .sorting_2,
.tbl_dataTables tbody tr:hover > .sorting_3
{
    background-color: lemonchiffon;
}*/


.bold {
    font-weight: bolder;
}

.empty_data {
    border-left: 1px solid #304c8b;
    border-right: 1px solid #304c8b;
    font-style: italic;
    padding: 5px;
    text-align: center;
    background-color: white;
}



