.os-titlebar {
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200 !important;
  /*AppTray Icon*/
}
.os-titlebar .os-frog-menu-holder {
  transform-origin: left top;
  position: absolute;
  width: 270px;
  margin-left: 10px;
  margin-top: 13px;
}
.os-titlebar .os-frog-menu-holder ul {
  margin: 0;
}
.os-titlebar .quickstart .os-titlebar-shortcuts {
  position: static;
  margin-right: 8px;
}
.os-titlebar .btn-navbar {
  height: 15px;
}
.os-titlebar.navbar .nav > li > a {
  padding: 8px 15px;
  max-width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.os-titlebar .nav.context-menu > li {
  line-height: 44px;
  height: 48px;
}
.os-titlebar .nav.context-menu > li.selected .os-context-menu-label {
  color: white;
}
.os-titlebar .nav.context-menu > li.selected .os-context-menu-label.inactive,
.os-titlebar .nav.context-menu > li.selected .os-context-menu-label.inactive:hover {
  color: #999;
}
.os-titlebar .nav.context-menu #titleContextMenu {
  font-size: 12pt;
}
.os-titlebar .tooltip .tooltip-inner {
  line-height: 20px;
  padding-top: 10px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.os-titlebar .navbar-inner {
  border-radius: 0;
  padding: 0;
}
.os-titlebar .navbar-inner .ui-os-titlebar-context-holder {
  position: relative;
  width: auto;
  max-width: 166px;
  margin: 0;
}
.os-titlebar .navbar-inner .ui-os-titlebar-context-holder .os-contextmenu-holder {
  transform-origin: left top;
  left: 0;
  margin: 13px 10px 0 0;
}
.os-titlebar .navbar-inner .ui-os-titlebar-context-holder .os-contextmenu-holder li {
  padding: 7px;
  font-size: 13px;
  margin-left: 10px;
}
.os-titlebar .navbar-inner .ui-os-titlebar-context-holder .os-contextmenu-holder li a {
  color: #999;
}
.os-titlebar .navbar-inner .ui-os-titlebar-context-holder .os-contextmenu-holder li a:hover {
  color: white;
  text-decoration: none;
}
.os-titlebar .plus-container {
  height: 48px;
  background: none;
  left: calc(50% - 240px);
  position: absolute;
  margin-top: 15px;
}
.os-titlebar .plus-icon {
  background: #0071b9;
  font-weight: bold;
  font-size: 23px;
  color: white;
  width: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.os-titlebar .plus-icon:hover {
  background-color: #005286;
}
.os-titlebar .navbar-search {
  float: none;
  position: absolute;
  margin-top: 10px;
  margin-bottom: 15px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
}
.os-titlebar .navbar-search input {
  border-radius: 4px;
  line-height: 20px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
  border: none !important;
}
.os-titlebar .navbar-search input::-ms-clear {
  display: none;
}
.os-titlebar .navbar-search button {
  background: transparent;
  border: none !important;
  cursor: pointer;
  font-size: 22px;
  line-height: 40px;
  padding: 0 !important;
  width: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  color: #c8c9cb;
}
.os-titlebar .navbar-search button[data-action="recent"] {
  font-size: 18px;
  width: 25px;
  right: 40px;
}
.os-titlebar .os-navbar-icon {
  margin: 0;
}
.os-titlebar .os-navbar-icon > li {
  margin-left: 15px;
  color: #BFBFBF;
  height: 60px;
}
.os-titlebar .os-navbar-icon > li:hover > span:not(.disabled) {
  color: white;
  cursor: pointer;
}
.os-titlebar .os-navbar-icon > li > span:first-child {
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle {
  background-color: #666;
  color: white;
  border-radius: 33px;
  margin-top: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.ff-tick-mono {
  font-size: 24px;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.clear {
  background-color: #51b748;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.clear:hover {
  background-color: #41923a;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.due_close {
  background-color: #f68e20;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.due_close:hover {
  background-color: #da7409;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.overdue {
  background-color: #d31246;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.overdue:hover {
  background-color: #a40e36;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.due_far {
  background-color: #51b748;
}
.os-titlebar .os-navbar-icon > li > span:first-child.myfrog-circle.due_far:hover {
  background-color: #41923a;
}
.os-titlebar .os-navbar-icon > li .os-navbar-icon-home > span {
  background-position: 0 -27px;
}
.os-titlebar .os-navbar-icon > li .os-navbar-icon-home.selected > span {
  background-position: -27px -27px;
}
.os-titlebar .os-navbar-icon > li.os-frog-menu span.ff-frog-mono {
  font-size: 34px;
}
.os-titlebar .os-navbar-icon-apptray > span {
  background-position: -2px -81px;
}
.os-titlebar .os-navbar-icon-apptray.selected > span {
  background-position: -28px -81px;
}
.os-titlebar .tour-icon {
  margin-top: 10px;
}
.touch .os-titlebar .nav.os-navbar-icon .os-navbar-icon-minimise {
  cursor: auto;
}
.touch .os-titlebar .os-navbar-icon-minimise-close span:first-child {
  display: none;
}
.touch .os-titlebar .os-navbar-icon-minimise-close span:first-child + span {
  width: 34px ;
  background-position: -102px 1px !important;
}
.dk_unified .os-titlebar .nav.context-menu li[data-action='launch_help'] {
  display: none;
}
@media (max-width: 1150px) {
  .os-titlebar .navbar-search {
    left: 50%;
  }
}
@media (max-width: 1010px) {
  .os-titlebar .nav.context-menu li[data-action='launch_help'] {
    display: none;
  }
}
@media (max-width: 1280px) {
  .os-titlebar .nav.context-menu li[data-action='use_as_site'] {
    display: none;
  }
}
@media (max-width: 920px) {
  .os-titlebar .nav.context-menu {
    display: none;
  }
}
@media (max-width: 700px) {
  .os-titlebar .navbar-search {
    width: 350px;
  }
}
@media (max-width: 760px) {
  .os-titlebar .plus-container {
    display: none;
  }
  .os-titlebar .navbar-search {
    left: 270px;
    right: 190px;
    width: auto;
  }
}
@media (max-width: 500px) {
  .os-titlebar .os-frog-menu-holder {
    margin-left: -1px;
  }
}
