div.table {
    display: table;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}

div.table-row {
    display: table-row;
    position: relative;
    width: 100%;
    border: 1px dashed #cccccc;
    background-color: #ffffff;
    color: #333333;
}
div.table.dark div.table-row {
    border: 1px dashed #505050;
    background-color: #151515;
    color: #e0e0e0;
}

div.table-row.table-header {
    background-color: #cccccc !important;
    border: 1px solid #cccccc !important;
    color: #333333 !important;
    font-weight: 700;
}
div.table-row.table-header:hover {
    background-color: #cccccc !important;
}

div.table.dark div.table-row.table-header {
    background-color: #404040 !important;
    border: 1px solid #404040 !important;
    color: #f0f0f0 !important;
}
div.table.dark.default_hover div.table-row.table-header:hover,
div.table.dark div.table-row.table-header:hover {
    background-color: #404040 !important;
}


div.table-cel {
    display: table-cell;
    position: relative;
    width: auto;
    padding: 8px 9px;
}
div.table-cel.border-right {
    border-right: 1px dashed #dddddd;
}
div.table.dark div.table-cel.border-right {
    border-right: 1px dashed #505050;
}

div.table-row:nth-child(even) {
    background-color: #f8f8f8;
}
div.table-row:hover {
    background-color: #ffff66 !important;
}

div.table.dark div.table-row:nth-child(even) {
    background-color: #191919;
}
div.table.dark div.table-row:hover {
    background-color: #283034 !important;
}
div.table.dark.default_hover div.table-row:hover {
    background-color: #222222 !important;
}

div.table.dark div.table-row.contract {
    background-color: #193919 !important;
}
div.table.dark div.table-row.contract:hover {
    background-color: #194a19 !important;
}

div.table.dark div.table-row.canceled {
    background-color: #4a0000 !important;
}
div.table.dark div.table-row.canceled:hover {
    background-color: #5a0000 !important;
}


div.table.dark div.table-row.dsl {
    background-color: #002970 !important;
}
div.table.dark div.table-row.dsl:hover {
    background-color: #003980 !important;
}

div.table.dark div.table-row.contract.dsl {
    background-color: #404000 !important;
}
div.table.dark div.table-row.contract.dsl:hover {
    background-color: #505000 !important;
}

div.table.dark div.table-row.contract.dsl.del:hover,
div.table.dark div.table-row.contract.dsl.del,
div.table.dark div.table-row.del,
div.table.dark div.table-row.del:hover {
    background-color: #5a2000 !important;
}

div.table-row.red {
    background-color: #ff9000;
}
div.table-row.red:nth-child(even) {
    background-color: #ffa000;
}
div.table-row.red:hover {
    background-color: #ffb000 !important;
}


div.table-cel a:link,
div.table-cel a:visited,
div.table-cel a {
    color: #222222 !important;
    text-decoration: none !important;
}

div.table.dark div.table-cel a:link,
div.table.dark div.table-cel a:visited,
div.table.dark div.table-cel a {
    color: #ff0000 !important;
    text-decoration: none !important;
}

div.table.dark div.table-cel a.link.del_png {
    border: none;
    position: relative;
    display: inline-block;
    height: 16px;
    overflow: hidden;
    top: 2px;
}
div.table.dark div.table-cel a.link.del_png img {
    border: none;
    width: 16px;
    height: 16px;
    position: relative;
}

div.table.dark input[type=text] {
    background-color: transparent;
    border: 1px solid #404040;
    padding: 10px 12px;
    color: #f0f0f0;
}

div.table input[type=text] {
    width: 100%;
}



div.paging {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 10px 0;
}

div.paging_page {
    display: inline-block;
    position: relative;
    width: 33px;
    height: auto;
    padding: 5px 0;
    text-align: center;
    float: left;
    margin-right: 2px;
    background-color: #f0f0f0;
    cursor: pointer;
}
div.paging_text {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    padding: 5px 0;
    text-align: left;
    float: left;
    margin-right: 2px;
    background-color: transparent;
}
div.paging_text.margin-right {
    margin-right: 6px !important;
}
div.paging_text.margin-left {
    margin-left: 35px !important;
}

div.paging_page:hover {
    background-color: #e0e0e0;
}

div.paging select {
    display: inline-block;
    position: relative;
    padding: 3px 5px;
    border: 1px solid #bbbbbb;
}

div.paging input {
    display: inline-block;
    position: relative;
    padding: 5px 7px;
    border: 1px solid #bbbbbb;
    width: 150px;
}



div.cel-10-1 {
    width: 10%;
}
div.cel-10-2 {
    width: 20%;
}
div.cel-10-3 {
    width: 30%;
}
div.cel-10-4 {
    width: 40%;
}
div.cel-10-5 {
    width: 50%;
}
div.cel-10-6 {
    width: 60%;
}
div.cel-10-7 {
    width: 70%;
}
div.cel-10-8 {
    width: 80%;
}
div.cel-10-9 {
    width: 90%;
}
div.cel-10-10 {
    width: 100%;
}


div.cel-20-1 {
    width: 5%;
}
div.cel-20-2 {
    width: 10%;
}
div.cel-20-3 {
    width: 15%;
}
div.cel-20-4 {
    width: 20%;
}
div.cel-20-5 {
    width: 25%;
}
div.cel-20-6 {
    width: 30%;
}
div.cel-20-7 {
    width: 35%;
}
div.cel-20-8 {
    width: 40%;
}
div.cel-20-9 {
    width: 45%;
}
div.cel-20-10 {
    width: 50%;
}
div.cel-20-11 {
    width: 55%;
}
div.cel-20-12 {
    width: 60%;
}
div.cel-20-13 {
    width: 65%;
}
div.cel-20-14 {
    width: 70%;
}
div.cel-20-15 {
    width: 75%;
}
div.cel-20-16 {
    width: 80%;
}
div.cel-20-17 {
    width: 85%;
}
div.cel-20-18 {
    width: 90%;
}
div.cel-20-19 {
    width: 95%;
}
div.cel-20-20 {
    width: 100%;
}

.table-row.table-header.fix_on_scroll {
    position: fixed;
    left: 200px;
    top: -300px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.98);
}

.table-cel.is-button {
    cursor: pointer;
}
.table-cel.is-button.active,
.table-cel.is-button:hover {
    color: #0090ff;
}
