html {
direction: rtl;
}
* {
font-family: Tahoma, Arial, Helvetica, sans-serif,Verdana, Geneva;
}
.list_table {
border-collapse: collapse;
}
/*
#reports .list_table{
table-layout: auto;
}
#reports .list_table td{
table-layout: auto;
word-wrap: normal;
}*/
.list_table td{
padding:1px;
}
.list_table thead{
display:table-header-group;
}
.list_table thead td,.list_table thead th{
font-size: 11px;
font-weight:bold;
color:#0066CC;
border:1px solid #000;
border-bottom:3px solid #000;
background-color: #ffffff;
padding-top:3px;
padding-bottom:3px;
}
.list_table thead td.tdown{
padding-left:20px;
}
.list_table thead td.tup{
padding-left:20px;
}
.list_table tbody td ,.caltad td{
word-wrap: break-word;
vertical-align: top;
color:#000;
border:1px solid #000;
background-color: #F3F8FD;
/*background-color: #E3F1FF;*/
}
.list_table tbody tr.disabled td{
background-color: #efefef!important;
color: #333333!important;
}
.list_table tbody tr.zebra td{
background-color: #F2FEF8;
background-color: #E0F9EC;
/*background-color: #E0F9EC;
background-color: #CCF3CC;
background-color: #E4FFE4;*/
}
.list_table tbody tr.t_tasks td{
background-color: #F9E0E0;
}
.list_table tbody tr.t_contacts td{
background-color: #E5E0F9;
}
.list_table tbody tr.t_details td{
background-color: #E0F9F9;
}
.list_table tbody tr.t_status td{
background-color: #F9F8E0;
}
.noprint{
display:none;
}
input{
border:none;
font-weight:bold;
width:auto!important;
}