/*=====================================================================================
  Less Libs
=======================================================================================*/
/*=====================================================================================
  Reset
=======================================================================================*/
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
date,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a,
ins,
del {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
ul,
ol {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
th {
  text-align: left;
}
blockquote:before,
blockquote:after,
q:after,
q:before {
  content: '';
}
/*=====================================================================================
  Basic Styles
=======================================================================================*/
html {
  height: 100%;
}
body {
  background: url(../images/bg-body.jpg) top left no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #424b54;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
hr {
  display: none;
}
b,
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
address,
cite,
dfn {
  font-style: normal;
}
abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}
img {
  vertical-align: middle;
}
a,
a:visited {
  color: #333333;
  text-decoration: none;
}
a:active {
  color: #333333;
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #0d0d0d;
}
input,
textarea,
button,
select {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.btn:focus,
textarea:focus {
  border-color: #333333 !important;
  outline: none;
}
label {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
select,
label[for] {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
small {
  font-size: 11px;
}
::-moz-selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
h1 {
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  text-shadow: 0;
}
h2 {
  font-size: 16px;
  font-weight: 600;
}
.cols:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* TABLE STUFF */
table.results {
  /*width: 100%; margin-top: 20px;*/
}
table.results tr .filters {
  display: none;
}
table.results tr[data-level="2"] {
  display: none;
}
table.results tr[data-level="2"].expanded {
  display: table-row;
}
table.results tr[data-level="2"].expanded td {
  background: rgba(0, 128, 0, 0.1);
  /* expand links */
}
table.results tr[data-level="2"].expanded td:nth-child(1) {
  display: none !important;
}
table.results tr[data-level="2"].expanded td .expand {
  display: none;
}
table.results tr.filtered {
  display: none;
}
table.results tr.filtered[data-level="2"].expanded {
  display: none;
}
table.results tr.expanded .filters {
  display: block;
}
/*
Version: 3.4.8 Timestamp: Thu May  1 09:50:32 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 -1px;
  width: calc(100% + 2px) !important;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.select2-container .select2-choice {
  display: block;
  height: 40px;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
  color: #424b54;
  /*border: 1px solid #000; */
  white-space: nowrap;
  line-height: 40px;
  text-decoration: none;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*.vg(#fff, #fff);*/
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  /*border-radius: 0 0 4px 4px;*/
  -khtml-border-top-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  -khtml-border-bottom-left-radius: 2px;
  -khtml-border-top-left-radius: 2px;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  background: #000;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('../images/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #424b54;
  border: 1px solid #000;
  border-top: 0;
  -khtml-border-top-right-radius: 0;
  -khtml-border-bottom-right-radius: 2px;
  -khtml-border-bottom-left-radius: 2px;
  -khtml-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 2px;
  -moz-border-bottom-left-radius: 2px;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  -khtml-border-top-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  -khtml-border-bottom-left-radius: 0;
  -khtml-border-top-left-radius: 0;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.select2-drop-active {
  border: 1px solid #ddd8d9;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #ddd8d9;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 14px;
  top: 0;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/select2.png') no-repeat 0 8px;
}
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 30px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  height: 40px;
  border: 1px solid #000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-search input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100%;
  background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #000000 99%) 0 0;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*border: 1px solid @purple;*/
  outline: none;
  /*.bs(0 5px 10px rgba(0,0,0,0.1));*/
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  /*-webkit-box-shadow: 0 1px 0 #fff inset;*/
  /*box-shadow: 0 1px 0 #fff inset;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #ddd8d9;
  border-top-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 8px;
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
.select2-results .select2-result-label {
  padding: 6px 16px 6px 16px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
.select2-results .select2-highlighted {
  background: #333333;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #424b54;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: transparent;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
  min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
  /*border: 1px solid @purple;*/
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin-left: 0;
  margin-right: 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('../images/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../images/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2014 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Wed Mar 26 2014 02:14 EDT-0400
 * Plugins: viewport modal
 * Styles: None
 */
.qtip {
  font-size: 11px;
  color: #fff;
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}
/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  cursor: pointer;
  outline: medium none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}
* html .qtip-titlebar .qtip-close {
  top: 16px;
}
/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}
.qtip-icon,
.qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}
/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
}
.qtip-default:before {
  border: 4px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -4px;
}
.qtip-default .qtip-titlebar {
  background: rgba(0, 0, 0, 0.9);
}
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}
#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}
/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
  padding-right: 20px !important;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  color: #fff !important;
}
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}
table.dataTable tbody tr {
  /*background-color: white;*/
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable th.center,
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.right,
table.dataTable td.right {
  text-align: right;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected,
table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  /*background-color: white;*/
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  /*color: white !important;*/
  border: 1px solid #111111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*=====================================================================================
  Layout
=======================================================================================*/
header[role="header"] {
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 14px 40px;
  z-index: 40;
}
.searchResults header[role="header"] {
  width: 100%;
  height: 130px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 14px 40px;
  z-index: 40;
}
.searchResults header[role="header"] .subHeader {
  padding: 50px 0 20px 0;
}
.searchResults header[role="header"] .subHeader:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.searchResults header[role="header"] .subHeader .left {
  float: left;
  display: inline;
}
.searchResults header[role="header"] .subHeader .left h1 {
  line-height: 1;
  margin-bottom: 10px;
}
.searchResults header[role="header"] .subHeader .right {
  float: right;
  display: inline;
  padding-top: 10px;
}
.searchResults header[role="header"] .subHeader dl {
  color: #fff;
  font-size: 12px;
  display: inline;
  line-height: 24px;
}
.searchResults header[role="header"] .subHeader dl dt,
.searchResults header[role="header"] .subHeader dl dd {
  float: left;
  margin-right: 5px;
}
.searchResults header[role="header"] .subHeader dl dt {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.searchResults header[role="header"] .subHeader dl dd {
  margin-right: 10px;
  font-weight: bold;
}
.searchResults header[role="header"] .bottomBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 71px;
  margin-left: -40px;
  background-color: #7D8387;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  z-index: -10;
}
.wrapper {
  padding-top: 60px;
  height: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
}
.wrapper.wide {
  width: 100%;
  padding: 60px 40px 0 40px;
  /*#table { float: right; width: ~'calc(100% - 250px)'; padding-left: 40px; .box; }*/
}
.wrapper.wide #filters {
  float: left;
  width: 250px;
}
.wrapper.results {
  width: 100%;
  padding: 150px 40px 0 40px;
}
.wrapper > header {
  padding: 30px 0 20px 0;
}
.wrapper > header:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.wrapper > header .left {
  float: left;
  display: inline;
}
.wrapper > header .left h1 {
  line-height: 1;
  margin-bottom: 10px;
}
.wrapper > header .right {
  float: right;
  display: inline;
  padding-top: 10px;
}
.wrapper > header dl {
  color: #fff;
  font-size: 12px;
  display: inline;
  line-height: 24px;
}
.wrapper > header dl dt,
.wrapper > header dl dd {
  float: left;
  margin-right: 5px;
}
.wrapper > header dl dt {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.wrapper > header dl dd {
  margin-right: 10px;
  font-weight: bold;
}
.wrapper .details-back-btn {
  border: 1px solid #CCCCCC;
  background-color: #F2F0F2;
  font-weight: bold;
  display: block;
  width: 80px;
  text-align: center;
  padding: 10px;
  color: #666666;
}
.wrapper .details-back-btn:hover {
  background-color: #E5E3E5;
  cursor: pointer;
  color: #000000;
}
.filters .filter {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.filters .filter strong {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}
.filters label {
  display: inline-block;
  padding: 0 10px;
  margin-right: 2px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.7);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: rgba(51, 51, 51, 0.05);
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  letter-spacing: -0.035em;
}
.filters label input[type=radio] {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.filters label:hover {
  background: rgba(51, 51, 51, 0.1);
  color: rgba(51, 51, 51, 0.9);
}
.filters label.checked {
  color: #fff;
  background: #333333;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}
.filters label.disabled {
  text-decoration: line-through;
  cursor: not-allowed;
}
.sub.filters .filter {
  margin-bottom: 5px;
  border-bottom: 0;
  padding-bottom: 0;
}
.sub.filters .filter strong {
  font-size: 12px;
  margin-bottom: 2px;
}
.sub.filters .filter label {
  height: 26px;
  line-height: 26px;
  font-size: 11px;
}
.overlay {
  background: rgba(51, 51, 51, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 40;
  display: none;
}
.overlay .close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  display: block;
}
.overlay .popup {
  width: 500px;
  background: #fff;
  margin: 10% auto 0 auto;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  z-index: 22;
  position: relative;
}
.overlay .popup header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.overlay .popup header h2 {
  font-size: 20px;
}
.overlay .popup .body {
  padding: 30px;
}
.overlay .popup .body .add-new-client {
  display: none;
}
.overlay .popup .body .client {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #333333;
  border: 1px solid #a4969a;
  margin-bottom: 10px;
}
.overlay .popup .body ul li {
  margin-bottom: 10px;
}
.overlay .popup .body ul li:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.overlay .popup .body ul li label {
  float: left;
  width: 30%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 10px;
  line-height: 40px;
  text-align: right;
  font-size: 12px;
}
.overlay .popup .body ul li .field {
  float: left;
  width: 70%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.overlay .popup .body ul li .field input[type=text] {
  height: 40px;
  border: 1px solid #a4969a;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.compare {
  width: 100%;
  padding-top: 40px;
}
.compare table {
  margin-bottom: 40px;
}
.compare table tbody tr td {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 20px 20px;
  vertical-align: middle;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #333333;
}
.compare table tbody tr td.legend {
  background: rgba(51, 51, 51, 0.65);
  color: #fff;
  text-align: right;
  font-weight: bold;
  width: auto;
  width: 100px;
  white-space: nowrap;
  border-bottom-color: rgba(51, 51, 51, 0.3);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.compare table tbody tr td.editing {
  position: relative;
  background: #fff3d0;
  color: rgba(66, 75, 84, 0.5);
}
.compare table tbody tr td.editing .editor {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 50px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
  background: #fff;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
  z-index: 9999;
}
.compare table tbody tr td.editing .editor:after {
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  position: absolute;
  left: 145px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.compare table tbody tr td.editing .editor input,
.compare table tbody tr td.editing .editor select {
  float: left;
}
.compare table tbody tr td.editing .editor button {
  float: left;
}
.compare table tbody tr td small {
  display: block;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.compare table tbody tr td[data-editable=true] {
  font-weight: 600;
  color: #4288C3;
}
.compare table tbody tr.hide {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.compare table tbody tr.hide td {
  color: rgba(66, 75, 84, 0.3);
  background: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(51, 51, 51, 0.2);
  text-decoration: line-through;
  padding: 10px 20px;
}
.compare table tbody tr.hide td img {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.compare table tbody tr.hide td.legend {
  color: rgba(255, 255, 255, 0.75);
  background: rgba(51, 51, 51, 0.65);
  font-weight: normal;
  text-decoration: none;
}
.compare table tbody tr:last-child td {
  border-bottom: 0;
}
.compare footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.compare footer:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.compare footer td {
  background: transparent !important;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.compare footer td.left {
  float: left;
  width: 73%;
  text-align: left;
}
.compare footer td.left textarea {
  text-align: left;
}
.compare footer td.right {
  float: right;
  width: 23%;
  text-align: left;
}
.compare footer td.right textarea {
  float: right;
  text-align: left;
}
.compare footer td label {
  display: block;
  font-weight: bold;
  padding: 0 0 5px 0;
}
.compare footer td textarea {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.compare header {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.compare header img {
  display: none;
}
.compare header label {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  font-weight: bold;
}
.compare header .client {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  border: 0;
  background: transparent;
}
.compare header .client tr td {
  background: transparent;
  vertical-align: top;
  padding: 0;
}
.compare header .client tr td:first-child {
  text-align: left;
}
.compare header .client tr td:last-child {
  text-align: right;
}
.close-editor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  display: block;
  cursor: default;
}
/*=====================================================================================
  FORMS
=======================================================================================*/
.btn,
.btn:visited {
  border: 2px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  line-height: 55px;
  height: 60px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: rgba(51, 51, 51, 0.1);
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.btn:hover,
.btn:visited:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn.inlblo,
.btn:visited.inlblo {
  display: inline-block;
  padding: 0 20px;
}
.btn.w100,
.btn:visited.w100 {
  width: 100%;
}
.btn.w50,
.btn:visited.w50 {
  width: 50%;
}
.btn.small,
.btn:visited.small {
  border-width: 1px;
  height: 30px;
  font-size: 13px;
  text-transform: none;
  line-height: 28px;
}
.btn.tiny,
.btn:visited.tiny {
  border-width: 1px;
  height: 24px;
  font-size: 12px;
  text-transform: none;
  line-height: 22px;
  padding: 0 10px;
}
.btn.centered,
.btn:visited.centered {
  margin: 0 auto;
}
.btn.purple,
.btn:visited.purple {
  border-color: #333333;
  color: #333333;
  text-shadow: 0 0 0 transparent;
}
.btn.purple:hover,
.btn:visited.purple:hover {
  background: #cccccc;
}
.btn.disabled,
.btn:visited.disabled {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.btn.disabled:hover,
.btn:visited.disabled:hover {
  background: rgba(51, 51, 51, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.add-another-source {
  margin-bottom: 10px;
  float: right;
  background-color: #FFFFFF;
  border-color: #a4969a !important;
}
.add-another-source:hover {
  cursor: pointer;
  border-color: #333333;
}
.add-another-source:hover a {
  color: #333333 !important;
}
.add-another-source a {
  color: #a4969a !important;
}
.source {
  position: relative;
}
.source .row-remove {
  position: absolute;
  right: -30px;
  display: inline-block;
  background: #AF1414;
  color: #fff;
  text-align: center;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 18px;
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 11px;
  font-weight: bold;
}
.source:first-child .row-remove {
  display: none;
}
form fieldset > ul > li:last-child {
  margin-bottom: 0;
}
form .label {
  font-size: 12px;
}
form .label:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
form .label label {
  font-weight: bold;
  float: left;
  padding-bottom: 5px;
  line-height: 16px;
}
form .label a {
  float: right;
}
form .field {
  position: relative;
}
form .field input {
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px;
  height: 40px;
  border: 0;
  background: transparent;
}
form .field[data-suffix] {
  padding-right: 40px;
}
form .field[data-suffix]:after {
  content: attr(data-suffix);
  color: #a4969a;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 40px;
  display: block;
  padding: 0 20px 0 10px;
}
form .field select {
  width: 100%;
}
form.regular .label label {
  float: none;
  display: block;
  padding: 8px 20px 4px 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*=====================================================================================
  HEADER
=======================================================================================*/
header[role="header"] {
  background: rgba(51, 51, 51, 0.9);
}
header[role="header"]:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
header[role="header"] .site-name {
  float: left;
}
header[role="header"] .site-name a {
  display: block;
  width: 160px;
  height: 32px;
  background: url(/images/logo.png);
  text-indent: -9999em;
}
header[role="header"] ul {
  float: right;
  line-height: 20px;
  margin: 8px 0 8px 0;
}
header[role="header"] ul li {
  float: left;
  margin: 0 20px;
}
header[role="header"] ul li a {
  color: #CCC;
  display: inline-block;
}
header[role="header"] ul li a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
header[role="header"] ul.nav-l {
  float: left;
  padding-left: 20px;
}
/*=====================================================================================
  SIDEBAR
=======================================================================================*/
#filters {
  padding-top: 60px;
}
#filters .module {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 0;
  text-shadow: 0;
}
#filters .module h3 {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0 20px;
}
#filters .module ul li label {
  display: block;
  padding: 0 20px;
  line-height: 30px;
}
#filters .module ul li label:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#filters .module ul li label span {
  float: right;
  font-size: 11px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  font-weight: bold;
}
/*=====================================================================================
  CONTENT
=======================================================================================*/
.access {
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 600px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 50px;
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.access fieldset ul li {
  margin-bottom: 20px;
}
.access fieldset .field input {
  background: #fff !important;
}
.access .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.access .subtitle {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
.access .erudion small {
  text-align: center;
  display: block;
  font-size: 11px;
  font-size: 13px;
  padding-top: 5px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.access .or {
  display: block;
  padding: 50px 0;
  text-align: center;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.access .or:before {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 40%;
}
.access .or:after {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
}
.access .error-info {
  margin-bottom: 20px;
  color: #D14A75;
}
.access .input-error {
  border: 1px solid #D14A75;
  background-color: #e1c9d1;
}
.access .label a {
  color: #b3b3b3;
  font-size: 11px;
}
.regular {
  background: #F5F5F5;
  width: 980px;
  margin-bottom: 40px;
  padding: 40px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.regular fieldset {
  margin-bottom: 30px;
}
.regular fieldset h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
.regular fieldset > ul {
  background: #fff;
  border: 1px solid #ddd8d9;
  border-top-color: #c9babe;
}
.regular fieldset > ul:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.regular fieldset > ul > li {
  border-bottom: 1px solid #ddd8d9;
}
.regular fieldset > ul > li:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.regular fieldset > ul > li > .f {
  float: left;
  border-right: 1px solid #ddd8d9;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.regular fieldset > ul > li > .f:last-child {
  border-right: 0;
}
.regular fieldset > ul > li > .f:first-child {
  border-right: 1px solid #ddd8d9;
}
.regular fieldset > ul > li.fields-2 > .f {
  width: 50%;
}
.regular fieldset > ul > li.fields-3 > .f {
  width: calc(100% / 3);
}
.regular fieldset > ul > li.fields-5 > .f {
  width: calc(100% / 5);
}
.regular fieldset > ul > li:last-child {
  border-bottom: 0;
}
#table {
  margin-bottom: 40px;
  /*.table-container { width: 100%; overflow: auto; height: 100%; }*/
}
#table table {
  /*margin-bottom: 20px;*/
}
#table table td,
#table table th {
  height: 60px;
  vertical-align: middle;
  padding: 0 10px;
  white-space: nowrap;
}
#table table td.num,
#table table th.num {
  text-align: right;
}
#table table thead th {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0;
  font-size: 11px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.75);
}
#table table thead th strong {
  font-size: 12px;
}
#table table thead th a {
  color: rgba(255, 255, 255, 0.7);
}
#table table thead th a.current {
  color: rgba(0, 0, 0, 0.5);
}
#table table thead p {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
}
#table table thead p.disabled {
  display: none;
}
#table table tfoot td {
  height: 30px;
}
#table table tbody tr td {
  border-bottom: 1px solid #333333;
  background: rgba(255, 255, 255, 0.9);
  height: 60px;
  vertical-align: middle;
}
#table table tbody tr td.checkbox {
  padding-left: 15px;
  background: #fff;
  padding-right: 0;
}
#table table tbody tr td.logo {
  /*background: rgba(248,241,243,0.9);*/
  background: #fff;
  padding: 0;
  min-width: 200px;
}
#table table tbody tr td.logo .expand {
  padding: 0 15px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#table table tbody tr td.logo .sub.filters {
  margin-left: 35px;
  margin-bottom: 10px;
}
#table table tbody tr td.actions {
  padding-left: 15px;
  text-align: left;
  white-space: nowrap;
}
#table table tbody tr td.actions .action-info {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 5px;
  background: url(../images/ico-info.png);
  width: 16px;
  height: 16px;
  text-indent: -9999em;
}
#table table tbody tr td.actions .action-search {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 5px;
  background: url(../images/ico-search.png);
  width: 16px;
  height: 16px;
  text-indent: -9999em;
}
#table table tbody tr td .action-info {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 5px;
  background: url(../images/ico-info.png);
  width: 16px;
  height: 16px;
  text-indent: -9999em;
}
#table table tbody tr td .action-search {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 5px;
  background: url(../images/ico-search.png);
  width: 16px;
  height: 16px;
  text-indent: -9999em;
}
#table table tbody tr td .tip {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 5px;
  margin-right: -23px;
  background: url(../images/ico-comment.png);
  width: 14px;
  height: 16px;
  text-indent: -9999em;
}
#table table tbody tr:hover td {
  background: #fff;
}
#table table tbody tr:hover .action-info,
#table table tbody tr:hover .action-search,
#table table tbody tr:hover .tip {
  -webkit-opacity: 1 !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}
#table .dataTables_info {
  display: none;
}
ul.actions:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
ul.actions li {
  float: left;
  margin-right: 20px;
}
.tag {
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  background: #f8fdff;
  border: 1px solid #a2b5d5;
  box-shadow: 0 2px 1px rgba(192, 212, 220, 0.4);
  color: #8faed4;
  font-size: 11px;
  border-radius: 10px;
}
#profile {
  margin-top: 120px;
  padding-top: 0px;
}
#profile > header {
  position: relative;
  top: -60px;
  margin-bottom: -40px;
  overflow: hidden;
}
#profile > header:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#profile > header .avatar {
  float: left;
  margin-right: 20px;
}
#profile > header .right h1 {
  line-height: 70px;
  font-size: 30px;
  margin-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#profile > header .right dl {
  padding-top: 16px;
}
#profile > header .right dl:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#profile > header .right dl dt,
#profile > header .right dl dd {
  line-height: 26px;
  float: left;
}
#profile > header .right dl dt {
  width: 100px;
  text-align: right;
  margin-right: 15px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  font-size: 11px;
  font-weight: bold;
}
#profile > header .right dl dd {
  width: 520px;
}
#profile > section {
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
  margin-bottom: 40px;
}
#profile > section > h2 {
  margin-bottom: 20px;
}
#profile > section > h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#profile > section table {
  margin-bottom: 20px;
}
#profile > section table td,
#profile > section table th {
  vertical-align: middle;
  padding: 0 10px;
}
#profile > section table td.num,
#profile > section table th.num {
  text-align: right;
}
#profile > section table th {
  background: rgba(0, 0, 0, 0.05);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  height: 50px;
  line-height: 1;
}
#profile > section table td {
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#profile > section table td:last-child {
  text-align: right;
}
#profile-user {
  margin-top: 120px;
  padding-top: 0px;
}
#profile-user > header {
  position: relative;
  top: -60px;
  margin-bottom: -20px;
  overflow: hidden;
}
#profile-user > header:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#profile-user > header h1 {
  line-height: 50px;
  margin-bottom: 10px;
  font-size: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#profile-user > header dl {
  padding-top: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#profile-user > header dl:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
#profile-user > header dl dt,
#profile-user > header dl dd {
  line-height: 26px;
  float: left;
}
#profile-user > header dl dt {
  width: 13%;
  text-align: right;
  margin-right: 2%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  font-size: 11px;
  font-weight: bold;
}
#profile-user > header dl dd {
  width: 85%;
}
#profile-user > section {
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
  margin-bottom: 40px;
}
#profile-user > section > h2 {
  margin-bottom: 20px;
}
#profile-user > section > h2 span {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
#profile-user > section table {
  margin-bottom: 20px;
}
#profile-user > section table td,
#profile-user > section table th {
  vertical-align: middle;
  padding: 0 10px;
}
#profile-user > section table td.num,
#profile-user > section table th.num {
  text-align: right;
}
#profile-user > section table th {
  background: rgba(0, 0, 0, 0.05);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  height: 50px;
  line-height: 1;
}
#profile-user > section table td {
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#profile-user > section table td:last-child {
  text-align: right;
}
#single table {
  table-layout: fixed;
  text-align: center;
}
#single table td {
  vertical-align: middle;
  padding: 15px 0;
  border: 1px solid #bdbdbd;
  text-transform: uppercase;
  font-size: 12px;
}
#single table td strong {
  font-size: 24px;
  display: block;
  text-transform: none;
}
#single > section {
  margin-bottom: 40px;
}
#single > section > h2 {
  margin-bottom: 20px;
}
.values li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  height: 39px;
  line-height: 42px;
}
.values li:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.values li span {
  background: #F8F5F6;
  height: 30px;
  padding-top: 10px;
  display: inline-block;
  padding-right: 5px;
}
.values li strong {
  float: right;
  background: #F8F5F6;
  height: 30px;
  padding-left: 5px;
  padding-top: 10px;
}
.values li:hover {
  border-color: #333333;
  color: #333333;
}
.empty {
  border: 2px dashed rgba(0, 0, 0, 0.1);
  -o-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  text-align: center;
  line-height: 100px;
  margin-bottom: 20px;
}
.options {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.options .dropdown {
  display: none;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  right: 0;
  top: 40px;
  padding: 10px;
  min-width: 200px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -o-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
.options .dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  right: 40px;
  border: 7px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.options .dropdown li {
  margin: 0 0 10px 0;
  width: 100%;
}
.options .dropdown .visible-columns label {
  display: block;
}
.options .dropdown strong {
  display: block;
}
.options .dropdown .close_btn {
  height: 24px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  line-height: 24px;
  padding: 0 10px;
  border: 2px solid #888;
  color: #888;
  float: left;
}
.options .dropdown .close_btn:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.options .dropdown a {
  color: #333333 !important;
}
.options.opened .options-trigger {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
}
.table-container {
  overflow-x: auto;
  position: relative;
  margin-bottom: 20px;
}
.table-container .table-header {
  position: absolute;
  top: 0;
  height: 71px;
  width: 100%;
  z-index: 2;
  min-width: 100%;
}
.table-container .table-header table {
  position: absolute;
}
.table-container .table-header th {
  display: table-cell;
  height: 60px;
  border-bottom: 0;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.table-container .table-scroller {
  position: relative;
  min-width: 100%;
}
.table-container .table-scroller table {
  width: auto;
}
.table-container .table-scroller table thead {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
}
/* SPINNER */
.loading {
  z-index: 50;
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 60px);
  background: rgba(51, 51, 51, 0.9);
  text-align: center;
}
.loading .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
.spinner {
  margin: 0 auto;
  width: 60px;
  text-align: center;
  display: inherit;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spinner > em {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.25s infinite ease-in-out;
  animation: bouncedelay 1.25s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner > em.b1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner > em.b2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner.dark > em {
  background-color: #a4969a;
}
.spinner.big > em {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.input_error {
  background-color: #E1C9D1;
}
.highlighted {
  border-color: #333333;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(51, 51, 51, 0.5);
  z-index: 2;
}
.access .bbtn {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  color: #FFFFFF;
  padding: 30px;
  font-size: 25px;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.access .bbtn:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}
.bmargin10 {
  margin-bottom: 10px !important;
}
.back-url {
  margin-top: 20px !important;
  color: #FFFFFF !important;
  display: block !important;
}
.breadcrumbs {
  color: #000 !important;
  position: fixed;
  top: 60px;
}
.breadcrumbs .breadcrumb {
  font-size: 13px;
  color: #000 !important;
  line-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs .breadcrumb:last-child {
  font-weight: bold !important;
}
.grey {
  color: #474646 !important;
}
.btn-comment {
  height: auto !important;
  line-height: 10px !important;
  border: none !important;
  color: #25B8FC !important;
  font-weight: normal !important;
  box-shadow: none !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 11px !important;
  background: none !important;
  text-shadow: none !important;
  text-align: left !important;
}
#lean_overlay {
  position: fixed !important;
  z-index: 100 !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  width: 100% !important;
  display: none;
  background: #000 !important;
}
.commentForm {
  position: fixed !important;
  z-index: 105 !important;
  background: #FFFFFF !important;
  width: 600px;
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
  display: none;
  position: fixed;
  opacity: 1;
  z-index: 11000;
  left: 50%;
  margin-left: -330px;
  top: 200px;
}
.btn-xs {
  padding: 5px;
  width: 30px;
  background-color: #FF75A1;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.table_content {
  padding: 10px;
}
.bankCell {
  text-align: center;
  margin: 10px;
  padding: 10px;
  display: table-cell;
  width: 150px;
  vertical-align: middle;
}
.bankBox {
  background: #FFFFFF;
  text-align: center;
  padding: 10px;
  width: 150px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
}
.banksAccess {
  padding: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: inherit !important;
  margin: 0 auto !important;
  margin-top: 100px !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
/* SPINNER */
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
  display: inherit;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spinner > em {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.25s infinite ease-in-out;
  animation: bouncedelay 1.25s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner > em.b1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner > em.b2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner.big > em {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.spinner.small {
  width: 30px;
}
.spinner.small > em {
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
.spinner.tiny {
  width: 20px;
}
.spinner.tiny > em {
  width: 4px;
  height: 4px;
  margin: 0 1px;
}
.spinning {
  text-align: center;
  height: 100%;
}
button.spinning .spinner {
  position: static;
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.searchBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px !important;
  width: 100px;
  color: white;
  background-color: #684157;
  font-weight: bold;
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, 0.75);
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p {
  padding: 10px 0;
}

/*# sourceMappingURL=main.css.map */