﻿body {
  color: black;
}
.hidden {
  display: none !important;
}
.btn-secondary:hover {
  color: white !important;
}
.developer-counts {
  display: inline-block;
  float: left;
  width: 100%;
}
.developer-counts h6.title {
  font-weight: 400;
  margin-bottom: 0px;
  cursor: pointer;
  text-decoration: underline;
}
.developer-counts .invoice-table {
  width: 100%;
  font-size: 14px;
  vertical-align: top;
}
.developer-counts .invoice-table.totals {
  font-size: 16px;
  font-weight: bold;
}
.developer-counts .invoice-table tr th,
.developer-counts .invoice-table tr td {
  vertical-align: top;
}
.developer-counts .invoice-table tr th:nth-child(1),
.developer-counts .invoice-table tr td:nth-child(1) {
  width: 30%;
}
.developer-counts .invoice-table tr th:nth-child(2),
.developer-counts .invoice-table tr td:nth-child(2) {
  width: 23%;
  padding-right: 30px;
}
.developer-counts .invoice-table tr th:nth-child(3),
.developer-counts .invoice-table tr td:nth-child(3),
.developer-counts .invoice-table tr th:nth-child(4),
.developer-counts .invoice-table tr td:nth-child(5) {
  text-align: left;
  min-width: 80px;
  max-width: 80px;
  width: 80px;
}
.developer-counts .invoice-table tr th:nth-child(5),
.developer-counts .invoice-table tr td:nth-child(5),
.developer-counts .invoice-table tr th:nth-child(6),
.developer-counts .invoice-table tr td:nth-child(6),
.developer-counts .invoice-table tr th:nth-child(7),
.developer-counts .invoice-table tr td:nth-child(7) {
  padding-left: 10px;
  padding-right: 0px;
  text-align: right;
  min-width: 90px;
  max-width: 90px;
  width: 90px;
}
.developer-counts .invoice-table tr td:nth-child(7) {
  font-weight: 700;
}
.developer-counts .invoice-table tr th,
.developer-counts .invoice-table tr td {
  padding-right: 10px;
}
.developer-counts .invoice-table th {
  padding-bottom: 10px;
}
.developer-counts .invoice-table td {
  padding-bottom: 10px;
}
.developer-counts .invoice-table .border-top {
  border-top: 2px solid black;
  padding-top: 5px;
}
.developer-counts .expandable-outer {
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.developer-counts .expandable-outer .day-outer,
.developer-counts .expandable-outer .eow {
  display: none;
}
.developer-counts .expandable-outer .invoice-row {
  padding-top: 0px;
}
.developer-counts .expandable-outer.expanded .day-outer,
.developer-counts .expandable-outer.expanded .eow {
  display: inline-block;
}
.developer-counts .expandable-outer.expanded .invoice-row {
  padding-top: 20px;
}
.developer-counts .toggle-details {
  display: inline-block;
  background-color: #6b7c85;
  padding: 5px 15px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
}
.developer-counts .toggle-details:hover {
  background-color: #86959d;
}
.developer-counts .toggle-details .fa {
  font-size: 12px;
  margin-left: 5px;
}
.developer-counts .grand-total {
  display: inline-block;
  float: left;
  width: 100%;
  font-weight: 400;
  margin-bottom: 30px;
}
.developer-counts .business {
  display: inline-block;
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.developer-counts h6 {
  margin-top: 20px;
}
.developer-counts .developer-outer {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 40px 50px 30px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.developer-counts .developer-outer,
.developer-counts .development-outer {
  display: inline-block;
  float: left;
  width: 100%;
}
.developer-counts .developer-outer.out,
.developer-counts .development-outer.out {
  padding-bottom: 60px;
  border-bottom: 1px solid #b7b7b7;
}
.developer-counts .invoice-row {
  display: inline-block;
  float: left;
  width: 100%;
}
.developer-counts .invoice-row .line {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 14px;
}
.developer-counts .eow {
  display: inline-block;
  float: left;
  width: 0px;
  height: 60px;
  margin-left: -1px;
  margin-right: -1px;
  border-left: 2px solid #ff3366;
}
.developer-counts .day-outer {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  padding: 5px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #b8b8b8;
  background-color: rgba(255, 255, 255, 0.48);
}
.developer-counts .day-outer.totals {
  background-color: #FF3366;
  border: 1px solid #b8b8b8;
  color: white;
}
.developer-counts .day-outer.subtotals {
  width: 120px;
  background-color: white;
  border: 1px solid #b8b8b8;
  color: black;
}
.developer-counts .day-outer.subtotals .day {
  margin-bottom: 2px !important;
}
.developer-counts .day-outer.subtotals .fal {
  width: 15px;
  font-size: 13px;
  font-weight: 100;
}
.developer-counts .day-outer .ordinal {
  display: inline-block;
  /* float: left; */
  font-size: 10px;
  margin-left: 1px;
  position: relative;
  top: -4px;
  font-weight: 600;
  left: 0px;
}
.developer-counts .day-outer.hasdata {
  background-color: #4f8000;
  border: 1px solid #365700;
  color: white;
}
.developer-counts .day-outer .date-stamp {
  display: inline-block;
  float: left;
  width: 100%;
}
.developer-counts .day-outer .date-stamp.subtotals {
  font-weight: 100;
  font-size: 13px;
  line-height: 13px;
  margin-top: 1px;
}
.developer-counts .day-outer .date-stamp.total {
  font-weight: 600;
  font-size: 22px;
  line-height: 16px;
  margin-top: 8px;
}
.developer-counts .day-outer .date-stamp.day {
  font-size: 17px;
  line-height: 16px;
  margin-bottom: -2px;
  margin-top: 2px;
}
.developer-counts .day-outer .date-stamp.month {
  font-weight: 100;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 2px;
}
.developer-counts .day-outer .grouped,
.developer-counts .day-outer .individual {
  display: inline-block;
}
.developer-counts .day-outer .resale {
  width: 100% !important;
}
.suffix-item {
  display: inline-block;
  float: left;
}
.call-log-table {
  font-size: 16px;
}
.call-log-table tbody tr {
  cursor: pointer;
}
.call-log-table tbody tr thead,
.call-log-table tbody tr tbody {
  display: inline-table;
  width: 100%;
}
.call-log-table tbody tr:hover {
  background-color: #ff4d79 !important;
  color: white !important;
}
.call-log-table tbody tr .btn {
  display: none;
  float: right;
  font-size: 22px;
  margin-top: 5px;
}
.call-log-table tbody tr.active {
  cursor: default;
  background-color: #FF3366 !important;
  color: white !important;
}
.call-log-table tbody tr.active:hover {
  background-color: #FF3366 !important;
}
.call-log-table tbody tr.active .btn {
  display: inline-block;
}
#reference-search {
  padding: 5px 15px;
  display: inline-block;
  float: left;
}
.btn-search-reference {
  padding: 9px 19px 10px 18px !important;
}
#log-property-call-search .selected-property {
  display: inline-block;
  margin-left: 15px;
}
.call-item-table {
  font-size: 16px;
  display: inline-block;
  float: left;
}
.call-item-table thead,
.call-item-table tbody {
  display: inline-table;
  width: 100%;
}
.matching-text {
  display: none;
  float: left;
  padding: 5px 10px;
  color: white;
  background-color: #595959;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.matching-text.match {
  background-color: #FF3366;
  display: inline-block;
}
.btn-sign-in-admin,
.btn-upgrade-account,
.btn-downupgrade-account {
  display: inline-block;
  float: right;
  margin-left: 5px;
  margin-top: 0px !important;
}
.filepond--item {
  width: calc(33% - 0.5em);
}
@media only screen and (max-width: 479px) {
  .filepond--item {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .filepond--item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .filepond--item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .filepond--item {
    width: calc(33% - 5px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 1600px) {
  .filepond--item {
    width: calc(25% - 10px);
  }
}
.filepond--root {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filepond--panel-root {
  border-radius: 0px !important;
}
.filepond--panel-top,
.filepond--panel-center,
.filepond--panel-bottom {
  background-color: white !important;
}
.filepond--list.filepond--list {
  top: 10px !important;
}
.filepond--panel-bottom {
  border-bottom: none;
}
.filepond--drop-label {
  min-height: 110px !important;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px dashed #FF3366;
}
.filepond--drop-label .fal,
.filepond--drop-label .fa,
.filepond--drop-label .far {
  color: #FF3366;
  font-size: 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 38px;
  line-height: 41px;
}
.filepond--drop-label label {
  line-height: 22px !important;
}
.signup-green {
  background-color: #79ac16 !important;
  color: white;
}
.signup-amber {
  background-color: #ff9400 !important;
  color: white;
}
.signup-fushia {
  background-color: #FF3366 !important;
  color: white;
}
.signup-white {
  color: black;
}
.holding-deposit-refund-root {
  display: inline-block;
  float: left;
  width: 350px;
}
.holding-deposit-refund-root h6 {
  display: inline-block;
  float: left;
  width: 100%;
}
.holding-deposit-refund-root #reviewnotes {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 10px;
  min-height: 150px;
  outline: none;
  border: 1px solid #bbbbbb !important;
}
.holding-deposit-refund-root #reviewnotes:focus {
  border: 1px solid #FF3366 !important;
}
.holding-deposit-refund-root .current-deposit {
  display: inline-block;
  float: left;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 16px;
  margin-bottom: 15px;
}
.holding-deposit-refund-root .left-col {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0px 10px 0px 0px;
}
.holding-deposit-refund-root .right-col {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0px 0px 0px 10px;
}
.holding-deposit-refund-root .num-input {
  width: 100%;
  border: 1px solid #bbbbbb !important;
  outline: none;
  padding: 10px;
}
.holding-deposit-refund-root .num-input:focus {
  border: 1px solid #FF3366 !important;
}
.holding-deposit-refund-root .ui-slider {
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 30px;
  height: 5px;
  position: relative;
  border: none;
  background: #FF3366;
}
.holding-deposit-refund-root .ui-state-focus,
.holding-deposit-refund-root .ui-state-default,
.holding-deposit-refund-root .ui-widget-content .ui-state-default,
.holding-deposit-refund-root .ui-widget-header .ui-state-default {
  background: #FF3366;
  outline: none;
  position: absolute;
  top: -10px;
  min-width: 50px;
  text-align: center;
  padding: 5px;
  margin-left: -25px;
  color: white;
  cursor: pointer;
}
.holding-deposit-refund-root .ui-slider-horizontal .ui-slider-range {
  background: #e9ecf1;
}
.table-tenancy-applications .btn-process-refund {
  margin-top: 18px;
}
.table-tenancy-applications .reports {
  display: inline-block;
  float: left;
  width: 350px;
  margin-right: 15px;
}
.table-tenancy-applications .reports .right {
  float: right !important;
}
.table-tenancy-applications .reports .report-root {
  display: inline-block;
  float: left;
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 10px 15px 15px 15px;
  background-color: white;
  margin-bottom: 5px;
  margin-right: 15px;
  width: 320px;
}
.table-tenancy-applications .reports .report-root .guarantor-root {
  display: inline-block;
  float: left;
  width: 100%;
  width: 320px;
  border: 1px solid #e3e3e3;
  border-right: 5px solid #565656;
  padding: 10px 15px 15px 15px;
  background-color: white;
}
.table-tenancy-applications .reports .line {
  display: inline-block;
  float: left;
  width: 65%;
}
.table-tenancy-applications .reports .line.name {
  font-weight: bold;
}
.table-tenancy-applications .reports .line .overall {
  display: inline-block;
  float: left;
  background-color: #6b7c85;
  border-radius: 50px;
  color: white;
  padding: 2px 10px;
  margin-top: 5px;
}
.table-tenancy-applications .reports .line .overall.ACCEPTED {
  background-color: #4f8000;
}
.table-tenancy-applications .reports .line .overall.ACCEPTED_WITH_GUARANTOR {
  background-color: #4f8000;
}
.table-tenancy-applications .reports .line .overall.ACCEPTED_WITH_RENT_MONIES {
  background-color: #4f8000;
}
.table-tenancy-applications .reports .line .overall.ACCEPTED_FOLLOWING_STABILITY_REVIEW {
  background-color: #4f8000;
}
.table-tenancy-applications .reports .line .overall.IN_PROGRESS,
.table-tenancy-applications .reports .line .overall.REFER,
.table-tenancy-applications .reports .line .overall.ON_HOLD {
  background-color: #ff7500;
}
.table-tenancy-applications .reports .line .overall.DECLINED {
  background-color: #d21f1f;
}
.envelope-status {
  display: inline-block;
  float: left;
}
.envelope-status.rejectedbysignees {
  color: white;
  border: 1px solid #d21f1f;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: #d21f1f;
}
.envelope-status.readyforpreperation {
  color: #FF3366;
  border: 1px solid #FF3366;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: white;
}
.envelope-status.preperationinprogress {
  color: #FF3366;
  border: 1px dashed #FF3366;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: white;
}
.envelope-status.readytobeposted {
  color: white;
  border: 1px solid #FF3366;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: #FF3366;
}
.envelope-status.waitingforsignatures {
  color: #ff7500;
  border: 1px solid #ff7500;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: white;
}
.envelope-status.cancelled {
  color: white;
  border: 1px solid #6b7c85;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: #6b7c85;
}
.envelope-status.postingfailed {
  color: white;
  border: 1px solid #d21f1f;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: #d21f1f;
}
.envelope-status.fullysigned {
  color: white;
  border: 1px solid #4f8000;
  padding: 2px 10px 3px 10px;
  border-radius: 20px;
  background-color: #4f8000;
}
a.download-sig-doc {
  background-color: white;
  border: 1px solid grey;
  color: black;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
}
a.download-sig-doc:hover {
  background-color: red;
}
.signee-status .red {
  color: #d21f1f;
}
.signee-status .grey {
  color: #a7a7a7;
}
.signee-status .green {
  color: #4f8000;
}
.tx-green {
  color: #4f8000;
}
.tx-red {
  color: #d21f1f;
}
.tx-amber {
  color: #ff7500;
}
.property-status-indictor-admin.fa.green {
  color: #00d06b !important;
}
.property-status-indictor-admin.fal.green {
  color: #00d06b !important;
}
.property-status-indictor-admin.fa.purple {
  color: #c200eb !important;
}
.property-status-indictor-admin.fal.purple {
  color: #c200eb !important;
}
.property-status-indictor-admin.fa.blue {
  color: darkorange !important;
}
.property-status-indictor-admin.fal.blue {
  color: darkorange !important;
}
.property-status-indictor-admin.fa.otm {
  color: #2a79c8 !important;
}
.property-status-indictor-admin.fal.otm {
  color: #2a79c8 !important;
}
.property-status-indictor-admin.fal.amber {
  color: #ff7500 !important;
}
.property-status-indictor-admin.fal.red {
  color: #d21f1f !important;
}
.property-status-indictor-admin.fal.grey {
  color: #9f9f9f !important;
}
.btn-show-inactive-user-properties {
  background-color: #3aa9f7;
  color: #ffffff;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
}
.btn-show-inactive-user-properties:hover {
  background-color: #ff668c;
}
.user-prop {
  border-top: 1px solid #e0e0e0;
  padding: 5px;
}
.user-prop:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.user-prop:last-of-type {
  padding-bottom: 0px;
}
.user-prop .prop-status-loz {
  background-color: #6b7c85;
  color: white;
  padding: 1px 8px;
  border-radius: 20px;
  font-size: 11px;
  margin-right: 10px;
}
.user-prop .prop-status-loz.UnderOffer,
.user-prop .prop-status-loz.OnMarket {
  background-color: #FF3366;
}
.user-prop .prop-status-loz.SoldLet {
  background-color: #d21f1f;
}
.user-prop .prop-status-loz.Withdrawn {
  background-color: #ff7500;
}
#boosts-table .hidden {
  display: none;
}
#activateboost-action-modal input {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 5px 0px;
  padding: 5px 10px;
  border: 1px solid #bdbdbd;
}
#activateboost-action-modal input:focus,
#activateboost-action-modal input:active {
  border: 1px solid #FF3366;
}
#activateboost-action-modal label {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 10px 0 0 0;
}
#activateboost-action-modal h6 {
  text-decoration: underline;
}
#activateboost-action-modal .mg-t-20 {
  margin-top: 20px;
}
.info-inline {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 15px;
  color: #d21f1f;
  border: 2px solid #d21f1f;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}
label {
  margin-top: 15px;
}
.featured-item {
  display: inline-block;
  float: left;
  padding: 5px 15px;
  font-size: 14px;
  color: white;
  background-color: #4f8000;
  border-radius: 15px;
}
.admin-service-actions .btn.change-status .fa,
.admin-service-actions .btn.admin-link-get .fa {
  font-weight: 100 !important;
}
.admin-service-actions .btn.change-status.disabled,
.admin-service-actions .btn.admin-link-get.disabled {
  background-color: transparent !important;
  opacity: 0.2 !important;
}
.br-pageheader {
  display: none;
}
#ui-id-1,
#ui-id-2 {
  list-style-type: none !important;
  padding-inline-start: 0px !important;
}
#ui-id-1 .ui-helper-hidden-accessible,
#ui-id-2 .ui-helper-hidden-accessible {
  display: none !important;
}
tr.statistics {
  cursor: pointer;
}
tr.statistics .data-numbers {
  display: inline-block;
}
tr.statistics .data-percentages {
  display: none;
}
tr.statistics:hover .data-numbers {
  display: none;
}
tr.statistics:hover .data-percentages {
  display: inline-block;
}
#campaignmembers_table table.dataTable thead.sorting {
  background-image: none !important;
}
#campaignmembers_table .active-members {
  display: inline-block;
  background-color: #2196f3;
  color: white;
  border-radius: 20px;
  padding: 0px 10px;
}
#campaignmembers_table .inactive-members {
  display: inline-block;
  background-color: #575757;
  color: white;
  border-radius: 20px;
  padding: 0px 10px;
}
#campaignmembers_table input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  padding: 10px;
}
#glossary-table .execution {
  min-width: 150px;
}
#glossary-table .execution .last-execution {
  display: none;
}
#glossary-table .execution .next-execution {
  display: inline-block;
}
#glossary-table .execution:hover .last-execution {
  display: inline-block;
}
#glossary-table .execution:hover .next-execution {
  display: none;
}
#glossary-table .active-members {
  display: inline-block;
  background-color: #e5e5e5;
  color: #202020;
  border-radius: 20px;
  padding: 0px 10px;
  margin-bottom: 3px;
  font-size: 16px;
}
#glossary-table .inactive-members {
  display: inline-block;
  background-color: #bebebe;
  color: #ffffff;
  border-radius: 20px;
  padding: 0px 10px;
  font-size: 16px;
}
#glossary-table .stats .stat-item {
  display: inline-block;
  float: left;
  width: 40px;
  text-align: center;
}
#glossary-table .stats .stat-item .num-percent {
  font-size: 17px;
}
#glossary-table .stats .stat-item .fal {
  width: 100%;
  font-size: 15px;
}
#vanForm .ui-autocomplete-input {
  outline: none;
}
#vanForm input[type='text']:not(.ui-autocomplete-input) {
  width: 100%;
  border: 1px solid #bbbbbb !important;
  outline: none;
  padding: 10px;
}
#vanForm #summary {
  border: 1px solid #bbbbbb !important;
  outline: none;
}
#vanForm input[type='number'] {
  width: 100%;
  outline: none;
}
#vanForm textarea {
  width: 100%;
  min-height: 163px;
  min-height: 196px;
  outline: none;
}
#vanForm .bootstrap-select {
  width: 100%;
}
#vanForm #tags,
#vanForm #categories {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #DFDFDF;
  background-color: white;
  padding: 5px;
  overflow: hidden;
  cursor: text;
}
#vanForm .toggle-button {
  color: white;
  border: none;
  outline: none;
}
#vanForm .toggle-button .btn:not(.active) {
  color: black;
}
.hidden {
  display: none;
}
#printonly {
  display: none;
  padding: 0px;
}
@media print {
  #printonly {
    display: inline-block;
  }
}
@media print {
  #admin-detail-area .br-mainpanel {
    display: none;
  }
}
@media print {
  body {
    width: 21cm;
    min-height: 29.7cm;
    padding: 0cm;
    margin: 0cm;
  }
}
@media print {
  .br-header,
  .br-sideleft,
  .br-logo {
    display: none;
  }
}
.br-pagebody.boards .btn {
  padding: 5px 10px;
  font-size: 12px;
  margin-top: -4px;
}
.br-pagebody.boards .table-errors td {
  padding: 8px 10px 4px 10px !important;
}
.br-pagebody.board-details .btn.hidden {
  display: none;
}
.br-pagebody.board-details .btn.btn-grey {
  color: white;
  background-color: #6b7c85;
}
.br-pagebody.board-details .btn.btn-grey:hover {
  background-color: #546269;
}
.br-pagebody.board-details .bold {
  color: black;
  font-weight: 400;
}
.service-indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: white;
}
.service-indicator.stopped,
.service-indicator.stoppending {
  background-color: #d21f1f;
}
.service-indicator.paused,
.service-indicator.continuepending,
.service-indicator.pausepending {
  background-color: #ff7500;
}
.service-indicator.running {
  background-color: #4f8000;
}
.person-verification-photo {
  height: 300px;
}
.pose-info {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  color: black;
}
.vendor-report-sending {
  display: inline-block;
  width: 100%;
  float: left;
}
.vendor-report-sending .photo {
  display: inline-block;
  float: left;
  width: 200px;
  height: 121px;
}
.vendor-report-sending .photo img {
  width: 200px;
}
.vendor-report-sending .info {
  display: inline-block;
  float: left;
  height: 121px;
  width: calc(100% - 200px);
}
.vendor-report-sending .info .item {
  display: inline-block;
  width: 100%;
  float: left;
  color: black;
  font-size: 14px;
  padding: 0px 0px 14px 20px;
}
.vendor-report-sending .info .item .fa {
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
.counter-outer {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: black;
  margin-top: 20px;
}
.counter-outer #record-counter {
  display: inline-block;
}
.fa {
  font-weight: 100;
}
.br-logo.blue {
  background-color: #FF3366;
}
.br-logo.blue svg {
  margin-top: 10px;
  width: 540px;
}
.br-logo.blue svg path,
.br-logo.blue svg rect,
.br-logo.blue svg polygon {
  fill: white !important;
}
.br-logo.blue a {
  width: 155px;
  overflow: hidden;
  left: 24px;
  position: relative;
}
.staff-member-card .photo-container {
  border: 0px solid white;
  overflow: hidden;
  display: inline-block;
}
.staff-member-card .photo-actions {
  display: inline-block;
  position: relative;
  top: -29px;
  width: 150px;
  left: 0px;
  padding: 0px 0px 5px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.staff-member-card .photo-actions .btn {
  color: white;
  background-color: transparent;
  border: none;
}
.staff-member-card .photo-actions .btn .fa-trash {
  font-size: 15px;
}
.staff-member-card .inner-card {
  width: 300px;
  min-width: 300px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .staff-member-card .inner-card {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .staff-member-card .inner-card {
    width: 50%;
    min-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .staff-member-card .inner-card {
    width: 300px;
    min-width: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .staff-member-card .inner-card {
    width: 300px;
    min-width: 300px;
  }
}
.staff-member-card .inner-card .widget-7 {
  border-radius: 0px !important;
  padding: 0px;
  align-items: stretch;
}
.staff-member-card .inner-card .widget-7 .tx-center {
  padding: 30px 30px 10px 30px;
}
.staff-member-card .inner-card .widget-7 h4 {
  font-size: 16px !important;
  color: #FF3366;
}
.staff-member-card .inner-card .widget-7 p {
  font-size: 11px !important;
}
.toggle-btn {
  outline: none !important;
}
.toggle-btn .btn-group {
  outline: none;
}
.toggle-btn .btn-default {
  color: #2b2b2b !important;
  border: 1px solid #ced4da;
  width: 50px;
}
.toggle-btn .btn-danger {
  width: 50px;
}
.toggle-btn .btn-danger.active {
  color: white !important;
}
.toggle-btn .btn-success {
  width: 50px;
}
.toggle-btn .btn-success.active {
  color: white !important;
}
.br-section-wrapper.dark {
  background-color: #6b7c85;
}
.selectric-wrapper {
  border: none !important;
  padding: 0px !important;
  width: 100%;
  font-size: 14px;
}
.selectric-wrapper .button {
  width: 50px;
  height: 50px;
}
.selectric-wrapper .selectric {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f8f9fa;
  border: 1px solid #ced4da;
}
.selectric-wrapper .selectric .label {
  line-height: 50px;
  text-transform: none;
}
.selectric-wrapper .selectric-items {
  text-transform: none !important;
}
.selectric-wrapper .selectric-items li {
  color: #6b7c85;
  background-color: white;
}
.selectric-wrapper .selectric-items li.highlighted {
  color: white;
  background-color: #FF3366;
}
.selectric-wrapper .selectric-items li:hover {
  color: white;
  background-color: #ff4d79;
}
.hover-success .select2-results__option--highlighted[aria-selected] {
  background-color: #FF3366;
}
.fa.branch-address {
  color: #6b7c85;
  width: 24px;
  font-size: 19px;
  margin-right: 4px;
}
.social-icons li {
  line-height: 22px;
}
.social-icons a .fa {
  width: 24px;
}
.social-icons a .label {
  position: relative;
  top: -4px;
  font-size: 13px;
}
.social-icons a.social {
  color: #6b7c85;
  /*&.facebook {
                color: @facebook;
            }

            &.twitter {
                color: @twitter;
            }

            &.instagram {
                color: @instagram;
            }

            &.linkedin {
                color: @linkedin;
            }

            &.pinterest {
                color: @pinterest;
            }*/
}
.social-icons a.social.disabled {
  color: lightgray;
  cursor: default;
}
.social-icons a.social.disabled .label {
  color: darkgrey;
}
#nprogress .bar {
  background: #FF3366 !important;
}
#nprogress .peg {
  box-shadow: 0 0 10px #ff668c, 0 0 5px #FF3366 !important;
}
.btn {
  cursor: pointer;
}
.alert {
  min-width: 300px;
  max-width: 400px;
}
.alert .close {
  cursor: pointer;
}
.form-layout-6 .row > div.has-error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.08);
}
.form-layout-6 .row > div.has-error .form-control {
  background-color: transparent;
}
.form-control.hidden {
  display: none !important;
}
.table-errors td {
  font-size: 12px;
  color: black;
  padding: 5px 10px !important;
}
.table-errors .detail-row {
  display: none;
}
.modal-dialog {
  -webkit-box-shadow: 0px 8px 17px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 17px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 17px 2px rgba(0, 0, 0, 0.2);
}
.detail-row td {
  border-top: none;
}
.detail-row .department {
  background-color: #808080;
  height: 200px;
  margin-bottom: 20px;
}
.card-header.bg-info {
  background-color: #FF3366 !important;
}
/*.br-logo > a span {
    color: @colourBase;
}

.br-logo > a i {
    color: @colourBase;
}

.br-logo a svg path {
    fill: @colourBase;
}

.br-logo a svg polygon {
    fill: @colourBase;
}*/
.paginate_button.current {
  background-color: #FF3366 !important;
}
.btn.btn-primary {
  background-color: #FF3366 !important;
  border-color: #FF3366 !important;
}
.br-header::before {
  background-color: transparent !important;
}
.br-sideleft {
  background-color: #FF3366;
}
.br-sideleft .br-menu-link {
  color: white;
  transition: all 0s !important;
}
.br-sideleft .br-menu-link .fa {
  font-weight: 100 !important;
  margin-right: 5px;
  width: 30px;
  text-align: center;
}
.br-sideleft .br-menu-link.with-sub::after {
  color: white;
}
.br-sideleft .br-menu-link:hover,
.br-sideleft .br-menu-link:focus,
.br-sideleft .br-menu-link.active {
  background-color: #ff0040;
  background-color: white;
  color: #546269;
  background-image: none;
}
.br-sideleft .br-menu-link.show-sub {
  background-color: #ff0040;
}
.br-sideleft .br-menu-sub {
  background-color: #ff1953;
}
.br-sideleft .br-menu-sub .sub-link {
  color: #f5f5f5;
  cursor: pointer;
}
.br-sideleft .br-menu-sub .sub-link:hover,
.br-sideleft .br-menu-sub .sub-link:focus {
  color: white;
}
.br-sideleft .br-menu-sub .sub-link:hover::before,
.br-sideleft .br-menu-sub .sub-link:focus::before {
  background-color: white;
}
.branches-body-container {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.branches-body-container .iskeydepartment-badge {
  margin-top: -4px;
  display: inline-block !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .branches-body-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .branches-body-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .branches-body-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .branches-body-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #stack-trace-model .modal-dialog {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #stack-trace-model .modal-dialog {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #stack-trace-model .modal-dialog {
    max-width: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #stack-trace-model .modal-dialog {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #EditDepartment .type-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #EditDepartment .type-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #EditDepartment .type-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #EditDepartment .type-margin {
    margin-top: 0px;
  }
}
#EditStaff .department-item {
  background-color: #FF3366;
  color: black;
  padding: 10px 20px 9px 20px;
  border: none;
  /* border: 1px solid grey; */
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  text-transform: none;
  cursor: pointer;
}
#EditStaff .department-item:hover {
  background-color: #ff668c;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #EditStaff .position-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #EditStaff .position-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #EditStaff .position-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #EditStaff .position-margin {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #EditStaff .contact-margin {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #EditStaff .contact-margin {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #EditStaff .contact-margin {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #EditStaff .contact-margin {
    margin-top: 22px;
  }
}
#EditStaff .widget-7 {
  width: 250px;
  border-radius: 0px !important;
  padding: 0px;
  align-items: stretch;
}
#EditStaff .widget-7 .tx-center {
  padding: 0px 30px 10px 30px;
}
#EditStaff .widget-7 h4 {
  font-size: 16px !important;
}
#EditStaff .widget-7 p {
  font-size: 11px !important;
}
#upload-staffphoto-modal .progress {
  width: 100%;
  position: relative;
  top: 386px;
  /* padding-left: 5px; */
  /* padding-right: 5px; */
  margin-left: 1px;
  margin-right: 1px;
  height: 14px;
  /* margin-top: 30px; */
  display: inline-block;
  margin-top: -20px;
}
#upload-staffphoto-modal .card {
  width: 400px !important;
  padding: 20px;
}
#upload-staffphoto-modal .modal-body {
  background-color: whitesmoke;
}
#upload-staffphoto-modal .card-preview {
  display: none;
}
#AllocateStaff .headers {
  display: inline-block;
  width: 100%;
}
#AllocateStaff .headers h6 {
  width: 50%;
  display: inline-block;
  float: left;
}
#AllocateStaff .inner-card {
  width: 180px;
  min-width: 180px;
  display: inline-block;
  float: left;
  z-index: 100;
  margin-left: 10px;
  transition: box-shadow 0.2s ease-in-out;
}
#AllocateStaff .inner-card.dragging {
  opacity: 0.2;
}
#AllocateStaff .inner-card.ui-draggable-dragging {
  box-shadow: 0 23px 37px 0 rgba(0, 0, 0, 0.6);
  z-index: 200;
}
#AllocateStaff .inner-card .tx-center {
  padding: 20px 10px 10px 10px;
}
#AllocateStaff .inner-card .tx-center h4 {
  font-size: 12px !important;
}
#AllocateStaff .widget-7 {
  width: 180px;
  border-radius: 0px !important;
  padding: 0px;
  align-items: stretch;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #AllocateStaff .position-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #AllocateStaff .position-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #AllocateStaff .position-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #AllocateStaff .position-margin {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #AllocateStaff .contact-margin {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #AllocateStaff .contact-margin {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #AllocateStaff .contact-margin {
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #AllocateStaff .contact-margin {
    margin-top: 22px;
  }
}
#AllocateStaff .split-view {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: calc(100vh - 270px);
}
#AllocateStaff .split-view .left-col,
#AllocateStaff .split-view .right-col {
  position: relative;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #dee2e6;
  background-clip: border-box;
  padding: 10px 0px;
  overflow-y: scroll;
}
#AllocateStaff .split-view .left-col.ui-state-hover,
#AllocateStaff .split-view .right-col.ui-state-hover {
  background-color: #f6f6f6;
}
#EditPage .br-section-label.page-category {
  margin-top: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #EditPage .options-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #EditPage .options-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #EditPage .options-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #EditPage .options-margin {
    margin-top: 0px;
  }
}
#EditPage .options-margin .btn {
  padding: 5px;
}
#EditPage .options-margin .col-7 {
  padding: 10px;
}
#EditPage .input-number {
  text-align: center;
  max-width: 100px;
}
#EditPage .editor-area {
  border: 1px solid #ced4da;
  padding: 15px 20px;
  background-color: white;
}
#EditPage #ContentHTML {
  display: none;
}
#EditPage #SEODescription {
  border: 1px solid #bbbbbb !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #EditOptions .api-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #EditOptions .api-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #EditOptions .api-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #EditOptions .api-margin {
    margin-top: 0px;
  }
}
#myEditor .btnUp,
#myEditor .btnMove {
  border: 1px solid #e2e2e2;
}
#myEditor .btn:focus {
  box-shadow: none !important;
}
#myEditor .list-group-item {
  min-height: 65px !important;
}
#myEditor .list-group-item .txt,
#myEditor .list-group-item .pagetitle {
  display: inline-block !important;
  float: left !important;
  clear: right !important;
  width: 51% !important;
}
#myEditor .list-group-item .txt {
  font-weight: bold !important;
  font-size: 14px !important;
}
#myEditor .list-group-item .pagetitle {
  font-weight: normal !important;
  font-size: 12px !important;
}
#myEditor .list-group-item .sortableListsOpener {
  margin-right: 10px !important;
  display: inline-block !important;
  float: left !important;
}
#myEditor .list-group-item .btn-group.pull-right {
  top: 13px !important;
  right: 13px !important;
  position: absolute !important;
}
#myEditor .list-group-item .list-group-item {
  display: inline-block;
  width: 100% !important;
  margin-top: 20px !important;
  min-height: 65px !important;
}
#testimonials-table .rating-container {
  line-height: 10px;
}
#testimonials-table .rating-container .caption {
  margin-top: 0px;
}
#testimonials-table .star .glyphicon {
  font-size: 20px !important;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #EditFAQs .options-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #EditFAQs .options-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #EditFAQs .options-margin {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #EditFAQs .options-margin {
    margin-top: 0px;
  }
}
.rating-star.fa-star,
.rating-star.fa-star-half {
  color: #ffdb00;
  font-size: 18px;
}
.pie-animated {
  opacity: 1;
}
.pie-chart {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 50px;
  position: relative;
  text-align: center;
}
.pie-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.pie-chart span,
.pie-chart i {
  display: inline-block;
  font-size: 28px;
  z-index: 2;
  font-weight: 600;
}
.pie-chart i {
  font-size: 38px;
}
.pie-chart span.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8em;
}
/*transparent*/
.pie-chart.transparent span,
.pie-chart.transparent span.percent,
.pie-chart.transparent i {
  color: #fff;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #email-sent-model .modal-dialog {
    max-width: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #email-sent-model .modal-dialog {
    max-width: 850px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #email-sent-model .modal-dialog {
    max-width: 850px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  #email-sent-model .modal-dialog {
    max-width: 850px;
  }
}
#data-table_wrapper .selectric {
  line-height: normal;
  height: auto;
}
#data-table_wrapper .selectric .label {
  line-height: 42px;
}
#data-table_wrapper .selectric .button {
  height: 38px;
}
#data-table_wrapper tr.vendor-up-to-date {
  background-color: rgba(0, 255, 0, 0.05);
}
#data-table_wrapper tr.vendor-opted-out {
  background-color: rgba(255, 0, 0, 0.05);
}
#data-table_wrapper tr.vendor-report-disabled {
  background-color: rgba(0, 177, 255, 0.05);
}
#data-table_wrapper tr.no-email-address {
  background-color: rgba(255, 109, 0, 0.05);
}
#timeline-root p {
  margin-top: 20px;
  margin-bottom: 0px;
}
#timeline-root .timestamp {
  font-size: 12px;
}
#timeline-root header:after,
#timeline-root #timeline .timeline-item:after,
#timeline-root header:before,
#timeline-root #timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#timeline-root *,
#timeline-root *:before,
#timeline-root *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#timeline-root img {
  max-width: 100%;
}
#timeline-root a {
  text-decoration: none;
}
#timeline-root .container {
  max-width: 1100px;
  margin: 0 auto;
}
#timeline-root h1,
#timeline-root h2,
#timeline-root h3,
#timeline-root h4 {
  font-weight: 500;
}
#timeline-root .project-name {
  text-align: center;
  padding: 10px 0;
}
#timeline-root header {
  background: #2b2e48;
  padding: 10px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
#timeline-root header .logo > span {
  color: #f7aaaa;
  font-weight: 300;
}
#timeline-root header .social {
  float: right;
}
#timeline-root header .social .btn {
  font-family: "Dosis";
  font-size: 14px;
  margin: 10px 5px;
}
#timeline-root #timeline {
  width: 100%;
  margin: 30px auto;
  position: relative;
  padding: 0 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#timeline-root #timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #FF3366;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline-root #timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline-root #timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline-root #timeline .timeline-item .timeline-icon {
  background: #FF3366;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#timeline-root #timeline .timeline-item .timeline-icon .fa {
  font-size: 32px;
  color: white;
  margin-top: 8px;
  font-weight: 100;
}
#timeline-root #timeline .timeline-item .timeline-icon svg {
  position: relative;
  top: 14px;
  left: 14px;
}
#timeline-root #timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#timeline-root #timeline .timeline-item .timeline-content h2 {
  padding: 18px;
  background: #6b7c85;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
}
#timeline-root #timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #6b7c85;
}
#timeline-root #timeline .timeline-item .timeline-content.right {
  float: right;
}
#timeline-root #timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #6b7c85;
}
@media screen and (max-width: 768px) {
  #timeline-root #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline-root #timeline:before {
    left: 0;
  }
  #timeline-root #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline-root #timeline .timeline-item .timeline-content:before,
  #timeline-root #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #6b7c85;
  }
  #timeline-root #timeline .timeline-item .timeline-icon {
    left: 0;
  }
}