@import url('admin.min-blessed1.css?z=572');

.issue-info a {
  font-weight: 600;
  color: #333;
}

.issue-info small {
  display: block;
}

.team-members {
  margin: 10px 0;
}

.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

.sortable-list {
  padding: 10px 0;
}

.agile-list {
  list-style: none;
  margin: 0;
}

.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 2px;
}

.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}

.agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}

.agile-list li.danger-element {
  border-left: 3px solid #ed5565;
}

.agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}

.agile-list li.success-element {
  border-left: 3px solid #1ab394;
}

.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}

ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

del {
  background-color: #ffc6c6;
}

.product-box {
  padding: 0;
  border: 1px solid #e7eaec;
}

.product-box.active,
.product-box:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}

.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f8;
  color: silver;
  font-weight: 600;
}

.product-imitation.xl {
  padding: 120px 0;
}

.product-desc {
  padding: 20px;
  position: relative;
}

.ecommerce .tag-list {
  padding: 0;
}

.ecommerce .fa-star {
  color: #d1dade;
}

.ecommerce .fa-star.active {
  color: #f8ac59;
}

.ecommerce .note-editor {
  border: 1px solid #e7eaec;
}

.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: block;
  margin: 2px 0 5px;
}

.product-name:focus,
.product-name:hover {
  color: #1ab394;
}

.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: #1ab394;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0;
}

.product-detail .ibox-content {
  padding: 30px 30px 50px;
}

.image-imitation {
  background-color: #f8f8f8;
  text-align: center;
  padding: 200px 0;
}

.product-main-price small {
  font-size: 10px;
}

.product-images {
  margin: 0 20px;
}

.social-feed-separated .social-feed-box {
  margin-left: 62px;
}

.social-feed-separated .social-avatar {
  float: left;
  padding: 0;
}

.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec;
}

.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0;
  float: none;
}

.social-feed-box {
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px;
}

.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none;
}

.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec;
}

.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px;
}

.social-action {
  margin: 15px;
}

.social-comment .social-comment,
.vote-info,
.vote-title {
  margin-left: 45px;
}

.social-avatar {
  padding: 15px 15px 0;
}

.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

.social-avatar .media-body a {
  font-size: 14px;
  display: block;
}

.social-body {
  padding: 15px;
}

.social-body img {
  margin-bottom: 10px;
}

.social-footer {
  padding: 10px 15px;
  background: #f9f9f9;
}

.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px;
}

.social-comment:first-child {
  margin-top: 0;
}

.social-comment {
  margin-top: 15px;
}

.social-comment textarea {
  font-size: 12px;
}

.vote-item {
  padding: 20px 25px;
  background: #fff;
}

.vote-item:last-child {
  border-bottom: 1px solid #e7eaec;
}

.vote-item:hover {
  background: #fbfbfb;
}

.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center;
  font-weight: 600;
}

.vote-actions a {
  color: #1ab394;
  font-weight: 600;
}

.vote-title,
.vote-title:focus,
.vote-title:hover {
  color: inherit;
}

.vote-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px;
}

.vote-info,
.vote-info a {
  color: gray;
  font-size: 12px;
}

.vote-info a {
  margin-right: 10px;
}

.vote-info a:hover {
  color: #1ab394;
}

.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #b3b3b3;
}

.vote-icon.active {
  color: #1ab394;
}

body.body-small .vote-icon {
  display: none;
}

#small-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

#small-chat .badge {
  position: absolute;
  top: -3px;
  right: -4px;
}

.open-small-chat {
  height: 38px;
  width: 38px;
  display: block;
  background: #1ab394;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.open-small-chat:hover {
  color: #fff;
  background: #1ab394;
}

.small-chat-box {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 75px;
  background: #fff;
  border: 1px solid #e7eaec;
  width: 230px;
  height: 320px;
  border-radius: 4px;
}

.small-chat-box.active,
.small-chat-box.ng-small-chat {
  display: block;
}

.body-small .small-chat-box {
  bottom: 70px;
  right: 20px;
}

.small-chat-box .heading {
  background: #2f4050;
  padding: 8px 15px;
  font-weight: 700;
  color: #fff;
}

.small-chat-box .chat-date {
  opacity: .6;
  font-size: 10px;
  font-weight: 400;
}

.small-chat-box .content {
  padding: 15px;
}

.small-chat-box .content .author-name {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 11px;
}

.small-chat-box .content>div {
  padding-bottom: 20px;
}

.small-chat-box .content .chat-message {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 14px;
  max-width: 80%;
  background: #f3f3f4;
  margin-bottom: 10px;
}

.small-chat-box .content .chat-message.active {
  background: #1ab394;
  color: #fff;
}

.small-chat-box .content .left {
  text-align: left;
}

.small-chat-box .content .left .chat-message {
  float: left;
}

.metismenu .arrow,
.metismenu .plus-minus,
.metismenu .plus-times,
.small-chat-box .content .right .chat-message {
  float: right;
}

.small-chat-box .content .right {
  text-align: right;
}

.small-chat-box .form-chat {
  padding: 10px;
}

.metismenu .arrow {
  line-height: 1.42857;
}

.metismenu .active>a>.glyphicon.arrow:before {
  content: "\e114";
}

.metismenu .fa.arrow:before {
  content: "\f104";
}

.metismenu .active>a>.fa.arrow:before {
  content: "\f107";
}

.metismenu .ion.arrow:before {
  content: "\f3d2";
}

.metismenu .active>a>.ion.arrow:before {
  content: "\f3d0";
}

.metismenu .fa.plus-minus:before,
.metismenu .fa.plus-times:before {
  content: "\f067";
}

.metismenu .active>a>.fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.metismenu .active>a>.fa.plus-minus:before {
  content: "\f068";
}

.metismenu .collapse {
  display: none;
}

.metismenu .collapse.in {
  display: block;
}

.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height,visibility;
}

.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #1ab394;
  margin: 0 auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }

  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1ab394;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.sk-spinner-wave div {
  background-color: #1ab394;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(.4);
    transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.sk-spinner-wandering-cubes .sk-cube1,
.sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1ab394;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    transform: translateX(42px) rotate(-90deg) scale(.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCubeMove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(.5);
    transform: translateX(42px) rotate(-90deg) scale(.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-spinner-chasing-dots .sk-dot1,
.sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #1ab394;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-spinner-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s;
}

.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s;
}

.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
}

.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s;
}

.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1ab394;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1,1,1);
    transform: scale3D(1,1,1);
  }

  35% {
    -webkit-transform: scale3D(0,0,1);
    transform: scale3D(0,0,1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1,1,1);
    transform: scale3D(1,1,1);
  }

  35% {
    -webkit-transform: scale3D(0,0,1);
    transform: scale3D(0,0,1);
  }
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #1ab394;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sk-spinner-fading-circle.sk-spinner {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  position: relative;
}

.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 18%;
  height: 18%;
  background-color: #1ab394;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s;
}

.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s;
}

.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s;
}

.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s;
}

.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
}

.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s;
}

.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

body.landing-page {
  color: #333;
  font-family: 'Open Sans',helvetica,arial,sans-serif;
  background-color: #fff;
}

.landing-page span.navy {
  color: #1ab394;
}

.landing-page p.text-color {
  color: #333;
}

.landing-page a.navy-link {
  color: #1ab394;
  text-decoration: none;
}

.landing-page a.navy-link:hover {
  color: #179d82;
}

.landing-page section p {
  color: #aeaeae;
  font-size: 13px;
}

.landing-page address {
  font-size: 13px;
}

.landing-page h1 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 200;
}

.landing-page .navy-line {
  width: 60px;
  height: 1px;
  margin: 60px auto 0;
  border-bottom: 2px solid #1ab394;
}

.landing-page .navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
}

.landing-page .navbar-wrapper>.container {
  padding-right: 0;
  padding-left: 0;
}

.landing-page .navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.landing-page .navbar-default.navbar-scroll {
  background-color: #fff;
  border-color: #fff;
  padding: 15px 0;
}

.landing-page .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all .3s ease-in-out 0s;
}

.landing-page .navbar-default .nav li a {
  color: #fff;
  font-family: 'Open Sans',helvetica,arial,sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.landing-page .navbar-nav>li>a {
  padding-top: 25px;
  border-top: 6px solid transparent;
}

.landing-page .navbar-default .navbar-nav>.active>a,
.landing-page .navbar-default .navbar-nav>.active>a:hover {
  background: 0 0;
  color: #fff;
  border-top: 6px solid #1ab394;
}

.landing-page .navbar-default .navbar-nav>li>a:focus,
.landing-page .navbar-default .navbar-nav>li>a:hover {
  color: #1ab394;
  background: inherit;
}

.landing-page .navbar-default .navbar-nav>.active>a:focus {
  background: 0 0;
  color: #fff;
}

.landing-page .navbar-default.navbar-scroll .navbar-nav>.active>a:focus {
  background: 0 0;
  color: inherit;
}

.landing-page .navbar-default .navbar-brand:focus,
.landing-page .navbar-default .navbar-brand:hover {
  background: #179d82;
  color: #fff;
}

.landing-page .navbar-default .navbar-brand {
  color: #fff;
  height: auto;
  display: block;
  font-size: 14px;
  background: #1ab394;
  padding: 15px 20px;
  border-radius: 0 0 5px 5px;
  font-weight: 700;
  transition: all .3s ease-in-out 0s;
}

.landing-page .navbar-scroll.navbar-default .nav li a {
  color: #333;
}

.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #1ab394;
}

.landing-page .navbar-wrapper .navbar.navbar-scroll {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #e7eaec;
  border-radius: 0;
}

.landing-page .nav>li.active {
  border: none;
  background: inherit;
}

.landing-page .nav>li>a {
  padding: 25px 10px 15px;
}

.landing-page .navbar-scroll .navbar-nav>li>a {
  padding: 20px 10px;
}

.landing-page .navbar-fixed-top {
  border: none!important;
}

.landing-page .navbar-fixed-top.navbar-scroll {
  border-bottom: 1px solid #e7eaec!important;
}

.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
  border-radius: 5px;
  font-size: 12px;
  padding: 10px;
  height: auto;
}

.landing-page .header-back {
  height: 470px;
  width: 100%;
}

.landing-page .header-back.one {
  background: url(images/landing/header_one.jpg) 50% 0 no-repeat;
}

.landing-page .header-back.two {
  background: url(images/landing/header_two.jpg) 50% 0 no-repeat;
}

.landing-page .carousel {
  height: 470px;
}

.landing-page .carousel-caption {
  z-index: 10;
}

.landing-page .carousel .item {
  height: 470px;
  background-color: #777;
}

.landing-page .carousel-inner>.item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 470px;
}

.landing-page .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.landing-page .carousel-fade .carousel-inner .active {
  opacity: 1;
}

.landing-page .carousel-fade .carousel-inner .active.left,
.landing-page .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.landing-page .carousel-fade .carousel-inner .next.left,
.landing-page .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.landing-page .carousel-fade .carousel-control {
  z-index: 2;
}

.landing-page .carousel-control.left,
.landing-page .carousel-control.right {
  background: 0 0;
}

.landing-page .carousel-control {
  width: 6%;
}

.landing-page .carousel-inner .container {
  position: relative;
}

.landing-page .carousel-inner {
  overflow: visible;
}

.landing-page .carousel-caption {
  position: absolute;
  top: 100px;
  left: 0;
  bottom: auto;
  right: auto;
  text-align: left;
}

.landing-page .carousel-caption.blank {
  top: 140px;
}

.landing-page .carousel-image {
  position: absolute;
  right: 10px;
  top: 150px;
}

.landing-page .carousel-indicators {
  padding-right: 60px;
}

.landing-page .carousel-caption h1 {
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: -1.5px;
}

.landing-page .carousel-caption p {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.landing-page .caption-link {
  color: #fff;
  margin-left: 10px;
  text-transform: capitalize;
  font-weight: 400;
}

.landing-page .caption-link:hover {
  text-decoration: none;
  color: inherit;
}

.landing-page .services {
  padding-top: 60px;
}

.landing-page .services h2 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 600;
  text-transform: uppercase;
}

.landing-page .features small {
  color: #1ab394;
}

.landing-page .features h2 {
  font-size: 18px;
  margin-top: 5px;
}

.landing-page .features-text-alone {
  margin: 40px 0;
}

.landing-page .features-text-alone h1 {
  font-weight: 200;
}

.landing-page .features-icon {
  color: #1ab394;
  font-size: 40px;
}

.landing-page .navy-section {
  margin-top: 60px;
  background: #1ab394;
  color: #fff;
  padding: 20px 0;
}

.landing-page .gray-section {
  background: #f4f4f4;
  margin-top: 60px;
}

.landing-page .team-member {
  text-align: center;
}

.landing-page .team-member img {
  margin: auto;
}

.landing-page .social-icon a {
  background: #1ab394;
  color: #fff;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 50px;
}

.landing-page .social-icon a:hover {
  background: #179d82;
}

.landing-page .img-small {
  height: 88px;
  width: 88px;
}

.landing-page .pricing-plan {
  margin: 20px 30px 0;
  border-radius: 4px;
}

.landing-page .pricing-plan.selected {
  transform: scale(1.1);
  background: #f4f4f4;
}

.landing-page .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #aeaeae;
}

.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #1ab394;
}

.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px;
}

.landing-page li.pricing-title {
  background: #1ab394;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600;
}

.landing-page .testimonials {
  padding-top: 80px;
  padding-bottom: 90px;
  background-color: #1ab394;
  background-image: url(images/landing/avatar_all.png);
}

.landing-page .big-icon {
  font-size: 56px!important;
}

.landing-page .features .big-icon {
  color: #1ab394;
}

.landing-page .btn-danger.btn-outline:hover,
.landing-page .btn-info.btn-outline:hover,
.landing-page .btn-primary.btn-outline:hover,
.landing-page .btn-success.btn-outline:hover,
.landing-page .btn-warning.btn-outline:hover,
.setings-item a,
.spin-icon {
  color: #fff;
}

.landing-page .contact {
  background-image: url(images/landing/word_map.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
}

.landing-page section.timeline {
  padding-bottom: 30px;
}

.landing-page section.comments {
  padding-bottom: 80px;
}

.landing-page .comments-avatar {
  margin-top: 25px;
  margin-left: 22px;
}

.landing-page .comments-avatar .commens-name {
  font-weight: 600;
  font-size: 14px;
}

.landing-page .comments-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
}

.landing-page .bubble {
  position: relative;
  height: 120px;
  padding: 20px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-size: 14px;
}

.landing-page .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 14px 0;
  border-color: #FFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 30px;
}

.landing-page .btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #FFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}

.landing-page .btn-primary.active,
.landing-page .btn-primary:active,
.landing-page .btn-primary:focus,
.landing-page .btn-primary:hover,
.landing-page .open .dropdown-toggle.btn-primary {
  background-color: #179d82;
  border-color: #179d82;
  color: #FFF;
}

.landing-page .btn-primary.active,
.landing-page .btn-primary:active,
.landing-page .open .dropdown-toggle.btn-primary {
  background-image: none;
}

.landing-page .btn-primary.active[disabled],
.landing-page .btn-primary.disabled,
.landing-page .btn-primary.disabled.active,
.landing-page .btn-primary.disabled:active,
.landing-page .btn-primary.disabled:focus,
.landing-page .btn-primary.disabled:hover,
.landing-page .btn-primary[disabled],
.landing-page .btn-primary[disabled]:active,
.landing-page .btn-primary[disabled]:focus,
.landing-page .btn-primary[disabled]:hover,
.landing-page fieldset[disabled] .btn-primary,
.landing-page fieldset[disabled] .btn-primary.active,
.landing-page fieldset[disabled] .btn-primary:active,
.landing-page fieldset[disabled] .btn-primary:focus,
.landing-page fieldset[disabled] .btn-primary:hover {
  background-color: #1dc5a3;
  border-color: #1dc5a3;
}

@media (min-width:768px) {
  .landing-page .navbar-wrapper {
    margin-top: 20px;
  }

  .landing-page .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .landing-page .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 4px;
  }

  .landing-page .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
  }

  .landing-page .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width:992px) {
  .landing-page .carousel-image {
    display: none;
  }
}

@media (max-width:768px) {
  .landing-page .carousel-caption,
  .landing-page .carousel-caption.blank {
    left: 5%;
    top: 80px;
  }

  .landing-page .carousel-caption h1 {
    font-size: 28px;
  }

  .landing-page .navbar.navbar-scroll .navbar-brand {
    margin-top: 6px;
  }

  .landing-page .navbar-default {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0;
  }

  .landing-page .navbar-default .navbar-nav>.active>a:focus {
    background: 0 0;
    color: inherit;
  }

  .landing-page .navbar-default .nav li a {
    color: #333;
  }

  .landing-page .navbar-default .nav li a:hover {
    color: #1ab394;
  }

  .landing-page .navbar-wrapper .navbar {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0;
  }

  .landing-page .nav>li>a {
    padding: 25px 10px 15px;
  }

  .landing-page .navbar-nav>li>a {
    padding: 20px 10px;
  }

  .landing-page .navbar .navbar-brand {
    margin-top: 6px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
  }

  .landing-page .navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 5px;
  }

  .landing-page .navbar-default .navbar-nav>.active>a,
  .landing-page .navbar-default .navbar-nav>.active>a:hover {
    color: inherit;
  }

  .landing-page .carousel-control {
    display: none;
  }

  .landing-page .navbar .navbar-header {
    display: block;
    float: none;
  }

  .landing-page .navbar .navbar-header .navbar-toggle {
    background-color: #fff;
    padding: 9px 10px;
    border: none;
  }
}

body.rtls .theme-config,
body.rtls .timeline-item .date i {
  left: 0;
  right: auto;
}

@media (min-width:992px) {
  .landing-page .featurette-heading {
    margin-top: 120px;
  }
}

body.rtls #page-wrapper {
  margin: 0 220px 0 0;
}

body.rtls .nav-second-level li a {
  padding: 7px 35px 7px 10px;
}

body.rtls .ibox-title h5 {
  float: right;
}

body.rtls .pull-right {
  float: left!important;
}

body.rtls .pull-left {
  float: right!important;
}

body.rtls .ibox-tools,
body.rtls .stat-percent {
  float: left;
}

body.rtls .navbar-right {
  float: left!important;
}

body.rtls .navbar-top-links li:last-child {
  margin-right: 0;
}

body.rtls .minimalize-styl-2 {
  float: right;
  margin: 14px 20px 5px 5px;
}

body.rtls .feed-element>.pull-left {
  margin-left: 10px;
  margin-right: 0;
}

body.rtls .timeline-item .date {
  text-align: left;
}

body.rtls .timeline-item .content {
  border-right: 1px solid #e7eaec;
  border-left: none;
}

body.rtls .toast-close-button {
  float: left;
}

body.rtls #toast-container>.toast:before {
  margin: auto -1.5em auto .5em;
}

body.rtls #toast-container>div {
  padding: 15px 50px 15px 15px;
}

body.rtls .center-orientation .vertical-timeline-icon i {
  margin-left: 0;
  margin-right: -12px;
}

body.rtls .vertical-timeline-icon i {
  right: 50%;
  left: auto;
  margin-left: auto;
  margin-right: -12px;
}

body.rtls .file-box,
body.rtls ul.notes li {
  float: right;
}

body.rtls .chat-statistic,
body.rtls .chat-users {
  margin-right: -30px;
  margin-left: auto;
}

body.rtls .dropdown-menu>li>a {
  text-align: right;
}

.blue-skin,
.default-skin,
.setings-item.skin,
.skin-1 .profile-element,
.skin-3 .profile-element,
.skin-setttings .title,
.ultra-skin,
.yellow-skin {
  text-align: center;
}

body.rtls .b-r {
  border-left: 1px solid #e7eaec;
  border-right: none;
}

body.rtls .dd-list .dd-list {
  padding-right: 30px;
  padding-left: 0;
}

body.rtls .dd-item>button {
  float: right;
}

body.rtls .theme-config-box {
  margin-left: -220px;
  margin-right: 0;
}

body.rtls .theme-config-box.show {
  margin-left: 0;
  margin-right: 0;
}

body.rtls .spin-icon {
  border-radius: 0 20px 20px 0;
  right: 0;
  left: auto;
}

body.rtls .skin-setttings {
  margin-right: 40px;
  margin-left: 0;
  direction: ltr;
}

body.rtls .footer.fixed {
  margin-right: 220px;
  margin-left: 0;
}

@media (max-width:992px) {
  body.rtls .chat-statistic,
  body.rtls .chat-users {
    margin-right: 0;
  }
}

body.body-small.mini-navbar .footer.fixed,
body.rtls.mini-navbar .footer.fixed {
  margin: 0 70px 0 0;
}

body.body-small.mini-navbar .footer.fixed,
body.rtls.mini-navbar.fixed-sidebar .footer.fixed {
  margin: 0;
}

body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px;
}

.body-small.rtls.top-navigation .navbar-header {
  float: none;
}

.body-small.rtls .navbar-header,
.setings-item .switch {
  float: right;
}

body.rtls.top-navigation #page-wrapper {
  margin: 0;
}

body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0;
}

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0;
}

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 220px 0 0;
}

.body-small.rtls .navbar-fixed-top {
  margin-right: 0;
}

body.rtls .navbar-top-links li:last-child {
  margin-left: 20px;
}

body.rtls .top-navigation #page-wrapper,
body.rtls .top-navigation .footer.fixed,
body.rtls.mini-navbar .top-navigation #page-wrapper,
body.rtls.mini-navbar.top-navigation #page-wrapper,
body.rtls.top-navigation .footer.fixed {
  margin: 0;
}

@media (max-width:768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px;
  }

  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0;
    min-height: 1000px;
  }

  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }

  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block;
  }

  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }

  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }
}

.rtls .ltr-support {
  direction: ltr;
}

.theme-config {
  position: absolute;
  top: 90px;
  right: 0;
  overflow: hidden;
}

.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: .8s;
}

.theme-config-box.show {
  margin-right: 0;
}

.spin-icon {
  background: #1ab394;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  top: 0;
  left: 0;
  width: 40px;
  cursor: pointer;
}

.skin-setttings {
  width: 220px;
  margin-left: 40px;
  background: #f3f3f3;
}

.skin-1 .minimalize-styl-2,
.skin-3 .minimalize-styl-2 {
  margin: 14px 5px 5px 30px;
}

.skin-setttings .title {
  background: #efefef;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}

.default-skin,
.md-skin .nav .open>a,
.md-skin .nav .open>a:focus,
.md-skin .nav .open>a:hover {
  background: #1ab394;
}

.setings-item {
  padding: 10px 30px;
}

.skin-name a {
  text-transform: uppercase;
}

.default-skin {
  font-weight: 600;
}

.default-skin:hover {
  background: #199d82;
}

.blue-skin {
  font-weight: 600;
  background: url(images/patterns/header-profile-skin-1.png);
}

.blue-skin:hover {
  background: #0d8ddb;
}

.yellow-skin {
  font-weight: 600;
  background: url(images/patterns/header-profile-skin-3.png) 0 100%;
}

.yellow-skin:hover {
  background: #ce8735;
}

.ultra-skin {
  font-weight: 600;
  background: url(images/patterns/header-profile-skin-2.png);
}

.ultra-skin:hover {
  background: #1a2d40;
}

.skin-1 .navbar-top-links li:last-child {
  margin-right: 30px;
}

.skin-1.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

.skin-1 .spin-icon {
  background: #0e9aef!important;
}

.skin-1 .nav-header {
  background: url(images/patterns/header-profile-skin-1.png);
}

.skin-1.mini-navbar .nav-second-level {
  background: #3e495f;
}

.skin-1 .breadcrumb {
  background: 0 0;
}

.skin-1 .page-heading {
  border: none;
}

.skin-1 .nav>li.active {
  background: #3a4459;
}

.skin-1 .nav>li>a {
  color: #9ea6b9;
}

.skin-1 .nav>li.active>a {
  color: #fff;
}

.skin-1 .navbar-minimalize {
  background: #0e9aef;
  border-color: #0e9aef;
}

body.skin-1 {
  background: #3e495f;
}

.skin-1 .navbar-static-top {
  background: #fff;
}

.skin-1 .dashboard-header {
  background: 0 0;
  border-bottom: none!important;
  border-top: none;
  padding: 20px 30px 10px;
}

.fixed-nav.skin-1 .navbar-fixed-top {
  background: #fff;
}

.skin-1 .wrapper-content {
  padding: 30px 15px;
}

.skin-1 #page-wrapper {
  background: #f4f6fa;
}

.skin-1 .ibox-content,
.skin-1 .ibox-title {
  border-width: 1px;
}

.skin-1 .ibox-content:last-child {
  border-style: solid;
}

.skin-1 .nav>li.active {
  border: none;
}

.skin-1 .nav-header {
  padding: 35px 25px 25px;
}

.skin-1 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

.skin-1 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: .8;
}

.skin-1 .img-circle {
  border-radius: 5px;
}

.skin-1 .navbar-default .nav>li>a:focus,
.skin-1 .navbar-default .nav>li>a:hover {
  background: #3a4459;
  color: #fff;
}

.skin-1 .nav.nav-tabs>li.active>a {
  color: #555;
}

.skin-1 .nav.nav-tabs>li.active {
  background: 0 0;
}

body.skin-2 {
  color: #565758!important;
}

.skin-2 .minimalize-styl-2 {
  margin: 14px 5px 5px 25px;
}

.skin-2 .navbar-top-links li:last-child {
  margin-right: 25px;
}

.skin-2 .spin-icon {
  background: #23c6c8!important;
}

.skin-2 .nav-header {
  background: url(images/patterns/header-profile-skin-2.png);
}

.skin-2.mini-navbar .nav-second-level {
  background: #ededed;
}

.skin-2 .breadcrumb {
  background: 0 0;
}

.skin-2.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

.skin-2 .page-heading {
  border: none;
  background: rgba(255,255,255,.7);
}

.skin-2 .nav>li.active {
  background: #e0e0e0;
}

.skin-2 .logo-element {
  padding: 17px 0;
}

.skin-2 .nav>li>a,
.skin-2 .welcome-message {
  color: #edf6ff;
}

.skin-2 #top-search::-moz-placeholder {
  color: #edf6ff;
  opacity: .5;
}

.skin-2 #side-menu>li>a,
.skin-2 .nav.nav-second-level>li>a {
  color: #586b7d;
}

.skin-2 .nav>li.active>a {
  color: #213a53;
}

.skin-2.mini-navbar .nav-header {
  background: #213a53;
}

.skin-2 .navbar-minimalize {
  background: #23c6c8;
  border-color: #23c6c8;
}

.skin-2 .border-bottom {
  border-bottom: none!important;
}

.skin-2 #top-search {
  color: #fff;
}

body.skin-2 #wrapper {
  background-color: #ededed;
}

.skin-2 .navbar-static-top {
  background: #213a53;
}

.fixed-nav.skin-2 .navbar-fixed-top {
  background: #213a53;
  border-bottom: none!important;
}

.skin-2 .nav-header {
  padding: 30px 25px;
}

.skin-2 .dashboard-header {
  background: rgba(255,255,255,.4);
  border-bottom: none!important;
  border-top: none;
  padding: 20px 30px;
}

.skin-2 .wrapper-content {
  padding: 30px 15px;
}

.skin-2 .dashoard-1 .wrapper-content {
  padding: 0 30px 25px;
}

.skin-2 .ibox-title {
  background: rgba(255,255,255,.7);
  border: none;
  margin-bottom: 1px;
}

.skin-2 .ibox-content {
  background: rgba(255,255,255,.4);
  border: none!important;
}

.skin-2 #page-wrapper {
  background: #f6f6f6;
  background: -webkit-radial-gradient(center,ellipse cover,#f6f6f6 20%,#d5d5d5 100%);
  background: -o-radial-gradient(center,ellipse cover,#f6f6f6 20%,#d5d5d5 100%);
  background: -ms-radial-gradient(center,ellipse cover,#f6f6f6 20%,#d5d5d5 100%);
  background: radial-gradient(ellipse at center,#f6f6f6 20%,#d5d5d5 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f6f6f6, endColorstr=#d5d5d5)";
}

.skin-2 .ibox-content,
.skin-2 .ibox-title {
  border-width: 1px;
}

.skin-2 .ibox-content:last-child {
  border-style: solid;
}

.skin-2 .nav>li.active {
  border: none;
}

.skin-2 .nav-header a.dropdown-toggle {
  color: #edf6ff;
  margin-top: 10px;
}

.skin-2 .nav-header a.dropdown-toggle .text-muted {
  color: #edf6ff;
  opacity: .8;
}

.skin-2 .img-circle {
  border-radius: 10px;
}

.skin-2 .nav.navbar-top-links>li>a:focus,
.skin-2 .nav.navbar-top-links>li>a:hover {
  background: #1a2d41;
}

.skin-2 .navbar-default .nav>li>a:focus,
.skin-2 .navbar-default .nav>li>a:hover {
  background: #e0e0e0;
  color: #213a53;
}

.skin-2 .nav.nav-tabs>li.active>a {
  color: #555;
}

.skin-2 .nav.nav-tabs>li.active {
  background: 0 0;
}

.skin-3 .navbar-top-links li:last-child {
  margin-right: 30px;
}

.skin-3.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

.skin-3 .spin-icon {
  background: #ecba52!important;
}

body.boxed-layout.skin-3 #wrapper {
  background: #3e2c42;
}

.skin-3 .nav-header {
  background: url(images/patterns/header-profile-skin-3.png);
}

.skin-3.mini-navbar .nav-second-level {
  background: #3e2c42;
}

.skin-3 .breadcrumb {
  background: 0 0;
}

.skin-3 .page-heading {
  border: none;
}

.skin-3 .nav>li.active {
  background: #38283c;
}

.fixed-nav.skin-3 .navbar-fixed-top {
  background: #fff;
}

.skin-3 .nav>li>a {
  color: #948b96;
}

.skin-3 .nav>li.active>a {
  color: #fff;
}

.skin-3 .navbar-minimalize {
  background: #ecba52;
  border-color: #ecba52;
}

body.skin-3 {
  background: #3e2c42;
}

.skin-3 .navbar-static-top {
  background: #fff;
}

.skin-3 .dashboard-header {
  background: 0 0;
  border-bottom: none!important;
  border-top: none;
  padding: 20px 30px 10px;
}

.skin-3 .wrapper-content {
  padding: 30px 15px;
}

.skin-3 #page-wrapper {
  background: #f4f6fa;
}

.skin-3 .ibox-content,
.skin-3 .ibox-title {
  border-width: 1px;
}

.skin-3 .ibox-content:last-child {
  border-style: solid;
}

.skin-3 .nav>li.active {
  border: none;
}

.skin-3 .nav-header {
  padding: 35px 25px 25px;
}

.skin-3 .nav-header a.dropdown-toggle {
  color: #fff;
  margin-top: 10px;
}

.skin-3 .nav-header a.dropdown-toggle .text-muted {
  color: #fff;
  opacity: .8;
}

.skin-3 .img-circle {
  border-radius: 5px;
}

.skin-3 .navbar-default .nav>li>a:focus,
.skin-3 .navbar-default .nav>li>a:hover {
  background: #38283c;
  color: #fff;
}

.skin-3 .nav.nav-tabs>li.active>a {
  color: #555;
}

.skin-3 .nav.nav-tabs>li.active {
  background: 0 0;
}

body.md-skin {
  font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: #fff;
}

.md-skin .nav-header {
  background: url(images/patterns/4.png) no-repeat;
}

.md-skin .badge,
.md-skin .label {
  font-family: Roboto;
}

.md-skin .font-bold {
  font-weight: 500;
}

.md-skin .wrapper-content {
  padding: 30px 20px 40px;
}

@media (max-width:768px) {
  .md-skin .wrapper-content {
    padding: 30px 0 40px;
  }
}

.md-skin .page-heading {
  border-bottom: none!important;
  border-top: 0;
  padding: 0 10px 20px;
  box-shadow: 0 1px 1px -1px rgba(0,0,0,.34),0 0 6px 0 rgba(0,0,0,.14);
}

.md-skin .full-height-layout .page-heading {
  border-bottom: 1px solid #e7eaec!important;
}

.md-skin .ibox {
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin .ibox.border-bottom {
  border-bottom: none!important;
}

.md-skin .ibox-content,
.md-skin .ibox-title {
  border-style: none;
}

.md-skin .ibox-title h5 {
  font-size: 16px;
  font-weight: 400;
}

.md-skin a.close-canvas-menu {
  color: #fff;
}

.md-skin .welcome-message {
  color: #fff;
  font-weight: 300;
}

.md-skin #top-search::-moz-placeholder {
  color: #fff;
}

.md-skin #top-search::-webkit-input-placeholder {
  color: #fff;
}

.md-skin #nestable-output,
.md-skin #nestable2-output {
  font-family: Roboto,lucida grande,lucida sans unicode,helvetica,arial,sans-serif;
}

.md-skin .landing-page,
.md-skin .landing-page.navbar-default .nav li a,
.md-skin.landing-page .navbar-default .nav li a {
  font-family: Roboto,helvetica,arial,sans-serif;
}

.md-skin .landing-page.navbar-default.navbar-scroll {
  background-color: #fff!important;
}

.md-skin .landing-page.navbar-default {
  background-color: transparent!important;
  box-shadow: none;
}

.md-skin #right-sidebar,
.md-skin .navbar-fixed-top,
.md-skin .navbar-static-side,
.md-skin .navbar-static-top {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin .nav>li>a {
  color: #333;
  padding: 14px 20px 14px 25px;
}

.md-skin .nav.navbar-right>li>a {
  color: #fff;
}

.md-skin .nav>li.active>a,
.md-skin .navbar-default .nav>li>a:focus,
.md-skin .navbar-default .nav>li>a:hover {
  color: #262626;
  font-weight: 700;
}

.md-skin .navbar-top-links .dropdown-menu li {
  display: block;
}

.md-skin .nav>li.active {
  background: #f8f8f8;
}

.md-skin .mini-navbar .nav-second-level,
.md-skin .navbar-static-side .nav>li>a:focus,
.md-skin .navbar-static-side .nav>li>a:hover {
  background-color: inherit;
}

.md-skin .nav-second-level li a {
  padding: 7px 10px 7px 52px;
}

.md-skin .navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px;
}

.md-skin .nav>li>a {
  font-weight: 400;
}

.md-skin .navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: inherit;
}

.md-skin .nav-header .text-muted,
.md-skin .nav-header a {
  color: #fff;
}

.md-skin .navbar-form-custom .form-control {
  font-weight: 300;
}

.md-skin .mini-navbar li.active .nav-second-level {
  left: 65px;
}

.md-skin .canvas-menu.mini-navbar .nav-second-level {
  background: inherit;
}

.md-skin .pace-done #page-wrapper,
.md-skin .pace-done .footer,
.md-skin .pace-done .nav-header,
.md-skin .pace-done .navbar-static-side,
.md-skin .pace-done li.active {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.md-skin .navbar-fixed-top {
  background: #fff;
  transition-duration: .4s;
  z-index: 2030;
  border-bottom: none!important;
}

.md-skin .navbar-fixed-top,
.md-skin .navbar-static-top {
  background-color: #1AB394!important;
}

.md-skin #right-sidebar {
  border: none;
  z-index: 900;
}

.md-skin .white-bg .navbar-fixed-top,
.md-skin .white-bg .navbar-static-top {
  background: #fff!important;
}

.md-skin .mail-box,
.md-skin .mail-box-header {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin .contact-box {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
  border: none;
}

.md-skin .dashboard-header {
  border-bottom: none!important;
  border-top: 0;
  padding: 20px;
  margin: 30px 20px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

@media (max-width:768px) {
  .md-skin .dashboard-header {
    margin: 20px 0 0;
  }
}

.campaign-editor .froala-view .first,
.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper {
  margin-top: 0;
}

.md-skin ul.notes li div {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin .file {
  border: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin .mail-box {
  padding: 0;
  margin-bottom: 20px;
  border: none;
}

.md-skin .mail-box-header {
  border: none;
  padding: 30px 20px 20px;
}

.md-skin .mailbox-content {
  border: none;
  padding: 20px;
  background: #fff;
}

.md-skin .social-feed-box {
  border: none;
  background: #fff;
  margin-bottom: 15px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin.landing-page .navbar-default {
  background-color: transparent!important;
  border-color: transparent;
  transition: all .3s ease-in-out 0s;
  box-shadow: none;
}

.md-skin.landing-page .navbar-default.navbar-scroll,
.md-skin.landing-page.body-small .navbar-default {
  background-color: #fff!important;
}

.md-skin.landing-page .nav>li.active {
  background: inherit;
}

.md-skin.landing-page .navbar-scroll .navbar-nav>li>a {
  padding: 20px 10px;
}

.md-skin.landing-page .nav>li>a {
  padding: 25px 10px 15px;
}

.md-skin.landing-page .navbar-default .navbar-nav>li>a:focus,
.md-skin.landing-page .navbar-default .navbar-nav>li>a:hover {
  background: inherit;
  color: #1ab394;
}

.md-skin.landing-page.body-small .nav.navbar-right>li>a {
  color: #333;
}

.md-skin .landing_link a,
.md-skin .special_link a {
  color: #fff!important;
}

.md-skin.canvas-menu.mini-navbar .nav-second-level {
  background: #f8f8f8;
}

.md-skin.mini-navbar .nav-second-level {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.md-skin.mini-navbar .nav-second-level li a {
  padding-left: 0;
}

.md-skin.top-navigation .nav.navbar-right>li>a {
  padding: 15px 20px;
  color: #333;
}

.md-skin .top-navigation .nav>li a:focus,
.md-skin.top-navigation .nav .open>a,
.md-skin.top-navigation .nav .open>a:focus,
.md-skin.top-navigation .nav .open>a:hover,
.md-skin.top-navigation .nav>li a:hover,
.md-skin.top-navigation .nav>li.active a {
  color: #1ab394;
  background: #fff;
}

.md-skin.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.md-skin.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0;
}

.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px;
  background-color: #fff;
}

.md-skin.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #fff;
  height: 100%;
  position: fixed;
  display: none;
}

@media (min-width:768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 1200px;
  }

  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
  }

  .navbar-top-links .dropdown-alerts,
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks {
    margin-left: auto;
  }
}

@media (max-width:768px) {
  #page-wrapper {
    position: inherit;
    margin: 0;
    min-height: 1000px;
  }

  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }

  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }

  .lock-word,
  .navbar-form-custom {
    display: none;
  }

  .navbar-header {
    display: inline;
    float: left;
  }

  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100%!important;
  }

  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1;
  }

  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }

  .fixed-sidebar.body-small.mini-navbar .navbar-static-side,
  .ibox-tools {
    display: block;
  }

  .ibox-tools {
    float: none;
    text-align: right;
  }
}

@media (max-width:350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }

  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8;
  }

  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px;
  }

  .nav.navbar-top-links li.dropdown {
    display: none;
  }

  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}

.fa-stack,
.fa-ul>li {
  position: relative;
}

.campaign-editor .froala-view .aligncenter,
.campaign-editor .froala-view .btn-primary,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.lightBoxGallery {
  text-align: center;
}

@media (max-width:1000px) {
  .welcome-message {
    display: none;
  }
}

.fa,
.fa-stack {
  display: inline-block;
}

.lightBoxGallery img {
  margin: 5px;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: .3em;
}

/*!
 *  Font Awesome 4.2.0 by $davegandy - http://fontawesome.io - $fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"),url(fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"),url(fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"),url(fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: .3em;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse,
.selectize-control.loading:before {
  -webkit-animation: fa-spin 1s infinite steps(8);
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-cog:before,
.fa-gear:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-television:before,
.fa-tv:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.froala-editor.f-basic {
  z-index: 999!important;
  border: none;
  border-bottom: 1px solid #e7eaec!important;
}

.froala-editor.f-basic.f-scroll {
  border-bottom: 1px solid #e7eaec!important;
}

.froala-editor.f-inline {
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #e7eaec;
}

.froala-editor button.fr-bttn,
.froala-editor button.fr-trigger {
  font-size: 14px;
}

.froala-wrapper,
.froala-wrapper.f-basic {
  border: none;
  padding-top: 15px;
}

.froala-wrapper .froala-element,
.froala-wrapper.f-basic .froala-element {
  padding: 0;
}

.froala-wrapper .froala-element a,
.froala-wrapper.f-basic .froala-element a {
  text-decoration: underline;
}

hr#system-readmore {
  border-top-color: #e7eaec;
  height: 10px;
  display: block;
  margin: 15px 0;
}

hr#system-readmore:before {
  float: right;
  font-size: 12px;
  content: 'Read more\2026';
  margin-right: 30px;
  padding: 0 8px;
  border: 1px solid #e7eaec;
  border-top: none;
}

.campaign-editor .froala-view * {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  box-sizing: border-box;
  font-size: 14px;
}

.campaign-editor .froala-view img {
  max-width: 100%;
  min-width: 0!important;
  min-height: 0!important;
}

.campaign-editor .froala-view body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100%!important;
  height: 100%;
  line-height: 1.6;
  background-color: #fff;
}

.campaign-editor .froala-view .body-wrap {
  background-color: #fff;
  width: 100%;
}

.campaign-editor .froala-view .container {
  display: block!important;
  max-width: 600px!important;
  margin: 0 auto!important;
  clear: both!important;
}

.campaign-editor .froala-view .content {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.campaign-editor .froala-view .main {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.campaign-editor .froala-view .content-wrap {
  padding: 20px;
}

.campaign-editor .froala-view .content-block {
  padding: 0 0 20px;
}

.campaign-editor .froala-view .header {
  width: 100%;
  margin-bottom: 20px;
}

.campaign-editor .froala-view .footer {
  width: 100%;
  clear: both;
  color: #999;
  padding: 0;
  background: 0 0;
  border: none;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}

.campaign-editor .froala-view .footer a {
  color: #999;
}

.campaign-editor .froala-view .footer .unsubscribe,
.campaign-editor .froala-view .footer a,
.campaign-editor .froala-view .footer p,
.campaign-editor .froala-view .footer td {
  font-size: 12px;
}

.campaign-editor .froala-view h1,
.campaign-editor .froala-view h2,
.campaign-editor .froala-view h3 {
  font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  color: #000;
  margin: 0 0 5px;
  line-height: 1.2;
  font-weight: 700;
}

.campaign-editor .froala-view h1,
.campaign-editor .froala-view h1 a,
.campaign-editor .froala-view h2,
.campaign-editor .froala-view h2 a,
.campaign-editor .froala-view h3,
.campaign-editor .froala-view h3 a {
  font-size: 16px;
}

.campaign-editor .froala-view h4 {
  font-size: 14px;
  font-weight: 600;
}

.campaign-editor .froala-view ol,
.campaign-editor .froala-view p,
.campaign-editor .froala-view ul {
  margin-bottom: 10px;
  font-weight: 400;
}

.campaign-editor .froala-view ol li,
.campaign-editor .froala-view p li,
.campaign-editor .froala-view ul li {
  margin-left: 5px;
  list-style-position: inside;
}

.campaign-editor .froala-view a {
  color: #348eda;
  text-decoration: underline;
}

.campaign-editor .froala-view .btn-primary {
  text-decoration: none;
  color: #FFF;
  background-color: #348eda;
  border: solid #348eda;
  border-width: 10px 20px;
  line-height: 2;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
}

.campaign-editor .froala-view .last {
  margin-bottom: 0;
}

.align-right,
.campaign-editor .froala-view .alignright,
.dl-narrow dd,
.number-cell,
.task-list .task-info,
body.document .dl-horizontal dt {
  text-align: right;
}

.campaign-editor .froala-view .alignleft {
  text-align: left;
}

.campaign-editor .froala-view .clear {
  clear: both;
}

.campaign-editor .froala-view .alert {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.campaign-editor .froala-view .alert a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.campaign-editor .froala-view .alert.alert-warning {
  background-color: #FF9F00;
}

.campaign-editor .froala-view .alert.alert-bad {
  background-color: #D0021B;
}

.campaign-editor .froala-view .alert.alert-good {
  background-color: #68B90F;
}

.campaign-editor .froala-view .invoice {
  margin: 40px auto;
  text-align: left;
  width: 80%;
}

.campaign-editor .froala-view .invoice td {
  padding: 5px 0;
}

.campaign-editor .froala-view .invoice .invoice-items {
  width: 100%;
}

.campaign-editor .froala-view .invoice .invoice-items td {
  border-top: #eee 1px solid;
}

.campaign-editor .froala-view .invoice .invoice-items .total td {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-weight: 700;
}

@media only screen and (max-width:640px) {
  .campaign-editor .froala-view .container,
  .campaign-editor .froala-view .invoice {
    width: 100%!important;
  }

  .campaign-editor .froala-view h1,
  .campaign-editor .froala-view h2,
  .campaign-editor .froala-view h3,
  .campaign-editor .froala-view h4 {
    font-weight: 600!important;
    margin: 20px 0 5px!important;
  }

  .campaign-editor .froala-view h1 {
    font-size: 22px!important;
  }

  .campaign-editor .froala-view h2 {
    font-size: 18px!important;
  }

  .campaign-editor .froala-view h3 {
    font-size: 16px!important;
  }

  .campaign-editor .froala-view .content,
  .campaign-editor .froala-view .content-wrap {
    padding: 10px!important;
  }
}

.campaign-editor .froala-view table {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.campaign-editor .froala-view table[cellpadding="0"]>tbody>tr>td {
  padding: 0;
}

.campaign-editor .froala-view table[cellpadding="5"]>tbody>tr>td {
  padding: 5px;
}

.campaign-editor .froala-view table[cellpadding="10"]>tbody>tr>td {
  padding: 10px;
}

.campaign-editor .froala-view table td {
  vertical-align: top;
  border: none;
  padding: inherit;
}

.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(images/green.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square-green {
  background-position: 0 0;
}

.icheckbox_square-green.hover {
  background-position: -24px 0;
}

.icheckbox_square-green.checked {
  background-position: -48px 0;
}

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}

.iradio_square-green {
  background-position: -120px 0;
}

.iradio_square-green.hover {
  background-position: -144px 0;
}

.iradio_square-green.checked {
  background-position: -168px 0;
}

.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}

.checkbox label,
.radio label {
  padding: 0;
  line-height: 22px;
}

@media (-o-min-device-pixel-ratio:5 / 4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(images/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

.nav-pills>li.active {
  border-left: none;
  background: 0 0;
}

.selectize-input {
  border: 1px solid #e7eaec;
}

.media-body {
  width: auto;
}

.pace .pace-progress {
  z-index: 99999!important;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-control.h2 {
  font-size: 24px;
  height: auto;
  margin: 0;
}

.no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clickable {
  cursor: pointer;
}

body.document {
  background: #FFF;
  color: #000;
  font-size: 12px;
}

body.document .dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.document .dl-horizontal dd {
  margin-left: 180px;
}

.table .img-profile {
  min-height: 36px;
  min-width: 36px;
  max-height: 36px;
  max-width: 36px;
  height: 36px;
  width: 36px;
}

.document-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ibox .ibox-title .nav-pills>li.active>a,
.ibox .ibox-title .nav-pills>li.active>a:hover>li.active>a:focus {
  font-weight: 700;
  cursor: default;
}

.ibox .ibox-title .nav-pills>li>a {
  padding: 0 8px;
  border-radius: 999px;
}

.ibox .ibox-title .ibox-tools a.btn {
  color: #FFF;
}

address {
  margin: 0;
}

.b-t {
  border-top: 1px solid #e7eaec;
}

.b-r {
  border-right: 1px solid #e7eaec;
}

.b-b {
  border-bottom: 1px solid #e7eaec;
}

.b-l {
  border-left: 1px solid #e7eaec;
}

.one-line {
  height: 20px;
}

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

.dl-narrow dt {
  width: 120px;
}

.dl-narrow dd {
  margin-left: 140px;
}

.sortable-ghost {
  background: #f3f3f3;
}

hr.cut-here {
  border-top: 3px dashed #eee;
  text-align: center;
  position: relative;
}

hr.cut-here:before {
  position: absolute;
  content: '\f0c4';
  font-family: FontAwesome;
  display: inline-block;
  top: -15px;
  background: #fff;
  padding: 5px;
}

.color-circle {
  width: 20px;
  height: 20px;
  background: #DDD;
  border-radius: 9999px;
}

.settings-label {
  font-weight: 700;
}

.selectize-control.loading:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0,0);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  position: absolute;
  z-index: 2;
  right: 40px;
  line-height: 34px;
  opacity: .5;
}

.selectize-dropdown-content .report-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.selectize-dropdown-content .report-item .report-description {
  color: #777;
}

.selectize-input {
  padding-right: 32px;
}

/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url(images/bootstrap-colorpicker/saturation.png);
  cursor: crosshair;
  float: left;
}

.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.colorpicker-alpha,
.colorpicker-hue {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

.colorpicker-alpha i,
.colorpicker-hue i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

.colorpicker-hue {
  background-image: url(images/bootstrap-colorpicker/hue.png);
}

.colorpicker-alpha,
.colorpicker-color {
  background-image: url(images/bootstrap-colorpicker/alpha.png);
}

.colorpicker-alpha {
  display: none;
}

.colorpicker:after,
.colorpicker:before {
  content: '';
  display: inline-block;
  position: absolute;
}

.colorpicker-alpha,
.colorpicker-hue,
.colorpicker-saturation {
  background-size: contain;
}

.colorpicker {
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}

.colorpicker:after,
.colorpicker:before {
  line-height: 0;
}

.colorpicker:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  top: -7px;
  left: 6px;
}

.colorpicker:after {
  clear: both;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 7px;
}

.colorpicker div {
  position: relative;
}

.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
}

.colorpicker-color div {
  height: 10px;
}

.colorpicker-element .add-on i,
.colorpicker-element .input-group-addon i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha,
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0;
  margin-bottom: 4px;
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha i,
.colorpicker.colorpicker-horizontal .colorpicker-hue i {
  display: block;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0;
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url(images/bootstrap-colorpicker/hue-horizontal.png);
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url(images/bootstrap-colorpicker/alpha-horizontal.png);
}

.colorpicker.colorpicker-hidden {
  display: none;
}

.colorpicker.colorpicker-visible {
  display: block;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

.colorpicker-right:before {
  left: auto;
  right: 6px;
}

.colorpicker-right:after {
  left: auto;
  right: 7px;
}

#media-library .file-container {
  float: left;
  padding-left: 15px;
  padding-right: 0;
  margin-bottom: 15px;
}

#media-library .file-container .file {
  width: 150px;
  margin: 0;
}

#media-library .file-container .file .file-thumbnail {
  height: 100px;
  overflow: hidden;
}

#media-library .file-container .file .file-name {
  height: 60px;
}

#media-library .file-container .file:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.task-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.task-list .task {
  clear: both;
}

.task-list .img-circle {
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 8px;
}

.task-list .task-info {
  margin-left: 10px;
  float: right;
}

.task-list .task-info .task-due {
  margin-top: 3px;
}

.task-list.small-list {
  font-size: 12px;
}

.task-list.small-list>li {
  background: #fcfcfc;
  border-left: 3px solid #e7eaec;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px;
}

.task-list.small-list .btn-group-xs>.btn,
.task-list.small-list .btn-xs {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px;
}

.task-list>li {
  background: #555;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px;
}

#toast-container>.toast,
.print.proposal-white-label {
  background-image: none!important;
}

.task-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

.task-list>li .label {
  font-size: 9px;
}

.task-completed {
  text-decoration: line-through;
}

#toast-container>.toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #FFF;
  padding-right: .5em;
  margin: auto .5em auto -1.5em;
}

#toast-container>.toast-warning:before {
  content: "\f06a";
}

#toast-container>.toast-error:before {
  content: "\f071";
}

#toast-container>.toast-info:before {
  content: "\f05a";
}

#toast-container>.toast-success:before {
  content: "\f00c";
}

body.document .event-summary {
  font-size: 8px;
}

body.document .ibox {
  margin-bottom: 0;
}

body.document .ibox-title {
  padding: 5px;
  min-height: 0;
  background: #f3f3f3;
}

body.document .ibox-title h5 {
  font-size: 12px;
  float: none;
}

body.document .ibox-content {
  padding: 5px 0;
}

.mt-1 {
  margin-top: 1em!important;
}

.mt-2 {
  margin-top: 2em!important;
}

.card h1 {
  color: #FF3299;
  font-family: bebas-neue,sans-serif;
  font-size: 40px;
}

.card .card-stats,
.profiles {
  font-family: Montserrat,sans-serif;
}

.card .card-stats {
  color: #FF3299;
  font-size: 18px;
  font-weight: 700;
}

.container.proposal,
.document-invoice,
.document-po {
  font-family: Montserrat,sans-serif!important;
}

.card .card-stats dt {
  width: 100px!important;
}

.card .card-stats dd {
  margin-left: 120px!important;
}

.card .card-images {
  height: 700px;
}

.card .card-images .card-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50%;
}

.card .card-images .card-image-profile {
  height: 100%;
}

.document-invoice,
.document-po {
  margin-top: 100px;
}

.document-invoice h1,
.document-invoice h2,
.document-invoice h3,
.document-invoice h4,
.document-invoice h5,
.document-invoice p,
.document-po h1,
.document-po h2,
.document-po h3,
.document-po h4,
.document-po h5,
.document-po p {
  font-weight: 400!important;
  margin: 0;
  padding: 0;
}

.document-invoice h1,
.document-invoice h2,
.document-invoice h3,
.document-invoice h4,
.document-invoice h5,
.document-po h1,
.document-po h2,
.document-po h3,
.document-po h4,
.document-po h5 {
  text-transform: uppercase;
}

.document-invoice a,
.document-po a {
  color: #333!important;
}

.document-invoice div.block,
.document-po div.block {
  background: #231f1f;
  color: #fff;
  text-align: center;
}

.document-invoice strong,
.document-po strong {
  font-weight: 500!important;
}

.document-invoice p,
.document-po p {
  font-size: 13px!important;
}

.document-invoice h3,
.document-po h3 {
  font-size: 15px!important;
  font-weight: 600!important;
}

.document-invoice .block.title,
.document-po .block.title {
  margin: 5px 0 20px;
  padding: 3px 20px;
}

.document-invoice .block.title h1,
.document-invoice table.invoice-details h2,
.document-po .block.title h1,
.document-po table.invoice-details h2 {
  margin: 0;
}

.document-invoice table.invoice-details table,
.document-po table.invoice-details table {
  margin-bottom: 0;
}

.document-invoice table.invoice-details td,
.document-po table.invoice-details td {
  line-height: 1;
}

.document-invoice div.address,
.document-po div.address {
  font-size: 14px;
}

.document-invoice div.to-details h5,
.document-po div.to-details h5 {
  font-size: 1.1em;
}

.document-invoice .header-blocks .client-details,
.document-po .header-blocks .client-details {
  float: left;
  width: 40%;
}

.document-invoice .header-blocks .block-container,
.document-po .header-blocks .block-container {
  width: 60%;
  height: 100%;
  bottom: 0;
  right: 0;
  float: right;
}

.document-invoice .header-blocks .block-container .inner,
.document-po .header-blocks .block-container .inner {
  position: relative;
  height: 100%;
}

.document-invoice .header-blocks .block-container .inner .amount-due,
.document-invoice .header-blocks .block-container .inner .invoice-due,
.document-po .header-blocks .block-container .inner .amount-due,
.document-po .header-blocks .block-container .inner .invoice-due {
  width: 48%;
  display: inline-block;
  align-self: flex-end;
}

.document-invoice .header-blocks .block-container .inner .header-block-header,
.document-po .header-blocks .block-container .inner .header-block-header {
  background: #3b3b3b;
  height: 30px;
  text-transform: uppercase;
}

.document-invoice .header-blocks .block-container .inner .header-block-header h3,
.document-invoice .header-blocks .block-container .inner .header-block-header h4,
.document-po .header-blocks .block-container .inner .header-block-header h3,
.document-po .header-blocks .block-container .inner .header-block-header h4 {
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 1em;
}

.document-invoice .header-blocks .block-container .inner .header-block-footer,
.document-po .header-blocks .block-container .inner .header-block-footer {
  background: #e3e2e1;
  height: 30px;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
}

.document-invoice .header-blocks .block-container .inner .header-block-footer span,
.document-po .header-blocks .block-container .inner .header-block-footer span {
  line-height: 30px;
}

.document-invoice .header-blocks .block-container .inner .amount-due,
.document-po .header-blocks .block-container .inner .amount-due {
  position: absolute;
  bottom: 0;
  left: 0;
}

.document-invoice .header-blocks .block-container .inner .invoice-due,
.document-po .header-blocks .block-container .inner .invoice-due {
  margin-left: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.document-invoice .line-items,
.document-po .line-items {
  margin-top: 20px;
}

.document-invoice .line-items table.invoice-table,
.document-invoice .line-items table.po,
.document-po .line-items table.invoice-table,
.document-po .line-items table.po {
  margin-bottom: 10px;
}

.document-invoice .line-items table.invoice-table thead th,
.document-invoice .line-items table.po thead th,
.document-po .line-items table.invoice-table thead th,
.document-po .line-items table.po thead th {
  background: #3b3b3b;
  border: 0;
  color: #fff;
  padding-left: 5px!important;
  font-size: 1.1em;
  text-transform: capitalize;
  text-align: center;
}

.document-invoice .line-items table.invoice-table thead th h3,
.document-invoice .line-items table.po thead th h3,
.document-po .line-items table.invoice-table thead th h3,
.document-po .line-items table.po thead th h3 {
  line-height: 50px;
}

.document-invoice .line-items table.invoice-table thead th:first-child,
.document-invoice .line-items table.po thead th:first-child,
.document-po .line-items table.invoice-table thead th:first-child,
.document-po .line-items table.po thead th:first-child {
  text-align: left;
}

.document-invoice .line-items table.invoice-table tr:nth-child(odd),
.document-invoice .line-items table.po tr:nth-child(odd),
.document-po .line-items table.invoice-table tr:nth-child(odd),
.document-po .line-items table.po tr:nth-child(odd) {
  background-color: #e3e2e1!important;
}

.document-invoice .line-items table.invoice-table tr:nth-child(even),
.document-invoice .line-items table.po tr:nth-child(even),
.document-po .line-items table.invoice-table tr:nth-child(even),
.document-po .line-items table.po tr:nth-child(even) {
  background-color: #f0efef!important;
}

.document-invoice .line-items table.invoice-table tbody td,
.document-invoice .line-items table.invoice-table tbody th,
.document-invoice .line-items table.po tbody td,
.document-invoice .line-items table.po tbody th,
.document-po .line-items table.invoice-table tbody td,
.document-po .line-items table.invoice-table tbody th,
.document-po .line-items table.po tbody td,
.document-po .line-items table.po tbody th {
  padding: 5px!important;
  border: 0;
  line-height: 1;
}

.document-invoice .invoice-line-items td,
.document-invoice .invoice-line-items th,
.document-po .invoice-line-items td,
.document-po .invoice-line-items th {
  line-height: 1.42857!important;
}

.document-invoice .payment-details,
.document-po .payment-details {
  font-style: italic;
  line-height: 22px;
  word-spacing: 2px;
}

.document-invoice .payment-details h3,
.document-po .payment-details h3 {
  line-height: 2;
}

.document-invoice .subtotals-container td,
.document-invoice .total-container td,
.document-po .subtotals-container td,
.document-po .total-container td {
  line-height: 1.2;
}

.document-invoice .subtotals-container,
.document-invoice .total-container,
.document-po .subtotals-container,
.document-po .total-container {
  color: #fff;
  text-transform: uppercase;
}

.document-invoice .subtotals-container table,
.document-invoice .subtotals-container table tr td,
.document-invoice .total-container table,
.document-invoice .total-container table tr td,
.document-po .subtotals-container table,
.document-po .subtotals-container table tr td,
.document-po .total-container table,
.document-po .total-container table tr td {
  border: 0;
  font-size: 1em;
  margin: 0;
}

.document-invoice .subtotals-container,
.document-po .subtotals-container {
  background: #3b3b3b;
  padding: 5px;
}

.document-invoice .total-container,
.document-po .total-container {
  background: #0c0b12;
  margin-top: 5px;
  padding: 5px;
}

.document-invoice .subtotal-details,
.document-po .subtotal-details {
  margin-bottom: 10px;
}

.document-po .header-blocks {
  min-height: 150px;
  padding-bottom: 10px!important;
}

.document-po .header-blocks .block-container .inner .left,
.document-po .header-blocks .block-container .inner .right {
  display: inline-table;
  align-self: flex-end;
}

.document-po .header-blocks .block-container .inner .left .header-block-header,
.document-po .header-blocks .block-container .inner .right .header-block-header {
  background: #3b3b3b;
  height: 30px;
  text-transform: uppercase;
}

.document-po .header-blocks .block-container .inner .left .header-block-header h3,
.document-po .header-blocks .block-container .inner .left .header-block-header h4,
.document-po .header-blocks .block-container .inner .right .header-block-header h3,
.document-po .header-blocks .block-container .inner .right .header-block-header h4 {
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.document-po .header-blocks .block-container .inner .left .header-block-footer,
.document-po .header-blocks .block-container .inner .right .header-block-footer {
  background: #e3e2e1;
  height: 30px;
  font-weight: 500;
  font-size: 1em;
  text-align: left;
}

.document-po .header-blocks .block-container .inner .left .header-block-footer.text-center,
.document-po .header-blocks .block-container .inner .right .header-block-footer.text-center {
  text-align: center!important;
}

.document-po .header-blocks .block-container .inner .left .header-block-footer span,
.document-po .header-blocks .block-container .inner .right .header-block-footer span {
  line-height: 30px;
}

.document-po .header-blocks .block-container .inner .left {
  width: 59%;
}

.document-po .header-blocks .block-container .inner .left .venue .header-block-footer {
  height: 100%;
  font-size: 1em;
  padding: 10px;
}

.document-po .header-blocks .block-container .inner .right {
  margin-left: 5px;
  width: 39%;
}

.document-po .header-blocks .block-container .inner .right .job-ref,
.document-po table.event-details {
  margin-top: 10px;
}

.document-po table.event-details thead th {
  background: #3b3b3b;
  border: 0;
  color: #fff;
  padding-left: 0 20px!important;
  text-transform: capitalize;
  text-align: center;
}

.document-po table.event-details thead th h3 {
  line-height: 1.2;
}

.document-po table.event-details thead th:first-child {
  padding-left: 20px!important;
  text-align: left;
}

.document-po table.event-details tr {
  background-color: #e3e2e1;
}

.document-po table.event-details tbody {
  padding: 20px;
}

.document-po table.event-details tbody tr td,
.document-po table.event-details tbody tr th {
  padding: 0 20px!important;
  font-size: 1.2em;
  border: 0;
}

.document-po table.event-details tbody tr:first-child td,
.document-po table.event-details tbody tr:first-child th,
.print .page.footer-page {
  padding-top: 20px!important;
}

.document-po table.event-details tbody tr:last-child td,
.document-po table.event-details tbody tr:last-child th,
.print .page.footer-page {
  padding-bottom: 20px!important;
}

.document-po .po-cont {
  margin-top: 0;
}

.document-po .po-cont h3 {
  line-height: 1.2!important;
}

.document-po .acknowledgment {
  font-size: 1.2em;
  font-weight: 500!important;
  line-height: 28px;
}

.document-po hr {
  border-top: 1px solid #3b3b3b;
}

.document-po .terms {
  margin-top: 40px;
}

.document-po .terms .block.mt-1,
.po-information {
  margin-top: 20px;
}

.document-po .terms .block .block-header {
  background-color: #3b3b3b;
}

.document-po .terms .block .block-header h3 {
  color: #fff;
  line-height: 35px;
  padding-left: 20px;
  text-align: left;
}

.document-po .terms .block .block-footer {
  background-color: #e3e2e1;
  color: #333;
  text-align: left;
  padding: 20px;
}

.document-po .terms .block .block-footer p {
  margin-bottom: 10px;
}

.document-invoice .contact-details {
  width: 50%;
}

.document-invoice .contact-details h3 {
  line-height: 1.5;
  font-size: 15px;
}

.document-invoice .contact-details p {
  line-height: 1.4;
}

.document-invoice .block-container {
  width: 50%!important;
}

.document-invoice .invoice-specific-details td {
  padding: 5px;
}

.document-invoice .invoice-table th h3 {
  line-height: 1.2!important;
}

.document-invoice .invoice-table td,
.document-invoice .invoice-table th {
  text-align: center!important;
}

.document-invoice .invoice-table td:first-child,
.document-invoice .invoice-table th:first-child {
  text-align: left!important;
}

.document-invoice .thank-you-text {
  font-style: italic;
}

.document-invoice .thank-you-text h2 {
  line-height: 3;
}

.document-invoice .thank-you-text p {
  line-height: 1.8;
}

.document-invoice .thank-you-text p.bold {
  font-weight: 600!important;
}

.po-information .client-details {
  width: 35%!important;
  padding-left: 0;
}

.po-information .client-details h4 {
  color: #333;
  font-weight: 500!important;
  text-align: left;
}

.po-information .venue {
  width: 38%;
  margin-right: 10px;
  overflow: hidden;
}

.po-information .venue .header-block-footer {
  padding: 10px;
  font-size: 1em;
  min-height: 170px;
}

.po-information .important-details {
  width: 25%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.po-information .important-details>div {
  margin-bottom: 10px;
  overflow: hidden;
  height: 50%;
}

.po-information .important-details>div>div {
  align-items: center;
  align-self: center;
  justify-content: center;
  text-align: center!important;
  line-height: 30px;
}

.po-information .important-details>div:last-child {
  margin-bottom: 0;
}

.po-information h3,
.po-information h4 {
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.po-information .header-block-header {
  background: #3b3b3b;
  height: 30px;
  text-transform: uppercase;
}

.po-information .header-block-footer {
  background: #e3e2e1;
  min-height: 30px;
  height: 100%;
  font-weight: 500;
  font-size: 1em;
  text-align: left;
}

.sign-border {
  border: 3px solid #000;
  padding: 20px;
}

.page-break-avoid {
  page-break-inside: avoid;
}

.quote-terms>div {
  padding: .5rem;
}

.quote-terms .header-block-header {
  background: #3a3a3a;
  color: #fff;
}

.quote-terms .header-block-footer {
  background: #e3e2e1;
}

@media print {
  body {
    font-size: 10px!important;
  }

  h1 {
    font-size: 16px!important;
  }

  .table>tbody>tr>td,
  .table>tbody>tr>th,
  .table>tfoot>tr>td,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>thead>tr>th {
    padding: 2px!important;
  }

  a[href]:after {
    content: none;
  }

  .hidden-print {
    display: none;
  }
}

.profiles {
  background: -moz-linear-gradient(335deg,#0869b2 0,#00b3b5 100%);
  background: -webkit-gradient(linear,left top,right bottom,color-stop(0,#0869b2),color-stop(100%,#00b3b5));
  background: -webkit-linear-gradient(335deg,#0869b2 0,#00b3b5 100%);
  background: -o-linear-gradient(335deg,#0869b2 0,#00b3b5 100%);
  background: -ms-linear-gradient(335deg,#0869b2 0,#00b3b5 100%);
  background: linear-gradient(115deg,#0869b2 0,#00b3b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0869b2', endColorstr='#00b3b5', GradientType=1 );
  background-attachment: fixed;
}

.profiles .logo {
  display: block;
  margin: 80px auto 60px;
  max-width: 300px;
}

.profiles .intro {
  margin-bottom: 120px;
  color: #fff;
}

.profiles .profile {
  background: #fff;
  padding: 60px;
  margin: 30px 0;
}

.profiles .profile h1 {
  font-family: bebas-neue,sans-serif;
  font-size: 42px;
  margin-top: 0;
}

.profiles .profile h4 {
  text-transform: uppercase;
}

@font-face {
  font-family: riverhack;
  src: url(../fonts/riverhack-webfont.woff2) format("woff2"),url(../fonts/riverhack-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

.proposal-template {
  background-image: url(images/fc-background.jpg)!important;
  background-repeat: repeat!important;
  background-size: 50%!important;
}

.proposal-template .pattern-overlay {
  left: 6px!important;
}

.container.proposal {
  max-width: 1600px;
  width: 100%;
  min-height: 100%;
  font-size: 18px;
  position: relative;
  color: #58585B;
  padding: 0 10px;
}

@media (min-width:820px) {
  .container.proposal {
    padding: 0 33px!important;
  }
}

.container.proposal a {
  color: #0e8fa0!important;
}

.container.proposal a:hover {
  color: #fb30f0!important;
}

.container.proposal a.text-white {
  color: #fff!important;
}

.container.proposal .pattern-overlay {
  pointer-events: none;
  background-image: url(images/fc-overlay-proposal-faded.png);
  background-position: top left;
  background-repeat: repeat-y;
  position: absolute;
  top: 144px;
  left: 32px;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.container.proposal .above-pattern {
  z-index: 999;
}

.container.proposal div.footer-page,
.container.proposal div.intro-page {
  padding: 25px 0;
  background: #fff;
}

.container.proposal div.footer-page .row,
.container.proposal div.intro-page .row {
  margin: 0;
  padding: 0 15px;
}

.container.proposal nav.navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,.9);
  width: 100%;
  max-width: 1528px;
  margin: 0 auto;
  border-radius: 0;
  padding: 0 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container.proposal nav.navbar .navbar-brand {
  width: 100%;
  font-size: 68px!important;
  font-family: riverhack,sans-serif!important;
  text-transform: uppercase;
  font-weight: 500;
  margin: 47px 0;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.container.proposal nav.navbar .navbar-brand.shrink {
  font-size: 36px!important;
  margin: 10px 0;
}

.container.proposal nav.navbar .btn-secondary {
  background-color: #58585B;
  color: #fff!important;
  border-radius: 1px;
  padding: 3px 5px;
  text-align: center;
  margin-right: 10px;
}

.container.proposal nav.navbar .btn-secondary:active,
.container.proposal nav.navbar .btn-secondary:focus,
.container.proposal nav.navbar .btn-secondary:hover,
.container.proposal nav.navbar .dropdown {
  color: #fff;
}

.container.proposal nav.navbar .dropdown button {
  background-color: #58585B;
  color: #fff;
  border-radius: 1px;
  padding: 3px 5px;
  text-align: center;
}

.container.proposal nav.navbar .dropdown button:active,
.container.proposal nav.navbar .dropdown button:focus,
.container.proposal nav.navbar .dropdown button:hover {
  color: #fff;
}

.container.proposal nav.navbar .dropdown .dropdown-menu {
  min-width: 230px;
  padding: 10px;
  background-color: #58585B;
  color: #fff;
  max-height: calc(100vh - 75px);
  overflow: scroll;
  box-sizing: border-box;
}

.container.proposal nav.navbar .dropdown .dropdown-menu .dropdown-item {
  color: #fff!important;
  display: block;
  text-align: left;
  font-size: 14px;
  padding: 5px 0;
}

.container.proposal nav.navbar .dropdown .dropdown-menu .dropdown-item.indent {
  padding-left: 25px;
}

.container.proposal a {
  font-weight: 400;
}

.container.proposal div.seperator {
  border-top: 1px solid #D6D6D6;
  margin: 33px 0;
}

.container.proposal div.seperator.act-end {
  margin: 90px 0 0;
}

@media (max-width:790px) {
  .container.proposal div.seperator.act-end {
    margin: 50px 0;
  }
}

.container.proposal div.seperator.m-t-0 {
  margin: -6px 0 20px;
}

.container.proposal div.break {
  margin-top: 33px;
}

.container.proposal .view-more-container {
  padding: 10px 0 0;
  z-index: 4;
}

.container.proposal .view-more-container .view-more {
  text-transform: uppercase;
  font-weight: 600;
}

.container.proposal div.acts {
  background: #fff;
  padding: 75px 65px 0;
}

.container.proposal div.acts section.act,
.container.proposal div.acts section.act>div.row {
  width: 100%;
}

.container.proposal div.acts section.act .act-details {
  z-index: 998;
}

.container.proposal .act-gallery {
  z-index: 2;
}

.container.proposal .act-gallery .main-image {
  height: 500px;
  max-height: 500px;
  max-width: 720px;
}

.container.proposal .act-gallery .gallery-item {
  height: 150px;
  max-width: 33.3%;
  margin-top: 1px;
  margin-right: 1px;
  display: inline-block;
}

.container.proposal .act-gallery .gallery-item:last-child {
  margin-right: 0;
}

.container.proposal .act-gallery .video-item {
  width: 100%;
}

.container.proposal .act-gallery .gallery-item,
.container.proposal .act-gallery .main-image {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.proposal .act-gallery .gallery-row {
  display: flex;
  margin: 0;
}

.container.proposal .act-details h2 {
  font-size: 32px;
  font-weight: 600;
}

.container.proposal .act-details p.biography {
  margin-top: 20px;
}

.container.proposal .act-details p.biography .collapse.in {
  display: initial;
}

.container.proposal .act-details p.biography .read-more-toggle .more-button {
  display: none;
}

.container.proposal .act-details p.biography .read-more-toggle .less-button,
.container.proposal .act-details p.biography .read-more-toggle.collapsed .more-button {
  display: initial;
}

.container.proposal .act-details p.biography .read-more-toggle.collapsed .less-button {
  display: none;
}

.container.proposal .act-details ul.requirements {
  margin: 0;
}

.container.proposal .act-details ul.requirements li {
  line-height: 2rem;
  margin-bottom: 4rem;
  width: 49%;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.container.proposal .act-details ul.requirements li>div.img {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: absolute;
}

.container.proposal .act-details ul.requirements li>div.text {
  display: inline-block;
  padding-left: 45px;
}

.container.proposal .act-details .rate-box {
  background-color: #f2f2f2;
  padding: 25px 20px;
}

.container.proposal .act-details .rate-box ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.container.proposal .act-details .rate-box ul li {
  margin-bottom: 25px;
}

.container.proposal .act-details .rate-box ul li .rate {
  font-size: 24px;
  font-weight: 600;
}

.container.proposal .act-details .rate-box ul li .rate-time {
  color: #424443;
  font-size: 24px;
  font-weight: 300;
}

.container.proposal .act-details .rate-box ul li .rate-slash {
  font-weight: 300;
  font-size: 24px;
}

.container.proposal .act-details .rate-box ul li .rate-description {
  display: block;
  color: #424443;
  font-size: 18px;
}

.container.proposal .act-details .rate-box p {
  color: #424443;
  font-size: 14px;
}

.container.proposal .bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.proposal div.page {
  min-height: 85vh;
}

.container.proposal div.page.flex-central {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container.proposal div.page.intro-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 144px;
  -moz-transition: padding-top .3s ease-in-out;
  -o-transition: padding-top .3s ease-in-out;
  -webkit-transition: padding-top .3s ease-in-out;
  transition: padding-top .3s ease-in-out;
}

.container.proposal div.page.footer-page .row .about-us .list-group,
.container.proposal div.page.intro-page .row .created-for .list-group {
  justify-content: space-between;
  display: flex;
}

.container.proposal div.page.intro-page.shrink {
  padding-top: 100px;
}

.container.proposal div.page.intro-page .row {
  width: 100%;
  margin-top: -100px;
}

.container.proposal div.page.intro-page .row table {
  width: 100%;
}

.container.proposal div.page.intro-page .row .created-for {
  background-color: #f2f2f2;
}

.container.proposal div.page.intro-page .row .created-for .list-group .list-group-item {
  margin-left: 0;
  margin-right: 20px;
  padding: 1px 5px;
  background-color: #58585B;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  height: 100%;
  font-weight: 600;
}

.container.proposal div.page.intro-page .row .created-for .list-group .list-group-item:last-child {
  margin-right: 0;
}

.container.proposal div.page.intro-page .row .created-for .list-group .list-group-item a {
  font-size: 14px;
}

.container.proposal div.page.intro-page .row .created-by,
.container.proposal div.page.intro-page .row .created-for {
  padding: 8px 14px;
  line-height: 2;
}

.container.proposal div.page.intro-page .row .created-by tr td:first-child,
.container.proposal div.page.intro-page .row .created-for tr td:first-child {
  width: 20%;
}

.container.proposal div.page.intro-page .row .h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
}

.container.proposal div.page.intro-page .row .h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0;
}

.container.proposal div.page.footer-page {
  margin-top: 50px;
  padding-top: 150px;
  padding-bottom: 75px;
}

.container.proposal div.page.footer-page .row .about-us,
.container.proposal div.page.footer-page .row .any-questions,
.container.proposal div.page.footer-page .row .terms-conditions {
  padding: 8px 14px;
  line-height: 2;
}

.container.proposal div.page.footer-page .row .about-us .list-group .list-group-item {
  margin-left: 0;
  margin-right: 20px;
  padding: 1px 5px;
  background-color: #58585B;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  height: 100%;
  font-weight: 600;
}

.container.proposal div.page.footer-page .row .about-us .list-group .list-group-item:last-child {
  margin-right: 0;
}

.container.proposal div.page.footer-page .row .about-us .list-group .list-group-item a {
  font-size: 14px;
}

.container.proposal div.page.footer-page .row .terms-conditions {
  margin: 90px 14px 0;
  background-color: #f2f2f2;
  padding: 25px;
}

.container.proposal div.page.footer-page .row table {
  width: 100%;
  margin: 25px 0;
}

.container.proposal div.page.footer-page .row h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.container.proposal div.page.footer-page .row .h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.container.proposal .category {
  background-color: #fdd9da;
  margin: 30px 0;
  position: relative;
  z-index: 998;
}

.container.proposal .category .row .h3 {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  padding: 30px 0;
  font-weight: 600;
}

.container.proposal .list-group .list-group-item {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

.container.proposal .list-group {
  margin-top: 25px;
}

.container.proposal .list-group-item {
  margin: 0 4px;
  list-style-type: none;
  border: none;
  padding: 2px 12px;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
}

.container.proposal .list-group-item:first-child {
  margin-left: 0;
}

.container.proposal .entertainment {
  background-color: #f6988a;
}

.container.proposal .production {
  background-color: #13907f;
}

.container.proposal .design {
  background-color: #fbaa3b;
}

.container.proposal .furniture {
  background-color: #2495a2;
}

.container.proposal .kitchen {
  background-color: #4cc1b7;
}

.container.proposal p:first-child {
  margin-top: 20px;
}

.print {
  background-image: url(images/pdf/background.png)!important;
  background-repeat: repeat!important;
  background-size: 100%!important;
  padding: 0 60px!important;
  width: 100%;
}

.print .page {
  flex-direction: column;
}

.print .about-us h2,
.print .any-questions h2,
.print .proposal-title h2,
.print .terms-conditions h2 {
  font-size: 26px!important;
  margin-bottom: 10px!important;
  margin-top: 0!important;
}

.print .page.terms-page {
  padding: 25px 65px;
}

.print .page.terms-page .row .terms-conditions {
  background-color: #f2f2f2;
  padding: 25px;
}

.print .page.acts,
.print .page.footer-page,
.print .page.intro-page {
  padding: 0 20px;
  margin-top: 0!important;
  background: 0 0;
  font-size: 14px;
}

.print .page.intro-page {
  padding-top: 100px!important;
}

.print .page.acts {
  padding: 25px!important;
}

.print .page.acts .act {
  page-break-inside: avoid;
  background-color: #f2f2f2;
  padding: 20px 5px;
  display: flex;
  margin: 0 auto!important;
}

.print .page.acts .act h2 {
  margin-top: 0!important;
  font-size: 15px!important;
  font-weight: 900;
}

.print .page.acts .act .act-data-row {
  font-size: 12px!important;
}

.print .page.acts .act .act-data-row .rate-time {
  font-weight: 300!important;
}

.print .page.acts .act .act-data-row .rate-description {
  font-size: 10px!important;
  font-weight: 500;
}

.print .page.acts .act .act-data-row.footer-note {
  font-size: 10px!important;
  margin-top: 5px!important;
}

.print .page.acts .proposal-title {
  background-color: rgba(246,152,138,.3);
  margin: 20px 0;
  text-align: center;
}

.print .page.acts .proposal-title h2 {
  line-height: 2.5;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0!important;
}

.print .page.acts h3 {
  font-size: 16px;
}

.print .page.acts ul.list-inline li {
  font-size: 14px;
}

.print .page.footer-page .row .about-us h2,
.print .page.footer-page .row .any-questions h2 {
  font-size: 50px;
}

.print .page.footer-page .row .about-us,
.print .page.footer-page .row .any-questions,
.print .page.footer-page .row .terms-conditions {
  margin-top: 0!important;
}

.print table {
  border: none;
}

.alert-gray,
.alert-proposal-success,
.alert-success-proposal {
  border-color: #d6e9c6!important;
  color: #3c763d!important;
}

.print .page.intro-page .row {
  margin: 0 0 75px!important;
}

.print .page.intro-page .intro-title {
  font-family: riverhack,sans-serif;
  font-size: 68px!important;
  text-transform: uppercase;
  font-weight: 500;
}

.print .created-by .h4,
.print .created-for .h4 {
  text-transform: uppercase;
  font-size: 15px!important;
}

.print .created-by .h3,
.print .created-for .h3 {
  font-size: 24px!important;
}

.print .created-by table tr td,
.print .created-for table tr td {
  font-size: 12px!important;
}

.print .created-by table tr td.bold,
.print .created-for table tr td.bold {
  font-weight: 600!important;
}

.print .created-by .h4 {
  margin-bottom: 14px!important;
}

.print .proposal-table-padding {
  padding-left: 4px;
  padding-right: 4px;
}

.print .proposal-table-padding-description {
  padding-left: 16px;
  padding-right: 16px;
}

.print .fc-proposal-act-image {
  width: 250px;
  height: 187.5px;
}

.print .created-for .list-group li {
  display: inline!important;
}

.print .rate-container .rate-inner {
  margin: 20px auto 0;
}

.print .about-us h2,
.print .any-questions h2,
.print .terms-conditions h2 {
  font-size: 15px!important;
}

.print .about-us p,
.print .any-questions p,
.print .terms-conditions p {
  font-size: 10px!important;
}

.print .about-us .list-group-item,
.print .any-questions .list-group-item,
.print .terms-conditions .list-group-item {
  width: 20%!important;
  display: inline-block!important;
  padding: 0 5px 5px;
  line-height: 1.2;
}

.full-width-select select,
.w-100 {
  width: 100%;
}

.print.proposal-white-label .about-us,
.print.proposal-white-label .any-questions,
.print.proposal-white-label .created-by,
.print.proposal-white-label .created-for-departments,
.print.proposal-white-label .fc-footer-terms,
.print.proposal-white-label .hide-white-label,
body.proposal-white-label .about-us,
body.proposal-white-label .any-questions,
body.proposal-white-label .created-by,
body.proposal-white-label .created-for-departments,
body.proposal-white-label .fc-footer-terms,
body.proposal-white-label .hide-white-label,
body.proposal-white-label .requirements .bg-image {
  display: none!important;
}

.print .about-us .list-group-item a,
.print .any-questions .list-group-item a,
.print .terms-conditions .list-group-item a {
  font-size: 11px!important;
  font-weight: 900!important;
}

.print .about-us table,
.print .any-questions table,
.print .terms-conditions table {
  margin: 10px 0;
}

.print .about-us table tr td,
.print .any-questions table tr td,
.print .terms-conditions table tr td {
  font-size: 10px!important;
}

.print.proposal-white-label .client-logo {
  max-height: 120px;
}

.z-i-5 {
  z-index: 5;
}

.entertainment {
  background-color: #f6988a!important;
}

.production {
  background-color: #13907f!important;
}

.design {
  background-color: #fbaa3b!important;
}

.furniture {
  background-color: #2495a2!important;
}

.kitchen {
  background-color: #4cc1b7!important;
}

.pattern-overlay-print {
  background-image: url(images/fc-overlay-proposal-faded-print.png)!important;
  background-position: center top;
  background-repeat: no-repeat!important;
  background-size: 100%;
}

.published-images img {
  max-width: 110px;
}

.clickable-checkbox {
  cursor: pointer;
}

.alert-success-proposal {
  background-color: #dff0d8!important;
}

.alert-gray {
  background-color: #f2f2f2!important;
}

.alert-proposal-success {
  background-color: #dff0d8!important;
}

body.proposal-white-label {
  padding-top: 120px;
}

body.proposal-white-label.proposal-template {
  background-color: #fff!important;
  background-image: none!important;
}

body.proposal-white-label .navbar-brand {
  margin: 15px 0!important;
  height: 120px;
}

body.proposal-white-label .navbar-brand.shrink {
  height: 80px;
}

body.proposal-white-label .navbar-brand img {
  max-height: 100%;
}

body.proposal-white-label .container.proposal .pattern-overlay {
  background-image: none;
}

.mb-2 {
  margin-bottom: 2em;
}

.dashboard-container.dashboard-edit .dashboard-location {
  padding: 8px;
  background: #eee;
  margin-bottom: 15px;
}

.dashboard-container.dashboard-edit .dashboard-location .dashboard-location-widgets {
  border: 1px dotted #ccc;
  padding: 8px;
  min-height: 10rem;
  margin-bottom: 15px;
}

.btn-white {
  background: #fff;
}

.clickable-cell td:not(.exclude-clickable) {
  cursor: pointer;
}

.page-break {
  page-break-before: always;
  margin: -1px;
}

.img-profile {
  width: 46px;
  height: 46px;
}

#calendar .event {
  width: 45px;
  height: 15px;
  border-radius: 999px;
}

.daterangepicker td.in-range {
  background: #60b3e8;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px!important;
}

tr {
  page-break-inside: avoid;
}

.fc-loading-button {
  border: none;
  padding: 0;
}

.search-result h3 {
  margin-bottom: 5px;
}

#page-wrapper .navbar-static-top,
.navbar-static-side {
  z-index: auto!important;
}

#page-wrapper .navbar-static-top .navbar-form {
  margin: 15px 15px 0;
}

.tour-backdrop {
  opacity: .6;
}

.navbar-top-links li>a {
  padding: 20px 10px;
  min-height: 50px;
}

.inline-form {
  display: inline;
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
  background-image: url(images/sprite-skin-flat.png)!important;
}

.tasks-dropdown ul {
  max-height: 500px;
  overflow-y: scroll;
}

.has-sub-costs {
  background: #ddd;
}

.row-muted {
  color: #ddd;
}

.fc-content {
  color: #000;
}

.event-confirmed {
  background: green;
  color: #FFF;
}

.event-pencilled {
  background: #ff0;
  color: #000;
}

.bg-gray {
  background: #eee;
}

.wrapper-content {
  padding-bottom: 200px;
}

.action-button-container {
  padding-left: 0;
  padding-right: 13px;
}

.action-button-container .po-remove-button {
  background: #ed5565;
}

.time-fields-container .col-xs-6:first-child {
  padding-left: 0;
}

.modal-backdrop.in {
  opacity: 1;
  filter: none;
  background-color: rgba(0,0,0,.5);
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.table-row-disabled {
  background-color: #ececec;
  color: #b9b9b9;
}

tr.no-hover,
tr.no-hover td {
  background-color: transparent!important;
}

.separator {
  border-top: 5px solid #c7c7c7!important;
}

.category-table-title {
  margin-left: 10px;
}

.tr-placeholder {
  background: 0 0!important;
}

.tr-placeholder td {
  border: 0!important;
  padding: 2px!important;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.table-borderless td,
.table-borderless th {
  border: none!important;
}

.selectize-dropdown {
  z-index: 99999!important;
}

.latest-news {
  margin: 12px 24px;
  padding: 8px;
  float: left;
}