/* Global */
label {
  font-size: 13px;
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.text-orange {
  color: #FF9A0F;
}
.boxes-i {
  font-size: 42px;
}

.form-control {
  height: 43px;
  padding: 0.375rem 0.75rem;
  border-radius: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left !important;
}
.header-title-color {
  margin-bottom: 20px;
  padding: 20px 20px 15px 20px;
  background-color: #F9F8F8;
  border-bottom: #E0E0E0 1px solid;
}

.modal-title {
  width: 100%;
}
@media (min-width: 1200px) {
  .modal-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #FFFFFF;
    padding: 20px 25px;
  }
}

/* Dropdown */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
[data-toggle="dropdown"] {
  min-width: 97px;
  border-radius: 0px;
  padding: 0.6rem 0.75rem;
}
.border-outline-warning {
  padding: 4px 4px 4px 4px;
  border: 1px solid #F1BF35;
  color: #F1BF35;
}

/* Language */
.lang-editor {
  flex: 1 1 auto;
}
.language-editor-dropdown {
  border-radius: 0px;
}

/* Loading */
#global-loader {
  position: fixed;
  z-index: 9999;
  background-color: #FFFFFF;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.loader-text {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/* Copyright */
.copyright-text img {
  margin-top: -6px;
  margin-right: 5px;
}

/* Marquee */
.marquee {
  width: 100%;
  padding: 10px 0px 10px 0px;
  overflow: hidden;
  background-color: #F9F9F9;
  border: #F1F1F1 1px solid;
  font-size: 13px;
  color: #000000;
}
.marquee div {
  display: flex;
  margin-right: 20px;
}
.marquee div:last-child {
  margin-right: 0px;
}
.marquee div span {
  margin-right: 5px;
  font-weight: bold;
}

/* Dashboard Shortcut */
.dashboardShortcutList {
	position: relative;
}
.dashboardShortcutList .dashboardShortcutListContent {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.dashboardShortcutList .dashboardShortcutListContent a {
	padding: 15px 15px 15px 15px;
	display: block;
	background-color: #F1F5FA;
	font-weight: bold;
	color: #50649C;
	border: 1px solid #EFF2F9;
	-webkit-box-shadow: 0 2px 6px 0 rgba(182, 194, 228, 0.5);
	box-shadow: 0 2px 6px 0 rgba(182, 194, 228, 0.5);
}
.dashboardShortcutList .dashboardShortcutListContent a:hover {
	background-color: #131313;
	color: #FFFFFF;
	border: 1px solid #131313;
}
.dashboardShortcutList .dashboardShortcutListContent .dashboardShortcutDeleteWidget {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgb(206 205 205 / 70%);
	color: #FFCD00 !important;
	padding: 11px 0px 6px 0px;
	font-size: 22px;
	cursor: pointer;
	text-align: center;
	display: none;
}
.dashboardShortcutList .dashboardShortcutListContent .dashboardShortcutDeleteWidget i {
	position: relative;
	top: 2px;
	border-radius: 50%;
	border: #F1646C 1px solid;
	padding: 5px;
	color: #F1646C;
	font-weight: bold;
}
.dashboardShortcutList .dashboardShortcutListContent a .dashboardShortcutDeleteWidget:hover {
	background-color: #FFCD00;
}

/* Tasks */
.latest-tasks .tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 0 1rem 0;
}
.latest-tasks .add-delete-task {
  float: right;
  right: 40px;
  position: absolute;
  z-index: 3;
  color: #4461f6;
  display: none;
}
.tasks:hover .add-delete-task {
  display: block;
}
.latest-tasks .add-delete-task .btn.btn-link {
  padding: 9px 8px;
}
.latest-tasks .task-line:before {
  position: absolute;
  display: block;
  width: .2rem;
  top: .2rem;
  content: "";
  border-radius: .2rem;
  height: 2rem;
}
.latest-tasks .label {
  color: #031b4e;
  margin-left: 1.3rem;
  font-weight: 500;
}
.tasks .task-line.active .label {
  text-decoration: line-through;
}
.latest-tasks .view {
  margin-left: 1.3rem;
  font-size: 13px;
  color: #7987a1;
}
.latest-tasks .description {
  margin-left: 1.3rem;
  font-size: 13px;
  color: #7987a1;
  word-wrap: break-word;
}
.latest-tasks .task-line.primary:before {
  background: linear-gradient(45deg, #3858f9, #8e79fd);
}
.latest-tasks .task-line.pink:before {
  background: linear-gradient(45deg, #f10075 0%, #fd5d93 74%);
}
.latest-tasks .task-line.success:before {
  background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.latest-tasks .task-line.teal:before {
  background: linear-gradient(45deg, #00cccc 0%, #6aefef 100%);
}
.latest-tasks .task-line.warning:before {
  background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
.latest-tasks .task-line.orange:before {
  background: #fd7e14;
}
.latest-tasks .task-line.info:before {
  background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
}
.latest-tasks .task-line.purple:before {
  background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
.latest-tasks .task-line.danger:before {
  background: linear-gradient(45deg, #f53c5b, #fb768c);
}

/* Accordion */
#accordionParent, .accordion {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #E0E0E0 2px solid;
}
#accordionParent .card, .accordion .card {
  border-radius: 0px !important;
}
#accordionParent .card .card-header, .accordion .card .card-header {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#accordionParent .card .card-header button:before, .accordion .card .card-header button:before {
  font-family: 'themify';
  content: "\e64b";
  float: right;
  transition: all 0.5s;
}
#accordionParent .card .card-header button:not(.collapsed):before, .accordion .card .card-header button:not(.collapsed):before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Select2 */
.select2-results__option {
  border-radius: 0;
  margin-bottom: 1px;
  font-size: 13px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 3px;
  height: 43px;
  outline: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #817ba7;
  line-height: 44px;
  padding-left: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7987a1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 43px;
  line-height: calc(1.5em + 0.75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -3px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 0;
  min-height: 43px;
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
  padding: 3px 10px 3px 20px;
  border-color: transparent;
  border-radius: 0;
  background-color: #3858f9;
  color: #fff;
  line-height: 1.45;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  opacity: .5;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 7px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da;
  border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3858f9;
}
.select2-container--default .select2-results > .select2-results__options {
  margin: 4px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 7px;
  line-height: 26px;
  padding-left: 7px;
  opacity: 1;
}
.select2-container--default.select2-container--disabled .select2-selection__choice {
  padding-left: 10px;
  background-color: #9c96c1;
}
.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple {
  background-color: #fff;
  border-color: #ced4da;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
}
.select2-dropdown {
  border-color: #ced4da;
}
.select2-search--dropdown {
  padding-bottom: 0;
}
.select2-results__option {
  padding: 6px 10px;
  font-size: 0.875rem;
}

/* Toggle Switch */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 57px;
  height: 30px;
  pointer-events: all;
  border-radius: 1.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 1px);
  left: calc(-2.25rem + 3px);
  width: 26px;
  height: 26px;
  background-color: #adb5bd;
  border-radius: 1.5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.65rem);
  transform: translateX(1.65rem);
}
.custom-switch.switch-primary .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #4d79f6;
	background-color: #4d79f6;
}
.custom-switch.switch-primary .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(77, 121, 246, 0.25);
	box-shadow: 0 0 0 0.11px rgba(77, 121, 246, 0.25);
}
.custom-switch.switch-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #4ac7ec;
	background-color: #4ac7ec;
}
.custom-switch.switch-secondary .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(74, 199, 236, 0.25);
	box-shadow: 0 0 0 0.11px rgba(74, 199, 236, 0.25);
}
.custom-switch.switch-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-success .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #1ecab8;
	background-color: #1ecab8;
}
.custom-switch.switch-success .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(30, 202, 184, 0.25);
	box-shadow: 0 0 0 0.11px rgba(30, 202, 184, 0.25);
}
.custom-switch.switch-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-warning .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #f3c74d;
	background-color: #f3c74d;
}
.custom-switch.switch-warning .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(243, 199, 77, 0.25);
	box-shadow: 0 0 0 0.11px rgba(243, 199, 77, 0.25);
}
.custom-switch.switch-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-info .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #9ba7ca;
	background-color: #9ba7ca;
}
.custom-switch.switch-info .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(155, 167, 202, 0.25);
	box-shadow: 0 0 0 0.11px rgba(155, 167, 202, 0.25);
}
.custom-switch.switch-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-danger .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #f1646c;
	background-color: #f1646c;
}
.custom-switch.switch-danger .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(241, 100, 108, 0.25);
	box-shadow: 0 0 0 0.11px rgba(241, 100, 108, 0.25);
}
.custom-switch.switch-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-dark .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #2f4686;
	background-color: #2f4686;
}
.custom-switch.switch-dark .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(47, 70, 134, 0.25);
	box-shadow: 0 0 0 0.11px rgba(47, 70, 134, 0.25);
}
.custom-switch.switch-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-purple .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #7551e9;
	background-color: #7551e9;
}
.custom-switch.switch-purple .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(117, 81, 233, 0.25);
	box-shadow: 0 0 0 0.11px rgba(117, 81, 233, 0.25);
}
.custom-switch.switch-purple .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-pink .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #ff5da0;
	background-color: #ff5da0;
}
.custom-switch.switch-pink .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(255, 93, 160, 0.25);
	box-shadow: 0 0 0 0.11px rgba(255, 93, 160, 0.25);
}
.custom-switch.switch-pink .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-blue .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #2b55cc;
	background-color: #2b55cc;
}
.custom-switch.switch-blue .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(43, 85, 204, 0.25);
	box-shadow: 0 0 0 0.11px rgba(43, 85, 204, 0.25);
}
.custom-switch.switch-blue .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}

/* Integration */
.integration {
  display: block;
  color: #2D3144;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  text-align: center;
}
.integration:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
}
.integration img {
  width: 100%;
}
.integration span.title {
  display: block;
  font-weight: bold;
  margin: 10px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #E0E0E0 1px solid;
}
.integration span.action {
  display: block;
  font-weight: bold;
  color: #0BA360;
  margin: 10px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #E0E0E0 1px solid;
}
.integration .status {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  flex-direction: column;
}
.integration .status i {
  font-size: 20px;
  margin-bottom: 0px;
}

/* Fine Uploader */
#showcase-picture-grid .thumbnail {
  display: block;
  padding: 4px 4px 4px 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
#showcase-picture-grid .thumbnail .caption {
  padding: 10px 5px 10px 5px;
  color: #333333;
}
#showcase-picture-grid .showcase-picture-item .badge {
  position: absolute;
  top: -15px;
  right: 0px;
  cursor: pointer;
  border-radius: 0px;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  border-radius: 3px;
}
#showcase-picture-grid .showcase-picture-item .badge:hover {
  background-color: #000000;
}
#showcase-picture-grid .gallery-item img {
  max-width: 100%;
  cursor: move;
}

/* Steps Bar */
.horizontal-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.horizontal-steps:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: .2em;
  background-color: #e3eaef;
}
.horizontal-steps .process-line {
  display: block;
  position: absolute;
  width: 50%;
  height: .2em;
  background-color: #727cf5;
}
.horizontal-steps .horizontal-steps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.horizontal-steps .horizontal-steps-content .step-item {
  display: block;
  position: relative;
  bottom: calc(100% + 1em);
  height: 8px;
  width: 8px;
  margin: 0 2em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #727cf5;
  background-color: currentColor;
  border: .25em solid #fafbfe;
  border-radius: 50%;
  z-index: 1;
}
.horizontal-steps .horizontal-steps-content .step-item:first-child {
  margin-left: 0px;
}
.horizontal-steps .horizontal-steps-content .step-item:last-child {
  margin-right: 0px;
  color: #0acf97;
}
.horizontal-steps .horizontal-steps-content .step-item span {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #adb5bd;
}
.horizontal-steps .horizontal-steps-content .step-item.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 54%;
  left: 48%;
  padding: 1em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-animation-name: animation-steps-current;
  animation-name: animation-steps-current;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.horizontal-steps .horizontal-steps-content .step-item.current span {
  color: #727cf5;
}
@-webkit-keyframes animation-steps-current {
  from {
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 0;
  }
}
@keyframes animation-steps-current {
  from {
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 0;
  }
}
@media (max-width:767.98px) {
  .horizontal-steps .horizontal-steps-content .step-item span{white-space:inherit}
}

.tolltipv1 {
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  margin-left: 10px;
  color: #999999;
  transition: all 150ms ease-in-out;
  cursor: default;
  position: relative;
  top: -1px;
}
.tolltipv1 span {
  width: 18px;
  height: 18px;
  background-color: #DDDDDD;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  transition: all 150ms ease-in-out;
}
.tolltipv1 span i {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}
.tolltipv1:hover span {
  background-color: #FFC83A;
}

/* Animations */
.background-animated-warning {
  -webkit-animation: color-change-warning 1s infinite;
  -moz-animation: color-change-warning 1s infinite;
  -o-animation: color-change-warning 1s infinite;
  -ms-animation: color-change-warning 1s infinite;
  animation: color-change-warning 1s infinite;
}
.background-animated-warning-05 {
  -webkit-animation: color-change-warning 0.5s infinite;
  -moz-animation: color-change-warning 0.5s infinite;
  -o-animation: color-change-warning 0.5s infinite;
  -ms-animation: color-change-warning 0.5s infinite;
  animation: color-change-warning 0.5s infinite;
}
@-webkit-keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
@-moz-keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
@-o-keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
@keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
.background-animated-success {
  -webkit-animation: color-change-success 1s infinite;
  -moz-animation: color-change-success 1s infinite;
  -o-animation: color-change-success 1s infinite;
  -ms-animation: color-change-success 1s infinite;
  animation: color-change-success 1s infinite;
}
.background-animated-success-05 {
  -webkit-animation: color-change-success 0.5s infinite;
  -moz-animation: color-change-success 0.5s infinite;
  -o-animation: color-change-success 0.5s infinite;
  -ms-animation: color-change-success 0.5s infinite;
  animation: color-change-success 0.5s infinite;
}
@-webkit-keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
@-moz-keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
@-o-keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
@keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
.background-animated-danger {
  -webkit-animation: color-change-danger 1s infinite;
  -moz-animation: color-change-danger 1s infinite;
  -o-animation: color-change-danger 1s infinite;
  -ms-animation: color-change-danger 1s infinite;
  animation: color-change-danger 1s infinite;
}
.background-animated-danger-05 {
  -webkit-animation: color-change-danger 1s infinite;
  -moz-animation: color-change-danger 1s infinite;
  -o-animation: color-change-danger 1s infinite;
  -ms-animation: color-change-danger 1s infinite;
  animation: color-change-danger 1s infinite;
}
@-webkit-keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
@-moz-keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
@-o-keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
@keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
.background-animated-inverse {
  -webkit-animation: color-change-inverse 1s infinite;
  -moz-animation: color-change-inverse 1s infinite;
  -o-animation: color-change-inverse 1s infinite;
  -ms-animation: color-change-inverse 1s infinite;
  animation: color-change-inverse 1s infinite;
}
.background-animated-inverse-05 {
  -webkit-animation: color-change-inverse 0.5s infinite;
  -moz-animation: color-change-inverse 0.5s infinite;
  -o-animation: color-change-inverse 0.5s infinite;
  -ms-animation: color-change-inverse 0.5s infinite;
  animation: color-change-inverse 0.5s infinite;
}
@-webkit-keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}
@-moz-keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}
@-o-keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}
@keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}

.timeline-alt {
  position: relative;
}
.timeline-alt .timeline-item {
  position: relative;
}
.timeline-alt .timeline-item:before {
  background-color: #f1f3fa;
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 9px;
  bottom: 0px;
  width: 2px;
}
.timeline-alt .timeline-item .timeline-icon {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.timeline-alt .timeline-item .timeline-item-info {
  margin-left: 30px;
  padding-bottom: 30px;
}

/* Background Animation */
.snow-canvas {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	pointer-events: none;
}

/* Montly / Yearly Collection Reports Table */
.montly-yearly-collection-reports-table tr td {
  padding: .75em .45em .75em .45em;
}
.montly-yearly-collection-reports-table tr td.statistic {
  padding: .75em;
}
