.fuelm-form-element-group {
    margin-bottom: 20px;
}

.fuelm-form-element-group label {
    font-weight: bold;
    display: block;
}

.fuelm-form-element-group .fuelm-form-element {
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
}

.fm-inventory-heading small {
    font-size: 14px;
}

/* .fuelm-form-element-group button {
    width: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    background: #4c4c4c;
    border: none;
    padding: 10px;
    transition: all 500ms;
}

.fuelm-form-element-group button:hover {
    opacity: .8;
} */

.fuelm-grid {
    display: grid;
    grid-template-columns: auto auto;
}

.fuelm-grid .fuelm-grid-item {
    margin-right: 20px;
}

.fuelm-grid .fuelm-grid-item:last-child {
    margin-right: 0;
}

.fuelm-dashboard-left-menu {
    position: relative;
}

.fuelm-container ul, .fm-inventory-search-view-group ul {
    margin: 0 !important;
    padding: 0 !important;
}

.fuelm-dashboard-container {
    display: flex;
}

.fuelm-dashboard-left-menu ul li {
    list-style: none;
    background: #607D8B;
    border-bottom: 1px solid #5a7380;
    padding: 15px;
    transition: all 500ms;
}

.fuelm-dashboard-left-menu ul li a {
    color: #fff;
    display: block;
}

.fuelm-dashboard-left-menu ul li:hover {
    background: #455963;
}

.fuelm-dashboard-left-menu ul.fm-inventory-sub-menu {
    margin-left: 20px !important;
}

.fuelm-dashboard-right-content {
    width: 75%;
    float: right;
    padding-left: 50px;
}

.fuelm-container .fuelm-table {
    width: 100%;
}

.fuelm-container .fuelm-table img, .fuelm-container .dataTable img {
    width: 100px;
}

.fuelm-container .fuelm-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.fuelm-container .fuelm-table th {
    display: none;
}

.fuelm-container .fuelm-table td {
    display: block;
}

.fuelm-container .fuelm-table td:first-child {
    padding-top: .5em;
}

.fuelm-container .fuelm-table td:last-child {
    padding-bottom: .5em;
}

.fuelm-container .fuelm-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

@media (min-width: 480px) {
    .fuelm-container .fuelm-table td:before {
        display: none;
    }
}

.fuelm-container .fuelm-table th, .fuelm-container .fuelm-table td {
    text-align: left;
}

@media (min-width: 480px) {
    .fuelm-container .fuelm-table th, .fuelm-container .fuelm-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .fuelm-container .fuelm-table th:first-child, .fuelm-container .fuelm-table td:first-child {
        padding-left: 0;
    }

    .fuelm-container .fuelm-table th:last-child, .fuelm-container .fuelm-table td:last-child {
        padding-right: 0;
    }
}

.fuelm-container .fuelm-table {
    background: #34495E;
    color: #fff;
    border-radius: .4em;
    overflow: hidden;
}

.fuelm-container .fuelm-table tr {
    border-color: #46637f;
}

.fuelm-container .fuelm-table th, .fuelm-container .fuelm-table td {
    margin: .5em 1em;
}

@media (min-width: 480px) {
    .fuelm-container .fuelm-table th, .fuelm-container .fuelm-table td {
        padding: 1em !important;
    }
}

.fuelm-container .fuelm-table th, .fuelm-container .fuelm-table td:before {
    color: #dd5;
}

.fuelm-table .fuelm-table-action-row {
    float: right;
}

.fuelm-table .fuelm-table-button, .dataTable .fuelm-table-button {
    background: #10151b;
    padding: 10px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: inline;
    margin-right: 10px;
}

.fuelm-table td a {
    color: #fff;
}

.fuelm-table .fuelm-table-button:hover, .dataTable .fuelm-table-button:hover {
    opacity: .8;
    text-decoration: none;
}

.fm-inventory-save-current-search-button {
    background: #19bc9c;
    padding: 10px;
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}


.fm-inventory-search-view-group {
    text-align: left;
}

.fm-inventory-search-view-group ul li {
    background: #c4b084;
    list-style: none;
    display: inline-block;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
}

.fm-inventory-search-view-group label {
    font-weight: bold;
}

.fm-inventory-search-view-group-items {
    margin-bottom: 20px;
}


.fuelm-container .acf-field {
    padding: 0 !important;
    margin-bottom: 20px !important;
    border-top: 0 !important;
}

.fuelm-container .acf-field-group .acf-fields {
    background: transparent !important;
    border: #ddd solid 1px !important;
}

.fuelm-container .acf-field-group .acf-field {
    padding: 15px 12px !important;
    margin-bottom: 20px !important;
    border-top: #EEEEEE solid 1px !important;
}

.fuelm-container .fm-required {
    color: #f00;
}

.fuelm-container .acf-field[data-name="is_register_page"] {
    display: none;
}

.fuelm-container #message {
    display: none;
}

.fm-inventory-user-avatar > a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100px;
    margin: 0 auto;
}

.fm-inventory-user-avatar > a:hover:before {
    height: 50%;
    padding-top: 8px;
}

.fm-inventory-user-avatar > a:before {
    content: attr(data-hover-text);
    position: absolute;
    z-index: 10;
    left: 25%;
    bottom: 0px;
    width: 50%;
    right: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font: 500 12px/12px 'Omnes', sans-serif;
    text-align: center;
    -webkit-border-radius: 0 0 100px 100px;
    -moz-border-radius: 0 0 100px 100px;
    border-radius: 0 0 100px 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    left: 2px;
    bottom: 2px;
    width: 95%;
}

.fm-inventory-user-avatar img {
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    /*width: 100%;*/
}

.fm-inventory-user-avatar .edit {
    margin: 5px 0 0;
    font: 500 14px/14px 'Omnes', sans-serif;
    color: #fff;
    text-align: center;
}

.fm-inventory-user-avatar .edit a {
    display: block;
    text-align: center;
    color: #fff;
}

/* Loading */
.fm-inventory-loading {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 245, 245, 0.9);
}


.fm-inventory-loading .multi-ripple {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
}

.fm-inventory-loading .multi-ripple div {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #142de3;
    -webkit-animation: 2s ripple infinite;
    animation: 2s ripple infinite;
}

@-webkit-keyframes ripple {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ripple {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.fuelm-container .hidden {
    display: none;
}