.checkox-label {
    margin-top: 3px;
}

.fs-onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}



.fs-permisstion-switch .checkbox.checbox-switch label span, 
.fs-permisstion-switch .checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.fs-permisstion-switch .checkbox.checbox-switch.switch-primary label > input:checked + span, 
.fs-permisstion-switch .checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: #84c529;
    border-color: #84c529;
    box-shadow: #84c529 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.fs-permisstion-switch .checkbox.checbox-switch label > input:checked + span:before, .checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}

.fs-permisstion-switch .checkbox.checbox-switch label span:before, .checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.fs-permisstion-switch .checkbox label::before {
    display: none !important;
}

.fs-permisstion-switch label:not(.control-label) {
    font-weight: unset !important; 
}
.fs-permisstion-switch .swith-label {
    margin-top: -20px;
}

.fs-permisstion-switch .checkbox {
    padding-left: unset;
}

@media (min-width: 768px){
    .form-inline .checkbox input[type=checkbox] {
        position: relative !important; 
    }
}

td .fs-permisstion-switch {
    width: 40px;
}

#file-sharing-config .nav-tabs {
    margin-bottom: 15px !important;
}

.field-icon,
.field-icon-background {
  float: right;
  transform: translate(-6px, -40px);
  position: relative;
}

/* Chrome, Safari, Edge, Opera */
#fs-config-form #max_size::-webkit-outer-spin-button,
#fs-config-form #min_size::-webkit-outer-spin-button,
#fs-config-form #max_size::-webkit-inner-spin-button,
#fs-config-form #min_size::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#fs-config-form #max_size[type=number], #fs-config-form #min_size[type=number] {
  -moz-appearance: textfield;
}

.field-icon-background {
    border: 1px solid #bfcbd9;
    background-color: #fbfdff;
    padding: 8px;
    border-radius: 0px 4px 4px 0px;
    transform: translate(0px, -51px);
}
table .password {
    border: 0;
    outline: none;
    background: #fff;
    width: 100px;
}