
/* Quick Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
fieldset,
input,
dl,
dt,
dd {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  clear: both;
}
::-moz-selection {
  background: #0598D9;
  color: white;
  text-shadow: none;
}
::selection {
  background: #0598D9;
  color: white;
  text-shadow: none;
}
html {
  overflow-y: auto;
}
html {
  overflow-x: hidden;
}
input[type=submit],
label,
select,
.sortable th {
  cursor: pointer;
}
input[type=checkbox],
.checkbox {
  width: auto !important;
}
/* HTML5 Block Elements */
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Border Box */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* Simple Classes */
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* LESS Mixins */
.grid {
  margin-right: -60px;
}
.grid:after {
  clear: both;
  content: "";
  display: table;
}
.grid [class*='col-'] {
  float: left;
  padding-right: 60px;
}
.grid.condensed {
  margin-right: -10px;
}
.grid.condensed [class*='col-'] {
  padding-right: 10px;
}
.grid .col-1 {
  width: 100%;
}
.grid .col-1-2 {
  width: 50%;
}
.grid .col-1-3 {
  width: 33.33%;
}
.grid .col-2-3 {
  width: 66.66%;
}
.grid .col-1-4 {
  width: 25%;
}
.grid .col-3-4 {
  width: 75%;
}
.grid .col-1-5 {
  width: 20%;
}
.grid .col-2-5 {
  width: 40%;
}
.grid .col-3-5 {
  width: 60%;
}
.grid .col-4-5 {
  width: 80%;
}
.grid .col-1-6 {
  width: 16.66%;
}
.grid .col-5-6 {
  width: 83.33%;
}
.grid .col-1-8 {
  width: 12.5%;
}
.grid .col-3-8 {
  width: 37.5%;
}
.grid .col-5-8 {
  width: 62.5%;
}
.grid .col-7-8 {
  width: 62.5%;
}
.grid .col-1-10 {
  width: 10%;
}
html {
  overflow-y: scroll;
}
html,
body {
  height: 100%;
}
body {
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px;
  padding-top: 80px;
}
body,
input,
select,
textarea {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.w {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.c {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.fade:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.clear-fix:after {
  clear: both;
  content: "";
  display: table;
}
body.login .c {
  max-width: 600px;
}
body.welcome {
  background: url('https://app.spreadeffect.com/static/dashboard/images/map.png');
}
body.welcome .welcome-message {
  margin-left: 40px;
  padding-top: 40px;
}
body.welcome .welcome-message h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-shadow: 0 1px 2px white;
  text-transform: uppercase;
}
body.welcome .welcome-message p {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #249bfd;
  background: white;
  padding: 20px;
}
body.welcome .welcome-form {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 40px;
  margin-right: 40px;
}
body.full .c {
  max-width: 95%;
}
header {
  background: #033f6b;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #033f6b, #023459);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #033f6b, #023459);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #033f6b, #023459);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #033f6b, #023459);
  /* Standard syntax */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: white;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
header #logo {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  float: left;
  margin: 25px 0 24px;
}
header #logo:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
header #logo img {
  display: block;
  height: 31px;
  width: auto;
}
header ul {
  font-size: 14px;
  float: right;
}
header ul > li {
  float: left;
  position: relative;
}
header ul > li > a {
  color: white;
  display: block;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px;
  max-height: 80px;
  padding: 30px 20px;
  position: relative;
}
header ul > li > a:only-child.active,
header ul > li > a:only-child:hover {
  box-shadow: 0 5px 0 0 #249bfd, transparent 0 0 0;
  -webkit-box-shadow: 0 5px 0 0 #249bfd, transparent 0 0 0;
  -moz-box-shadow: 0 5px 0 0 #249bfd, transparent 0 0 0;
}
header ul > li > a i {
  float: right;
  height: 20px;
  line-height: 20px !important;
  margin-left: 5px;
}
header ul > li > a span.counter {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #39d2c4;
  display: block;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
  position: absolute;
  top: 14px;
  right: 4px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
}
header ul > li > a span.truncate {
  display: inline-block;
  height: 20px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header ul > li.account-menu a {
  border-left: 2px solid rgba(255, 255, 255, 0.08);
}
header ul > li.account-menu ul {
  min-width: 180px;
}
header ul > li ul {
  display: none;
}
header ul > li:hover a {
  background: #034575;
}
header ul > li:hover ul {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #249bfd;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100000;
}
header ul > li:hover ul:after {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 14px;
  width: 2px;
}
header ul > li:hover ul li {
  float: none;
}
header ul > li:hover ul li.sep {
  border-bottom: 5px solid #023459;
}
header ul > li:hover ul li a {
  font-size: 13px;
  font-weight: 400;
  max-height: 200px;
  padding: 10px 30px;
}
header ul > li:hover ul li a.active,
header ul > li:hover ul li a:hover {
  box-shadow: transparent 0 0 0, transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0, transparent 0 0 0;
  -moz-box-shadow: transparent 0 0 0, transparent 0 0 0;
}
header ul > li:hover ul li a:hover {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #0b7ad7;
}
header ul > li:hover ul li a.active {
  color: #249bfd;
  position: relative;
}
header ul > li:hover ul li a.active:after {
  background: #249bfd;
  content: '';
  position: absolute;
  top: 10px;
  left: 12px;
  bottom: 10px;
  width: 2px;
}
header ul > li:hover ul li a.active:hover {
  color: white;
}
header ul > li:hover ul li a.active:hover:after {
  background: white;
}
header ul > li:hover ul li a span.master {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #39d2c4;
  color: white;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  padding: 2px 5px;
}
.trial {
  background: #f2e180;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 700;
  padding: 10px 0;
}
.trial a {
  text-decoration: underline;
}
.trial a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.breadcrumbs {
  height: 60px;
}
.breadcrumbs .c {
  border-bottom: 1px solid #d6d8e3;
  padding: 20px 0 19px;
}
.breadcrumbs .c:after {
  clear: both;
  content: "";
  display: table;
}
.breadcrumbs .c ul {
  float: left;
}
.breadcrumbs .c ul li {
  float: left;
  margin-right: 40px;
  position: relative;
}
.breadcrumbs .c ul li:after {
  color: rgba(0, 0, 0, 0.54);
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  right: -24px;
  text-decoration: inherit;
}
.breadcrumbs .c ul li:last-child:after {
  display: none;
}
.breadcrumbs .c ul li a,
.breadcrumbs .c ul li span {
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.breadcrumbs .c ul li a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.breadcrumbs .c ul li span {
  color: rgba(0, 0, 0, 0.54);
}
h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}
h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 20px;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
p {
  color: rgba(0, 0, 0, 0.71);
  line-height: 30px;
  margin-bottom: 20px;
}
p.small {
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}
p:last-child {
  margin-bottom: 0;
}
.list {
  margin-bottom: 20px;
}
p + h1,
p + h2,
p + h3,
.list + h1,
.list + h2,
.list + h3 {
  margin-top: 40px;
}
.main {
  flex: 1;
  padding: 40px 0;
}
.main a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #249bfd;
  font-weight: 500;
}
.main a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.section {
  border-bottom: 1px solid #d6d8e3;
  margin-bottom: 40px;
}
.section:after {
  clear: both;
  content: "";
  display: table;
}
footer {
  border-top: 1px solid #d6d8e3;
  background: #f5f5fa;
}
footer .c {
  padding: 20px 0;
}
footer .c p {
  color: rgba(0, 0, 0, 0.71);
  font-size: 14px;
  margin: 0;
}
footer .c p a {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  color: #249bfd;
  font-weight: 500;
}
footer .c p a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
form {
  display: inline;
}
form label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
form select,
form textarea,
form #card {
  -webkit-appearance: none;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1), transparent 0 0 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #f5f5fa;
  border: 1px solid #d6d8e3;
  margin-bottom: 20px;
  padding: 15px;
  width: 100%;
}
form input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
form select:focus,
form textarea:focus,
form #card:focus {
  background: white;
  border-color: #249bfd;
  box-shadow: 0 0 2px #249bfd, transparent 0 0 0;
  -webkit-box-shadow: 0 0 2px #249bfd, transparent 0 0 0;
  -moz-box-shadow: 0 0 2px #249bfd, transparent 0 0 0;
}
form textarea {
  height: 240px;
}
form textarea.half {
  height: 120px;
}
form input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
form input[type='checkbox'] + label {
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
}
form input[type='checkbox'] + label:before {
  color: rgba(3, 63, 107, 0.2);
  content: '\f096';
  float: left;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: inherit;
  margin-right: 10px;
  width: 20px;
}
form input[type='checkbox']:checked + label:before {
  color: #249bfd;
  content: '\f046';
}
form input[type='submit'],
form button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #0b7ad7;
  color: white !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
form input[type='submit']:hover,
form button:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
form input[type='submit'].full,
form button.full {
  width: 100%;
}
form input[type='submit'].grey,
form button.grey {
  background: rgba(0, 0, 0, 0.71);
}
form input[type='submit'].dark,
form button.dark {
  background: #033f6b;
}
form input[type='submit'].plain,
form button.plain {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: none;
  color: #249bfd !important;
  margin: 0;
  padding: 0;
}
form input[type='submit'].plain:hover,
form button.plain:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
table {
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 40px;
  width: 100%;
}
table th,
table td {
  border-bottom: 1px solid #d6d8e3;
  padding: 20px;
  text-align: left;
}
table th.r,
table td.r {
  text-align: right;
}
table th:first-child,
table td:first-child {
  padding-left: 5px;
}
table th:last-child,
table td:last-child {
  padding-right: 5px;
}
table th {
  font-weight: 500;
  padding-bottom: 10px;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
.btn {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  background: #0b7ad7;
  color: white !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
.btn:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.btn.full {
  width: 100%;
}
.btn.grey {
  background: rgba(0, 0, 0, 0.71);
}
.btn.dark {
  background: #033f6b;
}
.btn.float-right + .btn.float-right {
  margin-right: 20px;
}
.btn.apple_green {
  background: #8bc243;
}
.btn.dark_green {
  background: #56821b;
}
.alert {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #249bfd;
  color: white;
  line-height: 20px;
  margin-bottom: 40px;
  padding: 20px;
}
.alert.alert-success {
  background: #39d2c4;
}
.alert.alert-error {
  background: #ca3557;
}
.alert .alert-close {
  color: white;
  float: right;
  font-size: 20px;
  line-height: 20px;
}
.alert a {
  color: white;
  font-weight: 600;
  text-decoration: underline;
}
.alert a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.stars {
  color: rgba(3, 63, 107, 0.3);
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  position: relative;
  white-space: nowrap;
}
.stars .o {
  color: #0b7ad7;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.stars + h4 {
  margin-top: 13px;
}
.bars {
  margin-bottom: 40px;
}
.bars li {
  line-height: 40px;
  margin-bottom: 10px;
  position: relative;
  padding: 0 40px;
}
.bars li span,
.bars li i {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 20px;
}
.bars li i {
  color: #0b7ad7;
  font-weight: normal;
  left: 20px;
  line-height: 40px;
  text-align: left;
}
.bars li div {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #0b7ad7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0b7ad7, #033f6b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0b7ad7, #033f6b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0b7ad7, #033f6b);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0b7ad7, #033f6b);
  /* Standard syntax */
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  height: 40px;
  position: relative;
}
.bars li div:after {
  color: rgba(0, 0, 0, 0.71);
  content: attr(data-count);
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  padding-left: 5px;
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
}
.dots {
  background: #ffffff;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #ffffff, #f5f5fa);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #ffffff, #f5f5fa);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #ffffff, #f5f5fa);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #ffffff, #f5f5fa);
  /* Standard syntax */
  border: 1px solid #d6d8e3;
  border-top: 0;
  height: 300px;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 60px;
  position: relative;
}
.dots:after {
  clear: both;
  content: "";
  display: table;
}
.dots .dots-y-axis {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.dots .dots-y-axis li {
  border-top: 1px solid #d6d8e3;
  height: 20%;
  position: relative;
}
.dots .dots-y-axis li span {
  position: absolute;
  top: -15px;
  left: -40px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
}
.dots .dots-y-axis li span i {
  color: #0b7ad7;
}
.dots .dot-col {
  border-right: 1px solid #d6d8e3;
  float: left;
  height: 100%;
  position: relative;
}
.dots .dot-col:last-child {
  border-right: none;
}
.dots .dot-col .dot-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.dots .dot-col .dot-row .dot {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  text-align: center;
  width: 30px;
}
.dots .dot-col .dot-row .dot-date {
  transform-origin: right top 0;
  -webkit-transform-origin: right top 0;
  -moz-transform-origin: right top 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  bottom: -20px;
  right: 0;
  text-align: right;
}
.funnel {
  background: #249bfd;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #249bfd, #0b7ad7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #249bfd, #0b7ad7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #249bfd, #0b7ad7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #249bfd, #0b7ad7);
  /* Standard syntax */
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 2px solid #0b7ad7;
  color: white;
  margin-bottom: 40px;
  padding: 20px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.funnel .funnel-top,
.funnel .funnel-bottom {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.funnel i.fa-filter {
  display: block;
  font-size: 200px;
}
.funnel .funnel-percent {
  display: block;
  font-size: 90px;
  padding-top: 110px;
  text-align: left;
}
.funnel .funnel-percent b {
  font-size: 30px;
}
.funnel.funnel-sms {
  background: #0b7ad7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0b7ad7, #033f6b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0b7ad7, #033f6b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0b7ad7, #033f6b);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0b7ad7, #033f6b);
  /* Standard syntax */
  border: 2px solid #033f6b;
}
.platform {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0b7ad7;
  color: white;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 2px 8px;
}
.platform-bbb {
  background: #035a78 !important;
}
.platform-facebook {
  background: #3b5998 !important;
}
.platform-google {
  background: #4285f4 !important;
}
.platform-lawyers {
  background: #00b0f2 !important;
}
.platform-opentable {
  background: #dc353f !important;
}
.platform-yelp {
  background: #af0606 !important;
}
.platform-yp {
  background: #ffd400 !important;
}
.stat {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #0b7ad7;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #0b7ad7, #033f6b);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #0b7ad7, #033f6b);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #0b7ad7, #033f6b);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #0b7ad7, #033f6b);
  /* Standard syntax */
  border: 1px solid #033f6b;
  color: white;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
  padding-top: 30px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.stat:after {
  opacity: 0.1;
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  content: '\f005';
  display: block;
  font-family: FontAwesome;
  font-size: 160px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 55px;
  right: 0;
}
.stat.dark {
  background-color: #39d2c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#39d2c4), to(#2cc1b3));
  background-image: -webkit-linear-gradient(top, #39d2c4, #2cc1b3);
  background-image: -moz-linear-gradient(top, #39d2c4, #2cc1b3);
  background-image: -ms-linear-gradient(top, #39d2c4, #2cc1b3);
  background-image: -o-linear-gradient(top, #39d2c4, #2cc1b3);
  background-image: linear-gradient(to bottom, #39d2c4, #2cc1b3);
  border: 1px solid #26a89c;
}
.stat.dark:after {
  opacity: 0.3;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  content: '\f1d8';
  right: 20px;
}
.stat.purple {
  background-color: #033f6b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#033f6b), to(#01233b));
  background-image: -webkit-linear-gradient(top, #033f6b, #01233b);
  background-image: -moz-linear-gradient(top, #033f6b, #01233b);
  background-image: -ms-linear-gradient(top, #033f6b, #01233b);
  background-image: -o-linear-gradient(top, #033f6b, #01233b);
  background-image: linear-gradient(to bottom, #033f6b, #01233b);
  border: 1px solid #01233b;
}
.stat.purple:after {
  content: '\f140';
  right: 20px;
}
.stat span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  position: relative;
  text-transform: uppercase;
}
.stat span:after {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  height: 2px;
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
}
.stat .stars {
  height: 0;
}
.stat .stars .o {
  color: white;
}
.switcher {
  float: right;
}
.switcher li {
  float: left;
  margin-left: 20px;
}
.switcher li a {
  color: rgba(0, 0, 0, 0.54);
  line-height: 40px;
  padding-bottom: 10px;
}
.switcher li a.active {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 2px solid #249bfd;
}
.tabs,
.faketabs {
  border-bottom: 1px solid #d6d8e3;
  margin-bottom: 20px;
  padding-left: 20px;
}
.tabs:after,
.faketabs:after {
  clear: both;
  content: "";
  display: table;
}
.tabs li,
.faketabs li {
  float: left;
}
.tabs li a,
.faketabs li a {
  background: #ebebf5;
  border: 1px solid #d6d8e3;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  margin-bottom: -1px;
  margin-left: -1px;
  max-width: 140px;
  overflow: hidden;
  padding: 10px 20px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs li a.active,
.faketabs li a.active {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  background: none;
  border-bottom: 1px solid white;
  color: rgba(0, 0, 0, 0.87);
}
.tabs li a:hover,
.faketabs li a:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.tabs li:first-child a,
.faketabs li:first-child a {
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.tabs li:last-child a,
.faketabs li:last-child a {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.tabs li:only-child a,
.faketabs li:only-child a {
  border-top-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.campaign-steps .campaign-step {
  background: white;
  border: 1px solid #d6d8e3;
  border-left: 10px solid #d6d8e3;
  margin-bottom: 40px;
  padding: 40px;
}
.campaign-steps .campaign-step:hover {
  border-left: 10px solid #249bfd;
}
.campaign-steps .campaign-step:only-child .remove-campaign-step {
  display: none;
}
.mono {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  font-family: monospace;
  font-weight: 600;
  background: #f5f5fa;
  border: 1px solid #d6d8e3;
  padding: 2px 5px;
}
.listings {
  margin-bottom: 20px;
}
.listings li {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: white;
  border: 1px solid #d6d8e3;
  cursor: move;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 15px;
  padding-left: 120px;
  position: relative;
  z-index: 50;
}
.listings li:last-child {
  margin-bottom: 0;
}
.listings li:hover {
  background: #f5f5fa;
}
.listings li.ui-sortable-helper {
  background: #249bfd;
  border: 1px solid #0282ec;
  color: white;
}
.listings li.ui-sortable-helper .listing-url {
  color: white;
}
.listings li .platform {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
}
.listings li .listing-url {
  color: #249bfd;
  display: inline-block;
}
.listings li .listing-url:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.location {
  border-bottom: 1px solid #d6d8e3;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.location .listings {
  background: #f5f5fa;
  border: 2px dashed #b8bbce;
  margin-bottom: 0;
  min-height: 100px;
  padding: 10px;
  position: relative;
}
.location .listings:hover {
  border-color: #249bfd;
}
.location .listings:after {
  color: rgba(0, 0, 0, 0.54);
  content: 'Drag Listings Here';
  font-size: 18px;
  font-weight: 500;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.location .listings li {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.template-image {
  float: left;
  border: 1px solid #d6d8e3;
  margin-bottom: 20px;
  padding: 10px;
}
.template-image img {
  max-width: 400px;
  margin-bottom: 10px;
}
.template-image .delete-template-image {
  color: #249bfd;
  display: block;
  font-weight: 600;
}
.template-image .delete-template-image:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.business-image {
  border: 1px solid #d6d8e3;
  margin-bottom: 20px;
  padding: 10px;
}
.business-image img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.business-image .delete-template-image {
  color: #249bfd;
  display: block;
  font-weight: 600;
}
.business-image .delete-template-image:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.pagination:after {
  clear: both;
  content: "";
  display: table;
}
.pagination li {
  float: left;
}
.pagination li a,
.pagination li span {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #f5f5fa;
  border: 1px solid #d6d8e3;
  border-right: 0;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.pagination li a {
  color: #0b7ad7;
}
.pagination li.active span {
  background: #eeeef7;
  font-weight: 700;
}
.pagination li:first-child a,
.pagination li:first-child span {
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 0;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
.pagination li:last-child a,
.pagination li:last-child span {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 3px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border-right: 1px solid #d6d8e3;
}
.overlay {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  background: #033f6b;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
}
.modal {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), 0 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: white;
  display: none;
  line-height: 150%;
  font-size: 30px;
  font-weight: 300;
  margin-left: -300px;
  margin-top: -200px;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 600px;
  z-index: 1000001;
}
.modal img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 60px;
}
.coming-soon {
  background: #39d2c4;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #39d2c4, #2cc1b3);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #39d2c4, #2cc1b3);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #39d2c4, #2cc1b3);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #39d2c4, #2cc1b3);
  /* Standard syntax */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border: 2px solid #2cc1b3;
  color: white;
  margin-bottom: 40px;
  padding: 40px;
}
.coming-soon.light_blue {
  background: #249bfd;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #249bfd, #0b7ad7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #249bfd, #0b7ad7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #249bfd, #0b7ad7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #249bfd, #0b7ad7);
  /* Standard syntax */
  border: 2px solid #0b7ad7;
}
.coming-soon h3 {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.coming-soon h1 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.coming-soon p {
  color: white;
}
.coming-soon p a {
  color: white;
  text-decoration: underline;
}
.platforms {
  margin-bottom: 40px;
}
.template-render {
  border: 1px solid #d6d8e3;
}
.template-render .template-render-meta:after {
  clear: both;
  content: "";
  display: table;
}
.template-render .template-render-meta dt,
.template-render .template-render-meta dd {
  float: left;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #d6d8e3;
  padding: 10px;
  width: 20%;
}
.template-render .template-render-meta dd {
  width: 80%;
}
.template-render .template-render-content {
  background: url('https://app.spreadeffect.com/static/dashboard/images/envelope-border.png') top right repeat-x, url('https://app.spreadeffect.com/static/dashboard/images/envelope-border.png') bottom right repeat-x;
  padding: 20px;
  padding-top: 35px;
}
.template-render .template-render-content .template-render-header {
  margin-bottom: 40px;
  position: relative;
}
.template-render .template-render-content .template-render-header .template-render-image {
  display: block;
  height: auto !important;
  margin: 0 auto;
  max-width: 600px !important;
}
.template-render .template-render-content .template-render-header:after {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  content: 'Save template to update logo preview';
  background: rgba(0, 0, 0, 0.2);
  color: white;
  display: none;
  font-size: 11px;
  font-weight: 500;
  padding: 0 2px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.template-render .template-render-content .template-render-headline {
  color: #455CA6;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 40px;
  text-align: center;
}
.template-render .template-render-content .template-render-body {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  padding-left: 100px;
  padding-right: 100px;
}
.template-render .template-render-content .template-render-button {
  background: #455CA6;
  border-radius: 5px;
  color: white;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 300px;
}
.template-render .template-render-content .template-render-footer {
  color: #777777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
}
.sms-render {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #222;
  border: 10px solid #222;
  margin: 0 auto;
  max-width: 300px;
  padding: 50px 0;
  position: relative;
}
.sms-render:after {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
}
.sms-render .sms-render-content {
  background: white;
  min-height: 400px;
  padding: 10px;
  position: relative;
}
.sms-render .sms-render-content .sms-render-message {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #249bfd;
  color: white;
  font-size: 12px;
  min-height: 30px;
  padding: 10px;
  position: relative;
  width: 90%;
}
.sms-render .sms-render-content .sms-render-message:after {
  border-top: 5px solid transparent;
  border-right: 5px solid #249bfd;
  border-bottom: 5px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  bottom: 10px;
  left: -5px;
  width: 0;
}
.sms-render .sms-render-content .sms-render-message .sms-render-link {
  text-decoration: underline;
}
.sms-render .sms-render-content .sms-render-message .sms-render-image {
  width: 100%;
  margin-bottom: 10px;
}
.dashboard-order-container {
  border: 2px solid #d6d8e3;
  margin-bottom: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.dashboard-order-container table {
  margin-bottom: 0;
}
.dashboard-order-container table th {
  background: #f5f5fa;
}
.dashboard-order-container table th,
.dashboard-order-container table td {
  padding: 10px;
}
.fr-box {
  margin-bottom: 20px;
}
.fr-toolbar .fr-command {
  color: black !important;
}
.fr-basic .fr-element {
  max-width: 1000px;
  padding: 40px !important;
}
.fr-basic .fr-element h1,
.fr-basic .fr-element h2,
.fr-basic .fr-element h3,
.fr-basic .fr-element h4 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.fr-basic .fr-element h1 {
  margin-bottom: 40px;
  line-height: 40px;
}
.fr-basic .fr-element h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
}
.fr-basic .fr-element h3 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
}
.fr-basic .fr-element h4 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  font-weight: 600;
}
.fr-basic .fr-element p,
.fr-basic .fr-element ul,
.fr-basic .fr-element ol {
  color: rgba(0, 0, 0, 0.87);
  font-family: Georgia;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 20px;
}
.fr-basic .fr-element p a,
.fr-basic .fr-element ul a,
.fr-basic .fr-element ol a {
  color: #249bfd;
}
.fr-basic .fr-element p a:hover,
.fr-basic .fr-element ul a:hover,
.fr-basic .fr-element ol a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.fr-basic .fr-element p + h1,
.fr-basic .fr-element p + h2,
.fr-basic .fr-element p + h3,
.fr-basic .fr-element p + h4,
.fr-basic .fr-element ul + h1,
.fr-basic .fr-element ul + h2,
.fr-basic .fr-element ul + h3,
.fr-basic .fr-element ul + h4,
.fr-basic .fr-element ol + h1,
.fr-basic .fr-element ol + h2,
.fr-basic .fr-element ol + h3,
.fr-basic .fr-element ol + h4,
.fr-basic .fr-element table + h1,
.fr-basic .fr-element table + h2,
.fr-basic .fr-element table + h3,
.fr-basic .fr-element table + h4 {
  margin-top: 40px;
}
.fr-basic .fr-element ul,
.fr-basic .fr-element ol {
  list-style: disc;
  margin-left: 20px;
}
.fr-basic .fr-element ul li,
.fr-basic .fr-element ol li {
  margin-bottom: 10px;
}
.fr-basic .fr-element ul li:last-child,
.fr-basic .fr-element ol li:last-child {
  margin-bottom: 0;
}
.fr-basic .fr-element ol {
  list-style: decimal;
}
.fr-basic .fr-element table {
  border-collapse: collapse;
  margin-bottom: 40px;
  width: 100%;
}
.fr-basic .fr-element table th,
.fr-basic .fr-element table td {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  font-weight: 500;
}
.fr-basic .fr-element table th {
  background: #f5f5fa;
  border: 1px solid #d6d8e3;
  color: white;
}
.fr-basic .fr-element table tbody tr td {
  border: 1px solid #d6d8e3;
}
.fr-basic .fr-element table tbody tr td p,
.fr-basic .fr-element table tbody tr td ul,
.fr-basic .fr-element table tbody tr td ol,
.fr-basic .fr-element table tbody tr td a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.fr-basic .fr-element table tbody tr td a {
  color: #249bfd;
  font-weight: 700;
  text-decoration: underline;
}
.fr-basic .fr-element table tbody tr td a:hover {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
}
.revisions-list li {
  margin-bottom: 5px;
}
.revisions-list li a {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background: #f5f6f7;
  display: block;
  border: 1px solid #d6d8e3;
  padding: 2px 9px;
}
.revisions-list li a:after {
  clear: both;
  content: "";
  display: table;
}
.revisions-list li a:hover,
.revisions-list li a.active {
  background: white;
  border-color: #6c9fd9;
}
