.screenshot-container,
.realtime-screenshot-container {
  display: block;
  display: flex;
  flex-wrap: wrap;
  transition: height 0.5s ease-in-out;
}

.screenshot-tile,
.realtime-screenshot-title {
  display: inline-block;
  margin-top: 20px;
  vertical-align: top;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ss-buttons-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1449px) {
  .ss-buttons-container {
    padding-top: 10px;
  }
}
@media (min-width: 1450px) {
  .ss-buttons-container {
    align-items: center;
    width: 100%;
    margin-right: auto;
    justify-content: space-between;
  }
}
@media (max-width: 650px) {
  .ss-buttons-container {
    display: block;
  }
}
.ss-buttons-container .ss-select-container,
.ss-buttons-container .ss-select-smaller-screen {
  display: flex;
  align-items: center;
}

.ss-buttons-container-bottom {
  justify-content: left;
}

@media (max-width: 1449px) {
  .ss-select-smaller-screen {
    position: relative;
    left: -15px;
  }
}
@media (max-width: 650px) {
  .ss-select-smaller-screen {
    padding-top: 10px;
    left: 0px;
  }
}

@media (min-width: 550px) {
  .screenshot-tile {
    width: 50%;
  }
}
@media (min-width: 850px) {
  .screenshot-tile {
    width: 33.33%;
  }
}
@media (min-width: 1150px) {
  .screenshot-tile {
    width: 25%;
  }
}
@media (min-width: 1450px) {
  .screenshot-tile {
    width: 20%;
  }
}
@media (min-width: 2050px) {
  .screenshot-tile {
    width: 16.66%;
  }
}
@media (min-width: 550px) {
  .realtime-screenshot-tile {
    width: 100%;
  }
}
@media (min-width: 850px) {
  .realtime-screenshot-tile {
    width: 50%;
  }
}
@media (min-width: 1450px) {
  .tile-pager {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
  .tile-pager .tile-pager-container {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: baseline;
  }
  .realtime-screenshot-tile {
    width: 33.33%;
  }
}
@media (min-width: 1750px) {
  .realtime-screenshot-tile {
    width: 25%;
  }
}
@media (min-width: 2050px) {
  .realtime-screenshot-tile {
    width: 20%;
  }
}
@media (min-width: 2350px) {
  .realtime-screenshot-tile {
    width: 16.66%;
  }
}
@media (min-width: 2650px) {
  .realtime-screenshot-tile {
    width: 14.28%;
  }
}
.screenshot-title-wrapper {
  margin: 5px 10px 0px 10px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
  font-weight: 500;
}
.screenshot-title-wrapper a {
  font-weight: 700;
}

.screenshot-tile-img {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #d8dadc;
}
.screenshot-tile-img a {
  height: 1px;
  min-height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.screenshot-title-details {
  padding: 10px;
  width: 100%;
}
.screenshot-title-details div {
  margin-bottom: 2px;
}

.screenshot-mode-1 {
  text-align: left;
}
.screenshot-mode-1 div i {
  width: 16px;
  text-align: center;
  margin-right: 3px;
}
.screenshot-mode-1 div i.icon-at-safe-search {
  margin-left: -1px;
}

/* Screenshot pager */
.tile-pager .k-pager-info {
  display: flex !important;
}
.tile-pager .k-icon {
  font: 20px/1 "WebComponentsIcons";
}
.tile-pager .k-pager-wrap {
  flex-grow: 1;
  margin-right: 1.2em;
  border: 0;
  border-radius: 4px;
  background-color: #f5f5f5;
}

@media (max-width: 880px) {
  .tile-pager {
    flex-direction: column;
    margin-left: 4px;
    margin-right: 4px;
  }
  .tile-pager .k-pager-wrap {
    margin-right: 0;
    width: 100%;
  }
  .tile-pager > .text-nowrap {
    margin-top: 15px;
  }
}
/* END Screenshot pager */
.fullscreen-view {
  overflow: hidden;
}

.screenshot-modal {
  background: rgb(0, 0, 0);
  overflow: auto !important;
}

.screenshot-dialog,
.video-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}
.screenshot-dialog > .modal-content,
.video-dialog > .modal-content {
  height: 100%;
  background-color: inherit;
  border: none;
}
.screenshot-dialog > .modal-content > .modal-body,
.video-dialog > .modal-content > .modal-body {
  height: 100%;
  padding: 15px;
  background-color: transparent;
  overflow: auto;
  padding-bottom: 5px;
}
.screenshot-dialog > .modal-content > .modal-body > .content,
.video-dialog > .modal-content > .modal-body > .content {
  padding-top: 0px;
}
.screenshot-dialog > .modal-content > .modal-body > .content .screenshot-title-button,
.video-dialog > .modal-content > .modal-body > .content .screenshot-title-button {
  float: right;
  cursor: pointer;
  z-index: 5;
  margin-top: -10px;
  font-size: 18px;
  padding: 0 10px;
  color: #fff;
}
.screenshot-dialog > .modal-content > .modal-body > .content .screenshot-title-button.m-t-m-12,
.video-dialog > .modal-content > .modal-body > .content .screenshot-title-button.m-t-m-12 {
  margin-top: -12px;
}
.screenshot-dialog > .modal-content > .modal-body > .content .screenshot-title-button:not(.without-highlight):hover,
.video-dialog > .modal-content > .modal-body > .content .screenshot-title-button:not(.without-highlight):hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.screenshot-dialog > .modal-content > .modal-body > .content .screenshot-title-button .screenshot-title-set-productivity,
.video-dialog > .modal-content > .modal-body > .content .screenshot-title-button .screenshot-title-set-productivity {
  font-size: 14px;
  vertical-align: top;
}
.screenshot-dialog > .modal-content > .modal-body > .content .screenshot-next,
.video-dialog > .modal-content > .modal-body > .content .screenshot-next {
  right: 0;
}
.screenshot-dialog > .modal-content > .modal-body > .content .screenshot-previous,
.video-dialog > .modal-content > .modal-body > .content .screenshot-previous {
  left: 0;
}

.screenshot-title-button.at-classification-link span {
  height: 25px;
  line-height: 15px;
}

.screenshot-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-left: 15px;
  padding-right: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  max-width: 600px;
  cursor: pointer;
  width: calc(100% - 120px);
  user-select: none;
}
@media (min-width: 768px) and (max-width: 1260px) {
  .screenshot-title {
    width: calc(100% - 210px);
  }
}
@media (max-width: 1042px) {
  .screenshot-title {
    top: 30px;
  }
}

.screenshot-title span {
  color: #e6e6e6;
  width: 100%;
  padding-bottom: 2px;
  user-select: none;
}
@media (max-width: 767px) {
  .screenshot-title span {
    width: 100%;
  }
}

.screenshot-title-config-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.screenshot-title-caret {
  position: absolute;
  right: 20px;
}
.screenshot-title-caret.caret-up {
  font-size: 14px;
  top: 10px;
}

.screenshot-title-config {
  background-color: rgba(49, 59, 68, 0.85);
  position: absolute;
  right: 60px;
  left: auto;
  top: 28px;
  z-index: 5;
  padding: 10px 5px;
  border-radius: 5px;
}

.screenshot-title-config-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.show-unsafe label {
  color: #fff !important;
}

.screenshot-left-sidebar {
  z-index: 4;
  right: unset;
  width: 20%;
  min-width: 300px;
}

.screenshot-center-bar {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  width: 300px;
  padding-left: 15px;
  padding-top: 10px;
  z-index: 4;
}

.screenshot-disconnected {
  font-size: 20px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.screenshot-disconnected p {
  color: #e6e6e6;
}

.screenshot-errored {
  font-size: 20px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  width: 450px !important;
  height: 120px;
}
.screenshot-errored p {
  color: #e6e6e6;
}

.screenshot-download-button {
  right: 125px !important;
}

.screenshot-flex-center {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .screenshot-download-button {
    right: 60px !important;
  }
}
.screenshot-title.screenshot-title-short {
  width: calc(100% - 120px);
}
.screenshot-title.screenshot-title-short span {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .screenshot-title.screenshot-title-short {
    width: calc(100% - 490px);
  }
}
@media (min-width: 992px) and (max-width: 1260px) {
  .screenshot-title.screenshot-title-short {
    width: calc(100% - 510px);
  }
}

.screenshot-image {
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.screenshot-image-zoomable {
  cursor: url("../images/zoom-in.cur"), url("../images/zoom-in.png"), default;
}

.bg-black {
  background: black !important;
}

.screenshot-fullsize {
  cursor: grab;
  user-select: none;
}
.screenshot-fullsize * {
  user-select: none;
}
.screenshot-fullsize.is-grabbing {
  cursor: grabbing;
}

.at-close-fullscreen-button {
  position: fixed;
  top: 30px;
  left: calc(50% - 20px);
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 30px;
  cursor: pointer;
  border-radius: 5px;
  padding: 12px 10px !important;
  opacity: 1;
}
.at-close-fullscreen-button.invisible {
  opacity: 0;
  transition: all 0.5s ease-out;
}

.screenshot-fullsize-parent {
  overflow: hidden;
}
.screenshot-fullsize-parent::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #b4b4b4;
}
.screenshot-fullsize-parent::-webkit-scrollbar-thumb {
  background: #1976d2;
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0 1px 2px rgba(109, 192, 249, 0.75);
}
.screenshot-fullsize-parent::-webkit-scrollbar-corner {
  background: #b4b4b4;
}

.screenshot-control span {
  display: block;
  color: #ccc;
  user-select: none;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  position: absolute;
  text-shadow: 0 0 5px #fff;
  top: 43%;
}

.screenshot-control {
  transition: background 0.2s;
  cursor: pointer;
  top: 38px;
  height: calc(100% - 38px);
  width: 100px;
  z-index: 3;
  position: absolute;
}

.screenshot-control:hover span {
  color: #fff;
}

.screenshot-image-loader,
.ms-screenshot-image-loader {
  z-index: 1;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

.screenshot-index {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  z-index: 3;
  font-size: 16px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.screenshot-index div {
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
  padding-top: 10px;
  width: 140px;
  border-radius: 5px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.screenshot-index.index-hidden {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.ms-screenshot-image-loader {
  animation: spin 1s linear forwards infinite;
}

.screenshot-preview {
  width: 100%;
  max-width: 230px;
  position: relative;
  margin: auto;
}

.screenshot-preview:before {
  content: "Image Not Found";
  position: absolute;
  background-color: white;
  color: #404242;
  width: 100%;
  height: 100%;
  min-height: 25px;
  left: 0;
}

.screenshot-productivity-buttons {
  margin-top: -8px !important;
}
.screenshot-productivity-buttons .btn-group {
  margin-bottom: 8px;
}

.screenshot-titlebar-menu {
  width: calc(100% - 45px);
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
  z-index: 5;
  font-size: 18px;
  color: #fff;
}
.screenshot-titlebar-menu .auto-width {
  width: auto;
}

.screenshot-safe-search-checkbox {
  margin-right: 500px;
}

.screenshot-interval {
  cursor: pointer;
  display: block;
  z-index: 5;
  font-size: 18px;
  padding: 7px 10px;
  color: #fff;
}
.screenshot-interval span {
  font-size: 16px;
}
.screenshot-interval .btn-black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 14px;
}
.screenshot-interval .btn-black:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.screenshot-interval .dropdown-menu {
  background-color: rgb(0, 0, 0);
}
.screenshot-interval .dropdown-menu li > a {
  color: #fff;
}
.screenshot-interval .dropdown-menu li > a:hover, .screenshot-interval .dropdown-menu li > a:focus {
  color: #fff;
  background-color: #656565;
}

.blur-image-wrapper {
  border-radius: 5px;
}

.blur-image {
  position: relative;
  -webkit-filter: blur(8px) brightness(30%);
  filter: blur(8px) brightness(30%);
}

.blur-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 37, 45, 0.98);
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
}

.blur-image-fullscreen-transition {
  -webkit-transition: -webkit-filter 500ms linear, -webkit-background 500ms linear;
  transition: filter 500ms linear, background 500ms linear;
}

.blur-image-fullscreen {
  -webkit-filter: blur(30px) brightness(50%);
  filter: blur(30px) brightness(50%);
}

.blur-image-fullscreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(33, 37, 45);
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
}

.blur-image-text {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(59, 71, 82);
  box-shadow: 0px 0px 20px rgba(33, 37, 45, 0.75);
  text-transform: uppercase;
  border: none;
}
.blur-image-text i {
  color: #d32f2f;
}
.blur-image-text:hover {
  color: #fff;
  background: rgb(59, 71, 82);
  box-shadow: 0px 0px 20px rgba(33, 37, 45, 0.75);
  text-transform: uppercase;
  border: none;
}

.blur-image-text-fullscreen {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  transform: translate(-50%, -50%);
  background: rgb(59, 71, 82);
  padding: 15px 15px;
  box-shadow: 0px 0px 20px rgba(33, 37, 45, 0.95);
  border-radius: 6px;
  text-transform: uppercase;
  z-index: 10;
}
.blur-image-text-fullscreen i {
  font-size: 48px;
}
.blur-image-text-fullscreen .blur-image-text-fullscreen-reason {
  text-transform: none;
}
.blur-image-text-fullscreen .blur-image-text-fullscreen-reason i {
  font-size: 6px;
  position: relative;
  top: -3px;
}
.blur-image-text-fullscreen .button-description {
  font-size: 10px;
  text-transform: none;
}

.low-z-index {
  z-index: 1050 !important;
}
.low-z-index.cancel-low-z-index {
  z-index: 11000 !important;
}

.hidden-while-closed {
  display: none !important;
}
.hidden-while-closed.cancel-hidden {
  display: block !important;
}

.hidden-while-load {
  visibility: hidden;
  opacity: 0;
  display: none !important;
}

@media (min-width: 992px) {
  .screenshot-preview-box {
    display: flex;
    align-items: flex-start;
  }
  .screenshot-preview-box .screenshot-preview-tile {
    display: flex;
    flex-direction: column;
  }
  .screenshot-preview-box .screenshot-preview-tile a {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 561px) and (max-width: 991px) {
  .screenshot-preview-box .screenshot-preview-tile {
    width: 33.33333333%;
    display: inline-block;
  }
}
@media (max-width: 560px) {
  .screenshot-preview-box {
    max-height: 380px !important;
    overflow-y: scroll !important;
  }
}
.screenshot-next:hover,
.screenshot-previous:hover {
  background: rgba(59, 71, 82, 0.5);
}

.screenshot-delete {
  margin-left: 10px;
}

.select-all-container {
  margin-top: 55px;
  padding-left: 20px;
}

.select-all-label {
  font-weight: 500;
}

.selected-count-label {
  font-weight: 500;
  letter-spacing: 0.25px;
  padding-left: 10px;
  padding-top: 5px;
}

@media (max-width: 380px) {
  .screenshot-delete {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}
.screenshot-preview-button {
  margin-bottom: auto;
  margin-top: auto;
}
.screenshot-preview-button span {
  display: block;
  user-select: none;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  margin-top: -40px;
  text-shadow: 0 0 3px #616161;
  cursor: pointer;
}
.screenshot-preview-button span.disabled {
  visibility: hidden;
}

.realtime-thumbnail {
  margin-left: auto;
  display: inline-block;
  background: #d8dadc;
  border-radius: 5px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  min-height: 169px;
}
.realtime-thumbnail .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.realtime-thumbnail .image-container img {
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.realtime-thumbnail .in-error i {
  font-size: 36px;
}

.at-flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.no-image-thumbnail {
  display: block;
  width: 100%;
  height: 152px;
  font-size: 80px;
  padding-top: 38px;
  color: #b5b5b5;
}

.img-loaded + .no-image-thumbnail {
  display: none;
}

.image-delayed {
  position: absolute;
  right: 5px;
  bottom: 3px;
}

.image-delayed > div {
  width: 8px;
  height: 8px;
  background-color: #2b6a94;
  border: 1px solid #e6e6e6;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
  animation: sk-bouncedelay 1s infinite ease-in-out both;
}

.image-delayed .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.image-delayed .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.video-container {
  display: block;
  display: flex;
  flex-wrap: wrap;
}

.video-tile {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.video-thumbnail-wrapper {
  margin: 20px 10px 0px 10px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #EDEDED;
  border-radius: 5px;
}

@media (min-width: 550px) {
  .video-tile {
    width: 100%;
  }
}
@media (min-width: 850px) {
  .video-tile {
    width: 50%;
  }
}
@media (min-width: 1450px) {
  .video-tile {
    width: 33.33%;
  }
}
@media (min-width: 1750px) {
  .video-tile {
    width: 25%;
  }
}
/* Screenshot pager */
.video-tile-pager {
  display: flex;
  align-items: center;
}
.video-tile-pager .k-pager-wrap {
  flex-grow: 1;
  margin-right: 1.2em;
}

@media (max-width: 880px) {
  .video-tile-pager {
    flex-direction: column;
    margin-left: 4px;
    margin-right: 4px;
  }
  .video-tile-pager .k-pager-wrap {
    margin-right: 0;
    width: 100%;
  }
  .video-tile-pager > .text-nowrap {
    margin-top: 15px;
  }
}
/* END Screenshot pager */
.video-delete-all {
  margin-left: 10px;
}

@media (max-width: 380px) {
  .video-delete-all {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}
.video-thumbnail-container {
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
  text-align: center;
  background: #000;
}

.video-details-container {
  width: 100%;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f0f0f0;
  line-height: 100%;
}

.video-play-container {
  height: 100px;
  width: 100px;
  background-color: rgba(39, 43, 53, 0.9);
  border-radius: 50%;
  transition: all 0.2s;
}

.video-now-playing-container {
  padding: 10px;
  background-color: rgba(43, 106, 148, 0.9);
  border-radius: 5px;
  height: 20px;
}
.video-now-playing-container p {
  line-height: 20px;
  font-size: 20px;
  color: #f0f0f0;
}

.video-play-overlay:hover .video-play-container {
  box-shadow: 0 0 10px #D8DADC;
}

.video-play-container i {
  margin-left: 14px;
  line-height: 100px;
  font-size: 75px;
  color: #f0f0f0;
  transition: all 0.2s;
}

.video-play-overlay:hover .video-play-container i {
  text-shadow: -1px -1px 3px rgba(255, 255, 255, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.video-img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-img-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.video-thumbnail-container img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  vertical-align: middle;
  max-height: 250px;
}

.videogular-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.videogular-container.audio {
  width: 100%;
  height: 50px;
}

.video-modal {
  background: #f0f0f0;
}
.video-modal .panel-heading a:not(.btn) {
  opacity: 1;
}
.video-modal .video-thumbnail-wrapper {
  margin: 0px;
  padding: 5px;
  background-color: #FFF;
  border: none;
}

.video-fullscreen-container .panel {
  background-color: #fff;
  color: 202328;
}

.video-fullscreen-container .panel .panel-heading {
  padding: 5px 20px;
  min-height: 0;
}

.video-fullscreen-container .panel .panel-controls {
  margin-top: 0px;
  color: #202328;
}

.video-fullscreen-container .panel .panel-controls i {
  color: #202328;
}

.video-fullscreen-left-column {
  display: inline-block;
  width: calc(100% - 365px);
}

.video-fullscreen-right-column {
  display: inline-block;
  width: 350px;
}

.video-fullscreen-videogular-panel {
  margin: 0 !important;
  padding: 0 !important;
}

.videogular-fullscreen-container {
  height: calc(67vh - 67px);
  overflow: hidden;
}
.videogular-fullscreen-container h1 {
  color: #fff;
  text-align: center;
}

.video-fullscreen-log {
  height: calc(33vh - 65px);
}

videogular div.full-screen {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #f0f0f0;
}

.at-video-player-panel {
  background-color: #232B31;
  color: #f0f0f0;
  padding: 5px;
}

.at-video-player-panel.at-demo {
  text-align: center;
  vertical-align: middle;
}

.video-modal.dark {
  background: #191B1F;
}
.video-modal.dark .video-fullscreen-container .panel {
  background-color: #202328;
  color: #d8dadc;
}
.video-modal.dark .video-fullscreen-container .panel .panel-heading,
.video-modal.dark .video-fullscreen-container .panel .panel-controls,
.video-modal.dark .video-fullscreen-container .panel .panel-controls i {
  color: #f0f0f0;
}
.video-modal.dark .video-fullscreen-grid .k-grid,
.video-modal.dark .video-fullscreen-grid .k-grid .k-alt,
.video-modal.dark .video-fullscreen-grid .k-grid .k-grid-header, .video-modal.dark .k-grid-header .k-header, .video-modal.dark .k-pager-wrap, .video-modal.dark .k-pager-numbers .k-state-selected, .video-modal.dark .k-grid-footer, .video-modal.dark .k-grid-footer td, .video-modal.dark .km-pane-wrapper .k-grid-header .k-header {
  background-color: #2c2c2c !important;
  color: #d8dadc !important;
  border-color: #626C75 !important;
}
.video-modal.dark .video-fullscreen-grid .k-grid tr:hover td,
.video-modal.dark .video-fullscreen-grid .k-grid tr:hover td {
  background-color: #413768 !important;
}
.video-modal.dark .video-fullscreen-grid .k-grid tr.k-state-selected:hover td,
.video-modal.dark .video-fullscreen-grid .k-grid tr.k-state-selected:hover td {
  background-color: #2B6A94 !important;
}
.video-modal.dark .at-selection .k-state-selected td,
.video-modal.dark .at-selection .k-state-selected td {
  background-color: #2B6A94 !important;
}
.video-modal.dark .at-selection .k-state-selected:hover td,
.video-modal.dark .at-selection .k-state-selected:hover td {
  background-color: #2B6A94 !important;
}
.video-modal.dark .video-thumbnail-wrapper {
  background-color: transparent;
  border: none;
}
.video-modal.dark #vfs-related-videos .btn {
  background-color: #413768;
  color: #fff;
}

.video-loading-overlay {
  position: absolute !important;
  top: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
  display: none;
}
.video-loading-overlay.active {
  display: block;
  background: rgba(40, 40, 40, 0.2);
}

.page-header-buttons .btn {
  border: none;
}
.page-header-buttons .btn:focus, .page-header-buttons .btn:hover {
  border: none !important;
  background-color: #f5f5f5;
}
.page-header-buttons .btn[disabled] {
  opacity: 1;
  color: #bdbdbd;
  background: none !important;
}
.page-header-buttons .btn[disabled] img {
  opacity: 0.5;
}
.page-header-buttons .user-merge-button img {
  height: 18px;
  width: 18px;
  margin-right: 8px;
  margin-top: -2px;
}
.page-header-buttons .user-delete-button, .page-header-buttons .user-dnt-list-button {
  padding-left: 10px;
  padding-right: 10px;
}
.page-header-buttons .user-delete-button i, .page-header-buttons .user-dnt-list-button i {
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 18px;
}
.page-header-buttons .user-delete-button span, .page-header-buttons .user-dnt-list-button span {
  margin-left: 15px;
}

.modal .modal-merge-user,
.modal .modal-merge-users-scheduled {
  padding-bottom: 15px;
  padding-top: 15px;
}
.modal .modal-merge-user .modal-header,
.modal .modal-merge-users-scheduled .modal-header {
  padding: 0px 25px 0px 0px;
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.modal .modal-merge-user .modal-header img,
.modal .modal-merge-users-scheduled .modal-header img {
  height: 18px;
  width: 18px;
}
.modal .modal-merge-user .modal-header span,
.modal .modal-merge-users-scheduled .modal-header span {
  margin-left: 5px;
}
.modal .modal-merge-user .informative-text label,
.modal .modal-merge-users-scheduled .informative-text label {
  font-size: 12px;
  text-align: left;
}
.modal .modal-merge-user .modal-footer,
.modal .modal-merge-users-scheduled .modal-footer {
  padding: 0px;
}
.modal .modal-merge-user #mergeUserModalBody {
  padding: 15px 5px 0px 5px;
  text-align: center;
}
.modal .modal-merge-user #mergeUserModalBody #mergeUserAcknowledgeCheckbox {
  display: flex;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid {
  border: none;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid .k-grid-header th {
  text-align: left !important;
  background-color: #fff;
  border: none;
  font-weight: 500 !important;
  color: #404242 !important;
  padding-bottom: 15px;
  font-size: 12px;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid tr {
  border: none;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid tr:hover {
  background-color: #ffffff;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid tr td {
  color: #BDBDBD;
  padding: 4px 9px;
  padding-left: 4px;
  font-weight: 400;
  border: none;
  text-align: left;
  font-size: 14px;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid tr:first-child td:last-child {
  font-weight: 500;
}
.modal .modal-merge-user #mergeUserModalBody .compact-grid tr:first-child td {
  color: #404242;
}
.modal .modal-merge-user #mergeUserModalBody .action-buttons-container {
  display: flex;
  justify-content: flex-end;
}
.modal .modal-merge-user #mergeUserModalBody .action-buttons-container .btn {
  justify-self: flex-end;
  text-transform: uppercase;
  border: none;
  background: none;
  color: #03dac5;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  margin-left: 16px;
  width: auto;
}
.modal .modal-merge-user #mergeUserModalBody .action-buttons-container .btn[disabled] {
  color: #cfcfcf;
}
.modal .modal-merge-user #mergeUserModalBody .action-buttons-container .btn.btn-danger {
  color: #2C2E2E;
}
.modal .modal-merge-user #mergeUserModalBody .action-buttons-container .btn.btn-success:not([disabled]) {
  color: #41c7b7;
}
.modal .modal-merge-user #mergeUserModalBody .action-buttons-container .btn:focus {
  border: none !important;
  background: none !important;
}
.modal .modal-merge-users-scheduled .compact-grid tr {
  border: none;
}
.modal .modal-merge-users-scheduled .compact-grid tr td .at-dropdown-buttons-label {
  padding-left: 0px;
  padding-right: 0px;
  background-color: initial;
}
.modal .k-treelist thead tr th[role=columnheader] {
  font-size: 12px;
  border-right: none;
  border-left: none;
  background-color: #fff;
  text-align: left !important;
  padding-left: 9px !important;
}
.modal .k-treelist tbody tr {
  font-size: 14px;
  background-color: #fff;
  color: #BDBDBD;
}
.modal .k-treelist tbody tr.k-treelist-group {
  color: #404242;
  cursor: auto;
}
.modal .k-treelist tbody tr.k-treelist-group td {
  color: #404242;
}
.modal .k-treelist tbody tr.k-treelist-group td:nth-last-child(-n+2) {
  font-weight: 500;
}
.modal .k-treelist .k-status {
  background-color: #fff;
}
.modal .k-treelist .k-grid-norecords-template {
  width: 100%;
  height: 100%;
}

/* Productivity Timelines */
.google-timeline {
  padding: 0 !important;
  margin: 0 !important;
  /* remove different styling for altenrating rows becuase the gray blends in with the gray for 'undefined' productivity sections */
  z-index: 1;
}
.google-timeline svg g:first-of-type path {
  stroke: #e6e6e6;
}
.google-timeline svg g:first-of-type rect:not(:last-child) {
  fill: #ffffff;
}
.google-timeline svg g:first-of-type rect:last-child {
  stroke-width: 0.4;
}

.google-timeline-bold-only svg g:nth-of-type(2) text {
  opacity: 0;
}
.google-timeline-bold-only svg g:nth-of-type(2) text[font-weight=bold] {
  opacity: 1;
}

.google-visualization-tooltip {
  border-radius: 8px !important;
  box-shadow: 1px 2px 14px 0px rgba(204, 204, 204, 0.6) !important;
  border: none !important;
}

.pt-default .google-visualization-tooltip {
  border-radius: 0px !important;
}

.at-timeline-tooltip {
  display: inline-block;
  padding: 7px 7px;
  display: inline-block;
  min-width: 230px;
  width: 100%;
}
.at-timeline-tooltip .at-timeline-tooltip-row {
  font-size: 14px;
  line-height: 18px;
}

.tooltip-chart {
  display: inline-block;
  min-width: 230px;
  width: 100%;
  height: 106px;
  padding: 7px 17px 9px;
  font-size: 1.2em;
  line-height: 2.1em;
}
.tooltip-chart .tooltip-productivity {
  float: right;
  margin-top: 9px;
}
.tooltip-chart .tooltip-user,
.tooltip-chart .tooltip-title {
  white-space: nowrap;
}
.tooltip-chart .tooltip-time {
  padding-top: 10px;
  white-space: nowrap;
}
.tooltip-chart .tooltip-duration {
  float: right;
}

.mobile-tooltip-chart .mobile-tooltip-header {
  font-weight: bold;
  border-bottom: solid 1px #a1a2a2;
  padding-bottom: 5px;
}
.mobile-tooltip-chart .mobile-tooltip-body {
  margin-top: 5px;
}
.mobile-tooltip-chart .mobile-tooltip-title {
  font-weight: bold;
}

.single-day-report-header,
.single-employee-report-header {
  padding: 5px 20px 0;
}

@media (max-width: 992px) {
  .single-day-report-header,
.single-employee-report-header {
    padding: 5px 15px 0;
  }
}
.at-bar-chart-1 tbody tr {
  height: 390px;
  cursor: pointer;
}

.at-bar-chart-2 tbody tr {
  height: 195px;
  cursor: pointer;
}

.at-bar-chart-3 tbody tr {
  height: 130px;
  cursor: pointer;
}

.at-bar-chart-4 tbody tr {
  height: 97px;
  cursor: pointer;
}

.at-bar-chart-5 tbody tr {
  height: 78px;
  cursor: pointer;
}

.at-bar-chart-6 tbody tr {
  height: 65px;
  cursor: pointer;
}

.at-bar-chart-7 tbody tr {
  height: 55px;
  cursor: pointer;
}

.at-bar-chart-8 tbody tr {
  height: 48px;
  cursor: pointer;
}

.at-bar-chart-9 tbody tr {
  height: 43px;
  cursor: pointer;
}

.at-bar-chart-10 tbody tr {
  height: 39px;
  cursor: pointer;
}

.at-bar-chart-11 tbody tr {
  height: 35px;
  cursor: pointer;
}

.at-bar-chart-12 tbody tr {
  height: 32px;
  cursor: pointer;
}

.at-bar-chart-13 tbody tr {
  height: 30px;
  cursor: pointer;
}

.at-bar-chart-14 tbody tr {
  height: 27px;
  cursor: pointer;
}

.at-bar-chart-15 tbody tr {
  height: 26px;
  cursor: pointer;
}

.at-bar-chart-sm tbody tr {
  height: auto;
}

.at-no-border,
.at-no-border * {
  border: 0 !important;
}

html .at-no-border tr:hover {
  background: transparent;
}

html .at-no-border tr.k-alt:hover {
  background: #fff;
}

.at-no-header .k-header {
  display: none;
}

.at-bar-chart-controls .at-chart-toggle {
  display: inline;
}
.at-bar-chart-controls .at-chart-toggle:not(:first-child) {
  margin-left: 20px;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-line {
  display: none;
  margin-bottom: 3px;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-icon {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-text {
  display: inline-block;
  text-align: left;
  font-size: 12px;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-text .line-one {
  font-weight: 500;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-text .line-two {
  line-height: 10px;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-text.hide-line-two {
  position: relative;
  top: -6px;
}
.at-bar-chart-controls .at-chart-toggle .at-chart-toggle-text.hide-line-two .line-two {
  display: none;
}
.at-bar-chart-controls .at-chart-toggle.inactive {
  color: #e5e5e5;
}
.at-bar-chart-controls .at-chart-toggle.inactive .productivity-icon {
  color: #e5e5e5 !important;
}
.at-bar-chart-controls .at-chart-toggle.inactive .at-chart-toggle-line {
  background-color: #e5e5e5 !important;
}

.at-tooltip-productive * {
  background: none !important;
}

.at-tooltip-passive * {
  background: none !important;
}

.at-tooltip-unproductive * {
  background: none !important;
}

.at-tooltip-undefined * {
  background: none !important;
  color: #404242;
}

.at-bar-chart-controls {
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}

productivity-bar-chart div.k-grid-header {
  margin-top: 35px !important;
}

.pt-default .bg-productive {
  background-color: #03dac5 !important;
}
.pt-default .border-productive {
  border-color: #03dac5 !important;
  border-radius: 0 !important;
}
.pt-default .text-productive {
  color: #03dac5 !important;
}
.pt-default .label-productive {
  background-color: #03dac5 !important;
  color: #fff;
}
.pt-default .label-productive-lighten {
  background-color: rgba(3, 218, 197, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-productive {
  background: rgba(3, 218, 197, 0.9) !important;
}
.pt-default .left-border-productive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #03dac5 !important;
}
.pt-default .bg-productive-passive {
  background-color: #7fece1 !important;
}
.pt-default .border-productive-passive {
  border-color: #7fece1 !important;
  border-radius: 0 !important;
}
.pt-default .text-productive-passive {
  color: #7fece1 !important;
}
.pt-default .label-productive-passive {
  background-color: #7fece1 !important;
  color: #fff;
}
.pt-default .label-productive-passive-lighten {
  background-color: rgba(127, 236, 225, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-productive-passive {
  background: rgba(127, 236, 225, 0.9) !important;
}
.pt-default .left-border-productive-passive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #7fece1 !important;
}
.pt-default .bg-passive {
  background-color: #999999 !important;
}
.pt-default .border-passive {
  border-color: #999999 !important;
  border-radius: 0 !important;
}
.pt-default .text-passive {
  color: #999999 !important;
}
.pt-default .label-passive {
  background-color: #999999 !important;
  color: #fff;
}
.pt-default .label-passive-lighten {
  background-color: rgba(153, 153, 153, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-passive {
  background: rgba(153, 153, 153, 0.9) !important;
}
.pt-default .left-border-passive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #999999 !important;
}
.pt-default .bg-unproductive-passive {
  background-color: #d2aef7 !important;
}
.pt-default .border-unproductive-passive {
  border-color: #d2aef7 !important;
  border-radius: 0 !important;
}
.pt-default .text-unproductive-passive {
  color: #d2aef7 !important;
}
.pt-default .label-unproductive-passive {
  background-color: #d2aef7 !important;
  color: #fff;
}
.pt-default .label-unproductive-passive-lighten {
  background-color: rgba(210, 174, 247, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-unproductive-passive {
  background: rgba(210, 174, 247, 0.9) !important;
}
.pt-default .left-border-unproductive-passive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #d2aef7 !important;
}
.pt-default .bg-unproductive {
  background-color: #893ff2 !important;
}
.pt-default .border-unproductive {
  border-color: #893ff2 !important;
  border-radius: 0 !important;
}
.pt-default .text-unproductive {
  color: #893ff2 !important;
}
.pt-default .label-unproductive {
  background-color: #893ff2 !important;
  color: #fff;
}
.pt-default .label-unproductive-lighten {
  background-color: rgba(137, 63, 242, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-unproductive {
  background: rgba(137, 63, 242, 0.9) !important;
}
.pt-default .left-border-unproductive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #893ff2 !important;
}
.pt-default .bg-undefined {
  background-color: #666666 !important;
}
.pt-default .border-undefined {
  border-color: #666666 !important;
  border-radius: 0 !important;
}
.pt-default .text-undefined {
  color: #666666 !important;
}
.pt-default .label-undefined {
  background-color: #666666 !important;
  color: #fff;
}
.pt-default .label-undefined-lighten {
  background-color: rgba(102, 102, 102, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-undefined {
  background: rgba(102, 102, 102, 0.9) !important;
}
.pt-default .left-border-undefined {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #666666 !important;
}
.pt-default .bg-offline-meetings {
  background-color: #f2c2a7 !important;
}
.pt-default .border-offline-meetings {
  border-color: #f2c2a7 !important;
  border-radius: 0 !important;
}
.pt-default .text-offline-meetings {
  color: #f2c2a7 !important;
}
.pt-default .label-offline-meetings {
  background-color: #f2c2a7 !important;
  color: #fff;
}
.pt-default .label-offline-meetings-lighten {
  background-color: rgba(242, 194, 167, 0.2) !important;
  color: #6d6d6d;
}
.pt-default .at-tooltip-offline-meetings {
  background: rgba(242, 194, 167, 0.9) !important;
}
.pt-default .left-border-offline-meetings {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #f2c2a7 !important;
}

.pt-stop-light .bg-productive {
  background-color: #10cfbd !important;
}
.pt-stop-light .border-productive {
  border-color: #10cfbd !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-productive {
  color: #10cfbd !important;
}
.pt-stop-light .label-productive {
  background-color: #10cfbd !important;
  color: #fff;
}
.pt-stop-light .label-productive-lighten {
  background-color: rgba(16, 207, 189, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-productive {
  background: rgba(16, 207, 189, 0.9) !important;
}
.pt-stop-light .left-border-productive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #10cfbd !important;
}
.pt-stop-light .bg-productive-passive {
  background-color: #10cfbd !important;
}
.pt-stop-light .border-productive-passive {
  border-color: #10cfbd !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-productive-passive {
  color: #10cfbd !important;
}
.pt-stop-light .label-productive-passive {
  background-color: #10cfbd !important;
  color: #fff;
}
.pt-stop-light .label-productive-passive-lighten {
  background-color: rgba(16, 207, 189, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-productive-passive {
  background: rgba(16, 207, 189, 0.9) !important;
}
.pt-stop-light .left-border-productive-passive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #10cfbd !important;
}
.pt-stop-light .bg-passive {
  background-color: #f8d053 !important;
}
.pt-stop-light .border-passive {
  border-color: #f8d053 !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-passive {
  color: #f8d053 !important;
}
.pt-stop-light .label-passive {
  background-color: #f8d053 !important;
  color: #fff;
}
.pt-stop-light .label-passive-lighten {
  background-color: rgba(248, 208, 83, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-passive {
  background: rgba(248, 208, 83, 0.9) !important;
}
.pt-stop-light .left-border-passive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #f8d053 !important;
}
.pt-stop-light .bg-unproductive-passive {
  background-color: #f55753 !important;
}
.pt-stop-light .border-unproductive-passive {
  border-color: #f55753 !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-unproductive-passive {
  color: #f55753 !important;
}
.pt-stop-light .label-unproductive-passive {
  background-color: #f55753 !important;
  color: #fff;
}
.pt-stop-light .label-unproductive-passive-lighten {
  background-color: rgba(245, 87, 83, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-unproductive-passive {
  background: rgba(245, 87, 83, 0.9) !important;
}
.pt-stop-light .left-border-unproductive-passive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #f55753 !important;
}
.pt-stop-light .bg-unproductive {
  background-color: #f55753 !important;
}
.pt-stop-light .border-unproductive {
  border-color: #f55753 !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-unproductive {
  color: #f55753 !important;
}
.pt-stop-light .label-unproductive {
  background-color: #f55753 !important;
  color: #fff;
}
.pt-stop-light .label-unproductive-lighten {
  background-color: rgba(245, 87, 83, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-unproductive {
  background: rgba(245, 87, 83, 0.9) !important;
}
.pt-stop-light .left-border-unproductive {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #f55753 !important;
}
.pt-stop-light .bg-undefined {
  background-color: #e6e6e6 !important;
}
.pt-stop-light .border-undefined {
  border-color: #e6e6e6 !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-undefined {
  color: #e6e6e6 !important;
}
.pt-stop-light .label-undefined {
  background-color: #e6e6e6 !important;
  color: #fff;
}
.pt-stop-light .label-undefined-lighten {
  background-color: rgba(230, 230, 230, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-undefined {
  background: rgba(230, 230, 230, 0.9) !important;
}
.pt-stop-light .left-border-undefined {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #e6e6e6 !important;
}
.pt-stop-light .bg-offline-meetings {
  background-color: #f2c2a7 !important;
}
.pt-stop-light .border-offline-meetings {
  border-color: #f2c2a7 !important;
  border-radius: 0 !important;
}
.pt-stop-light .text-offline-meetings {
  color: #f2c2a7 !important;
}
.pt-stop-light .label-offline-meetings {
  background-color: #f2c2a7 !important;
  color: #fff;
}
.pt-stop-light .label-offline-meetings-lighten {
  background-color: rgba(242, 194, 167, 0.2) !important;
  color: #6d6d6d;
}
.pt-stop-light .at-tooltip-offline-meetings {
  background: rgba(242, 194, 167, 0.9) !important;
}
.pt-stop-light .left-border-offline-meetings {
  border: 1px #bdbdbd solid !important;
  border-left: 3px solid #f2c2a7 !important;
}

.at-date-range-picker {
  width: 200px;
}
.at-date-range-picker input {
  position: relative;
  top: 1px;
  border-radius: 3px;
  text-align: center;
}

@media (max-width: 767px) {
  .at-date-range-picker {
    width: 250px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
  }
}
.k-ie11 .at-date-range-picker input {
  top: 24px;
}

.at-date-range-picker-btn {
  width: 80px;
  height: 35px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.daterangepicker select {
  background: linear-gradient(45deg, transparent 50%, #444 50%), linear-gradient(135deg, #444 50%, transparent 50%);
  background-position: calc(100% - 11px) calc(1em + 2px), calc(100% - 6px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding-left: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  height: 35px;
  border-radius: 3px;
  padding-left: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  width: 85px;
  cursor: pointer;
}
.daterangepicker th:not(.available) {
  cursor: default;
}
.daterangepicker td {
  -webkit-transition: background-color 300ms linear, color 100ms linear;
  -moz-transition: background-color 300ms linear, color 100ms linear;
  -o-transition: background-color 300ms linear, color 100ms linear;
  transition: background-color 300ms linear, color 100ms linear;
}
.daterangepicker td.available:hover {
  background-color: #3B4752;
  color: #fff;
}
.daterangepicker td.in-range {
  background-color: #DAEFFD;
}
.daterangepicker td.active {
  background-color: #3C93CE;
}
.daterangepicker .drp-selected {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.at-team-pulse-report {
  background: #fff;
}
.at-team-pulse-report .at-pulse-view {
  overflow: auto;
}

.at-team-pulse-widget .dashboardheader i {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.at-team-pulse-widget .panel-body {
  margin-top: 10px;
  min-height: 350px;
  max-height: 350px;
  overflow: auto;
}
.at-team-pulse-widget .at-flex-container {
  margin: 0;
  padding: 0;
}
.at-team-pulse-widget .at-flex-child {
  margin: 0;
  padding: 0;
}

#dashboard.team-pulse-dashboard .at-btn-highlight {
  text-transform: uppercase;
  position: relative;
}
#dashboard.team-pulse-dashboard .at-btn-highlight.at-btn-move {
  right: 10px;
}
#dashboard.team-pulse-dashboard .at-btn-highlight:hover {
  color: #232b31;
  background: #d8dadc;
  border: 1px #d8dadc solid;
}
#dashboard.team-pulse-dashboard .at-btn-highlight.active {
  color: #fff;
  background: #3b4752;
  border: 1px #3b4752 solid;
  box-shadow: none;
  z-index: 3 !important;
}

#dashboard.team-pulse-dashboard .panel {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2), 0px 2px 3px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.quick-stats-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.quick-stats-header li {
  float: left;
  padding-right: 10px;
}
.quick-stats-header li span {
  color: inherit;
  font-size: 14px;
}
.quick-stats-header li span.at-time-filter:not(.loading) {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}
.quick-stats-header li span.loading {
  color: transparent;
}
.quick-stats-header li:not(:first-child) {
  border-left: 1px solid #d5d5d5;
  padding-left: 10px;
}

@media (max-width: 1100px) {
  .quick-stats-header-wrapper {
    display: inherit;
  }
}
@media (max-width: 900px) {
  .quick-stats-header-wrapper {
    float: inherit !important;
  }
}
.pgn-wrapper {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.pgn-wrapper .alert {
  color: #161616;
  padding-left: 30px !important;
  padding-right: 30px !important;
  font-weight: 600;
  font-size: 14px;
}
.pgn-wrapper .alert.alert-success {
  background-color: #03dac5;
}
.pgn-wrapper .alert.alert-danger {
  color: #ffffff;
  background-color: #D32F2F;
}
.pgn-wrapper .alert.alert-warning {
  background-color: #ffd630;
}
.pgn-wrapper .alert.alert-info {
  background-color: #1897ec;
}

body[data-sidebar-status=open] .pgn-wrapper[data-position=top] {
  left: 280px !important;
}

body[data-sidebar-status=closed] .pgn-wrapper[data-position=top] {
  left: 60px !important;
}

/* Status */
.status-wrapper {
  background-color: transparent !important;
}

.status-dot.critical {
  color: #D32F2F !important;
}
.status-dot.major {
  color: #F8D053 !important;
}
.status-dot.minor {
  color: #F8D053 !important;
}
.status-dot.none {
  color: #10CFBD !important;
}
.status-dot.maintenance {
  color: #48B0F7 !important;
}

/* END Status */
.redaction-settings .title-heading {
  font-family: "Montserrat";
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.redaction-settings .grid-heading {
  font-family: "Montserrat";
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke: 0px;
  filter: alpha(opacity=40);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.redaction-settings .region-row {
  background: #3B4752;
  color: #fff;
  font-weight: 600;
}
.redaction-settings .type-row {
  margin-left: 10px;
}
.redaction-settings .redaction-disabled .region-row {
  opacity: 0.5;
}
.redaction-settings .redaction-disabled .type-row {
  opacity: 0.35;
}
.redaction-settings button {
  margin: 1px;
}

.show-on-print,
.show-on-print-inline {
  display: none;
}

@media only print {
  body {
    -webkit-print-color-adjust: exact;
    font-size: 13px;
    line-height: 20px;
  }
  .alert {
    display: none !important;
  }
  .at-bar {
    box-sizing: border-box;
    margin-bottom: -17px;
    overflow: hidden;
    height: 30px;
  }
  .at-bar.bg-danger {
    border-top: 30px solid #D32F2F !important;
  }
  .at-bar.bg-success {
    border-top: 30px solid #10cfbd !important;
  }
  .at-bar.bg-warning {
    border-bottom: 3px solid #f8d053 !important;
  }
  .at-bar.bg-master-light {
    border-top: 30px solid #e6e6e6 !important;
  }
  .at-chart-toggle-line.bg-danger {
    border-bottom: 3px solid #D32F2F !important;
  }
  .at-chart-toggle-line.bg-success {
    border-bottom: 3px solid #10cfbd !important;
  }
  .at-chart-toggle-line.bg-master-light {
    border-bottom: 3px solid #e6e6e6 !important;
  }
  .at-chart-toggle-line.bg-warning {
    border-bottom: 3px solid #f8d053 !important;
  }
  .intercom-lightweight-app-launcher.intercom-launcher {
    display: none;
  }
  a {
    text-decoration: none !important;
  }
  .page-content-wrapper .content {
    padding-top: 0 !important;
  }
  .hide-on-print {
    display: none !important;
  }
  .condensed-filters {
    height: 40px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
  }
  .show-on-print {
    display: block !important;
  }
  .show-on-print-inline {
    display: inline-block !important;
  }
  .print-content-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .print-break-after {
    break-after: page;
    page-break-after: always;
  }
  .print-content-breakable {
    break-inside: auto;
  }
  .print-unbreakable-block {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .printer-atk-logo-small {
    position: absolute;
    top: 0;
    left: 10px;
  }
  .printer-m-t-0 {
    margin-top: 0 !important;
  }
  .printer-m-b-0 {
    margin-bottom: 0 !important;
  }
  .printer-m-b-10 {
    margin-bottom: 10px !important;
  }
  .printer-m-b-25 {
    margin-bottom: 25px !important;
  }
  .printer-m-t-50 {
    margin-top: 50px !important;
  }
  .printer-m-b-50 {
    margin-bottom: 50px !important;
  }
  .printer-m-l-200 {
    margin-left: 200px !important;
  }
  .printer-width-32p {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    width: 32%;
  }
  .printer-width-35p {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    width: 35%;
  }
  .printer-width-42p {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    width: 42%;
  }
  .printer-width-100p {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
  }
  .printer-atk-logo {
    margin: 0 auto;
    width: 250px;
  }
  .printer-atk-label {
    width: 135px;
    margin: 5px auto 50px;
  }
  .printer-height-495 {
    min-height: 495px;
  }
  .printer-height-480 {
    min-height: 480px;
  }
  .printer-height-460 {
    min-height: 460px;
  }
  .printer-height-420 {
    min-height: 420px;
  }
  .printer-height-390 {
    min-height: 390px;
  }
  .printer-height-330 {
    min-height: 330px;
  }
  .panel.panel-default {
    margin-bottom: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
  }
  .panel.panel-default .panel-heading {
    padding-top: 10px !important;
  }
  .panel.panel-default .panel-body {
    padding: 0 20px 10px !important;
  }
  .printer-overflow-hidden {
    overflow: hidden;
  }
  .at-bar-chart-1 tbody tr {
    height: 340px;
  }
  .at-bar-chart-2 tbody tr {
    height: 170px;
  }
  .at-bar-chart-3 tbody tr {
    height: 113px;
  }
  .at-bar-chart-4 tbody tr {
    height: 85px;
  }
  .at-bar-chart-5 tbody tr {
    height: 68px;
  }
  .at-bar-chart-6 tbody tr {
    height: 56px;
  }
  .at-bar-chart-7 tbody tr {
    height: 48px;
  }
  .at-bar-chart-8 tbody tr {
    height: 42px;
  }
  .at-bar-chart-9 tbody tr {
    height: 37px;
  }
  .at-bar-chart-10 tbody tr {
    height: 34px;
  }
  .at-bar-chart-11 tbody tr {
    height: 30px;
  }
  .at-bar-chart-12 tbody tr {
    height: 28px;
  }
  .at-bar-chart-13 tbody tr {
    height: 26px;
  }
  .at-bar-chart-14 tbody tr {
    height: 24px;
  }
  .at-bar-chart-15 tbody tr {
    height: 22px;
  }
  .k-pager-wrap.k-grid-pager {
    display: none;
  }
  .ng-hide {
    display: none !important;
  }
  .scrolling-blocked {
    position: static !important;
  }
  .at-sidebar-menu-wrapper {
    display: none !important;
  }
  .print-borderless-panel .panel {
    border: 1px solid rgba(0, 0, 0, 0) !important;
  }
  .print-separator::after {
    content: " ";
    border-bottom: 1px solid #e0e0e0 !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
  }
  .at-gray-border-right {
    border-right: 1px solid #e0e0e0;
  }
  .f-s-18 {
    font-size: 18px;
  }
  .f-s-14 {
    font-size: 14px;
  }
}
@page {
  margin: 0.5cm 0 0;
}
.overflow-hidden {
  overflow: hidden;
}

.btn-refresh-sm {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.user-view .k-dropdown {
  top: 0;
}
.user-view .dropdown-field {
  width: 400px;
}
.user-view .scheduling-grid-row {
  height: 29px !important;
}

.menu-pin .user-view .dropdown-field {
  width: 340px;
}

.schedule-view {
  width: 100%;
}
.schedule-view th {
  color: #999999;
  background: #fafafa;
  font-family: Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
}
.schedule-view th .time-header {
  position: relative;
  text-align: center;
}
.schedule-view tr:nth-child(even) {
  background: #fff;
}
.schedule-view tr {
  border: 1px solid #e6e6e6;
  height: 35px;
  background: #FAFAFA;
}
.schedule-view tr .shade-segment {
  background: rgba(218, 239, 253, 0.3);
}
.schedule-view tr .current-segment {
  background: #F9D975;
  border: 1px solid #999999;
}
.schedule-view tr .time-start {
  border-left: 1px solid #999999;
}
.schedule-view td.day-label {
  padding: 0px 5px !important;
  color: #999999;
  background: #fafafa;
  font-family: Roboto, "Helvetica Neue", Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
}
.schedule-view tr .active-box {
  background: #8A7DBE;
  margin: 0;
  margin-top: -12px;
  margin-left: -1px;
  padding: 0;
  height: 24px;
  width: 1.1%;
  position: absolute;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.schedule-view tr .active-box.start-box {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left: 1px solid #999999;
}
.schedule-view tr .active-box.end-box {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right: 1px solid #999999;
}

.m-t-5em {
  margin-top: 0.5em;
}

.overflow-auto {
  overflow: auto;
}

.trial-reminder-modal {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 15px;
  min-width: 650px;
  height: 620px;
  color: #fff;
  background-color: #0c1b26 !important;
}
.trial-reminder-modal .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 65px auto 10px auto;
  text-align: center;
  color: #00bdb4;
}
.trial-reminder-modal .subtitle {
  font-size: 18px;
  line-height: 26px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin: 10px auto 30px auto;
  width: 520px;
  text-align: center;
  color: #fff;
}
.trial-reminder-modal .notice {
  font-size: 18px;
  line-height: 26px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 10px auto 10px auto;
  text-align: center;
  width: 520px;
}
.trial-reminder-modal ul {
  font-size: 16px;
  margin: 40px auto !important;
  width: 490px;
}
.trial-reminder-modal ul li {
  line-height: 34px;
  list-style: none;
  position: relative;
  padding-left: 35px;
}
.trial-reminder-modal ul li:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("~images/star-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  margin-left: -32px;
}
.trial-reminder-modal .upgrade {
  width: 340px;
  height: 51px;
  margin: 40px auto 0px auto;
  background-color: #00bdb4;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 25px;
  padding-top: 7px;
}
.trial-reminder-modal .upgrade img {
  width: 33px;
  height: 31px;
  margin-left: 5px;
  margin-top: -5px;
}
.trial-reminder-modal .close-button {
  position: absolute;
  right: -30px;
  top: 16px;
  cursor: pointer;
}
.trial-reminder-modal.expired {
  height: 740px !important;
}
.trial-reminder-modal.expired .contact {
  color: #00bdb4;
  text-decoration: underline;
}
.trial-reminder-modal.expired .footer {
  margin-top: 20px;
}
.trial-reminder-modal.expired .checkbox {
  margin-top: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .trial-reminder-modal.expired {
    height: 100% !important;
  }
  .trial-reminder-modal {
    min-width: 320px;
    height: 740px;
  }
  .trial-reminder-modal .close-button {
    right: 10px;
    height: 25px;
  }
  .trial-reminder-modal .subtitle {
    width: 100%;
    max-width: 520px;
  }
  .trial-reminder-modal ul {
    width: 100%;
    max-width: 490px;
  }
  .trial-reminder-modal .notice {
    width: 100%;
    max-width: 520px;
  }
  .trial-reminder-modal .upgrade {
    width: 100%;
    max-width: 340px;
  }
}

.trial-reminder-modal.at-trial {
  height: 820px !important;
}
.trial-reminder-modal.at-trial.expired {
  height: 915px !important;
}

.sign-up-background {
  background: #0c1b26 center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
}

.sign-up-marketing {
  color: #fff;
  padding: 25px 55px 0 55px;
}
.sign-up-marketing .sign-up-title {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 600;
}
.sign-up-marketing .sign-up-list {
  font-size: 14px;
  font-weight: 400;
  list-style: disc inside;
}
.sign-up-marketing .sign-up-list li {
  margin-bottom: 10px;
  line-height: 18px;
  padding-left: 0;
}
.sign-up-marketing .divider {
  border-bottom: 1px solid #3c4851;
}
.sign-up-marketing .right-divider {
  border-right: 1px solid #3c4851;
}
.sign-up-marketing .sign-up-heading {
  font-size: 24px;
  font-weight: 600;
}
.sign-up-marketing .sign-up-sub-heading {
  font-size: 16px;
  font-weight: 600;
}
.sign-up-marketing .sign-up-steps-wrapper {
  margin: 0 auto;
}
.sign-up-marketing .sign-up-steps-wrapper .sign-up-step {
  background: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  margin: 0 10px;
}
.sign-up-marketing .sign-up-steps-wrapper .sign-up-step .sign-up-badge {
  position: relative;
  top: -5px;
  right: -41px;
  background: #10cfbd;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding-left: 1px;
}
.sign-up-marketing .sign-up-steps-wrapper .sign-up-step i {
  font-size: 34px;
  color: #10cfbd;
  top: -9px;
  left: 1px;
  position: relative;
}
.sign-up-marketing .sign-up-steps-wrapper .sign-up-step label {
  position: relative;
  bottom: -10px;
  font-size: 16px;
  font-weight: 600;
}
.sign-up-marketing .sign-up-steps-wrapper .sign-up-step-line {
  background-image: url("~images/signup/dashed_line.svg");
  background-size: 120px;
  height: 2px;
  width: 120px;
  position: relative;
  top: -45px;
}
.sign-up-marketing .sign-up-rate {
  margin-top: 30px;
}
.sign-up-marketing .sign-up-rate .sign-up-rate-logo {
  display: inline-block;
  margin-top: -33px;
}
.sign-up-marketing .sign-up-rate .sign-up-rate-stars {
  margin-left: 5px;
  display: inline-block;
}
.sign-up-marketing .sign-up-rate .sign-up-rate-stars > img {
  margin-bottom: 5px;
}
.sign-up-marketing .sign-up-rate .sign-up-rate-stars .sign-up-reviews {
  font-size: 14px;
  font-weight: 400;
  color: #bcc3c7;
  text-align: left;
  margin-left: 3px;
}
.sign-up-marketing .sign-up-plan:hover .sign-up-list-title, .sign-up-marketing .sign-up-plan:active .sign-up-list-title, .sign-up-marketing .sign-up-plan:focus .sign-up-list-title {
  background: rgba(255, 255, 255, 0.3);
}
.sign-up-marketing .sign-up-plan:hover .sign-up-list, .sign-up-marketing .sign-up-plan:active .sign-up-list, .sign-up-marketing .sign-up-plan:focus .sign-up-list {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-only {
  display: none;
}

.sign-up-with-trial-single-path .btn {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  line-height: 36px;
  display: table;
}
.sign-up-with-trial-single-path .btn.btn-success.btn-outline {
  color: #2C2E2E;
  background: #fff;
  border: rgba(0, 0, 0, 0) solid 2px;
  outline-offset: 2px;
}
.sign-up-with-trial-single-path .sign-up-title {
  line-height: 34px;
  font-size: 2em;
  letter-spacing: inherit;
  font-weight: 600;
  width: 100%;
}
.sign-up-with-trial-single-path .sign-up-heading {
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 6px;
}
.sign-up-with-trial-single-path .sign-up-awards {
  width: 100%;
}
.sign-up-with-trial-single-path .sign-up-awards img {
  width: 600px;
}
.sign-up-with-trial-single-path .trial-recommended-label {
  height: 18px;
  background: none;
}
.sign-up-with-trial-single-path .sign-up-list-title {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-transform: uppercase;
  padding: 15px;
  font-size: 1.3em;
  font-weight: 600;
  border: rgba(0, 0, 0, 0) solid 4px;
  transition: border-color 0.5s, background-color 0.3s;
  outline-offset: 4px;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
}
.sign-up-with-trial-single-path .sign-up-list-title .sign-up-list-sub-title {
  font-size: 14px;
  font-weight: 400;
  color: #bcc3c7;
  text-transform: none;
  margin-bottom: 5px;
}
.sign-up-with-trial-single-path .sign-up-list-wrapper {
  height: 380px;
}
.sign-up-with-trial-single-path .sign-up-list-wrapper .sign-up-list {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(0, 0, 0, 0) solid 4px;
  transition: border-color 0.5s, background-color 0.3s;
  outline-offset: 4px;
  border-top: none;
  margin-top: 0;
  margin-bottom: 0;
  height: 245px;
  padding: 15px 5px 15px 10px;
}
.sign-up-with-trial-single-path .sign-up-list-wrapper .sign-up-list .sign-up-list-gray-item {
  list-style: none;
  color: #bcc3c7;
}
.sign-up-with-trial-single-path .sign-up-list-wrapper .sign-up-disclaimer {
  font-size: 10px;
  font-weight: 400;
  color: #bcc3c7;
}
.sign-up-with-trial-single-path .sign-up-step label {
  bottom: -5px;
}
.sign-up-with-trial-single-path .trial-recommended .sign-up-list-title {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sign-up-with-trial-single-path .trial-recommended .trial-recommended-label {
  background: #00bab3;
  font-weight: 400;
  color: #fff;
  width: 140px;
  margin: 7px auto -10px;
  height: 21px;
  position: relative;
}
.sign-up-with-trial-single-path .plan-selected .sign-up-list-title {
  background: rgba(255, 255, 255, 0.3);
  border: #10cfbd solid 4px;
  transition: border-color 0.7s, background-color 0.3s;
  outline-offset: 4px;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.sign-up-with-trial-single-path .plan-selected .sign-up-list {
  background: rgba(255, 255, 255, 0.2);
  border: #10cfbd solid 4px;
  transition: border-color 0.7s, background-color 0.3s;
  outline-offset: 4px;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 0;
  margin-bottom: 20px;
}
.sign-up-with-trial-single-path .form-title {
  margin-top: 0;
}
.sign-up-with-trial-single-path .form-title h5 {
  font-size: 22px;
  font-weight: bold;
}
.sign-up-with-trial-single-path .form-title p {
  font-size: 11px;
}
.sign-up-with-trial-single-path .atk-primary {
  color: #00bdb4 !important;
}
.sign-up-with-trial-single-path .atk-signup-logo {
  width: 187px;
  height: 36px;
  margin: 30px auto 20px auto;
}
.sign-up-with-trial-single-path .atk-signup-title {
  font-size: 38px;
  line-height: 40px;
  font-weight: bold;
  margin: 25px auto;
  width: 550px;
  text-align: center;
}
.sign-up-with-trial-single-path .atk-signup-title-2 {
  font-size: 28px;
  line-height: 31px;
  font-weight: bold;
  margin: 25px auto 10px auto;
  width: 606px;
  text-align: center;
}
.sign-up-with-trial-single-path .atk-signup-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 10px;
  width: 550px;
  margin-left: 42px;
}
.sign-up-with-trial-single-path .atk-signup-subtitle-2 {
  font-size: 14px;
  line-height: 19px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 550px;
  margin-left: 55px;
}
.sign-up-with-trial-single-path .atk-signup-list {
  font-size: 16px;
  margin: 25px auto !important;
  width: 610px;
  line-height: 33px;
}
.sign-up-with-trial-single-path .atk-signup-list li {
  line-height: 33px;
  list-style: none;
  position: relative;
  padding: 0 0 0 28px;
}
.sign-up-with-trial-single-path .atk-signup-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  background-color: #00bdb4;
  border-radius: 50%;
  moz-border-radius: 50%;
  webkit-border-radius: 50%;
}
.sign-up-with-trial-single-path .btn-success {
  font-weight: bold !important;
}
.sign-up-with-trial-single-path .form-group .checkbox label {
  text-transform: none;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.sign-up-with-trial-single-path .m-b-100 {
  margin-bottom: 100px !important;
}
.sign-up-with-trial-single-path .privacy-error {
  left: 25px;
  bottom: -23px;
}
.sign-up-with-trial-single-path .flex-grid {
  display: flex;
}
.sign-up-with-trial-single-path .col-1 {
  flex: 1;
}
.sign-up-with-trial-single-path .col-1-5 {
  flex: 1.4;
}
.sign-up-with-trial-single-path .form-content {
  padding: 10px 60px 20px 60px;
}
@media (max-width: 1200px) {
  .sign-up-with-trial-single-path {
    margin-top: -11px;
  }
  .sign-up-with-trial-single-path .mobile-only {
    display: block;
  }
  .sign-up-with-trial-single-path .atk-signup-logo {
    width: 65%;
    height: inherit;
    margin: inherit;
    padding: 60px 15px 20px 15px;
  }
  .sign-up-with-trial-single-path .atk-signup-title {
    width: auto;
    margin: inherit;
    text-align: left;
    padding: 0 15px;
    font-size: 30px;
    line-height: 34px;
  }
  .sign-up-with-trial-single-path .atk-signup-subtitle {
    width: auto;
    color: #ffffff;
    margin-top: auto;
    margin-left: auto;
    padding: 1em 15px 0 15px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.16px;
  }
  .sign-up-with-trial-single-path .atk-signup-description {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding: 1em 15px 0 15px;
    letter-spacing: 0.35px;
  }
  .sign-up-with-trial-single-path .form-group + label.error {
    margin-bottom: -7px;
    margin-top: -11px;
  }
  .sign-up-with-trial-single-path .sign-up-form .error {
    position: initial;
    bottom: -15px;
  }
  .sign-up-with-trial-single-path .sign-up-awards img {
    width: 90%;
    padding: 2em 0;
  }
  .sign-up-with-trial-single-path .form-content {
    padding: 10px 15px 20px 15px;
  }
  .sign-up-with-trial-single-path .form-title {
    margin-top: auto;
  }
  .sign-up-with-trial-single-path .sign-up-background {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: -1px;
  }
  .sign-up-with-trial-single-path .flex-grid {
    display: block;
  }
  .sign-up-with-trial-single-path .col-1-5 {
    display: none;
  }
}
.sign-up-with-trial-single-path .plan-select {
  color: #979797 !important;
}
.sign-up-with-trial-single-path .compare {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 80px;
}
.sign-up-with-trial-single-path .compare-plan {
  border-style: solid;
  border-width: 2px;
  border-color: #00bdb4;
  padding-bottom: 10px;
  font-family: "Segoe UI", Arial, sans-serif;
  width: 48%;
}
.sign-up-with-trial-single-path .compare-plan .recommended {
  background-color: #00bdb4;
  width: 230px;
  padding: 6px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  margin-top: -22px;
  margin-left: 40px;
}
.sign-up-with-trial-single-path .compare-plan .plan-title {
  text-align: center;
  background-color: rgba(61, 73, 82, 0.7);
  padding: 15px;
  border-bottom: solid 2px #00bdb4;
}
.sign-up-with-trial-single-path .compare-plan .plan-title h2 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.sign-up-with-trial-single-path .compare-plan .plan-title h3 {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  margin: 0px;
}
.sign-up-with-trial-single-path .compare-plan ul {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 20px 10px 20px;
}
.sign-up-with-trial-single-path .compare-plan ul li {
  line-height: 24px;
  list-style: none;
  position: relative;
  padding: 0 0 0 28px;
}
.sign-up-with-trial-single-path .compare-plan ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #00bdb4;
  border-radius: 50%;
  moz-border-radius: 50%;
  webkit-border-radius: 50%;
}

.atk-single-track-welcome {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 15px;
  min-width: 650px;
  height: 800px;
  color: #fff;
  background-color: #0c1b26 !important;
}
.atk-single-track-welcome .atk-welcome-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin: 10px auto;
  width: 580px;
  text-align: center;
}
.atk-single-track-welcome .atk-welcome-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 10px;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.atk-single-track-welcome .atk-welcome-guide {
  font-size: 16px;
  line-height: 24px;
  font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
}
.atk-single-track-welcome .atk-welcome-features-subtitle {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 30px;
  width: 580px;
}
.atk-single-track-welcome .atk-welcome-demo-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
}
.atk-single-track-welcome .atk-welcome-footnote {
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}
.atk-single-track-welcome .atk-welcome-footnote-notice {
  font-style: italic;
  font-size: 14px;
  margin-top: 30px;
}
.atk-single-track-welcome .atk-primary {
  color: #00bdb4 !important;
}
.atk-single-track-welcome ul {
  font-size: 16px;
  margin: 20px auto !important;
  width: 490px;
}
.atk-single-track-welcome ul li {
  line-height: 34px;
  list-style: none;
  position: relative;
}
.atk-single-track-welcome ul li:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("~images/star-yellow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
}
.atk-single-track-welcome .flex-grid {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}
.atk-single-track-welcome .col {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #979797;
  cursor: pointer;
}
.atk-single-track-welcome .dot {
  height: 15px;
  width: 15px;
  margin: 10px auto;
  border-radius: 50%;
  display: block;
}
.atk-single-track-welcome .circle {
  height: 15px;
  width: 15px;
  margin: 10px auto;
  border-radius: 50%;
  display: block;
  border-width: 2px;
  border-style: solid;
  border-color: #979797;
}
.atk-single-track-welcome .active-dot {
  background-color: #00bdb4;
}
.atk-single-track-welcome .inactive-dot {
  background-color: #979797;
}
.atk-single-track-welcome .active {
  color: #00bdb4 !important;
}
.atk-single-track-welcome ol {
  font-size: 16px;
  margin: 40px auto !important;
  max-width: 490px;
  list-style: none;
  counter-reset: li;
  padding-left: 40px;
}
.atk-single-track-welcome ol li {
  counter-increment: li;
  margin: 0 0 1rem 0;
  position: relative;
  padding-left: 10px;
}
.atk-single-track-welcome ol li::before {
  content: counter(li) ".";
  color: #00bdb4;
  display: inline-block;
  margin-left: -1em;
  margin-right: 2em;
  position: absolute;
  left: -10px;
  font-weight: bold;
  font-size: 20px;
}
.atk-single-track-welcome .next-button {
  position: absolute;
  right: -30px;
  bottom: 30px;
  cursor: pointer;
}
.atk-single-track-welcome .close-button {
  position: absolute;
  right: -30px;
  top: 16px;
  cursor: pointer;
}
.atk-single-track-welcome .done-button {
  font-size: 24px;
  line-height: 32px;
  font-family: "Segoe UI Semibold", Tahoma, Geneva, Verdana, sans-serif;
  position: absolute;
  right: -30px;
  bottom: 30px;
  cursor: pointer;
  text-transform: uppercase;
}
.atk-single-track-welcome .welcome-video-container {
  width: 385px !important;
  height: 215px !important;
  margin: 10px auto 10px auto;
}
.atk-single-track-welcome .download-button {
  cursor: pointer;
  text-decoration: underline;
}
.atk-single-track-welcome .intercom-logo {
  width: 70px;
  height: 70px;
  margin: 10px auto;
  display: block;
}
.atk-single-track-welcome .line-one {
  width: 145px;
  height: 1px;
  background-color: #979797;
  position: absolute;
  top: 93px;
  left: 205px;
}
.atk-single-track-welcome .line-two {
  width: 145px;
  height: 1px;
  background-color: #979797;
  position: absolute;
  top: 93px;
  left: 297px;
}

@media (max-width: 767px) {
  .atk-single-track-welcome {
    min-width: 320px;
    height: 735px;
  }
  .atk-single-track-welcome.atk-step-2 {
    height: 565px;
  }
  .atk-single-track-welcome.atk-step-2 .welcome-video-container {
    display: block;
    height: 0px !important;
    overflow: hidden;
  }
  .atk-single-track-welcome.atk-step-3 {
    height: 625px;
  }
  .atk-single-track-welcome .atk-welcome-content {
    padding-bottom: 50px;
  }
  .atk-single-track-welcome .atk-welcome-title {
    width: 100%;
    max-width: 580px;
  }
  .atk-single-track-welcome .atk-welcome-subtitle {
    width: 100%;
    max-width: 580px;
  }
  .atk-single-track-welcome .atk-welcome-features-subtitle {
    width: 100%;
    max-width: 580px;
    margin-top: 15px;
  }
  .atk-single-track-welcome ul {
    width: 100%;
    max-width: 490px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-left: 2em !important;
    font-size: 14px;
  }
  .atk-single-track-welcome ul li {
    line-height: 25px;
  }
  .atk-single-track-welcome ul li:before {
    margin-left: -2em;
  }
  .atk-single-track-welcome ol {
    width: 100%;
  }
  .atk-single-track-welcome .flex-grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  .atk-single-track-welcome .atk-welcome-footnote {
    margin-top: 10px;
  }
  .atk-single-track-welcome .atk-welcome-footnote-notice {
    margin-top: 10px;
  }
  .atk-single-track-welcome .welcome-video-container {
    width: 100% !important;
  }
  .atk-single-track-welcome .atk-welcome-demo-subtitle {
    margin-top: 10px;
  }
  .atk-single-track-welcome .intercom-logo {
    display: none;
  }
  .atk-single-track-welcome .close-button {
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
  }
  .atk-single-track-welcome .next-button {
    right: calc(50% - 21px);
    bottom: 20px;
  }
  .atk-single-track-welcome .done-button {
    right: calc(50% - 21px);
    bottom: 20px;
  }
  .text-left-xs {
    text-align: left !important;
  }
}
.atk-single-track-welcome.atk-step-3.at-trial {
  height: 760px;
}
@media (max-width: 767px) {
  .atk-single-track-welcome.atk-step-3.at-trial {
    height: 685px;
  }
}

.account-confirmation-modal .modal-content {
  background: #0c1b26 center !important;
  border: none !important;
  color: #fff;
}
.account-confirmation-modal .modal-content h5 {
  color: #00bdb4;
  font-size: 28px;
  line-height: 24px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.account-confirmation-modal .modal-content ol li::before {
  content: counter(li) ".";
  background: none;
  border: none;
  color: #00bdb4;
}

.msa-modal:not(.msa-mobile) {
  height: 370px;
}
.msa-modal .msa-image {
  height: 370px;
  background: #3B4752;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: -1px;
  left: 14px;
}
.msa-modal .msa-image img {
  left: -16px;
  position: relative;
}
.msa-modal .modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
}
.msa-modal .modal-header .modal-subtitle {
  font-size: 18px;
  font-weight: 600;
}
.msa-modal .modal-body i {
  color: #10CFBD;
}
.msa-modal .modal-footer {
  font-size: 16px;
  font-weight: 600;
}
.msa-modal .modal-footer .btn-lg {
  line-height: 28px;
}
