﻿/* Display Responsive */
.ft-form {
    overflow-x: auto;
}

    .ft-form .ft-wrapper {
        overflow-x: auto;
    }

    .ft-form table {
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0;
    }

        .ft-form table thead, .ft-form table tbody, .ft-form table tfoot {
            display: block;
        }

        .ft-form table thead, .ft-form table tfoot {
            padding-left: 17px;
        }

        .ft-form table tbody {
            overflow-y: auto;
            overflow-x: hidden;
        }

        .ft-form table tr {
            display: flex;
        }

            .ft-form table tr td, .ft-form table tr th {
                box-sizing: border-box;
            }


.ft-collapse-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 5px 0;
}

.ft-collapse-cell {
    flex: 1 1 calc(15vw - 25px);
    width: calc(15vw - 25px) !important;
    max-width: calc(15vw - 25px) !important;
}

.ft-modules {
    display: none;
}

.ft-btn-one, .ft-btn-multi {
    display: none;
}


.ft-btn-one-visible:disabled, .ft-btn-multi-visible:disabled {
    background-color:lightgray !important;
}


/* Loading Data --------------------------------------- */
.ft-spinner {
    background-color: #fff;
    background-image: url('images/loading.gif');
    background-position: center;
    background-repeat: space;
}

.ft-empty-cell {
    width: 100%;
    border-top: none !important;
    border-bottom: none !important;
}


/* Block --------------------------------------- */
.ft-blocker {
    z-index: 0 !important;
    background-color: rgba(134, 134, 134, 0.69);
    width: 0;
    height: 0;
    position: absolute;
    cursor: default;
}

/* Select --------------------------------------- */
.ft-selected, .ft-selected > td {
    background-color: lightblue !important;
}

/* Search --------------------------------------- */
.ft-search {
    width: 24px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    text-align: center;
}

.ft-search-input {
    width: calc(100% - 48px);
    padding: 5px 7px;
    float: right;
    border: none;
    font-weight: 100;
}

    .ft-search-input::placeholder {
        color: #777;
        opacity: 1; /* Firefox */
    }

    .ft-search-input:-ms-input-placeholder {
        color: #777;
    }

    .ft-search-input::-ms-input-placeholder {
        color: #777;
    }

.ft-highlight {
    background-color: yellow;
}

/* Filter --------------------------------------- */
.ft-filter {
    width: 24px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    text-align: center;
}

.ft-filterBox {
    position: absolute;
    background-color: #fff;
    border: 1px solid #999;
    width: 200px;
    padding: 5px;
    max-height: 250px;
    overflow-y: auto;
    text-align: right;
    font-weight: 100;
    z-index: 999999;
}

/* Sort --------------------------------------- */
.ft-sort {
    width: 24px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
    text-align: center;
}

/* Keyboard --------------------------------------- */
.ft-selectedcell {
    border: 1px solid blue !important;
}

/* Status Color --------------------------------------- */
.ft-row-info {
    background-color: lightblue !important;
}

.ft-row-warning {
    background-color: yellow !important;
}

.ft-row-danger {
    background-color: red !important;
}

/* Context Menu --------------------------------------- */
.ft-context {
    display: none;
}

.ft-context-selected {
    background-color: lightblue !important;
}

/* Edit Container --------------------------------------- */
.ft-edit {
    display: none;
}

td[ft-edit-mode=true] {
    background-color: var(--color7);
    position: relative;
}

.ft-edit-container {
    position: absolute;
    top: 0;
    right: 0;
}

/*http://app.fontastic.me*/ 
@charset "UTF-8"; @font-face {
    font-family: "formtable";
    src: url("fonts/formtable.eot");
    src: url("fonts/formtabled41d.eot?#iefix") format("embedded-opentype"), url("fonts/formtable.woff") format("woff"), url("fonts/formtable.ttf") format("truetype"), url("fonts/formtable.svg#formtable") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "formtable" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "formtable" !important;
    font-style: normal;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.4;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-active {
    color: #333;
}

.icon-inactive {
    color: #aaa;
}

@charset "UTF-8";
@font-face {
    font-family: "formtable";
    src: url("fonts/formtable.eot");
    src: url("fonts/formtabled41d.eot?#iefix") format("embedded-opentype"), url("fonts/formtable.woff") format("woff"), url("fonts/formtable.ttf") format("truetype"), url("fonts/formtable.svg#formtable") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "formtable" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "formtable" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1.4;
    font-size:18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-unchecked:before {
    content: "\62";
}

.icon-sort:before {
    content: "\63";
}

.icon-sort-asc:before {
    content: "\64";
}

.icon-filter:before {
    content: "\65";
}

.icon-sort-des:before {
    content: "\66";
}

.icon-checked:before {
    content: "\67";
}

.icon-search:before {
    content: "\61";
}

.icon-plus:before {
    content: "\68";
}

.icon-minus:before {
    content: "\6a";
}
