/* TANGORA CSS */
.ts-panel { display:flex; }
.ts-panel > * { flex:var(--ts-panelbox-flex, 1 1 auto); margin:var(--ts-panelbox-margin, 0px); padding:var(--ts-panelbox-padding, 0px); border-top:var(--ts-panelbox-bordertop, none); border-right:var(--ts-panelbox-borderright, none); border-bottom:var(--ts-panelbox-borderbottom, none); border-left:var(--ts-panelbox-borderleft, none) }
/* RESOURCE #23 BEGIN */
table.adminTable > tbody > tr:nth-child(odd)
{
    background: #e9e9e9;
    border-radius: 6px;
    overflow: hidden;
}

table.adminTable > tbody > tr > td,
table.adminTable > thead > tr > th
{
    padding: 14px 10px;
    border-left: 1px solid #ddd;
}

table.adminTable > thead > tr > th
{
    padding: 8px 10px;
    font-family: 'ST 2018 Lato Bold','Arial Bold',Helvetica,Sans-serif;
    font-weight: normal;
}

table.adminTable > tbody > tr > td:first-child,
table.adminTable > thead > tr > th:first-child
{
    border-left: none;
    border-radius: 6px 0px 0px 6px;
}

table.adminTable > tbody > tr > td:last-child,
table.adminTable > thead > tr > th:last-child
{
    border-left: none;
    border-radius: 0px 6px 6px 0px;
}
/* RESOURCE #23 END */
/* RESOURCE #24 BEGIN */
form input.toolbar-item,
input.toolbar-item
{
    margin: 0px 5px 5px 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-family: 'ST 2018 Lato Regular',Arial,Helvetica,Sans-serif;
    font-size: 14px;
    line-height: 1em;
    white-space: nowrap;
    border: 1px solid transparent;
    padding: 0.4em 0.5em;
    border-radius: .14em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    cursor: pointer;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

form input[value="U"].toolbar-item
{
    text-decoration: underline;
}

form input[value="I"].toolbar-item
{
    font-style: italic;
    padding-right: 0.75em;
}

form input[value="B"].toolbar-item
{
    font-weight: bold;
}

form .toolbar-item-down,
form .toolbar-item:hover
{
    outline: none;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

form .toolbar-item.hide
{
    display: none !important;
}

label.uploadControl[for="Billeder"],
label.uploadControl[for="Filer"]
{
    width: 100%;
    appearance: none;
    background: transparent;
    border: 1px dashed #000;
    padding: 8px 40px;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'ST 2018 Lato Bold','Arial Bold',Helvetica,Sans-serif;
}

label.uploadControl[for="Billeder"]:before,
label.uploadControl[for="Filer"]:before
{
    content: "\f03e";
    font-family: 'Icon font solid';
    margin-right: 0.4em;
    font-size: 18px;
    line-height: 0;
}

label.uploadControl[for="Filer"]:before
{
    content: "\f56f";
}
/* RESOURCE #24 END */
