@CHARSET "UTF-8";
table.dt {font-size:10px; width:100%}
table.dt thead{background: #CCC;}
table.dt .hidden{display:none}
table.dt .left{float:left}
table.dt .right{float:right}

/*Fejléc, és ikonja*/
table.dt thead a{padding:10px}
table.dt thead a.icon{width:16px; height:16px; opacity:0.1;-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
table.dt thead a.active{opacity:1}
table.dt thead a.order-asc{background: url(images/icon_arrow_up_16.png) no-repeat center;}
table.dt thead a.order-asc:hover{opacity:0.5;}
table.dt thead a.order-desc{background: url(images/icon_arrow_down_16.png) no-repeat center;}
table.dt thead a.order-desc:hover{opacity:0.5;}
table.dt thead a.filter{background: url(images/icon_search_16.png) no-repeat center;}
table.dt thead a.filter:hover{opacity:0.5;}

table.dt tr a{color:#294B8A}
table.dt tr a:hover{color:#fff}
table.dt td.operations a{padding:10px}


table.dt thead img{vertical-align:middle;padding:0px 2px}
table.dt thead td{padding:5px 10px; font-size:1.4em; font-weight:bold; line-height:1.6em}
table.dt tbody td{padding:5px 10px; font-size:1.4em;  line-height:1.4em}
table.dt tbody tr:nth-child(2n+1){background: #FFF}
table.dt tbody tr:nth-child(2n){background: #EEE}
table.dt tbody tr{cursor:pointer}
table.dt tbody tr:hover{background: #b8c7e0;border:1px solid #55A}
table.dt td input[type=checkbox]{}

table.dt tfoot.operations{}
/* bal oldali egyedi (konfigurálható) műveletek*/
table.dt div.left-operations{text-align:left; float:left;padding-left:6px;}
/* jobb oldali általános műveletek*/
table.dt div.right-operations{text-align:right; float:right; padding-right:6px;}
/* lapozó */
table.dt div.paging-operations{margin:0px auto; width:370px; text-align:center; font-size:11px; font-weight:bold;}
table.dt div.paging-operations div.slider{margin: 0px 10px;width:200px;}
table.dt div.paging-operations div.info{margin: 0px; font-size:10px; color:#999}

button.dtbutton{font-size:13px}
table.dt .small{font-size:13px}


table.dt tfoot.dialogs{display:none;}

div.dt-dialog h1{position:static; margin:10px 0px; font-size:20px}
div.dt-dialog button{width:50px; position:relative;top:-2px}
div.dt-dialog button span{font-size:10px;}

div.dt-dialog-filter select{width:160px}
div.dt-dialog-filter input{width:200px; margin:0px 20px;}
div.dt-dialog-filter span.notnull {padding:0px 30px; font-size:10px;}
div.dt-dialog-filter span.notnull label {width:70px;  position:relative;top:-2px}
div.dt-dialog-filter button{width:50px; position:relative;top:-2px}
div.dt-dialog-filter button span{font-size:10px;}
div.dt-dialog-filter div.or{font-size:12px; font-weight:bold; line-height:20px; padding-left:5px; text-alin:center;}
div.dt-dialog-filter div.and{font-size:18px; font-weight:bold; line-height:36px; padding-left:5px; text-alin:center;}
