
        table#myTable tr:hover .icon{ color: #fff !important;}
        .pagination {
            color: #0174B0;
            float: right;
            margin: 0 auto;
            padding: 4px 2px 2px;
        }
        .pagination ul {
            margin: 0 auto;
            padding: 0;
            text-align: left;
        }
        .pagination li {
            display: inline;
            list-style-type: none;
            padding: 0;
        }
        .pagination a, .pagination a:visited {
            border: 1px solid #598900;
            color: #3E5F00;
            font: bold 11px Tahoma,Geneva,sans-serif;
            padding: 5px 8px;
            text-decoration: none;
        }
        .pagination a:hover, .pagination a:active {
            background-color: #55b00d;
            border: 1px solid #598900;
            color: #FFFFFF;
        }
        .pagination a.currentpage {
            background-color: #55b00d;
            border-color: #598900;
            color: #FFFFFF !important;
            cursor: default;
            margin-left: 5px;
            margin-right: 5px;
        }
        .pagination a.disablelink, .pagination a.disablelink:hover {
            background-color: white;
            border-color: #CCCCCC;
            color: #55b00d;
            cursor: default;
            font-weight: normal !important;
        }
        
    .btn
    {
        margin: 0px;
    }
    .list_file_img
    {
        display: table;
    }
    .list_file_img .item_div
    {
        width: 140px;
        height: 140px;
        float: left;
        text-align: center;
        border: 1px solid #E0E0E0;
        margin: 5px;
    }
    .list_file_img .item_img
    {
        max-width: 140px;
        max-height: 140px;
    }
    .list_file_img .round_div
    {
        width: 150px;
        float: left;
        text-align: center;
    }
    .round_img_div
    {
        width: 160px;
        float: left;
        text-align: center;
        margin: 5px;
    }
    .round_img_div .item_div
    {
        width: 160px;
        height: 160px;
        float: left;
        text-align: center;
        border: 1px solid #E0E0E0;
        margin: 5px;
    }
    .round_img_div .item_img
    {
        max-width: 160px;
        max-height: 160px;
    }
    .img-upload-btn
    {
        margin-bottom: 5px;
        text-decoration: none;
    }
    #upload-chose-uploaded
    {
    	display:none;
    }
    #list_file_img .pagination
    {
    	margin:0;
    }
    .modal.large{
        width: 800px;
        margin-left: -400px; /* - width/2 */
    }
    .ui-widget-content .btn {
        color: #fff/*{fcContent}*/;
    }