















.button {
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    border: solid 1px #aaa;
}

.helpmessage .wrap .button {
    
    padding: 5px 50px;
}

.hidden {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
}

h2.hidden,
h3.hidden {
    display: none !important;
}

.hiddendisplaynone {
    visibility: hidden;
    width: 0 !important;
    height: 0 !important;
    display: none;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.disabled {
    color: #696969;
}

.celldisabled, .elementdisabled {
    color: #696969 !important;
    background-color: #e6e6e6 !important;
}

.linkdisabled, a.linkdisabled {
    pointer-events: none;
    color: #696969;
}

.zeroheight {
    height: 0 !important;
}

.skipscreen {
    display: none;
}

.readonly {
    
}

input.readonly {
    border: 0 !important;
    background-color: #f5f5f5 !important;
}


input[type="checkbox"].readonly {
    width: 1em;
    height: 1em;
    appearance: none;
    border: 1px #d3d3d3 solid !important;
    border-radius: 2px;
}

input[type="checkbox"].readonly:before {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #d3d3d3;
    line-height: 1;
}

input[type="checkbox"].readonly:checked::before {
    content: "✓";
}

.required {
    font-weight: bold;
    color: #f00;
}

.checkboxrequired {
    padding: 1px 0 0 3px;
    background-color: #fcc !important;
}

.textboxrequired {
    background-color: #fcc !important;
}

.ok {
    
    color: #393;
}

.footnote {
}

.publicinfotext {
    margin-left: 3px;
    margin-bottom: 15px;
}

a.more {
    display: inline;
    letter-spacing: -3px !important;
    color: #000;
    font-size: .9em;
    font-weight: normal;
    padding-left: 5px;
    text-decoration: none;
}

a.more:hover {
    text-decoration: underline;
}

#complementary .more a:hover {
    
    background-color: #d3d3d3 !important;
    color: #000 !important;
}





.errormessagecontainer, .helpmessagecontainer, .infomessagecontainer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.errormessage, .helpmessage, .infomessage {
    padding-top: 5px;
    padding-bottom: 5px;
}

.userinfo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.userinfodirect p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: .8em;
    color: #757575;
}

.errormessage span, .helpmessage span, .infomessage span, .userinfo {
    font-weight: bold;
    background-color: #ff9;
    padding: 5px;
    margin-right: 3px;
    margin-bottom: 2px;
    white-space: nowrap;
    line-height: 2.10em;
}

.errormessage span.wrap, .helpmessage span.wrap, .infomessage span.wrap, .userinfo.wrap {
    display: block;
    white-space: normal;
    line-height: 1.5em;
}

.errormessage span {
    color: red;
    border: solid 1px #f00;
}

.errormessage a, .errormessage a:visited {
    color: #f00;
}

.errormessage.global {
    margin-top: 20px;
    margin-bottom: 20px;
}

.helpmessage span {
    background-color: aliceblue;
}

.helpmessage span {
    color: #004666;
    border: solid 1px #004666;
}

.helpmessage a, .helpmessage a:visited {
    color: #004666 !important;
}

.helpmessage img {
    padding: 1px;
    background-color: #ccc;
}

.infomessage span, .userinfo {
    color: green;
    border: solid 1px green;
}

.infomessage a, .infomessage a:visited {
    color: green !important;
}

.infomessage img {
    padding: 1px;
    background-color: #ccc;
}





.contact, .contact a {
    color: #696969;
}


h2.contactgroup {
    margin-top: .5em;
}



.contactperson {
    font-weight: bold;
    color: #696969;
}

.contacttype {
    display: block;
    float: left;
    width: 3.5em;
    text-align: right;
    margin-right: 5px;
    color: #696969;
}

.contactcontact {
    width: auto;
    display: block;
    float: left;
}

.contactcontact li {
    margin-bottom: 3px;
}

ul.legendcontact li img {
    width: 11px !important;
    height: 11px !important;
}

ul.legendcontact li {
    line-height: 12px !important;
    font-size: .8em;
    color: #696969;
}

.float ul li {
    float: left;
    border-right: solid 1px #757575;
    margin-right: 5px;
    padding-right: 5px;
}

.float ul .end {
    border-right: 0px;
}

.float:after {
    content: "";
    display: table;
    clear: both;
}

.frame #center_bottom {
    display: none !important;
}

.responsible {
    display: block;
    margin-top: 20px;
    margin-bottom: -1.5em;
    margin-left: 0.1em;
    
    color: #757575; 
    
    
    font-size: .9em;
    
}

.responsible a {
    
    color: #757575; 
}







.achtung {
    display: flex;
    border: solid 1px #090;
    margin-bottom: 3px;
    color: #040;
    
    position: relative;
    min-height: 85px;
}

.achtung:after {
    content: "";
    display: table;
    clear: both;
}

.achtung .iconcontainer {
    display: block;
    float: left;
    width: 12%;
    background-color: #090;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.achtung .textcontainer {
    float: left;
    width: 88%;
    background-color: #92f07d;
    
    margin-left: 12%;
    min-height: 85px;
}

.achtung .textcontainer-content {
    padding: 2px 2px 2px 5px;
}

.achtung .textcontainer p.title {
    border-bottom: solid 1px #090;
    padding-bottom: 2px;
}

.achtung .textcontainer .newstitle {
    font-weight: normal;
    color: #000;
    color: #040;
}

.achtung a {
    margin-left: 2px;
    padding: 0 2px 0 0 !important;
    color: #040;
    text-decoration: none;
}

.achtung a:hover,
.achtung a.more:hover {
    text-decoration: underline;
    color: #040 !important;
    background-color: inherit !important;
}





.l162 .achtung,
.l167 .achtung {
    border: solid 1px #004666;
    color: #fff;
}

.l168 .achtung {
    border: solid 1px #004739;
    color: #fff;
}

.l166 .achtung,
.l167 .achtung,
.l166 .achtung .textcontainer,
.l167 .achtung .textcontainer {
    
    min-height: 65px;
}

.l162 .achtung .iconcontainer,
.l167 .achtung .iconcontainer {
    background-color: #004666;
}

.l168 .achtung .iconcontainer {
    background-color: #004739;
}

.l162 .achtung .textcontainer,
.l167 .achtung .textcontainer {
    background-color: #007ab3;
}

.l168 .achtung .textcontainer {
    background-color: #007F71;
}

.l162 .achtung .textcontainer p.title,
.l167 .achtung .textcontainer p.title,
.l168 .achtung .textcontainer p.title {
    border-bottom: solid 1px #fff;
}

.l162 .achtung .textcontainer .newstitle,
.l167 .achtung .textcontainer .newstitle,
.l168 .achtung .textcontainer .newstitle {
    color: #fff;
}

.l162 .achtung a,
.l167 .achtung a,
.l168 .achtung a {
    color: #fff;
}

.l162 .achtung a:hover,
.l162 .achtung a.more:hover,
.l167 .achtung a:hover,
.l167 .achtung a.more:hover,
.l168 .achtung a:hover,
.l168 .achtung a.more:hover {
    color: #fff !important;
}





.tipptrick {
    display: flex;
    border: solid 1px #f90;
    margin-bottom: 3px;
    color: #a35200;
    
    position: relative;
    min-height: 85px;
}

.tipptrick:after {
    content: "";
    display: table;
    clear: both;
}

.tipptrick .iconcontainer {
    display: block;
    float: left;
    width: 12%;
    background-color: #f90;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.tipptrick .textcontainer {
    float: left;
    width: 88%;
    background-color: #ffe5bf;
    
    margin-left: 12%;
    min-height: 85px;
}

.tipptrick .textcontainer-content {
    padding: 2px 2px 2px 5px;
}

.tipptrick .textcontainer p.title {
    border-bottom: solid 1px #f90;
    padding-bottom: 2px;
}

.tipptrick .textcontainer .newstitle {
    font-weight: normal;
    color: #000;
    color: #a35200;
}

.tipptrick a {
    margin-left: 2px;
    padding: 0 2px 0 0 !important;
    color: #a35200;
    text-decoration: none;
}

.tipptrick a:hover,
.tipptrick a.more:hover {
    text-decoration: underline;
    color: #a35200 !important;
    background-color: inherit !important;
}


.wartung {
    display: flex;
    border: solid 1px #900;
    margin-bottom: 3px;
    color: #900;
    
    position: relative;
    min-height: 75px;
}

.wartung:after {
    content: "";
    display: table;
    clear: both;
}

.wartung .iconcontainer {
    display: block;
    float: left;
    width: 12%;
    background-color: #900;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.wartung .textcontainer {
    float: left;
    width: 88%;
    background-color: #efcece;
    
    margin-left: 12%;
    min-height: 75px;
}

.wartung .textcontainer-content {
    padding: 2px 2px 2px 5px;
}

.wartung .textcontainer p.title {
    border-bottom: solid 1px #900;
    padding-bottom: 2px;
}

.wartung .textcontainer .title {
    font-weight: normal;
    color: #900;
    font-size: 1.3em;
    line-height: 1.2em;
}

.wartung .textcontainer .title a,
.wartung a.more {
    text-decoration: none;
    color: #900 !important;
}

.wartung .textcontainer .title a:hover,
.wartung a.more:hover {
    text-decoration: underline;
    color: #900 !important;
    background-color: inherit !important;
}

.wartung .textcontainer-content-shorttext {
    margin-top: 5px;
}

.wartung .textcontainer p.shorttext {
    display: inline;
}

.wartung.invert .iconcontainer {
    border-right: solid 1px #900;
    background-color: #efcece;
    
}

.wartung.invert .textcontainer {
    background-color: #fff;
    background-color: #f5f5f5;
}


.wartungsmall {
    border: solid 1px #900;
    margin-bottom: 3px;
    color: #900;
}

.wartungsmall .iconcontainer {
    display: block;
    background-color: #900;
    padding: 2px 2px 2px 4px;
}

.wartungsmall .textcontainer {
    background-color: #efcece;
}

.wartungsmall .textcontainer-content {
    padding: 2px 2px 2px 3px;
}

.wartungsmall .textcontainer p.title {
    border-bottom: solid 1px #900;
    padding-bottom: 2px;
}

.wartungsmall .textcontainer .title {
    font-weight: normal;
    color: #900;
    font-size: 1.3em;
    line-height: 1.2em;
}

.wartungsmall .textcontainer .title a,
.wartungsmall a.more {
    text-decoration: none;
    color: #900 !important;
}

#complementary .wartungsmall .textcontainer .title a:hover,
#complementary .wartungsmall a.more:hover {
    text-decoration: underline;
    color: #900 !important;
    background-color: inherit !important;
}

.wartungsmall .textcontainer-content-shorttext {
    margin-top: 3px;
}

.wartungsmall .textcontainer p.shorttext {
    display: inline;
    letter-spacing: -0.7px !important;
}

.wartungsmall.invert .iconcontainer {
    border-bottom: solid 1px #900;
    background-color: #efcece;
    
}

.wartungsmall.invert .textcontainer {
    background-color: #fff;
    background-color: #f5f5f5;
}


.green {
    display: flex;
    border: solid 1px #393;
    margin-bottom: 3px;
    color: #393;
    
    position: relative;
    min-height: 75px;
}

.green:after {
    content: "";
    display: table;
    clear: both;
}

.green .iconcontainer {
    display: block;
    float: left;
    width: 12%;
    background-color: #393;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.green .textcontainer {
    float: left;
    width: 88%;
    background-color: #cfc;
    
    margin-left: 12%;
    min-height: 75px;
}

.green .textcontainer-content {
    padding: 2px 2px 2px 5px;
}

.green .textcontainer p.title {
    border-bottom: solid 1px #393;
    padding-bottom: 2px;
}

.green .textcontainer .title {
    font-weight: normal;
    color: #393;
    font-size: 1.3em;
    line-height: 1.2em;
}

.green .textcontainer .title a,
.green a.more {
    text-decoration: none;
    color: #393 !important;
}

.green .textcontainer .title a:hover,
.green a.more:hover {
    text-decoration: underline;
}

.green .textcontainer-content-shorttext {
    margin-top: 5px;
}

.green .textcontainer p.shorttext {
    display: inline;
}


.l163 .achtungsmall {
    border: solid 1px #090;
    color: #040;
}

.l163 .achtungsmall .iconcontainer {
    background-color: #090;
    padding: 2px 2px 2px 0px;
}

.l163 .achtungsmall .textcontainer {
    background-color: #92f07d;
    padding: 2px 2px 2px 3px;
}

.l163 .achtungsmall .textcontainer p.title {
    border-bottom: solid 1px #040;
    padding-bottom: 2px;
}

.l163 .achtungsmall .textcontainer .newstitle {
    color: #040;
}

.l163 .achtungsmall a {
    color: #040;
    font-weight: normal;
}

.l163 .achtungsmall a:hover,
.l163 .achtungsmall a.more:hover {
    color: #040 !important;
    background-color: inherit !important;
}


.l164 .achtungsmall {
    border: solid 1px #004666;
    color: #fff;
}

.l164 .achtungsmall .iconcontainer {
    background-color: #004666;
    padding: 2px 2px 2px 0px;
}

.l164 .achtungsmall .textcontainer {
    background-color: #007ab3;
    padding: 2px 2px 2px 3px;
}

.l164 .achtungsmall .textcontainer p.title {
    border-bottom: solid 1px #fff;
    padding-bottom: 2px;
}

.l164 .achtungsmall .textcontainer .newstitle {
    color: #fff;
}

.l164 .achtungsmall a {
    color: #fff;
    font-weight: normal;
}

.l164 .achtungsmall a:hover,
.l164 .achtungsmall a.more:hover {
    color: #fff !important;
    background-color: inherit !important;
}



.detaildata.fullscreen {
    position: relative;
}




body {
    
}

#tabs {
    max-width: 50em;
}

#tabs h2 {
    margin: 1em 0 0;
}

#tabs h2:focus {
    outline: 0;
    
    
}

.tabsList {
    float: left;
    list-style: none;
    margin: 0;
    padding-left: 2.35em;
}

.tabsList li {
    position: relative; 
    float: left;
    margin: 0 .5em 0 0;
    
}

.tabsList li a {
    position: relative;
    top: 4px;
    float: left;
    overflow: hidden;
    font-weight: normal;
    text-shadow: none;
    background: #fff;
    color: #444;
    text-decoration: none;
    margin: .5em 0 .1em 0;
    padding: .5em .5em .35em .5em;
    border-style: solid;
    border-color: #ccc;
    border-color: #999;
    border-width: 1px 1px 0 1px;
    
    cursor: pointer;
}

.tabsList li a:link {
    border-color: #ccc;
}

.tabsList li a:hover,
.tabsList li a:focus,
.tabsList li a:active {
    border-color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0,.2);
}

.tabsList li a:active {
    top: 2px;
}

.tabsList li.current {
    
}

.tabsList li.current a {
    top: 2px;
    
    color: #333;
    color: #000;
    background: #fafafa;
    border-color: #999;
    text-shadow: 0 1px 1px rgba(0, 0, 0,.2);
}

.tabsList li.current a:hover,
.tabsList li.current a:focus {
    color: #333;
    background-color: #fafafa;
}

.tabsList li.current a:focus {
    outline: 1px dotted #444;
}

.tabsList a span {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.tabPanel {
    position: relative; 
    display: block;
    visibility: visible;
    clear: left;
    overflow: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: .5em 3em .5em 3em;
    border: 1px solid #999;
    
    
    color: #333;
    background-color: #fafafa;
}

.tabPanel:focus {
    outline: 1px dotted #999;
}

.tabPanel h2 {
    display: inline-block;
}

.tabPanel h2:focus {
    outline: 1px dotted #999;
}

.ac_even,
.ac_odd {
    background-color: #fff !important;
    border-bottom: dotted 1px #000;
}

.ac_even:last-child,
.ac_odd:last-child {
    border-bottom: 0;
}

.ac_over {
    background-color: #004666 !important;
}


.highlight  {
    color: black;
    background-color: Yellow;
}

#content .directlink,
#centeronly .directlink {
    font-size: smaller;
    color: #eee;
}

#content .t63 .directlink,
#centeronly .t63 .directlink {
    color: initial;
    line-height: 4em;
}

.blockcaptiontop {
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 7px !important;
    padding-bottom: 5px !important;
}

.blockcaption {
    font-weight: bold;
    vertical-align: bottom;
    padding-top: 15px !important;
    padding-bottom: 5px !important;
}

.blockcaptionspace {
    height: 20px;
    empty-cells: show;
}

.detailcaption {
    text-align: right;
    vertical-align: top;
    background-color: #f0f8ff; 
}

.detaildata {
    vertical-align: top;
    background-color: #f5f5f5; 
}

.detaildocument {
    padding-left: 10px;
    vertical-align: top;
}

.detaildata p {
    margin-bottom: 2px; 
}

.detaildata input[type=text] {
    background-color: #fff;
}

.detaildata ul {
    margin-left: 25px;
}

.detaildata .errormessagehighlight {
    white-space: normal;
}

.listorderby {
    background-color: #f0f8ff; 
}

.listorderby img {
    margin-right: 3px;
    vertical-align: baseline;
}

.listorderby input {
    margin-bottom: 0;
}

.listcaption, .listcaptioneven {
    text-align: left;
    font-size: smaller;
    font-weight: bold;
    vertical-align: top;
    background-color: #f0f8ff; 
    white-space: nowrap;
}

.listdocument {
}

.listcaption input, .listcaption img, .listcaptioneven input, .listcaptioneven img {
    margin-right: 3px;
}

.listdata, .listdataeven {
    background-color: #f5f5f5; 
    vertical-align: top;
}

.listdataselected td {
    background-color: #ccc;
}

.floatclear, .floatclearlicontact {
    clear: both;
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

.imglocked {
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

.querybyletter input, .querybytimespan input {
    
    border: 0;   
    margin-top: 2px;
    margin-right: 2px;
}

.browsepages {
    padding-bottom: 5px;
}

.browsepages a, .browsepages span {
    padding: 0 4px 0 0;
}

.browsepages span.browsepagesactive {
    font-weight: bold;
}

.important {
    font-weight: bold;
}

.validationinformation {
    color: #808080; 
}

.validationwarning {
    color: #a0522d; 
}

.validationerror {
    color: #f00; 
}

.validationsuccess {
    color: #090; 
}

.red {
    color: #f00; 
}

.strong {
    font-weight: bold;
}

.block {
    display: block;
}

.blockarticle210 {
    display: block !important;
    margin-left: 212px;
}

.smaller {
    font-size: smaller;
}

.singleprint {
    display: block;
    color: #696969;
    margin-top: 5px;
    padding: 2px;
    text-decoration: none;
    text-align: right;
    font-size: smaller;
}

span.singleprint a {
    color: green;
    text-decoration: none;
}

span.singleprint a:hover {
    text-decoration: underline;
}

a:hover.singleprint, a:active.singleprint {
    text-decoration: underline;
    background-color: Transparent;
}

span.singleprint {
    color: green;
    font-weight: bold;
    background-color: #ff9;
    border: solid 1px green;
}


.recordpageactive {
    border: solid 1px black;
}

div.imagecontainer {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.imagesource {
    
    
    font-size: .9em;
    letter-spacing: -0.5px;
    
    color: #595959;
    text-align: right;
    margin-right: 2px;
}

.changepassword {
    float: left;
}

#pwchecknp {
    float: left;
    margin: 5.5em 0 0 0;
}

#pwchecknp.pwf {
    margin-top: 3.5em;
}

#pwchecknpc {
    float: left;
    margin: 7.5em 0 0 0;
}

#pwchecknpc.pwf {
    margin-top: 5.5em;
}

#pwcheckheader1, #pwcheck0 {
    margin-top: 10px;
}

.pwcheck {
    
    width: auto;
    height: 16px;
    margin-bottom: 1px;
    text-align: right;
}

.pwcheck .caption {
    display: inline-block;
    width: 10.5em;
    padding-right: 2px;
    white-space: nowrap;
}

.pwcheck .value {
    display: inline-block;
    width: 4em;
    color: red;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

#pwcheck6c {
    padding-left: 20px;
}

.sitemap {
    width: auto;
    padding-left: 3px; 
    margin-top: 5px;
    margin-bottom: 15px;
    border-left: solid 1px #dcdcdc;  
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.sitemap .node {
    display: inline-block; 
    font-weight: bold;
    font-size: 1.1em;
    margin: 15px 0;
}

.t126 .sitemap, .t126 .sitemap .node {
    margin: 1px;
}

.t126 .sitemap .node {
    font-weight: normal;
    font-size: 1em;
}




#content .detailtitle {
    font-weight: bold;
    margin-bottom: 10px;
}

#content .detailtitlelist {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.celBoldRight {
    font-weight: bold !important;
    text-align: right !important;
}

.celRight {
    text-align: right !important;
}

.celBold {
    font-weight: bold !important;
}

.celSum {
    font-weight: bold !important;
    text-align: right !important;
}

.alignleft {
}

.alignright {
    text-align: right;  
    margin-right: 0.4em ;
}

.limore {
    font-style: italic;
}

div.maxcellsize {
    width: auto;
    float: left;
    margin-right: 10px;
}

span.courier p, span.courier span.highlight, td span.courier, td textarea.courier {
    font-family: "Courier New";
}

.example {
    font-family: "Courier New";
    background-color: #d3d3d3; 
}


#skip1, #skip2, #skip3 {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#skip1 a, #skip2 a, #skip3 a {
    position: absolute;
    width: 10em;
    top: -4em;
}

#skip1 a:focus, #skip2 a:focus, #skip3 a:focus {
    position: static;
}

a#mainnavigation, a#channelnavigation, a#inhalt {
    display: block;
}

.closewindow {
    margin-top: 20px;
    width: 120px;
    height: 60px;
}

input.tabsubmodule {
    margin: 0px;
    margin: 1px 0px 1px 1px;
}

input.tabsubmodule.active {
    background-color: #bbb;
    font-weight: bold;
}

p.rss {
    display: block;
    padding: 10px 0 10px 0;
}

.useruserrequest {
    width: 45em;
    border: solid 1px #d3d3d3;
    background-color: #f0f8ff; 
    margin-bottom: 15px;
    padding: 5px;
}

ul.userrequestprogram {
    margin-right: 15px;
}

ul.userrequestprogram li a.strong {
    
    font-weight: bold;
}

ul.userrequestprogramcomment {
    font-size: .85em;
    padding-top: 20px;
}

td.singleautoassigned {
    background-color: #f5f5f5;
    padding-left: 21.5em;
}

td.singleautoassigned.left {
    padding-left: 5px !important;
}

#mc14284 td.singleautoassigned {
    padding-left: 26.5em;
}

#mc14408 td.singleautoassigned {
    padding-left: 36.5em;
}

div.panelassignscroll,
div.panelremovescroll {
    float: left;
    width: 20em;
    height: auto; 
    overflow: auto;
    margin-right: 15px;
}

div.panelassignscroll,
div.panelremovescroll {
    
}

div.panelassignscroll .imgtrans {
    display: block;
    height: 1px;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t30 div.panelassignscroll {
    
}

div.panelassignscroll table,
div.panelremovescroll table {
    width: 100%;
}

#mc14284 div.panelassignscroll,
#mc14284 div.panelremovescroll {
    width: 25em;
}

#mc14408 div.panelassignscroll,
#mc14408 div.panelremovescroll {
    width: 33em;
}

div.panelassignscroll.max25 {
    height: 33em;
}

div.singleassign {
    float: none;
    width: 40em;
    margin-bottom: 5px;
    margin-right: 0px;
}

div.panelremovescroll.singleassign {
    height: auto;
}

div.panelassignscroll input.imagebutton,
div.panelremovescroll input.imagebutton {
    padding-top: 1px;
}

div.panelassignscroll .datatable td input,
div.panelremovescroll .datatable td input {
    
}

div.panelassignscroll .datatable td,
div.panelassignscroll .datatable th,
div.panelremovescroll .datatable td,
div.panelremovescroll .datatable th {
    background-color: inherit;
    padding: 1px 0 0 2px !important;
}

div.panelassignscroll .datatable th,
div.panelremovescroll .datatable th {
    text-align: center;
    background-color: #f0f8ff;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

div.panelassignscroll .datatable td.listtext,
div.panelassignscroll .datatable th.listtext,
div.panelremovescroll .datatable td.listtext,
div.panelremovescroll .datatable th.listtext {
    
    padding-right: 5px;
}

div.panelassignscroll .datatable td.listbutton,
div.panelassignscroll .datatable th.listbutton,
div.panelremovescroll .datatable td.listbutton,
div.panelremovescroll .datatable th.listbutton {
    width: 1.2em;
}

div.panelassignscroll .datatable td.listbutton input,
div.panelassignscroll .datatable th.listbutton input,
div.panelremovescroll .datatable td.listbutton input,
div.panelremovescroll .datatable th.listbutton input {
    margin: 0;
}

div.panelassignscroll .datatable th,
div.panelremovescroll .datatable th {
    
}

div.panelassignscroll .datatable tr.alternate td,
div.panelremovescroll .datatable tr.alternate td {
    background-color: #eee;
}

div.panelremovescroll .datatable {
    line-height: normal; 
}

.keyuserunit, .userrequestdataprivacy, .akimexport {
    font-size: smaller;
    padding-top: 15px;
}

.keyuserunit span.titlekeyuser {
    display: block;
    padding: 2px 0 5px 0;
}

.joinedforms {
    border: solid 1px #d3d3d3;
    background-color: #eee;
    margin: 10px 0;
    padding: 3px;
}

div.maxcellsize .cell_2_1, div.maxcellsize .cell_2_2 {
}

div.maxcellsize .cell_3_1, div.maxcellsize .cell_3_2, div.maxcellsize .cell_3_3 {
}
