.gadgetory {
  width: 50px;
  background-color: #313131;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.gadgetory hr {
  margin: 12px 0 10px 0;
  height: 1px;
  width: 100%;
  background-color: #0f1011;
  border-width: 0;
}
.gadgetory .bottom {
  position: absolute;
  bottom: 0;
  width: 50px;
  background-color: #313131;
}
.gadgetory ul {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.gadgetory ul li {
  position: relative;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.gadgetory ul li .gadget-panel {
  color: red;
}
.gadgetory ul li .gadget-panel .taskIconsContainer {
  display: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  left: 50px;
  z-index: 100;
  width: 200px;
  border-radius: 0 3px 3px 0;
  background-color: #38424c;
  top: -50%;
}
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon {
  color: #fff;
  padding: 4px;
}
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon.focus,
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon.focus:hover {
  background-color: #419fe8;
}
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon:hover {
  background-color: #495968;
}
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon img {
  width: 60px;
  cursor: pointer;
  padding: 4px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon img.single {
  -webkit-box-shadow: 3px 3px 4px #777;
  -moz-box-shadow: 3px 3px 4px #777;
  box-shadow: 3px 3px 4px #777;
}
.gadgetory ul li .gadget-panel .taskIconsContainer .taskIcon img.multi {
  top: 5px;
  left: 5px;
  position: absolute;
}
.gadgetory ul li .gadget-panel:hover > .taskIconsContainer {
  display: block;
}
.gadgetory ul li .gadget-panel:hover > .gadget > .folder {
  display: block;
}
.gadgetory .settingsMenu {
  background-color: #313131;
  -moz-opacity: 0.9;
  opacity: 0.9;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: -50px;
  left: 49px;
  width: 200px;
  z-index: 100;
}
.gadgetory .settingsMenu ul {
  margin: 0;
  list-style: none;
  z-index: 2;
}
.gadgetory .settingsMenu ul li {
  position: relative;
  clear: both;
}
.gadgetory .settingsMenu ul li .settingsItem {
  display: none;
  padding-left: 10px;
  cursor: pointer;
}
.gadgetory .settingsMenu ul li:hover {
  color: #2e9fff;
  display: block;
}
.gadgetory .statusMenu {
  background-color: #38424c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  width: 195px;
  z-index: 100;
  overflow-y: auto;
  max-height: 99vh;
}
.gadgetory .statusMenu .voiceDevice {
  font-size: 11px;
  color: #a0aebd;
  margin: 6px 8px;
}
.gadgetory .statusMenu .checkboxes {
  margin: 16px 8px 8px 8px;
  font-size: 10px;
}
.gadgetory .statusMenu .checkboxes .checkbox-item {
  margin-top: 5px;
  float: none;
  clear: both;
}
.gadgetory .statusMenu .checkboxes .checkbox-item input {
  margin-top: 0;
}
.gadgetory .statusMenu .bar {
  position: relative;
  height: 22px;
  width: 100%;
}
.gadgetory .statusMenu .bar .text {
  position: absolute;
  line-height: 22px;
  margin-left: 12px;
}
.gadgetory .statusMenu .bar .box {
  width: 3px;
  height: 100%;
  background-color: #ff4847;
  position: absolute;
  left: 0;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.gadgetory .statusMenu .online {
  cursor: pointer;
  background-color: #313131;
  padding: 4px 8px;
  height: 30px;
}
.gadgetory .statusMenu .online .bar .box {
  background-color: #7cbc48;
  width: 100%;
}
.gadgetory .statusMenu .sep {
  border-top: 1px dashed #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.gadgetory .statusMenu ul {
  margin: 4px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.gadgetory .statusMenu ul li {
  cursor: pointer;
  padding: 2px 8px;
}
.gadgetory .statusMenu ul li:hover .bar .box {
  width: 100%;
}
.gadgetory .statusMenu ul li.selected .bar .box {
  width: 100%;
}
.gadgetory .statusMenu ul li.focused .bar .box {
  background-color: none;
  border-color: white;
  width: 100%;
}
.gadgetory .statusMenu input[type=checkbox] {
  float: left;
  margin-right: 10px;
}
.gadgetory .folder {
  background-color: #313131;
  position: absolute;
  left: 100%;
  border-radius: 0 3px 3px 0;
  padding: 0 0 10px 10px;
  display: none;
  width: 46px;
}
.gadgetory .folder > ul li {
  float: left;
  padding: 10px 10px 0 0;
  clear: none;
}
.gadgetory .folder > ul li .gadget-panel {
  margin: 0;
}
.gadgetory .folder > ul li .gadget-panel .icon {
  margin: 0;
}
.gadgetory .folder > ul li .gadget-panel .taskIconsContainer {
  top: 0;
  left: 26px;
}
.gadgetory .folder.c2 {
  width: 82px;
}
.gadgetory .folder.c3 {
  width: 118px;
}
.gadgetory .folder.c4 {
  width: 154px;
}
.gadgetory .gadget {
  width: 26px;
  height: 26px;
  margin: auto;
  cursor: pointer;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.gadgetory .gadget.status {
  width: 27px;
  height: 27px;
  padding-top: 9px;
  padding-bottom: -3px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.gadgetory .gadget.status .icon {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  margin: 0;
  background-image: url("../images/gadgets/status/unavailable.png");
}
.gadgetory .gadget.status .icon:hover {
  background-image: url("../images/gadgets/status/unavailable_h.png");
}
.gadgetory .gadget.status.offline .icon {
  background-image: url("../images/gadgets/status/disconnected.png");
}
.gadgetory .gadget.status.pendingOffline .icon {
  background-image: url("../images/gadgets/status/pending_offline.gif");
}
.gadgetory .gadget.status.pendingOnline .icon {
  background-image: url("../images/gadgets/status/pending_online.gif");
}
.gadgetory .gadget .notification {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.gadgetory .gadget .notification .notificationText {
  position: absolute;
  color: white;
  bottom: 0;
  right: 2px;
  font-size: 12px;
}
.gadgetory .gadget .notification .notificationTriangle {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 30px solid #2e9fff;
}
.gadgetory .gadget .icon {
  width: 100%;
  height: 100%;
  margin-top: 12px;
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center;
}
.gadgetory .gadget .drawer {
  background-image: url("../images/gadgets/status/drawer.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.gadgetory .gadget.CallMenu {
  padding-bottom: 22px;
  margin-top: 15px;
}
.gadgetory .gadget.CallMenu .notification {
  position: absolute;
  bottom: -12px;
  right: 0;
}
.gadgetory .gadget .CallMenu.icon {
  width: 31px;
  height: 31px;
}
.gadgetory .gadget.logout {
  margin-bottom: 15px;
}
.gadgetory .gadget .logout.icon {
  background-image: url("../images/gadgets/logout.png");
}
.gadgetory .gadget .logout.icon:hover {
  background-image: url("../images/gadgets/logout_h.png");
}
.gadgetory .gadget .Chocolate.icon {
  background-image: url("../images/gadgets/chocolate.png");
}
.gadgetory .gadget .Chocolate.icon:hover {
  background-image: url("../images/gadgets/chocolate_h.png");
}
.gadgetory .gadget .MiniCRM.icon {
  background-image: url("../images/gadgets/salesforce.png");
}
.gadgetory .gadget .MiniCRM.icon:hover {
  background-image: url("../images/gadgets/salesforce_h.png");
}
.gadgetory .gadget .FaceMe.icon {
  background-image: url("../images/gadgets/FaceMe.png");
}
.gadgetory .gadget .FaceMe.icon:hover {
  background-image: url("../images/gadgets/FaceMe_h.png");
}
.gadgetory .gadget .OktoberFest.icon {
  background-image: url("../../App/gadgets/OktoberFest/OktoberFestIcon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.gadgetory .gadget .OktoberFest.icon:hover {
  background-image: url("../../App/gadgets/OktoberFest/OktoberFestIcon_h.png");
}
.gadgetory .gadget .Klomp.icon {
  background-image: url("../../App/gadgets/Klomp/KlompIcon.png");
}
.gadgetory .gadget .Klomp.icon:hover {
  background-image: url("../../App/gadgets/Klomp/KlompIcon_h.png");
}
.gadgetory .gadget .GadgetTester.icon {
  background-image: url("../../App/gadgets/Klomp/KlompIcon.png");
}
.gadgetory .gadget .GadgetTester.icon:hover {
  background-image: url("../../App/gadgets/Klomp/KlompIcon_h.png");
}
.gadgetory .gadget .MoreFolder.icon {
  background-image: url("../images/gadgets/more_folder.png");
}
.gadgetory .gadget .MoreFolder.icon:hover {
  background-image: url("../images/gadgets/more_folder_h.png");
}
.gadgetory .gadget.Voicemail {
  position: relative;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gadgetory .gadget.Voicemail .notification {
  position: absolute;
  bottom: 0px;
  right: -4px;
}
.gadgetory .gadget.Voicemail.VoicemailUnavailable {
  background-color: #8ea6c0;
}
.gadgetory .gadget.Voicemail.VoicemailUnavailable .icon {
  background-image: url("../images/gadgets/voicemail_hover.png");
}
.gadgetory .gadget.Voicemail.VoicemailDisabled {
  display: none;
}