.center-logo
{
    font-size: 150px;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    left: 50%;
    top: 40%;
    bottom: 50%;
    right: 50%;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    text-align: center;
}

.top-logo
{
    display:flex;
    font-size: 12vw;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    text-align: start;
    letter-spacing: 0.5vw;
    line-height: 110%;
}
.top-logo-span
{
    padding-left:0vw;
    padding-right:0vw;
    margin:0px;
    border-width: 0px;
    
}


.error_message
{
    visibility: hidden;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: 50px;
    right: 75px;
    width: 700px;
    height: 40px;
    text-align: start;
    color: #FF0000;
    font-weight: bold;
    z-index: 500;
}

.order_id_select
{
    font-size: 16px;
    font-family: 'Consolas', monospace;
    position: absolute;
    top: 0px;
    height: 30px;
    text-align: start;
    color: #000000;
    font-weight: normal;
    outline: none;
    right: 1px;
    left: 0px;
    padding-left: 14px;
    border-radius: 0px;
}

.listattributes_span
{
    display:inline-block;
    min-width:200px;
    max-width:200px;
    width:200px;
    padding-left:8px;
    padding-right:8px;   
}
.listattributes_span2
{
    display:inline-block;
    min-width:400px;
    max-width:400px;
    width:400px;
    padding-left:8px;
    padding-right:8px;   
}

.select_dropdown
{
    font-family: 'Consolas', monospace;
    text-align: start;
    color: #000000;
    font-weight: normal;
    outline: none;
    right: 1px;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    margin-left:8px;
}



.listattributes_category_span
{
    position:relative;
    display:inline-block;
    min-width:200px;
    max-width:200px;
    width:200px;
    padding-left:8px;
    padding-right:8px;   
}

.category
{
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 3px;
    width:100px;
}

.listattributes_category
{
    position:absolute;
    left:200px;
    display:inline-block;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-left: 10px;
    min-width:300px;
    max-width:300px;
    width:300px;
    padding-left:8px;
    padding-right:8px;   
    z-index:100;
    border-color: #999999;
}
.listattributes_category2
{
    user-select: none;
    z-index:101;
    position:absolute;
    left:200px;
    display:inline-block;
    border-style: none;
    margin-bottom: 5px;
    margin-left: 0px;
    min-width:300px;
    max-width:300px;
    width:300px;
    padding-left:0px;
    padding-right:0px;   
    color:white;
    text-shadow:
    0px 0 white,
    0px 0 white,
     0 1px white,
     0 0px white;
}
.listattributes_category2:hover
{
    color:red;
    text-shadow:
    0px 0 red,
    0px 0 red,
     0 1px red,
     0 0px red;
}

.listattributes_category3
{
    user-select: none;
    z-index:102;
    position:absolute;
    left:479px;
    display:inline-block;
    min-width:30px;
    max-width:30px;
    width:30px; 
    height:30px;
    padding-left:0px;
    padding-right:0px;   
    opacity: 0;
}
.listattributes_category3:hover +.listattributes_category2
{
    cursor: pointer;
    color:red;
    text-shadow:
    0px 0 red,
    0px 0 red,
     0 1px red,
     0 0px red;
}



.addcategory
{
    position:absolute;
    left:200px;
    display:inline-block;
    border-bottom: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    margin-bottom: 5px;
    margin-left: 10px;
    min-width:300px;
    max-width:300px;
    width:300px;
    padding-left:8px;
    padding-right:8px;   
    z-index:100;
}
.addcategory:active
{
    outline: none;
}
.addcategory:focus
{
    outline: none;
}
.addcategory::placeholder
{
    font-style: italic;
    color:#DDDDDD;
}

.checkmark
{
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    left: 515px;
    position: absolute;
    z-index: 103;
    line-height: 31px;
    font-size: 16px;
    font-family: monospace;
    background: #31c754;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 5px;
}

.classification_responseid_div
{
    position: relative;
    left: 20px;
    display: inline-block;
    border-style: solid;
    border-width: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
    min-width:500px;
    max-width:1200px;
    width:80%;
    padding-left:8px;
    padding-right:8px;   
    min-height:500px;
}



.classification_category_tag
{
    font-size: 16px;;
    display:inline-block;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-left: 10px;
    min-width:300px;
    max-width:300px;
    width:300px;
    padding-left:8px;
    padding-right:8px;   
    z-index:100;
}



.classification_select
{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display:inline-block;
    border-style: solid;
    border-color: #999999;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    min-width:200px;
    width:40%;
    padding-left:5px;
    padding-right:5px;   
    padding-bottom:5px;
    padding-top:5px;  
    background-color: #dde7fa;   
}
.classification_select:disabled
{
    color:#000000;
    border-color: #999999;
}

.classification_response_subject
{
    font-size: 16px;;
    display:inline-block;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    min-width:200px;
    width:100%;
    padding-left:5px;
    padding-right:5px; 
    text-align:left;  
    line-height: 26px;
}
.classification_response_subject::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}

.classification_response_body
{
    font-size: 16px;;
    display:inline-block;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    min-width:200px;
    width:100%;
    height:200px;
    padding-left:5px;
    padding-right:5px; 
    text-align:left; 
    resize: none; 
}
.classification_response_body::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}

.classification_div_delete_button
{
    color:rgb(255, 108, 108); 
    position:relative; 
    top:-8px;
    left:2px;
    font-size:26px; 
    float:right;
}
.classification_div_delete_button:hover
{
    color:red;
    cursor:pointer;
}

html 
{
  -webkit-text-size-adjust: 100%; /* Prevent font size auto-adjust */
}



.classification_response_emailkopie
{
    font-size: 16px;
    display:inline-block;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    min-width:200px;
    width:100%;
    padding-left:5px;
    padding-right:5px; 
    text-align:left;  
    line-height: 26px;
    
}
.classification_response_emailkopie::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}

.classification_response_emailweiterleiten
{
    font-size: 16px;
    display:inline-block;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    min-width:200px;
    width:100%;
    padding-left:5px;
    padding-right:5px; 
    text-align:left;  
    line-height: 26px;
    
}
.classification_response_emailweiterleiten::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}



.classification_response_do_not_respond
{
    font-size: 16px;
    display:inline-block;
    vertical-align: middle;
    transform: scale(1.3);
}










.responses_select
{
    color:#999999;
}

.responses_select:disabled
{
    color:#999999;
}



.info_message_bottom
{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    position: fixed;
    bottom: 80px;
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #28a745A0;
    font-weight: bold;
    z-index: 500;
    padding-top:5px;
}

.warn_message_bottom
{
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    position: fixed;
    bottom: 80px;
    left: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #dc3545C0;
    font-weight: bold;
    z-index: 500;
    padding-top:5px;
}



.kommentare_textarea
{
    font-size: 16px;;
    display:inline-block;
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 0px;
    min-width:200px;
    width:90%;
    height:200px;
    padding-left:5px;
    padding-right:5px; 
    text-align:left; 
    resize: none; 
    margin-left:30px;
    margin-top:30px;
    
    
    
}
.kommentare_textarea::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}
.kommentare_textarea:focus
{
    outline:none;
}
.kommentare_textarea:active
{
    outline:none;
}

.kommentare_click
{
    display:none;
    float:right; 
    top:25px; 
    left:-46px; 
    position:relative; 
    color: #00c600; 
    font-size:30px;
}
.kommentare_click:hover
{
    cursor:pointer;
}


.input_2fa_frame
{
    background-color: #55555580;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:319;
    display:none;
}

.input_2fa
{
  position:fixed;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  width:30%;
  left:50%;
  top:30%;
  transform: translateX(-50%);
  z-index:320;
  border-style:solid;
  border-radius: 20px;
  border-color: #505050;
  background-color: #FFFFFF;
  border-width:1px;
  padding:20px;
  padding-top:12px;
  opacity: 1;
  display:none;
}



.reset_password
{
  position: fixed;
  top: 38px;
  right: 75px;
  width: 240px;
  height: 40px;
  text-align: start;
  color: #ffffff;
  z-index: 500;
}
.reset_password_text
{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-align: start;
  color: #ffffff;
}

.reset_password_text:hover
{
  color: #ffffff;
  text-decoration: underline;
}


.input_resetpasswd_frame
{
    background-color: #55555580;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:319;
    display:none;
}

.input_resetpasswd
{
  position:fixed;
  width:30%;
  left:50%;
  top:30%;
  transform: translateX(-50%);
  z-index:320;
  border-style:solid;
  border-radius: 20px;
  border-color: #505050;
  background-color: #FFFFFF;
  border-width:1px;
  padding:20px;
  padding-top:12px;
  opacity: 1;
  display:none;
}

.input_resetpasswd_inputtext
{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
}


.input_resetpasswd_inputtext::placeholder
{
    font-style: italic;
}

.btn_disabled_hover:disabled
{
    opacity: 0.4;
}
.btn_disabled_hover:hover
{
    cursor:pointer;
}



.test_service_type_frame
{
    position: absolute;
    top: 135px;
    width: 640px;
    height: 500px;
    z-index: 700;
    display: none;
    background-color: #FFFFFF;
    border-style: solid;
    border-radius: 21px;
    border-width: 1px;
    border-color: #888888;
    margin-left: 10px;
    box-shadow: 0px 0px 2px 0px #dbdbdb;
}
.test_service_type_frame:focus, :active
{
    outline: none;
}


.test_service_type_frame_blockrest
{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 699;
    display: block;
    background-color: #363636;
    opacity: 0.6;
    display:none;
    
}

.test_X
{
    user-select: none;
    position: absolute;
    top: -2px;
    right: 14px;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    color: red;
    font-weight: bold;
}
.test_X:hover
{
    cursor:pointer;
    font-size: 29px;
    position: absolute;
    top: -4px;
    right: 13px;
}

.test_textarea
{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    width: 580px;
    height: 400px;
    padding: 10px;
    resize: none;
    margin-top: 20px;
    margin-left: 20px;
    border: 2px solid #DDDDDD; 
    border-radius: 7px;;

}
.test_textarea:focus, .test_textarea:active
{
    outline:none;
    border: 2px solid #4a90e2; 
    box-shadow: none;          
}

.test_textarea::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}

.test_service_type_frame_result
{
    position: absolute;
    left: 120px;
    top: 414px;
    font-family: 'Consolas', monospace;
    font-size: 14px;
    letter-spacing: 0px;
    width: 470px;
    height: 32px;
    padding: 5px;
    margin-top: 20px;
    margin-left: 10px;
    border: 2px solid #DDDDDD;
    border-radius: 7px;
    background-color: #FFFFFF;
    padding-left:10px;
}
.test_service_type_frame_result::placeholder
{
    font-style: italic;
    color:#BBBBBB;
}

.mybtn_behaviour:disabled
{
    opacity: 0.1;
    background-color: #7cb8c1;
}
