/* Structure */
.fs4e-mlr-10 {
    margin: 0 10px !important;
}

/* END Structure */

/* Query table list */
input.fs4e-remove-style {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #2271b1;
    padding: 0;
}

input.fs4e-remove-style:hover {
    color: #135e96;
}

input.fs4e-remove-style:disabled {
    background: transparent;
    border: none;
    cursor: not-allowed;
    padding: 0;
    color: rgba(44, 51, 56, .5);
}

input.fs4e-remove-style:hover:disabled {
    color: rgba(44, 51, 56, .5);
}

.fs4e-danger {
    color: #F32013;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

.fs4e-danger:hover {
    color: #CA0B00;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

/* End query table list */

/* WooCommerce Order page */
img.fs4e-dot {
    width: 32px;
    vertical-align: middle;
}

/* End WooCommerce Order page */

/* Modal Popup*/
.fs4e-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.fs4e-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 25%;
    text-align: center;
}

.fs4e-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.fs4e-close:hover,
.fs4e-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* End Modal Popup*/

/* Narudzbenica */
div.fs4e-wrapper {
    width: 100%;
}

table.fs4e-payment-methods {
    border-collapse: collapse;
}

table.fs4e-payment-methods td, table.fs4e-payment-methods th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

table.fs4e-payment-methods tr:nth-child(even) {
    background-color: #DDDDDD;
}

table.fs4e-query, table.fs4e-payment-methods {
    width: 100%;
}

table.fs4e-query tbody, table.fs4e-payment-methods tbody {
    vertical-align: top;
}

table.fs4e-query th, table.fs4e-payment-methods th {
    text-align: left;
    font-size: 16px;
}

input.fs4e-bulk-delete-main {
    margin: 0 !important;
}

.fs4e-search {
    position: relative;
    top: 40px;
}

/* End Narudzbenica */

/* Admin side fields */
.fs4e-text-field {
    width: 300px;
}

small.fs4e-field-desc {
    display: block;
}

small.fs4e-checkbox-desc {
    margin: auto 20px;
    font-size: 14px;
}

/* End Admin side fields */

/* Checkbox */
.fs4e-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.fs4e-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.fs4e-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.fs4e-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    background-color: #fff;
    bottom: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .fs4e-slider {
    background-color: #404040;
}

input:focus + .fs4e-slider {
    box-shadow: 0 0 1px #404040;
}

input:checked + .fs4e-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.fs4e-slider.fs4e-round {
    border-radius: 34px;
}

.fs4e-slider.fs4e-round:before {
    border-radius: 50%;
}

div.fs4e-tabcontent input.fs4e-settings-color,
div.fs4e-tabcontent input.fs4e-settings-field,
div.fs4e-tabcontent textarea.fs4e-settings-field {
    width: 500px;
    border: 1px solid #404040;
    border-radius: 5px;
}

div.fs4e-tabcontent input.fs4e-settings-color:focus,
div.fs4e-tabcontent input.fs4e-settings-field:focus,
div.fs4e-tabcontent textarea.fs4e-settings-field:focus {
    border: 1px solid #999999;
    box-shadow: none;
}

.fs4e-tab {
    top: 30px;
    position: sticky;
    z-index: 9999;
}

.fs4e-setting-wrapper {
    border-radius: 5px;
    padding: 15px 20px 7px 20px;
    display: inline-table;
}

/* End Checkbox */

/* Admin Dropdown */

.fs4e-refund-toggle, .fs4e-copies-toggle {
    cursor: pointer;
    text-decoration: underline;
    margin-left: 10px;
}

.fs4e-refund-dropdown, .fs4e-copies-dropdown {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.fs4e-refund-dropdown.fs4e-refund-dropdown-active, .fs4e-copies-dropdown.fs4e-copies-dropdown-active {
    height: 100%;
    width: 450px;
}

/* End Admin Dropdown */

/* TAX Table */
@media (min-width: 782px) {
    table#fs4e-tax {
        width: 40%;
    }
}

@media (max-width: 781px) {
    table#fs4e-tax {
        width: 100%;
    }
}

table#fs4e-tax th {
    width: 20%;
    padding: 10px;
}

table#fs4e-tax td {
    padding: 10px;
}

table#fs4e-tax, table#fs4e-tax th, table#fs4e-tax td {
    border: 1px solid black;
    border-collapse: collapse;
}

/* END TAX Table */
