form .error {
    color: red;
}

.img-1 {
    width: 80px;
    height: 80px;
}

.img-2 {
    width: 150px;
    height: 150px;
}

.img-3 {
    width: 200px;
    height: 200px;
}

table.tablejs-1 {
    width: 100% !important;
}

table.tablejs-1 tbody td:nth-child(1), table.tablejs-1 tbody td:last-child {
    text-align: center;
}

.json-editor-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1038;
    background-color: white;
    padding: 10px;
    max-width: 100%;
    overflow: auto;
}

.autoComplete_wrapper, .autoComplete_wrapper > input {
    width: 100% !important;
}

.ui-autocomplete {
    z-index: 1050 !important;
}

.main-footer {
    padding: 0px;
    padding-left: 15px;
}