a:focus,
button:focus,
input:focus,
table:focus,
object:focus,
embed:focus,
h4:focus,
a:hover,
button:hover,
input:hover,
table:hover,
object:hover,
embed:hover,
h4:hover,
a:active,
button:active,
input:active,
table:active,
object:active,
embed:active,
h4:active {
  outline: none !important;
}
a {
  color: #c04b00;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #010101;
  text-decoration: underline;
}
.show {
  display: block !important;
}
.hide {
  display: none;
}
.opaque {
  opacity: 1 !important;
}
.transparent {
  opacity: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
/*
 * jQuery UI Autocomplete 1.10.0
 */
.ui-autocomplete.ui-menu {
  z-index: 1051!important;
}
/*
 * jQuery UI Menu 1.10.0
 */
.ui-menu {
  z-index: 4 !important;
}
/*
 * jQuery UI Misc 1.10.0
 */
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-default {
  filter: none;
}
label.generic-checkbox {
  -moz-user-select: none;
  user-select: none;
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #010101;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  height: 14px;
  line-height: 14px;
  white-space: nowrap;
  cursor: pointer;
  clear: both;
}
label.generic-checkbox:before,
label.generic-checkbox:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
label.generic-checkbox:before {
  content: '';
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fdfdfd;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#eaeaea));
  background: -webkit-linear-gradient(#fdfdfd, #eaeaea);
  background: -moz-linear-gradient(#fdfdfd, #eaeaea);
  background: -ms-linear-gradient(#fdfdfd, #eaeaea);
  background: -o-linear-gradient(#fdfdfd, #eaeaea);
  background: linear-gradient(#fdfdfd, #eaeaea);
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  border: 1px solid #ccc;
}
label.generic-checkbox:hover {
  color: #3a87ad;
}
label.generic-checkbox.checked:before {
  border: 1px solid #c7c7c7;
  background-color: #fff;
}
label.generic-checkbox.checked:after {
  content: '✔';
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 0;
  left: 1px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  color: #010101;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
}
label.generic-checkbox.focus:before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6), 0 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(82, 168, 236, 0.8);
}
label.generic-checkbox.disabled {
  color: #9f9f9f;
  cursor: default;
}
label.generic-checkbox.disabled:before,
label.generic-checkbox.disabled:after {
  color: #c7c7c7;
}
label.generic-checkbox.disabled:after {
  background: transparent;
}
label.generic-checkbox.disabled:before {
  border: 1px solid #e7e7e7 !important;
  background-color: #f5f5f5;
}
label.generic-checkbox input {
  opacity: 0;
  display: inline-block;
  position: relative;
  top: 0;
  float: left;
  margin: 0 8px 0 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
label.generic-checkbox input:disabled,
label.generic-checkbox input.disabled {
  cursor: default;
}
label.generic-radio {
  -moz-user-select: none;
  user-select: none;
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #010101;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  position: relative;
  height: 14px;
  line-height: 14px;
  white-space: nowrap;
  cursor: pointer;
  clear: both;
}
label.generic-radio:before,
label.generic-radio:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  pointer-events: none;
}
label.generic-radio:before {
  content: '';
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #fdfdfd;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fdfdfd), to(#eaeaea));
  background: -webkit-linear-gradient(#fdfdfd, #eaeaea);
  background: -moz-linear-gradient(#fdfdfd, #eaeaea);
  background: -ms-linear-gradient(#fdfdfd, #eaeaea);
  background: -o-linear-gradient(#fdfdfd, #eaeaea);
  background: linear-gradient(#fdfdfd, #eaeaea);
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  border: 1px solid #ccc;
}
label.generic-radio:hover {
  color: #3a87ad;
}
label.generic-radio.checked:before {
  border: 1px solid #c7c7c7;
  background-color: #fff;
}
label.generic-radio.checked:after {
  content: '';
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #010101;
  color: #010101;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 14px;
}
label.generic-radio.focus:before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6), 0 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(82, 168, 236, 0.8);
}
label.generic-radio.disabled {
  color: #9f9f9f;
  cursor: default;
}
label.generic-radio.disabled:before,
label.generic-radio.disabled:after {
  color: #c7c7c7;
}
label.generic-radio.disabled:after {
  background: #9f9f9f;
}
label.generic-radio.disabled:before {
  border: 1px solid #e7e7e7 !important;
  background-color: #f5f5f5;
}
label.generic-radio input {
  opacity: 0;
  display: inline-block;
  position: relative;
  top: 0;
  float: left;
  margin: 0 8px 0 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
label.generic-radio input:disabled,
label.generic-radio input.disabled {
  cursor: default;
}
label.generic-select,
label.generic-select-multiple {
  display: inline-block;
  position: relative;
}
label.generic-select select,
label.generic-select-multiple select {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #010101;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  min-width: 20px;
  line-height: 24px;
}
label.generic-select select option,
label.generic-select-multiple select option {
  padding: 3px;
}
label.generic-select select:focus,
label.generic-select-multiple select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(82, 168, 236, 0.8);
}
label.generic-select-multiple:after {
  display: none;
}
label.generic-select-multiple:before {
  display: none;
}
label.generic-select-multiple select {
  background: #ffffff;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  background: -moz-linear-gradient(#ffffff, #ffffff);
  background: -ms-linear-gradient(#ffffff, #ffffff);
  background: -o-linear-gradient(#ffffff, #ffffff);
  background: linear-gradient(#ffffff, #ffffff);
}
label.generic-select-multiple select option {
  padding: 3px;
  background: transparent none;
}
.no-pointerevents label.generic-select:after {
  display: none;
}
.no-pointerevents label.generic-select:before {
  display: none;
}
.no-pointerevents label.generic-select svg {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 1px;
  border-left: 1px solid #ccc;
  width: 26px;
  height: 28px;
  pointer-events: none;
}
.generic-checkbox,
.generic-radio {
  margin-bottom: 0;
}
.generic-select,
.generic-select-multiple {
  margin-bottom: 0;
}
.control-group.error .generic-checkbox:before,
.control-group.error .generic-radio:before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #b94a48;
}
.control-group.error .generic-checkbox.focus:before,
.control-group.error .generic-radio.focus:before {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, 0 0 0 rgba(0, 0, 0, 0);
  border-color: #953b39;
}
.control-group.error .generic-select select,
.control-group.error .generic-select-multiple select {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-color: #b94a48;
}
.control-group.error .generic-select select:focus,
.control-group.error .generic-select-multiple select:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392, 0 0 0 rgba(0, 0, 0, 0);
  border-color: #953b39;
}
.checkbox-group,
.redio-group {
  height: 20px;
}
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea,
select,
.generic-select,
.generic-select-multiple,
.ui-widget input[type='text'],
.ui-widget input[type='password'],
.ui-widget input[type='datetime'],
.ui-widget input[type='date'],
.ui-widget input[type='month'],
.ui-widget input[type='time'],
.ui-widget input[type='week'],
.ui-widget input[type='number'],
.ui-widget input[type='email'],
.ui-widget input[type='url'],
.ui-widget input[type='search'],
.ui-widget input[type='tel'],
.ui-widget input[type='color'],
.ui-widget select,
.ui-widget textarea {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #010101;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  padding: 4px 6px;
}
input[type='text'].usmall,
input[type='password'].usmall,
input[type='datetime'].usmall,
input[type='date'].usmall,
input[type='month'].usmall,
input[type='time'].usmall,
input[type='week'].usmall,
input[type='number'].usmall,
input[type='email'].usmall,
input[type='url'].usmall,
input[type='search'].usmall,
input[type='tel'].usmall,
input[type='color'].usmall,
textarea.usmall,
select.usmall,
.generic-select.usmall,
.generic-select-multiple.usmall,
.ui-widget input[type='text'].usmall,
.ui-widget input[type='password'].usmall,
.ui-widget input[type='datetime'].usmall,
.ui-widget input[type='date'].usmall,
.ui-widget input[type='month'].usmall,
.ui-widget input[type='time'].usmall,
.ui-widget input[type='week'].usmall,
.ui-widget input[type='number'].usmall,
.ui-widget input[type='email'].usmall,
.ui-widget input[type='url'].usmall,
.ui-widget input[type='search'].usmall,
.ui-widget input[type='tel'].usmall,
.ui-widget input[type='color'].usmall,
.ui-widget select.usmall,
.ui-widget textarea.usmall {
  width: 42px;
}
input[type='text'].xsmall,
input[type='password'].xsmall,
input[type='datetime'].xsmall,
input[type='date'].xsmall,
input[type='month'].xsmall,
input[type='time'].xsmall,
input[type='week'].xsmall,
input[type='number'].xsmall,
input[type='email'].xsmall,
input[type='url'].xsmall,
input[type='search'].xsmall,
input[type='tel'].xsmall,
input[type='color'].xsmall,
textarea.xsmall,
select.xsmall,
.generic-select.xsmall,
.generic-select-multiple.xsmall,
.ui-widget input[type='text'].xsmall,
.ui-widget input[type='password'].xsmall,
.ui-widget input[type='datetime'].xsmall,
.ui-widget input[type='date'].xsmall,
.ui-widget input[type='month'].xsmall,
.ui-widget input[type='time'].xsmall,
.ui-widget input[type='week'].xsmall,
.ui-widget input[type='number'].xsmall,
.ui-widget input[type='email'].xsmall,
.ui-widget input[type='url'].xsmall,
.ui-widget input[type='search'].xsmall,
.ui-widget input[type='tel'].xsmall,
.ui-widget input[type='color'].xsmall,
.ui-widget select.xsmall,
.ui-widget textarea.xsmall {
  width: 62px;
}
input[type='text'].small,
input[type='password'].small,
input[type='datetime'].small,
input[type='date'].small,
input[type='month'].small,
input[type='time'].small,
input[type='week'].small,
input[type='number'].small,
input[type='email'].small,
input[type='url'].small,
input[type='search'].small,
input[type='tel'].small,
input[type='color'].small,
textarea.small,
select.small,
.generic-select.small,
.generic-select-multiple.small,
.ui-widget input[type='text'].small,
.ui-widget input[type='password'].small,
.ui-widget input[type='datetime'].small,
.ui-widget input[type='date'].small,
.ui-widget input[type='month'].small,
.ui-widget input[type='time'].small,
.ui-widget input[type='week'].small,
.ui-widget input[type='number'].small,
.ui-widget input[type='email'].small,
.ui-widget input[type='url'].small,
.ui-widget input[type='search'].small,
.ui-widget input[type='tel'].small,
.ui-widget input[type='color'].small,
.ui-widget select.small,
.ui-widget textarea.small {
  width: 124px;
}
input[type='text'].bmedium,
input[type='password'].bmedium,
input[type='datetime'].bmedium,
input[type='date'].bmedium,
input[type='month'].bmedium,
input[type='time'].bmedium,
input[type='week'].bmedium,
input[type='number'].bmedium,
input[type='email'].bmedium,
input[type='url'].bmedium,
input[type='search'].bmedium,
input[type='tel'].bmedium,
input[type='color'].bmedium,
textarea.bmedium,
select.bmedium,
.generic-select.bmedium,
.generic-select-multiple.bmedium,
.ui-widget input[type='text'].bmedium,
.ui-widget input[type='password'].bmedium,
.ui-widget input[type='datetime'].bmedium,
.ui-widget input[type='date'].bmedium,
.ui-widget input[type='month'].bmedium,
.ui-widget input[type='time'].bmedium,
.ui-widget input[type='week'].bmedium,
.ui-widget input[type='number'].bmedium,
.ui-widget input[type='email'].bmedium,
.ui-widget input[type='url'].bmedium,
.ui-widget input[type='search'].bmedium,
.ui-widget input[type='tel'].bmedium,
.ui-widget input[type='color'].bmedium,
.ui-widget select.bmedium,
.ui-widget textarea.bmedium {
  width: 155px;
}
input[type='text'].medium,
input[type='password'].medium,
input[type='datetime'].medium,
input[type='date'].medium,
input[type='month'].medium,
input[type='time'].medium,
input[type='week'].medium,
input[type='number'].medium,
input[type='email'].medium,
input[type='url'].medium,
input[type='search'].medium,
input[type='tel'].medium,
input[type='color'].medium,
textarea.medium,
select.medium,
.generic-select.medium,
.generic-select-multiple.medium,
.ui-widget input[type='text'].medium,
.ui-widget input[type='password'].medium,
.ui-widget input[type='datetime'].medium,
.ui-widget input[type='date'].medium,
.ui-widget input[type='month'].medium,
.ui-widget input[type='time'].medium,
.ui-widget input[type='week'].medium,
.ui-widget input[type='number'].medium,
.ui-widget input[type='email'].medium,
.ui-widget input[type='url'].medium,
.ui-widget input[type='search'].medium,
.ui-widget input[type='tel'].medium,
.ui-widget input[type='color'].medium,
.ui-widget select.medium,
.ui-widget textarea.medium {
  width: 186px;
}
input[type='text'].amedium,
input[type='password'].amedium,
input[type='datetime'].amedium,
input[type='date'].amedium,
input[type='month'].amedium,
input[type='time'].amedium,
input[type='week'].amedium,
input[type='number'].amedium,
input[type='email'].amedium,
input[type='url'].amedium,
input[type='search'].amedium,
input[type='tel'].amedium,
input[type='color'].amedium,
textarea.amedium,
select.amedium,
.generic-select.amedium,
.generic-select-multiple.amedium,
.ui-widget input[type='text'].amedium,
.ui-widget input[type='password'].amedium,
.ui-widget input[type='datetime'].amedium,
.ui-widget input[type='date'].amedium,
.ui-widget input[type='month'].amedium,
.ui-widget input[type='time'].amedium,
.ui-widget input[type='week'].amedium,
.ui-widget input[type='number'].amedium,
.ui-widget input[type='email'].amedium,
.ui-widget input[type='url'].amedium,
.ui-widget input[type='search'].amedium,
.ui-widget input[type='tel'].amedium,
.ui-widget input[type='color'].amedium,
.ui-widget select.amedium,
.ui-widget textarea.amedium {
  width: 248px;
}
input[type='text'].big,
input[type='password'].big,
input[type='datetime'].big,
input[type='date'].big,
input[type='month'].big,
input[type='time'].big,
input[type='week'].big,
input[type='number'].big,
input[type='email'].big,
input[type='url'].big,
input[type='search'].big,
input[type='tel'].big,
input[type='color'].big,
textarea.big,
select.big,
.generic-select.big,
.generic-select-multiple.big,
.ui-widget input[type='text'].big,
.ui-widget input[type='password'].big,
.ui-widget input[type='datetime'].big,
.ui-widget input[type='date'].big,
.ui-widget input[type='month'].big,
.ui-widget input[type='time'].big,
.ui-widget input[type='week'].big,
.ui-widget input[type='number'].big,
.ui-widget input[type='email'].big,
.ui-widget input[type='url'].big,
.ui-widget input[type='search'].big,
.ui-widget input[type='tel'].big,
.ui-widget input[type='color'].big,
.ui-widget select.big,
.ui-widget textarea.big {
  width: 310px;
}
input[type='text'].xbig,
input[type='password'].xbig,
input[type='datetime'].xbig,
input[type='date'].xbig,
input[type='month'].xbig,
input[type='time'].xbig,
input[type='week'].xbig,
input[type='number'].xbig,
input[type='email'].xbig,
input[type='url'].xbig,
input[type='search'].xbig,
input[type='tel'].xbig,
input[type='color'].xbig,
textarea.xbig,
select.xbig,
.generic-select.xbig,
.generic-select-multiple.xbig,
.ui-widget input[type='text'].xbig,
.ui-widget input[type='password'].xbig,
.ui-widget input[type='datetime'].xbig,
.ui-widget input[type='date'].xbig,
.ui-widget input[type='month'].xbig,
.ui-widget input[type='time'].xbig,
.ui-widget input[type='week'].xbig,
.ui-widget input[type='number'].xbig,
.ui-widget input[type='email'].xbig,
.ui-widget input[type='url'].xbig,
.ui-widget input[type='search'].xbig,
.ui-widget input[type='tel'].xbig,
.ui-widget input[type='color'].xbig,
.ui-widget select.xbig,
.ui-widget textarea.xbig {
  width: 496px;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
textarea:focus,
select:focus,
.generic-select:focus,
.generic-select-multiple:focus,
.ui-widget input[type='text']:focus,
.ui-widget input[type='password']:focus,
.ui-widget input[type='datetime']:focus,
.ui-widget input[type='date']:focus,
.ui-widget input[type='month']:focus,
.ui-widget input[type='time']:focus,
.ui-widget input[type='week']:focus,
.ui-widget input[type='number']:focus,
.ui-widget input[type='email']:focus,
.ui-widget input[type='url']:focus,
.ui-widget input[type='search']:focus,
.ui-widget input[type='tel']:focus,
.ui-widget input[type='color']:focus,
.ui-widget select:focus,
.ui-widget textarea:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(82, 168, 236, 0.8);
}
input[type='text']:disabled,
input[type='password']:disabled,
input[type='datetime']:disabled,
input[type='date']:disabled,
input[type='month']:disabled,
input[type='time']:disabled,
input[type='week']:disabled,
input[type='number']:disabled,
input[type='email']:disabled,
input[type='url']:disabled,
input[type='search']:disabled,
input[type='tel']:disabled,
input[type='color']:disabled,
textarea:disabled,
select:disabled,
.generic-select:disabled,
.generic-select-multiple:disabled,
.ui-widget input[type='text']:disabled,
.ui-widget input[type='password']:disabled,
.ui-widget input[type='datetime']:disabled,
.ui-widget input[type='date']:disabled,
.ui-widget input[type='month']:disabled,
.ui-widget input[type='time']:disabled,
.ui-widget input[type='week']:disabled,
.ui-widget input[type='number']:disabled,
.ui-widget input[type='email']:disabled,
.ui-widget input[type='url']:disabled,
.ui-widget input[type='search']:disabled,
.ui-widget input[type='tel']:disabled,
.ui-widget input[type='color']:disabled,
.ui-widget select:disabled,
.ui-widget textarea:disabled {
  cursor: default;
}
.generic-select,
.generic-select-multiple {
  padding: 0;
}
.generic-select select:disabled,
.generic-select-multiple select:disabled {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f3f3f3;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f3f3f3), to(#e3e3e3));
  background: -webkit-linear-gradient(#f3f3f3, #e3e3e3);
  background: -moz-linear-gradient(#f3f3f3, #e3e3e3);
  background: -ms-linear-gradient(#f3f3f3, #e3e3e3);
  background: -o-linear-gradient(#f3f3f3, #e3e3e3);
  background: linear-gradient(#f3f3f3, #e3e3e3);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.ui-widget input[type='text']::-webkit-input-placeholder,
.ui-widget input[type='password']::-webkit-input-placeholder,
.ui-widget input[type='datetime']::-webkit-input-placeholder,
.ui-widget input[type='date']::-webkit-input-placeholder,
.ui-widget input[type='month']::-webkit-input-placeholder,
.ui-widget input[type='time']::-webkit-input-placeholder,
.ui-widget input[type='week']::-webkit-input-placeholder,
.ui-widget input[type='number']::-webkit-input-placeholder,
.ui-widget input[type='email']::-webkit-input-placeholder,
.ui-widget input[type='url']::-webkit-input-placeholder,
.ui-widget input[type='search']::-webkit-input-placeholder,
.ui-widget input[type='tel']::-webkit-input-placeholder,
.ui-widget input[type='color']::-webkit-input-placeholder,
.ui-widget textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.ui-widget input[type='text']::-ms-input-placeholder,
.ui-widget input[type='password']::-ms-input-placeholder,
.ui-widget input[type='datetime']::-ms-input-placeholder,
.ui-widget input[type='date']::-ms-input-placeholder,
.ui-widget input[type='month']::-ms-input-placeholder,
.ui-widget input[type='time']::-ms-input-placeholder,
.ui-widget input[type='week']::-ms-input-placeholder,
.ui-widget input[type='number']::-ms-input-placeholder,
.ui-widget input[type='email']::-ms-input-placeholder,
.ui-widget input[type='url']::-ms-input-placeholder,
.ui-widget input[type='search']::-ms-input-placeholder,
.ui-widget input[type='tel']::-ms-input-placeholder,
.ui-widget input[type='color']::-ms-input-placeholder,
.ui-widget textarea::-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.ui-widget input[type='text']:-ms-input-placeholder,
.ui-widget input[type='password']:-ms-input-placeholder,
.ui-widget input[type='datetime']:-ms-input-placeholder,
.ui-widget input[type='date']:-ms-input-placeholder,
.ui-widget input[type='month']:-ms-input-placeholder,
.ui-widget input[type='time']:-ms-input-placeholder,
.ui-widget input[type='week']:-ms-input-placeholder,
.ui-widget input[type='number']:-ms-input-placeholder,
.ui-widget input[type='email']:-ms-input-placeholder,
.ui-widget input[type='url']:-ms-input-placeholder,
.ui-widget input[type='search']:-ms-input-placeholder,
.ui-widget input[type='tel']:-ms-input-placeholder,
.ui-widget input[type='color']:-ms-input-placeholder,
.ui-widget textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.ui-widget input[type='text']::-moz-placeholder,
.ui-widget input[type='password']::-moz-placeholder,
.ui-widget input[type='datetime']::-moz-placeholder,
.ui-widget input[type='date']::-moz-placeholder,
.ui-widget input[type='month']::-moz-placeholder,
.ui-widget input[type='time']::-moz-placeholder,
.ui-widget input[type='week']::-moz-placeholder,
.ui-widget input[type='number']::-moz-placeholder,
.ui-widget input[type='email']::-moz-placeholder,
.ui-widget input[type='url']::-moz-placeholder,
.ui-widget input[type='search']::-moz-placeholder,
.ui-widget input[type='tel']::-moz-placeholder,
.ui-widget input[type='color']::-moz-placeholder,
.ui-widget textarea::-moz-placeholder {
  color: #626262;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
.ui-widget input[type='text']:-moz-placeholder,
.ui-widget input[type='password']:-moz-placeholder,
.ui-widget input[type='datetime']:-moz-placeholder,
.ui-widget input[type='date']:-moz-placeholder,
.ui-widget input[type='month']:-moz-placeholder,
.ui-widget input[type='time']:-moz-placeholder,
.ui-widget input[type='week']:-moz-placeholder,
.ui-widget input[type='number']:-moz-placeholder,
.ui-widget input[type='email']:-moz-placeholder,
.ui-widget input[type='url']:-moz-placeholder,
.ui-widget input[type='search']:-moz-placeholder,
.ui-widget input[type='tel']:-moz-placeholder,
.ui-widget input[type='color']:-moz-placeholder,
.ui-widget textarea:-moz-placeholder {
  color: #626262;
}
input::-o-placeholder,
textarea::-o-placeholder,
.ui-widget input[type='text']::-o-placeholder,
.ui-widget input[type='password']::-o-placeholder,
.ui-widget input[type='datetime']::-o-placeholder,
.ui-widget input[type='date']::-o-placeholder,
.ui-widget input[type='month']::-o-placeholder,
.ui-widget input[type='time']::-o-placeholder,
.ui-widget input[type='week']::-o-placeholder,
.ui-widget input[type='number']::-o-placeholder,
.ui-widget input[type='email']::-o-placeholder,
.ui-widget input[type='url']::-o-placeholder,
.ui-widget input[type='search']::-o-placeholder,
.ui-widget input[type='tel']::-o-placeholder,
.ui-widget input[type='color']::-o-placeholder,
.ui-widget textarea::-o-placeholder {
  color: rgba(102, 102, 102, 0.5);
}
input:placeholder,
textarea:placeholder,
.ui-widget input[type='text']:placeholder,
.ui-widget input[type='password']:placeholder,
.ui-widget input[type='datetime']:placeholder,
.ui-widget input[type='date']:placeholder,
.ui-widget input[type='month']:placeholder,
.ui-widget input[type='time']:placeholder,
.ui-widget input[type='week']:placeholder,
.ui-widget input[type='number']:placeholder,
.ui-widget input[type='email']:placeholder,
.ui-widget input[type='url']:placeholder,
.ui-widget input[type='search']:placeholder,
.ui-widget input[type='tel']:placeholder,
.ui-widget input[type='color']:placeholder,
.ui-widget textarea:placeholder {
  color: rgba(102, 102, 102, 0.5);
}
input.placeholder,
textarea.placeholder,
.ui-widget input[type='text'].placeholder,
.ui-widget input[type='password'].placeholder,
.ui-widget input[type='datetime'].placeholder,
.ui-widget input[type='date'].placeholder,
.ui-widget input[type='month'].placeholder,
.ui-widget input[type='time'].placeholder,
.ui-widget input[type='week'].placeholder,
.ui-widget input[type='number'].placeholder,
.ui-widget input[type='email'].placeholder,
.ui-widget input[type='url'].placeholder,
.ui-widget input[type='search'].placeholder,
.ui-widget input[type='tel'].placeholder,
.ui-widget input[type='color'].placeholder,
.ui-widget textarea.placeholder {
  color: rgba(102, 102, 102, 0.5);
}
textarea,
.ui-widget textarea {
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  height: 80px;
  min-height: 30px;
  resize: none;
}
button {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
button:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  border-color: rgba(82, 168, 236, 0.8);
}
input[type='button'],
input[type='submit'],
.ui-widget input[type='button'],
.ui-widget input[type='submit'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
a.btn,
.ui-widget a.btn {
  color: #333;
}
a.btn.btn-primary,
.ui-widget a.btn.btn-primary {
  color: #fff;
}
.form-horizontal label + .help-block,
.form-horizontal fieldset + .help-block {
  margin-top: 10px;
}
label.generic-checkbox:before {
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border linear 0s, box-shadow linear 0s, outline linear 0s;
  -moz-transition: border linear 0s, box-shadow linear 0s, outline linear 0s;
  -ms-transition: border linear 0s, box-shadow linear 0s, outline linear 0s;
  -o-transition: border linear 0s, box-shadow linear 0s, outline linear 0s;
  transition: border linear 0s, box-shadow linear 0s, outline linear 0s;
  background: #fff none;
}
label.generic-checkbox.focus:before {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
label.generic-checkbox input {
  margin-right: 4px;
}
label.generic-radio:before {
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  transition: border linear 0.2s, box-shadow linear 0.2s, outline linear 0s;
  background: #fff none;
}
label.generic-radio.focus:before {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
label.generic-radio input {
  margin-right: 4px;
}
.slimScrollBar {
  -webkit-box-shadow: inset -1px -1px 0 0 #868686, inset 1px 1px 0 0 #cbcbcb, 0 0 0 0 #000000;
  -moz-box-shadow: inset -1px -1px 0 0 #868686, inset 1px 1px 0 0 #cbcbcb, 0 0 0 0 #000000;
  box-shadow: inset -1px -1px 0 0 #868686, inset 1px 1px 0 0 #cbcbcb, 0 0 0 0 #000000;
  cursor: pointer;
}
.slimScrollRail {
  right: 8px !important;
  width: 1px !important;
}
.admin .record-container .slimScrollBar,
.admin .record-container .slimScrollRail {
  padding-top: 52px;
}
.an-tabs.ui-widget-content {
  background: transparent none;
}
.an-tabs.ui-tabs {
  padding: 0;
}
.an-tabs.ui-tabs .ui-tabs-panel {
  padding: 15px 20px 0 20px;
}
.an-tabs.ui-tabs .ui-tabs-nav {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 20px 0 20px;
  border-bottom: 1px solid #4d4d4d;
}
.an-tabs.ui-tabs .ui-tabs-nav .ui-tabs-active {
  border: 1px solid #4d4d4d;
}
.an-tabs.ui-tabs .ui-tabs-nav li,
.an-tabs.ui-tabs .ui-tabs-nav div {
  margin-right: 4px;
  padding: 0;
  background: transparent none;
}
.an-tabs.ui-tabs .ui-tabs-nav li.ui-state-default,
.an-tabs.ui-tabs .ui-tabs-nav div.ui-state-default {
  opacity: 0.5;
  border: 1px solid #4d4d4d;
}
.an-tabs.ui-tabs .ui-tabs-nav li.ui-state-active,
.an-tabs.ui-tabs .ui-tabs-nav div.ui-state-active {
  opacity: 1;
  border-bottom: 1px solid #eaeaea;
}
.an-tabs.ui-tabs .ui-tabs-nav li.ui-state-active.ui-state-hover,
.an-tabs.ui-tabs .ui-tabs-nav div.ui-state-active.ui-state-hover {
  background: transparent none;
}
.an-tabs.ui-tabs .ui-tabs-nav li.ui-state-active a,
.an-tabs.ui-tabs .ui-tabs-nav div.ui-state-active a {
  color: #010101;
  cursor: default;
}
.an-tabs.ui-tabs .ui-tabs-nav li a,
.an-tabs.ui-tabs .ui-tabs-nav div a {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4d4d4d;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0 20px;
  border: none;
  background: transparent none;
}
.an-tabs.ui-tabs .ui-tabs-nav li a:focus,
.an-tabs.ui-tabs .ui-tabs-nav div a:focus,
.an-tabs.ui-tabs .ui-tabs-nav li a:hover,
.an-tabs.ui-tabs .ui-tabs-nav div a:hover,
.an-tabs.ui-tabs .ui-tabs-nav li a:active,
.an-tabs.ui-tabs .ui-tabs-nav div a:active {
  color: #010101;
}
.an-accordion {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 8px 12px;
}
.an-accordion:first-child {
  margin: 2px 0 0 0;
  padding: 8px 12px;
}
.an-accordion h4 {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-user-select: none;
  user-select: none;
  position: relative;
  border: none;
  background: transparent none;
  line-height: 13px;
  margin: 5px 0 10px 0;
}
.an-accordion h4.ui-accordion-header:after {
  content: '\f067';
  position: absolute;
  top: 2px;
  right: 1px;
  font-family: 'FontAwesome';
  font-size: 8px;
  font-weight: normal;
  line-height: 11px;
}
.an-accordion h4.ui-accordion-header.search-advances-filter:after {
  content: '^';
  font-family: an_icons;
  font-style: normal;
  text-transform: none;
  text-rendering: optimizelegibility;
  speak: none;
  position: absolute;
  top: -6px;
  right: 1px;
  width: 26px;
  height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  z-index: 0;
  background: #c04b00;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.an-accordion h4.ui-accordion-header.ui-accordion-header-active:after {
  content: '\f068';
}
.an-accordion h4.ui-accordion-header.ui-accordion-header-active.search-advances-filter:after {
  content: '^';
  font-family: an_icons;
  font-style: normal;
  text-transform: none;
  text-rendering: optimizelegibility;
  speak: none;
}
.an-accordion h4.ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.an-accordion hr {
  margin: 8px 0 0 0;
  border: none;
  background: #d4d4d4;
}
.an-accordion .ui-accordion-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  display: none;
  top: 0;
  margin: 0;
  padding: 4px 0 2px 0;
  border: none;
  height: 72px;
  overflow: visible;
}
.an-accordion .ui-accordion-content:first-child,
.an-accordion .ui-accordion-content.first-child,
.an-accordion .ui-accordion-content.geo-filter,
.an-accordion .ui-accordion-content.time-period {
  height: auto;
}
.an-accordion .ui-accordion-content.geo-filter {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 4px 0 2px;
  padding: 0;
  height: 120px;
  overflow: hidden;
}
.an-accordion .ui-accordion-content.geo-filter .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.an-accordion .ui-accordion-content.geo-filter .map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.an-accordion .ui-accordion-content.geo-filter .map.active {
  visibility: visible;
}
.an-accordion .ui-accordion-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.an-accordion .ui-accordion-content ul li {
  line-height: 18px;
}
.an-accordion .ui-accordion-content ul .generic-checkbox,
.an-accordion .ui-accordion-content ul .generic-radio {
  font-size: 11px;
  line-height: 15px;
}
.an-accordion .ui-accordion-content .slimScrollBar {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
  max-height: 72px !important;
  width: 7px !important;
  right: 1px !important;
}
.an-accordion .ui-accordion-content .slimScrollRail {
  right: 4px !important;
}
.an-accordion #geo_filter .jvectormap-zoomin,
.an-accordion #geo_filter .jvectormap-zoomout {
  display: none;
}
.an-accordion #geo_filter .jvectormap-marker {
  width: 14px;
  height: 19px;
}
.an-accordion #geo_filter_notice {
  -webkit-transition: opacity 0.35s linear, visibility 0s linear 0.35s;
  -moz-transition: opacity 0.35s linear, visibility 0s linear 0.35s;
  -ms-transition: opacity 0.35s linear, visibility 0s linear 0.35s;
  -o-transition: opacity 0.35s linear, visibility 0s linear 0.35s;
  transition: opacity 0.35s linear, visibility 0s linear 0.35s;
  opacity: 0;
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #4d4d4d;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 120px;
  background: #ffffff none;
  text-align: center;
  text-transform: uppercase;
  line-height: 120px;
  cursor: default;
  visibility: hidden;
}
.an-accordion #geo_filter_notice.active {
  -webkit-transition: opacity 0.35s linear, visibility 0s linear 0s;
  -moz-transition: opacity 0.35s linear, visibility 0s linear 0s;
  -ms-transition: opacity 0.35s linear, visibility 0s linear 0s;
  -o-transition: opacity 0.35s linear, visibility 0s linear 0s;
  transition: opacity 0.35s linear, visibility 0s linear 0s;
  opacity: 0.7;
  visibility: visible;
}
.an-accordion .geo-filter:hover #geo_filter_notice {
  -webkit-transition: opacity 0.35s linear, visibility 0s linear 0s;
  -moz-transition: opacity 0.35s linear, visibility 0s linear 0s;
  -ms-transition: opacity 0.35s linear, visibility 0s linear 0s;
  -o-transition: opacity 0.35s linear, visibility 0s linear 0s;
  transition: opacity 0.35s linear, visibility 0s linear 0s;
  opacity: 0.7;
  visibility: visible;
}
.an-accordion.time-period-container {
  overflow: hidden;
}
.an-accordion #time_period {
  position: relative;
}
.an-accordion #time_period:before {
  content: '';
  position: absolute;
  top: 0;
  left: -12px;
  width: 7px;
  height: 48px;
  background: #fff none;
  z-index: 3;
}
.an-accordion #time_period:after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 7px;
  height: 48px;
  background: #fff none;
  z-index: 3;
}
.an-accordion #time_period .time-period-table {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50%;
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 6px 2px;
  table-layout: auto;
}
.an-accordion #time_period .time-period-table .time-period-td {
  border: none;
  width: 4.75%;
  height: 16.6%;
  font-size: 0;
  vertical-align: top;
}
.an-accordion #time_period .ui-slider-handle-div-left {
  float: right;
  margin: 2px 10px 0 0;
  width: 999px;
  height: 48px;
  background: rgba(241, 243, 245, 0.9) none;
  pointer-events: none;
}
.an-accordion #time_period .ui-slider-handle-div-right {
  margin: 2px 0 0 10px;
  float: left;
  width: 999px;
  height: 48px;
  background: rgba(241, 243, 245, 0.9) none;
  pointer-events: none;
}
select.search-advanced-value-not-valid {
  border: 1px solid #FF0000 !important;
}
input.search-advanced-value-not-valid {
  border: 1px solid #FF0000 !important;
}
.search-advances-filter-container-edit {
  cursor: pointer;
  position: absolute;
  right: 75px;
  z-index: 1;
}
.search-advances-filter-container-clear-all {
  cursor: pointer;
  position: absolute;
  right: 30px;
  z-index: 1;
}
#advanced_search_filter_big {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0%;
  margin: 0 0 0 10px;
  padding-bottom: 400px;
  width: 990px;
  background: #fff none;
  z-index: 3;
  border: 1px solid #a9a9a9;
}
#advanced_search_filter_big .search-advanced-submit-button {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  float: left;
  position: relative;
  margin: 0 0 0 -30px;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  background: transparent none;
  vertical-align: top;
}
#advanced_search_filter_big .search-advanced-submit-button:before {
  content: 'e';
  font-family: an_icons;
  font-style: normal;
  text-transform: none;
  text-rendering: optimizelegibility;
  speak: none;
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
  height: 22px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 22px;
  z-index: 1;
}
#advanced_search_filter_big .search-advanced-submit-button:after {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
  height: 22px;
  background: #c04b00 none;
  z-index: 0;
}
#advanced_search_filter_big .search-advanced-submit-button:focus,
#advanced_search_filter_big .search-advanced-submit-button:hover,
#advanced_search_filter_big .search-advanced-submit-button:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0.75;
}
#advanced_search_filter_big .help-search-advanced {
  border-radius: 15px;
  margin-left: 10px;
}
#advanced_search_filter_big .line-separator {
  height: 2px;
  background: #ffffff;
  border-right: 1px solid #5c5c5c;
  border-left: 1px solid #5c5c5c;
}
#advanced_search_filter_big .content {
  max-height: 600px;
  overflow: auto;
  margin-top: 0px;
}
#advanced_search_filter_big .content .search-advanced-help-box,
#advanced_search_filter_big .content .search-basic-help-box {
  background: none repeat scroll 0 0 #FFFFFF;
  display: none;
  margin-top: -11px;
  padding-top: 15px;
  position: fixed;
  width: 965px;
  z-index: 3;
}
#advanced_search_filter_big .content .search-advanced-help-box .btn-group > .btn:hover,
#advanced_search_filter_big .content .search-basic-help-box .btn-group > .btn:hover,
#advanced_search_filter_big .content .search-advanced-help-box .btn-group > .btn:focus,
#advanced_search_filter_big .content .search-basic-help-box .btn-group > .btn:focus,
#advanced_search_filter_big .content .search-advanced-help-box .btn-group > .btn:active,
#advanced_search_filter_big .content .search-basic-help-box .btn-group > .btn:active,
#advanced_search_filter_big .content .search-advanced-help-box .btn-group > .btn.active,
#advanced_search_filter_big .content .search-basic-help-box .btn-group > .btn.active {
  z-index: 3;
}
#advanced_search_filter_big .content .search-advanced-help-box .btn,
#advanced_search_filter_big .content .search-basic-help-box .btn,
#advanced_search_filter_big .content .search-advanced-help-box .form-control,
#advanced_search_filter_big .content .search-basic-help-box .form-control {
  pointer-events: none;
}
#advanced_search_filter_big .content .search-advanced-help-box div .number,
#advanced_search_filter_big .content .search-basic-help-box div .number {
  background-color: #000000;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 25px;
  margin: 0 5px;
  padding: 10px;
  text-align: center;
  width: 20px;
}
#advanced_search_filter_big .content .search-advanced-help-box .bottom,
#advanced_search_filter_big .content .search-basic-help-box .bottom {
  margin-top: 17px;
}
#advanced_search_filter_big .content #search-advanced-panel-items .btn {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 0;
  margin-top: 0;
  min-width: 1px;
  padding-bottom: 4px;
  padding-top: 4px;
}
#advanced_search_filter_big .search-advanced-keywords {
  border: 1px solid #5c5c5c;
  border-bottom: none;
  position: relative;
}
#advanced_search_filter_big .search-advanced-keywords .hint {
  font-size: smaller;
  text-align: center;
  margin: 5px;
}
#advanced_search_filter_big .search-advanced-keywords .search-form {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEXq6urj4+Px8fHp6eno6Ojk5OTn5+fm5ubl5eXt7e3s7Ozr6+vv7+/w8PDu7u4UVjLwAAACr0lEQVR42j3Tv2uddRTH8df5PvdHfjTlPLlp2iLI99ZBrcuT4FSXG8XF6amDOCYODoJwiyJ0UG78C1I3h8KtIDjGsVtaHBzTwc0h7VQ3R0FQhxucz+f8+pz3adT097/qn4N/upcbb728KL9G+5cOams9wzCSJYFD/NQKuLvFzO1rns1CrCOVA9nMBk/CjBho5/dwWjp6sZaRIoniDRu6Gjnu1ThiZ+9413AbdVPO+ntOMQtsFmG8gMiczwXt3JRBEqvJmvh8SksywhV4QbfWjR/WO/1CD5Td+cUBrtVydbXIRyjSxUogpz++g4wowaRH9fv9y5qIRGTwLTaVT6Hcc0UoI1EuhaUOc2g6US1Tw4aQq66RvKleKt9d4gOeZONgvR1UMo3SkWI4IZSINLQNX9dY5b2NWzqRN0X7+GPWarKoC0up+aVmJDlGRR6kIXdXe7glZJCVh9onZ81kFUgsbyGUGa4GtM64ga+uv0izpSROGhEhj8PscHgjzCTZz0yzI82aUZFiUy5sPLWW5ry3xmHn3Cj9toJnsadQT88jPY8wWLm0KZL6yuAYU2Natjh+X0I6FD2v1zrKXso6GyXdlzkodwb5INNeZIbAdrW7uiBl5eK5zzI1OBXYefwF7KOM5m5jLO3ZibbfCcYTJ1GK0dQDFBGMXIk5hR9urJiE/NknmqwhfFf3+3LRVHSq+ZHWKHXPXosVB62tc8oJtuMS79oMS12QNvsqnWK9brSKs286GRMiZt8fNtDcZC2Z+TAVKQLFI+vR1WJJxsmrnnclz1ZDLoVJ3FRUnkc5XFTt0CDqSWaNjVxBmoMurj5SRP7R9NFtbkPmyaI43VLToCOvF7hjILrt2O8ojlT/k87o8oPuCn31tIzkbom1cgnlWVF2pscW2+uK6Iv7vRL7tyf5H5u8cytHfEoeAAAAAElFTkSuQmCC') repeat 0 0;
  top: 0;
  left: 0;
  padding: 14px 0 14px 24px;
  height: 32px;
  font-size: 0;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .clear-button {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #c04b00;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  right: 0;
  float: left;
  margin: 0 0 0 14px;
  padding: 0;
  border: none;
  width: 66px;
  height: 30px;
  background: transparent none;
  white-space: nowrap;
  line-height: 30px;
  vertical-align: top;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .clear-button:focus,
#advanced_search_filter_big .search-advanced-keywords .search-form .clear-button:hover,
#advanced_search_filter_big .search-advanced-keywords .search-form .clear-button:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0.75;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-placeholder {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  left: 35px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  pointer-events: none;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-placeholder span {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: block;
  float: left;
  width: 300px;
  height: 30px;
  line-height: 30px;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field-tooltip {
  opacity: 1;
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: inset 0 0 0 4px #c04b00, inset 0 0 0 5px rgba(255, 255, 255, 0.5), 0 3px 5px 0 rgba(0, 0, 0, 0.55);
  -moz-box-shadow: inset 0 0 0 4px #c04b00, inset 0 0 0 5px rgba(255, 255, 255, 0.5), 0 3px 5px 0 rgba(0, 0, 0, 0.55);
  box-shadow: inset 0 0 0 4px #c04b00, inset 0 0 0 5px rgba(255, 255, 255, 0.5), 0 3px 5px 0 rgba(0, 0, 0, 0.55);
  -webkit-transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
  -moz-transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
  -ms-transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
  -o-transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
  transition: opacity 0.25s ease-in, visibility 0s ease-in 0s;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: -68px;
  left: 197px;
  margin: 0 0 0 -112px;
  width: 224px;
  height: 47px;
  background: #c04b00 none;
  font-family: cube_r;
  text-align: center;
  line-height: 47px;
  cursor: default;
  visibility: visible;
  z-index: 1000;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field-tooltip:before {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scaleX(2);
  -moz-transform: scaleX(2);
  -o-transform: scaleX(2);
  transform: scaleX(2);
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 23px;
  left: 50%;
  content: '▼';
  margin: 0 0 0 -10px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field-tooltip:after {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #c04b00;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scaleX(2);
  -moz-transform: scaleX(2);
  -o-transform: scaleX(2);
  transform: scaleX(2);
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 22px;
  left: 50%;
  content: '▼';
  margin: 0 0 0 -10px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field-tooltip.disabled {
  -webkit-transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
  -moz-transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
  -ms-transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
  -o-transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
  transition: opacity 0.25s ease-in, visibility 0s ease-in 0.25s;
  opacity: 0;
  visibility: hidden;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field-tooltip span {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #c04b00;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scaleX(2);
  -moz-transform: scaleX(2);
  -o-transform: scaleX(2);
  transform: scaleX(2);
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 28px;
  left: 50%;
  margin: 0 0 0 -10px;
  width: 20px;
  height: 20px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.55);
  z-index: 0;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgba(102, 102, 102, 0.5);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  float: left;
  margin: 0;
  padding: 0 30px 0 8px;
  border: none;
  border: 1px solid #5c5c5c;
  width: 500px !important;
  min-height: 28px !important;
  height: 28px !important;
  font-size: 0;
  line-height: 28px;
  overflow: hidden;
  cursor: text;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput .tag {
  display: inline-block;
  float: none;
  margin: 5px 3px 5px 0;
  padding: 0;
  border: none;
  max-width: 172px;
  height: 18px;
  background: transparent none;
  line-height: 18px;
  vertical-align: top;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput .tag span {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0;
  padding: 2px 0 2px 6px;
  max-width: 150px;
  height: 14px;
  background: #c04b00 none;
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
  cursor: default;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput .tag a {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: inline-block;
  margin: 0;
  padding: 2px 6px 2px 0;
  width: 10px;
  height: 14px;
  background: #c04b00 none;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  line-height: 14px;
  vertical-align: top;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput .tag a:before {
  content: '×';
  font-size: 13px;
  color: #000000;
  text-align: center;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 28px;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput div.tags_clear {
  display: none;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput div input,
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput div input.not_valid {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgba(102, 102, 102, 0.5);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 5px;
  height: 28px;
  background: transparent none !important;
  line-height: 1;
  vertical-align: top;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput div input:focus,
#advanced_search_filter_big .search-advanced-keywords .search-form .tagsinput div input.not_valid:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  width: 20px;
  color: #666 !important;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgba(102, 102, 102, 0.5);
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  float: left;
  margin: 0;
  padding: 0 30px 0 8px;
  border: none;
  border: 1px solid #5c5c5c;
  width: 372px;
  height: 28px;
  background: #252525 none;
  line-height: 28px;
  vertical-align: top;
}
#advanced_search_filter_big .search-advanced-keywords .search-form .search-field:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}
#advanced_search_filter_big .btn-close,
#advanced_search_filter_big .btn-clear-all,
#advanced_search_filter_big .btn-cancel,
#advanced_search_filter_big .btn-select-all-checkbox,
#advanced_search_filter_big .btn-filter-search {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  padding: 8px 12px;
  border: none;
  background: #4d4d4d none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  text-shadow: none;
  color: #ffffff;
  line-height: 11px;
  right: 0;
}
#advanced_search_filter_big .btn-close:hover,
#advanced_search_filter_big .btn-clear-all:hover,
#advanced_search_filter_big .btn-cancel:hover,
#advanced_search_filter_big .btn-select-all-checkbox:hover,
#advanced_search_filter_big .btn-filter-search:hover,
#advanced_search_filter_big .btn-close:focus,
#advanced_search_filter_big .btn-clear-all:focus,
#advanced_search_filter_big .btn-cancel:focus,
#advanced_search_filter_big .btn-select-all-checkbox:focus,
#advanced_search_filter_big .btn-filter-search:focus,
#advanced_search_filter_big .btn-close:active,
#advanced_search_filter_big .btn-clear-all:active,
#advanced_search_filter_big .btn-cancel:active,
#advanced_search_filter_big .btn-select-all-checkbox:active,
#advanced_search_filter_big .btn-filter-search:active {
  opacity: 0.85;
}
#advanced_search_filter_big .btn-clear-all,
#advanced_search_filter_big .btn-cancel,
#advanced_search_filter_big .btn-select-all-checkbox {
  margin-right: 65px;
  background: #7c7c7c;
}
#advanced_search_filter_big .btn-close {
  margin-right: 10px;
}
#style_periods_filter_big,
#time-period-big,
#collections_filter_big,
#types_filter_big,
#results_sort_filter_big,
#workflow_flags_filter_big {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0%;
  margin: 0 0 0 10px;
  padding: 11px;
  width: 400px;
  height: 250px;
  background: #fff none;
  z-index: 3;
}
#style_periods_filter_big .content div.slimScrollDiv li,
#time-period-big .content div.slimScrollDiv li,
#collections_filter_big .content div.slimScrollDiv li,
#types_filter_big .content div.slimScrollDiv li,
#results_sort_filter_big .content div.slimScrollDiv li,
#workflow_flags_filter_big .content div.slimScrollDiv li,
#style_periods_filter_big .content ul.an-scroll.slimscrollable li,
#time-period-big .content ul.an-scroll.slimscrollable li,
#collections_filter_big .content ul.an-scroll.slimscrollable li,
#types_filter_big .content ul.an-scroll.slimscrollable li,
#results_sort_filter_big .content ul.an-scroll.slimscrollable li,
#workflow_flags_filter_big .content ul.an-scroll.slimscrollable li,
#style_periods_filter_big .content div.slimScrollRail li,
#time-period-big .content div.slimScrollRail li,
#collections_filter_big .content div.slimScrollRail li,
#types_filter_big .content div.slimScrollRail li,
#results_sort_filter_big .content div.slimScrollRail li,
#workflow_flags_filter_big .content div.slimScrollRail li {
  float: left;
  list-style: none outside none;
  width: 100%;
}
#style_periods_filter_big .btn-close,
#time-period-big .btn-close,
#collections_filter_big .btn-close,
#types_filter_big .btn-close,
#results_sort_filter_big .btn-close,
#workflow_flags_filter_big .btn-close,
#style_periods_filter_big .btn-clear-all,
#time-period-big .btn-clear-all,
#collections_filter_big .btn-clear-all,
#types_filter_big .btn-clear-all,
#results_sort_filter_big .btn-clear-all,
#workflow_flags_filter_big .btn-clear-all,
#style_periods_filter_big .btn-cancel,
#time-period-big .btn-cancel,
#collections_filter_big .btn-cancel,
#types_filter_big .btn-cancel,
#results_sort_filter_big .btn-cancel,
#workflow_flags_filter_big .btn-cancel,
#style_periods_filter_big .btn-select-all-checkbox,
#time-period-big .btn-select-all-checkbox,
#collections_filter_big .btn-select-all-checkbox,
#types_filter_big .btn-select-all-checkbox,
#results_sort_filter_big .btn-select-all-checkbox,
#workflow_flags_filter_big .btn-select-all-checkbox,
#style_periods_filter_big .btn-hide,
#time-period-big .btn-hide,
#collections_filter_big .btn-hide,
#types_filter_big .btn-hide,
#results_sort_filter_big .btn-hide,
#workflow_flags_filter_big .btn-hide,
#style_periods_filter_big .btn-filter-search,
#time-period-big .btn-filter-search,
#collections_filter_big .btn-filter-search,
#types_filter_big .btn-filter-search,
#results_sort_filter_big .btn-filter-search,
#workflow_flags_filter_big .btn-filter-search {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  padding: 8px 12px;
  border: none;
  background: #4d4d4d none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  text-shadow: none;
  color: #ffffff;
  line-height: 11px;
  right: 0;
}
#style_periods_filter_big .btn-close:hover,
#time-period-big .btn-close:hover,
#collections_filter_big .btn-close:hover,
#types_filter_big .btn-close:hover,
#results_sort_filter_big .btn-close:hover,
#workflow_flags_filter_big .btn-close:hover,
#style_periods_filter_big .btn-clear-all:hover,
#time-period-big .btn-clear-all:hover,
#collections_filter_big .btn-clear-all:hover,
#types_filter_big .btn-clear-all:hover,
#results_sort_filter_big .btn-clear-all:hover,
#workflow_flags_filter_big .btn-clear-all:hover,
#style_periods_filter_big .btn-cancel:hover,
#time-period-big .btn-cancel:hover,
#collections_filter_big .btn-cancel:hover,
#types_filter_big .btn-cancel:hover,
#results_sort_filter_big .btn-cancel:hover,
#workflow_flags_filter_big .btn-cancel:hover,
#style_periods_filter_big .btn-select-all-checkbox:hover,
#time-period-big .btn-select-all-checkbox:hover,
#collections_filter_big .btn-select-all-checkbox:hover,
#types_filter_big .btn-select-all-checkbox:hover,
#results_sort_filter_big .btn-select-all-checkbox:hover,
#workflow_flags_filter_big .btn-select-all-checkbox:hover,
#style_periods_filter_big .btn-hide:hover,
#time-period-big .btn-hide:hover,
#collections_filter_big .btn-hide:hover,
#types_filter_big .btn-hide:hover,
#results_sort_filter_big .btn-hide:hover,
#workflow_flags_filter_big .btn-hide:hover,
#style_periods_filter_big .btn-filter-search:hover,
#time-period-big .btn-filter-search:hover,
#collections_filter_big .btn-filter-search:hover,
#types_filter_big .btn-filter-search:hover,
#results_sort_filter_big .btn-filter-search:hover,
#workflow_flags_filter_big .btn-filter-search:hover,
#style_periods_filter_big .btn-close:focus,
#time-period-big .btn-close:focus,
#collections_filter_big .btn-close:focus,
#types_filter_big .btn-close:focus,
#results_sort_filter_big .btn-close:focus,
#workflow_flags_filter_big .btn-close:focus,
#style_periods_filter_big .btn-clear-all:focus,
#time-period-big .btn-clear-all:focus,
#collections_filter_big .btn-clear-all:focus,
#types_filter_big .btn-clear-all:focus,
#results_sort_filter_big .btn-clear-all:focus,
#workflow_flags_filter_big .btn-clear-all:focus,
#style_periods_filter_big .btn-cancel:focus,
#time-period-big .btn-cancel:focus,
#collections_filter_big .btn-cancel:focus,
#types_filter_big .btn-cancel:focus,
#results_sort_filter_big .btn-cancel:focus,
#workflow_flags_filter_big .btn-cancel:focus,
#style_periods_filter_big .btn-select-all-checkbox:focus,
#time-period-big .btn-select-all-checkbox:focus,
#collections_filter_big .btn-select-all-checkbox:focus,
#types_filter_big .btn-select-all-checkbox:focus,
#results_sort_filter_big .btn-select-all-checkbox:focus,
#workflow_flags_filter_big .btn-select-all-checkbox:focus,
#style_periods_filter_big .btn-hide:focus,
#time-period-big .btn-hide:focus,
#collections_filter_big .btn-hide:focus,
#types_filter_big .btn-hide:focus,
#results_sort_filter_big .btn-hide:focus,
#workflow_flags_filter_big .btn-hide:focus,
#style_periods_filter_big .btn-filter-search:focus,
#time-period-big .btn-filter-search:focus,
#collections_filter_big .btn-filter-search:focus,
#types_filter_big .btn-filter-search:focus,
#results_sort_filter_big .btn-filter-search:focus,
#workflow_flags_filter_big .btn-filter-search:focus,
#style_periods_filter_big .btn-close:active,
#time-period-big .btn-close:active,
#collections_filter_big .btn-close:active,
#types_filter_big .btn-close:active,
#results_sort_filter_big .btn-close:active,
#workflow_flags_filter_big .btn-close:active,
#style_periods_filter_big .btn-clear-all:active,
#time-period-big .btn-clear-all:active,
#collections_filter_big .btn-clear-all:active,
#types_filter_big .btn-clear-all:active,
#results_sort_filter_big .btn-clear-all:active,
#workflow_flags_filter_big .btn-clear-all:active,
#style_periods_filter_big .btn-cancel:active,
#time-period-big .btn-cancel:active,
#collections_filter_big .btn-cancel:active,
#types_filter_big .btn-cancel:active,
#results_sort_filter_big .btn-cancel:active,
#workflow_flags_filter_big .btn-cancel:active,
#style_periods_filter_big .btn-select-all-checkbox:active,
#time-period-big .btn-select-all-checkbox:active,
#collections_filter_big .btn-select-all-checkbox:active,
#types_filter_big .btn-select-all-checkbox:active,
#results_sort_filter_big .btn-select-all-checkbox:active,
#workflow_flags_filter_big .btn-select-all-checkbox:active,
#style_periods_filter_big .btn-hide:active,
#time-period-big .btn-hide:active,
#collections_filter_big .btn-hide:active,
#types_filter_big .btn-hide:active,
#results_sort_filter_big .btn-hide:active,
#workflow_flags_filter_big .btn-hide:active,
#style_periods_filter_big .btn-filter-search:active,
#time-period-big .btn-filter-search:active,
#collections_filter_big .btn-filter-search:active,
#types_filter_big .btn-filter-search:active,
#results_sort_filter_big .btn-filter-search:active,
#workflow_flags_filter_big .btn-filter-search:active {
  opacity: 0.85;
}
#style_periods_filter_big .btn-clear-all,
#time-period-big .btn-clear-all,
#collections_filter_big .btn-clear-all,
#types_filter_big .btn-clear-all,
#results_sort_filter_big .btn-clear-all,
#workflow_flags_filter_big .btn-clear-all,
#style_periods_filter_big .btn-cancel,
#time-period-big .btn-cancel,
#collections_filter_big .btn-cancel,
#types_filter_big .btn-cancel,
#results_sort_filter_big .btn-cancel,
#workflow_flags_filter_big .btn-cancel,
#style_periods_filter_big .btn-select-all-checkbox,
#time-period-big .btn-select-all-checkbox,
#collections_filter_big .btn-select-all-checkbox,
#types_filter_big .btn-select-all-checkbox,
#results_sort_filter_big .btn-select-all-checkbox,
#workflow_flags_filter_big .btn-select-all-checkbox,
#style_periods_filter_big .btn-hide,
#time-period-big .btn-hide,
#collections_filter_big .btn-hide,
#types_filter_big .btn-hide,
#results_sort_filter_big .btn-hide,
#workflow_flags_filter_big .btn-hide {
  margin-right: 70px;
}
#geo_filter_big {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0%;
  margin: 0 0 0 10px;
  padding: 11px;
  width: 640px;
  background: #ffffff none;
  z-index: 5;
}
#geo_filter_big .selectCheckbox {
  display: none;
}
#geo_filter_big .jvectormap-marker {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 29px;
  height: 37px;
}
#geo_filter_big .closeButtons .filterButton {
  display: none;
}
#geo_filter_big #geo_filter_big_map {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
  height: 300px;
  overflow: hidden;
}
#geo_filter_big #geo_filter_big_map .map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
#geo_filter_big #geo_filter_big_map .map.active {
  visibility: visible;
}
#geo_filter_big .search-form {
  display: inline-block;
  position: relative;
  margin: 0 0 11px 0;
  width: 100%;
  font-size: 0;
}
#geo_filter_big .search-form .search-field {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  padding: 0 28px 0 8px;
  border: 1px solid #b2b2b2;
  height: 28px;
  background: #ffffff none;
  line-height: 30px;
}
#geo_filter_big .search-form .search-field:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
}
#geo_filter_big .search-form .search-button {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 -28px;
  padding: 0;
  border: none;
  width: 28px;
  height: 30px;
  background: transparent none;
}
#geo_filter_big .search-form .search-button:before {
  content: 'e';
  font-family: an_icons;
  font-style: normal;
  text-transform: none;
  text-rendering: optimizelegibility;
  speak: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  text-align: center;
  line-height: 32px;
}
#geo_filter_big .search-form .search-button:focus,
#geo_filter_big .search-form .search-button:hover,
#geo_filter_big .search-form .search-button:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  opacity: 0.75;
}
#geo_filter_big .text {
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 35px;
  text-align: center;
  cursor: default;
}
#geo_filter_big .flag {
  display: inline-block;
  width: 100%;
  height: 37px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAlCAYAAAC+uuLPAAABOElEQVR42u3UP0vCURTG8QNBQ0s0BYVEYUbLGZuSMBpC+uMv/U1tLWEQ2WaD0VAQtdQStYXgEC6RLUGEREnaC+gFNEhvQEKo03PDoELD5R4I7gPf9X6Wy6Hn3GGpuL1SuDvZWToO93I20s9nUwE+nx7gy+ggX80M8fVskIvzQb6NDfO9F+LSQogfUDk+wpVGj4m2G6XqfkpOI32yN9YjQAWoABWgAlSAClABKkAFqAAVoAJUKo3wWDvVUFgTfUWTZKaE1tEcfU0BfUM+fZ9l9B0t0u9ZRpPUbBbRFLWaJTRNf80CWkXd2qipjLq0UdNNS9jy720OKxyHAurURk0XP2DFg59HHdqoKfcJK6OmLK2ub9Y9Ly4T/kaCtLa8lnGoQx3qUIc61KH/EU2mD562do9exv1MVMv8AH5hSORjftv8AAAAAElFTkSuQmCC') no-repeat center center;
}
#geo_filter_big .countries,
#geo_filter_big .regions,
#geo_filter_big .continents {
  margin: 11px 0 0 0;
  min-height: 18px;
  font-size: 0;
}
#geo_filter_big .countries .country-tag,
#geo_filter_big .regions .country-tag,
#geo_filter_big .continents .country-tag {
  -moz-user-select: none;
  user-select: none;
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #3c3c3c;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  float: left;
  margin: 0 0 4px 0;
  padding: 1px 8px;
  height: 12px;
  border-left: 1px solid #bec9ce;
  line-height: 12px;
  cursor: default;
}
#geo_filter_big .countries .country-tag:first-child,
#geo_filter_big .regions .country-tag:first-child,
#geo_filter_big .continents .country-tag:first-child {
  padding: 1px 8px 1px 0;
  border-left: none;
}
#geo_filter_big .countries .country-tag .country-name,
#geo_filter_big .regions .country-tag .country-name,
#geo_filter_big .continents .country-tag .country-name {
  float: left;
}
#geo_filter_big .countries .country-tag .remove-region,
#geo_filter_big .regions .country-tag .remove-region,
#geo_filter_big .continents .country-tag .remove-region {
  color: #bec4ca;
  cursor: pointer;
  float: left;
  margin-left: 5px;
}
#geo_filter_big .countries .country-tag .remove-region:hover,
#geo_filter_big .regions .country-tag .remove-region:hover,
#geo_filter_big .continents .country-tag .remove-region:hover {
  color: #9aaab2;
  text-decoration: none;
}
#geo_filter_big .btn-close,
#geo_filter_big .btn-clear-all,
#geo_filter_big .btn-cancel,
#geo_filter_big .btn-select-all-checkbox,
#geo_filter_big .btn-filter-search {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 12px;
  border: none;
  background: #4c4c4c none;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  text-shadow: none;
  color: #ffffff;
  line-height: 11px;
}
#geo_filter_big .btn-close:hover,
#geo_filter_big .btn-clear-all:hover,
#geo_filter_big .btn-cancel:hover,
#geo_filter_big .btn-select-all-checkbox:hover,
#geo_filter_big .btn-filter-search:hover,
#geo_filter_big .btn-close:focus,
#geo_filter_big .btn-clear-all:focus,
#geo_filter_big .btn-cancel:focus,
#geo_filter_big .btn-select-all-checkbox:focus,
#geo_filter_big .btn-filter-search:focus,
#geo_filter_big .btn-close:active,
#geo_filter_big .btn-clear-all:active,
#geo_filter_big .btn-cancel:active,
#geo_filter_big .btn-select-all-checkbox:active,
#geo_filter_big .btn-filter-search:active {
  opacity: 0.85;
}
#geo_filter_big .btn-clear-all,
#geo_filter_big .btn-cancel,
#geo_filter_big .btn-select-all-checkbox,
#geo_filter_big .btn-filter-search {
  top: 326px;
  bottom: auto;
  right: 11px;
  padding: 8px 12px;
  background: #919191 none;
}
.jvectormap-label {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #637883;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 2px 6px !important;
  border: 2px solid #a2abb3 !important;
  background: #fff none !important;
  z-index: 3 !important;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  top: 11px !important;
  left: 11px !important;
  padding: 0 !important;
  border: none !important;
  width: 30px !important;
  height: 30px !important;
  background: #fff none !important;
  font-size: 0 !important;
  color: #bec4ca !important;
  text-align: center;
  z-index: 100;
}
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
  color: #9aaab2 !important;
}
.jvectormap-zoomin:before,
.jvectormap-zoomout:before {
  content: '\f067';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
}
.jvectormap-zoomout {
  top: 45px !important;
}
.jvectormap-zoomout:before {
  content: '\f068';
}
.an-slider.ui-slider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 2px 0 14px 0;
  border: none;
  height: 48px;
  background: #f1f3f5 none;
}
.an-slider.ui-slider .ui-slider-range {
  background: transparent none;
  filter: none;
}
.an-slider.ui-slider .ui-slider-handle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 #ffffff, 0 0 0 #ffffff, inset -1px 0 0 #abacad;
  -moz-box-shadow: inset 0 0 0 #ffffff, 0 0 0 #ffffff, inset -1px 0 0 #abacad;
  box-shadow: inset 0 0 0 #ffffff, 0 0 0 #ffffff, inset -1px 0 0 #abacad;
  background: #dcdcdc;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dcdcdc), to(#b0b0b0));
  background: -webkit-linear-gradient(#dcdcdc, #b0b0b0);
  background: -moz-linear-gradient(#dcdcdc, #b0b0b0);
  background: -ms-linear-gradient(#dcdcdc, #b0b0b0);
  background: -o-linear-gradient(#dcdcdc, #b0b0b0);
  background: linear-gradient(#dcdcdc, #b0b0b0);
  top: -2px;
  margin: 0 0 0 -5px;
  border: none;
  width: 10px;
  height: 52px;
  cursor: pointer;
}
.an-slider.ui-slider .ui-slider-handle:before {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #838383;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: '"';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.an-slider.ui-slider .ui-slider-handle:after {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #666666;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  content: attr(data-content);
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin: 0 0 0 -11px;
  width: 22px;
  height: 10px;
  background: #fff none;
  line-height: 10px;
  text-align: center;
}
.an-slider.ui-slider .ui-slider-handle:last-child {
  -webkit-box-shadow: inset 0 0 0 #ffffff, 0 0 0 #ffffff, inset 1px 0 0 #abacad;
  -moz-box-shadow: inset 0 0 0 #ffffff, 0 0 0 #ffffff, inset 1px 0 0 #abacad;
  box-shadow: inset 0 0 0 #ffffff, 0 0 0 #ffffff, inset 1px 0 0 #abacad;
  margin-right: 11px;
}
.an-slider.ui-slider .ui-slider-handle:last-child:after {
  content: attr(data-content);
}
#results_sort_filter label {
  width: 100%;
}
#results_sort_filter label select {
  width: 100%;
}
#types_filter {
  height: 108px;
}
#ui-datepicker-div {
  z-index: 99 !important;
}
.defaultSimpleSkin {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  display: block;
  border: 1px solid #ccc;
}
.defaultSimpleSkin.focus {
  border-color: rgba(82, 168, 236, 0.8);
}
.defaultSimpleSkin table.mceLayout {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none !important;
}
.defaultSimpleSkin iframe {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modal-scrollable {
  position: absolute;
}
.modal {
  margin-top: 0 !important;
}
.modal .modal-header.no-header {
  border: none;
  height: 0;
}
.modal .modal-header h3 {
  font-family: cube_b, 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
}
.modal .modal-header .close {
  -webkit-box-shadow: inset 0 0 0 #000000;
  -moz-box-shadow: inset 0 0 0 #000000;
  box-shadow: inset 0 0 0 #000000;
}
.modal .modal-body p {
  margin: 10px 0;
}
.modal .modal-footer {
  text-align: left;
}
.note-editor {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.note-editor:focus,
.note-editor.focus {
  border-color: rgba(82, 168, 236, 0.8);
}
.note-editor .note-toolbar.btn-toolbar {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.note-editor .note-editable {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #010101;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -ms-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
  padding: 4px 6px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 30px;
  background: #fff none;
}
.note-editor .note-editable:disabled,
.note-editor .note-editable.disabled {
  background: #eee none;
}
.metadata .note-editable {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  line-height: 22px;
  cursor: default;
}
.metadata .note-editable a:hover {
  color: #c04b00;
  text-decoration: none;
}
.fileupload {
  margin: 0;
}
.fileupload .thumbnail {
  margin: 0;
  min-width: 120px;
  min-height: 60px;
  background: #ffffff none;
}
.fileupload .thumbnail a {
  line-height: 60px;
}
.fileupload .upload,
.fileupload .cover {
  margin-right: 2px;
  display: inline-block;
}
.accordion-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #ccc;
}
input.input-error,
textarea.input-error {
  border-color: #c04b00;
}
input.input-error:focus ~ .formError,
textarea.input-error:focus ~ .formError {
  opacity: 0;
}
.formError {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0.9 !important;
}
.formError .formErrorContent {
  font-family: 'Helvetica Neue', Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
  padding: 4px 6px;
  border: 2px solid #9f9f9f;
  width: auto;
  background: #c04b00 none;
  text-align: center;
  line-height: 20px;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3,
.formError .formErrorArrow .line4,
.formError .formErrorArrow .line5,
.formError .formErrorArrow .line6,
.formError .formErrorArrow .line7,
.formError .formErrorArrow .line8,
.formError .formErrorArrow .line9,
.formError .formErrorArrow .line10 {
  -webkit-box-shadow: 0 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 0 #000000;
  box-shadow: 0 0 0 0 #000000;
  border: 2px solid #9f9f9f;
  border-top: none;
  border-bottom: none;
  background: #c04b00 none;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2 {
  border: none;
  background: #9f9f9f none;
}
.formError .formErrorArrow .line9,
.formError .formErrorArrow .line10 {
  border: none;
}
#infscr-loading {
  position: relative;
  float: left;
  margin: 0 40px 20px 40px;
  width: 115px;
  height: 100px;
}
#infscr-loading img {
  margin: 34px auto 0 auto;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.85s;
  -moz-transition-duration: 0.85s;
  -ms-transition-duration: 0.85s;
  -o-transition-duration: 0.85s;
  transition-duration: 0.85s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
ul.isotope {
  overflow: visible !important;
}
.loading-indicator-overlay {
  background-color: transparent;
}
@font-face {
  font-family: 'cube_l';
  src: url('/fonts/cube_light.eot');
  src: url('/fonts/cube_light.eot#iefix') format('embedded-opentype'), url('/fonts/cube_light.woff') format('woff'), url('/fonts/cube_light.ttf') format('truetype'), url('/fonts/cube_light.svg#cube_l') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cube_r';
  src: url('/fonts/cube_regular.eot');
  src: url('/fonts/cube_regular.eot#iefix') format('embedded-opentype'), url('/fonts/cube_regular.woff') format('woff'), url('/fonts/cube_regular.ttf') format('truetype'), url('/fonts/cube_regular.svg#cube_r') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'cube_b';
  src: url('/fonts/cube_bold.eot');
  src: url('/fonts/cube_bold.eot#iefix') format('embedded-opentype'), url('/fonts/cube_bold.woff') format('woff'), url('/fonts/cube_bold.ttf') format('truetype'), url('/fonts/cube_bold.svg#cube_b') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'an_icons';
  src: url('/fonts/an_icons.eot');
  src: url('/fonts/an_icons.eot#iefix') format('embedded-opentype'), url('/fonts/an_icons.woff') format('woff'), url('/fonts/an_icons.ttf') format('truetype'), url('/fonts/an_icons.svg#an_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'), url('/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.0.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */

  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-save:before {
  content: "\f0c7";
}
.noise,
.noise-bg,
.noise-background {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEXq6urj4+Px8fHp6eno6Ojk5OTn5+fm5ubl5eXt7e3s7Ozr6+vv7+/w8PDu7u4UVjLwAAACr0lEQVR42j3Tv2uddRTH8df5PvdHfjTlPLlp2iLI99ZBrcuT4FSXG8XF6amDOCYODoJwiyJ0UG78C1I3h8KtIDjGsVtaHBzTwc0h7VQ3R0FQhxucz+f8+pz3adT097/qn4N/upcbb728KL9G+5cOams9wzCSJYFD/NQKuLvFzO1rns1CrCOVA9nMBk/CjBho5/dwWjp6sZaRIoniDRu6Gjnu1ThiZ+9413AbdVPO+ntOMQtsFmG8gMiczwXt3JRBEqvJmvh8SksywhV4QbfWjR/WO/1CD5Td+cUBrtVydbXIRyjSxUogpz++g4wowaRH9fv9y5qIRGTwLTaVT6Hcc0UoI1EuhaUOc2g6US1Tw4aQq66RvKleKt9d4gOeZONgvR1UMo3SkWI4IZSINLQNX9dY5b2NWzqRN0X7+GPWarKoC0up+aVmJDlGRR6kIXdXe7glZJCVh9onZ81kFUgsbyGUGa4GtM64ga+uv0izpSROGhEhj8PscHgjzCTZz0yzI82aUZFiUy5sPLWW5ry3xmHn3Cj9toJnsadQT88jPY8wWLm0KZL6yuAYU2Natjh+X0I6FD2v1zrKXso6GyXdlzkodwb5INNeZIbAdrW7uiBl5eK5zzI1OBXYefwF7KOM5m5jLO3ZibbfCcYTJ1GK0dQDFBGMXIk5hR9urJiE/NknmqwhfFf3+3LRVHSq+ZHWKHXPXosVB62tc8oJtuMS79oMS12QNvsqnWK9brSKs286GRMiZt8fNtDcZC2Z+TAVKQLFI+vR1WJJxsmrnnclz1ZDLoVJ3FRUnkc5XFTt0CDqSWaNjVxBmoMurj5SRP7R9NFtbkPmyaI43VLToCOvF7hjILrt2O8ojlT/k87o8oPuCn31tIzkbom1cgnlWVF2pscW2+uK6Iv7vRL7tyf5H5u8cytHfEoeAAAAAElFTkSuQmCC') repeat 0 0;
}
.arrow-left {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAYAAADVCrdsAAAAj0lEQVR42s2W3QnAIAyEHcQl3H8u8Qeh9YoWa7VgH8wdhMAF4YPEqFLf0jlMySK6AKy1roDIAIQQHEIC4gZIKYlAPACOrN0QL4DdEEMAKMZYIfrQP3w98ecAEDyA1CFFQDiDvOL3tcZXxns/BJiptgh5xe9rbaspICjaQTGYNFeUZlnRrG2aB4zmKd/6qTkB/YVYFc+ohZMAAAAASUVORK5CYII=') no-repeat 0 center;
}
.arrow-right {
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAASCAYAAADVCrdsAAAAkUlEQVR42uWWbQrAIAiGO0iX8P7nij4IWsYMi621H0NhL0jwCvVQZhnzrWwNOEcxgXPOS4NAjNFjSII0iJyzKEiDKFWSIB3iCYQqmIe98eGtn1LqECsQ8FVUQCiagPs8t+sjAC5aJl2BDFvGkoPPc7v+SggSQqC1lEBoOA4Vhaniiv6jWalo2+IPmIanfOtTcwC4D1gVaWm3PgAAAABJRU5ErkJggg==') no-repeat 0 center;
}
.dashed-line {
  margin: 0;
  border: none;
  width: 100%;
  height: 4px;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAE0lEQVR42mNgQAKFhYX/SeUAAQA4jwlJMBrEEwAAAABJRU5ErkJggg==') repeat-x 0 0;
}
.content {
  margin: 0;
  overflow: hidden;
}
.content .row-pane {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
.content .navbar.row-pane {
  top: 0;
  height: 60px;
  overflow: visible;
  z-index: 100;
}
.content .footer.row-pane {
  bottom: 0;
  height: 32px;
  z-index: 100;
}
.content .body.row-pane {
  top: 60px;
  bottom: 32px;
  padding-bottom: 62px;
}
.content .body.row-pane .record-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.content .body.row-pane .search-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEXq6urj4+Px8fHp6eno6Ojk5OTn5+fm5ubl5eXt7e3s7Ozr6+vv7+/w8PDu7u4UVjLwAAACr0lEQVR42j3Tv2uddRTH8df5PvdHfjTlPLlp2iLI99ZBrcuT4FSXG8XF6amDOCYODoJwiyJ0UG78C1I3h8KtIDjGsVtaHBzTwc0h7VQ3R0FQhxucz+f8+pz3adT097/qn4N/upcbb728KL9G+5cOams9wzCSJYFD/NQKuLvFzO1rns1CrCOVA9nMBk/CjBho5/dwWjp6sZaRIoniDRu6Gjnu1ThiZ+9413AbdVPO+ntOMQtsFmG8gMiczwXt3JRBEqvJmvh8SksywhV4QbfWjR/WO/1CD5Td+cUBrtVydbXIRyjSxUogpz++g4wowaRH9fv9y5qIRGTwLTaVT6Hcc0UoI1EuhaUOc2g6US1Tw4aQq66RvKleKt9d4gOeZONgvR1UMo3SkWI4IZSINLQNX9dY5b2NWzqRN0X7+GPWarKoC0up+aVmJDlGRR6kIXdXe7glZJCVh9onZ81kFUgsbyGUGa4GtM64ga+uv0izpSROGhEhj8PscHgjzCTZz0yzI82aUZFiUy5sPLWW5ry3xmHn3Cj9toJnsadQT88jPY8wWLm0KZL6yuAYU2Natjh+X0I6FD2v1zrKXso6GyXdlzkodwb5INNeZIbAdrW7uiBl5eK5zzI1OBXYefwF7KOM5m5jLO3ZibbfCcYTJ1GK0dQDFBGMXIk5hR9urJiE/NknmqwhfFf3+3LRVHSq+ZHWKHXPXosVB62tc8oJtuMS79oMS12QNvsqnWK9brSKs286GRMiZt8fNtDcZC2Z+TAVKQLFI+vR1WJJxsmrnnclz1ZDLoVJ3FRUnkc5XFTt0CDqSWaNjVxBmoMurj5SRP7R9NFtbkPmyaI43VLToCOvF7hjILrt2O8ojlT/k87o8oPuCn31tIzkbom1cgnlWVF2pscW2+uK6Iv7vRL7tyf5H5u8cytHfEoeAAAAAElFTkSuQmCC') repeat 0 0;
  position: relative;
  height: 0;
}
.content .body.row-pane .search-container .slide-bar {
  position: absolute;
}
.content .body.row-pane .search-container .row-fluid {
  height: 100%;
}
.content .body.row-pane .search-container .row-fluid .item-list {
  height: 100%;
}
.content .body.row-pane.show-details {
  padding-bottom: 62px;
}
.content .body.row-pane.show-details .record-container {
  height: 100%;
}
.content .body.row-pane.show-details .search-container {
  height: 0;
}
.content .body.row-pane.show-search {
  padding-bottom: 0;
}
.content .body.row-pane.show-search .record-container {
  height: 0;
}
.content .body.row-pane.show-search .search-container {
  height: 100%;
}
.content .body.row-pane.splitted {
  padding-bottom: 0;
}
.content .body.row-pane.splitted .record-container {
  height: 50%;
}
.content .body.row-pane.splitted .search-container {
  height: 50%;
}
.content .body.row-pane.search-hidden {
  -webkit-transition: padding 1.25s ease-in-out;
  -moz-transition: padding 1.25s ease-in-out;
  -ms-transition: padding 1.25s ease-in-out;
  -o-transition: padding 1.25s ease-in-out;
  transition: padding 1.25s ease-in-out;
  padding-bottom: 0;
}
.content .body.row-pane.search-hidden .record-container {
  -webkit-transition: height 1.25s ease-in-out;
  -moz-transition: height 1.25s ease-in-out;
  -ms-transition: height 1.25s ease-in-out;
  -o-transition: height 1.25s ease-in-out;
  transition: height 1.25s ease-in-out;
  height: 100%;
}
.content .body.row-pane.search-hidden .search-container {
  -webkit-transition: height 1.25s ease-in-out;
  -moz-transition: height 1.25s ease-in-out;
  -ms-transition: height 1.25s ease-in-out;
  -o-transition: height 1.25s ease-in-out;
  transition: height 1.25s ease-in-out;
  height: 0;
}
.content .body.row-pane:not(.search-hidden) {
  -webkit-transition: padding 1.25s ease-in-out;
  -moz-transition: padding 1.25s ease-in-out;
  -ms-transition: padding 1.25s ease-in-out;
  -o-transition: padding 1.25s ease-in-out;
  transition: padding 1.25s ease-in-out;
  padding-bottom: 62px;
}
.content .body.row-pane:not(.search-hidden) .record-container {
  -webkit-transition: height 1.25s ease-in-out;
  -moz-transition: height 1.25s ease-in-out;
  -ms-transition: height 1.25s ease-in-out;
  -o-transition: height 1.25s ease-in-out;
  transition: height 1.25s ease-in-out;
  height: 100%;
}
.content .body.row-pane:not(.search-hidden) .search-container {
  height: 0;
  padding-top: 62px;
}
.content .body.row-pane:not(.search-hidden) .search-container.folded {
  -webkit-transition: height 1.5s ease-in-out;
  -moz-transition: height 1.5s ease-in-out;
  -ms-transition: height 1.5s ease-in-out;
  -o-transition: height 1.5s ease-in-out;
  transition: height 1.5s ease-in-out;
  padding: 0;
}
.content .body.row-pane .search-field-tooltip {
  -webkit-transition: opacity 0.25s linear, visibility 0s linear 0s;
  -moz-transition: opacity 0.25s linear, visibility 0s linear 0s;
  -ms-transition: opacity 0.25s linear, visibility 0s linear 0s;
  -o-transition: opacity 0.25s linear, visibility 0s linear 0s;
  transition: opacity 0.25s linear, visibility 0s linear 0s;
  opacity: 1;
  visibility: visible;
}
.content .body.row-pane .search-field-tooltip.disabled {
  -webkit-transition: opacity 0.25s linear, visibility 0s linear 0.25s;
  -moz-transition: opacity 0.25s linear, visibility 0s linear 0.25s;
  -ms-transition: opacity 0.25s linear, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s linear, visibility 0s linear 0.25s;
  transition: opacity 0.25s linear, visibility 0s linear 0.25s;
  opacity: 0;
  visibility: hidden;
}
.record-container .slimScrollDiv {
  height: 100% !important;
  min-height: 100%;
}
.record-container .slimScrollDiv .an-scroll {
  height: 100% !important;
  min-height: 100%;
}
.search-container .slimScrollDiv {
  height: 100% !important;
  min-height: 100%;
}
.search-container .slimScrollDiv .an-scroll {
  height: 100% !important;
  min-height: 100%;
}
.centered {
  position: fixed;
  z-index: -9999;
  width: 125px;
  height: 125px;
  background: White;
  opacity: 1;
  border: Black solid 2px;
  left: 45%;
  top: 20%;
}
.spinner {
  position: absolute !important;
  bototm: 0 !important;
  top: 22%;
}
#abortLinkDiv {
  line-height: 230px;
}
#abortLinkDiv > span {
  display: inline-block;
  vertical-align: text-bottom;
  height: inherit;
  width: inherit;
  text-align: center;
}
#abortLinkDiv > span > a {
  color: #c04b00;
  font-weight: bold;
  text-decoration: no-underline;
}
