.area_title {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 15px;
    margin-bottom: 10px;
    background-color: #eeeeee;
    border-bottom: 1px solid #cccccc;
}


.formTable {
	border:1px solid #999;
	border-top-width:0px;
	border-bottom-width:0px;
    border-radius: 6px;
}

.formTable th{
    background-color: white;
    color: var(--color-text);
    font-weight: 800;
    text-align: center;
    padding: 10px;
}

.formTable td {
	background-color:#fff;
	border-bottom:1px solid #999;
    vertical-align: top;
}

.formTable textarea,
.formTable select {
    width: 98%;
}

.formTable .instruction {
    text-align: center;
    color: #060;
}

.formTable input[type="text"] {
    width: 98%;
}
.formTable input[type="text"].num {
    width: 50px;
}

/* ------- Kite theme javítása ---------- */
#adminForm input[type="checkbox"] {
    display: unset;
}
#adminForm input[type="checkbox"] + label:before {
    content: unset;
}
#adminForm .helpText {
    display: block;
    color: #999999;
}


    /* -------- Password input ----------- */
.form-control .button-password-eye {

}


/* ---- Sortable list ------ */
#sortable_orig, #sortable_sel {
    border: 1px solid #eee;
    width: 35%;
    min-height: 80px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}
#sortable_sel {
    width: 60% !important;
    background-color: #359fde;
}

#sortable_orig li, #sortable_sel li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 14px;

}
#sortable_sel li {
    background-color: #fff;
}


/* ---------------- TABLES ---------------- */
.hideFormButton {
    display: none;
}
.list_table {
    width: 100%;
    margin: 5px 0;
    border-bottom: 1px solid #eeeeee !important;
}
.list_table .btn {
    margin-left: 12px;
}
.list_table th {
    vertical-align: bottom;
    color: #999999;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc !important;
    padding: 3px 5px;
    border-bottom-width: 1px;
    vertical-align: middle;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 11px;
}
.list_table th.bottom {
    vertical-align: top;
}

.list_table tr {
}
.list_table tr:hover {
    background-color: #f1f1ff;
}

.list_table td {
    vertical-align: bottom;
    color: #333;
    border: 1px solid transparent;
    border-bottom: 1px solid #cccccc;
    padding: 4px 5px;
    font-size: 14px;
}

.list_table th.options {
    text-align: right;
}
.list_table td.options {
    text-align: right;
}

.list_table .td_archived {
    background-color: #ddd;
}

.list_table th.options,
.list_table td.options {
    text-align: right;
}

/* --------- FILE UPLOAD -------- */
.form_file_delete_box {
    display: inline-block;
    clear: both;
    float: right;
    padding: 5px 10px;
    border: 1px solid red;
    background-color: rgba(255,0,0,0.2);
}

.form_file_delete_box label {
    display: inline-block;
    margin: 0;
}

.form_file_preview {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}