@import url("uiFeedback.css");
/*End Vars*/
@font-face {
  font-family: 'iq_iconsregular';
  src: url('fonts/iq_icons-webfont.eot');
  src: url('fonts/iq_icons-webfont.eot#iefix') format('embedded-opentype'), url('fonts/iq_icons-webfont.woff') format('woff'), url('fonts/iq_icons-webfont.ttf') format('truetype'), url('fonts/iq_icons-webfont.svg#iq_iconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** Default element Styles **/
label {
  cursor: auto;
}
a,
label[for] {
  cursor: pointer;
}
table {
  border-collapse: separate;
}
td {
  border-color: #dddddd;
}
.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}
.linenums ol {
  margin: 0 0 0 33px;
}
/** END Default element Styles **/
#logoutAlert {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  cursor: pointer;
  padding: 15px;
}
#lpchatbutton {
  width: 19px;
  height: 20px;
}
#allOrgs {
  top: 43px;
  left: 30px;
}
/** Navigation Styles **/
body > .container-fluid {
  margin: 0 0 0 50px;
}
.contents-buffer {
  margin-top: 62px;
}
.nav.navbar-fixed-top > .navbar-inner > .container-fluid > * {
  margin-left: 10px;
}
.nav.navbar-fixed-top > .navbar-inner .dropdown-menu {
  top: 75%;
}
.btn.disabled,
.dropdown-menu > li > a.disabled,
.dropdown-menu > li > a.disabled:focus,
.dropdown-menu > li > a.disabled:hover,
.navbar .nav > li > a.disabled,
.disabled {
  color: #AAAAAA;
  cursor: not-allowed;
}
.right-gutter,
.nav.navbar-fixed-top > ul.nav-list {
  height: 100%;
  background-color: #DFDFDF;
  box-shadow: -2px -5px 5px 0 #c0c0c0 inset;
  min-width: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.right-gutter {
  box-shadow: 2px -5px 5px 0 #c0c0c0 inset;
  right: 0;
}
.nav.navbar-fixed-top ul.nav-list > li > a {
  width: 60px;
  text-align: center;
  line-height: 56px;
  font-size: 30px;
  padding: 2px 0;
  margin: 0;
  display: inline-block;
}
.nav.navbar-fixed-top > ul.nav-list > li > a {
  border-bottom: 1px solid #C7C7C7;
  border-top: 1px solid #FFFFFF;
}
.nav.navbar-fixed-top > ul.nav-list > li:first-child > a {
  border-top: none;
}
.nav.navbar-fixed-top > .navbar-inner {
  height: 61px;
}
.nav-list .nav-header {
  cursor: default;
  margin: 0;
  text-transform: capitalize;
}
.nav.navbar-fixed-top ul.nav-list > li.active > a,
.nav.navbar-fixed-top ul.nav-list > li:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.open > a {
  padding-bottom: 0;
  border-bottom-width: 3px;
}
.navbar .nav li.active.dropdown > .dropdown-toggle,
.nav.navbar-fixed-top ul.nav-list > li.active > a,
.nav.navbar-fixed-top ul.nav-list > li:hover > a {
  background-image: none;
}
.navbar-inner.user-mimicked {
  background-color: #ffcc00;
  background-image: -moz-linear-gradient(top, #ffcc00 0%, #cca300 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcc00), color-stop(100%, #cca300));
  background-image: -webkit-linear-gradient(top, #ffcc00 0%, #cca300 100%);
  background-image: -o-linear-gradient(top, #ffcc00 0%, #cca300 100%);
  background-image: -ms-linear-gradient(top, #ffcc00 0%, #cca300 100%);
  background-image: linear-gradient(to bottom, #ffcc00 0%, #cca300 100%);
  filter: none;
  color: #333333;
}
.home .nav-header {
  background-color: #5f6a99;
}
.financial .nav-header {
  background-color: #edf4e9;
}
.pazien .nav-header {
  background-color: #fcd7d4;
}
.chargebacks .nav-header {
  background-color: #fffaf7;
}
.operations .nav-header {
  background-color: #fff7e5;
}
.approvals .nav-header {
  background-color: #f0f5fa;
}
.fraud .nav-header {
  background-color: #fdf8f8;
}
.insights .nav-header {
  background-color: #fdfbfd;
}
.admin .nav-header {
  background-color: #fbfafa;
}
.nav.navbar-fixed-top ul.nav-list > li.home.active > a,
.nav.navbar-fixed-top ul.nav-list > li.home:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.home.open > a {
  background-color: #a6afde;
  color: #5f6a99;
  border-bottom-color: #5f6a99;
  border-bottom: 4px solid;
}
.nav.navbar-fixed-top ul.nav-list > li.financial.active > a,
.nav.navbar-fixed-top ul.nav-list > li.financial:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.financial.open > a {
  background-color: #8cbf7e;
  color: #4e783c;
  border-bottom-color: #4e783c;
}
.nav.navbar-fixed-top ul.nav-list > li.pazien.active > a,
.nav.navbar-fixed-top ul.nav-list > li.pazien:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.pazien.open > a {
  background-color: #ff5145;
  color: #ff1100;
  border-bottom-color: #ff1100;
}
.nav.navbar-fixed-top ul.nav-list > li.chargebacks.active > a,
.nav.navbar-fixed-top ul.nav-list > li.chargebacks:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.chargebacks.open > a {
  background-color: #ffbb86;
  color: #b6582b;
  border-bottom-color: #b6582b;
}
.nav.navbar-fixed-top ul.nav-list > li.operations.active > a,
.nav.navbar-fixed-top ul.nav-list > li.operations:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.operations.open > a {
  background-color: #ffd578;
  color: #987a3d;
  border-bottom-color: #987a3d;
}
.nav.navbar-fixed-top ul.nav-list > li.approvals.active > a,
.nav.navbar-fixed-top ul.nav-list > li.approvals:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.approvals.open > a {
  background-color: #90bbe5;
  color: #386b9d;
  border-bottom-color: #386b9d;
}
.nav.navbar-fixed-top ul.nav-list > li.fraud.active > a,
.nav.navbar-fixed-top ul.nav-list > li.fraud:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.fraud.open > a {
  background-color: #e8a1a0;
  color: #b85959;
  border-bottom-color: #b85959;
}
.nav.navbar-fixed-top ul.nav-list > li.insights.active > a,
.nav.navbar-fixed-top ul.nav-list > li.insights:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.insights.open > a {
  background-color: #cf9bcf;
  color: #875987;
  border-bottom-color: #875987;
}
.nav.navbar-fixed-top ul.nav-list > li.admin.active > a,
.nav.navbar-fixed-top ul.nav-list > li.admin:hover > a,
.nav.navbar-fixed-top ul.nav-list > li.admin.open > a {
  background-color: #9b8f90;
  color: #4c4341;
  border-bottom-color: #4c4341;
}
.home .dropdown-menu > li.active > a,
.home .dropdown-submenu:hover > a,
.home .dropdown-submenu:focus > a,
.home .dropdown-menu > li > a:hover,
.home .dropdown-menu > li > a:focus {
  background-color: #ced3ed;
  background-image: -moz-linear-gradient(top, #ced3ed 0%, #a6afde 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ced3ed), color-stop(100%, #a6afde));
  background-image: -webkit-linear-gradient(top, #ced3ed 0%, #a6afde 100%);
  background-image: -o-linear-gradient(top, #ced3ed 0%, #a6afde 100%);
  background-image: -ms-linear-gradient(top, #ced3ed 0%, #a6afde 100%);
  background-image: linear-gradient(to bottom, #ced3ed 0%, #a6afde 100%);
  filter: none;
}
.financial .dropdown-menu > li.active > a,
.financial .dropdown-submenu:hover > a,
.financial .dropdown-submenu:focus > a,
.financial .dropdown-menu > li > a:hover,
.financial .dropdown-menu > li > a:focus {
  background-color: #bcd9b3;
  background-image: -moz-linear-gradient(top, #bcd9b3 0%, #8cbf7e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcd9b3), color-stop(100%, #8cbf7e));
  background-image: -webkit-linear-gradient(top, #bcd9b3 0%, #8cbf7e 100%);
  background-image: -o-linear-gradient(top, #bcd9b3 0%, #8cbf7e 100%);
  background-image: -ms-linear-gradient(top, #bcd9b3 0%, #8cbf7e 100%);
  background-image: linear-gradient(to bottom, #bcd9b3 0%, #8cbf7e 100%);
  filter: none;
}
.pazien .dropdown-menu > li.active > a,
.pazien .dropdown-submenu:hover > a,
.pazien .dropdown-submenu:focus > a,
.pazien .dropdown-menu > li > a:hover,
.pazien .dropdown-menu > li > a:focus {
  background-color: #ffa59e;
  background-image: -moz-linear-gradient(top, #ffa59e 0%, #ff5145 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa59e), color-stop(100%, #ff5145));
  background-image: -webkit-linear-gradient(top, #ffa59e 0%, #ff5145 100%);
  background-image: -o-linear-gradient(top, #ffa59e 0%, #ff5145 100%);
  background-image: -ms-linear-gradient(top, #ffa59e 0%, #ff5145 100%);
  background-image: linear-gradient(to bottom, #ffa59e 0%, #ff5145 100%);
  filter: none;
}
.chargebacks .dropdown-menu > li.active > a,
.chargebacks .dropdown-submenu:hover > a,
.chargebacks .dropdown-submenu:focus > a,
.chargebacks .dropdown-menu > li > a:hover,
.chargebacks .dropdown-menu > li > a:focus {
  background-color: #ffdabd;
  background-image: -moz-linear-gradient(top, #ffdabd 0%, #ffbb86 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdabd), color-stop(100%, #ffbb86));
  background-image: -webkit-linear-gradient(top, #ffdabd 0%, #ffbb86 100%);
  background-image: -o-linear-gradient(top, #ffdabd 0%, #ffbb86 100%);
  background-image: -ms-linear-gradient(top, #ffdabd 0%, #ffbb86 100%);
  background-image: linear-gradient(to bottom, #ffdabd 0%, #ffbb86 100%);
  filter: none;
}
.operations .dropdown-menu > li.active > a,
.operations .dropdown-submenu:hover > a,
.operations .dropdown-submenu:focus > a,
.operations .dropdown-menu > li > a:hover,
.operations .dropdown-menu > li > a:focus {
  background-color: #ffe6ae;
  background-image: -moz-linear-gradient(top, #ffe6ae 0%, #ffd578 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe6ae), color-stop(100%, #ffd578));
  background-image: -webkit-linear-gradient(top, #ffe6ae 0%, #ffd578 100%);
  background-image: -o-linear-gradient(top, #ffe6ae 0%, #ffd578 100%);
  background-image: -ms-linear-gradient(top, #ffe6ae 0%, #ffd578 100%);
  background-image: linear-gradient(to bottom, #ffe6ae 0%, #ffd578 100%);
  filter: none;
}
.approvals .dropdown-menu > li.active > a,
.approvals .dropdown-submenu:hover > a,
.approvals .dropdown-submenu:focus > a,
.approvals .dropdown-menu > li > a:hover,
.approvals .dropdown-menu > li > a:focus {
  background-color: #bfd7ef;
  background-image: -moz-linear-gradient(top, #bfd7ef 0%, #90bbe5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd7ef), color-stop(100%, #90bbe5));
  background-image: -webkit-linear-gradient(top, #bfd7ef 0%, #90bbe5 100%);
  background-image: -o-linear-gradient(top, #bfd7ef 0%, #90bbe5 100%);
  background-image: -ms-linear-gradient(top, #bfd7ef 0%, #90bbe5 100%);
  background-image: linear-gradient(to bottom, #bfd7ef 0%, #90bbe5 100%);
  filter: none;
}
.fraud .dropdown-menu > li.active > a,
.fraud .dropdown-submenu:hover > a,
.fraud .dropdown-submenu:focus > a,
.fraud .dropdown-menu > li > a:hover,
.fraud .dropdown-menu > li > a:focus {
  background-color: #f9e8e8;
  background-image: -moz-linear-gradient(top, #f9e8e8 0%, #e8a1a0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9e8e8), color-stop(100%, #e8a1a0));
  background-image: -webkit-linear-gradient(top, #f9e8e8 0%, #e8a1a0 100%);
  background-image: -o-linear-gradient(top, #f9e8e8 0%, #e8a1a0 100%);
  background-image: -ms-linear-gradient(top, #f9e8e8 0%, #e8a1a0 100%);
  background-image: linear-gradient(to bottom, #f9e8e8 0%, #e8a1a0 100%);
  filter: none;
}
.insights .dropdown-menu > li.active > a,
.insights .dropdown-submenu:hover > a,
.insights .dropdown-submenu:focus > a,
.insights .dropdown-menu > li > a:hover,
.insights .dropdown-menu > li > a:focus {
  background-color: #e0c2e0;
  background-image: -moz-linear-gradient(top, #e0c2e0 0%, #cf9bcf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0c2e0), color-stop(100%, #cf9bcf));
  background-image: -webkit-linear-gradient(top, #e0c2e0 0%, #cf9bcf 100%);
  background-image: -o-linear-gradient(top, #e0c2e0 0%, #cf9bcf 100%);
  background-image: -ms-linear-gradient(top, #e0c2e0 0%, #cf9bcf 100%);
  background-image: linear-gradient(to bottom, #e0c2e0 0%, #cf9bcf 100%);
  filter: none;
}
.admin .dropdown-menu > li.active > a,
.admin .dropdown-submenu:hover > a,
.admin .dropdown-submenu:focus > a,
.admin .dropdown-menu > li > a:hover,
.admin .dropdown-menu > li > a:focus {
  background-color: #e7e4e3;
  background-image: -moz-linear-gradient(top, #e7e4e3 0%, #9b8f90 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e4e3), color-stop(100%, #9b8f90));
  background-image: -webkit-linear-gradient(top, #e7e4e3 0%, #9b8f90 100%);
  background-image: -o-linear-gradient(top, #e7e4e3 0%, #9b8f90 100%);
  background-image: -ms-linear-gradient(top, #e7e4e3 0%, #9b8f90 100%);
  background-image: linear-gradient(to bottom, #e7e4e3 0%, #9b8f90 100%);
  filter: none;
}
.nav.navbar-fixed-top ul.nav-list > li.dropdown > ul.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
}
.nav.navbar-fixed-top > .navbar-inner > ul.nav-list > li > a {
  color: #DAD9DB;
}
.nav.navbar-fixed-top ul.nav-list {
  padding: 0;
}
.nav.navbar-fixed-top ul.nav-list > .dropdown-submenu > a:after {
  border-color: transparent #FFFFFF transparent transparent;
  border-width: 8px 8px 8px 0;
  float: right;
  margin: 0 0 0 -8px;
  margin-top: 22px;
  display: none;
}
.nav.navbar-fixed-top ul.nav-list > .dropdown-submenu.active > a:after {
  display: block;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333333;
}
.navbar-inner {
  line-height: 60px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar-inner,
.btn-inverse {
  background-color: #4e4e4e;
  background-image: -moz-linear-gradient(top, #4e4e4e 0%, #535759 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #535759));
  background-image: -webkit-linear-gradient(top, #4e4e4e 0%, #535759 100%);
  background-image: -o-linear-gradient(top, #4e4e4e 0%, #535759 100%);
  background-image: -ms-linear-gradient(top, #4e4e4e 0%, #535759 100%);
  background-image: linear-gradient(to bottom, #4e4e4e 0%, #535759 100%);
  filter: none;
  border-color: #222222 #222222 #000000;
}
.navbar-inner,
.navbar-inner .btn-inverse > a,
.btn-inverse {
  color: #DAD9DB;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #393939;
}
.btn ul {
  text-align: left;
}
.btn:focus {
  outline: none;
}
.nav.navbar-fixed-top > .navbar-inner .dropdown-menu {
  line-height: 20px;
}
.collapse .nav.nav-tabs {
  border-right: 1px solid #dddddd;
}
.nav.nav-tabs {
  margin: 0;
  border-left: 1px solid #dddddd;
}
.nav.nav-tabs > li {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.nav.nav-tabs > li > a {
  margin: 0;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  line-height: auto;
  padding: 12px 15px;
}
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover {
  border-left: none;
  border-right: none;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid;
}
.nav.nav-tabs > li.active > a:after {
  display: block;
  position: relative;
  border-color: #FFFFFF transparent;
  border-width: 8px 8px 0;
  border-style: solid;
  left: 50%;
  bottom: -12px;
  margin-bottom: -8px;
  margin-left: -8px;
  width: 0;
  content: "";
}
.nav .dropdown-toggle .caret,
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-bottom-color: #FFFFFF;
  border-top-color: #FFFFFF;
}
.navbar .nav {
  padding-left: 5px;
  border: 1px solid #CCCCCC;
  border-top: none;
  float: none;
  margin: 0;
}
.navbar .nav > li.active.dropdown.open > .dropdown-toggle,
.navbar .nav > li.active.dropdown > .dropdown-toggle,
.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover,
.navbar .nav > li.active > a:focus {
  background-color: #FFFFFF;
  border-top: 3px solid;
  margin-bottom: -3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 7px 15px 13px 15px;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover,
.dropdown-menu > li.active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333333;
}
/** END Navigation Styles **/
/** Table Styles **/
.table tbody + tbody {
  border: none;
}
.table tbody tr > td {
  border-top: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table thead > tr > th,
.table tbody + tfoot > tr > td {
  border-top: none;
}
.left-dashed {
  border-left: 1px dashed #A5A5A5;
}
.right-dashed {
  border-right: 1px dashed #A5A5A5;
}
.table thead > tr.title-row > th {
  text-align: center;
  font-size: 12px;
  padding: 8px 10px 0;
}
.table thead > tr.title-row > th.title-text > div {
  border-bottom: 1px dotted;
  line-height: 0;
  padding-top: 2px;
  opacity: .7;
}
.title-text span {
  padding: 0 8px;
}
.table.bordered tbody tr td {
  border-right: 1px solid #dddddd;
}
.table.bordered tbody tr td:last-child {
  border-right: none;
}
.highlighted-cell {
  background-color: #FBE3BF;
}
.table > thead > tr > th,
.table > thead > tr > th > a {
  font-weight: normal;
}
.table > thead > tr:last-child > th {
  border-bottom: 1px solid;
}
.table > tbody.grid-data > tr:hover {
  background-color: #F3F6FA;
}
.table tr > td.no-export {
  padding-right: 28px;
}
.table.text-right tr > th,
.table.text-right tr > td {
  text-align: right;
}
.table tr > th.text-right,
.table tr > td.text-right {
  text-align: right;
}
.table tr > th.text-left,
.table tr > td.text-left {
  text-align: left;
}
.table tr > th.text-center,
.table tr > td.text-center {
  text-align: center;
}
.new-row {
  font-weight: bold;
}
.table.interactive {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.table.scrollable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
tr.pagination {
  margin: 0;
}
.table.scrollable tbody,
.table.scrollable tr,
.table.scrollable td,
.table.scrollable th {
  display: block;
}
.table.scrollable tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.table.scrollable tbody.grid-data {
  height: 300px;
  overflow-y: auto;
}
.table.scrollable thead th {
  height: 36px;
  padding-bottom: 8px;
}
.table.scrollable thead th.sorted-asc,
.table.scrollable thead th.sorted-dsc {
  padding-bottom: 6px;
}
.table.scrollable tbody.grid-data td,
table.scrollable thead th {
  width: 7%;
  float: left;
  border: none;
}
.table.scrollable tbody.grid-data .pagination td,
.table.scrollable tbody.grid-data .grid-loader td {
  width: 100%;
}
.table.scrollable > tbody > tr {
  border-bottom: 1px solid #dddddd;
}
tr td.show-on-hover * {
  visibility: hidden;
}
tr:hover td.show-on-hover * {
  visibility: visible;
}
/** END Table Styles **/
/** Custom Classes **/
.pending {
  font-style: italic;
  color: #666666;
}
.asterisk {
  font-size: x-small;
  vertical-align: top;
  font-weight: bold;
  color: red;
}
.shown-customer-data,
.hidden-customer-data {
  font-style: italic;
}
.hidden-customer-data {
  color: #888888;
}
.table tr.cloneable,
.report-grid-container .table > tfoot > tr,
.hidden,
.inline > li.hidden,
.form-inline label.hidden {
  display: none;
}
.no-margins {
  margin: 0;
}
.margin-bottom-50px {
  margin-bottom: 50px!important;
}
.no-padding {
  padding: 0;
}
.no-radius {
  border-radius: 0;
}
.box {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 1px;
  overflow-x: auto;
}
form .box {
  overflow-x: auto;
  overflow-y: visible;
}
form .box.collapse {
  overflow-y: hidden;
  overflow-x: auto;
}
body div.datepicker td.datepickerFuture a {
  color: #333333;
}
.box.fit-to-table {
  display: inline-block;
  min-width: 100%;
}
.box .content {
  padding: 1px;
}
.box,
.drop-shadow {
  box-shadow: 0 8px 3px -5px #dddddd;
}
.header + .box,
.box.topless {
  border-top: none;
}
.grid p {
  margin: 0;
}
.grid > .row-fluid > [class*="span"] {
  padding: 8px 0;
}
.grid.bordered > .row-fluid > [class*="span"] > *,
.grid > .row-fluid > [class*="span"]:first-child > * {
  margin-left: 8px;
}
.grid.bordered > .row-fluid {
  border-top: 1px solid #CCCCCC;
}
.grid.bordered > .row-fluid:first-child {
  border-top: none;
}
.grid.bordered > .row-fluid > [class*="span"] {
  border-left: 1px dashed #CCCCCC;
}
.grid.bordered > .row-fluid > [class*="span"]:first-child {
  border-left: none;
}
.header {
  margin: 0;
  padding: 10px;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.header small {
  color: #777777;
}
.header,
.header > a[data-toggle="collapse"],
.nav.nav-tabs > li > a,
.dropdown > a {
  color: #646464;
}
.header,
.navbar .nav,
.nav.nav-tabs > li {
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #fafafa 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #eaeaea 100%);
  filter: none;
}
.box .table {
  margin-bottom: 0;
}
.box .table label {
  color: #999999;
}
.box label:after {
  content: ":";
}
.box label:empty:after,
.box .secondary label:after,
.box .legend label:after,
.box label.no-colon:after,
.box label.checkbox:after {
  content: "";
}
.summary {
  padding: 0;
}
.summary.box .table tbody tr td {
  text-align: center;
  font-size: 20px;
}
.summary.box .header {
  border: none;
}
.summary .emphasis-column {
  padding: 1px;
}
.summary .emphasis-column > div {
  padding: 5px 0;
}
.summary .primary p {
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
}
.summary .secondary {
  background-color: #F3F3F3;
}
.summary .secondary p {
  margin: 0;
}
.well-tiny {
  padding: 4px 6px;
}
.well-dark {
  background-color: #333;
  border-color: #333;
}
/** END Custom Classes **/
/** Form Styles **/
form {
  padding: 5px;
}
input.uneditable-input:focus,
input.uneditable-input {
  background-color: #FCFCFC;
  border-color: #CCCCCC;
  color: #999999;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
button.btn[type="submit"],
input.btn[type="submit"] {
  margin-left: 15px;
}
input.faux-submit[type="button"] {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
input.faux-submit[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.form-inline label.checkbox + label.checkbox {
  margin-left: 10px;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #333333;
}
.btn.btn-inverse input {
  color: #dddddd;
}
.btn input {
  height: 15px;
  padding: 4px 6px;
  background-color: transparent;
  border-width: 0;
}
.btn input:focus {
  background-color: #FFFFFF;
  border-width: 1px;
  color: #000000;
}
.form-inline label > h1,
.form-inline label > h2,
.form-inline label > h3,
.form-inline label > h4,
.form-inline label > h5,
.form-inline label > h6 {
  margin-right: 15px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
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"],
.uneditable-input {
  margin-bottom: 0;
}
[data-toggle="buttons-radio"] .btn {
  padding: 0 12px;
}
/** END Form Styles **/
.nav.navbar-fixed-top ul.nav-list > li.dropdown > .dropdown-menu {
  overflow: visible;
}
.typeahead,
.dropdown-menu {
  max-height: 600px;
  overflow: auto;
}
.tab-contents {
  display: none;
}
.tab-contents.active {
  display: block;
}
table.tab-contents.active {
  display: table;
}
[class*="-export"] img {
  padding-left: 4px;
  margin: 0;
}
.child-0 .indented {
  padding-left: 19px;
}
.child-1 .indented {
  padding-left: 39px;
}
.child-2 .indented {
  padding-left: 59px;
}
.child-3 .indented {
  padding-left: 79px;
}
.child-0 .indented.expand {
  padding-left: 2px;
}
.child-1 .indented.expand {
  padding-left: 22px;
}
.child-2 .indented.expand {
  padding-left: 42px;
}
.child-3 .indented.expand {
  padding-left: 62px;
}
.expanded,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  font-weight: bold;
  color: #2B2B2B;
}
.grid-loader > td > div,
.table > tbody.grid-no-data > tr > td,
.loading-data,
tr.pagination td {
  text-align: center;
  padding: 40px 0;
  font-size: 14pt;
  border-bottom: none;
}
tr.pagination td {
  padding: 12px 0;
}
.sortable a {
  text-decoration: underline;
}
.table > thead > tr:last-child > th.sorted-asc,
.table > thead > tr:last-child > th.sorted-dsc {
  border-bottom-width: 3px;
}
.sorted-asc:after,
.sorted-dsc:after {
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  display: inline-block;
  margin-bottom: 1px;
  margin-left: 5px;
}
.sorted-asc:after {
  border-top-width: 0;
}
.sorted-dsc:after {
  border-bottom-width: 0;
}
/** Fills **/
.fill-error,
.fill-mismatch {
  background-color: #ffbaba;
  border-color: #f44450;
}
.fill-warning,
.fill-partial {
  background-color: #fcfebf;
  border-color: #b9bb94;
}
.fill-success,
.fill-exact {
  background-color: #cadaa9;
  border-color: #8c957a;
}
.fill-info {
  background-color: #e6ebf6;
  border-color: #b8bed4;
}
/** End Fills **/
.legend > label {
  display: inline;
  margin-right: 5px;
}
#helpContainer {
  position: absolute;
  width: 174px;
  background-color: #FFFFFF;
  padding: 4px;
  border-color: #8D9679;
  color: #363636;
}
#dateRangePicker .btn.dropdown-toggle {
  padding: 1px 12px 3px;
}
#dateRangePickerCalendars {
  position: absolute;
  overflow: visible;
  padding: 0;
  border: none;
}
body > .container-fluid {
  min-width: 1080px;
}
body.detail-report > .container-fluid {
  min-width: 1260px;
}
.row-fluid [class*="span"].bordered-left {
  border-left: 1px solid #999999;
  padding-left: 2.12766%;
  margin-left: 0;
}
.dropdown-menu.right-align {
  left: auto;
  right: 0;
}
/**
  Icons
**/
.collapsed .icon-chevron-down:before {
  content: "\f054";
  /** icon-chevron-right **/
}
.collapsed .icon-circle-arrow-down:before {
  content: "\f0a9";
  /** icon-circle-arrow-right **/
}
a:hover [class^="icon-"],
a:hover [class*=" icon-"],
a:focus [class^="icon-"],
a:focus [class*=" icon-"] {
  text-decoration: none;
}
[class^="icon-"] > sup,
[class*=" icon-"] > sup {
  left: -4px;
}
[class^="icon-"][title]:not([title='']),
[class*=" icon-"][title]:not([title='']) {
  cursor: help;
}
a [class^="icon-"][title]:not([title='']),
a [class*=" icon-"][title]:not([title='']) {
  cursor: pointer;
}
.table img,
[data-toggle="collapse"] [class^="icon-"],
[data-toggle="collapse"] [class*=" icon-"],
.header [class^="icon-"],
.header [class*=" icon-"],
.all-expander [class^="icon-"],
.all-expander [class*=" icon-"],
.expand [class^="icon-"],
.expand [class*=" icon-"] {
  margin-right: 5px;
}
.expand [class^="icon-"],
.expand [class*=" icon-"] {
  cursor: pointer;
}
.table img,
[class^="icon-"],
[class*=" icon-"] {
  position: relative;
  white-space: nowrap;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  opacity: .4;
}
.litle {
  font-family: iq_iconsregular;
  top: 2px;
}
.iq-icon-home {
  background-size: 30px 35px;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 30px;
  border: 0;
}
.litle.icon-building:before {
  content: "g";
}
.litle.icon-file-alt:before {
  content: "s";
}
.litle.icon-flag:before {
  content: "n";
}
.litle.icon-comments:before {
  content: "t";
}
.litle.icon-question-sign:before {
  content: "h";
}
.litle.icon-user:before {
  content: "p";
}
.litle.icon-file:before {
  content: "r";
}
.litle.icon-undo:before {
  content: "c";
}
.litle.icon-cogs:before {
  content: "o";
}
.litle.icon-bar-chart:before {
  content: "a";
}
.litle.icon-fraud:before {
  content: "f";
}
.litle.icon-lightbulb:before {
  content: "i";
}
.icon-square {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  top: 2px;
}
.icon-litle-white {
  background: url("../images/litleIconsWhite.png") no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
}
.icon-litle-split,
.icon-litle-join {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid;
}
.icon-litle-join {
  background-position: -24px 0;
}
.chargeback-icon,
.echeck-return-icon,
.rejected-payment-icon {
  background: url("../images/report/transactionTypeIcons.png") no-repeat;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: block;
}
.echeck-return-icon {
  background-position: -16px 0;
}
.rejected-payment-icon {
  background-position: -32px 0;
}
[class^="chargebackMop-"],
[class*=" chargebackMop-"] {
  background-image: url("/ui/analytics/images/cardNetworks.png");
  background-repeat: no-repeat;
  background-size: 250px auto;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  width: 50px;
}
.chargebackMop-VISA {
  background-position: -100px center;
}
.chargebackMop-MASTERCARD {
  background-position: -150px center;
}
.chargebackMop-AMERICAN_EXPRESS {
  background-position: -50px center;
}
.chargebackMop-DISCOVER {
  background-position: 0px center;
}
.chargebackMop-PAYPAL {
  background-position: -200px center;
}
.odd {
  background-color: #FFFBCF;
}
.even {
  background-color: #EFFFFF;
}
.footer {
  margin: 32px 0 0;
  font-size: 85%;
  line-height: 32px;
}
.footer,
.footer a {
  color: #666666;
}
.footer li:nth-child(2) {
  border-left: 1px solid #CCCCCC;
}
.footer img {
  width: 22px;
  margin-left: 10px;
}
.logo {
  margin: 0;
  display: inline-block;
}
.required {
  color: #e32;
  content: '*';
  display: inline;
}
.text-right {
  text-align: right;
}
.slider input {
  background-color: transparent;
  border: 0;
  outline: 0;
  color: #B6582B;
  width: 30px;
}
.slider > .ui-slider {
  display: inline-block;
  width: 120px;
  margin: 0px 15px 0px 0px;
}
.table tbody tr.drop-after > td {
  border-bottom-width: medium;
}
.table tbody tr.drop-before > td {
  border-top-style: solid;
  border-top-width: medium;
}
[draggable='true'] {
  cursor: move;
}
label input.pull-right {
  margin-left: 5px;
}
.token-url-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.date-range-picker {
  padding: 1px 5px 3px;
  min-width: 220px;
  max-width: 238px;
}
@media screen and (max-height: 720px) {
  .nav.navbar-fixed-top ul.nav-list > li.admin.dropdown > ul.dropdown-menu {
    top: auto;
    bottom: 0px;
  }
}
@media screen and (max-height: 1080px) {
  .nav.navbar-fixed-top ul.nav-list > li.admin.dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
    top: auto;
    bottom: 0px;
  }
}
