#UpdateProfileh2{
    font-size: 25px;
    font-weight: normal;
}
.helpko{
    margin-left: 0px !important;
    padding-left: 0px !important;
    color:#666 !important;
    font-size:12px !important;
}
#listOfcodesTable{
    width:100%;
    clear: both;
    border-top:1px solid #ccc;
}
#listOfcodesTable td{
    border-right: 1px solid #EEEEEE;
    font-size: 15px;
}
#paginationBox{padding-top: 10px;}
#paginationBox a{
    background: none repeat scroll 0 0 white;
    border: 1px solid #CCCCCC;
    padding: 2px 6px;
    text-decoration: none;
}
#paginationBox a:hover{
    background: none repeat scroll 0 0 #5B80B2;
    border-color: #003366;
    color: white;
}
.sortable th{cursor: pointer;}

#listOfcodesTable_length{
    float: left;
    width: 40%;
    padding-bottom: 12px;
}
#listOfcodesTable_length label{
    padding-left: 12px;
    width: 100%;
}
#listOfcodesTable_filter{
    float: right;
    text-align: right;
    width: 50%;
    padding-bottom: 12px;
}
#listOfcodesTable_filter label{
    width: 100%;
}
#listOfcodesTable_filter label input{
    margin-right: 12px;
}

#listOfcodesTable_info{
    float: left;
    width: 50%;
    padding: 15px 0 15px 10px;
    font-size:13px;


}
#listOfcodesTable_paginate{
    float: right;
    text-align: right;
    padding: 15px 10px 15px 0;
}
.paginate_button{
    color: #333333 !important;
    cursor: pointer;
    margin: 0;
    padding: 2px 6px;
    background:#E6E6E6;
    border: 1px solid #D3D3D3;
    font-weight: normal;
    outline: medium none;
    margin:0 3px;
}
.paginate_button:hover{
    background:#F2F2F2;
}
#listOfcodesTable tr:hover{background-color:#EAEDF2;}
#id_code_date_day{display: none;}
.usedna{font-weight: bold;}