table {
    background: #fff;
    width: 100%;
    overflow: auto;
    column-width: 120px;
}
tr {
    color: #000;
}

th {
    font-size: 1.3em;
    Color: #3366ff;
    font-weight: normal;
}

table.dataTable thead .sorting_asc {
    background-image: url(https://cdn.datatables.net/1.10.21/images/sort_asc.png);
}

table.dataTable thead .sorting {
    background-image: url(https://cdn.datatables.net/1.10.21/images/sort_both.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(https://cdn.datatables.net/1.10.21/images/sort_desc.png);
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}

.paginate_button.current {
    font-weight: 700;
}

input {
    margin: 0 10px;
}

select {
    margin: 0 19px;
}
#ctable_info {
    display: none;
}

a.blue {
    color:#3366ff;
	text-decoration:none !important;
	font-size: 1.3em;
	font-weight: 500;
}

table td, table th {
    border: none;
    word-wrap: break-word !important; 
    max-width: 300px !important;
}

label { 
        color: #000;
    font-weight: normal;
}


::placeholder {
    color: #3366ff;
    font-weight: 600;
}

.nolink {
    display: none !important ;
}

.black{
    color: #000 !important;
    cursor: text;
}
.black:hover {
    color: #000 !important;
    text-decoration: none;
}

.link.black {
display:none;
}

.top {
      vertical-align: text-top;
      font-weight: 900;
}

.notop {
    font-weight: normal;
	margin: 0px
}

.below{
	margin-bottom: 10px !important;
}

#ctable_previous {
    font-weight: normal;
}

.paginate_button {
    color: #000;
    font-weight: normal;
    padding: 0 15px 0 0;
	text-decoration:none !important;
}

.ellipsis {
    color: #000;
    font-weight: normal;
}

tfoot {
    display: none;
}


option {
    color: #000;
}

.link{
    display:inline-block;
}

.tnoshow {
	display:none; 
}