@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
@font-face { font-family: 'Lexend-Regular'; src: url('../fnt/Lexend-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Jost-Regular'; src: url('../fnt/Jost-Regular.ttf') format('truetype'); }

html,
body {
    height: 100%;
    background-color: #fafafa;
    font-family: "Arial";
}

div.wrapper {
    height: 100%;
}

main {
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 100px;
}

.container {
    width: auto;
    max-width: 300px;
    padding: 0 15px;
}

.footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #f5f5f5;
    height: 50px;
    margin-top: 100px;
}

.footer-abstand{
    margin-bottom: 100px;
    margin-top: 100px;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.btn{
    margin-top: 5px;
}

.tasks_data_area{
    background-color: #fafafa;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;
}

#notifyarea{
    position:fixed;
    z-index: 99999;
    background-color: rgb(255, 255, 240);
}

#messagearea_tasks{
    width:1800px;
    max-width: 98%;
    margin:0 auto;
}

#task_msg_line{
    background-color: rgb(254, 255, 238);
    margin-bottom: 5px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #b3b3b3;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 2px 3px #555555;
}

#warenkorb{
    width:600px;
    max-width: 100%;
    position: absolute;
    top:35px;
    left:5px;
    z-index:999999;
}

#copyzone{
	position:fixed;
	top:0px;
	left:0px;
	width:180px;
	padding:10px;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	background-color:#4b4b4b;
	color:#00ff00;
	box-shadow:#33ff00 0px 0px 35px;
	font-family:"Orbitron-Bold";
	display:none;
  z-index:99999;
}

.autologoutbox{
  position:fixed;
  background-color:#513d3d;
  color:#ffffff;
  width:245px;
  height:30px;
  right:0px;
  bottom:0px;
  z-index:9999;
  cursor:pointer;
  border-top-style:solid;
  border-left-style:solid;
  border-color: #afafaf;
  border-top-left-radius:5px;
  padding-left:15px;
  padding-top:1px;
  border-width:1px;
  box-shadow: #c73939 0px 0px 1px 1px;
}

.admin_btn {
  padding:8px 5px 8px 5px;
  width:100%;
  text-align: center;
  color:#ffffff;
  background-color: #505050;
  display:block;
}

.admin_btn:hover {
  background-color: #666666;
}

.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted rgb(82, 82, 82);
    cursor: pointer;
  }
  
  .mytooltip .mytooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #fefce9;
    color: rgb(0, 0, 0);
    text-align: center;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 2px 2px #555555;
    padding: 7px;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  
  .mytooltip:hover .mytooltiptext {
    visibility: visible;
  }

  #user_status_bar {
    background-color: rgba(224, 242, 255, 0.5);
  }

  .user_status_box {
    background-color: rgb(147, 255, 171);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fafafa;
    box-shadow: 2px 2px 1px #a0a0a0;
    padding:5px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
  }

  .user_status_box_afk {
    background-color: rgb(252, 255, 212);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fafafa;
    box-shadow: 2px 2px 1px #a0a0a0;
    padding:5px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
  }

  .user_status_box_offline {
    background-color: rgb(255, 212, 212);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #fafafa;
    box-shadow: 2px 2px 1px #a0a0a0;
    padding:5px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
  }

  .pointer {
    cursor: pointer;
  }

  .cursor_help {
    cursor: help;
  }

  .nounderline {
    text-decoration: none;
  }

  .nounderline:hover {
    text-decoration: none;
  }

  .color_white {
    color:#ffffff;
  }

  .color_white:hover {
    color:#f9ffe2;
  }

  .color_lightblue{
    color:#1380b3;
  }

  .color_dark{
    color:#343a40;
  }

  #software-version {
    color:#ffd900;
    margin-left: 10px;
  }

  .eventanzeiger{
    font-size:10px;
    position:absolute;
    margin-left:10px;
    margin-top:-35px;
    color:#149c3b;
  }

  #newdatearea{
    display:none;
    width:1000px;
    max-width:100%;
    margin:0 auto;
  }

  .logoutbtn{
    color:#ffffff;
  }

  .logoutbtn:hover{
    color:#ff0000;
  }

  #quickselectarea {
    width:620px;
    max-width: 100%;
    margin:0 auto;
  }

  .quickselectbtn {
    width:200px;
    background-color:#383838;
    color:#ffffff;
    text-align:center;
    height:50px;
    box-shadow:#383838 2px 1px 1px;  
  }

  .quickselectbtn:hover {
    background-color:#000000;
  }

  .selectbox{
    width:300px;
    background-color:#383838;
    color:#ffffff;
    text-align:center;
    height:50px;
    box-shadow:#383838 2px 1px 1px; 
  }

  #flex_area{
    width:1800px;
    max-width:100%;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 300px;
  }

  #msguserlist{
    width:300px;
    max-width: 100%;
    background-color:#f2f8fd;
  }

  .msg_userentry{
    text-align: center;
    background-color: #bcd9eb;
    color:#383838;
    padding:12px;
    cursor: pointer;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #a7a7a7;
  }

  .msg_userentry:hover{
    background-color: #74aed3;
  }

  .msg_userentry_unread{
    font-weight: bold;
  }

  .msg_userentry_selected{
    background-color: #cfd8dd;
  }

  #msg_content{
    padding:15px;
    width:900px;
    max-width: 100%;
    text-align: left;
    border-left-style: solid;
    border-left-color: #383838;
    border-left-width: 2px;
  }

  .msg_view_receive{
    background-color: #a0ffb9;
    color:#383838;
    border-radius: 5px;
    width: 750px;
    max-width: 100%;
    padding: 15px;
    margin-bottom: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #a7a7a7;
    box-shadow: #a7a7a7 1px 1px 1px;
  }

    .msg_view_receive_new{
    background-color: #f4f5bb;
  }

  .msg_view_send{
    background-color: #98e2ff;
    color:#383838;
    border-radius: 5px;
    width: 750px;
    max-width: 100%;
    margin-left: 150px;
    padding: 15px;
    margin-bottom: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #a7a7a7;
    box-shadow: #a7a7a7 1px 1px 1px;
  }

  .msg_userlist_unread{
    font-size: 10px;
    font-weight: bold;
    content:'<img src="img/newmsg.png" width="16px">';
  }

  .chattextleiste{
    width:1170px;
    max-width: 99%;
    text-align: left;
    background-color: #f5f5f5;
    color:#383838;
    margin: 5px;
    padding:3px;
    border-radius: 7px;
  }

  .messenger_send_btn{
    width:50px;
    font-size: 11px;
    text-align: center;
    border:none;
    background-color: #f5f5f5;
    color:#383838;
  }

  .emojibtn{
    margin-right:8px;
    cursor: pointer;
  }


  #ticketcard{
    width: 300px;
    max-width: 100%;
    margin:0px 5px 10px 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #383838;
    padding:10px;
    background-color: #ffffff;
  }

  #tickettitel{
    font-weight: 400;
    font-size: 20px;
  }

  #ticketstatus{
    position: relative;
    margin-left:265px;
    margin-top: -30px;
    cursor: help;
  }

  #ticketunreadstate{
    position: relative;
    margin-left:230px;
    margin-top: -35px;
  }

  #tickettext{
    min-height: 100px;
  }

  #ticketchat_text{
    width: 1400px;
    max-width: 100%;
    margin:0 auto;
    background-color: #ffffff;
    border-style: solid;
    border-color: #6b6b6b;
    box-shadow: #6b6b6b 1px 1px 1px;
    border-width: 1px;
    border-radius: 5px;
    padding:15px 8px;
  }

  .customer_notebox{
    width:1600px;
    max-width: 100%;
    margin:0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #6b6b6b;
    box-shadow: #6b6b6b 1px 1px 1px;
    border-radius: 3px;
    margin-bottom: 15px;
  }

  .customer_notebox_inner{
    padding:10px;
  }

  .shine {
    background: #949494 -webkit-gradient(linear, left top, right top, from(#1f1f1f), to(#0c0481), color-stop(0.5, #1f1f1f)) 0 0 no-repeat;
    -webkit-background-size: 150px;
    color: rgba(31, 31, 31, 0.5);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    animation: shine 10s infinite;
    -webkit-animation-iteration-count: infinite;
    text-shadow: 0 0px 0px rgba(190, 190, 190, 0.5);
    font-size:30px;
  }
  
  @-webkit-keyframes shine {
    0%, 10% {
      background-position: -1000px;
    }
    20% {
      background-position: top left;
    }
    90% {
      background-position: top right;
    }
    100% {
      background-position: 1800px;
    }
  }

  @media only screen and (max-width:1165px){
    .eventanzeiger{display:none;}
    #quickselectarea{width:220px;padding-top: 20px;}
    .quickselectbtn{margin-bottom:20px;}
      .msg_view_send{margin-left: 0px;}
  }
  