﻿.wfgContainer {
    padding: 8px;
}

.wfGrid {
    min-width:50vw;
}

    .wfGrid td {
        padding: 2px 10px;
    }

    .wfGrid th {
        padding: 2px 10px;
        border-bottom: 1px solid #ccc;
    }
    
.wfGrid tr {
    font-family: Arial;
    font-size: 12px;
}

.wfGrid tr:nth-child(odd) td {
    background-color: #fff;
}
.wfGrid tr:nth-child(even) td {
    background-color: #fcfcfc;
}

.colorDelete {
    color: #ff2200;
}

.wfgButton, .wfgDelButton, .wfgMainButton {
    display: inline-block;
    padding: 1px 6px 1px 5px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.wfgButton, .wfgDelButton {
    color: #666;
    background-color: #f9f9f9;
    border-color: #ddd;
}
.wfgMainButton {
    color: #eee;
    background-color: #06a;
    border-color: #ccc;
}

.wfgButton:hover {
    color: #444;
    border-color: #888;
}

.wfgDelButton:hover {
    color: #fff;
    border-color: #fff;
    background-color: #d30;
}

.wfgMainButton:hover {
    color: #fff;
    border-color: #06a;
}

.wfGridControls {
}



.wfGridControls td {
    font-family: Arial;
    font-size: 13px;
    padding: 0px 3px;
}

.wfGridLink {
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    cursor: pointer;
    color: #049;
}
.wfGridLink:hover {
    color: #fb0;
}

.wfGridColTitle {
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    color:#333;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    font-weight:normal;
}

.wfGridTop {
    border-top: 1px solid #ccc;
}

.wfgDateCell {
text-align:right;
padding-right:4px;
}

.wfgNumCell_10 {
    text-align: right;
    padding-left: 2px;
    padding-right: 10px;
}

.wfgNumCell_20 {
    text-align: right;
    padding-left: 2px;
    padding-right: 20px;
}