body {    max-width: 100% !important;}
.email-content-body a {
    color:#dc3545;
    text-decoration: underline;
}
.email-content-body a:hover {
    color:#000;
}
.npk-list .npk-item a:hover {
    color:#dc3545;
}
aside{
    z-index: 10000;
}
.commentInput{
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
}
.forwardInput{
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 0.75rem !important;
    font-weight: 300 !important;
}
.grund-status {
    padding:5px;
    border-radius: 3px;
    display:block;
}
.grund-0{
    background-color: rgb(138,252,139);
}
.grund-1{
    background-color: rgb(132,248,137);
}
.grund-2{
    background-color: rgb(126,253,122);
}
.grund-3{
    background-color: rgb(1,255,58);
}
.grund-4{
    background-color: rgb(0,255,3);
}
.grund-5{
    background-color: rgb(2,131,2);
    color:#fff;
}
.grund-6{
    background-color: rgb(4,129,73);
    color:#fff;
}
.grund-7{
    background-color: rgb(4,251,255);
}
.grund-8{
    background-color: rgb(1,255,255);
}
.grund-9{
    background-color: rgb(255,252,5);
}
.grund-10{
    background-color: rgb(252,2,12);
    color:#fff;
}
.grund-11{
    background-color: rgb(4,64,124);
    color:#fff;
}
.grund-12{
    background-color: rgb(4,126,189);
    color:#fff;
}
.grund-13{
    background-color: rgb(255,128,61);
}
.grund-14{
    background-color: rgb(254,0,7);
    color:#fff;
}
.grund-15{
    background-color: rgb(247,4,0);
    color:#fff;
}
.grund-16{
    background-color: rgb(65,127,122);
    color:#fff;
}
.grund-17{
    background-color: rgb(129,0,248);
    color:#fff;
}
.grund-18{
    background-color: rgb(255,126,254);
}
.grund-19{
    background-color: rgb(131,123,12);
    color:#fff;
}
.grund-20{
    background-color: rgb(1,1,3);
    color:#fff;
}
.grund-21{
    background-color: rgb(9,58,63);
    color:#fff;
}
.grund-22{
    background-color: rgb(192,192,192);
}
.grund-23{
    background-color: rgb(1,2,0);
    color:#fff;
}
.grund-24{
    background-color: rgb(248,1,212);
}
.grund-25{
    background-color: rgb(125,125,255);
}
.grund-26{
    background-color: rgb(194,190,187);
}
.grund-27{
    background-color: rgb(255,125,255);
}
.grund-28{
    background-color: rgb(70,125,128);
    color:#fff;
}
.grund-29{
    background-color: rgb(253,2,0);
    color:#fff;
}
.grund-30{
    background-color: rgb(251,2,0);
    color:#fff;
}
.grund-31{
    background-color: rgb(251,4,12);
    color:#fff;
}
.grund-32{
    background-color: rgb(254,0,0);
    color:#fff;
}
.grund-33{
    background-color: rgb(128,128,250);
}
.grund-34{
    background-color: rgb(248,5,0);
    color:#fff;
}
.grund-35{
    background-color: rgb(249,3,6);
    color:#fff;
}
.grund-36{
    background-color: rgb(128,0,255);
    color:#fff;
}
.grund-37{
    background-color: rgb(5,0,6);
    color:#fff;
}
.grund-38{
    background-color: rgb(251,129,124);
}
.grund-39{
    background-color: rgb(252,125,8);
}
.user-overlay {display:none;top: 0;left: 0;z-index: 100;opacity: 0.5; position: absolute; background-color: darkgray; width: 100%; height: 100%;}
.request-types span {display:block;font-size: 8px;color:#000;background: #ccc;padding:3px;border-radius: 3px;margin-top: 5px;}
.related-emails-list {
    display: none;margin-left: 25px;margin-top: 25px;margin-bottom: 25px;
}
.opened .related-emails-list {
    display:block;
}
.email-preview {
    padding-bottom: 50px !important;
}
.toggle-related-emails {
    border:none;
    font-weight: 300;
    position:absolute;
    top: 96px;
    right:2px;
    padding:5px;
    background: none;
}
.opened .toggle-related-emails i {
    transform: rotate(180deg);
}
.related-emails-list .email-preview {
    padding-bottom: 0.75rem !important;
    border:1px solid #fbed42;
}
.user-type p {
    margin-bottom:0;
}
.email-preview {
    min-height:148px;
}

.user-type{
     padding-left: 2%;
     position: absolute;
     z-index: 101;
 }
.sidebar{
    z-index: 1030;
}
.error-message{
    position: absolute;
}
.email-status p {display:inline;}
.add-prompt, .add-prompt textarea {
	width:100%;
}
.mistral-indicator {width:20px;height:20px;display:block;background: #fbed42;border-radius: 50%;position:absolute;right:10px;bottom:10px;}