
.body_reveal
{
    height:100%;
    font-size:1rem;
}

.adminfull
{
    height: 80%;

    width:60%;
    min-width:1000px;
    max-width: none !important;
}

.row
{

    max-width: 75rem;
    margin-left:auto;
    margin-right: auto;
}



.max600
{
    max-height:680px !important;
    height:90%; /* hierdoor blijven opslaan en niet opslaan inbeeld en gaat deze scrollen */
    overflow:auto;
}

table.admin_form tbody tr td:first-child
{
    font-weight:bold;
    vertical-align:top;
}

table.admin_form
{
    width:95%;
}

table.admin_list tbody tr td
{
    font-size:80%;
}

.tabs_admin_form li.tab-title a
{
    font-size:80%;
    padding: 0.5rem 1rem;
}

i.x-large
{
    font-size:28px;
}

.admin_server_select
{
    width:80% !important;
    display:inline !important;
}

label
{
    font-weight:bold;
}


input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], input[type="color"],
textarea {

    margin: 0 0 0.5rem 0;

}

h1
{
    font-size:1.6rem;
}

h2
{
    font-size:1.4rem;
}

h3
{
    font-size:1.2rem;
}



/* drag and drop */
.ui-sortable-helper {
    background-color:#B9E4EF;
}
.table_sortable tbody tr {
    cursor:move;
}