.std, .stdr, .sth, .sthr { vertical-align:top; }
.sth, .sthr {font-weight:bold;font-size:11px;font-family:arial;}
.tda {background-color:#ccccff;}
a {color:#000000;}

table {
    border-collapse: collapse;
}

body {font-family:arial;}

td {
    border: 1px solid black; font-family:arial;font-size:12px;
}

td { padding:2px;}

.formrow .label {font-size:13px; font-weight:bold;}
.formrow .input {font-size:13px;}
.formrow .description {display:block;margin-bottom:10px;font-size:10px;font-weight:normal;font-family:arial;color:#666666;}

.label {font-size:13px;}

.txt_small {font-size:8px;}
.txt_big {font-size:16px;}

.formrow {font-size:12px;}



.modullink {display:block;}
.moduldescription {display:block;margin-bottom:10px;font-size:11px;font-family:arial;color:#666666;}

.vertical-text {
  transform: rotate(270deg);
  transform-origin: left top 0 ;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    translate(19px, 51px)
    /* 45 is really 360 - 45 */
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #000;
  padding: 5px 10px;
}

.templatetree {
    font: normal 11px "Segoe UI", Arial, Sans-serif;
}

.templatetree a {

}
.templatetree li {
    margin: 1;
    padding: 1;
}

.css-treeview ul,
.css-treeview li
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-treeview input
{
    position: absolute;
    opacity: 0;
}

.css-treeview
{
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.css-treeview a
{
    color: #00f;
    text-decoration: none;
}

.css-treeview a:hover
{
    text-decoration: underline;
}

.css-treeview input + label + ul
{
    margin: 0 0 0 22px;
}

.css-treeview input ~ ul
{
    display: none;
}

.css-treeview label,
.css-treeview label::before
{
    cursor: pointer;
}

.css-treeview input:disabled + label
{
    cursor: default;
    opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul
{
    display: block;
}

.css-treeview label,
.css-treeview label::before
{
    background: url("pics/icons.png") no-repeat;
}

.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.css-treeview label
{
    background-position: 18px 0;
}

.css-treeview label::before
{
    content: "";
    width: 16px;
    margin: 0 22px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
    background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix
    {
        from
        {
            padding: 0;
        }
        to
        {
            padding: 0;
        }
    }
}
