body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 54px;
  -webkit-font-smoothing: antialiased;
}
a {
  transition: all 0.3s ease-in-out;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto #574c90;
}
h1,
h2,
h3,
h4 {
  color: #323a45;
  font-weight: 300;
}
h1.error-title {
  color: #ccc;
  font-size: 70px;
  font-weight: bold;
}
label {
  font-weight: normal;
}
hr {
  border-top-color: #ccc;
}
textarea.form-control {
  resize: vertical;
}
.jumbotron {
  background: transparent;
  margin-top: -54px;
  overflow: hidden;
  padding: 50px 15px 0;
  text-align: center;
}
.jumbotron p {
  margin-bottom: 30px;
}
.jumbotron .btn {
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 10px;
}
.jumbotron .browser {
  display: block;
  margin-bottom: 0;
  padding-top: 29px;
}
.jumbotron .hero {
  margin: 80px auto 40px;
  max-width: 400px;
  position: relative;
}
.jumbotron .hero-left,
.jumbotron .hero-right {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 413px;
}
.jumbotron .hero-left .hero-img,
.jumbotron .hero-right .hero-img {
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 265px;
}
.jumbotron .hero-left .hero-img img,
.jumbotron .hero-right .hero-img img {
  display: block;
  height: 100%;
}
.jumbotron .hero-left {
  margin-right: 8px;
  right: 100%;
}
.jumbotron .hero-left .hero-img {
  right: 0;
}
.jumbotron .hero-left .hero-img img {
  float: right;
}
.jumbotron .hero-right {
  left: 100%;
  margin-left: 8px;
}
.jumbotron .hero-right .hero-img {
  left: 0;
}
.jumbotron .hero-arrow-1,
.jumbotron .hero-arrow-2,
.jumbotron .hero-arrow-3,
.jumbotron .hero-arrow-4 {
  display: none;
  position: absolute;
  z-index: 10;
}
.jumbotron .hero-arrow-1 {
  left: -45px;
  top: 5px;
}
.jumbotron .hero-arrow-2 {
  right: 60px;
  top: -45px;
}
.jumbotron .hero-arrow-3 {
  left: 60px;
  top: -45px;
}
.jumbotron .hero-arrow-4 {
  right: -45px;
  top: 5px;
}
.home .container {
  max-width: 1000px;
}
.container .alert {
  margin-top: 20px;
}
.btn {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-sm,
.btn.btn-xs {
  font-size: 12px;
  font-size: 12px;
}
.btn.btn-ghost {
  border: 1px solid #fff;
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}
.btn.btn-ghost:hover {
  background: rgba(0,0,0,0.3);
  border-color: #fff;
}
.btn.btn-xlg {
  font-weight: bold;
  margin-top: 40px;
  padding: 17px 40px;
  text-transform: uppercase;
}
.input-lg {
  font-size: 14px;
}
.navbar {
  border: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar.navbar-default .nav > li > a {
  color: #fff;
  font-weight: 600;
}
.navbar.navbar-default .nav > li > a:hover,
.navbar.navbar-default .nav > li > a:focus {
  background: none;
}
.navbar.navbar-default .nav > li > a::after {
  border-bottom: 2px solid #fff;
  bottom: -10px;
  content: '';
  left: 15px;
  position: absolute;
  right: 15px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: transform 250ms ease;
}
.navbar.navbar-default .nav > li > a.btn-ghost {
  padding-bottom: 8px;
  padding-top: 8px;
}
.navbar.navbar-default .nav > li > a.btn-ghost:hover {
  background: rgba(0,0,0,0.3);
}
.navbar.navbar-default .navbar-nav > .active > a {
  background: none;
}
.navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a.btn {
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a.btn:hover,
.navbar.navbar-default .navbar-nav .open .dropdown-menu > li > a.btn:focus {
  background: #504585;
}
.navbar.navbar-default .icon-bar {
  background: #fff;
}
.navbar .caret {
  margin-left: 6px;
}
.navbar-brand {
  padding-bottom: 4px;
  padding-top: 4px;
  position: relative;
}
.navbar-brand sup {
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: -10px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
}
.dropdown-menu {
  border: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 13px rgba(0,0,0,0.3);
}
.form-control,
.input-group-addon {
  box-shadow: none;
}
.form-control:focus,
.input-group-addon:focus {
  box-shadow: none;
}
.form-control[readonly] {
  cursor: default;
}
.close {
  font-size: 30px;
  line-height: 20px;
}
.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.modal.fade .modal-dialog {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.footer {
  border-top: 1px solid #ececec;
  color: #747c83;
  margin-top: 60px;
  padding: 40px 0 20px;
  text-align: center;
}
.footer a {
  color: #747c83;
}
.footer a:hover {
  color: #333;
  text-decoration: none;
}
.footer .list-inline {
  margin-left: -10px;
}
.footer .list-inline li {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-trial {
  background: #6457a6;
  color: #fff;
  margin-bottom: -60px;
  padding: 80px 15px;
  text-align: center;
}
.footer-trial .h1 {
  color: #fff;
  margin: 0;
}
.footer-trial p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 10px;
  opacity: 0.6;
}
.footer-trial .btn-try {
  font-size: 15px;
  background-color: #F0D66D;
  color: #6457A6;
  border-color: #F0D66D;
}

.footer-trial .btn-try:hover {
  background-color: #E2C966;
}

#signup {
  margin-top: 50px;
}
#signup h3 {
  margin-top: 0;
}
#signup .accept-terms {
  margin-top: 20px;
}
#pricing .head {
  background: #6457a6;
  min-height: 140px;
  padding: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#pricing .head h3 {
  float: left;
  font-size: 16px;
  line-height: 54px;
  margin: 0;
  color: #fff;
}

#pricing .head-enterprise {
  background-color: #fff;
  min-height: 140px;
  color: black;
}

#pricing .head-enterprise h3 {
  color: black;
}

#pricing .most-popular-container {
  display: inline-block;
  position: relative;
}
#pricing .most-popular-img {
  position: absolute;
  left: -70px;
  top: -10px;
}
#pricing .price {
  position: relative;
}
#pricing .price .sup,
#pricing .price .sub {
  text-decoration: none;
}
#pricing .price .sup {
  font-size: 16px;
  position: relative;
  top: -12px;
}
#pricing .price .sub {
  font-size: 14px;
}
#pricing .info {
  background: #fff;
  margin-bottom: 20px;
}
#pricing .info ul {
  margin: 0;
}
#pricing .info li {
  padding: 10px;
  text-align: right;
}
#pricing .info li.text-center {
  text-align: center;
}
#pricing .info li.text-left {
  text-align: left;
}

#pricing .info li b.text-bold {
  float: left;
  font-weight: bold;
}

#pricing .info li b {
  float: left;
  font-weight: normal;
}
.block {
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 15px 15px 55px;
}
.block.no-big-padding {
  padding-left: 15px;
}
.block h3 {
  margin: 0 0 20px -40px;
}
.block input {
  margin-right: 20px;
}
#features {
  line-height: 1.85;
  text-align: justify;
}
#features h2 {
  margin-bottom: 40px;
  margin-top: 0;
}
#features .browser {
  float: none;
  margin-top: 20px;
}
#features-mini {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
#features-mini .row {
  margin-bottom: 20px;
}
#features-mini ul {
  list-style: none;
  padding: 0;
}
#features-mini ul li {
  padding-bottom: 6px;
  padding-top: 6px;
}
#features-mini ul li .fa {
  color: #7eb348;
  margin-right: 12px;
}
.features {
  margin-left: auto;
  margin-right: auto;
}
.features .feature-container {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.features .feature-container:nth-child(odd) {
  background: #fff;
}
.features .feature-container .row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.features .feature-image {
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: center;
}
.features .feature-text {
  margin-top: 30px;
  margin-bottom:30px;
}
.features .feature-text h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.features .feature-text p {
  color: #747c83;
  font-size: 16px;
  line-height: 30px;
}
.features .browser {
  margin-bottom: 0;
}
#filter .form-group {
  margin-bottom: 10px;
}
#heatmap-frame {
  border: 0;
}
.playback-se a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.playback-se a:first-child {
  padding-bottom: 10px;
}
.fa-star.active {
  color: #ff8420;
}
.search-more {
  display: none;
}
.search-more.open {
  display: block;
}
.table > thead > tr > th {
  border: 0;
}
.playback-table tbody tr {
  border-left: 12px solid #5c9fff;
}
.playback-table tbody tr.playback-seen {
  border-color: transparent;
}
.playback-table .playback-dv {
  vertical-align: middle;
}
td.mini,
th.mini {
  //width: 1%;
}
td.no-break {
  white-space: nowrap;
}
td.cut-off {
  max-width: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#forms-container {
  margin: 0 -15px;
  padding-right: 400px;
  position: relative;
}
#forms-container.active .loading {
  display: none;
}
.forms-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
.forms-sidebar .label {
  cursor: pointer;
}
.forms-select,
.heatmap-buttons {
  margin-bottom: 15px;
}
#heatmap-scrollmap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#heatmap-scrollmap .heatmap-gradient {
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0.7;
  top: 0;
  width: 100%;
}
#heatmap-scrollmap .heatmap-p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  text-shadow: 1px 0 0 #000;
  top: 0;
}
#heatmap-container {
  margin: 0 -15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#heatmap-container iframe {
  display: block;
}
#heatmap-container.active .loading {
  display: none;
}
.loading {
  /*background: #eee;
  border: 2px solid #5d83c0;*/
  left: 50%;
  margin-left: -100px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: 200px;
}
.segment-sidebar {
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background-color: white;
  z-index: 200;
}
.segment-sidebar .checkbox label {
  display: block;
}
.segment-sidebar .form-control {
  margin-bottom: 15px;
}
.segment-sidebar ul {
  border-top: 1px solid #eee;
  margin-top: 6px;
}
#segment-point {
  margin-top:40px;
}
#user-content .container {
  padding: 0;
  width: 100%;
}
#user-content h3 {
  margin-bottom: 24px;
}
#user-content h3:first-of-type {
  margin-top: 0;
}
#user-html h1 {
  font-size: 22px;
  line-height: 36px;
}
#user-html h3 {
  font-size: 20px;
}
#user-html table td {
  vertical-align: middle;
}
#user-html table th {
  color: #666;
}
#user-html table th a {
  white-space: nowrap;
}
.plans {
  font-size: 12px;
}
.plans li {
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.plans h4 {
  font-size: 14px;
  font-weight: bold;
}
.plans h4 b {
  color: #e45137;
}
#faq ol {
  margin-top: 20px;
  position: relative;
  z-index: 1000;
}
#faq li {
  margin-bottom: 10px;
}
#faq h2 {
  margin-top: -50px;
  padding-top: 100px;
}
.legendColorBox {
  padding-right: 5px;
}
.legendColorBox div div {
  border-radius: 50%;
}
.legendLabel {
  padding-right: 20px;
  white-space: nowrap;
}
#new-website-modal .modal-dialog {
  max-width: 500px;
}
#new-website-modal .modal-dialog form {
  margin: 0 auto;
  max-width: 375px;
}
.website-list {
  margin: 0 auto;
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.website-col {
  margin: 0 auto;
  max-width: 300px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.website {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: box-shadow 0.3s;
  width: 100%;
}
.website .website-img {
  background-color: #eee;
  background-position: top center;
  background-size: cover;
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.website .website-img::after {
  background: rgba(0,0,0,0.3);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
.website:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 13px rgba(0,0,0,0.3);
}
.website:hover .website-img::after {
  opacity: 1;
}
.website:hover .website-settings {
  opacity: 1;
  top: 10px;
}
.website .website-settings {
  color: #fff;
  font-size: 20px;
  opacity: 1;
  position: absolute;
  right: 15px;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
  top: 10px;
  transition: opacity 0.3s, top 0.3s;
}
.website .website-body {
  box-shadow: 0 -1px 2px 0 rgba(0,0,0,0.1);
  position: relative;
}
.website .website-body a {
  color: #323a45;
  display: block;
  overflow: hidden;
  padding: 12px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.website .website-body a:hover {
  text-decoration: none;
}
#user-html.dashboard-dark .navbar {
  background: #222;
}
#user-html.dashboard-dark body {
  background: #080808;
}
#user-html.dashboard-dark #dashboard-contents,
#user-html.dashboard-dark #dashboard-sources {
  margin-left: -15px;
  margin-right: -15px;
}
#user-html.dashboard-dark .dashboards {
  margin-left: -15px;
  margin-right: -15px;
}
#user-html.dashboard-dark .dashboards .dash {
  border-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}
#user-html.dashboard-dark .dashboards .dash ::-webkit-scrollbar-thumb {
  background: #333;
}
#user-html.dashboard-dark .dashboards .content,
#user-html.dashboard-dark .dashboards .visitor {
  border-bottom-color: #333;
}
#user-html.dashboard-dark .dashboards .content .content-bg {
  background: #282828;
}
#user-html.dashboard-dark .dashboards .panel {
  background: #222;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 15px;
}
#user-html.dashboard-dark .dashboards .panel h1 {
  color: #8b8b8b;
}
#user-html.dashboard-dark .dashboards .panel-heading {
  color: #8b8b8b;
  margin-bottom: 5px;
}
#user-html.dashboard-dark .dashboards .panel-heading .btn-primary {
  background-color: #333;
  border-color: #333;
  color: #8b8b8b;
  outline: none;
}
#user-html.dashboard-dark .dashboards .panel-heading .btn-primary.active,
#user-html.dashboard-dark .dashboards .panel-heading .btn-primary:hover {
  background-color: #080808;
}
#user-html.dashboard-dark .dashboards .panel-body {
  color: #999;
}
#user-html.dashboard-dark .dashboards .device .fa {
  color: #606366;
}
.dashboards .dash-bottom-border {
  border-bottom: 1px solid #eee;
}
.dashboards .dash {
  padding-left: 30px;
  padding-right: 30px;
}
.dashboards .dash ::-webkit-scrollbar {
  width: 6px;
}
.dashboards .dash ::-webkit-scrollbar-thumb {
  background: #eee;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.dashboards .panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  margin-bottom: 20px;
  margin-top: 20px;
}
.dashboards .panel a {
  color: #999;
}
.dashboards .panel a:hover {
  text-decoration: none;
}
.dashboards .panel h1 {
  margin: 0;
}
.dashboards .panel-heading {
  border-bottom: 0;
  color: #424242;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.dashboards .panel-heading .btn-primary {
  outline: none;
}
.dashboards .panel-body {
  color: #5e5e5e;
  padding: 0;
}
.dashboards .pointer {
  cursor: pointer;
}
.dashboards .content,
.dashboards .visitor {
  border-bottom: 1px solid #e0e0e0;
  line-height: 19px;
  padding: 6px 0;
  position: relative;
}
.dashboards .content .desc,
.dashboards .visitor .desc {
  font-weight: bold;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboards .content .desc.padd,
.dashboards .visitor .desc.padd {
  padding-left: 20px;
}
.dashboards .content .desc small,
.dashboards .visitor .desc small {
  font-weight: normal;
}
.dashboards .content .pull-right,
.dashboards .visitor .pull-right {
  text-align: right;
}
.dashboards .content {
  margin-right: 1px;
}
.dashboards .content:last-of-type {
  border-bottom: 0;
}
.dashboards .content.clearfix {
  padding-left: 10px;
  padding-right: 10px;
}
.dashboards .content + div > .content {
  padding-right: 10px;
}
.dashboards .content div,
.dashboards .content span {
  position: relative;
}
.dashboards .content .content-bg {
  background: rgba(66,133,244,0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
#dashboard-contents,
#dashboard-devices,
#dashboard-sources,
#dashboard-visitors {
  height: 250px;
  overflow: auto;
  padding: 0;
}
#dashboard-contents .row,
#dashboard-devices .row,
#dashboard-sources .row,
#dashboard-visitors .row {
  margin: 0;
}
#loads {
  height: 162px;
}
#loads-legend {
  margin-top: 12px;
}
#dashboard-timeline {
  height: 155px;
}
#devices .device {
  font-size: 20px;
  line-height: 28px;
  padding: 8px 15px 7px;
  text-align: center;
}
#devices .device .fa {
  color: #424242;
  display: block;
  font-size: 30px;
  text-align: center;
}
.icn {
  background: url(../img/sprite-16.png) no-repeat;
  display: inline-block;
  height: 16px;
  vertical-align: middle;
  width: 16px;
}
.icn-windows-8 {
  background-position: 0 -176px;
}
.icn-windows {
  background-position: 0 -160px;
}
.icn-chrome {
  background-position: 0 -16px;
}
.icn-firefox {
  background-position: 0 -32px;
}
.icn-ie {
  background-position: 0 -48px;
}
.icn-opera {
  background-position: 0 -64px;
}
.icn-safari {
  background-position: 0 -80px;
}
.icn-android {
  background-position: 0 0;
}
.icn-debian {
  background-position: 0 -112px;
}
.icn-ubuntu {
  background-position: 0 -128px;
}
.icn-linux {
  background-position: 0 -144px;
}
.icn-ios {
  background-position: 0 -192px;
}
.icn-ipad {
  background-position: 0 -208px;
}
.icn-mac {
  background-position: 0 -224px;
}
.icn-edge {
  background-position: 0 -240px;
}

.terms {
  text-align: justify;
}

.terms p {
    font-size: 13px;
}
.terms .row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.terms h4 {
  margin-top: 0;
}
.terms .h3 {
  line-height: 1.3;
  margin-top: 0px;
}

.terms ul {
  font-size: 13px;
}

#admin-logback {
  background-color: #fcf8e3;
  border-top: 1px solid #faebcc;
  bottom: 0;
  color: #8a6d3b;
  left: 0;
  padding: 15px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.admin-login {
  margin-left: 20px;
}
.pickmeup {
  background: #000;
  border-radius: 6px;
  display: none;
  position: absolute;
  z-index: 10000;
}
.pickmeup .pmu-instance {
  display: inline-block;
  height: 13.8em;
  padding: 0.5em;
  text-align: center;
  width: 15em;
}
.pickmeup .pmu-instance .pmu-button {
  color: #eee;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-button:hover {
  color: #88c5eb;
}
.pickmeup .pmu-instance .pmu-today {
  background: #17384d;
  color: #88c5eb;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #333;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #136a9f;
  color: #eee;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #17384d;
}
.pickmeup .pmu-instance nav {
  color: #eee;
  line-height: 2em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
  color: #88c5eb;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #999;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}
.pickmeup:first-child .pmu-prev,
.pickmeup:last-child .pmu-next {
  display: block;
}
.pickmeup:first-child .pmu-month,
.pickmeup:last-child .pmu-month {
  width: 13em;
}
.pickmeup:first-child:last-child .pmu-month {
  width: 12em;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
.tooltip {
  z-index: 1060;
}
table .form-group {
  margin-bottom: 0;
}
.pagination > li > a,
.pagination > .disabled > a,
.pagination > li > span,
.pagination > .disabled > span,
.pagination > li > span:hover,
.pagination > .disabled > span:hover,
.pagination > li > span:focus,
.pagination > .disabled > span:focus {
  background: none;
  border-color: transparent;
}
.browser {
  background: #323a45;
  border-radius: 3px 3px 0 0;
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 34px;
  position: relative;
}
.browser .browser-buttons {
  background: #596269;
  border-radius: 7px;
  height: 7px;
  position: absolute;
  left: 16px;
  top: 14px;
  width: 7px;
}
.browser .browser-buttons::before,
.browser .browser-buttons::after {
  background: #596269;
  border-radius: 7px;
  content: '';
  height: 7px;
  left: 15px;
  position: absolute;
  top: 0;
  width: 7px;
}
.browser .browser-buttons::after {
  left: 30px;
}
.browser img {
  border: solid #d3d3d3;
  border-width: 0 1px 1px 1px;
  max-height: 350px;
}
.am-ee span {
  position: relative;
}
.am-ee.active span:nth-child(1) {
  -webkit-animation: jump 1.5s infinite;
  -moz-animation: jump 1.5s infinite;
  -o-animation: jump 1.5s infinite;
  animation: jump 1.5s infinite;
}
.am-ee.active span:nth-child(2) {
  -webkit-animation: jump 1.5s 250ms infinite;
  -moz-animation: jump 1.5s 250ms infinite;
  -o-animation: jump 1.5s 250ms infinite;
  animation: jump 1.5s 250ms infinite;
}
.am-ee.active span:nth-child(3) {
  -webkit-animation: jump 1.5s 500ms infinite;
  -moz-animation: jump 1.5s 500ms infinite;
  -o-animation: jump 1.5s 500ms infinite;
  animation: jump 1.5s 500ms infinite;
}
.am-ee.active span:nth-child(4) {
  -webkit-animation: jump 1.5s 750ms infinite;
  -moz-animation: jump 1.5s 750ms infinite;
  -o-animation: jump 1.5s 750ms infinite;
  animation: jump 1.5s 750ms infinite;
}
@-moz-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes jump {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}

.padding-reset {
  padding: 0px;
}

.padding-top-reset, .form-horizontal .padding-top-reset {
  padding-top: 0px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.57142857;
  color: #333333;
  white-space: nowrap;
}
.menu .dropdown-menu > li > a:hover,
.menu .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: #d3cfdc;
}
.menu .dropdown-menu > .active > a,
.menu .dropdown-menu > .active > a:hover,
.menu .dropdown-menu > .active > a:focus {
  text-decoration: none;
  outline: 0;
  color: #fff;
  background-color: #ff3366;
}

.playback-details {
  padding: 0px 8px;
}

.dashboards .margin-top-reset, .margin-top-reset
{
  margin-top: 0px;
}

.dashboard-container {
  padding: 0 15px;
}

.btn-info-blue {
  background-color: #3a84c5;
  color: #FFFFFF !important;
  border-radius: 30px !important;
  padding: 5px 10px !important;
}

.btn-info:hover {
  background-color: #E53964;
}

#forgot-password {
  max-width: 400px;
  margin: auto;
}

#forgot-password > h3 {
  text-align: center;
}

.btn-most-popular {
  background-color: #FFEE7F;
  border: 1px solid #F0D66D;
  color: #6457a6;
}

.btn-most-popular:hover {
  background-color: #f0d66d;
  color: #6457a6;
}

.margin-top-50 {
  margin-top: 50px;
}

.tooltip-inner {
  background: white;
  color: black;
  padding: 10px;
  text-align: justify;
  /* border: 1px solid #cccccc; */
}

.margin-left-8 {
  margin-left: 8px;
}

.label-paid-status {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}

.label-unpaid {
  background-color: #ff3366;
}

.label-paid {
  background-color: #6457a6;
}

.label-upcoming {
  background-color: #78BC6F;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.text-bold {
  font-weight: bold;
}

.text-size-20 {
  font-size: 20px;
}

.text-size-22 {
  font-size: 22px;
}

.text-size-16 {
  font-size: 16px;
}

.btn-billing-edit {
  background-color: white;
  border-color: #979797;
}

.btn-billing-edit:hover {
  background-color: #F1F1F1;
  border-color: #979797;
}

.pre-simple {
  border: none;
  background: inherit;
  color: #464d5d;
  font-family: inherit;
  font-size: inherit;
  padding: 0px;
}

.margin-botton-20 {
  margin-bottom: 20px;
}

.text-break-all {
  word-break: break-all;
}

.billing-table > thead > tr > th {
  color: #323a45;
  font-weight: 300;
  text-transform: uppercase;
}

.billing h4 {
  margin: 0px;
}

.invoice-row:hover {
  cursor: pointer;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-top-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .btn-group-justified-xs {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }

  .btn-group-justified-xs > .btn,
  .btn-group-justified-xs > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }

  .btn-group-justified-xs > .btn-group .btn {
    width: 100%;
  }

  .btn-group-justified-xs > .btn-group .dropdown-menu {
    left: auto;
  }

  .text-size-xs-16 {
    font-size: 16px;
  }

  .pricing > .title {
    font-size: 26px;
    text-align: center;
  }

  .pricing > .sub-title {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
  }

  .pricing > h3 {
    font-size: 20px;
    text-align: center;
  }

  .pricing >h3.logined-h3 {
    font-size: 16px;
  }

  .margin-top-xs-10px {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .pull-right-sm {
    float: right !important;
  }

  .modal-dialog {
    width: 500px;
  }
}

@media (max-width: 992px) {
  .padding-sm-top-10 {
    padding-top: 10px;
  }

  .nav > li > .btn {
    margin-left: 15px;
    margin-right: 15px;
  }

  .padding-sm-30 {
    padding: 30px 0px;
  }

  .feature-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }
}

@media (max-width: 796px) {
  .hidden-796 {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-right {
    margin-right: 0;
  }

  .img-logo {
    max-width: 300px;
  }
}


.website-dropdown > .elipsoid
{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

.website-dropdown > .caret
{
  margin-top: -10px;
}

.try-container > h2 {
  font-size: 28px;
  color: #464d5d;
  margin-top: 0px;
}

.try-container > p {
  font-size: 18px;
}

.try-container .form-control {
  height: 40px;
}

.margin-bottom-reset {
  margin-bottom: 0px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-40 {
  margin-right: 40px;
}

#faq-pricing h2 {
  margin-top: 50px;
}

.tooltip > .playback-toolitp-inner
{
  max-width: none;
  word-break: break-all;
}

.navbar-nav > li > a {
  line-height: 20px;
}

.img-logo {
  display: inline-block;
}

td > span.caret {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transition: transform 250ms;
  -webkit-transition: -webkit-transform 250ms; /* Safari */
}

tr.opened td > span.caret {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
}

.btn.cancel {
  border: 1px solid #ccc;
}

.btn.cancel:focus {
  outline: 2px auto #b1b1b1;
  border: 1px solid #b1b1b1;
}

.table-hover > tbody > tr.opened {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr:nth-child(even) {
  background-color: inherit;
}


.add-or-delete-rule {
  line-height: 36px;
  height: 36px;
}

.add-or-delete-rule i {
  margin-right: 10px;
  vertical-align: middle;
}

#steps > div.ui-state-highlight {
  margin-bottom: 22px;
}

#steps i.fa.fa-bars:hover {
  cursor: move;
}

i.add-rule, i.delete-rule, i.delete-step {
  cursor: default;
}

label.step-name-label {
  cursor: text;
}

.name-label {
  padding-left: 13px;
  margin-bottom: 0;
  line-height: 36px;
}
.heatmap-toggle, #heatmap-toggle {
  position: absolute;
  right:5px;
  top:5px;
  z-index:500;
  background-color:white;
  color:black;
  border:0;
  border-radius: 5px !important;
  padding-top: 7px;
  width: 30px;
  height: 30px;
  padding-left: 7px;
}

.heatmap-toggle i {
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.heatmap-toggle i.segment-visible {
  background-image: url('img/menu_close_x.svg');
  width: 16px;
  height: 16px;
}

.heatmap-toggle i.segment-hidden {
  background-image: url('img/menu_open_hamburger.svg');
  width: 16px;
  height: 16px;
}

#recordings-search-input {
  width: 100px;
}

@media (min-width: 800px) {
  #recordings-search-input {
    width: 200px;
  }
}
