.widget-table {
    display: none;
}

    .widget-table tbody tr.h-line td {
        background-color: #FFFDE7;
    }
    .widget-table tbody tr:hover td {
        background-color: #E1F5FE;
    }

    .widget-table .table thead th,
    .widget-table .table tbody td {
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        padding: .5rem .5rem;
    }

    .widget-table nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 0;
    }
        .widget-table nav > div:first-child {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
            .widget-table nav > div:first-child .input-group {
                width: 100px;
                margin: 0 20px;
            }
        .widget-table nav > div:last-child {
            white-space: nowrap;
            margin: 0 0 0 10px;
        }

.widget-table-tip {
    text-align: center;
    color: #9E9E9E;
}



.widget-tabulator {
    border: 1px solid #aaa;
}
    .widget-tabulator .tabulator-header {
        border-bottom: solid 1px #eee!important;
    }
    .widget-tabulator .tabulator-col {
        background: #ccc !important;
        border-right: solid 1px #eee!important;
    }
    .widget-tabulator .tabulator-col-title {
        letter-spacing: 1px;
        color: #222;
        font-weight: normal;
    }
    .widget-tabulator .tabulator-placeholder-contents {
        letter-spacing: 3px;
        color: #ddd!important;
    }
    .widget-tabulator .tabulator-row .tabulator-cell {
        color: #555;
        border-right: solid 1px #eee!important;
    }
    .widget-tabulator .tabulator-row.tabulator-selectable:hover {
        background-color: #E1F5FE;
    }
    .widget-tabulator .tabulator-row.tabulator-row-even {
        background-color: #fafafa;
    }
    .widget-tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left,
    .widget-tabulator .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
        border-right: solid 1px #dedede!important;
    }
    .widget-tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right,
    .widget-tabulator .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {
        border-left: solid 1px #dedede!important;
    }

    .widget-tabulator .btn-actions .btn {
        margin: 0 2px;
    }

    .widget-tabulator-nav {
        display: none;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 0;
    }
        .widget-tabulator-nav > div:first-child {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        .widget-tabulator-nav > div:first-child div{
            height: 32px;
        }
        .widget-tabulator-nav > div:first-child div .btn{
            height: 100%;
        }
            .widget-tabulator-nav > div:first-child .input-group {
                width: 100px;
                margin: 0 20px;
                height: 32px!important;
            }
            .widget-tabulator-nav > div:first-child .input-group  .form-control{
                height: 100%!important;
            }
        .widget-tabulator-nav > div:last-child {
            white-space: nowrap;
            margin: 0 0 0 10px;
        }
        .widget-tabulator    .tabulator-row.tabulator-selected{
            background-color: #E1F5FE;
            /* border-bottom: 1px solid #999; */
        }


.widget-editor {
    border: 1px solid #ccc;
}
    .widget-editor .editor-toolbar {
        border-bottom: 1px solid #ccc;
    }
    .widget-editor .editor-container {
        height: 350px;
    }



.widget-loc {
    display: block;
}
    .widget-loc .render-loc {
        color: #333;
    }
        .widget-loc .render-loc .render-loc-display {
            border: solid 1px #dbdbdb;
            border-radius: 5px;
            padding: 8px 10px;
        }
            .widget-loc .render-loc .render-loc-display span {
                padding: 2px 3px;
                cursor: pointer;
            }
                .widget-loc .render-loc .render-loc-display span.active,
                .widget-loc .render-loc .render-loc-display span:hover {
                    background-color: #E1F5FE;
                    color: #01579B;
                    border-radius: 5px;
                }
    
    .widget-loc .render-loc.disabled,
    .widget-loc .render-loc.disabled span:hover {
        color: #333;
        cursor: not-allowed;
        background-color: #f5f5f5;
    }

    

.widget-render-loc-options {
    display: none;
    position: absolute;
    border: solid 1px #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding: 15px;
    z-index: 2000;
    max-height: 300px;
}
    .widget-render-loc-options i {
        position: absolute;
        right: -1px;
        top: -3px;
    }
        .widget-render-loc-options i:hover {
            color: #c30;
            cursor: pointer;
        }
    .widget-render-loc-options div {
        overflow-x: hidden;
        overflow-y: auto;
    }
    .widget-render-loc-options p {
        margin: 0;
    }
        .widget-render-loc-options p span {
            margin: 3px;
            padding: 2px 3px;
            display: inline-block;
            white-space: nowrap;
            cursor: pointer;
            display: flex;
            flex-direction: column;
        }
            .widget-render-loc-options p span.active,
            .widget-render-loc-options p span:hover {
                color: #01579B;
                background-color: #E1F5FE;
                border-radius: 5px;
            }



.widget-image-uploader {
    border: dashed 5px #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
    .widget-image-uploader:hover {
        border-color: #C8E6C9;
    }
    .widget-image-uploader img {
        height: auto;
        width: auto;
    }
    .widget-image-uploader input {
        display: none;
    }



.widget-file-uploader {
    border: dashed 5px #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #888;
}
    .widget-file-uploader:hover {
        border-color: #C8E6C9;
    }
    .widget-file-uploader label {
        cursor: pointer;
    }
        .widget-file-uploader label.active {
            color: #0d6efd;
        }
    .widget-file-uploader input {
        display: none;
    }

    @media screen and (max-width: 580px){
        .widget-tabulator-nav{
            font-size: 12px;
            padding-bottom: 14px;
            div:first-child{
                .btn-wrapper .btn{
                    padding: 4px !important;
                }
                .input-group{
                    width: 80px;
                    margin: 0 8px;
                }
            }
            
        }
    }



.widget-pay-title {
    display: flex;
    align-items: center;
}
    .widget-pay-title img {
        width: 24px;
        height: 24px;
        margin: 0 5px 0 0;
    }
.widget-pay {
    background-image: url('../../../img/post_top_bkgnd.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: -1rem;
    padding: 1rem;
}
    .widget-pay img {
        width: 128px;
    }
    .widget-pay h3 {
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 1px;
        margin: 0 0 5px;
    }
    .widget-pay h5 {
        color: #FFC400;
    }
    .widget-pay span {
        color: #888;
        letter-spacing: 1px;
        font-size: 11px;
    }
