.buffer-top {
    margin-top: 23px;
}

.align-middle {
    vertical-align: middle;
}

.loading {
    position: relative;

    background-image: url(../../images/gui/loaders/preloader-light-160x20.gif);
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 160px 20px;

    min-height: 60px;
}

td.loading { background-position: center center; }

.loading.light {
    background-image: url(../../images/gui/loaders/preloader-dark-160x20.gif);
    background-size: 158px 14px;
}

.loading.loading-small { background-size: 80px 10px; }
.loading.loading-small.light { background-size: 79px 7px; }

.loading-indicator {
    background-image: url(../../images/gui/loaders/preloader-light-160x20.gif);
    width: 160px; margin-left: -80px;
    height: 20px; margin-top: -10px;
    position: absolute; top: 50%; left: 50%;

    display: none;
}

.loading-indicator.center-block {
    position: static;
    margin: 2px auto;
}

.loading .loading-indicator {
    display: block;
}
.btn-link:hover, .btn-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.noUi-connect {
    background: #008cba;
}

.noUi-target {
    margin-bottom: 15px;
}

/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

/*
    MagicSuggest
*/
.ms-res-ctn .ms-res-item-active {
    background-color: #ddd;
}

.ms-ctn .ms-sel-item {
    color: #555;
    border-color: #999;
}

.ms-inv {
    color: #c00;
}

.ms-res-ctn .ms-res-item em {
    background: #3A7FBB;
}

.fp-container {
    color: #000;
    background-color: #fff;
    height: auto; bottom: auto;
    left: 50%;
    margin-left: -150px;
}

.fp-cal-container {
    background: #333;
    color: white;
    height: auto;
    bottom: auto;
}

.fp-cal-day-label {
	background-color: #ddd;
	padding: 3px 0;
	color: #333;
}

.fp-cal-day-label {
    text-align: center;
}

.fp-not-in-month {
    color: #828282;
}
body .dropdown.requires-roles {
  display: none;
}
body .load-overlay {
  background: #333 url(/images/gui/loaders/preloader-light-160x20.gif) center center no-repeat;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  position: absolute;
}
body .view-area {
  min-height: 400px;
  position: relative;
}
body .banner-notification {
  background: #efefef;
  color: #000;
  display: block;
  font-size: 20px;
  margin: -10px 0 20px 0;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  top: 90px;
  z-index: 100;
  left: 0;
  right: 0;
}
body .banner-notification .fa.pull-right {
  line-height: 30px;
}
body h2 span {
  border: 3px solid #1cf9e3;
  border-radius: 21px;
  color: #1cf9e3;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  height: 42px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 42px;
  zoom: 1;
}
body h2 span + a {
  vertical-align: middle;
  color: white;
}
body h2 span + a:hover {
  color: white;
}
body h2 span + a:before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 0.8em;
  vertical-align: middle;
  float: right;
  margin-right: 10px;
}
body h2 span + a.collapsed:before {
  content: "\f067";
}
body h2 span + a.complete:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  vertical-align: middle;
}
.container {
  width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}
.background-light {
  background-color: #e3e3e3;
}
article.footer {
  position: relative;
}
.hidden-file {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
::-webkit-file-upload-button {
  cursor: pointer !important;
  vertical-align: top;
}
#data-shard-switcher small {
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.circle-icon-button {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  position: relative;
  vertical-align: middle;
  border-style: none;
  outline: none;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.4);
  margin-left: 5px;
}
.circle-icon-button:after {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.circle-icon-button-enabled {
  background-color: #5cb85c;
}
.circle-icon-button-enabled:after {
  content: "\f00c";
  color: #fff;
}
.circle-icon-button-enabled:hover {
  background-color: #76d176;
}
.circle-icon-button-enabled[disabled],
.circle-icon-button-enabled.disabled {
  background-color: #7f957f;
  cursor: default;
}
.circle-icon-button-enabled[disabled]:after,
.circle-icon-button-enabled.disabled:after {
  color: #ffffff;
}
.circle-icon-button-disabled {
  background-color: #e0e0e0;
}
.circle-icon-button-disabled:after {
  content: "\f00d";
  color: #333;
}
.circle-icon-button-disabled:hover {
  background-color: #faf9f9;
}
.circle-icon-button-disabled[disabled],
.circle-icon-button-disabled.disabled {
  background-color: #e0e0e0;
  cursor: default;
}
.circle-icon-button-disabled[disabled]:after,
.circle-icon-button-disabled.disabled:after {
  color: #666666;
}
.circle-icon-button-locked {
  background-color: #428BCA;
}
.circle-icon-button-locked:after {
  content: "\f023";
  color: #fff;
}
.circle-icon-button-locked:hover {
  background-color: #60a4df;
}
.circle-icon-button-locked[disabled],
.circle-icon-button-locked.disabled {
  background-color: #6688a6;
  cursor: default;
}
.circle-icon-button-locked[disabled]:after,
.circle-icon-button-locked.disabled:after {
  color: #ffffff;
}
.circle-icon-button-unlocked {
  background-color: #e0e0e0;
}
.circle-icon-button-unlocked:after {
  content: "\f09c";
  color: #333;
}
.circle-icon-button-unlocked:hover {
  background-color: #faf9f9;
}
.circle-icon-button-unlocked[disabled],
.circle-icon-button-unlocked.disabled {
  background-color: #e0e0e0;
  cursor: default;
}
.circle-icon-button-unlocked[disabled]:after,
.circle-icon-button-unlocked.disabled:after {
  color: #666666;
}
.circle-icon-button-filter {
  background-color: #e0e0e0;
}
.circle-icon-button-filter:after {
  content: "\f0b0";
  color: #333;
}
.circle-icon-button-filter:hover {
  background-color: #faf9f9;
}
.circle-icon-button-filter[disabled],
.circle-icon-button-filter.disabled {
  background-color: #e0e0e0;
  cursor: default;
}
.circle-icon-button-filter[disabled]:after,
.circle-icon-button-filter.disabled:after {
  color: #666666;
}
.circle-icon-button-help {
  background-color: #428BCA;
}
.circle-icon-button-help:after {
  content: "\f128";
  color: #fff;
}
.circle-icon-button-help:hover {
  background-color: #60a4df;
}
.circle-icon-button-help[disabled],
.circle-icon-button-help.disabled {
  background-color: #6688a6;
  cursor: default;
}
.circle-icon-button-help[disabled]:after,
.circle-icon-button-help.disabled:after {
  color: #ffffff;
}
.circle-icon-button-settings {
  background-color: #e0e0e0;
}
.circle-icon-button-settings:after {
  content: "\f013";
  color: #333;
}
.circle-icon-button-settings:hover {
  background-color: #faf9f9;
}
.circle-icon-button-settings[disabled],
.circle-icon-button-settings.disabled {
  background-color: #e0e0e0;
  cursor: default;
}
.circle-icon-button-settings[disabled]:after,
.circle-icon-button-settings.disabled:after {
  color: #666666;
}
.thumbnail-grid {
  text-align: center;
  white-space: nowrap;
}
.thumbnail-grid span {
  text-align: center;
  display: inline-block;
  width: 58px;
  font-size: 12px;
  white-space: normal;
  vertical-align: middle;
}
.thumbnail-grid span.text-muted {
  line-height: 74px;
  text-decoration: line-through;
}
.thumbnail-grid span.label {
  padding: .2em 0;
}
.thumbnail-grid span.label.text-muted {
  line-height: 1em;
  background-color: #ddd;
}
.thumbnail-grid img {
  width: 50px;
  height: 50px;
}
.btn-block .dropdown-menu {
  width: 100%;
}
.rs-dropdown .btn span {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
}
.rs-dropdown .btn-default {
  color: #333;
}
.rs-dropdown > .btn:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.breakAll {
  -ms-word-break: break-all;
  word-break: break-all;
}
.breakWord {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
@media (max-width: 991px) {
  .navbar {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .nav {
    margin: 0;
  }
  .navbar .btn {
    padding: 6px 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
.minimize {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #efefef;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  filter: alpha(opacity=20);
  opacity: .2;
  text-shadow: 0 1px 0 #333;
  margin-right: 8px;
  margin-top: -8px;
}
.minimize:hover,
.minimize:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.minimized-modal-container {
  position: fixed;
  bottom: 0;
  right: 100px;
}
.minimized-modal-button {
  margin: 0 5px;
  background-color: #555;
  border: none;
  outline: none;
  box-shadow: 0 -1px 1px #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  padding-right: 30px;
  position: relative;
}
.minimized-modal-button:after {
  content: "\f148";
  position: absolute;
  right: 8px;
  margin-left: 7px;
  margin-right: 2px;
  font-family: FontAwesome;
  font-size: 1.5em;
  line-height: 1em;
  vertical-align: bottom;
}

tr.archived-data-object {
  color: #aaa;
  font-style: italic;
  background-image: linear-gradient(to bottom, #eee, #eee 50%, transparent 50%, transparent);
  background-size: 100% 5px;
}
.clear-both {
  clear: both;
}
hr.secondary {
  border-top-style: dashed;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-underline {
  text-decoration: none !important;
}
.scrollable {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden !important;
}
.transparent {
  opacity: 0;
}
.translucent-25 {
  opacity: 0.25;
}
.translucent-50,
.translucent {
  opacity: 0.5;
}
.translucent-75 {
  opacity: 0.75;
}
.hover-opaque::hover {
  opacity: 1;
}
.transition-opacity {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.no-border {
  border: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
.no-border-top {
  border-top: none !important;
}
.no-border-left {
  border-left: none !important;
}
.no-border-right {
  border-right: none !important;
}
.primary-link,
a.primary-link {
  color: white;
  color: inherit;
}
.primary-link:hover,
a.primary-link:hover,
.primary-link:focus,
a.primary-link:focus {
  color: white;
  color: inherit;
  outline: none !important;
  text-decoration: underline;
}
.hover-highlight-row .hover-highlight-row-element {
  opacity: 0.5;
}
.hover-highlight-row:hover .hover-highlight-row-element {
  opacity: 1;
}
.rs-container,
.rs-form {
  position: relative;
}
.rs-container .loader,
.rs-form .loader {
  position: absolute;
  visibility: hidden;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #2D2D2D url(../../../images/gui/loaders/preloader-light-160x20.gif) no-repeat center center;
  border-radius: 5px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -moz-transition: visibility 200ms, opacity 200ms;
  -o-transition: visibility 200ms, opacity 200ms;
  -webkit-transition: visibility 200ms, opacity 200ms;
  transition: visibility 200ms, opacity 200ms;
  z-index: 10;
}
.rs-container.loading,
.rs-form.loading {
  background: none;
}
.rs-container.loading .loader,
.rs-form.loading .loader {
  visibility: visible;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
abbr.sidewall {
  border-radius: 1em;
  padding: 0.1em 0.6em;
  margin: 0 5px;
  text-decoration: none;
  background-color: #aaa;
  color: #444;
}
abbr.sidewall.BSL {
  background: linear-gradient(63deg, #999 23%, transparent 23%) 7px 0, linear-gradient(63deg, transparent 74%, #999 78%), linear-gradient(63deg, transparent 34%, #999 38%, #999 58%, transparent 62%), #444;
  background-size: 8px 24px;
  color: black;
  font-weight: bold;
  text-shadow: #555 1px 1px;
}
abbr.sidewall.VSB {
  background: linear-gradient(90deg, #222 23%, transparent 23%) 7px 0, linear-gradient(90deg, transparent 74%, #222 78%), linear-gradient(90deg, transparent 34%, #222 38%, #222 58%, transparent 62%), #444;
  background-size: 20px 20px;
  color: black;
  font-weight: bold;
  text-shadow: #555 1px 1px;
}
abbr.sidewall.WS {
  background: linear-gradient(90deg, transparent 14%, #eee 18%, #eee 23%, transparent 27%), black;
  background-size: 100% 100%;
  padding-left: 5px;
  color: #666;
  font-weight: bold;
  text-shadow: #555 1px 1px;
}
abbr.sidewall.BLT {
  background-color: #111;
  color: #aaa;
}
abbr.sidewall.RBL {
  background-color: #111;
  color: #aaa;
  text-shadow: #777 1px 1px;
}
abbr.sidewall.ORWL {
  background-color: black;
  color: white;
  text-shadow: #9a9a9a 2px 2px 1px;
  border: 3px white solid;
}
abbr.sidewall.BSW {
  background-color: black;
  color: #aaa;
}
abbr.sidewall.RWL {
  background-color: black;
  color: white;
  text-shadow: #9a9a9a 2px 2px 1px;
}
abbr.sidewall.WSW {
  background-color: white;
  color: black;
}
abbr.sidewall.OWL {
  background-color: black;
  color: white;
  border: 3px white solid;
}
.clickable {
  cursor: pointer;
}
.waiting {
  cursor: wait;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  vertical-align: middle;
}
.collapse-indicator:after {
  content: "\f068";
  font-style: normal;
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 0.7em;
}
.collapsed .collapse-indicator:after {
  content: "\f067";
}
.navbar-brand[data-environment] {
  position: relative;
}
.navbar-brand[data-environment]:after {
  content: attr(data-environment);
  position: absolute;
  bottom: -9px;
  left: 137px;
  font-size: 0.6em;
}
.background-alternative-dark {
  background-color: #2a2a2a;
  background-color: rgba(0, 0, 0, 0.1);
}
.background-alternative-light {
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #3f3f3f;
}
.shake {
  -moz-animation: shake-base 500ms infinite ease-in-out;
  -o-animation: shake-base 500ms infinite ease-in-out;
  -webkit-animation: shake-base 500ms infinite ease-in-out;
  animation: shake-base 500ms infinite ease-in-out;
}
.shake-once {
  -moz-animation: shake-base 500ms infinite ease-in-out;
  -o-animation: shake-base 500ms infinite ease-in-out;
  -webkit-animation: shake-base 500ms infinite ease-in-out;
  animation: shake-base 500ms infinite ease-in-out;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.line-through {
  text-decoration: line-through;
}
.inline-statistic {
  display: inline-block;
  margin-right: 20px;
}
.inline-statistic strong {
  color: #ddd;
  text-transform: uppercase;
  font-size: 0.7em;
  display: block;
}
.inline-statistic > span {
  margin-right: 10px;
}
.fraction {
  display: inline-block;
  vertical-align: middle;
}
.fraction span {
  display: block;
  line-height: 1em;
  border-bottom: 1px solid;
}
.fraction span + span {
  border-bottom: none;
}
canvas {
  vertical-align: middle;
}
.doughnut-legend {
  list-style-type: none;
  padding-left: 20px;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}
.doughnut-legend span {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  margin-right: 0.5em;
  margin-top: 0.2em;
}
.full-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-animation: fade-in 500ms;
  -o-animation: fade-in 500ms;
  animation: fade-in 500ms;
}
.full-loading-icon {
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -43px;
}
.full-loading-text {
  position: absolute;
  top: 50%;
  margin-top: 50px;
  font-size: 24px;
  text-align: center;
  left: 0;
  right: 0;
  line-height: 0.8em;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  4% {
    transform: translate(-2.5px, -1.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(1.5px, 1.5px) rotate(-1.5deg);
  }
  8% {
    transform: translate(-1.5px, -2.5px) rotate(0.5deg);
  }
  10% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  12% {
    transform: translate(-1.5px, 1.5px) rotate(-1.5deg);
  }
  14% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  16% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  18% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  22% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  26% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  28% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }
  32% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  34% {
    transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  36% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(-2.5px, -0.5px) rotate(0.5deg);
  }
  40% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-2.5px, -2.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(0.5px, -2.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  52% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  54% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  56% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  58% {
    transform: translate(-2.5px, -2.5px) rotate(-0.5deg);
  }
  60% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  66% {
    transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  76% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  80% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(0.5px, -0.5px) rotate(-1.5deg);
  }
  88% {
    transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
  }
  90% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  92% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  94% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  96% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  98% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
}
@-webkit-keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  4% {
    transform: translate(-2.5px, -1.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(1.5px, 1.5px) rotate(-1.5deg);
  }
  8% {
    transform: translate(-1.5px, -2.5px) rotate(0.5deg);
  }
  10% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  12% {
    transform: translate(-1.5px, 1.5px) rotate(-1.5deg);
  }
  14% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  16% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  18% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  22% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  26% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  28% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }
  32% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  34% {
    transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  36% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(-2.5px, -0.5px) rotate(0.5deg);
  }
  40% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-2.5px, -2.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(0.5px, -2.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  52% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  54% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  56% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  58% {
    transform: translate(-2.5px, -2.5px) rotate(-0.5deg);
  }
  60% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  66% {
    transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  76% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  80% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(0.5px, -0.5px) rotate(-1.5deg);
  }
  88% {
    transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
  }
  90% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  92% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  94% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  96% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  98% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
}
@keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  4% {
    transform: translate(-2.5px, -1.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(1.5px, 1.5px) rotate(-1.5deg);
  }
  8% {
    transform: translate(-1.5px, -2.5px) rotate(0.5deg);
  }
  10% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  12% {
    transform: translate(-1.5px, 1.5px) rotate(-1.5deg);
  }
  14% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  16% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  18% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  22% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  24% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  26% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  28% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  30% {
    transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }
  32% {
    transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  34% {
    transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  36% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(-2.5px, -0.5px) rotate(0.5deg);
  }
  40% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-2.5px, -2.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(0.5px, -2.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  52% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  54% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  56% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  58% {
    transform: translate(-2.5px, -2.5px) rotate(-0.5deg);
  }
  60% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  66% {
    transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  76% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  80% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(0.5px, -0.5px) rotate(-1.5deg);
  }
  88% {
    transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
  }
  90% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  92% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  94% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  96% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  98% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
}

table.data-table {
  margin: 0 auto;
  clear: both;
  color: #1a1a1a;
  width: 100%;
  margin-bottom: 35px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-collapse: collapse;
}
table.data-table thead.floating {
  -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#b3b3b3')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=270, Color='#b3b3b3');
}
table.data-table thead th {
  padding: 5px 20px 5px 5px;
  border-top: 1px solid #dee3ea;
  font-weight: 600;
  cursor: pointer;
  *cursor: hand;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTRDMDM5NjkyMkMxMTFFMUExRjFBREFENUIyQTUzOEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTRDMDM5NkEyMkMxMTFFMUExRjFBREFENUIyQTUzOEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNEMwMzk2NzIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNEMwMzk2ODIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm8NGvcAAADkSURBVHjaYvz//z8DtQATAxUBCzbBu3fvInO5gLgNiMuA+BdMUFlZmSyXZQNxFhCnUupNLSDOA2JWIC4AOYhcwxiBuBiIZaB8FajBjOQY5gDEgWhiiUBsTaphvEBcC8SCWMRrgJidFMNCoC74gQU7AnEQ1nChZqLFlc4igdQCIP6HwzcZwHQ2n1hvrgPi/UDMgQUfBeI1pITZTyBuAeLPaOLvgbgZizjBpAFyAbpX1gPxAXLSGShmJgHxHSj/CRD3QsXJyk6gHD8BiH9DDb5GcmyigdlArArEUwkpZBy0hSNAgAEA5Ho0sMdEmU8AAAAASUVORK5CYII=) no-repeat center right;
  background-color: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table.data-table thead th.disabled {
  background: #fff;
  cursor: default;
  padding: 5px;
}
table.data-table thead th.asc {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQjM4MkY2QzVGRUYwRTJDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkFEQzYxNjIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkFEQzYxNTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+z5ABTAAAAI5JREFUeNpi/P//PwO1ABMDFQELIQXVjfe4gFQbEJe11iv9otRl2UCcBcSphBQy4gszoKu0gNROIJYB4jtA7AF03V2SXQY0iBFIFUMNAgEVIM6DipPsTQcgDkQTSwRia5IMA9rOC6RqgVgQTQokXgOUZyfFZSFQF/zAgh2BOIjkCBjQRDtq2Khh9DAMIMAAT9AmNBDSXegAAAAASUVORK5CYII=) no-repeat center right;
}
table.data-table thead th.asc.disabled {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODJBREM2MTEyMkMxMTFFMUExRjFBREFENUIyQTUzOEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODJBREM2MTIyMkMxMTFFMUExRjFBREFENUIyQTUzOEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0M0ZDRUZGRTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MkFEQzYxMDIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr4T1OwAAACOSURBVHjaYvz//z8DtQATAxUBCyEF1Y33uIBUGxCXtdYr/aLUZdlAnAXEqYQUMuILM6CrtIDUTiCWAeI7QOwBdN1dkl0GNIgRSBVDDQIBFSDOg4qT7E0HIA5EE0sEYmuSDAPazgukaoFYEE0KJF4DlGcnxWUhUBf8wIIdgTiI5AgY0EQ7atioYfQwDCDAAE/QJjQQ0l3oAAAAAElFTkSuQmCC) no-repeat center right;
}
table.data-table thead th.desc {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQjM4MkY2QzVGRUYwRTJDNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkFEQzYxQTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkFEQzYxOTIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAyODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFCMzgyRjZDNUZFRjBFMkM0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+1fsfwAAAAJdJREFUeNpi/P//PwO1ABMDFcGoYaOG0cMwFmyC1Y33IoHUAiD+h8MBGa31SvOJddk6IN4PxBxY8FEgXkO0N4G2/gRSLUD8GU3qPRA3A+U/kxpmIBege2U9EB/ApYERX6kBDDtlILUDiFWA+AkQuwNddY2s2ARqvAukJgDxbyCehM8gnLGJBmYDsSoQTyWkkHHQFo4AAQYAAA0piq4hbqwAAAAASUVORK5CYII=) no-repeat center right;
}
table.data-table thead th.desc.disabled {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDNGQ0VGRjQyMkMxMTFFMUExRjFBREFENUIyQTUzOEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDNGQ0VGRjUyMkMxMTFFMUExRjFBREFENUIyQTUzOEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNEMwMzk2QjIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNEMwMzk2QzIyQzExMUUxQTFGMUFEQUQ1QjJBNTM4QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pnt2WfgAAACJSURBVHjaYvz//z8DtQATAxXBqGGjhtHDMBZsgnfv3o0EUguA+B8OB2QoKyvPJ9Zl64B4PxBzYMFHgXgNKd78CcQtQPwZTfw9EDdjEScYZiAXoHtlPRAfICcCQMXJJCC+A+U/AeJeqDhZsXkXiCcA8W+owddIjk00MBuIVYF4KiGFjIO2cAQIMAAzGSDTlIC38gAAAABJRU5ErkJggg==) no-repeat center right;
}
table.data-table tbody {
  font-size: 0.9em;
}
table.data-table tbody tr.selected {
  zoom: 1;
}
table.data-table tbody tr.selected.even {
  background-color: #C2F2FF;
}
table.data-table tbody tr.selected.odd {
  background-color: #D8F2FF;
}
table.data-table tbody tr.selected:hover {
  background-color: #CEE8F2;
}
table.data-table tbody tr:hover {
  background-color: #CEE8F2;
}
table.data-table tbody tr.linked-green {
  background-color: #AEECAE;
}
table.data-table tbody tr.linked-green td:first-child {
  position: relative;
}
table.data-table tbody tr.linked-green td:first-child:before {
  content: '\f00c';
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #5CB85C;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 1px 2px;
  border-radius: 10px;
  margin-top: -10px;
  -moz-animation: zoomIn 250ms linear 0 forwards;
  -webkit-animation: zoomIn 250ms linear 0 forwards;
  animation: zoomIn 250ms linear 0 forwards;
}
table.data-table tbody tr.linked-green-right td:first-child:before {
  content: normal;
  display: none;
}
table.data-table tbody tr.linked-green-right td:last-child {
  position: relative;
}
table.data-table tbody tr.linked-green-right td:last-child:before {
  content: '\f0c1';
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  -moz-animation: zoomIn 250ms linear 0 forwards;
  -webkit-animation: zoomIn 250ms linear 0 forwards;
  animation: zoomIn 250ms linear 0 forwards;
}
table.data-table tbody tr.highlight {
  background-color: #f8c072;
}
table.data-table tbody tr.status-loading td:first-child {
  position: relative;
}
table.data-table tbody tr.status-loading td:first-child:before {
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 1px 2px;
  margin-top: -10px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
table.data-table tbody tr.status-loading-right td:first-child:before {
  content: normal;
  display: none;
}
table.data-table tbody tr.status-loading-right td:last-child {
  position: relative;
}
table.data-table tbody tr.status-loading-right td:last-child:before {
  content: '\f110';
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
table.data-table tbody.rows-clickable tr {
  cursor: pointer;
}
table.data-table tfoot th {
  background-color: #fff !important;
  border-top: 1px solid #dee3ea;
  font-weight: 600;
  padding: 15px 18px 10px 18px;
}
table.data-table th,
table.data-table td {
  padding: 0;
  margin: 0;
}
table.data-table th.no-padding,
table.data-table td.no-padding {
  padding: 0;
}
table.data-table td {
  padding: 5px 5px;
  border-bottom: 1px solid #edf2f7;
}
table.data-table td.center {
  text-align: center;
}
table.data-table td.no-results {
  text-align: center;
  background-color: #eee;
  padding: 40px 0;
}
table.data-table td.status {
  position: relative;
}
table.data-table td.status:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
table.data-table td.status.status-primary:after {
  background-color: #428bca;
}
table.data-table td.status.status-info:after {
  background-color: #5bc0de;
}
table.data-table td.status.status-success:after {
  background-color: #5cb85c;
}
table.data-table td.status.status-warning:after {
  background-color: #f0ad4e;
}
table.data-table td.status.status-danger:after {
  background-color: #d9534f;
}
table.data-table tr,
table.data-table tr.even {
  background-color: #f9f9f9;
}
table.data-table tr td.sort,
table.data-table tr.even td.sort {
  background-color: #f3f3f3;
}
table.data-table tr.odd {
  background-color: #fff;
}
table.data-table tr.odd td.sort {
  background-color: #fcfcfc;
}
table.data-table tr.disabled {
  background: #d7d7d7;
  color: #777;
  cursor: not-allowed;
}
table.data-table .select-cell {
  width: 50px;
  text-align: center;
}
table.data-table .img {
  height: 31px;
  float: left;
  background: white;
  width: 31px;
  border: 1px solid #dfe4eb;
  text-align: center;
  cursor: pointer;
  margin-right: 23px;
}
table.data-table .img img {
  margin-top: 4px;
}
table.data-table .label {
  margin: 0 2.5px;
}
table.data-table .label-block {
  margin: 2.5px 0;
}
table.data-table .btn {
  font-size: 1em;
}
table.data-table .btn:disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
}
table.data-table .product-images {
  white-space: nowrap;
}
table.data-table.data-table-singleselect tbody tr {
  cursor: pointer;
}
table.data-table.data-table-singleselect tbody tr.selected.odd,
table.data-table.data-table-singleselect tbody tr.selected.even {
  background-color: #76d6f8;
  zoom: 1;
}
table.data-table.data-table-singleselect tbody tr.selected:hover {
  background-color: #38bcef;
}
table.data-table.data-table-compact thead th {
  padding: 5px 2px;
  font-size: 13px;
  background: #fff;
}
table.data-table.data-table-compact thead th.asc {
  background: #70d3f4;
  background: -moz-linear-gradient(top, #70d3f4 0%, #ace0ef 23%, #f7f7f7 61%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70d3f4), color-stop(23%, #ace0ef), color-stop(61%, #f7f7f7), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #70d3f4 0%, #ace0ef 23%, #f7f7f7 61%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #70d3f4 0%, #ace0ef 23%, #f7f7f7 61%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #70d3f4 0%, #ace0ef 23%, #f7f7f7 61%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #70d3f4 0%, #ace0ef 23%, #f7f7f7 61%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d3f4', endColorstr='#f7f7f7', GradientType=0);
}
table.data-table.data-table-compact thead th.desc {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 39%, #ace0ef 77%, #70d3f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(39%, #f7f7f7), color-stop(77%, #ace0ef), color-stop(100%, #70d3f4));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f7f7f7 39%, #ace0ef 77%, #70d3f4 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f7f7f7 39%, #ace0ef 77%, #70d3f4 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f7f7f7 39%, #ace0ef 77%, #70d3f4 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 39%, #ace0ef 77%, #70d3f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#70d3f4', GradientType=0);
}
table.data-table.data-table-compact tbody td {
  padding: 5px 2px;
  font-size: 12px;
}
.table-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper .data-table {
  margin: 0;
}
.data-table-loading {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 20;
}
.data-table-loading .progress-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  display: none;
}
.data-table-loading .progress {
  margin-bottom: 5px;
}
.data-table-loading .progress-bar {
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}
.data-table-loading .background {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.data-table-loading .loading-indicator {
  position: fixed;
  width: 160px;
  top: 50%;
  left: 50%;
  height: 40px;
  margin-top: -20px;
  margin-left: -80px;
  display: block;
}
.data-actions {
  white-space: nowrap;
}
.data-actions button {
  cursor: pointer;
}
.data-actions.bulk-actions {
  border-left: 1px solid #efefef;
  padding-left: 10px;
  margin: 10px;
}
.pagination:empty + .data-actions.bulk-actions {
  border-left: none;
}
.data-actions > .btn .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.data-actions > .btn .fa-stack-2x {
  font-size: 2em;
  width: 1em;
  margin-left: -0.25em;
  margin-top: -0.25em;
}
.data-table-controls {
  min-height: 74px;
  padding: 10px 0;
}
.data-table-controls .pagination,
.data-table-controls .filter-dropdown,
.data-table-controls .right-buttons,
.data-table-controls .left-buttons {
  margin: 10px 0;
}
.data-table-controls .filter-dropdown {
  position: absolute;
  left: 0;
}
.data-table-controls .left-buttons {
  position: absolute;
  left: 0;
}
.data-table-controls .left-buttons .filter-dropdown {
  position: relative;
  margin: 0;
}
.data-table-controls .left-buttons button,
.data-table-controls .left-buttons a {
  margin-right: 10px;
}
.data-table-controls .right-buttons {
  position: absolute;
  right: 0;
}
.data-table-controls .right-buttons button {
  margin-left: 10px;
}
.data-table-controls:before,
.data-table-controls:after {
  content: " ";
  display: table;
}
.data-table-controls:after {
  clear: both;
}
.col-sm-6 .data-table-loading .loading-indicator {
  position: absolute;
  top: 160px;
  margin-left: -80px;
}
.col-sm-8 .data-table-loading .loading-indicator {
  margin-left: 100px;
}
.full-grid-container .data-table {
  margin-top: 74px;
}
.full-grid-container .data-table-controls {
  position: fixed;
  top: 80.67px;
  z-index: 10;
  left: 25px;
  right: 25px;
  padding-left: 0;
  padding-right: 0;
}
.banner-visible .full-grid-container .data-table-controls {
  top: 122px;
}
.full-grid-container .data-table-controls:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  left: -100%;
  background-image: url(../../../images/gui/bg/wall.png);
}
.full-grid-container .data-table-loading {
  left: 0;
  right: 0;
}
.data-table-linker-comparison-container .data-table-comparison-left .table-wrapper {
  padding-left: 30px;
}
.data-table-linker-comparison-container .data-table-comparison-right .table-wrapper {
  padding-right: 30px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.filter-panel-body .field-group-header.active {
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 5px solid #428bca;
  -moz-border-image: -moz-linear-gradient(top, #428bca, #3071a9);
  -o-border-image: -o-linear-gradient(top, #428bca, #3071a9);
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  -webkit-border-image: -webkit-linear-gradient(top, #428bca, #3071a9);
  border-image: linear-gradient(to bottom, #428bca, #3071a9);
  border-image-slice: 1;
}
.filter-panel-body h5 {
  margin-bottom: 0;
}
.filter-panel-body .form-control,
.filter-panel-body .form-control-static {
  padding: 10px 0;
}
.filter-panel-body input.form-control {
  padding: 10px;
}
.filter-panel-body .rs-dropdown {
  width: 100%;
}
.filter-panel-body .rs-dropdown > button {
  width: 100%;
}
.filter-panel-body .dropdown-menu {
  width: 100%;
}
.filter-panel-body .btn {
  margin-left: 0;
}
.filter-panel-body label small {
  position: absolute;
  right: 15px;
  line-height: 14px;
  margin-top: 4px;
  color: #aaa;
}
.filter-panel-body .panel .form-group:last-child {
  margin-bottom: 0;
}
.filter-form .panel {
  padding: 15px 10px;
}
.filter-form .filter-clear {
  float: right;
  font-size: 10px;
  line-height: 8px;
  margin: 3px 0;
}

#import-status-container p, #import-approve-container p {
    margin: 20px 0;
}

#import-select-engine-container {
    text-align: center;
    margin-bottom: 25px;
    line-height: 2.5em;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rs-form {
  min-height: 0;
}
.rs-form.dropdown-menu {
  position: absolute;
  padding: 0;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  min-width: 350px;
}
.rs-form.dropdown-menu > .panel-body {
  max-height: 450px;
  overflow: auto;
}
.rs-form .form-group {
  z-index: 9;
}
.rs-form .input-group-btn {
  position: static;
}
.rs-form .btn {
  margin-left: 5px;
}
.rs-form .control-label small {
  position: absolute;
  right: 0;
  line-height: 14px;
  margin-top: 4px;
  color: #aaa;
}
.rs-form-search.selected input {
  color: #428bca;
  text-decoration: underline;
}
.filter-list {
  display: inline;
  margin-left: 10px;
  font-size: 1.2em;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.image-uploader {
  position: relative;
  padding: 5px;
  background: #444;
  border: 1px dashed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.image-uploader .no-image-text {
  display: none;
}
.image-uploader.no-image {
  min-height: 40px;
}
.image-uploader.no-image img {
  display: none;
}
.image-uploader.no-image .no-image-text {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  right: 0;
}
.image-uploader .upload-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 3px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.image-uploader .upload-overlay i {
  font-size: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -14px;
  pointer-events: none;
}
.image-uploader:hover .upload-overlay,
.image-uploader.file-over .upload-overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.image-uploader.loading {
  background: url(../../../images/gui/loaders/ajax-loader-small-blackonwhite.gif) no-repeat center;
  min-height: 20px;
}
.image-uploader.loading img {
  display: none;
}
.image-uploader.loading .upload-overlay {
  display: none;
}
.image-uploader input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.image-uploader input ::-webkit-file-upload-button {
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
}

.note-list {
  list-style-type: none;
  padding: 0;
}
.note-list-item {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.note-list-item-archived .note-list-item-author {
  text-decoration: line-through;
  color: #999;
}
.note-list-item-archived .note-list-item-text {
  color: #ccc;
}
.note-list-item-header {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #222;
}
.note-list-item-time {
  color: #999;
  float: right;
}
.note-list-item-text {
  padding: 0 10px;
  white-space: pre-wrap;
}
.note-list-no-notes-message {
  text-align: center;
  font-size: 1.4em;
  margin-top: 36px;
}
.note-list-item-menu {
  float: right;
}
.note-list-item-menu > button {
  background: none;
  border: none;
  margin-left: 10px;
  font-size: 20px;
  margin-top: -5px;
  padding: 0;
  width: 16px;
}
.note-list-item-menu > button:disabled:after {
  content: url(../../../images/gui/loaders/ajax-loader-small-blackonwhite.gif);
}
.note-list-item-menu > button:after {
  content: '\f142';
  font-family: FontAwesome;
}
.note-list-item-edit-actions {
  text-align: right;
  margin-top: 10px;
}
.note-list-item-edit-actions > button {
  margin-left: 10px;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
ul.selection-list {
  list-style-type: none;
  padding-left: 0;
}
ul.selection-list li {
  padding: 5px 0 5px 40px;
  cursor: pointer;
  color: #ddd;
  background-color: #444;
}
ul.selection-list li.selected {
  color: #fff;
  background-color: #777;
  position: relative;
}
ul.selection-list li.selected:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  width: 40px;
  height: 22px;
  text-align: center;
}
ul.selection-list li:hover {
  background-color: #666;
}
ul.selection-list.ui-sortable li:after {
  content: "\f0c9";
  font-family: FontAwesome;
  margin-right: 20px;
  float: right;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#al-rs-section {
  background-color: #2a2a2a;
  background-color: rgba(0, 0, 0, 0.1);
}
#al-rs-section.unlinked-vehicles .data-table-controls {
  display: none;
}
#al-rs-section.unlinked-vehicles .action-row {
  margin-bottom: 20px;
}
#al-rs-section table tr.linked {
  background-color: #AEECAE;
}
#al-rs-section table tr.linked td:first-child {
  position: relative;
}
#al-rs-section table tr.linked td:first-child:before {
  content: '\f00c';
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #5CB85C;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 1px 2px;
  border-radius: 10px;
  margin-top: -10px;
  -moz-animation: zoomIn 250ms linear 0 forwards;
  -webkit-animation: zoomIn 250ms linear 0 forwards;
  animation: zoomIn 250ms linear 0 forwards;
}
#al-rs-section table tr.linked.selected {
  background-color: #76d6f8;
}
#al-rs-section table tr.linked.selected:hover {
  background-color: #38bcef;
}
#al-aces-section {
  background-color: rgba(255, 255, 255, 0.1);
  background-color: #3f3f3f;
}
#al-aces-section .cur-filters {
  margin: 5px 0;
}
#al-aces-section .cur-filters .label {
  margin: 0 2.5px;
}
#al-aces-section table tr.linked td:last-child {
  position: relative;
}
#al-aces-section table tr.linked td:last-child:before {
  content: '\f0c1';
  display: block;
  position: absolute;
  top: 50%;
  right: -25px;
  font-family: 'FontAwesome';
  font-size: 17px;
  color: #fff;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  -moz-animation: zoomIn 250ms linear 0 forwards;
  -webkit-animation: zoomIn 250ms linear 0 forwards;
  animation: zoomIn 250ms linear 0 forwards;
}
#al-rs-preview-table {
  position: fixed;
  bottom: 10px;
  margin: 0;
  z-index: 100;
  left: 20%;
  width: 60%;
  display: none;
  box-shadow: 0 0 10px #577FA1;
}
#al-rs-preview-table tr {
  cursor: default;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#al-rs-preview-table tr:hover {
  background-color: white;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.al-section {
  padding: 10px;
}
.al-section .action-row {
  line-height: 33px;
}
.al-section .loading-indicator {
  position: absolute;
  top: 160px;
  margin-left: -80px;
}
.al-section.ctrlDown .ctrlChar {
  text-decoration: underline;
}
.al-section table td {
  font-size: 12px;
}
.al-section table tr {
  -moz-transition: background-color 250ms;
  -o-transition: background-color 250ms;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}
.al-section .more-results {
  display: none;
  text-align: center;
  padding: 5px 0;
  margin-top: 7px;
}
.al-section .more-results button {
  margin-left: 10px;
}
.al-section.unlinked-vehicles .more-results {
  display: block;
}
#al-link-count {
  font-size: 1em;
  margin-right: 10px;
  vertical-align: middle;
}
#wl-vehicles-container .data-table-loading {
  margin-left: -45px;
}
#wl-rs-vehicles-container .data-table-loading {
  margin-left: -15px;
}
@-moz-keyframes zoomIn {
  from {
    -moz-transform: scale(1.5, 1.5);
    opacity: 0.4;
  }
  to {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1.5, 1.5);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1.5, 1.5);
    opacity: 0.4;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

/*# sourceMappingURL=app.min.css.map */
