.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.animate {
  -webkit-transition: all 0.15s ease-in;
          transition: all 0.15s ease-in;
}
body.framework-bg {
  background: url('../../global/images/bg-dashboard-default2.jpg') no-repeat center bottom fixed;
  background-size: cover;
}
.adp-dashboard-wrapper.no-bg {
  background: none;
}
.adp-dashboard-wrapper .page-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.adp-dashboard-logo {
  padding: 5px 0;
  font-size: 47px;
  margin: 5px 0;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #ffffff;
}
.adp-dashboard-sponsor {
  text-align: right;
  padding: 15px;
}
.adp-dashboard-container {
  overflow: hidden;
  background: rgba(245, 245, 245, 0.95);
  position: relative;
  padding-right: 0;
  padding-left: 0;
  min-width: 300px;
  min-height: 100%;
}
.adp-dashboard-title {
  float: left;
  padding-left: 5px;
  margin: 0;
  position: relative;
  color: #000;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
}
.top-nav {
  background-color: #ffffff;
  width: 100%;
  height: 60px;
  padding: 10px 5px;
}
#side-toggle {
  display: block;
  color: #808080;
  text-align: center;
  vertical-align: middle;
  min-width: 40px;
  padding: 2px 5px 0px 0px;
  float: left;
  cursor: pointer;
  font-size: 28px;
}
#side-toggle:hover {
  color: #89e3f9;
  /* overridden in brandable.less */
}
.top-actions {
  float: right;
  padding-top: 5px;
}
.top-actions .profile-img {
  background-position: center center;
  background-size: cover;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.top-actions .adp-popover,
.top-actions .adp-hdr-icon,
.top-actions #hdr-profile-wrapper {
  float: right;
}
.top-actions #hdr-profile {
  margin-left: 10px;
}
.top-actions #hdr-profile:hover {
  cursor: pointer;
}
.top-actions #hdr-profile:hover .adp-icon-picture-sm,
.top-actions #hdr-profile:hover .adp-icon-picture-md,
.top-actions #hdr-profile:hover .adp-icon-picture-lg,
.top-actions #hdr-profile:hover .adp-icon-picture-xl {
  opacity: 0.7;
}
.top-actions .hdr-button {
  color: #808080;
  position: relative;
  display: block;
  text-align: center;
  vertical-align: middle;
  min-height: 30px;
  cursor: pointer;
}
.top-actions .hdr-button .badge {
  position: absolute;
  right: 3px;
  bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 5px;
  background-color: #d40f0f;
}
.top-actions .hdr-button:hover {
  color: #3ebede;
  /* overridden in brandable.less */
}
.top-actions .hdr-button:active {
  color: #0e5061;
  /* overridden in brandable.less */
}
.top-actions .picture {
  margin: 2px;
  margin-right: 4px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-position: center center;
  background-size: cover;
  text-transform: uppercase;
  background-color: #d2d2d2;
  color: #ffffff;
  text-align: center;
  vertical-align: bottom;
  font-size: 30px;
}
.top-actions .picture div {
  padding-top: 1px;
  text-align: center;
  vertical-align: bottom;
}
/* links inside of the profile dropdown */
.profile-action-links {
  padding: 0px;
  list-style: none;
  min-width: 100px;
}
.profile-action-links button {
  padding: 1px;
  font-size: 16px;
}
.profile-action-links button .fa {
  font-size: 14px;
  padding: 0px;
  width: 20px;
  margin-right: 5px;
}
.profile-action-links a {
  font-weight: normal;
}
.profile > div {
  float: left;
}
.header-text-style {
  float: left;
  padding-left: 5px;
  margin-right: 0;
  position: relative;
  color: #000000;
  font-size: 36px;
  font-weight: 100;
  font-style: normal;
}
.profile .profile-name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 0px 0px 5px;
  text-align: center;
}
@media (max-width: 992px) {
  .profile .profile-name {
    color: #ffffff;
    padding: 4px 0px 0px 8px;
  }
}
.acting-session {
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.acting-session .acting-session-warning {
  line-height: 66px;
  background-color: #940a0a;
  font-size: 20px;
}
.acting-session .acting-session-warning-expand {
  height: 66px;
}
.acting-session .acting-session-warning-collapse {
  height: 5px;
}
.acting-session i {
  vertical-align: middle;
  margin-right: 5px;
}
.acting-session .acting-session-tab-bar {
  background-color: #d40f0f;
  height: 10px;
}
.acting-session .acting-session-tab {
  position: relative;
  display: inherit;
  padding: 10px;
  width: 250px;
  top: 10px;
}
.acting-session .acting-session-tab::before {
  border-radius: 0 0 5px 5px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d40f0f;
  -webkit-transform: perspective(4px) rotateX(-2deg);
          transform: perspective(4px) rotateX(-2deg);
}
.acting-session .acting-session-tab-text {
  position: relative;
  top: -37px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cover {
    display: block;
    width: 1164px;
    left: 50%;
    margin-left: -582px;
  }
}
@media (min-width: 992px) {
  .top-nav {
    height: 71px;
    padding: 15px 10px;
  }
  .top-actions {
    padding-top: 0px;
    display: block;
  }
  .top-actions .hdr-button {
    font-size: 26px;
    padding-top: 0px;
    min-width: 40px;
  }
  .top-actions .hdr-button .badge {
    right: 3px;
    bottom: 0px;
  }
  .top-actions .hdr-button > i {
    padding: 10px 10px 0px 10px;
  }
  .top-actions .profile {
    display: block;
  }
  #side-toggle {
    font-size: 30px;
    padding: 2px 20px 0px 10px;
  }
}
@media (max-width: 992px) {
  .header-text-style {
    font-size: 30px;
    top: -3px;
  }
  .page-sidebar > ul.menu > li > a .fa {
    font-size: 30px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .header-text-style {
    display: none;
  }
  .page-sidebar > ul.menu > li > a .fa {
    font-size: 30px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .header-text-style {
    display: none;
  }
}
@media (min-width: 768px) {
  /* Global container padding for tablet and desktop */
  .content-container {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  .stage .framework-container {
    width: 100%;
    top: 0;
  }
  .tile-content .btn-primary + .btn-primary {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    height: 100%;
  }
  body {
    padding-bottom: 100px;
    /* Compensates for the height of the top banner */
  }
  .adp-dashboard-container {
    width: 1164px;
  }
  .page-content {
    width: 1080px;
  }
  .tile-content .btn-primary + .btn-primary {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 0;
  }
  .adp-dashboard-container {
    width: 100%;
    top: 0;
  }
  .page-content {
    margin-top: 0;
    min-height: 911px;
  }
  .visible-tablet {
    display: block !important;
  }
  .scrollup {
    left: 36px;
  }
}
@media (max-width: 768px) {
  .page-content {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .page-content .content {
    overflow-x: hidden;
  }
}
.text-right {
  text-align: right;
}
.adp-avatar-dropdown ul {
  margin-top: 0;
  margin-right: 2px;
}
.input-group-addon.dashboard {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  border-right: none;
  padding: 0;
  background-color: #ebebeb;
}
.input-group-addon.dashboard .fa {
  font-size: 22px;
  color: #808080;
}
.searchinput {
  border-left: none;
  font-family: inherit;
  font-weight: 100;
}
h1.tile-title {
  margin-top: 5px;
}
a > .icon-close-thin {
  color: #000;
}
a > .icon-close-thin:hover,
.tile-close a:hover {
  color: #808080;
  text-decoration: none;
}
.dashblock {
  display: block;
  text-align: center;
}
.button-container {
  text-align: center;
}
.menu-open > .adp-footer {
  margin-left: 275px;
}
@media (min-width: 992px) {
  .menu-open > .adp-footer {
    margin-left: 85px;
  }
}
.btn-direct {
  cursor: pointer;
}
.searchinput:focus {
  outline: none;
}
.adp-logo {
  font-size: 65px;
}
.adp-logo-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.adp-logo-wrapper > i {
  font-size: 60px;
  color: #fff;
}
.adp-avatar-dropdown > ul {
  padding-left: 0;
}
.dashboardInputWrapper {
  width: 70%;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  .dashboardInputWrapper {
    width: 100%;
  }
}
