.tableHeaderInDisplay
{
    background-color: rgb(139, 187, 195);
}

.mainTable {
    width: 100%;
    font-family: 'B Mitra', Tahoma, verdana, sans-serif;
    font-size: 15px;
    background-color: #c1e2b3;
    border-radius: 10px;
}

.tdBorder
{
    border: 1px solid white;
    border-radius: 10px;
    height: 25px;
    /*-moz-border-radius: 10px;*/
    /*-webkit-border-radius: 10px;*/
}

.mainTable td {
    padding: 10px;
    vertical-align: middle;
    text-align: right;

}

.mainTable td:nth-child(odd) {
    padding-right: 40px;
    width: 100px;
}

/*.mainTable td:nth-child(even) {*/
    /*border-right: #b8d1f3 1px dotted;*/
/*}*/

/*.mainTable tr {*/
    /*background: #ddebf3;*/
    /*border-bottom: #b8d1f3 1px solid;*/
    /*border-top: 0px;*/
    /*border-right: 0px;*/
    /*bordr-left: 0px;*/
/*}*/

/*.mainTable tr:nth-child(odd) {*/
    /*background: #fbf9ff;*/
/*}*/

/*.mainTable tr:nth-child(even) {*/
    /*background: #dae5f4;*/
/*}*/


.colorNotEqualEndDate {
    background-color: rgb(255, 130, 170) ;
}

.license-validation-administration-portlet td{
    font-family: B Nazanin,Tahoma;
    font-size: 16px;
}

.searchHeaderFields td
{
    border-bottom: 5px ;
    border-color: red;
}

div.taglib-search-toggle-advanced>span:nth-of-type(1) {
    display: none;
}