.usercontent input.form-control {
  float: left;
  width: 50%;
}

/*	WIDGET
	========================================================================== */
#widget {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 400;
  top: 0;
  left: 0;
}

#widget .widget_details {
  position: relative;
  top: 200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 6px #333;
  float: left;
  width: 60%;
  left: 20%;
}
#widget .widget_details h3 {
  width: 100%;
  background-color: #eaeaea;
  text-transform: uppercase;
  padding: 10px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}
#widget .widget_details h3 a {
  float: right;
  color: #fff;
}

/*	TIMECLOCK
	========================================================================== */
.widget-content .profile-box {
  display: inline-block;
}

.profile-box {
  text-align: center;
  border: 1px solid #afafaf;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.profile {
  padding: 0;
  border: none;
}

.profile-box h4 {
  font-weight: 300;
}

.profile h3 {
  height: 64px;
}

.profile h3.username {
  border-radius: 0;
  padding: 0.25rem;
  height: inherit;
  color: #333;
}

.preview {
  font-size: 0.675rem;
  font-weight: 300;
}
.preview span {
  border: 1px solid #f4f4f4;
  width: 16.66%;
  display: inline-block;
  text-align: center;
}

.preview .samstag {
  background-color: #efefef;
}
.preview .sonntag {
  background-color: #eaeaea;
}
.preview .ferien {
  background-color: rgba(135, 206, 250, 1);
}
.preview .krank {
}
.preview .unbezahlt {
  background-color: rgb(243, 156, 18);
}
.preview .kompensation {
  background-color: rgb(192, 57, 43);
}
.preview .feiertag {
  background-color: red;
}

.profilepic {
  position: relative;
}

.profilepic .workstatus {
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profilepic .workstatus.working {
  background-color: rgba(143, 229, 92, 0.35);
}

.profilepic .workstatus.ferien {
  background-color: rgba(135, 206, 250, 0.35);
}

.profilepic .workstatus.kompensation {
  background-color: rgba(192, 57, 43, 0.35);
}

.profilepic .workstatus.unbezahlt {
  background-color: rgba(243, 156, 18, 0.35);
}

.profilepic .workstatus.working.ferien {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(143, 229, 92, 0.35) 0%,
    rgba(143, 229, 92, 0.35) 4%,
    rgba(135, 206, 250, 0.35) 4%,
    rgba(135, 206, 250, 0.35) 8%,
    rgba(143, 229, 92, 0.35) 8%
  );
}

.profilepic .workstatus.working.unbezahlt {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(143, 229, 92, 0.35) 0%,
    rgba(143, 229, 92, 0.35) 4%,
    rgba(243, 156, 18, 0.35) 4%,
    rgba(243, 156, 18, 0.35) 8%,
    rgba(143, 229, 92, 0.35) 8%
  );
}

.profilepic .workstatus.working.kompensation {
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(143, 229, 92, 0.35) 0%,
    rgba(143, 229, 92, 0.35) 4%,
    rgba(192, 57, 43, 0.35) 4%,
    rgba(192, 57, 43, 0.35) 8%,
    rgba(143, 229, 92, 0.35) 8%
  );
}

.widget .legende {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 0.25rem 1rem;
  display: flex;
  flex-flow: space-evenly;
}
.widget .legende .legenditem {
  order: 1;
  flex-grow: 1;
  text-align: center;
}
.widget .legende .working {
  width: 36px;
  background-color: rgba(143, 229, 92, 0.35);
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
}

.widget .legende .ferien {
  width: 36px;
  background-color: rgba(135, 206, 250, 0.35);
  border: 3px solid rgb(135, 206, 250);
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
}

.widget .legende .unbezahlt {
  width: 36px;
  background-color: rgba(243, 156, 18, 0.35);
  border: 3px solid rgb(243, 156, 18);
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
}

.widget .legende .kompensation {
  width: 36px;
  background-color: rgba(192, 57, 43, 0.35);
  border: 3px solid rgb(192, 57, 43);
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
}

/*	TASKS
	========================================================================== */
#newtaskbtn {
  width: 100%;
  font-size: 12px;
  padding: 5px;
}

.widget {
  background-color: #fbfbfb;
  border-radius: 10px;
  padding: 0;
  margin-left: 1rem;
  margin-top: 1rem;
  width: 49%;
}

.big-widget {
  width: 100%;
}

.widget h3 {
  background-color: #eaeaea;
  text-transform: uppercase;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 16px;
}

.widget-content {
  padding: 10px;
  font-size: 12px;
}

/*	CHAT
	========================================================================== */
.chatbox {
  background-color: #e5e5e5;
  padding: 0;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: right;
}
.chatbox > div > div {
  width: 80%;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 3px 3px 6px #999;
}

.chatmessages {
  padding: 10px;
}

.chatmessages h4 {
  font-weight: 300;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}

.chat-head {
  font-size: 10px;
  color: #333;
  border-bottom: 1px solid #666;
  margin-bottom: 5px;
}

.chat-head span {
  float: right;
}

.chat-right {
  float: right;
  background-color: lightgreen;
  border-top-right-radius: 0 !important;
}

.chat-left {
  float: left;
  background-color: white;
  border-top-left-radius: 0 !important;
}

.message-box {
  background-color: #999;
  padding: 10px;
  height: 80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.chat-message {
  width: 90%;
  height: 60px;
  padding: 0px 5px;
  border: none;
}

.chat-send {
  height: 60px;
  width: 10%;
  display: inline-block;
  float: right;
  background-color: lightblue;
  border: none;
  font-size: 30px;
  color: white;
}

.erstellt {
  float: right;
  color: #666;
  font-size: 12px;
}

.taskdetails {
  position: relative;
}

.taskdetails cite {
  display: block;
  padding-left: 10px;
  border-left: 3px solid #666;
  margin-bottom: 10px;
}

.taskdetails p span {
  font-size: 10px;
  color: #666;
}

.edit_task_detail {
  width: 100%;
  height: 200px;
}

.task_prio {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 12px;
}
.prioritaet {
  height: 16px;
  width: 16px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  left: 13px;
}

.hoch {
  background-color: orange;
  color: white;
}

.sofort {
  background-color: red;
  color: white;
}

.mittel {
  background-color: #ffcc00;
  color: white;
}

.niedrig {
  background-color: #999;
  color: white;
}

.ungelesen {
  color: red;
  font-size: 15px !important;
}

.progressbar {
  margin-bottom: 10px;
  background-color: #fbfbfb;
  padding: 5px;
  border-radius: 5px;
}

.prog {
  border: none;
  text-align: center;
  display: inline-block;
  background-color: #e5e5e5;
  width: 8%;
  font-size: 0.6vw;
}

.progerledigt {
  width: 12%;
}

.prog_current {
  background-color: #6bb25a;
}

/*	FOLLOWUP
	========================================================================== */

.timemark {
  position: relative;
  text-align: center;
  padding: 1rem;
}
.timemark span {
  background-color: #3498db;
  position: relative;
  z-index: 100;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.overdue span {
  background-color: #e74c3c;
}

.heute > span {
  background-color: #e67e22;
}

.followup {
  position: relative;
  color: rgb(41, 43, 44);
}

.followup .grid-20 {
  text-align: center;
  font-size: 1rem;
}

.followup .grid-20 span {
  display: block;
}

.followup .checkbutton {
  position: absolute;
  right: 8px;
  font-size: 1.25rem;
  top: 4px;
  background-color: #2ecc71;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 2px 2px 4px #999;
  -moz-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;
  border: 1px solid #fff;
}

.followup .grid-80 {
  font-size: 1rem;
  font-weight: 300;
}

.today {
  width: 100%;
  border: 1px solid #e67e22;
  margin-left: 0;
  border-radius: 0.25rem;
  padding: 1rem;
}

.kritisch {
  width: 100%;
  border: 1px solid #e74c3c;
  margin-left: 0;
  border-radius: 0.25rem;
  padding: 1rem;
  color: #e74c3c;
}

.intime {
  width: 100%;
  border: 1px solid #3498db;
  margin-left: 0;
  border-radius: 0.25rem;
  padding: 1rem;
}

.fu-block {
  position: relative;
  margin-bottom: 1rem;
}

.fu-firma {
  position: absolute;
  top: 21px;
  right: 1rem;
}

.grid-20.zeit {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #e67e22;
}

.kritisch .grid-20.zeit {
  color: #e74c3c;
}

.grid-20.zeit span,
.kritisch .grid-20.zeit span {
  font-size: 0.75rem;
  font-weight: 500;
}

.widget-content.crm h5 {
  font-size: 1rem;
}

.widget-content .contacttype {
  font-size: 2rem;
  color: #999;
}
.widget-content .crm-content p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.widget-content .crm-content .crm-title {
  font-size: 1rem;
}

.widget-content .contact {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

.crm-time {
  float: right;
  font-weight: 300;
  color: #999;
}

/*	KONTAKTDELAY
	========================================================================== */

.lastcontact {
  margin-bottom: 0.5rem;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  border-radius: 0.25rem;
  display: block;
  padding: 0.5rem 0.75rem;
}
.lastcontact h6 {
  margin-bottom: 0;
  font-weight: 300;
}
.lastcontact h6 small {
  float: right;
  position: relative;
  top: 3px;
  width: 205px;
}

.lastcontact h6 small img {
  margin-right: 16px;
}

.lastcontact .contact {
  display: inline-block;
  float: right;
  padding: 0;
  color: #999;
}

small .fa-badge-dollar {
  color: darkgoldenrod;
}

/*	WIDGETBLOCK
========================================================================== */

.firmenumsatz,
.landumsatz {
  float: right;
}

.rang {
  width: 10px;
  display: inline-block;
  font-size: 0.625rem;
}
.topcustomer,
.topcountry {
  margin-bottom: 0.25rem;
  display: block;
}

.topcustomer .ok {
  color: #2ecc71;
}
.topcustomer .warning {
  color: #f39c12;
}
.topcustomer .danger {
  color: #e74c3c;
}

.offen,
.verzug30,
.verzug40,
.verzug50 {
  display: block;
  font-size: 1.26rem;
  text-align: center;
  font-weight: 300;
}

.offen {
  color: #5bc0de;
}
.verzug {
  color: #ffcc00;
}
.verzug1 {
  color: orange;
}
.verzug2 {
  color: red;
}
