﻿.wfgContainer {
    padding: 8px;
}

.wfGrid {
    min-width: 50vw;
    max-width: 90;
}

.wfGrid_70 {
    min-width: 70vw;
    max-width:90;
}

.wfGrid_90 {
    min-width: 90vw;
    max-width: 98vw;
}

    .wfGrid td {
        padding: 2px 10px;
    }

    .wfGrid th {
        padding: 2px 10px;
        border-bottom: 1px solid #def;
    }

.wfGrid tr {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 12px;
}

.wfGrid tr:nth-child(odd) td {
    background-color: #fff;
}
.wfGrid tr:nth-child(even) td {
    background-color: #fcfcfe;
}

.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: #dde;
}
.wfgMainButton {
    color: #eee;
    background-color: #06a;
    border-color: #ccc;
}

.wfgButton:hover {
    color: #222;
    border-color: #444;
}

.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, .wfGridLinkII {
    text-decoration: none;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    cursor: pointer;
    color: #049;
}

.wfGridLinkII {
    color: #06b;
    font-size: 14px;
    background-color: transparent;
}

.wfGridLink:hover, .wfGridLinkII:hover {
    color: #fb0;
}


.wfGridColTitle {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #468;
    padding-left: 10px;
    border-top: 1px solid #e0e3e6;
    border-bottom: 1px solid #d0d3d6;
    font-weight: normal;
    vertical-align: bottom;
}

.wfLeftFieldTitle {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #468;
    padding-right: 10px;
    text-align: right;
    vertical-align: top;
}

.wfLeftFieldTitleLeft {
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #468;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
}

.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;
}

.wfgNumCell_30 {
    text-align: right;
    padding-right:30px;
}

.gIndexFrame {
    display: inline-block;
    padding: 10px 30px 10px 40px;
    margin: 12px;
    min-height: 340px;
    vertical-align: central;
    background-clip: padding-box;
    border-left: 1px solid #feca0a;
    background-color: #fff;
    color: #666;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    text-align:left;

    /*
    background-color: #f9f9fb;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    */
}

.gIndexFrameTitle {
    padding:6px 1px;
    color:#444;
}
.gIndexFrameLink {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #666;
    /* margin-left:10px;  font-style: italic;*/
}

.wfWarning {
    color: #e30;
    /*font-style: italic;*/
}

.wfImportant {
    color: #048;
}

.gIndexFrameLink:hover {
    color: #feca0a;
}

.gIndexFrameLinkIcon {
    width: 10px;
    margin-right: 6px;
    margin-bottom: 2px;
}