.ltms-modal-close-button-div {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  color: #fff;
  font-weight: bolder;
  font-size: 4ex;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  text-align: center;
  background-color: #000
}

.litmus-top-square {
  position: fixed;
  top: 10px;
  left: 42%
}

.litmus-bottom-square {
  position: fixed;
  bottom: 10px;
  left: 42%
}

.litmus-left-square {
  position: fixed;
  left: -38px;
  top: 42%
}

.litmus-right-square {
  position: fixed;
  right: -40px;
  top: 42%
}

.litmus-top-right-square {
  position: fixed;
  right: 10px;
  top: 10px
}

.litmus-top-left-square {
  position: fixed;
  top: 10px;
  left: 10px
}

.litmus-bottom-right-square {
  position: fixed;
  right: 10px;
  bottom: 10px
}

.litmus-bottom-left-square {
  position: fixed;
  left: 10px;
  bottom: 10px
}

.litmus-top-round {
  position: fixed;
  top: 10px;
  left: 48%
}

.litmus-bottom-round {
  position: fixed;
  bottom: 10px;
  left: 48%
}

.litmus-left-round {
  position: fixed;
  left: 10px;
  top: 48%
}

.litmus-right-round {
  position: fixed;
  right: 10px;
  top: 48%
}

.litmus-top-right-round {
  position: fixed;
  right: 10px;
  top: 10px
}

.litmus-top-left-round {
  position: fixed;
  top: 10px;
  left: 10px
}

.litmus-bottom-right-round {
  position: fixed;
  right: 10px;
  bottom: 10px
}

.litmus-bottom-left-round {
  position: fixed;
  left: 10px;
  bottom: 10px
}

.litmus-feedback-floating-button {
  content: "link"
}

.litmus_img_logo {
  width: auto;
  height: 70px;
  margin-left: 40px
}

.litmus-button-feedback-round {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  cursor: pointer;
  box-shadow: 0 2px 5px #666;
  background-size: 55px 55px
}

.litmus-button-feedback-square {
  margin: 5px;
  height: 40px;
  border: 3px solid #CCC;
  background: #0b7139;
  width: 100px;
  line-height: 32px;
  -webkit-transform: rotate(-90deg);
  font-weight: 600;
  color: #fff;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-align: center;
  font-size: 17px;
  font-family: Roboto,helvetica,arial,sans-serif;
  z-index: 999
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

.ltms-rating-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eae8e8;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0,0,0,.8)
}

.ltms-rating-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #ddd;
  width: 55%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .4s;
  animation-name: animatetop;
  animation-duration: .4s
}

.ltms-rating-modal-footer {
  padding: 0 16px
}

@media only screen and (max-width:500px) {
  .ltms-rating-modal {
    padding-top: 20px;
    left: 0
  }

  .ltms-rating-modal-content {
    width: 90%;
    z-index: 9999
  }

  .close-img-container {
    right: -14px !important;
    top: -15px !important
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .ltms-rating-modal {
    padding-top: 50px;
    left: 0
  }

  .ltms-rating-modal-content {
    width: 55%;
    z-index: 9999
  }
}

.ltms-modal-iframe {
  width: 1px !important;
  min-width: 100% !important;
  border: none
}

.close-img-container {
  position: absolute;
  float: right;
  right: -16px;
  top: -16px;
  background-color: #000;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  cursor: pointer;
  background-image: url(http://static1.litmusworld.com/logos/closeicon_1501232233814.png);
  background-repeat: no-repeat;
  background-size: cover
}

  .close-img-container > p {
    position: relative;
    z-index: 1;
    color: #fff;
    top: -9px;
    font-weight: bolder;
    text-align: center
  }

.disable-pointer-events {
  pointer-events: none !important
}

.ltmsli-hide-body-over-flow {
  overflow: hidden
}

.ltmsli-loader {
  width: 5%;
  display: block;
  margin: 25% auto auto
}

.ltmsli-loader-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  width: 99%;
  bottom: 0
}

.ltmsli-content-container {
  margin-top: 10%
}

.ltmsli-err-page-container {
  width: 45%;
  margin: auto
}

.ltmsli-page-body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden
}
