@charset "UTF-8";
/* $primaryColor used for primary Buttons, header */
/* Logout Button Background and hover Color     */
/* Background color for action background in header */
/* Border color in the header and also the carrot color which is in main menu */
/* Third level menu background color in the main menu */
/* Used as font color and as background color for panels, labels, buttons */
/* Font color used in textfields, autocompleters */
/* Font color used in grid data, labels in entry pages */
/* Font color used in popup header, EXTJS fields */
/* Font color of batch actions label and other labels in JSP pages */
/* Font color for group level of the grid */
/* Disabled Field background color */
/* Granular and privilege popup content border and background colors */
/* Filter panel Clear button Color*/
/* AutoCompleter dropdown hover color */
/* Font and background color for granular and privilege labels */
/* Red Background color for privilege popup content */
/* Box shadow color */
/* Box shadow color for Date Picker */
/* Date Picker Header and column(Eg. sun, mon, tues,...etc) background color */
/* Common border color used every where */
/* Background color for button on popup */
/* Grid header, summary, alternate rows, paginition background color, column header text color and grid icon colors */
/* Grid Height Dropdown Label Color */
/* Links Color*/
/* Different textfields border color */
/* Toolbar seperator color used in paginition and EXTJS combo box */
/* Tabs color use in Advance Filter */
/* Font color for Active Tabs in Advance Filters */
/* Primary Button Hover Color */
/* Background color to show Active menu from the main menu in the header */
/* Used as EXTJS panel background color */
/* Used as grid column header hover color */
/* Font Family used across appliction */
/* Background colors for the right hand side panel for each and every panel*/
/* Secondary button background and hover color */
/* Vertical panel header color on Entry Screens */
/* Save preference text color and export pdf dropdown text and background color*/
/* Save preference on hover background color */
/* EXTJS panel text color(generic) */
/* Advance filter header text color */
/* Popup header text color */
/* Add widget popup menu and text color */
/* Status Bar color on entry pages */
/* Imports base theme and overwrite SASS files */
.ft-accordion-toggle-trigger {
  background: #7acae4;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  width: 200px; }

/*---Prefrences drop-down styling---- */
.ft-dropdown:hover .ft-icons-help2 {
  background-position: 0px 0px;
  background-image: url(resources/images/T7/button-preference-off.png); }

.ft-pref-dropdown .ft-dropdown-caret {
  height: 5px;
  width: 8px;
  background-image: url("resources/images/T7/caret-black.png"); }
.ft-pref-dropdown:hover .ft-dropdown-caret {
  background-image: url("resources/images/T7/caret-white.png"); }
.ft-pref-dropdown:hover .ft-dropdown-toggle {
  background-color: transparent; }
.ft-pref-dropdown .ft-dropdown-menu {
  background-color: #00205b;
  color: #fff; }
.ft-pref-dropdown:hover a {
  color: #4a4a4a; }
.ft-pref-dropdown .ft-dropdown-items a:hover {
  background-color: #f5f5f5;
  color: #4a4a4a !important;
  text-decoration: none; }

/*Prefrences drop-down*/
.ft-circle-actions {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("resources/images/T7/circle-background-actions.png");
  background-repeat: no-repeat;
  color: #00205b;
  text-align: center;
  line-height: 20px; }

/*.ft-dropdown:hover {
  .ft-circle-alerts, .ft-circle-actions {
    background-image: url('resources/images/T7/circle-background-primary-blue.png');
    color: $lightColor;
  }
}*/
.ft-circle-alerts {
  display: inline-block;
  min-width: 30px;
  /*background-image: url('resources/images/T7/circle-background.png');
  background-repeat: no-repeat;*/
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding: 3px 7px;
  background-color: #D22630;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center; }

.ft-item-index {
  display: table-cell;
  font-size: 14px;
  vertical-align: top;
  padding-right: 10px; }

.ft-item-content {
  display: table-cell;
  vertical-align: top;
  min-width: 130px;
  color: #4a4a4a; }

/*
===========================
Title area dropdown styles.
===========================
*/
.ft-title {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 3px; }

/*
==========================
Icon only dropdown styles.
==========================
*/
.ft-dropdown-icon {
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle; }

.ft-header {
  position: relative;
  border-bottom: solid #D22630 4px;
  height: 74px;
  color: #4a4a4a;
  display: block;
  overflow: hidden;
  overflow: visible;
  min-width: 960px; }
  .ft-header .globalHeader {
    display: inline-block;
    padding-top: 10px;
    background-image: url("resources/images/T7/logo.png");
    background-repeat: no-repeat;
    background-position: 0px;
    width: 400px;
    height: 74px; }

.ft-main-nav {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  height: 51px;
  display: block;
  border-bottom: solid #e3e3e4 thin;
  border-right: solid #e3e3e4 thin;
  border-left: solid #e3e3e4 thin; }
  .ft-main-nav li a:hover, .ft-main-nav li a:focus {
    color: #D22630;
    text-decoration: none; }
  .ft-main-nav li:hover {
    background-color: #f9f9f9; }
    .ft-main-nav li:hover a {
      color: #D22630;
      text-decoration: none; }
      .ft-main-nav li:hover a:hover {
        color: #D22630;
        text-decoration: none; }

.ft-sub-nav li:hover a {
  color: #D22630;
  text-decoration: none; }

.ft-main-nav .ft-page-active {
  position: relative;
  background-color: transparent; }

.ft-page-active:after, .ft-page-active:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.ft-page-active:after {
  border-color: rgba(243, 111, 39, 0);
  border-top-color: #D22630;
  border-width: 6px;
  margin-left: -6px; }
.ft-page-active:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: transparent;
  border-width: 6px;
  margin-left: -6px; }

.ft-main-nav .ft-page-active a {
  color: #D22630; }
.ft-main-nav > li {
  float: left;
  display: block;
  height: 50px;
  position: relative;
  border-right: solid #e3e3e4 thin; }
  .ft-main-nav > li > a {
    margin: 0;
    padding: 12.5px 15px;
    border: none;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal; }
    .ft-main-nav > li > a i {
      font-size: 18px;
      padding-top: 3px;
      color: #4a4a4a; }

.ft-main-nav .ft-sub-nav {
  width: auto;
  border-bottom: solid #CCCCCC thin;
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 19999;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .ft-main-nav .ft-sub-nav > li:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  .ft-main-nav .ft-sub-nav > li:hover {
    background-color: #D22630; }
    .ft-main-nav .ft-sub-nav > li:hover a {
      color: #fff; }
  .ft-main-nav .ft-sub-nav > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #4a4a4a;
    font-size: 14px;
    white-space: nowrap; }
  .ft-main-nav .ft-sub-nav .ft-link-active {
    border-bottom: solid white thin; }
    .ft-main-nav .ft-sub-nav .ft-link-active a {
      color: #D22630; }

.ft-header-menubar {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  font-size: 16px; }
  .ft-header-menubar .ft-dropdown {
    display: inline; }

.ft-header-menubar-separator {
  display: inline;
  width: 1px;
  height: 100%;
  border-right: 1px solid #9cafb8;
  margin: 0 2px; }

.ft-header-menubar .ft-button-login {
  color: #00205B;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border: none; }
  .ft-header-menubar .ft-button-login:hover {
    color: #00205B; }

.ft-help-txt {
  display: table-cell;
  vertical-align: middle;
  color: #006699;
  font-size: 15px; }

.ft-help-nav {
  display: block;
  position: absolute;
  top: 0px;
  right: 10px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  vertical-align: middle; }
  .ft-help-nav > div {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer; }
  .ft-help-nav li {
    display: inline;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px; }
    .ft-help-nav li a {
      color: #4a4a4a;
      cursor: pointer; }
  .ft-help-nav .ft-dropdown-menu li {
    max-width: 70px; }

.t-update-text {
  color: #67686b;
  font-weight: bold;
  font-size: 14px; }

/* flyout submenu -- added for thrid level menu*/
.flyout {
  z-index: 999;
  position: relative; }

.ft-main-nav li.flyout > ul {
  width: auto;
  border-bottom: solid #CCCCCC thin;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  font-size: 18px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .ft-main-nav li.flyout > ul > li {
    filter: none;
    margin: 0;
    min-width: 148px;
    font-weight: normal;
    cursor: pointer; }
.ft-main-nav li.flyout:hover > ul {
  display: block; }
.ft-main-nav li.flyout > ul {
  border-radius: 0 0 4px 4px;
  background-color: #f7fbfc; }
  .ft-main-nav li.flyout > ul > li > a {
    padding: 10px 20px;
    display: block;
    height: inherit;
    font-weight: normal; }
    .ft-main-nav li.flyout > ul > li > a > b {
      font-weight: normal; }
.ft-main-nav li.flyout > a > b {
  font-weight: bold; }
.ft-main-nav li.flyout > ul > li > a:hover {
  background-color: #D22630;
  color: #fff; }
.ft-main-nav li.flyout > a {
  position: relative;
  /*.caret {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 2px;
		vertical-align: middle;
		border-top: 4px dashed;
		border-top: 4px solid \9;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
	}*/ }
  .ft-main-nav li.flyout > a i {
    padding-left: 3px; }
.ft-main-nav li.flyout .ft-sub-nav-3 li:hover a {
  text-decoration: none; }
.ft-main-nav li.flyout .ft-sub-nav-3 li:not(:last-child) {
  border-bottom: 1px solid #ddd; }
.ft-main-nav li.flyout .ft-sub-nav-3 li a {
  display: block;
  clear: both;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857;
  color: #4a4a4a;
  white-space: nowrap; }
.ft-main-nav li.flyout .ft-sub-nav-3 .ft-link-active {
  border-bottom: solid white thin;
  /* removing as this is creating problem in 3rd level menu item click
  a {
    color: $headerBorderColor;
  } */ }

/*
========================
Default dropdown styles.
========================
*/
.ft-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 20px; }

.ft-dropdown-toggle {
  cursor: default;
  display: inline-block;
  min-height: 20px;
  min-width: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px;
  cursor: pointer;
  background: none;
  background-color: transparent; }

.ft-dropdown:hover .ft-dropdown-toggle {
  background-color: transparent;
  /* border: 1px solid $focusBorderColor; */ }

.ft-dropdown-toggle:focus {
  border: 1px solid #67686b; }

.ft-dropdown:hover #clockDiv.ft-dropdown-toggle {
  background-color: transparent;
  color: inherit; }

.ft-dropdown-caret {
  display: inline-block;
  height: 7px;
  width: 13px;
  vertical-align: middle;
  background-image: url("resources/images/T7/caret-black.png");
  background-repeat: no-repeat; }

.ft-dropdown:hover .ft-dropdown-caret {
  background-image: url("resources/images/T7/caret-white.png"); }

.ft-dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 8px;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow: hidden;
  font-size: 14px; }

/*.ft-dropdown:hover .ft-dropdown-menu {
  display: block;
}*/
.ft-dropdown-items {
  padding: 0;
  margin: 0;
  list-style: none; }
  .ft-dropdown-items > li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .ft-dropdown-items a {
    display: block;
    padding: 3px 20px;
    color: #4a4a4a;
    text-decoration: none;
    white-space: nowrap; }
    .ft-dropdown-items a:hover {
      background-color: #f5f5f5;
      color: #4a4a4a;
      text-decoration: none; }
  .ft-dropdown-items .headerCheckBox {
    white-space: nowrap;
    padding: 10px 20px 10px;
    border-top: 1px solid #ddd;
    font-weight: normal;
    width: 100%; }
    .ft-dropdown-items .headerCheckBox input[type="checkbox"] {
      margin-top: 6px;
      margin-right: 6px; }

.list-group .list-group-items {
  padding: 10px 15px;
  border-width: 0px 0px 1px;
  border-style: solid;
  border-color: #ddd;
  width: 100%;
  color: #4a4a4a; }
.list-group li:first-child a {
  border-top: none; }

.list-group-item.is-unread {
  position: relative;
  padding: 10px 15px; }

.list-group-item.is-unread:after {
  position: absolute;
  right: 9px;
  top: 9px;
  content: '';
  background: #D22630;
  height: 7px;
  width: 7px;
  border-radius: 50%; }

.ft-dropdown-content {
  padding: 10px 15px;
  text-align: center; }
  .ft-dropdown-content:hover {
    background-color: #f5f5f5; }
    .ft-dropdown-content:hover .link-button {
      color: #4a4a4a; }

.ft-dropdown-content-btr {
  padding: 0px 0  5px 0px; }

/*
===========================
Left aligned dropdown menu.
===========================
*/
.ft-dropdown-left .ft-dropdown-menu {
  right: auto;
  left: 0;
  border-radius: 0 5px 5px 5px; }

/*
=======================
Header dropdown styles.
=======================
*/
.ft-header-dropdown .ft-dropdown-menu {
  right: 3px; }
.ft-header-dropdown .ft-dropdown-caret {
  height: 5px;
  width: 8px;
  background-image: url("resources/images/T7/alert-caret.png"); }
.ft-header-dropdown:hover .ft-dropdown-caret {
  background-image: url("resources/images/T7/caret-primary-blue.png"); }
.ft-header-dropdown .ft-dropdown-menu {
  background-color: #fff; }
.ft-header-dropdown .list-group {
  width: 262px; }
  .ft-header-dropdown .list-group a {
    white-space: normal; }

.ft-icons-help {
  width: 19px;
  height: 23px;
  background-position: -123px -5px; }

.ft-icons-help2 {
  width: 23px;
  height: 23px;
  background-position: -123px -38px; }

.ft-icons {
  display: inline-block;
  vertical-align: middle; }

.ft-icons-refresh {
  margin-top: 2px;
  width: 23px;
  height: 19px;
  background-position: -5px -139px; }

/* Compact Menu Changes */
.ft-main-compact.ft-main-nav {
  height: 50px; }
  .ft-main-compact.ft-main-nav li {
    height: 49px; }
  .ft-main-compact.ft-main-nav > li > a {
    min-width: 55px; }

/* Changes for Quick Links Drop Down Menu : START */
.quicklinks-dropdown .ft-dropdown-menu {
  margin-top: 15px;
  padding-bottom: 0; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.quicklinks-dropdown .list-group {
  margin-bottom: 10px;
  width: auto; }

.quicklinks-dropdown a.list-group-item {
  border: none;
  color: #00205b;
  padding: 3px 15px;
  white-space: nowrap; }

.quicklinks-dropdown .list-group-item:hover, .quicklinks-dropdown .list-group-item:active, .quicklinks-dropdown .list-group-item:focus {
  color: #00205b; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.quicklinks-dropdown .list-group-item-heading {
  color: #67686b;
  font-size: 12px;
  padding: 3px 15px; }

.quicklinks-dropdown .divider {
  margin: 0 0 10px 0; }

.ft-dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.ft-dropdown-right {
  left: 0; }

.list-group-item.is-unread .list-group-item-heading {
  font-size: 16px;
  font-weight: bold; }

.ft-dropdown-menu .list-group-item-text {
  font-size: 14px;
  line-height: 15px; }

a.list-group-item,
button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #67686b; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

.quicklinks-dropdown .quicklinks-edit.list-group-item {
  color: #fff;
  background-color: #67686b;
  padding: 8px 0;
  cursor: pointer; }

.quicklinks-dropdown, .list-group {
  padding-bottom: 0px; }

.text-center {
  text-align: center; }

/* Changes for Quick Links Drop Down Menu : END */
@media screen and (max-width: 1024px) {
  /* Compact Menu Changes */
  .ft-main-compact.ft-main-nav {
    height: 41px; }
    .ft-main-compact.ft-main-nav li {
      height: 40px; }
    .ft-main-compact.ft-main-nav > li > a {
      padding: 0px 7px;
      font-size: 14px;
      min-width: 55px; }

  .ft-main-nav > li > a {
    padding: 12.5px 14px;
    font-size: 15px; }

  .ft-title {
    font-size: 22px;
    white-space: nowrap; } }
.ft-header-nav {
  position: relative;
  display: block; }
  .ft-header-nav a {
    line-height: 25px;
    color: #777; }

.ft-header .ft-dropdown-items a:focus {
  color: #00205b;
  text-decoration: none; }

.ft-dropdown-items a:focus {
  text-decoration: none; }

.side-menu-button-show {
  display: none; }

.side-menu-show {
  display: none; }

body .fa {
  font-family: FontAwesome !important; }

.fa-stack-2x {
  font-size: 2em;
  color: #00205B; }

.ft-layout-header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 25px;
  min-height: 40px; }

.ft-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 960px;
  max-width: 1340px; }

.ft-clear, .ft-clearfix {
  clear: both;
  margin: 0;
  padding: 0; }

.ft-bgcolor {
  background-color: #fff; }

.ft-bgcolor-2 {
  background-color: #00205B; }

html, body {
  height: 100%; }

html {
  overflow-y: scroll; }

/*
	Necessary to override ExtJS.
*/
body, .x-body {
  font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
  color: #4a4a4a; }
  body *, .x-body * {
    font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima; }

/*
=============================================
Custom grid. Fluid main area, fixed sidebars.
=============================================
*/
.ft-layout-container {
  margin-left: -10px;
  margin-right: -10px; }

.ft-layout-row {
  display: table;
  width: 100%; }

.ft-layout-primary, .ft-layout-secondary, .ft-layout-sidebar {
  display: table-cell;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top; }

.ft-layout-secondary, .ft-layout-sidebar {
  width: 1%; }

.ft-layout-primary .ft-layout-inner {
  /*width: 100%;*/ }

.ft-layout-secondary .ft-layout-inner {
  width: 250px; }

/*font helper classes:start*/
.page-content-font {
  font-size: 14px; }

.ft-content-font {
  font-size: 14px; }

.ft-info-font {
  font-size: 16px; }

.label-font-normal {
  font-weight: normal; }

.ft-bold-font {
  font-weight: bold; }

.ft-font-italic {
  font-style: italic; }

/*font helper classes:start*/
.ft-layout-sidebar .ft-layout-inner {
  margin-top: -20px;
  width: 200px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a {
  cursor: pointer; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.ft-accordion-header-txt {
  font-size: 18px; }

.ft-layout-header .ft-accordion-toggle-trigger {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 20px; }

/*
==================
Sidebar collapsed.
==================
*/
.ft-accordion-trigger-icon {
  background-position: -5px -42px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  width: 22px;
  height: 28px; }

.ft-sidebar-hidden .ft-accordion-trigger-icon {
  background-position: -28px -42px; }

#actionListWidget {
  background: #9ad6ea !important; }

#actionlistWidget {
  background: #9ad6ea !important; }

#quickpaylistWidget {
  background: #bce4f1 !important; }

/*#favReportList{
	background: $sidePanelReports !important;	
}*/
#messageFormsWidget {
  background: #eef8fb !important; }

/*
	Styles specifically for sidebar accordion.

	There was too much weird inheritance from
	the main content area's accordion styles.

	Cleaner just to start fresh, in one file.
*/
.ft-sidebar-accordion {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ft-sidebar-accordion li {
    margin: 0;
    padding: 0;
    list-style: none; }

.ft-sidebar-accordion-header {
  color: #666666;
  font-size: 16px;
  padding-left: 38px;
  padding-right: 30px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative; }
  .ft-sidebar-accordion-header .ft-icons-settings {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto; }
  .ft-sidebar-accordion-header .ft-accordion-exp-icon {
    position: absolute;
    top: 50%;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -14px;
    left: 5px; }
  .ft-sidebar-accordion-header .ft-icons-settings {
    margin-top: -10px;
    right: 5px; }

.ft-sidebar-accordion-content {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 100px; }
  .ft-sidebar-accordion-content li {
    padding-bottom: 20px; }
  .ft-sidebar-accordion-content a {
    color: #00205b;
    text-decoration: none; }
    .ft-sidebar-accordion-content a:hover {
      text-decoration: underline; }

/*
====================
Accordion collapsed.
====================
*/
.ft-accordion-collapsed .ft-icons-settings, .ft-accordion-collapsed .ft-sidebar-accordion-content {
  display: none; }

.ft-content-alert {
  color: #818181;
  font-style: italic; }

.ft-icons-settings {
  width: 20px;
  height: 20px;
  background-position: -40px -139px; }

.ft-layout-sidebar .ft-accordion-content {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0; }

/*
===============
Sidebar hidden.
===============
*/
.ft-sidebar-hidden .ft-layout-sidebar {
  display: none; }

.ft-footer {
  position: relative;
  width: 100%;
  background-color: #00205b;
  border-top: 1px dotted #00205b;
  height: 70px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.ft-footer-column-left {
  font-size: 10px;
  float: left;
  margin-left: 10px;
  width: 600px;
  height: 100%; }

.ft-footer-column-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
  margin-right: 10px; }
  .ft-footer-column-right li {
    padding-left: 10px; }
    .ft-footer-column-right li span {
      font-size: 12px;
      display: block; }

.ft-footer .ft-row-top {
  display: block;
  height: 50%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.ft-footer .ft-row-bottom {
  display: block;
  height: 50%;
  width: 100%;
  color: #fff;
  padding-top: 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ft-footer-center {
  text-align: center;
  margin: 12px auto;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 31%;
  color: #FFF;
  width: 390px; }

.ft-footer-copyright {
  font-size: 10px;
  color: #fff; }

.ft-footer-nav {
	color: #FFF;
	font-size :12px;
  margin: 0;
  width: 610px;
  padding-top: 10px;
  list-style-type: none;
  text-align: left; }
  .ft-footer-nav li {
    display: inline;
    padding-right: 10px;
    padding-left: 8px;
    line-height: 1.5;
    border-right: 1px solid #fff;
    font-size: 14px; }
    .ft-footer-nav li a {
      color: #fff; }
    .ft-footer-nav li:first-child {
      padding-left: 0; }
    .ft-footer-nav li:last-child {
      border-right: none; }

.ft-member-fdic {
  height: 50px;
  width: 44px;
  float: left;
  padding-left: 27px;
  background: url("resources/images/T7/member-fdic.png") no-repeat transparent center center; }

.ft-member-plynt {
  height: 50px;
  width: 144px;
  float: left;
  padding-left: 27px;
  background: url("resources/images/T7/plynt_certified_logo.jpg") no-repeat transparent center center; }

.ft-equal-housing-lender {
  height: 50px;
  width: 77px;
  float: left;
  padding-left: 19px;
  background: url("resources/images/T7/equal-housing-lender.png") no-repeat transparent center center; }

.ft-verisign-secured {
  height: 50px;
  width: 54px;
  float: left;
  padding-left: 19px;
  background: url("resources/images/T7/entrust.png") no-repeat transparent center center; }

.ft-footer a:link, .ft-footer a:visited {
  color: #fff;
  text-decoration: none; }
.ft-footer a:hover {
  color: #fff;
  text-decoration: underline; }
.ft-footer a:active {
  color: #fff;
  text-decoration: none; }

.ft-accordion {
  position: relative; }

.ft-accordion-bar {
  background-color: #f9f9f9;
  border-top: 1px solid #eaeaea;
  height: 50px; }
  .ft-accordion-bar .ft-accordion-menubar {
    position: absolute;
    right: 10px;
    display: inline-block;
    float: right;
    top: 15px; }

.ft-accordion-collapsed .ft-accordion-items {
  display: none; }

.ft-accordion-item {
  clear: both;
  position: relative;
  display: block; }
  .ft-accordion-item .ft-accordion-exp-icon {
    margin-left: 5px; }

div + .ft-accordion-items {
  clear: both;
  margin-top: 20px; }

.ft-accordion-item-label {
  color: #4a4a4a;
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 50px; }

.ft-accordion-content {
  clear: both;
  padding-bottom: 20px;
  font-size: 14px;
  color: #00205b;
  min-height: 100px;
  line-height: 1.4; }

.ft-accordion-content li {
  font-size: 12px;
  margin-bottom: 15px; }
.ft-accordion-content.placeholder {
  background-color: #CCCCCC;
  height: 120px;
  padding: 0; }

.ft-accordion-header-sidebar {
  float: right;
  display: block;
  /* Removed margin as it was not in line with the title 
  margin-top: 6px;*/ }

.ft-accordion-header-sidebar-date {
  font-size: 12px;
  color: #4a4a4a;
  display: inline-block; }

.ft-accordion-item-grouped-by-container {
  border: 1px solid black;
  border-radius: 6px; }

/*
==========
Collapsed.
==========
*/
.ft-accordion-collapsed .ft-accordion-content, .ft-accordion-collapsed #ft-accordion-tab-menu {
  display: none; }

.ft-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00205b;
  width: 100%;
  height: 100%;
  opacity: .9; }

#ft-add-receiver-page {
  background-image: url("resources/images/T7/createpayment_mock.jpg");
  -webkit-background-size: cover;
  background-size: cover; }

.ft-form-add-receiver {
  display: block;
  color: #666666;
  max-width: 436px;
  border: solid #fff thin;
  background-color: #fff;
  position: relative;
  margin: 40px auto; }
  .ft-form-add-receiver .ft-button {
    border: none;
    padding: 5px 10px;
    background-color: #00205B; }
  .ft-form-add-receiver .ft-button-submit {
    background-color: #00205b; }
  .ft-form-add-receiver [type="radio"] {
    width: 22px;
    height: 22px;
    background-position: -29px -176px;
    float: left; }
    .ft-form-add-receiver [type="radio"]:checked {
      background-position: -6px -176px; }
  .ft-form-add-receiver label[for="ft-form-radio"] {
    line-height: 2.3; }
  .ft-form-add-receiver .ft-form-cell:first-child {
    width: 220px; }
  .ft-form-add-receiver .ft-form-row-last .ft-form-cell {
    width: auto; }

.ft-form-header {
  background-color: #e3e3e4;
  font-size: 16px;
  font-weight: 100;
  height: 28px;
  padding: 14px 0 0 10px; }

.ft-form-row {
  position: relative;
  display: block;
  padding-top: 13px;
  height: 35px; }

.ft-form-row-last {
  width: 100%;
  height: 30px; }

.ft-form-row > .ft-form-cell {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  float: left; }

.ft-form-cell-2 {
  display: inline-block; }

.ft-form-cell .ft-icons-vcard {
  position: absolute;
  top: 13px;
  right: 7px; }

.ft-form-submit-cell {
  float: right;
  margin-right: 10px; }

.ft-add-receiver-header {
  background-color: #e3e3e4;
  width: 100%;
  height: 50px;
  padding: 15px; }
  .ft-add-receiver-header > .ft-pull-left, .ft-add-receiver-header > .ft-pull-right {
    width: 45%;
    height: 100%; }
  .ft-add-receiver-header span {
    font-size: 20px; }

/*
	For accordion headings, etc.
*/
.ft-bar {
  margin: 0;
  padding: 0;
  list-style: none; }
  .ft-bar > li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .ft-bar .autocompleter-li {
    width: 9%; }

.ft-bar, .ft-bar-action {
  background-color: #f1f1f1;
  display: table;
  padding: 10px 15px;
  margin-bottom: 15px;
  width: 100%; }

.ft-bar.ft-bar-callout {
  background-color: #e3e3e4;
  border-top: 0; }
.ft-bar > li {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%; }
.ft-bar > .ft-bar-align-bottom {
  vertical-align: bottom; }
.ft-bar > .ft-bar-label {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 18px;
  vertical-align: bottom; }
.ft-bar > .ft-bar-title {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 13px;
  vertical-align: bottom; }

.ft-accordion-collapsed .ft-collapsed-hide {
  display: none; }

.ft-bar > .ft-bar-stretch, .ft-bar > .ft-bar-label:last-child, .ft-bar > .ft-bar-title:last-child {
  width: auto; }
.ft-bar > .ft-bar-stretch {
  width: 100%; }

.ft-accordion-collapsed .ft-bar-label, .ft-accordion-collapsed .ft-bar-title {
  width: auto; }

/* Glass Pipe */
.ft-datapipe {
  border-color: transparent;
  border-width: 0;
  border-style: none;
  border-collapse: separate;
  color: white; }
  .ft-datapipe strong {
    font-size: 14px; }
  .ft-datapipe tr td {
    min-height: 24px;
    padding: 4px 2px 4px 2px;
    text-align: center; }
  .ft-datapipe tr.ft-datapipe-values td {
    /*border-width: 0 3px 0 0;*/
    border-style: solid;
    border-color: #fff;
    line-height: 56px;
    height: 56px;
    padding: 0;
    font-size: 18px;
    border-collapse: collapse; }
  .ft-datapipe tr.ft-datapipe-labels {
    font-weight: small;
    font-size: 11px;
    color: #4a4a4a; }
  .ft-datapipe .ft-datapipe-blue-bg {
    background-color: #366092; }
  .ft-datapipe .ft-datapipe-green-bg {
    background-color: #0f7568; }
  .ft-datapipe .ft-datapipe-red-bg {
    background-color: #963634; }
  .ft-datapipe .ft-datapipe .ft-datapipe-gray-bg {
    background-color: #C4BD97; }
  .ft-datapipe .ft-datapipe-blue-color {
    color: #00205b; }
  .ft-datapipe .ft-datapipe-green-color {
    color: #0f7568; }
  .ft-datapipe .ft-datapipe-red-color {
    color: #d31616; }
  .ft-datapipe .right_border {
    border-width: 0 3px 0 0;
    border-style: solid;
    border-color: #8F8F8F; }

.first_pipe {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-left: 1px solid #8F8F8F; }

.last_pipe {
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px; }

#ft-sample-datapipe {
  padding: 10px 20px 10px 10px;
  border-bottom: 1px solid #8c8c8c; }

.ft-datapipe-tooltip {
  position: absolute;
  -webkit-box-shadow: 0 0 8px #888888;
  box-shadow: 0 0 8px #888888;
  width: 145px;
  height: auto;
  right: auto;
  left: 707px;
  top: 242px;
  z-index: 19001;
  display: none;
  background-color: #fff;
  border-radius: 3px; }

.ft-pipeborder {
  border-width: 2px 3px 2px 0px;
  border-color: white;
  cursor: pointer; }

.ft-statuspipe-border {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: black; }

/*
==================
Download dropdown.
==================
*/
.ftp-dropdown-icon-download {
  background-image: url(resources/images/T7/download-button-off.png);
  height: 31px;
  width: 21px; }

.ft-dropdown:hover .ftp-dropdown-icon-download {
  background-image: url(resources/images/T7/download-button-on.png); }

.ft-dropdown-caret {
  background-image: url(resources/images/T7/caret-blue.png); }

.ft-download-dropdown {
  margin-bottom: -10px; }

/*
=============================================
Filter dropdown
=============================================
*/
.ft-filter-dropdown-container {
  top: 5px;
  right: 0;
  position: absolute;
  text-align: right; }
  .ft-filter-dropdown-container:hover {
    width: 100%; }
    .ft-filter-dropdown-container:hover .ft-filter-dropdown {
      width: 100%; }
  .ft-filter-dropdown-container .ft-dropdown-content {
    text-align: left; }

.ft-filter-dropdown .ft-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0; }
.ft-filter-dropdown .ft-dropdown-caret {
  background-image: url(resources/images/T7/funnel-off.png);
  background-position: center center;
  height: 20px;
  width: 25px; }
.ft-filter-dropdown:hover .ft-dropdown-caret {
  background-image: url(resources/images/T7/funnel-on.png); }

.ft-filter-dropdown-container select, .ft-filter-dropdown-container input[type="text"] {
  width: 100%; }

.ft-extra-nav {
  display: inline-block;
  float: left;
  position: absolute;
  top: 27px; }
  .ft-extra-nav li {
    position: relative;
    display: inline-block;
    font-size: 24px;
    border-right: solid #00205B 2px;
    padding-left: 10px;
    padding-right: 10px; }
    .ft-extra-nav li:first-child {
      padding-left: 0; }
    .ft-extra-nav li:last-child {
      border-right: none; }
  .ft-extra-nav a:hover {
    color: #00205B; }

.ft-extra-nav a, .ft-extra-nav .ft-extra-active {
  text-decoration: none;
  color: #00205b; }

.ft-extra-active:after, .ft-extra-active:before {
  top: 120%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  display: none; }
.ft-extra-active:after {
  border-color: rgba(243, 111, 39, 0);
  border-top-color: #D22630;
  border-width: 8px;
  margin-left: -8px; }
.ft-extra-active:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-color: transparent;
  border-width: 9px;
  margin-left: -9px; }

.ft-extra-nav .ft-extra-active a {
  color: #000000; }

.ft-summary-settings-table {
  width: 14em;
  min-width: 14em; }
  .ft-summary-settings-table a {
    font-size: 15px; }

.ft-summary-settings-label {
  text-align: center; }

/* Vertical Collapsible panel css start */
.vertical-collapsible-titlebar {
  display: table;
  min-height: 38px;
  display: inline-block;
  border-left: 10px solid #7acae4;
  background-color: #f9f9f9; }

.toolbar {
  margin-left: 200px;
  margin-right: 20px;
  margin-top: 12px; }

.vertical-collapsible-titlebar.vt {
  color: white;
  background-color: #7acae4;
  border-left: none; }
  .vertical-collapsible-titlebar.vt .toolbar {
    display: none; }

.vertical-collapsible-contents {
  background-color: #f9f9f9; }

.vertical-collapsible-titlebar > .vertical-collapsible-title {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 18px;
  position: absolute;
  top: 8px; }

.vertical {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */
  white-space: nowrap;
  display: block;
  width: 20px;
  height: 20px;
  left: 8px; }

.content-display-none {
  display: none !important; }

.vertical-collapsible-panel {
  margin-bottom: 12px;
  display: table;
  width: 100%;
  position: relative;
  margin-top: 12px; }

.vertical-collapsible-titlebar.col-sm-1 {
  max-width: 38px;
  height: 100%;
  width: 38px;
  position: absolute;
  padding-top: 10px;
  display: table-cell; }

.vertical-collapsible-titlebar.col-md-1 {
  max-width: 38px;
  height: 100%;
  width: 38px;
  position: absolute;
  padding-top: 18px;
  display: table-cell; }

.expand-vertical {
  float: right;
  height: 8px;
  width: 8px;
  cursor: pointer;
  margin-top: 13px;
  margin-left: 0px; }

.vertical-collapsible-contents.col-md-12 {
  padding-top: 18px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-left: 48px !important;
  position: static;
  height: 100%; }
.vertical-collapsible-contents .expand-vertical {
  margin-top: -14px; }

.vertical-collapsible-contents.col-sm-12 {
  padding-top: 18px;
  padding-bottom: 6px;
  padding-left: 48px !important;
  position: static;
  height: 100%;
  display: table-cell; }
.vertical-collapsible-contents .expand-vertical {
  margin-top: -14px; }

/* Vertical Collapsible panel css end */
/* Action Messages & Titles */
#messageArea.errors {
  border-top: 1px solid #900;
  border-bottom: 1px solid #900; }
#messageArea span {
  color: #900;
  text-transform: uppercase; }
#messageArea ul li {
  color: #900; }

.primary-col {
  margin-right: 10px; }

/* Directory compoenent styling*/
.directory a {
  padding: 5px;
  cursor: pointer;
  color: #00205b; }
  .directory a:hover {
    text-decoration: underline; }

.directory-label-div {
  width: 20px;
  height: 20px;
  background-color: #7acae4;
  float: left;
  text-align: center;
  border-radius: 50%;
  color: white;
  line-height: 18px; }

.blue-horizontal-line {
  height: 1px;
  background-color: #7acae4;
  margin-left: 21px;
  margin-top: 10px; }

/* Directory compoenent styling*/
.ft-bar .ft-dropdown {
  top: 5px; }
.ft-bar .ft-dropdown-toggle {
  padding: 5px;
  min-width: 0; }

.ft-accordion-content.action-result-scrollable {
  max-height: 120px;
  overflow-x: hidden;
  overflow-y: auto; }

.ft-header-panel-text {
  font-size: 17px;
  padding-left: 6px;
  padding-right: 6px; }

.ft-accordion-header-panel {
  display: inline-block; }

.ft-header-panel-element {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 20px; }

/* Themeing for Information Panel*/
.ft-info-panel {
  padding: 0px 6px 6px 6px; }

.ft-info-panel-header {
  background-color: #fff;
  display: table;
  height: 40px !important;
  margin-bottom: 0px;
  padding-left: 0px !important;
  width: 100%;
  font-size: 18px;
  padding-top: 6px; }

.ft-info-panel-innerHeader {
  font-size: 16px;
  font-weight: bold; }

.ft-info-panel-body-contents {
  padding-left: 6px;
  font-size: 16px; }

/* Themeing for Panel*/
.t7-graph rect[hidden] {
  display: inherit; }

/*for vertical tabs center panel top padding*/
.ft-center-panel-padding {
  padding-top: 5px; }

.ft-accordion-entry .ft-accordion {
  padding-top: 12px; }
.ft-accordion-entry .ft-bar {
  margin: 0px; }
.ft-accordion-entry .ft-bar-label {
  padding-bottom: 11px;
  padding-top: 9px; }
.ft-accordion-entry .ft-accordion-content {
  padding-top: 12px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: #f9f9f9;
  font-size: 14px;
  font-weight: bold;
  color: black;
  min-height: 71px; }

@media screen and (max-width: 1024px) {
  .vertical-collapsible-contents .row {
    white-space: nowrap; }

  .whitespace-normal {
    white-space: normal; }

  input[type="text"].form-control, select.form-control {
    padding: 2px 10px; }

  #tabs-2 select.form-control, .ft-width-bmsg select.form-control {
    padding: 2px 5px; } }
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  background-color: #f5f5f5; }

.page-heading-bottom-border {
  border-bottom: 1px solid #8A8A8A;
  color: #000000; }

@-moz-document url-prefix() {
  .vertical-collapsible-panel {
    display: inline-block;
    margin-top: 0px; } }
.ft-tab-bar-title {
  color: #67686b; }

.title-content {
  padding-top: 0px; }
  .title-content.ft-accordion-header-sidebar .ft-icons {
    background-image: none;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px; }
  .title-content.ft-accordion-header-sidebar .ft-setting-btn.ft-icons-settings:before {
    content: "\f013";
    font-family: fontawesome;
    font-size: 18px; }
  .title-content.ft-accordion-header-sidebar .ft-pdf-btn.ft-icons-pdf:before {
    content: "\f1c1";
    font-family: fontawesome;
    font-size: 18px; 
    display: none;}
  .title-content.ft-accordion-header-sidebar .ftp-dropdown-icon-download:before {
    content: "\f019";
    font-family: fontawesome;
    font-size: 18px; }
  .title-content.ft-accordion-header-sidebar .ft-refresh-btn.ft-icons-refresh:before {
    content: "\f021";
    font-family: fontawesome;
    font-size: 18px; }
  .title-content.ft-accordion-header-sidebar .ft-refresh-btn.ft-icons-refresh {
    margin-top: 0px; }
  .title-content.ft-accordion-header-sidebar .dropdown-menu.show {
    padding: 5px 0px;
    margin: 2px 0px 0px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    right: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
    .title-content.ft-accordion-header-sidebar .dropdown-menu.show .ft-button {
      padding: 5px 20px;
      color: #4a4a4a;
      min-width: 160px;
      width: 100%;
      background-color: transparent;
      text-align: left;
      font-family: Arial;
      font-size: 14px;
      border-radius: 0px;
      white-space: nowrap; }
    .title-content.ft-accordion-header-sidebar .dropdown-menu.show .ft-button:hover {
      background-color: #f5f5f5; }
  .title-content.ft-accordion-header-sidebar .ft-dropdown.ft-header-dropdown > .ft-button {
    font-size: 12px;
    background-color: #00205b;
    line-height: 14px;
    border-radius: 3px; }
  .title-content.ft-accordion-header-sidebar .ft-dropdown.ft-header-dropdown > .ft-button:hover {
    background-color: #00205b; }
  .title-content.ft-accordion-header-sidebar .ft-dropdown.ft-header-dropdown > .ft-button:focus {
    background-color: #00205b; }
  .title-content.ft-accordion-header-sidebar .ft-dropdown.ft-download-dropdown .ft-dropdown-toggle {
    padding: 0px; }
  .title-content.ft-accordion-header-sidebar .ft-dropdown .ft-dropdown-toggle {
    border-color: transparent; }
  .title-content.ft-accordion-header-sidebar .ft-dropdown .ft-dropdown-menu {
    background-color: #fff; }
  .title-content .ft-accordion-header-panel .ft-dropdown {
    color: #fff;
    background-color: #67686b;
    border-color: #4a4a4a;
    border: 1px solid;
    padding: 7px 10px;
    border-radius: 3px;
    line-height: 14px;
    min-height: auto;
    cursor: pointer; }
    .title-content .ft-accordion-header-panel .ft-dropdown:hover {
      background-color: #4a4a4a;
      border: 1px solid #4a4a4a; }
    .title-content .ft-accordion-header-panel .ft-dropdown .ft-header-panel-text {
      font-size: 12px; }
    .title-content .ft-accordion-header-panel .ft-dropdown .ft-dropdown-toggle {
      padding: 0px;
      min-width: 10px;
      min-height: 10px; }
      .title-content .ft-accordion-header-panel .ft-dropdown .ft-dropdown-toggle .ft-dropdown-caret {
        background-image: none;
        width: 8px;
        height: 14px; }
        .title-content .ft-accordion-header-panel .ft-dropdown .ft-dropdown-toggle .ft-dropdown-caret:before {
          font-family: fontawesome;
          content: '\f0d7';
          color: #fff;
          font-size: 18px; }
    .title-content .ft-accordion-header-panel .ft-dropdown .ft-dropdown-menu {
      background-color: #fff;
      min-width: 160px;
      left: 0px;
      right: auto; }

.panel {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.42857;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 16px; }

.panel-default {
  border-color: #ddd;
  line-height: 1.42857; }
  .panel-default > .panel-heading {
    color: #4a4a4a;
    background-color: #f5f5f5;
    border-color: #ddd; }

.panel-heading {
  padding: 10px 15px;
  line-height: 1.42857;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-title {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: inherit;
  line-height: 24px; }

.panel-body {
  padding: 15px;
  font-size: 16px; }
  .panel-body a {
    color: #00205B; }
    .panel-body a:hover {
      color: #00205B;
      text-decoration: underline; }
    .panel-body a.t7-action-link-with-noline:hover {
      text-decoration: none; }
  .panel-body span {
    color: #4a4a4a; }
  .panel-body .t7-grid .x-column-header .x-column-header-text span {
    color: #fff; }
  .panel-body .t7-anchor {
    color: #00205B; }
    .panel-body .t7-anchor:hover {
      color: #00205B; }

.panel.panel-default .panel-body.action-panel {
  min-height: 0px;
  max-height: 300px;
  overflow-y: auto !important; }

.applied-filter-text {
  font-size: 14px; }

.panel-body a.applied-filter-item {
  color: #4a4a4a;
  margin-right: 20px;
  font-size: 14px;
  line-height: inherit !important;
  text-overflow: ellipsis; }
  .panel-body a.applied-filter-item i {
    padding-left: 7px; }
  .panel-body a.applied-filter-item:hover {
    text-decoration: none;
    color: #4a4a4a; }

.lineheight_21 {
  line-height: 21px; }

.lineheight_20 {
  line-height: 20px; }

.transactionHeader {
  max-width: 58%; }
  .transactionHeader .transactionTitle, .transactionHeader .mediumTransactionTitle {
    max-width: 65%; }

.SIHeader {
  max-width: 55%; }
  .SIHeader .transactionTitle {
    max-width: 30%; }

.transactionWizardHeader {
  max-width: 65%; }
  .transactionWizardHeader .transactionTitle {
    max-width: 55%; }

.SIWizardHeader {
  max-width: 68%; }
  .SIWizardHeader .transactionTitle {
    max-width: 30%; }

.transactionView {
  max-width: 86%; }
  .transactionView .transactionTitle {
    max-width: 74%; }

.SIView {
  max-width: 85%; }
  .SIView .transactionTitle {
    max-width: 66%; }

@media only screen and (max-width: 1024px) {
  .transactionHeader {
    max-width: 50%; }
    .transactionHeader .transactionTitle {
      max-width: 45%; }
    .transactionHeader .mediumTransactionTitle {
      max-width: 30%; }

  .SIHeader {
    max-width: 45%; }
    .SIHeader .transactionTitle {
      max-width: 14%; }

  .SIView {
    max-width: 85%; }
    .SIView .transactionTitle {
      max-width: 55%; }

  .ui-dialog .ux-dialog .SIWizardHeader .transactionTitle, .ui-dialog .ux-dialog .SIWizardHeader span {
    font-size: 24px; }
  .ui-dialog .ux-dialog .transactionWizardHeader .transactionTitle, .ui-dialog .ux-dialog .transactionWizardHeader span {
    font-size: 24px; } }
.x-toolbar-default {
  border: none;
  background-color: #f9fafb;
  background-image: none; }

.x-toolbar {
  font-size: 11px;
  border-style: solid;
  padding: 2px 0 2px 2px; }

.x-toolbar.x-docked-bottom {
  border: 0; }

.x-toolbar-separator-horizontal {
  border-left-color: #b9d2dd; }

.x-toolbar-text {
  color: #4a4a4a;
  line-height: 16px;
  font-size: 12px; }

.ft-form-add-receiver .x-panel-body-default-framed {
  border: none;
  background-color: #fff; }
.ft-form-add-receiver .x-form-item-label {
  color: #666666;
  font-style: 14px;
  margin-top: 4px;
  padding-bottom: 4px; }
.ft-form-add-receiver .x-form-text {
  color: #7b8a97;
  min-height: 30px;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e9ea;
  text-align: left;
  font-style: normal; }
.ft-form-add-receiver .x-form-display-field {
  color: #7b8a97;
  text-align: left;
  font-style: normal; }

.ft-create-payment-form .x-panel-body {
  background-color: #f9f9f9; }
.ft-create-payment-form .x-panel-default-framed {
  border: none;
  background-color: transparent; }
.ft-create-payment-form .x-form-item-label {
  color: #666666;
  font-style: 14px;
  margin-top: 4px;
  padding-bottom: 4px; }
.ft-create-payment-form .ft-create-payment-form-top .x-form-text, .ft-create-payment-form .ft-create-payment-form-bottom .x-form-text {
  color: #7b8a97;
  min-height: 30px;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e9ea;
  text-align: left;
  font-style: 13px; }
.ft-create-payment-form .ft-create-payment-form-top .x-form-text {
  font-style: italic;
  padding-left: 10px; }
.ft-create-payment-form .ft-create-payment-form-bottom {
  padding-left: 10px; }
.ft-create-payment-form .x-grid-editor .x-form-text {
  color: #000000;
  height: 30px;
  padding: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e9ea;
  text-align: left;
  font-style: 13px; }
.ft-create-payment-form .x-grid-cell-inner {
  font-style: 13px;
  color: #4a4a4a; }
  .ft-create-payment-form .x-grid-cell-inner .ft-summary-currency {
    margin-left: -22px; }
.ft-create-payment-form .ft-label {
  color: #666666;
  padding-bottom: 6px; }
.ft-create-payment-form .x-form-display-field {
  color: #7b8a97;
  text-align: left;
  font-style: 13px; }
.ft-create-payment-form .ft-left {
  float: left;
  font-size: 12px;
  color: #000000; }
.ft-create-payment-form .ft-right {
  float: right;
  font-size: 12px;
  color: #000000;
  padding-left: 10px; }
.ft-create-payment-form .ft-bold-font {
  font-weight: bold; }
.ft-create-payment-form .x-trigger-cell {
  position: absolute;
  right: 0;
  top: 70%; }
.ft-create-payment-form .x-form-trigger {
  width: 17px;
  height: 21px;
  border: 0;
  background: transparent url(resources/images/T7/form/trigger.png) no-repeat 0 0;
  cursor: pointer;
  border-bottom: none;
  position: absolute;
  top: 0; }
.ft-create-payment-form .ft-create-payment-action-buttons {
  overflow: hidden;
  padding: 10px; }
  .ft-create-payment-form .ft-create-payment-action-buttons a:nth-child(1) {
    margin-right: 5px; }
.ft-create-payment-form .ft-internal-notes-textfield {
  margin-right: 20px; }

.x-surface {
  position: relative;
  z-index: 1; }

.x-tip {
  border: none;
  border-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #888888;
  box-shadow: 0 0 8px #888888;
  min-width: 70px; }

.x-tip-anchor {
  position: absolute;
  overflow: hidden;
  height: 20px;
  width: 10px;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  zoom: 1; }

.x-tip-anchor-bottom {
  background-image: url("resources/images/T7/ttbeak.png");
  background-position: 0 -29px;
  height: 40px;
  background-repeat: no-repeat;
  width: 30px; }

.x-tip-anchor-top {
  background-image: url("resources/images/T7/ttbeakup.png");
  background-position: 0 14px;
  height: 40px;
  background-repeat: no-repeat;
  width: 30px; }

/*IE 8 FIXES*/
/*ACCOUNT ACTIVITY*/
.ie8 .ft-bar > .ft-bar-stretch {
  width: 100%; }
.ie8 .x-tip .x-tip-default-mc {
  background-color: #fff;
  height: 100%;
  position: relative;
  top: 0;
  left: 0; }
.ie8 .x-tip .x-tip-body-default {
  padding: 0; }

/*Graph Tooltips*/
.x-panel-default {
  border: none; }

.x-panel .x-panel-body-default {
  background: white;
  border-color: #99bce8;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: normal;
  border: none;
  border-width: 0px;
  border-style: none; }

.x-panel-header-default-top {
  -webkit-box-shadow: none;
  box-shadow: none; }

.x-panel-header-default {
  background-image: none;
  background-color: #fff;
  border: none; }

.x-panel-header-default-horizontal {
  padding: 4px 5px 4px 5px; }

.x-panel-header-default {
  font-size: 11px; }

/*
================================
Override ExtJS plus/minus icons.
================================
*/
.x-accordion-hd .x-tool-collapse-top, .x-accordion-hd .x-tool-collapse-bottom, .x-accordion-hd .x-tool-expand-top, .x-accordion-hd .x-tool-expand-bottom {
  background: url(resources/images/T7/x-tool-plus-minus.png) no-repeat;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  height: 18px;
  width: 18px; }

.x-tool-img.x-tool-collapse-top {
  background-position: -18px 0; }
  .x-tool-img.x-tool-collapse-top:hover {
    background-position: -18px 0; }
.x-tool-img.x-tool-expand-bottom {
  background-position: 0 0; }
  .x-tool-img.x-tool-expand-bottom:hover {
    background-position: 0 0; }

.x-panel-default-framed {
  border-radius: 0;
  padding: 0;
  border: none;
  background-color: #dfe9f6; }

.ft-grid-row-expander .x-panel-header-text-container-default {
  color: #04408c;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  padding: 0 2px 1px;
  text-transform: none;
  background-color: #e3e3e4; }

.x-panel.ft-row-expander-grid-panel-header .x-panel-header {
  background: #e3e3e4;
  padding: 15px;
  border-radius: 0;
  border-bottom: 1px solid white; }
.x-panel.ft-row-expander-grid-panel-header .x-panel-header-text {
  color: #000000;
  font-size: 20px;
  font-weight: normal; }
.x-panel.ft-row-expander-grid-panel-header .x-panel-body {
  border: none;
  padding: 0; }

/*  menu items css  :Aditya*/
.ext-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .ext-dropdown-menu .x-menu-body {
    background-color: #00205b;
    padding: 0px; }
  .ext-dropdown-menu .x-menu-icon-separator {
    border: none; }
  .ext-dropdown-menu .x-panel-body {
    padding: 0px; }
  .ext-dropdown-menu .x-menu-item {
    border-radius: 0px;
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px; }
    .ext-dropdown-menu .x-menu-item:last-child {
      border-bottom: 0px; }
    .ext-dropdown-menu .x-menu-item:hover {
      background-color: #f5f5f5; }
  .ext-dropdown-menu .x-menu-item-active, .ext-dropdown-menu .ext-active-menu {
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0px;
    border-width: 0px;
    border-bottom: 1px solid #e5e5e5; }
  .ext-dropdown-menu .x-menu-item-active .x-menu-item-link {
    background-color: transparent;
    background-image: none; }
  .ext-dropdown-menu .x-menu-item-link {
    padding: 0px 30px 0px 0px; }
  .ext-dropdown-menu .x-menu-item-text {
    color: #4a4a4a;
    font-size: 100%; }

.action-dropdown-hover .x-panel-body {
  border-radius: 0px 5px 5px 5px; }

.filter-view {
  width: 500px;
  height: 120px;
  border-radius: 4px;
  border: 1px solid #ddd !important; }
  .filter-view .x-header-body {
    padding: 15px; }
  .filter-view .x-field .x-form-item-body {
    padding-left: 0px !important; }
  .filter-view .filter-body {
    padding: 0px 15px 15px; }
  .filter-view .x-panel-body {
    background-color: transparent !important;
    border-width: 1px 1px 0px 1px; }
    .filter-view .x-panel-body.x-panel-body-default {
      background-color: transparent !important;
      border-width: 1px 1px 0px 1px; }
    .filter-view .x-panel-body .ui-caret .x-btn-wrap {
      background-image: none;
      font-size: 14px; }
      .filter-view .x-panel-body .ui-caret .x-btn-wrap:before {
        font-family: fontawesome;
        content: '\f0d7';
        color: #4a4a4a; }
    .filter-view .x-panel-body .ui-caret-dropdown.x-btn.x-btn-default-small {
      background-image: none; }
  .filter-view.xn-ribbon .x-panel-header-text-container.x-box-item {
    font-weight: normal;
    padding-left: 20px;
    font-size: 20px; }
    .filter-view.xn-ribbon .x-panel-header-text-container.x-box-item .fa.fa-filter {
      font-size: 18px; }
    .filter-view.xn-ribbon .x-panel-header-text-container.x-box-item .applied-filter-header {
      font-size: 14px;
      color: #4a4a4a; }
  .filter-view.xn-ribbon .x-panel-header.x-header {
    background-color: transparent;
    border: 0px;
    padding: 0px; }
  .filter-view.xn-ribbon .x-tool.x-box-item {
    left: 0px !important;
    top: 2px !important; }
    .filter-view.xn-ribbon .x-tool.x-box-item:before {
      content: "\f0d8";
      font-family: fontawesome; }
    .filter-view.xn-ribbon .x-tool.x-box-item .x-tool-img {
      background-image: none;
      display: none; }
  .filter-view.xn-ribbon .x-collapsed .x-tool.x-box-item:before {
    content: "\f0d7"; }

.filter-panel.panel-default > .panel-heading {
  background-color: transparent;
  padding: 15px;
  border-bottom: 0px; }
  .filter-panel.panel-default > .panel-heading .panel-title .panel-title-text {
    padding-left: 20px; }
  .filter-panel.panel-default > .panel-heading .filter-collapse {
    left: 0px !important;
    top: 2px !important;
    position: absolute; }
.filter-panel.panel-default .label-val-item {
  padding-top: 6px; }
.filter-panel.panel-default .t7-anchor.clear-link {
  color: #00205B;
  margin-left: 12px; }
  .filter-panel.panel-default .t7-anchor.clear-link:hover {
    text-decoration: none; }

.x-nlg .filter-view .x-panel-header-default-top {
  background-image: none; }
.filter-view.x-panel .x-panel-body .ft-normal-font.x-component.x-box-item.x-component-default {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  padding-top: 5px;
  padding-right: 10px; }
.filter-view .x-btn.x-btn-default-small {
  background-color: transparent;
  padding: 5px 0px 0px 5px; }
  .filter-view .x-btn.x-btn-default-small .x-btn-inner {
    line-height: 6px; }
.filter-view .ui-caret-dropdown.x-btn.x-btn-default-small {
  padding-top: 4px; }
.filter-view .t7-action-link.x-btn.x-btn-default-small {
  color: #00205B;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  padding: 0px;
  margin-bottom: 10px;
  line-height: 20px;
  margin-left: 12px; }
  .filter-view .t7-action-link.x-btn.x-btn-default-small.x-btn-default-small-over {
    background-color: transparent;
    color: #00205B; }
    .filter-view .t7-action-link.x-btn.x-btn-default-small.x-btn-default-small-over .x-btn-inner {
      color: #00205B;
      font-size: 14px; }
  .filter-view .t7-action-link.x-btn.x-btn-default-small .x-btn-inner {
    line-height: normal;
    color: #00205B;
    font-size: 14px;
    line-height: 20px; }
.filter-view .x-tool.x-box-item, .filter-view .x-btn-default-toolbar-small .x-btn-inner, .filter-view .xn-toolbar-small .x-toolbar-item .x-btn-inner {
  color: #4a4a4a !important;
  font-size: 18px !important;
  background-image: none !important;
  border-width: 0px !important; }
.filter-view .x-header-text-container {
  color: #4a4a4a; }
.filter-view.xn-ribbon .x-panel-body label.x-component.x-box-item.x-component-default {
  font-weight: normal;
  font-size: 14px; }
.filter-view label.label-font-normal {
  font-size: 14px;
  padding-top: 5px; }
.filter-view > .x-panel-body > .x-box-inner > .x-box-target > .x-box-item {
  top: 10px !important; }
.filter-view .searchBtn.x-btn-default-small {
  font-size: 12px;
  border: 1px solid #4a4a4a;
  background-color: #67686b;
  padding: 6px 12px; }
  .filter-view .searchBtn.x-btn-default-small .x-btn-inner {
    color: #fff;
    font-size: 12px;
    line-height: 15px; }
.filter-view .searchBtn.x-btn-default-small-over {
  background-color: #4a4a4a; }
.filter-view .btn-applied-filter.x-btn.x-btn-default-small {
  padding: 0px;
  line-height: 20px;
  margin: 5px 20px 10px 0px;
  border-radius: 3px;
  max-width: 180px;
  min-width: 50px; }
  .filter-view .btn-applied-filter.x-btn.x-btn-default-small .x-btn-button {
    line-height: 20px;
    height: auto; }
  .filter-view .btn-applied-filter.x-btn.x-btn-default-small .x-btn-inner {
    color: #4a4a4a;
    font-size: 14px;
    line-height: inherit !important;
    padding-right: 20px;
    text-overflow: ellipsis; }
  .filter-view .btn-applied-filter.x-btn.x-btn-default-small .xn-close-button {
    top: 0px;
    left: auto;
    right: 0px;
    color: #4a4a4a; }
    .filter-view .btn-applied-filter.x-btn.x-btn-default-small .xn-close-button:before {
      font-family: fontawesome;
      content: '\f057';
      line-height: inherit;
      font-size: 14px;
      padding-left: 3px; }
  .filter-view .btn-applied-filter.x-btn.x-btn-default-small.x-btn-default-small-over {
    background-color: transparent; }
  .filter-view .btn-applied-filter.x-btn.x-btn-default-small.no-close-icon .x-btn-inner {
    padding-right: 0px; }
.filter-view .ft-primary-button.x-btn.x-btn-default-small {
  background-color: #00205b;
  padding: 7px 10px;
  line-height: 20px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 10px; }
.filter-view .ft-primary-button.x-btn .x-btn-button {
  line-height: 20px; }
.filter-view .ft-primary-button.x-btn .x-btn-inner {
  color: #fff;
  font-size: 12px;
  line-height: inherit !important; }
.filter-view .ft-primary-button.x-btn.x-btn-default-small-over {
  background-color: #00205b; }
.filter-view .toDateText {
  font-size: 16px;
  width: auto !important;
  min-width: 16px;
  height: 36px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  border: 0px solid #ccc;
  margin-top: 2px; }
  .filter-view .toDateText span {
    padding-top: 4px; }

.filter-view .filterSttingButtons .x-btn-inner {
  color: #00205b !important;
  font-size: 13px !important;
  padding: 3px;
  text-align: left !important;
  line-height: 15px !important; }
.filter-view .x-panel-body label.x-component.x-box-item.x-component-default.create-advanced-filter-label {
  background-color: #67686b;
  border-radius: 4px;
  border-color: #4a4a4a;
  color: #fff;
  font-size: 12px;
  margin-top: 28px;
  padding: 6px 12px; }
  .filter-view .x-panel-body label.x-component.x-box-item.x-component-default.create-advanced-filter-label:hover {
    background-color: #4a4a4a; }
.filter-view .filterSttingButtons.x-btn.x-btn-default-small {
  background-color: transparent;
  color: #00205b !important;
  text-decoration: underline;
  text-align: left;
  padding: 0px !important; }
.filter-view .x-form-trigger-input-cell .x-form-field {
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../images/T7/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  border: 1px solid #CCCCCC; }

.pagesetting .x-form-trigger-input-cell .x-form-field {
  font-size: 16px;
  border-radius: 4px;
  height: 39px;
  line-height: 1.42857;
  color: #4a4a4a;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../images/T7/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  border: 1px solid #CCCCCC !important; }

.filter-view .x-trigger-cell, .filter-view .x-trigger-cell .x-form-trigger, .pagesetting .x-trigger-cell, .pagesetting .x-trigger-cell .x-form-trigger {
  width: 0px !important;
  border-width: 0px;
  background-image: none;
  background-color: transparent; }

.x-css-shadow {
  box-shadow: #888888 0px 0px 0px !important; }

.x-portlet {
  margin-bottom: 10px;
  margin: 8px 8px 0 0; }

.x-panel .x-panel-header.x-header {
  background-color: #f5f5f5;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 15px;
  line-height: 1.42857;
  border-bottom: 1px solid transparent;
  border-color: #ddd; }
.x-panel.xn-ribbon.xn-portlet .x-panel-header {
  display: block; }
.x-panel .x-panel-header-default-framed-top {
  border-width: 0px 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 0px;
  background-image: none; }
.x-panel.x-panel-default-framed {
  border-radius: 0px;
  background: #f9f9f9; }
.x-panel .x-panel-header-default-framed-top {
  box-shadow: none; }
.x-panel .x-panel-header-text-container {
  padding-left: 25px;
  line-height: 25px; }
.x-panel .x-panel-header-text-default-framed {
  font-size: 20px;
  color: #4a4a4a;
  font-weight: normal; }
.x-panel .x-panel-header-default-framed-top {
  border: none;
  border-radius: 0px; }

.xn-ribbon .widgetcls {
  height: 18px;
  width: 18px;
  color: #4a4a4a;
  font-size: 18px;
  cursor: pointer; }
.xn-ribbon .widget-close {
  left: 0px !important; }
.xn-ribbon .widget-collapse-cls {
  height: 18px;
  width: 18px;
  color: #4a4a4a;
  font-size: 18px;
  cursor: pointer; }
.xn-ribbon .x-toolbar-default .widget-footer-cls {
  color: #4a4a4a;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: none; }
  .xn-ribbon .x-toolbar-default .widget-footer-cls .x-btn-inner {
    font-size: 18px;
    color: #4a4a4a; }
.xn-ribbon .x-panel-header-default-framed-horizontal .x-tool-after-title {
  width: 18px !important;
  height: 18px !important;
  margin-left: 10px;
  display: inline-block;
  top: -2px !important; }
.xn-ribbon .x-tool-img.x-tool-gear {
  background: none;
  content: "\f013";
  font-family: fontawesome;
  width: 18px;
  height: 18px; }
  .xn-ribbon .x-tool-img.x-tool-gear:after {
    background: none;
    content: "\f013";
    font-size: 16px;
    color: #00205B;
    font-family: fontawesome;
    width: 18px;
    height: 18px; }
.xn-ribbon .x-tool-img.x-tool-refresh {
  background: none;
  content: "\f021";
  font-size: 18px;
  font-family: fontawesome;
  width: 18px;
  height: 18px; }
  .xn-ribbon .x-tool-img.x-tool-refresh:after {
    background: none;
    content: "\f021";
    font-family: fontawesome;
    width: 18px;
    height: 18px;
    color: #4a4a4a;
    vertical-align: bottom;
    background: none; }
.xn-ribbon .x-tool-img.x-tool-close {
  background: none;
  content: "\f057";
  font-family: fontawesome;
  width: 18px;
  height: 18px; }
  .xn-ribbon .x-tool-img.x-tool-close:before {
    background: none;
    content: "\f057";
    font-size: 16px;
    color: #00205B;
    font-family: fontawesome;
    width: 18px;
    height: 18px; }
.xn-ribbon .ux_panel-transparent-background .x-panel-body {
  background-color: transparent !important; }

.xn-portlet .ux_bodyCls {
  background: #f9f9f9 !important;
  margin-top: 17px !important; }

.xn-ribbon .x-portlet {
  margin: 8px 12px 10px 0px; }

.panel-seperator {
  border-right: 0px;
  border-right-style: none; }

.xn-ribbon .x-panel-body-default {
  background-color: #f9f9f9; }
.xn-ribbon .mainHeader .x-panel-body-default {
  background-color: #d0eaf4; }

.ux_panel-background .x-panel-body-default {
  background-color: transparent; }
.ux_panel-background .x-form-text {
  background-color: transparent;
  font-size: 14px;
  padding: 6px 10px;
  height: 25px; }
.ux_panel-background .x-toolbar {
  padding-left: 0px; }

.banner-prev {
  position: absolute;
  font-size: 30px;
  top: 41%;
  padding: 0px 0px 0px 6px;
  color: #fff;
  cursor: pointer; }

.banner-next {
  position: absolute;
  font-size: 30px;
  top: 41%;
  left: 98%;
  cursor: pointer;
  color: #fff; }

.banner-portlet {
  border-style: none !important;
  padding: 0px !important; }

.xn-portlet {
  border-width: 0px 1px !important;
  border-style: solid;
  border-color: #fff !important;
  padding: 0px !important;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 2px 12px 0px;
  border: 1px solid transparent;
  border-radius: 4px !important;
  background-color: #fff; }
  .xn-portlet .x-tab-bar-top .x-tab-bar-body, .xn-portlet .x-window-body-default {
    border: none !important;
    background: #fff !important; }
  .xn-portlet .x-grid-view-default, .xn-portlet .x-grid-empty {
    background-color: #f1f1f1; }
  .xn-portlet .x-toolbar-default {
    background: transparent;
    padding: 11px 0px; }
    .xn-portlet .x-toolbar-default.widgetTable-footer {
      background-color: #e3e3e4;
      color: #4a4a4a;
      text-decoration: none; }
    .xn-portlet .x-toolbar-default .x-btn-default-toolbar-small-over {
      background-color: inherit;
      background-image: none;
      border: none; }
    .xn-portlet .x-toolbar-default .custom_sprite_orange.x-btn-default-toolbar-small-over, .xn-portlet .x-toolbar-default .custom_sprite_orange.x-btn-default-toolbar-small-focus {
      background-color: orange;
      background-image: none;
      border: none; }
    .xn-portlet .x-toolbar-default .custom_sprite_green.x-btn-default-toolbar-small-over, .xn-portlet .x-toolbar-default .custom_sprite_green.x-btn-default-toolbar-small-focus {
      background-color: green;
      background-image: none;
      border: none; }
    .xn-portlet .x-toolbar-default .x-btn-inner {
      font-size: 14px; }
    .xn-portlet .x-toolbar-default .x-btn-default-toolbar-small-focus {
      background-color: inherit;
      background-image: none;
      border: none; }
  .xn-portlet .x-panel-header-default-framed-horizontal .x-tool-after-title {
    top: 2px !important; }
  .xn-portlet .xn-account-filter-btnmenu .x-btn-inner {
    color: #7ACAE5;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px; }

.xn-ribbon .widget-close .x-panel-body-default {
  background-color: transparent; }

.x-tip.x-tip-default {
  background: transparent;
  border: 0px;
  box-shadow: 0px 0px; }
  .x-tip.x-tip-default .x-tip-body-default {
    background: #fff;
    white-space: pre-wrap;
    overflow: inherit;
    word-break: break-all;
    min-width: 65px;
    width: inherit !important;
    box-shadow: 0px 0px 8px #888888;
    border-radius: 3px; }

.x-boundlist.x-boundlist-default {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  min-width: 200px;
  max-width: 250px;
  /*.x-boundlist-list-ct{
	height: 193px !important;
	ul{
		height: inherit !important;
	}
  }*/ }
  .x-boundlist.x-boundlist-default .x-boundlist-item {
    font-size: 14px;
    color: #4a4a4a;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .x-boundlist.x-boundlist-default .x-boundlist-item-over.x-boundlist-item {
    background: #f5f5f5; }
  .x-boundlist.x-boundlist-default .x-boundlist-selected {
    background: transparent; }

.ux_dropdown .x-menu-icon-separator {
  left: 0px;
  border-left: 0px;
  background-color: white;
  width: 2px; }

.ft-layout-inner .xn-ribbon .x-panel-default {
  padding: 0 0 0 0; }

.ux_dropdown.x-menu {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
.ux_dropdown .x-menu-item {
  cursor: pointer;
  font-size: 14px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e5e5e5; }
  .ux_dropdown .x-menu-item.x-menu-item-checked .x-menu-item-icon, .ux_dropdown .x-menu-item.x-menu-item-checked .x-menu-item-icon-right {
    background-image: url(resources/images/T7/checked.png);
    margin: 8px 10px; }
  .ux_dropdown .x-menu-item.x-menu-item-unchecked .x-menu-item-icon, .ux_dropdown .x-menu-item.x-menu-item-unchecked .x-menu-item-icon-right {
    background-image: url(resources/images/T7/checkbox.png);
    margin: 8px 10px; }
  .ux_dropdown .x-menu-item.x-menu-item-active {
    background-image: none;
    background-color: #f5f5f5; }
.ux_dropdown .x-menu-item-text {
  color: #4a4a4a;
  font-size: 14px; }
.ux_dropdown .x-menu-item-link {
  padding: 0 0 0 30px; }

.ux_dropdown-no-leftpadding.ux_dropdown .x-menu-item-link {
  padding: 0 0 0 0px; }

.ux_panel-background {
  background: #fff; }
  .ux_panel-background .x-panel-body {
    background: #fff; }

.x-portal-body.x-panel-body-default {
  padding: 0 0 0 0px; }

.ux_dropdown .x-vertical-box-overflow-body {
  overflow-y: scroll;
  width: 100% !important; }
.ux_dropdown .x-menu-scroll-top, .ux_dropdown .x-menu-scroll-bottom {
  display: none; }

.x-menu .x-menu-body {
  padding: 0px;
  width: 100%;
  background-color: #fff; }

.xn-portlet .x-panel-body-default-framed {
  background-color: #f1f1f1;
  overflow: hidden !important; }

.menu-separator .x-menu-item-link {
  width: 100%;
  border-top: 1px solid #7acae5; }

.menu-separator.x-menu-item:hover {
  background-color: #00205b;
  cursor: auto; }

.widget-header-menu.x-menu {
  padding: 5px 0px;
  font-size: 14px;
  width: 162px !important;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff; }
  .widget-header-menu.x-menu .x-menu-body {
    width: 100% !important; }
  .widget-header-menu.x-menu .x-box-inner.x-vertical-box-overflow-body {
    width: 100% !important; }
    .widget-header-menu.x-menu .x-box-inner.x-vertical-box-overflow-body .x-box-target {
      width: 100% !important; }
  .widget-header-menu.x-menu .x-menu-item {
    display: block;
    padding: 3px 20px;
    clear: both;
    width: 100% !important;
    font-weight: normal;
    line-height: 1.42857;
    color: #4a4a4a;
    white-space: nowrap; }
    .widget-header-menu.x-menu .x-menu-item .x-menu-item-link {
      padding-left: 0px;
      font-size: inherit;
      width: 100% !important; }
      .widget-header-menu.x-menu .x-menu-item .x-menu-item-link .x-menu-item-icon {
        font-size: 18px;
        width: 16px;
        height: 16px;
        top: 4px;
        padding-left: 15px;
        background-position: center;
        color: #4a4a4a; }
      .widget-header-menu.x-menu .x-menu-item .x-menu-item-link .x-menu-item-text {
        font-size: 14px;
        color: #4a4a4a;
        padding-left: 19px; }
  .widget-header-menu.x-menu .x-menu-item-active {
    background-color: #f5f5f5;
    border: none;
    background-image: none;
    border-radius: 0px; }

.action-dropdown-menu {
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .action-dropdown-menu .x-menu-body .x-box-inner.x-vertical-box-overflow-body {
    width: auto !important; }
  .action-dropdown-menu .x-menu-body .x-box-target {
    width: auto !important; }
  .action-dropdown-menu .x-menu-item {
    background-color: #fff;
    border-radius: 0px !important;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    font-weight: normal;
    padding: 0px;
    line-height: 1.42857;
    color: #4a4a4a;
    white-space: nowrap; }
    .action-dropdown-menu .x-menu-item .x-menu-item-link {
      padding: 10px 20px 10px 10px;
      width: 100%; }
  .action-dropdown-menu .x-menu-item-active {
    background-image: none;
    border: none;
    border-bottom: 1px solid #e5e5e5; }
    .action-dropdown-menu .x-menu-item-active .x-menu-item-link {
      background-color: #f5f5f5; }
  .action-dropdown-menu .x-menu-item-text {
    color: #4a4a4a;
    font-size: 14px;
    margin-right: 14px; }

.widget-header .x-header-text-container {
  padding: 0px 50px 0px 30px;
  width: 100% !important; }
.widget-header .x-component {
  margin-right: 10px !important; }
.widget-header .x-tool-after-title {
  margin-right: 7px !important; }

.ribbon-view .x-header .x-header-body {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd; }
  .ribbon-view .x-header .x-header-body .x-tool.x-box-item {
    top: 2px !important; }
  .ribbon-view .x-header .x-header-body .ribbon-settings {
    padding-top: 4px; }
.ribbon-view .summary-combobox.custom-combobox-input {
  border-radius: 4px;
  border-color: #4a4a4a;
  background-image: url("resources/images/T7/alert-caret.png");
  background-color: #67686b;
  color: #fff;
  background-position-x: 95%;
  padding-right: 20px; }
.ribbon-view .x-panel-body.x-panel-body-default {
  padding: 15px; }

.widget-seperator.x-panel-default {
  border-bottom: 1px solid #e5e5e5; }
  .widget-seperator.x-panel-default:last-child {
    border-bottom: 0px; }

.x-nlg .x-btn.x-btn-default-small, .x-nlg .x-panel-header.x-panel-header-default-framed-top, .x-nlg .x-grid .x-grid-header-ct, .x-nlg .x-grid .x-column-header, .x-nlg .x-toolbar.x-toolbar-default, .x-nlg .x-grid .x-column-header-sort-DESC, .x-nlg .x-grid .x-column-header-sort-ASC {
  background-image: none !important; }

.x-field-form-focus.x-field-default-form-focus, .x-field-form-focus.x-field-default-form-hover {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.x-grid-body {
  border: none; }

.x-grid-row .x-grid-td {
  background-color: #f1f1f1; }

.x-grid-row-alt .x-grid-td {
  background-color: #fff; }

.x-grid-header-ct {
  border: none; }

.t7-grid .x-column-header-text {
  font-size: 12px; }

.x-grid-row-selected .x-grid-cell-special, .x-grid-cell-special {
  background-color: #fff;
  background-image: none;
  border-right: none; }

.x-toolbar-default {
  border: none;
  background-color: #fff;
  background-image: none; }

.x-column-header {
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  background-image: none;
  background-color: #00205b; }

.x-column-header-over {
  background-image: none;
  background-color: #e3e3e4; }

.x-column-header-sort-ASC, .x-column-header-sort-DESC {
  background-color: #e3e3e4; }

.x-column-header-inner {
  padding: 6px; }

.x-docked-summary {
  border: none;
  background-color: #f0f4dd; }

.x-grid-row-summary {
  border: none;
  background-color: #f0f4dd; }
  .x-grid-row-summary .x-grid-cell-inner {
    border-width: 0px; }

.x-docked-summary .x-grid-cell-inner {
  border: none; }

.x-tbar-page-first {
  background-image: url(resources/images/T7/grid/page-first.png); }

.x-item-disabled .x-tbar-page-first {
  background-image: url(resources/images/T7/grid/page-first-disabled.png); }

.x-tbar-page-prev {
  background-image: url(resources/images/T7/grid/page-prev.png); }

.x-item-disabled .x-tbar-page-prev {
  background-image: url(resources/images/T7/grid/page-prev-disabled.png); }

/* Forward */
.x-tbar-page-last {
  background-image: url(resources/images/T7/grid/page-last.png); }

.x-item-disabled .x-tbar-page-last {
  background-image: url(resources/images/T7/grid/page-last-disabled.png); }

.x-tbar-page-next {
  background-image: url(resources/images/T7/grid/page-next.png); }

.x-item-disabled .x-tbar-page-next {
  background-image: url(resources/images/T7/grid/page-next-disabled.png); }

.x-grid-row-checker, .x-column-header-checkbox .x-column-header-text {
  line-height: 13px;
  background-image: url(resources/images/T7/checkbox.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 22px; }

/* Grid Styling */
.ft-create-payment-form .x-column-header-text {
  font-size: 12px;
  padding-top: 2px;
  padding-bottom: 2px; }
.ft-create-payment-form .ft-create-payment-submit-button {
  width: 103px;
  height: 31px;
  font-size: 16px;
  padding-top: 8px; }
.ft-create-payment-form .ft-create-payment-submit-button-disabled {
  background-color: #00205B; }
.ft-create-payment-form .ft-create-payment-form-header {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  height: 50px; }
  .ft-create-payment-form .ft-create-payment-form-header .ft-pull-left, .ft-create-payment-form .ft-create-payment-form-header .ft-pull-right {
    padding-top: 15px;
    padding-left: 15px; }
.ft-create-payment-form .ft-pull-left span {
  font-size: 20px; }
.ft-create-payment-form .ft-pull-right span {
  font-size: 14px;
  color: #666666;
  padding-left: 5px;
  padding-right: 15px;
  margin-top: 3px; }

.x-grid-cell-inner-checkcolumn .x-grid-checkcolumn {
  background-image: url(resources/images/T7/checkbox.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #a4a4a4; }
.x-grid-cell-inner-checkcolumn .x-grid-checkcolumn-checked {
  background-image: url(resources/images/T7/checked.png);
  background-position: inherit; }

.ft-grid-row-expander .x-grid-row-before-selected:nth-child(even) .x-grid-cell {
  background-color: #f1f1f1; }
.ft-grid-row-expander .x-grid-tree-node-expanded .x-tree-icon-parent {
  background-image: none;
  display: none;
  background-image: none;
  display: none; }
.ft-grid-row-expander .x-tree-icon-parent, .ft-grid-row-expander .x-tree-icon-leaf {
  background-image: none;
  display: none; }
.ft-grid-row-expander .x-grid-tree-node-expanded .x-tree-node-text, .ft-grid-row-expander .x-grid-tree-node-expanded .x-grid-cell-inner {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: bold; }
.ft-grid-row-expander .x-tree-node-text, .ft-grid-row-expander .x-grid-cell-inner {
  font-size: 12px;
  color: #4a4a4a;
  font-weight: normal; }

.x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander, .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-over .x-tree-expander, .x-tree-arrows .x-grid-tree-node-expanded .x-tree-expander-down .x-tree-expander {
  background-position: center center; }
.x-tree-arrows .x-tree-expander-over .x-tree-expander {
  background-position: center center; }
.x-tree-arrows .x-tree-expander {
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  background: url(resources/images/T7/CaretDown.png) no-repeat transparent center center;
  margin-top: 0px;
  vertical-align: baseline; }

.x-grid-tree-node-expanded .x-tree-expander {
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
  background: url(resources/images/T7/CaretUp.png) no-repeat transparent center center;
  margin-top: 0px;
  vertical-align: baseline; }

.x-grid-no-row-lines .x-grid-row-focused .x-grid-cell-inner {
  padding: 12px 10px 11px; }

.ft-grid-row-expander .x-grid-header-ct {
  border-top: 1px solid white; }

/* T7 Grid Styling */
.x-nlg .t7-grid .x-toolbar-default {
  background-image: none !important; }
.t7-grid .icon-collapse-rounded {
  background-image: url("resources/images/T7/icons.png");
  background-position: -5px -5px; }
.t7-grid .icon-expand-rounded {
  background-image: url("resources/images/T7/icons.png");
  background-position: -43px -5px; }
.t7-grid .icon-collapse-rounded:hover {
  background-position: -25px -101px; }
.t7-grid .icon-expand-rounded:hover {
  background-image: url("resources/images/T7/icons.png");
  background-position: -54px -102px; }
.t7-grid .xn-panel-header {
  background-color: #f5f5f5;
  padding: 10px 15px;
  margin: 10px 0px 0px;
  border: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .t7-grid .xn-panel-header .x-tab-bar-body .x-box-inner {
    height: 38px;
    min-height: 34px; }
  .t7-grid .xn-panel-header .x-btn-default-toolbar-small-icon .x-btn-button {
    height: 33px;
    width: 33px;
    margin: 3px 5px; }
    .t7-grid .xn-panel-header .x-btn-default-toolbar-small-icon .x-btn-button .x-btn-icon-el {
      height: 33px;
      width: 33px;
      margin: 3px 5px; }
  .t7-grid .xn-panel-header .paymentInstActionCls {
    padding: 5px 0px; }
.t7-grid .x-tab-bar-default-horizontal {
  background-image: none;
  background-color: transparent;
  border-width: 0px; }
.t7-grid .xn-custom-toolbar {
  padding-bottom: 10px;
  font-size: 14px;
  color: #67686b; }
  .t7-grid .xn-custom-toolbar .x-btn-default-toolbar-small-focus {
    background-image: none;
    background-color: transparent; }
  .t7-grid .xn-custom-toolbar label {
    text-align: left; }
  .t7-grid .xn-custom-toolbar .action-button.x-btn.x-btn-default-toolbar-small-disabled {
    background-color: #67686b;
    font-size: 12px;
    margin-right: 10px;
    padding: 6px 12px;
    border: 1px solid #4a4a4a; }
    .t7-grid .xn-custom-toolbar .action-button.x-btn.x-btn-default-toolbar-small-disabled .x-btn-inner {
      color: #fff;
      font-size: 12px; }
    .t7-grid .xn-custom-toolbar .action-button.x-btn.x-btn-default-toolbar-small-disabled:hover, .t7-grid .xn-custom-toolbar .action-button.x-btn.x-btn-default-toolbar-small-disabled:focus {
      background-color: #67686b; }
  .t7-grid .xn-custom-toolbar .action-button.x-btn-default-toolbar-small {
    background-color: #00205b;
    font-size: 12px;
    margin-right: 10px;
    padding: 6px 12px;
    border: 1px solid transparent; }
    .t7-grid .xn-custom-toolbar .action-button.x-btn-default-toolbar-small:hover, .t7-grid .xn-custom-toolbar .action-button.x-btn-default-toolbar-small:focus {
      background-color: #00205b; }
    .t7-grid .xn-custom-toolbar .action-button.x-btn-default-toolbar-small .x-btn-inner {
      color: #fff;
      font-size: 12px; }
  .t7-grid .xn-custom-toolbar i {
    font-size: 18px;
    color: #4a4a4a; }
  .t7-grid .xn-custom-toolbar .x-btn-default-toolbar-small-focus i {
    color: #00205B; }
.t7-grid .xn-panel-header .x-component.x-box-item.x-toolbar-item.groupview-header-title {
  font-size: 20px;
  font-weight: normal;
  color: #67686b;
  margin-left: 10px !important;
  top: 9px !important; }
.t7-grid .xn-panel-header .x-btn-default-toolbar-small-noicon {
  top: 15px !important; }
.t7-grid .xn-panel-header .x-component.x-box-item.x-toolbar-item {
  top: 16px !important; }
.t7-grid .xn-hide {
  display: none; }
.t7-grid .xn-panel-header .x-btn-default-toolbar-small .x-btn-arrow {
  background-image: url("resources/images/T7/caret-blue.png");
  padding: 0px 5px 5px 5px; }
.t7-grid .xn-panel-header .x-tab-bar-strip {
  visibility: hidden; }
.t7-grid .xn-panel-header .x-tab-bar-body {
  /*padding-left: 15px;*/ }
  .t7-grid .xn-panel-header .x-tab-bar-body .x-box-item.x-tab-default-top {
    padding: 7px 15px;
    border-radius: 4px;
    background-color: #f5f5f5;
    border: 1px solid #4a4a4a;
    margin-left: 0px !important;
    margin-right: 10px !important; }
  .t7-grid .xn-panel-header .x-tab-bar-body .x-box-item.x-tab-default-over {
    background-color: #f1f1f1; }
  .t7-grid .xn-panel-header .x-tab-bar-body .x-box-item .x-tab-button .x-tab-inner {
    height: 17px;
    font-size: 12px;
    font-weight: normal;
    color: #67686b;
    line-height: inherit; }
  .t7-grid .xn-panel-header .x-tab-bar-body .x-box-item.x-tab-top-active {
    background-color: #67686b; }
    .t7-grid .xn-panel-header .x-tab-bar-body .x-box-item.x-tab-top-active .x-tab-inner {
      color: #fff; }
.t7-grid .xn-panel-header .btn-row-list {
  padding: 6px 12px;
  background-color: #f5f5f5;
  border: 1px solid #4a4a4a;
  line-height: inherit; }
  .t7-grid .xn-panel-header .btn-row-list .x-btn-arrow {
    background-image: none;
    padding-right: 0px; }
  .t7-grid .xn-panel-header .btn-row-list .x-btn-inner {
    color: #4a4a4a;
    font-size: 12px;
    line-height: inherit; }
    .t7-grid .xn-panel-header .btn-row-list .x-btn-inner:after {
      font-family: fontawesome;
      content: '\f0d7';
      padding-left: 5px; }
.t7-grid .x-tab-top {
  background-color: #00205b;
  border-bottom: 0px transparent;
  background-image: none;
  margin: 0px 3px !important; }
.t7-grid .x-column-header-checkbox .x-column-header-text, .t7-grid .x-grid-row-checker {
  background-image: url(resources/images/T7/checkbox.png);
  height: 16px;
  width: 16px;
  line-height: 13px;
  margin: 1px 2px 0px 0px;
  border: 1px solid #a4a4a4;
  background-color: #fff; }
.t7-grid .x-grid-row-checker {
  margin-top: 4px; }
.t7-grid .x-grid-row-selected .x-grid-row-checker, .t7-grid .x-column-header-checkbox.x-grid-hd-checker-on .x-column-header-text {
  background-image: url(resources/images/T7/checked.png);
  background-position: inherit; }
.t7-grid .x-grid-row.x-grid-data-row.x-grid-row-over .x-grid-cell, .t7-grid .x-grid-row.x-grid-data-row.x-grid-row-selected .x-grid-cell {
  background-color: #e3e3e4; }
.t7-grid .icon-checkbox-checked {
  background-image: url(resources/images/T7/checked.png);
  background-position: inherit;
  width: 13px;
  height: 13px; }
.t7-grid .icon-checkbox-unchecked {
  background-image: url(resources/images/T7/checkbox.png);
  background-position: inherit;
  width: 13px;
  height: 13px; }

/*Changed*/
.x-grid-cell-row-checker .x-grid-cell-inner {
  padding-top: 7px; }

.t7-grid {
  /*.x-grid-row-alt.x-grid-data-row .x-grid-cell {
    background-color: $lightColor;
  }*/ }
  .t7-grid .x-column-header, .t7-grid .x-grid-header-ct {
    height: 33px !important;
    background: none #00205b;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-color: white; }
  .t7-grid .x-column-header.x-column-header-over {
    background: none #00205b;
    height: 35px; }
  .t7-grid .x-column-header.x-column-header-checkbox {
    /*width: 40px !important;*/ }
  .t7-grid .x-column-header .x-column-header-trigger {
    background-image: url("../../../js/extjs4.2.1/resources/ext-theme-classic/images/grid/grid3-hd-btn.gif"); }
  .t7-grid .single-border .x-column-header-checkbox .x-column-header-inner {
    padding-top: 10px; }
  .t7-grid .x-column-header .x-column-header-inner {
    padding: 8px 10px 5px !important; }
  .t7-grid .x-grid-with-row-lines {
    border: none;
    /*.x-grid-cell-col_action .x-grid-cell-inner {
      padding-top: 6px;
      color: $fontColor;
    }*/ }
    .t7-grid .x-grid-with-row-lines .x-grid-cell.x-grid-td {
      border-color: white;
      /*.x-grid-cell-inner {
        height: 31px;

        .action-link {
          height: 31px;
        }
      }*/ }
  .t7-grid .xn-freeze-row.x-grid-row.x-grid-data-row .x-grid-cell {
    background-color: #e3e3e4; }
  .t7-grid .xn-freeze-row.x-grid-row.x-grid-data-row.x-grid-row-over .x-grid-cell {
    background-color: #d6d6d7; }
  .t7-grid .x-grid-row.x-grid-data-row .x-grid-cell {
    background-color: #f1f1f1; }
  .t7-grid .xn-empty-row.x-grid-row.x-grid-data-row .x-grid-cell {
    background-color: #fff;
    border: 0px; }
  .t7-grid .xn-empty-row.x-grid-row.x-grid-data-row.x-grid-row-over .x-grid-cell {
    background-color: #fff;
    border: 0px; }
  .t7-grid .x-panel .single-border, .t7-grid .x-panel .x-grid-header-ct {
    border-width: 0px; }
  .t7-grid .x-panel-default {
    border-color: #fff; }
  .t7-grid .x-grid-row.x-grid-data-row .x-grid-cell {
    border-bottom: 1px solid #ededed; }
  .t7-grid .x-grid-cell-inner {
    height: 50px; }
  .t7-grid .xn-paging-toolbar {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
    .t7-grid .xn-paging-toolbar .x-btn-default-toolbar-small.x-btn {
      background-color: #67686b;
      padding: 6px 12px;
      border: 1px solid #4a4a4a;
      margin-left: 5px !important;
      margin-right: 5px !important; }
      .t7-grid .xn-paging-toolbar .x-btn-default-toolbar-small.x-btn .x-btn-inner {
        font-size: 12px;
        color: #fff;
        line-height: inherit;
        padding: 0px; }
    .t7-grid .xn-paging-toolbar .x-btn.x-btn-default-toolbar-small-over {
      background-color: #4a4a4a; }
    .t7-grid .xn-paging-toolbar .x-btn.x-btn-default-toolbar-small-focus {
      background-color: #4a4a4a; }
    .t7-grid .xn-paging-toolbar .x-btn.x-btn-default-toolbar-small-icon-text-left .x-btn-inner {
      padding-left: 20px; }
    .t7-grid .xn-paging-toolbar .x-btn-default-toolbar-small-focus {
      background-image: none;
      background-color: #4a4a4a; }
    .t7-grid .xn-paging-toolbar .x-btn.x-btn-default-toolbar-small-icon-text-right .x-btn-inner {
      padding-right: 20px; }
    .t7-grid .xn-paging-toolbar .x-toolbar-text {
      font-size: 16px;
      display: inline-block;
      margin-left: 5px !important;
      margin-right: 5px !important; }
    .t7-grid .xn-paging-toolbar .x-field {
      height: 39px;
      margin-left: 5px !important;
      margin-right: 25px !important;
      width: 60px !important; }
      .t7-grid .xn-paging-toolbar .x-field .x-form-item-body {
        padding-left: 0px; }
      .t7-grid .xn-paging-toolbar .x-field .x-form-text {
        height: 39px;
        width: 60px !important;
        font-size: 18px;
        padding: 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-align: center; }
  .t7-grid .x-item-disabled .x-tbar-page-first {
    font-family: fontawesome;
    content: '\f0d9';
    color: #fff;
    font-size: 18px; }
    .t7-grid .x-item-disabled .x-tbar-page-first:before {
      font-family: fontawesome;
      content: '\f0d9'; }
  .t7-grid .x-item-disabled .x-tbar-page-prev {
    font-family: fontawesome;
    content: '\f0d9';
    background-image: none;
    color: #fff;
    font-size: 18px;
    top: -4px; }
    .t7-grid .x-item-disabled .x-tbar-page-prev:before {
      font-family: fontawesome;
      content: '\f0d9'; }
  .t7-grid .x-item-disabled .x-tbar-page-next {
    font-family: fontawesome;
    content: '\f0da';
    background-image: none;
    color: #fff;
    font-size: 18px;
    top: -4px; }
    .t7-grid .x-item-disabled .x-tbar-page-next:before {
      font-family: fontawesome;
      content: '\f0da'; }
  .t7-grid .x-item-disabled .x-tbar-page-last {
    background-image: url("resources/images/T7/grid/page-last-disabled.png"); }
  .t7-grid .x-tbar-page-first {
    background-image: url("resources/images/T7/grid/page-first.png"); }
  .t7-grid .x-tbar-page-prev {
    font-family: fontawesome;
    content: '\f0d9';
    background-image: none;
    color: #fff;
    font-size: 18px;
    top: -4px; }
    .t7-grid .x-tbar-page-prev:before {
      font-family: fontawesome;
      content: '\f0d9'; }
  .t7-grid .x-tbar-page-next {
    font-family: fontawesome;
    content: '\f0da';
    background-image: none;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    top: -4px; }
    .t7-grid .x-tbar-page-next:before {
      font-family: fontawesome;
      content: '\f0da'; }
  .t7-grid .x-tbar-page-last {
    background-image: url("resources/images/T7/grid/page-last.png"); }
  .t7-grid .x-toolbar-text {
    font-size: 12px;
    color: #4a4a4a; }
  .t7-grid .xn-form-field.x-form-text {
    border: 0px; }
  .t7-grid input[type=text].x-form-field, .t7-grid .xn-form-field {
    height: 36px; }
  .t7-grid .xn-form-trigger {
    background-image: url("resources/images/T7/caret-blue.png");
    border: 0px;
    height: 6px;
    background-repeat: no-repeat; }
  .t7-grid .x-toolbar.x-toolbar-docked-top {
    padding: 0px !important;
    border: 0px !important; }
  .t7-grid .gradiant_back {
    background-color: #fff;
    padding: 10px 15px 15px !important;
    margin-top: 0px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .t7-grid .x-grid-cell-col_favorite .x-grid-cell-inner-action-col, .t7-grid .x-grid-cell-col_action .x-grid-cell-inner-action-col {
    text-overflow: clip; }
  .t7-grid .grid-row-action-icon.icon-edit:before {
    font-family: fontawesome;
    content: "\f044";
    font-size: 14px;
    color: #337ab7;
    /*To be verified*/ }
  .t7-grid .grid-row-action-icon.icon-view {
    font-family: fontawesome;
    content: "\f00e";
    font-size: 14px;
    color: #337ab7;
    /*To be verified*/ }
    .t7-grid .grid-row-action-icon.icon-view:before {
      font-family: fontawesome;
      content: "\f00e";
      font-size: 14px;
      color: #337ab7;
      /*To be verified*/ }
  .t7-grid .grid-row-action-icon.grid-row-check-icon {
    font-family: fontawesome;
    content: "\f03e";
    font-size: 14px;
    color: #337ab7;
    /*To be verified*/ }
    .t7-grid .grid-row-action-icon.grid-row-check-icon:before {
      font-family: fontawesome;
      content: "\f03e";
      font-size: 14px;
      color: #337ab7;
      /*To be verified*/ }
  .t7-grid .grid-row-attach-icon:before {
    font-family: fontawesome;
    content: "\f0c6";
    font-size: 14px; }
  .t7-grid .grid-row-action-icon {
    color: #00205b; }
    .t7-grid .grid-row-action-icon.icon-history:before {
      font-family: fontawesome;
      content: "\f1da";
      font-size: 14px; }
    .t7-grid .grid-row-action-icon.icon-quickpay:before {
      font-family: fontawesome;
      content: "\f1d8";
      font-size: 14px; }
    .t7-grid .grid-row-action-icon.icon-confidential:before {
      font-family: fontawesome;
      content: "\f023";
      font-size: 14px; }
    .t7-grid .grid-row-action-icon.icon-deleted:before {
      font-family: fontawesome;
      content: "\f00d";
      font-size: 14px;
      color: #F78181; }
    .t7-grid .grid-row-action-icon.icon-completed:before {
      font-family: fontawesome;
      content: "\f058";
      font-size: 14px;
      color: #00994e; }
    .t7-grid .grid-row-action-icon.icon-wrench:before {
      font-family: fontawesome;
      content: "\f0ad";
      font-size: 14px;
      color: #ffcc66; }
    .t7-grid .grid-row-action-icon:before {
      border-width: 0;
      display: inline-block;
      height: 18px;
      min-width: 18px; }
    .t7-grid .grid-row-action-icon.icon-edit {
      font-family: fontawesome;
      content: "\f044";
      font-size: 14px;
      color: #337ab7;
      /*To be verified*/ }
    .t7-grid .grid-row-action-icon.icon-error {
      font-family: fontawesome;
      content: "\f06a";
      font-size: 14px;
      color: #F78181; }
    .t7-grid .grid-row-action-icon.icon-notes {
      font-family: fontawesome;
      content: "\f0f6";
      font-size: 14px;
      color: #337ab7; }
      .t7-grid .grid-row-action-icon.icon-notes:before {
        font-family: fontawesome;
        content: "\f0f6";
        font-size: 14px;
        color: #337ab7; }
    .t7-grid .grid-row-action-icon.icon-notes-attached {
      font-family: fontawesome;
      content: "\f15c";
      font-size: 14px;
      color: #337ab7; }
      .t7-grid .grid-row-action-icon.icon-notes-attached:before {
        font-family: fontawesome;
        content: "\f15c";
        font-size: 14px;
        color: #337ab7; }
    .t7-grid .grid-row-action-icon.icon-error:before {
      font-family: fontawesome;
      content: "\f06a";
      font-size: 14px;
      color: #F78181; }
    .t7-grid .grid-row-action-icon.icon-fedWire:before {
      font-family: fontawesome;
      content: "\f090";
      font-size: 14px;
      color: #337ab7; }
    .t7-grid .grid-row-action-icon.icon-delete {
      font-family: fontawesome;
      content: "\f00d";
      font-size: 14px;
      color: #F78181; }
      .t7-grid .grid-row-action-icon.icon-delete:before {
        font-family: fontawesome;
        content: "\f00d";
        font-size: 14px;
        color: #F78181; }
  .t7-grid .action-link-align {
    float: left; }

.icon-dropdown {
  background-position: center center;
  border-width: 0;
  display: inline-block;
  height: 18px;
  width: 18px;
  color: #00205b;
  padding-right: 0px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible; }
  .icon-dropdown:before {
    font-family: fontawesome;
    content: "\f0d7"; }

.t7-grid .grid-row-action-icon.icon-down {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px; }
  .t7-grid .grid-row-action-icon.icon-down:before {
    font-family: fontawesome;
    content: "\f0d7";
    font-size: 14px; }
.t7-grid .grid-row-action-icon.icon-dropdown:before {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px; }
.t7-grid .grid-row-action-icon.icon-up:before {
  font-family: fontawesome;
  content: "\f0de";
  font-size: 14px; }
.t7-grid .grid-row-action-icon.icon-dropdown {
  font-family: fontawesome;
  content: "\f0d7";
  font-size: 14px; }
.t7-grid .grid-row-action-icon.icon-up {
  font-family: fontawesome;
  content: "\f0de";
  font-size: 14px; }
.t7-grid .grid-row-action-icon.icon-history:before {
  font-family: fontawesome;
  content: "\f1da";
  font-size: 14px; }
.t7-grid .xn-disabled-row .x-grid-row-checker {
  background-image: url("resources/images/etc/icon_unchecked_grey.gif"); }

.cursor_pointer {
  cursor: pointer; }

/*Editable Grid CSS*/
.t7-grid .x-form-item-body {
  padding-left: 7px;
  padding-right: 7px; }
.t7-grid .x-grid-row-editor .x-form-text {
  padding: 2px 4px 2px 4px; }
.t7-grid .x-grid-editor .x-form-trigger {
  font-size: 16px;
  height: 39px;
  border-width: 1px 1px 1px 0px;
  border-color: #CCCCCC;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(resources/images/T7/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 15px; }
.t7-grid .x-grid-editor .x-form-trigger-wrap-focus .x-form-trigger {
  border-color: #7eadd9; }
.t7-grid .x-form-cb-checked .x-form-checkbox {
  background-image: url(resources/images/T7/checked.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 22px;
  padding-right: 5px;
  line-height: 13px;
  background-position: initial; }

.account-type {
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px;
  color: #67686b;
  padding-right: 10px; }

.groupby-label {
  font-size: 13px;
  font-weight: normal;
  color: #67686b;
  padding-left: 20px; }

.t7-grid .groupby-label.x-component.x-box-item.x-toolbar-item, .t7-grid .account-type.x-component.x-box-item.x-toolbar-item {
  top: 16px !important; }

.t7-grid .x-tab-bar-default-top .x-tabbar-scroll-left {
  background-image: none;
  color: #67686b;
  top: 2px;
  font-size: 20px; }
  .t7-grid .x-tab-bar-default-top .x-tabbar-scroll-left:before {
    font-family: fontawesome;
    content: '\f0d9'; }
.t7-grid .x-tab-bar-default-top .x-tabbar-scroll-right {
  background-image: none;
  color: #67686b;
  top: 2px;
  left: 12px;
  font-size: 20px; }
  .t7-grid .x-tab-bar-default-top .x-tabbar-scroll-right:before {
    font-family: fontawesome;
    content: '\f0da'; }
.t7-grid .x-tab-bar-default-top .x-tabbar-scroll-left-hover {
  background-position: 0px 0px; }

.smartSettingCls .x-panel-body {
  border-radius: 5px 0px 5px 5px; }
.smartSettingCls .x-menu-item {
  background-color: #00205b;
  padding: 5px 10px 5px 10px; }

.smartgrid-action-icon {
  background-image: url(resources/images/T7/caret-blue.png);
  background-repeat: no-repeat;
  background-position: center; }

.action-down-hover {
  background-color: #00205b;
  background-image: url(resources/images/T7/caret-white.png);
  background-repeat: no-repeat;
  background-position: center; }

.groupbyButton.group-down-hover.x-btn-default-toolbar-small-menu-active {
  background-image: none;
  background-color: #00205b;
  border-radius: 3px 3px 0px 0px; }
  .groupbyButton.group-down-hover.x-btn-default-toolbar-small-menu-active .x-btn-arrow {
    background-image: url(resources/images/T7/caret-white.png); }
  .groupbyButton.group-down-hover.x-btn-default-toolbar-small-menu-active .x-btn-inner {
    color: white; }

.groupbyButton {
  background-image: none;
  background-color: transparent;
  margin-top: 4px !important;
  padding-right: 4px; }

.summaryToggleButton {
  background-image: none;
  background-color: transparent; }
  .summaryToggleButton:focus {
    background-image: none;
    background-color: transparent; }

.t7-grid .x-btn-default-toolbar-small.x-unselectable, .t7-grid .x-toolbar-default.x-box-item {
  border-width: 0px; }
.t7-grid .ft-btn-link.x-btn-default-toolbar-small-over .x-btn-inner {
  color: #00205B;
  text-decoration: underline; }
.t7-grid .ft-btn-link .x-btn-inner {
  color: #00205B;
  font-size: 14px; }
.t7-grid .xn-button-transparent {
  padding-top: 6px;
  padding-bottom: 10px; }
  .t7-grid .xn-button-transparent i {
    font-size: 18px; }
.t7-grid .x-btn-default-toolbar-small-over {
  background-image: none;
  background-color: transparent; }
.t7-grid .xn-close-button.x-btn-default-toolbar-small {
  padding-top: 5px; }
  .t7-grid .xn-close-button.x-btn-default-toolbar-small .x-btn-inner {
    font-size: 14px;
    color: #4a4a4a;
    line-height: inherit;
    padding-left: 0px;
    padding-right: 5px;
    line-height: 20px; }
.t7-grid .xn-close-button.x-btn-default-toolbar-small.x-btn-default-toolbar-small-focus, .t7-grid .xn-close-button.x-btn-default-toolbar-small.x-btn-default-toolbar-small-pressed {
  background-image: none;
  background-color: transparent;
  border: 0px solid transparent; }
.t7-grid .x-btn-default-toolbar-small-disabled .x-btn-inner {
  color: #8c8c8c;
  line-height: inherit; }
.t7-grid .x-toolbar-default.x-toolbar-default-docked-bottom {
  background-color: #f5f5f5;
  background-image: none; }
.t7-grid .x-tab-default-top {
  border-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.menu-grid-height-label {
  opacity: 1;
  cursor: default; }
  .menu-grid-height-label .x-menu-item-text {
    color: #7acae5;
    cursor: default; }
  .menu-grid-height-label.x-menu-item:hover {
    background-color: #00205b; }

.grid-row-delete-icon {
  background-image: url("resources/images/etc/icon_delete.png");
  background-repeat: no-repeat;
  border-width: 0;
  display: inline-block;
  height: 18px;
  min-width: 18px;
  vertical-align: middle;
  margin-top: 0px;
  margin-left: 8.5px; }

.grid-row-up-icon {
  background-image: url("resources/images/T7/CaretUp.png");
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-right: 20px;
  display: inline;
  width: 30px;
  height: 24px;
  background-position: top center; }

.grid-row-down-icon {
  background-image: url("resources/images/T7/CaretDown.png");
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-right: 20px;
  display: inline;
  width: 30px;
  height: 24px;
  background-position: top center; }

.seeklink {
  background-image: url("resources/images/etc/icon_search.gif");
  background-position: left center;
  background-repeat: no-repeat; }

.account-set-tab-grid .x-grid-cell-inner {
  border: 0px none transparent; }

/*
.new-account-set-tab-grid {
  .x-grid-cell-inner {
    border: 0px none transparent;
  }

  .x-grid-body {
    top: 25px !important;
  }

  .x-grid-cell-inner {
    margin-top: 5px;
  }

  .x-grid-header-ct .x-box-inner {
    height: 25px !important;
  }

  .xn-grid-cell-inner {
    margin-top: 0px !important;
    height: 205px !important;
  }

  .xn-filter-toolbar {
    .x-box-inner {
      height: 45px !important;
    }

    .x-form-item {
      top: 15px !important;
    }
  }
}
*/
.ft-batch-action {
  font-weight: normal;
  font-size: 14px;
  color: #4a4a4a;
  line-height: inherit; }

/*To be verified*/
.x-grid-dirty-cell {
  background: none; }

.t7-grid .grid-row-action-icon.icon-money:before {
  font-family: fontawesome;
  content: "\f0d6";
  font-size: 18px;
  color: #4a4a4a;
  /*To be verified*/ }
.t7-grid .grid-row-action-icon.icon-file {
  font-family: fontawesome;
  content: "\F15B";
  font-size: 14px;
  color: #337ab7; }
  .t7-grid .grid-row-action-icon.icon-file:before {
    font-family: fontawesome;
    content: "\F15B";
    font-size: 14px;
    color: #337ab7; }

.t7-grid.x-grid .x-column-header {
  border-right: 1px solid #fff !important; }

.x-grid .x-grid-header-ct {
  background: none #00205b;
  color: #fff;
  font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
  font-size: 16px;
  font-weight: bold;
  border-color: white; }
.x-grid .x-column-header {
  border-right: 0px solid #fff !important;
  color: #fff;
  font-weight: bold;
  height: 33px;
  background-image: none;
  background-color: #00205b; }
.x-grid .x-column-header-inner {
  padding: 8px 10px 5px;
  line-height: 18px;
  height: inherit;
  border-right: 1px solid #fff;
  vertical-align: bottom; }
.x-grid .x-column-header .x-column-header-inner .x-column-header-text {
  color: #fff; }
.x-grid .x-grid-row-alt .x-grid-cell {
  background-color: #fff; }
.x-grid .x-column-header-text {
  font-size: 14px; }
.x-grid .x-column-header-trigger {
  background-image: url("../../../js/extjs4.2.1/resources/ext-theme-classic/images/grid/grid3-hd-btn.gif"); }
.x-grid .x-grid-row .x-grid-cell {
  border-bottom: 1px solid #ededed;
  background-color: #f1f1f1; }
.x-grid .x-grid-row.x-grid-data-row.x-grid-row-over .x-grid-cell {
  background-color: #e3e3e4; }
.x-grid .x-grid-row.x-grid-data-row.x-grid-row-selected.x-grid-row-over .x-grid-cell {
  background-color: #d6d6d7; }
.x-grid .x-grid-with-row-lines .x-grid-cell {
  border-color: white; }
  .x-grid .x-grid-with-row-lines .x-grid-cell .x-grid-cell-inner .action-link {
    font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima; }
.x-grid .x-grid-cell-inner {
  font-size: 18px;
  color: #4a4a4a;
  padding: 12px 10px 11px;
  line-height: 26px;
  vertical-align: top;
  border-width: 0px 1px 2px 0px;
  border-style: solid;
  border-color: #fff; }
.x-grid .x-column-header-align-right .x-column-header-text {
  margin-right: 0px;
  padding-left: 0px; }

.x-grid .x-column-header-over {
  background: none #00205b;
  height: 35px; }

.widget-grid .x-column-header .custom_sprite_orange, .widget-grid .x-column-header .custom_sprite_green {
  margin-top: 1px !important; }

.t7-grid .x-grid-row-editor .xn-suggestion-box.x-form-text {
  height: auto;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  padding: 5px 23px 5px 10px;
  height: 39px; }
.t7-grid .x-grid-row-editor .x-form-trigger-input-cell .xn-suggestion-box.x-form-text {
  border-right: 1px solid #CCCCCC; }
  .t7-grid .x-grid-row-editor .x-form-trigger-input-cell .xn-suggestion-box.x-form-text.xn-form-text {
    border-right-color: #7eadd9; }

.t7-grid .x-tab-bar-top .x-tab-bar-body, .t7-grid .x-window-body-default, .t7-grid .x-toolbar-default {
  border: none;
  background: transparent; }

.xn-portlet .grid-row-action-icon.download-icon {
  background-image: url(resources/images/T7/download-button-off-new.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 26px; }

.grid-link-icon.viewlink {
  font-family: fontawesome;
  content: "\f00e";
  font-size: 14px;
  color: #337ab7;
  /*To be verified*/ }
  .grid-link-icon.viewlink:before {
    font-family: fontawesome;
    content: "\f00e";
    font-size: 14px;
    color: #337ab7;
    /*To be verified*/ }

.x-grid.x-grid-locked .x-grid-inner-locked.x-panel {
  border: none;
  overflow-y: hidden; }

.x-grid .x-column-header-sort-ASC .x-column-header-text {
  background-image: none; }
  .x-grid .x-column-header-sort-ASC .x-column-header-text:after {
    font-family: fontawesome;
    content: '\f0d8';
    color: #fff;
    padding-left: 10px;
    font-size: 18px; }

.x-grid .x-column-header-sort-DESC .x-column-header-text {
  background-image: none; }
  .x-grid .x-column-header-sort-DESC .x-column-header-text:after {
    font-family: fontawesome;
    content: '\f0d7';
    color: #fff;
    padding-left: 10px;
    font-size: 18px; }

.t7-grid .x-grid-row-editor .x-panel-body {
  padding: 0px;
  height: auto !important;
  background-color: #fff;
  margin-top: 2px;
  border: 1px solid #00205B;
  background-image: url(resources/images/T7/editableGridMarker.png);
  background-repeat: no-repeat;
  background-position: -2px; }
  .t7-grid .x-grid-row-editor .x-panel-body .x-container {
    vertical-align: middle;
    padding: 4px 0px; }
.t7-grid .x-grid-row-editor .x-form-text {
  padding: 5px 10px;
  height: 39px;
  color: #67686b;
  border: 1px solid #CCCCCC;
  background-image: none;
  font-size: 16px;
  border-radius: 4px; }
.t7-grid .x-grid-row-editor .x-form-trigger-input-cell .x-form-text {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }
  .t7-grid .x-grid-row-editor .x-form-trigger-input-cell .x-form-text.xn-form-text {
    border-right: 1px solid #CCCCCC;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .t7-grid .x-grid-row-editor .x-form-trigger-input-cell .x-form-text.xn-form-text.grid-field[disabled] {
      background-color: #EEEEEE; }
.t7-grid .x-grid-row-editor .x-item-disabled .x-form-trigger {
  background-color: #EEEEEE;
  opacity: 1; }
.t7-grid .x-grid-row-editor .x-item-disabled .xn-suggestion-box.grid-field[disabled] {
  background-color: #EEEEEE;
  opacity: 1; }
.t7-grid .x-grid-row-editor .x-form-text.x-form-focus {
  border-color: #7eadd9;
  border-right-color: #7eadd9; }
.t7-grid .x-grid-row-editor .x-form-display-field {
  font-size: 18px;
  color: #4a4a4a; }
.t7-grid .x-grid-row-editor .ext-datepicker .x-form-trigger-input-cell {
  width: 90% !important; }
.t7-grid .x-grid-row-editor .ext-datepicker .x-trigger-cell {
  width: 25px !important;
  border-left: 1px solid #CCCCCC; }
.t7-grid .x-grid-row-editor .ext-datepicker .ext-datepicker-trigger {
  background-image: none;
  font-family: fontawesome;
  content: '\f073';
  font-size: 18px;
  width: 25px;
  padding-top: 8px;
  padding-left: 4px; }
  .t7-grid .x-grid-row-editor .ext-datepicker .ext-datepicker-trigger:before {
    font-family: fontawesome;
    content: '\f073'; }
.t7-grid .x-grid-body .x-grid-table-focused-first {
  border: none; }
.t7-grid .x-grid-cell-special {
  background-image: none; }
.t7-grid .x-form-checkbox-focus {
  box-shadow: 0px 0px 8px #7eadd9; }
.t7-grid .x-form-checkbox {
  width: 14px;
  height: 14px; }

.t7-grid .grid-row-action-icon.icon-asterisk {
  font-family: fontawesome;
  content: "\f069";
  font-size: 8px;
  color: #666666; }
  .t7-grid .grid-row-action-icon.icon-asterisk:before {
    font-family: fontawesome;
    content: "\f069";
    font-size: 8px;
    color: #666666; }

/*  DataGrid CSS classes copied from cashplus-theme.css file.
	DataGrid Colors */
.gridContainer {
  background-color: white; }

.gridTable {
  background-color: white;
  color: gray; }
  .gridTable thead {
    background: #FAFAFA url("resources/images/bg_grid_header.png") repeat-x bottom; }
    .gridTable thead tr th {
      color: #878787;
      border-width: 0 1px 1px 0;
      border-style: none solid solid none;
      border-color: transparent #D3D3D3 #D3D3D3 transparent; }
  .gridTable tbody tr {
    height: 24px; }
    .gridTable tbody tr td .viewlink {
      visibility: visible;
      margin-bottom: 5px; }
    .gridTable tbody tr td .editlink, .gridTable tbody tr td .historylink, .gridTable tbody tr td .activitylink {
      visibility: visible; }
    .gridTable tbody tr td .clonelink, .gridTable tbody tr td .enrichlink, .gridTable tbody tr td .infolink {
      visibility: hidden; }
    .gridTable tbody tr:hover {
      background-color: #e3e3e4; }
      .gridTable tbody tr:hover td .viewlink, .gridTable tbody tr:hover td .editlink, .gridTable tbody tr:hover td .historylink, .gridTable tbody tr:hover td .activitylink, .gridTable tbody tr:hover td .clonelink, .gridTable tbody tr:hover td .enrichlink, .gridTable tbody tr:hover td .infolink {
        visibility: visible; }
  .gridTable tfoot {
    background-color: #F5F5F5; }
    .gridTable tfoot tr td {
      border: 1px solid #cdcdcd; }

.navColumn {
  border: 0px transparent none; }

.pageOfPage {
  border: 0px transparent none;
  color: #000000; }

/* DataGrid Pager */
.firstpage {
  font-family: fontawesome;
  content: "\f04a";
  font-size: 14px;
  color: #337ab7; }
  .firstpage:before {
    font-family: fontawesome;
    content: "\f04a";
    font-size: 14px;
    color: #337ab7; }

.nextpage {
  font-family: fontawesome;
  content: "\f0da";
  font-size: 18px;
  color: #337ab7; }
  .nextpage:before {
    font-family: fontawesome;
    content: "\f0da";
    font-size: 18px;
    color: #337ab7; }

.prevpage {
  font-family: fontawesome;
  content: "\f0d9";
  font-size: 18px;
  color: #337ab7; }
  .prevpage:before {
    font-family: fontawesome;
    content: "\f0d9";
    font-size: 18px;
    color: #337ab7; }

.lastpage {
  font-family: fontawesome;
  content: "\f04e";
  font-size: 14px;
  color: #337ab7; }
  .lastpage:before {
    font-family: fontawesome;
    content: "\f04e";
    font-size: 14px;
    color: #337ab7; }

.firstpage_grey {
  font-family: fontawesome;
  content: "";
  font-size: 14px;
  color: #ccc2c2; }
  .firstpage_grey:before {
    font-family: fontawesome;
    content: "\f04a";
    font-size: 14px;
    color: #ccc2c2; }

.nextpage_grey {
  font-family: fontawesome;
  content: "\f0da";
  font-size: 18px;
  color: #ccc2c2; }
  .nextpage_grey:before {
    font-family: fontawesome;
    content: "\f0da";
    font-size: 18px;
    color: #ccc2c2; }

.prevpage_grey {
  font-family: fontawesome;
  content: "\f0d9";
  font-size: 18px;
  color: #ccc2c2; }
  .prevpage_grey:before {
    font-family: fontawesome;
    content: "\f0d9";
    font-size: 18px;
    color: #ccc2c2; }

.lastpage_grey {
  font-family: fontawesome;
  content: "\f04e";
  font-size: 14px;
  color: #ccc2c2; }
  .lastpage_grey:before {
    font-family: fontawesome;
    content: "\f04e";
    font-size: 14px;
    color: #ccc2c2; }

/* hoverTable */
.hoverTable tbody tr:hover {
  background-color: #a4d4e2; }
.hoverTable tbody tr td {
  border-bottom: 1px dotted #BEBEBE; }

/* tree grid */
.treeContainer {
  background-color: white;
  border: 1px solid #8c8c8c; }

.treeGrid {
  border-width: 0px;
  border-style: none; }
  .treeGrid thead {
    background: #ececec 0 0 no-repeat scroll none; }
    .treeGrid thead th {
      color: #000000;
      font-weight: bold; }

/* simple grid */
.simpleTable, .userTable {
  background-color: white;
  border: 1px solid #BABABA; }

/*user Grid*/
.simpleTable td {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; }

.odd_column {
  background-color: #EFEFEF; }

.even_column {
  background-color: #fff; }

/* list styles */
.squarebullets {
  list-style: none;
  padding: 0;
  margin: 0; }
  .squarebullets li {
    background: transparent url("resources/images/bullet.gif") left center no-repeat;
    padding: 0 0 0 16px; }

/* action menu */
.actions_menu a:hover, .actions_menu a:active {
  background-color: #f3f3f3; }

/*  DataGrid CSS classes END*/
.t7-grid .x-grid-row-editor .x-form-trigger-input-cell .x-trigger-noedit.x-form-text {
  border-right: 0px !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

/* Liquidity T7 changes start */
.ft-border-top {
  border-top: 1px solid #eaeaea; }

.ft-border-right {
  border-right: 1px solid #eaeaea; }

.ft-border-bottom {
  border-bottom: 1px solid #eaeaea; }

.ft-border-left {
  border-left: 1px solid #eaeaea; }

.ft-grid-header.x-panel {
  border: 1px solid #ddd;
  border-radius: 4px; }
  .ft-grid-header.x-panel .x-panel-header.x-header {
    background-color: #f5f5f5;
    padding: 15px;
    line-height: 25px;
    border: none;
    border-bottom: 1px solid #ddd !important;
    background-image: none; }
    .ft-grid-header.x-panel .x-panel-header.x-header .x-panel-header-body {
      line-height: 25px; }
    .ft-grid-header.x-panel .x-panel-header.x-header .x-panel-header-text-container {
      color: #4a4a4a;
      font-size: 20px;
      font-weight: normal;
      padding-left: 0px;
      line-height: 25px; }
  .ft-grid-header.x-panel .ft-grid-body {
    padding: 10px 15px 15px;
    border: none; }
    .ft-grid-header.x-panel .ft-grid-body .ft-grid .x-layout-fit.x-grid-body {
      overflow: hidden !important; }
    .ft-grid-header.x-panel .ft-grid-body .ft-grid .x-column-header-inner {
      height: auto; }
  .ft-grid-header.x-panel .x-tree-icon-parent, .ft-grid-header.x-panel .x-grid-tree-node-expanded .x-tree-icon-parent, .ft-grid-header.x-panel .x-tree-icon-leaf {
    background-image: none; }
  .ft-grid-header.x-panel .x-tree-icon {
    width: 0px;
    height: 0px; }
  .ft-grid-header.x-panel .x-tree-elbow-img {
    width: 19px; }
  .ft-grid-header.x-panel .x-tree-node-text {
    font-size: 18px;
    line-height: 26px;
    padding-left: 8px; }

.ft-ux-grid-header.x-panel {
  border: 1px solid #ddd;
  border-radius: 4px; }
  .ft-ux-grid-header.x-panel .x-panel-header.x-header {
    background-color: #fff;
    padding: 15px;
    line-height: 25px; }
    .ft-ux-grid-header.x-panel .x-panel-header.x-header .x-panel-header-text-container {
      padding-left: 20px;
      line-height: 25px; }
    .ft-ux-grid-header.x-panel .x-panel-header.x-header .x-panel-header-text {
      color: #4a4a4a;
      top: 4px !important;
      font-size: 20px;
      font-weight: normal;
      line-height: 25px; }
    .ft-ux-grid-header.x-panel .x-panel-header.x-header .x-tool.x-tool-after-title {
      left: 0px !important;
      top: 2px !important;
      background-image: none;
      color: #4a4a4a;
      font-size: 18px; }
      .ft-ux-grid-header.x-panel .x-panel-header.x-header .x-tool.x-tool-after-title .x-tool-img {
        display: none; }
      .ft-ux-grid-header.x-panel .x-panel-header.x-header .x-tool.x-tool-after-title:before {
        content: "\f0d8";
        font-family: fontawesome; }
  .ft-ux-grid-header.x-panel.x-collapsed .x-panel-header.x-header .x-tool.x-tool-after-title:before {
    font-family: fontawesome;
    content: "\f0d7"; }
  .ft-ux-grid-header.x-panel .ft-ux-body.x-panel-body {
    padding: 15px; }
  .ft-ux-grid-header.x-panel .xn-form-trigger {
    background: transparent url(resources/images/T7/dropdown_arrow.png) center no-repeat;
    background-position: right center;
    padding: 0px;
    margin: 0px;
    height: 36px;
    width: 16px;
    border-width: 1px 1px 1px 0px;
    border: 1px solid #CCCCCC;
    border-left: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .ft-ux-grid-header.x-panel .xn-form-field {
    border-right: 0px !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .ft-ux-grid-header.x-panel label {
    font-weight: normal; }

/* Liquidity T7 changes end */
/* Data Grid CSS Starts */
/* Main DataGrid */
.tableContainer table tbody tr td {
  padding: 4px 0 4px 0;
  border-width: 0px;
  line-height: normal; }

.gridContainer {
  padding: 0px;
  overflow: auto;
  border-collapse: collapse;
  border-top: none;
  width: 100%; }

.gridTable {
  min-width: 100%;
  table-layout: fixed; }
  .gridTable tbody {
    background-color: #f1f1f1; }
    .gridTable tbody tr {
      border-bottom: 2px solid #fff; }

.gridTable thead tr th {
  text-align: left;
  background: #00205b;
  color: #fff;
  padding: 11px 6px;
  height: 35px;
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
  border-width: 0px 1px 0px 0px;
  border-color: #fff; }

.gridTable tbody tr, thead tr {
  height: 24px; }

.gridTable tbody tr td {
  padding: 12px 10px 11px;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 18px;
  border-width: 0px 1px 0px 0px;
  border-color: #fff;
  border-style: solid;
  height: 31px; }

.gridTable tbody tr td .linkbox {
  border-width: 0;
  margin: 0px 2px; }

.gridTable tfoot tr td {
  height: 32px;
  padding: 0 4px 0 4px;
  vertical-align: middle;
  white-space: nowrap; }

.gridTable tfoot tr td {
  padding: 0px 4px 0 4px; }

.gridTable_header {
  height: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #e3e3e4;
  padding-left: 20px;
  padding-top: 5px;
  margin-bottom: 5px; }

.ux_datagridpaging {
  background-color: #f5f5f5; }

.navColumn a {
  margin-right: 10px; }

/* Data Grid CSS ends */
/*  DataGrid CSS classes END*/
.t7-grid .x-grid-body {
  min-height: 33px;
  height: inherit !important; }
  .t7-grid .x-grid-body .x-box-inner {
    min-height: 33px;
    height: inherit !important; }

/*******Roles Temporary Grid Style**********/
.view-grid .view-grid-section-header {
  background-color: #e3e3e4;
  color: #4a4a4a;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 5px;
  font-weight: bold; }
.view-grid .view-grid-header .view-grid-header-text {
  padding: 8px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #00205b;
  border: 1px solid #fff;
  font-weight: bold;
  white-space: nowrap; }
.view-grid .view-grid-body {
  background-color: #f1f1f1;
  border-bottom: 2px solid #fff; }
  .view-grid .view-grid-body .row {
    margin-right: 0px;
    margin-left: 0px;
    border-bottom: 2px solid #fff; }
  .view-grid .view-grid-body .view-grid-body-content {
    font-size: 18px;
    color: #4a4a4a;
    padding: 12px 10px 11px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #fff;
    line-height: 26px; }
    .view-grid .view-grid-body .view-grid-body-content i {
      line-height: inherit; }

::-webkit-scrollbar-corner {
  background-color: #f1f1f1; }

.xn-checked-disabled-row {
  opacity: .5; }

.x-nlg .x-grid .x-grid-row-selected .x-grid-cell-special {
  background-image: none; }

.x-grid .x-grid-cell.amountCol {
  padding: 7px 10px 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 1px 3px 0px; }
  .x-grid .x-grid-cell.amountCol .x-grid-cell-inner {
    padding: 4px 10px;
    background-color: #fff;
    height: 36px;
    color: #4a4a4a;
    background-image: none;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    border-radius: 4px; }
.x-grid .amountField {
  width: 119px !important; }

.refresh-icon {
  font-size: 18px;
  color: #4a4a4a; }
  .refresh-icon:hover {
    color: #4a4a4a; }

.t7-popup .x-toolbar-default {
  background-image: none !important; }

.ui-dialog {
  display: block;
  color: #666666;
  border: solid #fff thin;
  background-color: #fff;
  margin: 40px auto;
  padding: 0px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .ui-dialog textarea {
    font-size: 16px;
    color: #4a4a4a; }
  .ui-dialog .ui-dialog-titlebar {
    background-color: #fff;
    font-size: 23px;
    /*Changes done due to popup header standardization */
    font-weight: 100;
    border-radius: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px; }
  .ui-dialog .ui-button {
    background-color: #00205B;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 11px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    line-height: 13px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .ui-dialog .ui-button .ui-button-text {
      line-height: 14px; }
    .ui-dialog .ui-button:hover, .ui-dialog .ui-button:focus {
      background-color: #00205B; }
  .ui-dialog .ui-button-next {
    background-color: #00205b; }
    .ui-dialog .ui-button-next:hover, .ui-dialog .ui-button-next:focus {
      background-color: #00205b; }
  .ui-dialog .ui-dialog-buttonpane {
    height: 55px;
    background-color: #fff;
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: 0px 0px 0px 0px;
    padding: 12px 12px 12px 12px; }
  .ui-dialog .ui-dialog-titlebar-close {
    background-image: none;
    top: 32%;
    padding: 0px;
    margin-right: 5px; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon {
      text-indent: 0px;
      width: 16px;
      height: 28px; }
    .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick:before {
      font-family: fontawesome;
      content: '\f057';
      color: #4a4a4a;
      font-size: 18px; }
    .ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
      font-weight: normal; }
  .ui-dialog .ui-dialog-buttonpane button:disabled {
    cursor: default;
    background-color: #86B5CE; }

.hide-title-bar {
  padding: 0px 0px 0px 0px;
  /*padding changes done Under popup standardization for no-title bar popups*/
  border-color: #5d99b5;
  box-shadow: #5d99b5 0px 0px 6px 0px;
  background: white; }
  .hide-title-bar .ui-dialog-titlebar {
    display: none; }
  .hide-title-bar .ui-dialog-buttonpane {
    background: white; }

/*---Popup styling:start---*/
.t7-popup .x-window-header-default-top {
  background-color: #e3e3e4;
  font-size: 20px;
  font-weight: 100;
  padding: 12px;
  position: relative;
  border-radius: 0px; }
.t7-popup .x-header-body {
  margin-top: 0px; }
.t7-popup .x-window-header-text {
  font-size: 16px;
  color: #666666;
  font-weight: normal; }
.t7-popup.x-window-default, .t7-popup .x-window-body-default {
  background-color: #fff; }
.t7-popup.x-message-box .x-window-body {
  background-color: #fff;
  font-size: 14px; }
.t7-popup .x-form-display-field {
  font-size: 14px; }
.t7-popup .x-btn-default-small, .t7-popup .x-btn-default-toolbar-small {
  background-color: #00205B;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto;
  background-image: none;
  color: #fff;
  font-size: 11px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  line-height: 13px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .t7-popup .x-btn-default-small .x-btn-inner, .t7-popup .x-btn-default-toolbar-small .x-btn-inner {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
    color: #fff; }
.t7-popup .x-form-cb-checked .x-form-checkbox {
  background-image: url(resources/images/T7/checked.png);
  background-position: initial; }

/*---Popup styling:end---*/
.ui-dialog .ui-dialog-title {
  float: left;
  line-height: 24px;
  margin: 0px;
  font-weight: normal;
  color: #4a4a4a; }

.t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small {
  width: 70px; }
  .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small .x-btn-button {
    height: initial; }
  .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:first-child {
    background-color: #00205b;
    padding: 6px 12px;
    border-radius: 4px;
    right: 15px !important;
    left: auto !important; }
    .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:first-child .x-btn-inner {
      line-height: 13px;
      font-size: 12px;
      color: #fff; }
    .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:first-child:hover {
      background-color: #00205b; }
    .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:first-child:focus {
      background-color: #00205b; }
  .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:last-child {
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid #4a4a4a;
    right: auto !important;
    left: 15px !important; }
    .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:last-child .x-btn-inner {
      font-size: 12px;
      line-height: 13px;
      color: #4a4a4a; }
    .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:last-child:hover {
      background-color: #fff;
      box-shadow: 1px 1px 0px 0px #4a4a4a; }
    .t7-popup.x-window .x-toolbar-footer .x-btn.x-btn-default-small:last-child:focus {
      background-color: #fff;
      box-shadow: 1px 1px 0px 0px #4a4a4a; }
.t7-popup .x-form-field {
  font-size: 16px;
  color: #4a4a4a; }
.t7-popup .x-tool-after-title {
  padding-left: 10px; }
.t7-popup.x-window .x-window-header-body-horizontal {
  padding-left: 0px;
  height: 30px; }

.x-window .ux_panel-background.x-panel-default {
  background-color: #fff;
  padding: 10px !important; }
.x-window .ux_panel-background .x-panel-body {
  background: #fff; }
.x-window .ux_panel-background .x-form-text {
  background-color: transparent;
  background-image: none;
  font-size: 14px;
  color: #676767;
  padding: 6px 10px;
  height: 90px; }

.x-window .ux_panel-background .ux_font-size16 {
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  color: #676767;
  top: auto !important;
  left: 0px !important; }
.x-window .ux_font-size16 {
  font-size: 16px;
  font-weight: bold;
  color: #005d82;
  top: auto !important;
  left: 0px !important; }
.x-window .x-window-body-default, .x-window .x-window-header-default-top, .x-window .x-window-default {
  position: relative;
  border: 0;
  padding: 15px;
  background-color: #fff;
  zoom: 1; }

.x-window.x-window-default {
  display: block;
  color: #666666;
  border: solid #fff thin;
  background-color: #fff;
  margin: 40px auto;
  padding: 0px;
  border-radius: 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .x-window.x-window-default .x-window-header-default-top {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5 !important; }

.x-window-body-default, .x-window-header-default-top, .x-window-default {
  position: relative;
  border: 0;
  padding: 12px;
  background-color: #fff;
  zoom: 1; }

.x-window .x-window-header-body-horizontal {
  background-color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding: 0px;
  border-radius: 0px;
  padding-right: 0px; }

.ux_window-position .x-window-body-default {
  border: none; }
.ux_window-position .x-toolbar {
  padding: 10px; }
.ux_window-position .ux_no-padding .x-toolbar {
  padding: 0px; }
.ux_window-position .x-img {
  border: 1px solid #00205b; }

.x-window-header-default .x-tool .x-tool-img {
  background-image: none;
  top: 40%;
  background-color: transparent;
  vertical-align: baseline; }

.x-panel-ghost .x-panel-header {
  display: none; }

.x-window-header-default-horizontal .x-tool-after-title {
  left: auto !important;
  float: right;
  right: 0px !important;
  top: 5px !important;
  width: 24px !important;
  height: 24px !important; }
  .x-window-header-default-horizontal .x-tool-after-title:before {
    font-family: fontawesome;
    content: '\f057';
    color: #4a4a4a;
    font-size: 18px; }

.x-window .ux_font-size12 {
  font-size: 14px;
  font-weight: 100; }
.x-window .x-window-header-text-default {
  font-size: 23px;
  float: left;
  color: #4a4a4a;
  font-weight: normal;
  margin: 0px 16px 0px 0px;
  line-height: 1.42857; }

.ux_window-position.x-window-default {
  top: 30px !important; }

.widget-popup-header.x-panel-default {
  border-bottom: 1px solid #e5e5e5; }
  .widget-popup-header.x-panel-default .xn-suggestion-box {
    overflow: hidden; }

.settings-popup {
  font-size: 14px; }
  .settings-popup .x-window-body-default {
    border: none;
    padding: 12px; }
  .settings-popup .x-toolbar.x-docked-bottom .x-box-inner a:last-child {
    background-color: #00205b;
    border: 1px solid transparent;
    border-radius: 4px; }
    .settings-popup .x-toolbar.x-docked-bottom .x-box-inner a:last-child .x-btn-inner {
      color: #fff;
      font-size: 12px; }
    .settings-popup .x-toolbar.x-docked-bottom .x-box-inner a:last-child:hover {
      background-color: #00205b;
      box-shadow: none; }
    .settings-popup .x-toolbar.x-docked-bottom .x-box-inner a:last-child:focus {
      background-color: #00205b;
      box-shadow: none; }
  .settings-popup .x-toolbar.x-docked-bottom .x-box-inner a:first-child:hover {
    background: #fff;
    box-shadow: #4a4a4a 1px 1px 0px 0px; }
  .settings-popup .x-toolbar.x-docked-bottom .x-box-inner a:first-child:focus {
    background: #fff;
    box-shadow: #4a4a4a 1px 1px 0px 0px; }
  .settings-popup .x-toolbar.x-docked-bottom .x-btn-default-toolbar-small {
    background-color: transparent;
    border: 1px solid #4a4a4a; }
    .settings-popup .x-toolbar.x-docked-bottom .x-btn-default-toolbar-small:hover {
      background-color: transparent; }
  .settings-popup .x-form-cb-label {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    display: inline-block;
    padding-left: 6px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  .settings-popup .x-window-item {
    padding: 0px; }
  .settings-popup .x-form-cb-checked .x-form-checkbox {
    line-height: 13px;
    background-image: url(resources/images/T7/checked.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    padding-right: 5px; }
  .settings-popup .x-form-checkbox {
    line-height: 13px;
    background-image: url(resources/images/T7/checkbox.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: 0px 0px;
    padding-right: 5px; }
  .settings-popup .x-form-radio {
    margin-top: 5px; }
  .settings-popup .x-form-cb-checked .x-form-radio {
    margin-top: 5px; }
  .settings-popup .xn-custom-arrow-button.x-btn {
    padding: 0px;
    background-color: transparent;
    margin: 4px 4px; }
    .settings-popup .xn-custom-arrow-button.x-btn .x-btn-glyph {
      background: transparent url(resources/images/T7/caret-black.png) no-repeat;
      opacity: 1;
      font-size: 0px; }
    .settings-popup .xn-custom-arrow-button.x-btn.x-btn-default-small .x-btn-arrow {
      background-image: none; }
  .settings-popup .ux_dropdown.xn-custom-arrow-button.x-btn {
    padding: 0px !important;
    margin: 0px;
    border-width: 1px 1px 1px 0px !important;
    border: 1px solid #CCCCCC;
    border-left: 0px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .settings-popup .ux_dropdown.xn-custom-arrow-button.x-btn .x-btn-glyph {
      background: transparent url(resources/images/T7/dropdown_arrow.png) no-repeat;
      opacity: 1;
      font-size: 0px;
      padding-top: 32px;
      background-position: right center; }
    .settings-popup .ux_dropdown.xn-custom-arrow-button.x-btn.x-btn-default-small .x-btn-arrow {
      background-image: none; }
    .settings-popup .ux_dropdown.xn-custom-arrow-button.x-btn .x-btn-button {
      margin: 0px !important;
      padding: 0px !important; }
  .settings-popup .xn-suggestion-box.xn-form-text {
    padding: 2px 10px;
    font-size: 14px; }
  .settings-popup .xn-form-text {
    height: 25px;
    font-size: 14px; }
    .settings-popup .xn-form-text .x-form-text {
      background-color: #fff; }
  .settings-popup .xn-form-trigger {
    background: transparent url(resources/images/T7/dropdown_arrow.png) center no-repeat;
    background-position: right center;
    padding: 0px;
    margin: 0px;
    height: 36px;
    width: 25px;
    border-width: 1px 1px 1px 0px;
    border: 1px solid #CCCCCC;
    border-left: 0px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .settings-popup .x-trigger-cell {
    width: 25px !important; }
  .settings-popup .xn-form-field.w4 {
    padding: 0px 0px 0px 7px;
    width: 2em !important; }
  .settings-popup .x-toolbar {
    border: none;
    padding: 12px; }
  .settings-popup .ux_padding0060 {
    padding-bottom: 6px; }
  .settings-popup .x-btn-default-small-over {
    background-color: #00205b; }
  .settings-popup .ft-button-secondary.x-btn-default-small {
    background-color: #00205B; }
  .settings-popup .ft-button-secondary.x-btn-default-small-over {
    background-color: #00205B; }
  .settings-popup .x-toolbar {
    background-color: #fff; }
  .settings-popup .settings-ui-caret .x-btn-wrap {
    display: none; }
  .settings-popup .x-form-trigger-input-cell .x-form-field, .settings-popup input.form-control, .settings-popup select.form-control {
    height: 36px; }
  .settings-popup input[type="text"] {
    height: 36px; }
  .settings-popup .xn-dropdown-box.x-form-text {
    background-image: url(resources/images/T7/dropdown_arrow.png);
    background-position: right center;
    background-repeat: no-repeat; }

.t7-popup .btn.x-btn.x-btn-default-small, .background .btn.x-btn.x-btn-default-small {
  width: auto !important;
  padding: 0px;
  background-color: transparent; }

.alignCenter {
  text-align: center;
  background-color: #FAFAFA; }

.t7-popup .t7-grid .x-btn-default-toolbar-small, .t7-popup .t7-grid .x-btn-default-toolbar-small-over {
  background-color: transparent; }
.t7-popup .t7-grid .xn-close-button.x-btn-default-toolbar-small .x-btn-inner {
  color: #00205b; }

.ux_window-position .add-wgt {
  left: 92% !important; }

/*
==============================
Popup standardization classes.
=============================
*/
.ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav .ui-dialog-titlebar-close {
  width: 24px;
  height: 24px;
  right: 0px;
  margin-right: 0px;
  top: 0px; }
  .ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav .ui-dialog-titlebar-close:hover {
    padding: 1px;
    width: 24px;
    height: 24px;
    background-position: -29px -198px; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  background: none; }

.ui-dialog .row {
  margin-left: -12px;
  margin-right: -12px; }
  .ui-dialog .row .row {
    margin-left: -10px;
    margin-right: -10px; }

.single-payment-template.ux-dialog .col-sm-3 {
  padding-left: 15px;
  padding-right: 15px; }

.ft-content-pane-scroll {
  overflow-x: hidden;
  overflow-y: visible;
  max-height: 490px; }

.single-payment-template .ft-content-pane-scroll {
  overflow-x: hidden;
  overflow-y: visible;
  height: 200px; }

.ft-dialog-content-padding-lrb {
  padding: 0px 12px 12px 12px;
  font-size: 14px; }

.ft-grid-padding {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: -12px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 15px;
  font-size: 16px;
  background: none;
  overflow-y: hidden;
  zoom: 1; }

/*
This is creating an issue in batch payment add account popup grid 
.ui-dialog-content .t7-grid .x-panel-default {
  overflow-y: visible;
}*/
.t7-popup .x-toolbar-footer {
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-left: 0px;
  background-color: #fff; }
.t7-popup .x-portlet {
  margin-bottom: 10px;
  margin: 0px 8px 0 0 !important; }
.t7-popup .x-window-header-default-horizontal .x-tool-after-title {
  /* For Generalized Security module popup */
  left: auto !important;
  float: right;
  right: 10px !important;
  top: 5px !important;
  width: 24px !important;
  height: 24px !important; }

.x-window .x-window-body-default .x-window-header-default-top, .x-window-default .x-toolbar-footer {
  margin-top: 0px;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: #fff; }

.x-window-default .x-toolbar-footer {
  border-top: 1px solid #e5e5e5 !important; }

.x-window .x-toolbar-footer .x-btn.x-btn-default-small {
  width: auto !important; }

.t7-popup .x-window-header-text-container-default, .x-window .x-window-header-text-container-default {
  padding: 0px 2px 0px 0px; }

.x-window .ft-button-secondary.x-btn-default-small-over {
  /* For secondary button color change on hover */
  background-color: #00205B; }
.x-window .x-toolbar-footer.x-toolbar-docked-bottom .x-btn-default-small-over:last-child {
  /* For primary button color change on hover */
  background-color: #00205b; }

.ui-dialog-buttonpane .ui-dialog-buttonset button {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  height: 24px; }

.x-window-header-default-horizontal .x-tool-after-title .x-tool-img:hover {
  background-image: url(resources/images/T7/iconsmore.png);
  width: 24px;
  height: 24px;
  top: 40%;
  background-position: -29px -198px; }

.popup-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.popup-long-textWrap {
  word-wrap: break-word; }

/* TODO :: This need to be modify */
.ft-padding-bottom {
  padding-bottom: 12px; }

.formgroup-adv {
  width: 45px; }

.col-sm-2.col-sm-2-formgroup-adv {
  width: 58px;
  padding-left: 12px;
  padding-right: 3px; }

.col-sm-4.col-sm-4-formgroup-adv {
  padding-left: 5px;
  width: 186px; }

.t7-popup .t7-grid .x-btn-default-toolbar-small:first-child {
  padding-left: 5px; }

/*TODO:remove these specfic class*/
.typecode-settings.ux-dialog.ui-dialog-content {
  padding-bottom: 0px; }

.ui-dialog .row .ft-rowMargin {
  margin-left: -12px;
  margin-right: -12px; }

.clearlink-a a:hover {
  color: #23527c;
  text-decoration: underline; }

/*TODO:remove these specfic class*/
.typecode-combo {
  width: 240px; }

.privilege-label {
  color: #005d82;
  background-color: #d0eaf4;
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 5px !important;
  height: 30px; }

.privilege .red-bg .x-panel-body {
  background-color: #f1f1f1;
  border-right: 0px; }
.privilege .whitetext {
  color: #FAFAFA;
  background-color: #FAFAFA;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 25px; }
.privilege .cellContent {
  text-align: center;
  border-left: none;
  border-right: 1px solid #fff;
  background-color: transparent;
  height: 25px; }

.brprivilege .whitetext {
  color: #FAFAFA;
  background-color: #FAFAFA;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 25px; }
.brprivilege .cellContent {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #FAFAFA; }

.adminprivilege .whitetext {
  color: #FAFAFA;
  background-color: #FAFAFA;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 25px; }
.adminprivilege .cellContent {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #FAFAFA;
  height: 25px; }

.privilege .mainHeader {
  text-align: center;
  background-color: #d0eaf4; }

.privilege-admin-rights {
  font-weight: normal;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }

.privilege .privilege-grid-even {
  background-color: #f1f1f1; }

.privilege .privilege-grid-odd {
  background-color: #fff; }

.privilege-grid-header {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 14px; }

.privilege-grid-main-header {
  border-right: 1px solid #fff; }

.privilege-grid-type-label {
  text-align: left; }

/*TODO:remove this styling*/
.br-privilege-type {
  width: 224px; }

.privilege .cellContent:last-child {
  text-align: center;
  border-left: 0px;
  border-right: 0px;
  background-color: transparent; }

.privilege .privilege-grid-odd:last-child {
  border-right-color: #fff;
  background-color: #fff; }

.privilege .privilege-grid-even:last-child {
  background-color: #f1f1f1; }

.privilege .whitetext:last-child {
  border-left: 0px;
  border-right: 0px;
  height: 25px; }

.privilege-sub-label .x-form-cb {
  margin-top: 2px; }

.ft-disclaimer-font-size {
  font-size: 14px; }

.receiverSelectionPopupSelector .x-toolbar .x-btn-default-toolbar-small:first-child {
  padding-left: 5px; }

.privilege label.granular-privilege-label {
  color: #005d82;
  background-color: #d0eaf4;
  margin-bottom: 0px !important;
  padding-top: 5px !important;
  height: 66px; }

.xn-popup .gran-privilege.privilege label.granular-privilege-label {
  position: static !important;
  line-height: 1.3;
  display: table-cell;
  padding-top: 0px !important;
  vertical-align: middle; }

.granular-privilege-type {
  width: 310px; }

.granular-payprivilege-type {
  width: 400px; }

.x-gecko .granular-payprivilege-type {
  width: 405px; }

.label-lineHeight {
  line-height: 2.5; }

.granular-loanprivilege-type {
  width: 335px; }

.x-gecko .granular-loanprivilege-type {
  width: 341px; }

.granular-accnt-privilege-headers {
  width: 105px !important; }

.granular-obli-privilege-headers {
  width: 95px !important; }

.granular-privilege-headers {
  width: 90px !important; }

.granular-privilege-main-headers {
  width: 90px !important; }

.x-gecko .granular-privilege-main-headers {
  width: 96px !important; }

.x-gecko .granular-privilege-headers {
  width: 96px !important; }

.granular-privilege-templateHeaders {
  width: 120px; }

.granular-privilege-account-header {
  border-right: 1px solid #fff; }

.granular-privilege-accountno {
  width: 160px; }

.privilege .granular-cellContent {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff; }
  .privilege .granular-cellContent:last-child {
    text-align: center;
    border-left: 0px;
    border-right: 0px;
    width: 90px; }

.granular-autocompleter {
  width: 235px !important;
  height: 24px;
  font-size: 14px; }

.granular-autocompleterLarge {
  width: 245px !important;
  height: 24px;
  font-size: 14px; }

.privilege .red-bg1 .x-panel-body {
  background-color: #fff; }

.privilege .red-bg1 .x-panel-body .cellContent {
  background-color: #fff; }

/* dashboard settings popup */
/* New Class for header */
.settings-popup .x-window-header-body-horizontal {
  padding: 0px; }
.settings-popup .x-window-header-default-top {
  border: 0px; }
.settings-popup .x-form-checkboxgroup-body {
  padding: 0px; }

/* New Class to remove header's border */
.t7-grid .grid-row-action-icon.icon-account:before {
  font-family: fontawesome;
  content: "\f031";
  font-size: 14px;
  color: #337ab7;
  /*To be verified*/ }
.t7-grid .grid-row-action-icon.icon-transaction:before {
  font-family: fontawesome;
  content: "\f031";
  font-size: 14px;
  color: #337ab7;
  /*To be verified*/ }
.t7-grid .grid-row-action-icon.icon-account {
  font-family: fontawesome;
  content: "\f031";
  font-size: 14px;
  color: #337ab7;
  /*To be verified*/ }
.t7-grid .grid-row-action-icon.icon-transaction {
  font-family: fontawesome;
  content: "\f022";
  font-size: 14px;
  color: #337ab7;
  /*To be verified*/ }

.sleek-tansaction {
  color: #FFCC66; }

.ux-dialog .additional-info-label .x-form-display-field,
.x-windows-viewPopup .additional-info-label .x-form-display-field {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: normal;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 17px;
  margin-top: 3px; }

.x-windows-viewPopup table td {
  width: auto; }

.x-windows-viewPopup .additional-info-label .x-form-display-field {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.t7-popup-button-right-align {
  left: 90% !important;
  right: 14px !important; }

.ui-dialog .ui-dialog-titlebar .ui-corner-all, .ui-dialog .ui-tabs .ui-corner-all {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.borderPanel-section-line {
  width: 710px;
  margin: 0px 12px 12px 12px;
  left: 12px; }

.x-windows-viewPopup .borderPanel-section-line {
  width: 710px;
  margin: 0px 12px 12px 0px;
  left: 12px; }

.additional-info-detail, .txnDetails-displayfield {
  margin: 0px 10px 12px 10px; }

.x-windows-viewPopup .txnDetails-displayfield {
  margin: 0px 12px 12px 0px; }
.x-windows-viewPopup .left-margin {
  margin-left: -2px; }
.x-windows-viewPopup .x-window-body-default {
  padding: 24px 12px 24px 12px; }

.adv_filter_date_menu {
  height: 21px; }
  .adv_filter_date_menu label {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 190px;
    white-space: nowrap; }

.widget_date_menu {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 190px;
  white-space: nowrap; }

.adv_filter_date_menu a {
  top: -8px; }

.xn-popup .wgt-confirm-text {
  font-weight: normal;
  color: #00205b; }

.ft-extraLargeMarginR {
  margin-right: 24px !important; }

.ft-smallMargin-left {
  margin-left: 8px; }

.ft-smallMargin-right {
  margin-right: 8px; }

.ft-extraLargeMargin-right {
  margin-right: 16px; }

.ft-extraLargeMargin-left {
  margin-left: 16px; }

.ft-largeMargin-left {
  margin-left: 14px; }

.ft-largeMargin-right {
  margin-right: 24px !important; }

/*Transaction Initiation Screen - Payment Method Section*/
.single-payment-template-method-center.col-sm-12, .single-payment-template-defined-center.col-sm-12 {
  width: 98% !important; }

/*#########################################*/
/*###### Ext popup styling:Start ##########*/
/*#########################################*/
/*popup header*/
.xn-popup .x-window-header-default-top {
  background-color: #fff;
  font-size: 23px;
  font-weight: 100;
  padding: 15px;
  position: relative;
  border-radius: 0px; }
.xn-popup .x-window-header-default-horizontal .x-tool-after-title .x-tool-img:hover {
  background-image: url(resources/images/T7/iconsmore.png);
  background-position: -29px -198px; }
.xn-popup .x-window-body-default {
  background-color: #fff;
  padding: 15px; }
.xn-popup label {
  color: #666666;
  font-size: 14px; }
.xn-popup .x-form-display-field {
  font-size: 14px;
  color: #666666;
  margin-top: 2px; }
.xn-popup .x-toolbar-docked-bottom {
  padding: 15px;
  margin-right: -12px;
  background-color: #fff;
  border-top: 1px solid #CCCCCC !important;
  background-image: none; }
  .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn {
    background-color: #00205b;
    color: #fff;
    border: 1px solid transparent; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn .x-btn-inner {
      color: #fff; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn:hover, .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn:focus {
      background-color: #00205b;
      box-shadow: none; }
  .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn.x-btn-default-toolbar-small-over {
    background-color: #00205b;
    box-shadow: none; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn.x-btn-default-toolbar-small-over .x-btn-inner {
      color: #fff; }
  .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn.x-btn-default-toolbar-small-focus {
    background-color: #00205b;
    box-shadow: none; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-primary.x-btn.x-btn-default-toolbar-small-focus .x-btn-inner {
      color: #fff; }
  .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-link.x-btn {
    background-color: transparent;
    color: #00205B;
    border: none;
    padding-left: 0px;
    padding-right: 0px; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-link.x-btn .x-btn-inner {
      color: #00205B;
      font-size: 14px; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-link.x-btn .x-btn-default-toolbar-small-over {
      background-color: transparent; }
      .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-link.x-btn .x-btn-default-toolbar-small-over .x-btn-inner {
        color: #00205B;
        text-decoration: underline; }
  .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-button-dark.x-btn.x-btn-default-toolbar-small-over {
    background-color: #4a4a4a; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-button-dark.x-btn.x-btn-default-toolbar-small-over .x-btn-inner {
      color: #fff; }
  .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-light.x-btn {
    background-color: #fff;
    border: 1px solid #4a4a4a; }
    .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-light.x-btn:hover, .xn-popup .x-toolbar-docked-bottom.x-docked-bottom .ft-btn-light.x-btn:focus {
      background: #fff;
      box-shadow: 1px 1px 0px 0px #4a4a4a; }
.xn-popup .x-docked-bottom .x-box-inner a {
  /* This is creating problem on User activity details popup grid pagination hence commented */
  /*&:hover {
    background-color: $secondaryBtnHover;
  }*/ }
  .xn-popup .x-docked-bottom .x-box-inner a:last-child {
    background-color: #fff;
    border: 1px solid #4a4a4a; }
    .xn-popup .x-docked-bottom .x-box-inner a:last-child:hover, .xn-popup .x-docked-bottom .x-box-inner a:last-child:focus {
      background: #fff;
      box-shadow: #4a4a4a 1px 1px 0px 0px; }
.xn-popup .x-toolbar-docked-bottom .x-btn-toolbar {
  padding: 6px 12px;
  margin-right: 12px !important; }
.xn-popup .x-toolbar-docked-bottom .ft-button-primary.x-btn.x-btn-default-toolbar-small {
  background-color: #00205b;
  border: 1px solid #00205b; }
  .xn-popup .x-toolbar-docked-bottom .ft-button-primary.x-btn.x-btn-default-toolbar-small .x-btn-inner {
    color: #fff; }
  .xn-popup .x-toolbar-docked-bottom .ft-button-primary.x-btn.x-btn-default-toolbar-small.x-btn-default-toolbar-small-over {
    background-color: #00205b; }
    .xn-popup .x-toolbar-docked-bottom .ft-button-primary.x-btn.x-btn-default-toolbar-small.x-btn-default-toolbar-small-over .x-btn-inner {
      color: #fff; }
  .xn-popup .x-toolbar-docked-bottom .ft-button-primary.x-btn.x-btn-default-toolbar-small.x-btn-default-toolbar-small-focus {
    background-color: #00205b; }
    .xn-popup .x-toolbar-docked-bottom .ft-button-primary.x-btn.x-btn-default-toolbar-small.x-btn-default-toolbar-small-focus .x-btn-inner {
      color: #fff; }
.xn-popup .x-toolbar-docked-bottom .ft-button-light.x-btn.x-btn-default-toolbar-small {
  background-color: #fff;
  border: 1px solid #4a4a4a; }
  .xn-popup .x-toolbar-docked-bottom .ft-button-light.x-btn.x-btn-default-toolbar-small .x-btn-inner {
    color: #4a4a4a; }
  .xn-popup .x-toolbar-docked-bottom .ft-button-light.x-btn.x-btn-default-toolbar-small.x-btn-default-toolbar-small-over {
    background-color: #fff; }
    .xn-popup .x-toolbar-docked-bottom .ft-button-light.x-btn.x-btn-default-toolbar-small.x-btn-default-toolbar-small-over .x-btn-inner {
      color: #4a4a4a; }
.xn-popup .x-toolbar-docked-bottom .x-btn-default-toolbar-small .x-btn-inner {
  padding: 0px; }
.xn-popup .x-btn-default-toolbar-small {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto;
  background-image: none;
  color: #fff;
  font-size: 11px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  line-height: 13px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .xn-popup .x-btn-default-toolbar-small .x-btn-inner {
    font-size: 12px;
    font-weight: normal;
    font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
    color: #4a4a4a; }
.xn-popup .t7-grid {
  /* This is creating problem on User activity details popup grid pagination hence commented */
  /*.x-docked-bottom .x-box-inner a {
    background-color: transparent;
  }*/ }
  .xn-popup .t7-grid .x-btn-default-toolbar-small {
    line-height: inherit; }
  .xn-popup .t7-grid .x-btn-default-toolbar-small:first-child {
    padding-left: 5px; }
.xn-popup .clearlink-a a:hover {
  color: #23527c;
  text-decoration: underline; }

/*Popup search box*/
.popup-searchBox {
  min-width: 220px !important;
  max-width: 340px;
  height: 24px;
  font-size: 14px; }

.xn-popup .ft-bottom-padding {
  padding: 12px !important; }
.xn-popup .x-portlet {
  margin: 0px !important; }
.xn-popup .t7-grid .ux_no-padding {
  padding: 0px; }
.x-nlg .xn-popup .x-toolbar-default {
  background-image: none !important; }

/*#########################################*/
/*###### Ext popup styling:End ##########*/
/*#########################################*/
/*#########################################*/
/*########## Jquery Dialog:start ##########*/
/*#########################################*/
.ux-dialog .ux-dialog-footer {
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: -12px; }
  .ux-dialog .ux-dialog-footer .ft-bar {
    padding: 15px;
    border-top: 1px solid #CCCCCC;
    background-color: #fff;
    display: table;
    height: inherit;
    margin-bottom: 0px;
    width: 100%; }
    .ux-dialog .ux-dialog-footer .ft-bar li {
      padding-left: 0px; }
    .ux-dialog .ux-dialog-footer .ft-bar .ft-bar-stretch + li:last-child {
      padding-right: 0px; }
      .ux-dialog .ux-dialog-footer .ft-bar .ft-bar-stretch + li:last-child button {
        float: none; }
    .ux-dialog .ux-dialog-footer .ft-bar .ft-button-primary {
      background-color: #00205b; }
      .ux-dialog .ux-dialog-footer .ft-bar .ft-button-primary:hover, .ux-dialog .ux-dialog-footer .ft-bar .ft-button-primary:focus {
        background-color: #00205b; }

/* for moving bar tab up*/
.ft-tab-bar .ux-dialog .ui-tabs .ui-tabs-nav li {
  top: 2px; }

/* jquery dialog is view only then add ft-view-dialog class to body part*/
.ux-dialog {
  /*.t7-grid .x-column-header-text {
    @include fontSize(2);
  }*/ }
  .ux-dialog .ux-view-dialog {
    padding: 12px 0px 12px 0px;
    font-size: 16px; }
  .ux-dialog.ui-dialog-content label {
    font-size: 14px; }
  .ux-dialog .ui-tabs .ui-tabs-nav {
    padding: 12px 12px 0 12px; }
  .ux-dialog .ui-tabs .ui-tabs-panel {
    padding: 12px 12px 0px 12px; }
  .ux-dialog .xn-suggestion-box.x-form-text {
    height: 39px; }

/* For autocompleters used in adv filters: text color change */
.ux-dialog .ui-suggestion-box, ul.ui-autocomplete.ui-menu .ui-menu-item a {
  color: #4a4a4a; }

/*if jquery dialog contains label-value pairs in view mode,add this class to body part */
.ux-dialog .ux-view-labelValuePair-dialog {
  padding: 12px 0px 24px 0px;
  font-size: 16px; }

/* jquery view popup:end*/
.ux-dialog .form-control {
  padding: 2px 10px; }

/*#########################################*/
/*########## Jquery Dialog:end ##########*/
/*#########################################*/
/* rules that only apply for canvases narrower than 1024px */
@media only screen and (max-width: 1024px) {
  @-moz-document url-prefix() {
    .ft-help-nav > div {
      margin-right: 5px; } }
  .settings-popup .x-window-body-default {
    padding: 8px; }
  .settings-popup .x-toolbar {
    padding: 8px; }

  .ft-smallMargin-left {
    margin-left: 4px; }

  .ft-smallMargin-right {
    margin-right: 4px; }

  .ft-extraLargeMargin-right {
    margin-right: 8px; }

  .ft-extraLargeMargin-left {
    margin-left: 8px; }

  .ft-margin-large-t {
    margin-top: 8px; }

  .ft-extraLargeMarginR {
    margin-right: 16px !important; }

  .ux_window-position .add-wgt {
    left: 91.5% !important; }

  .ux-dialog.ui-dialog-content .ft-tab-bar-title > label {
    font-size: 20px;
    margin-right: 37px;
    margin-bottom: 8px;
    line-height: 20px; }

  .ux-dialog .ui-tabs .ui-bar-tabs.ui-tabs-nav {
    padding: 8px 8px 8px 8px; }

  .row .form-group {
    margin-bottom: 8px !important; }

  .ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav .ui-dialog-titlebar-close {
    width: 18px;
    height: 18px;
    background-position: -96px -139px; }
    .ui-dialog .ui-dialog-content .ui-tabs .ui-tabs-nav .ui-dialog-titlebar-close:hover {
      padding: 1px;
      width: 18px;
      height: 18px;
      background-position: -32px -201px; }

  .ux-dialog .ux-view-labelValuePair-dialog {
    padding: 8px 0px 16px 0px;
    font-size: 14px; }

  .ui-dialog select.form-control.autoheight, .ui-dialog textarea.form-control.autoheight {
    height: auto; }

  .ui-tabs .ui-tabs-panel {
    border-width: 1px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
    overflow-x: hidden; }

  .ui-dialog .col-sm-4 {
    padding-left: 8px;
    padding-right: 8px; }

  .ft-bar {
    height: 34px !important; }
    .ft-bar > li {
      padding-left: 4px;
      padding-right: 4px;
      padding-top: 0px;
      padding-bottom: 0px;
      width: 1%; }
      .ft-bar > li:first-child {
        padding-left: 8px; }
      .ft-bar > li:last-child {
        padding-right: 8px; }

  .ui-tabs a {
    font-size: 13px;
    /* border-radius: 5px 5px 0 0; */ }

  #tabs-2 {
    /*.form-control {
      height: 23px;
      padding: 2px 10px;
      @include fontSize(2);
    }*/ }
    #tabs-2 label {
      font-size: 12px; }

  .x-btn.x-btn-default-small {
    padding: 5px 10px 3px 10px; }

  .ui-multiselect {
    box-shadow: inset 0 2px 2px -2px #d2d9de;
    padding: 2px 0px 2px 10px; }

  .ui-multiselect-down-caret {
    margin: 5px 5px; }

  .x-window-header-default-top {
    padding: 8px; }

  .x-window .x-window-header-text-default {
    font-size: 18px;
    float: left;
    color: #4a4a4a;
    font-weight: normal;
    margin: 0px 16px 0px 0px;
    line-height: 26px; }

  .x-tool-img {
    background-image: url(resources/images/T7/iconsmore.png);
    width: 18px;
    height: 18px;
    background-position: -96px -139px;
    top: 40%; }

  .x-window-body-default, .x-window-header-default-top, .x-window-default {
    position: relative;
    border: 0;
    padding: 8px;
    background-color: #fff;
    zoom: 1; }

  .x-window .x-window-body-default .x-window-header-default-top, .x-window-default .x-toolbar-footer {
    margin-top: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    background-color: #fff; }

  .x-window-header-default-horizontal .x-tool-after-title {
    left: auto !important;
    float: right;
    right: 0px !important;
    top: -1px !important;
    width: 18px !important;
    height: 18px !important; }

  /* .x-window .x-toolbar-footer .x-btn.x-btn-default-small {
    width: 60px !important;
  } */
  .ux_window-position.x-window .x-toolbar-footer .x-btn.x-btn-default-small {
    width: auto !important; }
    .ux_window-position.x-window .x-toolbar-footer .x-btn.x-btn-default-small.add-wgt {
      width: 60px !important; }
  .ux_window-position.x-window .x-btn.x-btn-default-small {
    padding: 5px 10px; }

  .xn-btn.x-btn.x-btn-default-small {
    padding: 5px 10px; }

  .settings-popup .xn-form-text.xn-suggestion-box, .settings-popup .xn-form-field {
    padding: 2px 10px; }

  .x-window .x-window-header-body-horizontal {
    background-color: #fff;
    font-size: 16px;
    font-weight: 100;
    padding: 0px;
    border-radius: 0;
    padding-right: 0px;
    height: 25px; }
  .x-window .x-window-header-text-container-default {
    padding: 0px 0px 0px 0px; }

  .ui-dialog .col-sm-4, .ui-dialog .col-sm-7, .ui-dialog .col-sm-8, .ui-dialog .col-sm-9, .ui-dialog .col-sm-12 {
    padding-left: 8px;
    padding-right: 8px; }

  .single-payment-template.ux-dialog .col-sm-3 {
    padding-left: 8px;
    padding-right: 8px; }

  .ui-dialog .row, .single-payment-template.ux-dialog .row .row {
    margin-left: -8px;
    margin-right: -8px; }

  .col-sm-2.col-sm-2-formgroup-adv {
    padding-left: 8px; }

  .ft-dialog-content {
    padding: 8px 8px 0px 8px; }

  .x-window-header-default-horizontal .x-tool-after-title .x-tool-img:hover {
    background-image: url(resources/images/T7/iconsmore.png);
    width: 18px;
    height: 18px;
    top: 40%;
    background-position: -32px -201px; }

  .ui-dialog .ui-dialog-titlebar {
    font-size: 16px;
    padding: 8px; }
  .ui-dialog .ui-dialog-title {
    line-height: 20px; }

  .t7-popup.x-window .x-window-header-body-horizontal {
    height: 24px; }
  .t7-popup .x-window-header-default-horizontal .x-tool-after-title {
    right: 12px !important;
    top: 2px !important;
    width: 18px !important;
    height: 18px !important; }

  .ui-dialog .ui-dialog-titlebar-close {
    /*background-image: url(resources/images/T7/iconsmore.png);*/
    width: 18px;
    height: 18px;
    background-position: -96px -139px;
    top: 50%;
    margin-right: 3px; }
    .ui-dialog .ui-dialog-titlebar-close:hover {
      /*padding: 1px !important;*/
      width: 18px;
      height: 18px;
      background-position: -32px -201px; }

  .ft-dialog-content .form-control {
    height: 23px;
    font-size: 12px; }
  .ft-dialog-content label {
    font-size: 12px; }

  .settings-popup label, .settings-popup .x-form-cb-label {
    font-size: 12px; }

  .ui-dialog .ui-dialog-content {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px; }

  .ui-dialog .row label {
    font-size: 12px; }
  .ui-dialog .form-control {
    /*height: 23px;
    @include fontSize(2);*/ }

  .ui-tabs .radio-inline input[type="radio"], .ui-tabs .checkbox-inline input[type="checkbox"] {
    margin-top: 2px; }

  .ui-dialog hr {
    margin-top: 15px;
    margin-bottom: 15px; }

  .additional-info-label .x-form-item-label {
    font-size: 12px; }

  .ux-dialog .additional-info-label .x-form-display-field, .x-windows-viewPopup .additional-info-label .x-form-display-field {
    font-size: 12px; }

  /*for vertical tabs center panel top padding*/
  .ft-center-panel-padding {
    padding-top: 2px; }

  /*Need to change these left classes. Do something generic*/
  .t7-popup-button-right-align {
    left: 90.3% !important;
    right: 8px !important; }

  .privilege-type {
    width: 243px; }

  .br-privilege-type {
    width: 229px; }

  .privilege-grid-main-header:last-child {
    border-right: 0px; }

  .privilege .whitetext {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 25px; }
  .privilege .cellContent {
    text-align: center;
    border-left: none;
    border-right: 1px solid #fff; }
    .privilege .cellContent:last-child {
      text-align: center;
      border-left: 0px;
      border-right: 0px; }

  .privilege-grid-odd:last-child {
    border-right-color: #fff; }

  .privilege .whitetext:last-child {
    border-left: 0px;
    border-right: 0px;
    height: 25px; }

  .borderPanel-section-line {
    width: 715px;
    margin: 0px 8px 8px 8px;
    left: 8px; }

  .ft-padding-bottom {
    padding-bottom: 8px !important; }

  .txnDetails-displayfield {
    margin: 0px 0px 8px 8px; }

  .adv_filter_date_menu {
    height: 19px; }
    .adv_filter_date_menu label {
      max-width: 195px; }
    .adv_filter_date_menu a {
      top: -6px; }

  .ui-dialog .row .row {
    margin-left: -10px;
    margin-right: -8px; }

  .x-windows-viewPopup .x-window-body-default {
    padding: 16px 8px 16px 8px !important; }
  .x-windows-viewPopup .txnDetails-displayfield {
    margin: 0px 8px 8px 0px; }
  .x-windows-viewPopup .borderPanel-section-line {
    margin: 0px 8px 8px 0px;
    width: 720px; }

  .ui-vertical-tabs-selected :after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 11px solid #00205b; }

  .ft-rowMargin {
    margin-left: -8px;
    margin-right: -8px; }

  .ft-grid-padding {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: -8px; }

  .ft-dialog-content-padding-lrb {
    padding: 0px 8px 8px 8px;
    font-size: 12px; }

  .popup-searchBox {
    font-size: 12px; }

  .granular-autocompleter {
    font-size: 12px; }

  .granular-autocompleterLarge {
    font-size: 12px; }

  /*Ext popup styling:start*/
  /*header outer space*/
  .xn-popup .x-window-header-default-top {
    padding: 8px; }
  .xn-popup .x-window-header-default-horizontal .x-tool-after-title .x-tool-img {
    width: 18px;
    height: 18px;
    background-position: -96px -139px; }
    .xn-popup .x-window-header-default-horizontal .x-tool-after-title .x-tool-img:hover {
      background-image: url(resources/images/T7/iconsmore.png);
      top: 40%;
      background-position: -32px -201px; }
  .xn-popup .x-window-body-default {
    padding: 8px; }
  .xn-popup label {
    color: #666666;
    font-size: 12px; }
  .xn-popup .x-toolbar-docked-bottom {
    padding: 8px;
    margin-right: -8px;
    background-color: #fff; }
    .xn-popup .x-toolbar-docked-bottom .x-btn-toolbar {
      margin-right: 8px !important;
      padding: 4px 10px; }
  .xn-popup .t7-grid .x-grid .x-grid-cell-inner {
    font-size: 12px; }

  /*Ext popup styling:end*/
  /*Jquery Dialog styling:start*/
  .ux-dialog .ux-dialog-footer {
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -8px; }
  .ux-dialog .ft-bar {
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .ux-dialog .ft-bar li {
      padding-left: 0px;
      padding-right: 8px; }
  .ux-dialog .ux-view-dialog {
    padding: 8px 0px 8px 0px;
    font-size: 12px; }
  .ux-dialog .ui-tabs .ui-tabs-nav {
    padding: 8px 8px 0 8px; }
  .ux-dialog .ui-tabs .ui-tabs-panel {
    padding: 8px 8px 0px 8px; }

  .ft-tab-bar .ux-dialog .ui-tabs .ui-tabs-nav li {
    top: 4px !important; }

  .ux-dialog.ui-dialog-content label, .ux-dialog.ui-dialog-content span {
    /*@include fontSize(2);*/ }

  .ux-dialog .ui-multiselect {
    padding: 4px 0px 0px 10px; }

  /*Jquery Dialog styling:end*/ }
.ui-dialog .t7-grid .x-grid-body {
  min-height: 0px; }
  .ui-dialog .t7-grid .x-grid-body .x-box-inner {
    min-height: 0px; }

.ft-dialog .ux-dialog {
  padding: 0px; }
.ft-dialog .ft-content-pane-scroll {
  padding: 15px 15px 0px 15px; }
.ft-dialog .ux-dialog-footer {
  margin: 0px; }

.pagesetting .x-fieldset {
  border-right: 0px !important;
  border-left: 0px !important;
  border-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  border-color: #e5e5e5; }
.pagesetting .x-fieldset-header {
  border-bottom: 0px !important;
  width: auto !important;
  margin-bottom: 10px; }
.pagesetting .x-fieldset-header-text {
  border-color: #CFCFCF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  color: #848484;
  margin: 0px;
  font-size: 14px;
  padding: 2px 2px 2px 0 !important;
  width: 100% !important; }
.pagesetting .x-fieldset-body {
  padding: 0px 10px; }

/* Quick Links Popup Changes : START*/
.quicklinks-column {
  border-left: 1px solid #e3e3e4;
  font-size: 14px;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1 200px;
  -moz-box-flex: 1 200px;
  flex: 1 200px;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2; }

.quicklinks-column .checkbox label {
  min-height: inherit; }

.quicklinks-column h4 {
  font-size: 14px;
  white-space: initial;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 10px; }

.quicklinks-modal-body {
  padding: 0; }

.quicklinks-modal-body .panel-group {
  margin-bottom: 0; }

.quicklinks-modal-body .panel-group .panel + .panel {
  margin-top: 0; }

.quicklinks-modal-body .panel-body {
  padding: 0; }

.quicklinks-modal-body .panel-title i {
  padding-right: 10px; }

.quicklinks-modal-body .list-group-item:first-child,
.quicklinks-modal-body .list-group-item:last-child {
  border-radius: 0;
  border: none;
  text-decoration: none;
  font-size: 14px; }

.panel-body {
  padding: 15px; }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }

.panel-body:after {
  clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #4a4a4a;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #4a4a4a; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.quicklinks-badges {
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 12px; }
  .quicklinks-badges .truncate-text {
    width: 120px;
    margin-right: 3px; }
  .quicklinks-badges .js-badge-container .badges {
    background-color: transparent;
    color: #4a4a4a;
    padding: 7px 0px;
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    text-align: center; }
    .quicklinks-badges .js-badge-container .badges i {
      float: right;
      font-size: 18px;
      line-height: 22px;
      padding-left: 5px; }
    .quicklinks-badges .js-badge-container .badges .t-filter-text {
      padding-right: 5px;
      color: #4a4a4a;
      top: 3px; }
  .quicklinks-badges .clear-all-links {
    padding: 7px 0px;
    font-size: 14px;
    line-height: 16px;
    color: #00205B;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 0px;
    margin-left: 10px; }
    .quicklinks-badges .clear-all-links:hover {
      color: #00205B; }

.quicklinks-badges li {
  float: left;
  margin-left: 3px; }

.pull-left {
  float: left; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.btn-accent {
  color: #fff;
  background-color: #4598cc;
  border-color: transparent; }

.no-border {
  border: none; }

.btn-accent:focus, .btn-accent.focus {
  color: #fff;
  background-color: #307eae;
  border-color: transparent; }

.btn-accent:hover {
  color: #fff;
  background-color: #307eae;
  border-color: transparent; }

.btn-accent:active, .btn-accent.active,
.open > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #307eae;
  border-color: transparent; }

.btn-sm, .btn-group-sm > .btn {
  padding: 7px 10px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 3px; }

.badges-ghost-container {
  float: left; }

.badges-ghost {
  background: #e3e3e4;
  color: #e3e3e4;
  display: inline-block;
  height: 34px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
  width: 120px; }

.t-filter-text {
  position: relative;
  top: -2px;
  padding-left: 5px; }

.badge {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  background-color: #e3e3e4;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #00609d;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #00205b;
  border-color: #00205b;
  text-decoration: none; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e5f1f8; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header:before, .modal-header:after {
  content: " ";
  display: table; }

.modal-header:after {
  clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  /* padding: 15px; */ }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.btn {
  font-size: 12px; }

.btn-light {
  color: #67686b;
  background-color: #fff;
  border-color: #67686b; }

.btn-light:focus, .btn-light.focus {
  color: #67686b;
  background-color: #e6e6e6;
  border-color: #28292a; }

.btn-light:hover {
  color: #67686b;
  background-color: #e6e6e6;
  border-color: #494a4c; }

.btn-light:active, .btn-light.active,
.open > .btn-light.dropdown-toggle {
  color: #67686b;
  background-color: #e6e6e6;
  border-color: #494a4c; }

.btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus,
.open > .btn-light.dropdown-toggle:hover,
.open > .btn-light.dropdown-toggle:focus,
.open > .btn-light.dropdown-toggle.focus {
  color: #67686b;
  background-color: #d4d4d4;
  border-color: #28292a; }

.btn-light:active, .btn-light.active,
.open > .btn-light.dropdown-toggle {
  background-image: none; }

.btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light.focus {
  background-color: #fff;
  border-color: #67686b; }

.btn-light .badge {
  color: #fff;
  background-color: #67686b; }

.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #fff;
  border-color: #4a4a4a;
  color: #4a4a4a; }

.btn-accent {
  color: #fff;
  background-color: #4598cc;
  border-color: transparent; }

.btn-accent:focus, .btn-accent.focus {
  color: #fff;
  background-color: #307eae;
  border-color: transparent; }

.btn-accent:hover {
  color: #fff;
  background-color: #307eae;
  border-color: transparent; }

.btn-accent:active, .btn-accent.active,
.open > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #307eae;
  border-color: transparent; }

.btn-accent:active:hover, .btn-accent:active:focus, .btn-accent:active.focus, .btn-accent.active:hover, .btn-accent.active:focus, .btn-accent.active.focus,
.open > .btn-accent.dropdown-toggle:hover,
.open > .btn-accent.dropdown-toggle:focus,
.open > .btn-accent.dropdown-toggle.focus {
  color: #fff;
  background-color: #286992;
  border-color: transparent; }

.btn-accent:active, .btn-accent.active,
.open > .btn-accent.dropdown-toggle {
  background-image: none; }

.btn-accent.disabled:hover, .btn-accent.disabled:focus, .btn-accent.disabled.focus, .btn-accent[disabled]:hover, .btn-accent[disabled]:focus, .btn-accent[disabled].focus,
fieldset[disabled] .btn-accent:hover,
fieldset[disabled] .btn-accent:focus,
fieldset[disabled] .btn-accent.focus {
  background-color: #4598cc;
  border-color: transparent; }

.btn-accent .badge {
  color: #4598cc;
  background-color: #fff; }

.btn-accent:hover, .btn-accent:active, .btn-accent:focus {
  background-color: #3880ae;
  border-color: transparent;
  color: #fff;
  text-decoration: none; }

.btn-accent > i.fa {
  color: #fff; }

a[role="button"]:hover, a[role="button"]:active, a[role="button"]:focus {
  text-decoration: none; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  color: inherit;
  position: relative;
  top: 2px;
  font-size: 20px;
  line-height: 24px; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.quicklinks-col-left {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.ui-dialog .ft-button-primary {
  color: #fff; }
  .ui-dialog .ft-button-primary:hover {
    color: #fff; }
  .ui-dialog .ft-button-primary i {
    font-size: 18px; }

/*
.ft-button.ft-button-primary.clear-all-links{
	height: 34px;
	margin-left: 3px; 
	
}*/
.verticalDiv {
  padding-bottom: 1000px;
  margin-bottom: -1000px; }

.right-border {
  border-right: 1px solid #e3e3e4; }

.no-left-border {
  border-left: none; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/* Quick Links Popup Changes : END*/
.ui-dialog .ui-dialog-buttonpane {
  border-top: 1px solid #ddd; }
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
      padding: 6px 12px;
      height: auto;
      border-radius: 4px;
      font-weight: normal; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button .ui-button-text {
        font-size: 12px;
        padding: 0px;
        line-height: normal; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
        float: right;
        background-color: #00205b;
        color: #fff;
        border: 1px solid transparent; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover {
          background-color: #00205b; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:focus {
          background-color: #00205b; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
        background-color: #fff;
        border: 1px solid #4a4a4a;
        color: #4a4a4a; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
          background-color: #fff;
          box-shadow: #4a4a4a 1px 1px 0px 0px; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:focus {
          background-color: #fff;
          box-shadow: #4a4a4a 1px 1px 0px 0px; }
      .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ft-button-light {
        background-color: #fff;
        border: 1px solid #4a4a4a; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ft-button-light .ui-button-text {
          color: #4a4a4a; }
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ft-button-light:hover {
          background-color: #fff;
          border: 1px solid #4a4a4a; }
          .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.ft-button-light:hover .ui-button-text {
            color: #4a4a4a; }

.x-body .x-mask-msg {
  border-color: #4a4a4a;
  background-color: #fff;
  height: 68px;
  width: 162px;
  padding: 20px 10px; }
  .x-body .x-mask-msg .x-mask-msg-inner {
    border-width: 0px;
    background-color: #fff;
    width: 50px;
    height: 30px;
    background-image: url(resources/images/T7/loading.gif);
    background-repeat: no-repeat;
    background-position: 9px center;
    font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
    background-size: contain; }
    .x-body .x-mask-msg .x-mask-msg-inner .x-mask-msg-text {
      font-size: 16px;
      color: #4a4a4a;
      padding-left: 40px;
      background-image: none; }

/*Ext Message box style*/
.message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn {
  padding: 7px 12px;
  border-radius: 3px;
  margin-right: 0px; }
  .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn .x-btn-inner {
    font-size: 12px; }
  .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn:first-child {
    right: 0px !important;
    left: auto !important;
    background-color: #00205b;
    border: 1px solid transparent; }
    .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn:first-child .x-btn-inner {
      color: #fff; }
    .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn:first-child:hover {
      background-color: #00205b; }
    .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn:first-child:focus {
      background-color: #00205b; }
  .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn:nth-child(2) {
    right: 0px !important;
    left: auto !important;
    background-color: #00205b;
    border: 1px solid transparent; }
    .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn:nth-child(2) .x-btn-inner {
      color: #fff; }
  .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn.x-btn-default-small-over {
    background-color: #00205b;
    border: 1px solid transparent; }
    .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a.x-btn.x-btn-default-small-over .x-btn-inner {
      color: #fff; }
.message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:last-child, .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:nth-child(3) {
  left: 0px !important;
  right: auto !important;
  background-color: #fff;
  border: 1px solid #4a4a4a; }
  .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:last-child .x-btn-inner, .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:nth-child(3) .x-btn-inner {
    color: #4a4a4a; }
  .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:last-child.x-btn-default-small-over, .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:nth-child(3).x-btn-default-small-over {
    background-color: #fff;
    border: 1px solid #4a4a4a; }
    .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:last-child.x-btn-default-small-over .x-btn-inner, .message-box.x-window .x-toolbar.x-toolbar-docked-bottom a:nth-child(3).x-btn-default-small-over .x-btn-inner {
      color: #4a4a4a; }

.ux-dialog .get-org-chart.get-darkred {
  background-color: #fff; }
  .ux-dialog .get-org-chart.get-darkred .get-oc-tb {
    border-bottom: 0px;
    background-color: #f1f1f1; }
    .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-print, .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-up, .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-minus, .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-plus, .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-right, .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-left, .ux-dialog .get-org-chart.get-darkred .get-oc-tb a.get-down {
      background: none;
      font-size: 24px;
      color: #4a4a4a; }
  .ux-dialog .get-org-chart.get-darkred .get-oc-c .get-box {
    background-color: #00205b;
    fill: #00205b;
    stroke: #00205b; }
  .ux-dialog .get-org-chart.get-darkred .get-oc-c .get-text {
    color: #fff;
    fill: #fff; }

/*
=============
Active state.
=============
*/
.ft-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  padding-left: 20px;
  overflow: hidden; }
  .ft-tabs li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .ft-tabs > li {
    float: left;
    padding-top: 3px;
    padding-left: 5px; }
    .ft-tabs > li:first-child {
      padding-left: 0; }
  .ft-tabs a {
    background: #00205b;
    border-radius: 5px 5px 0 0;
    color: #00205b;
    display: block;
    padding: 10px 20px;
    text-decoration: none; }
  .ft-tabs .ft-tabs-active a {
    background: #fff;
    color: #D22630;
    margin-top: -3px;
    padding-top: 13px; }

.x-tab-bar-default-top .x-tabbar-scroll-right-hover {
  background-position: 0px 0px !important; }

.ux-dialog .ui-tabs .ui-tabs-nav {
  padding: 12px 0px;
  border-bottom: 1px solid #e3e3e4; }

.ui-tabs {
  font-size: 12px;
  padding: 5px 5px 0px 0px;
  display: table;
  height: 30px;
  width: 100%; }
  .ui-tabs .ui-tabs-nav li {
    float: left; }
    .ui-tabs .ui-tabs-nav li:first-child {
      padding-left: 0; }
    .ui-tabs .ui-tabs-nav li a {
      font-size: 12px;
      font-weight: normal;
      background: #00205b;
      border-radius: 4px;
      color: #4a4a4a;
      display: block;
      padding: 7px 10px;
      text-decoration: none;
      margin-right: 10px !important;
      background-color: #f5f5f5;
      border: 1px solid #4a4a4a; }
      .ui-tabs .ui-tabs-nav li a:hover {
        background-color: #f1f1f1; }
  .ui-tabs .ui-tabs-nav .ui-state-active a {
    background: #67686b;
    color: #fff; }
    .ui-tabs .ui-tabs-nav .ui-state-active a:hover {
      background: #67686b;
      color: #fff; }

.ie-properties .ui-tabs {
  height: 60px; }

.ui-tabs .ui-bar-tabs {
  padding: 12px 12px 0 12px;
  background-color: #fff; }

.ui-vertical-tab {
  padding: 0px; }
  .ui-vertical-tab ul {
    padding: .2em .1em .2em .2em;
    float: left;
    width: 12em; }
    .ui-vertical-tab ul li {
      margin-top: .3em !important; }
    .ui-vertical-tab ul a {
      width: 170px;
      border-radius: 0px !important; }
  .ui-vertical-tab .ui-vertical-tabs-selected a {
    color: #fff;
    background-color: #00205b; }
  .ui-vertical-tab .ui-vertical-tabs-selected :after {
    content: "";
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 11px solid #00205b;
    position: absolute;
    right: -11px;
    top: 0px;
    z-index: 1; }

.ux-dialog.ui-dialog-content .ft-tab-bar-title {
  font-size: 20px;
  font-weight: normal;
  padding-top: 6px; }
  .ux-dialog.ui-dialog-content .ft-tab-bar-title > label {
    font-size: 20px;
    font-weight: normal;
    color: #67686b;
    margin-right: 50px;
    margin-bottom: 0px;
    line-height: 24px; }

.ft-tab-bar .ui-dialog-titlebar {
  display: none;
  display: none; }
.ft-tab-bar.ui-dialog .ui-dialog-content {
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden; }
.ft-tab-bar .ui-tabs {
  padding: 0px; }
  .ft-tab-bar .ui-tabs .ui-tabs-nav li {
    top: 4px; }
  .ft-tab-bar .ui-tabs .ui-tabs-nav .ui-dialog-titlebar-close {
    float: right;
    cursor: pointer; }

.selected-cb-background {
  list-style: none;
  float: left;
  position: relative;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
  text-align: left;
  margin: 0 2px 0 0; }
  .selected-cb-background tbody {
    width: 100%; }

.ux_padding2 .x-form-cb {
  background: none;
  display: none; }

.selected-cb-background {
  /*.x-form-cb-wrap {
	width: 165px !important;
  }*/ }
  .selected-cb-background .x-form-item-body .x-form-cb-label {
    font-size: 14px;
    font-weight: normal;
    background: #00205b;
    color: #fff;
    display: block;
    padding: 13px 15px;
    text-decoration: none;
    cursor: pointer;
    margin: 0px;
    width: 100%; }
    .selected-cb-background .x-form-item-body .x-form-cb-label:after {
      font-family: fontawesome;
      content: "\f0da";
      font-size: 18px;
      float: right;
      position: absolute;
      right: 16px; }

.x-form-checkboxgroup-body {
  padding: 0px; }

.ux_padding2 .x-form-cb-label {
  margin: 0px;
  font-size: 15px;
  font-weight: normal;
  background: #00205b;
  color: #00205b;
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  cursor: pointer; }

.ux_margin2 {
  display: inline-table;
  /*&.selected-cb-background {
    margin-bottom: 10px;
    margin-top: 0px;
  }*/ }
  .ux_margin2 .x-form-checkbox {
    background: none;
    display: none; }

.ux_padding2 {
  margin-bottom: 10px; }
  .ux_padding2.selected-cb-background {
    margin-bottom: 10px; }

.ux_margin2 .x-form-cb-label {
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  display: block;
  padding: 13px 15px;
  text-decoration: none;
  cursor: pointer;
  height: 39px; }
  .ux_margin2 .x-form-cb-label:after {
    font-family: fontawesome;
    content: "\f0da";
    font-size: 18px;
    float: right; }

.tabClass {
  margin-bottom: 0px; }

.x-tbar-loading {
  background: none; }

.x-tbar-loading:before {
  content: "\f021";
  font-family: fontawesome;
  font-size: 12px;
  color: #00205b; }

@media screen and (max-width: 1024px) {
  .ui-vertical-tab .ui-vertical-tabs-selected :after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent; } }
/*******JQuery vertical tabs styling*******/
.vertical-tabs .ui-tabs .ui-tabs-nav {
  border-bottom: 0px; }
  .vertical-tabs .ui-tabs .ui-tabs-nav li a {
    font-size: 14px;
    font-weight: normal;
    background-color: #00205b;
    color: #fff;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    border: 0px;
    margin-right: 0px !important; }

/*******JQuery vertical tabs styling Ends*******/
/*Carousel Start*/
.ft-carousel-slick-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 89px;
  overflow: hidden; }

.ft-carousel-slick-list {
  position: absolute;
  top: 0;
  left: 17px;
  right: 20px;
  bottom: 0;
  height: 100%;
  visibility: hidden; }
  .ft-carousel-slick-list.slick-initialized {
    visibility: visible; }

.ft-carousel-slick-item {
  background-color: #00205b;
  border-radius: 5px;
  color: #fff;
  cursor: auto;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 9px;
  position: relative;
  /* Total: 80 pixels tall. */
  height: 80px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  .ft-carousel-slick-item:hover {
    background-color: #001742; }

.ft-carousel-slick-title {
  margin-bottom: 10px;
  max-width: 216px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ft-carousel-slick-value {
  font-size: 24px;
  max-width: 216px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ft-carousel-slick-alert {
  background-image: url("resources/images/T7/alert-white.png");
  background-position: right top;
  background-repeat: no-repeat; }

.ft-carousel-slick-active {
  background-color: #D22630; }
  .ft-carousel-slick-active:hover {
    background-color: #D22630; }
  .ft-carousel-slick-active:after {
    border-style: solid;
    border-color: transparent;
    border-top-color: #D22630;
    border-width: 9px;
    margin-left: -9px;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 50%; }

.ft-carousel-slick-wrapper .slick-prev, .ft-carousel-slick-wrapper .slick-next {
  background-image: url(resources/images/T7/carousel-arrows.png);
  background-repeat: no-repeat;
  opacity: 0.75;
  margin: 0;
  padding: 0;
  width: 15px;
  height: 80px;
  top: 0; }
.ft-carousel-slick-wrapper .slick-prev {
  background-position: 0 0;
  left: -17px; }
.ft-carousel-slick-wrapper .slick-next {
  background-position: -15px 0;
  right: -17px; }
.ft-carousel-slick-wrapper .slick-prev:hover, .ft-carousel-slick-wrapper .slick-next:hover {
  opacity: 1; }
.ft-carousel-slick-wrapper .slick-disabled {
  cursor: default;
  opacity: 0.25; }
  .ft-carousel-slick-wrapper .slick-disabled:hover {
    cursor: default;
    opacity: 0.25; }
.ft-carousel-slick-wrapper .slick-prev:before, .ft-carousel-slick-wrapper .slick-next:before {
  display: none; }

/*Carousel Ends */
/*
=========================
Status bar / Step wizard.
=========================
*/
.ft-status-bar {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap; }
  .ft-status-bar li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #4a4a4a;
    float: left;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 2px;
    line-height: 34px;
    position: relative;
    opacity: .5; }
    .ft-status-bar li:last-child.ft-status-bar-li-active {
      opacity: inherit; }
    .ft-status-bar li:last-child:after {
      display: none; }
  .ft-status-bar .ft-status-bar-li-done {
    opacity: initial;
    background-color: transparent; }
    .ft-status-bar .ft-status-bar-li-done span {
      color: #4a4a4a;
      padding-right: 0px; }
    .ft-status-bar .ft-status-bar-li-done:before {
      font-family: fontawesome;
      content: '\f00c';
      font-size: 18px; }
    .ft-status-bar .ft-status-bar-li-done:after {
      font-family: fontawesome;
      content: '\f101';
      font-size: 18px;
      padding-left: 10px;
      vertical-align: top; }
  .ft-status-bar .ft-status-bar-li-active {
    background-color: transparent;
    opacity: inherit; }
    .ft-status-bar .ft-status-bar-li-active span {
      background-color: #f1f1f1;
      border: 1px solid #4a4a4a;
      color: #4a4a4a;
      border-radius: 15px;
      padding: 8px 10px; }
    .ft-status-bar .ft-status-bar-li-active:after {
      font-family: fontawesome;
      content: '\f101';
      font-size: 18px;
      padding-left: 10px;
      vertical-align: top; }

.ft-accordion .ft-pdf-btn {
  border-right: solid #CCCCCC thin;
  padding-right: 8px; 
  display: none;}

.ft-pdf-btn, .ft-xls-btn, .ft-setting-btn {
  cursor: pointer; 
  display: none;}

.x-btn-default-toolbar-small-disabled {
  border: none; }

/* Base Button Styles */
button.ui-datepicker-close, .ft-button {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 13px; }

.ui-datepicker-range-alignment {
  width: 95%;
  margin-top: 1px;
  padding-top: 3px; }

.ft-filterpanel-datepicker {
  width: 93%; }

button.ui-datepicker-close {
  background-color: #00205b;
  padding-bottom: 6px; }

.ft-button-primary {
  background-color: #00205b;
  padding: 7px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid transparent; }
  .ft-button-primary:hover, .ft-button-primary:focus {
    background: #00205b;
    color: #fff; }

.ft-button-dark {
  background-color: #67686b;
  padding: 7px 12px;
  font-size: 12px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px; }
  .ft-button-dark:hover, .ft-button-dark:focus {
    background: #4a4a4a;
    color: #fff; }

.ft-button-light {
  background-color: #fff;
  padding: 7px 12px;
  font-size: 12px;
  color: #4a4a4a;
  border: 1px solid #4a4a4a;
  border-radius: 3px; }
  .ft-button-light:hover, .ft-button-light:focus {
    background: #fff;
    box-shadow: 1px 1px 0px 0px #4a4a4a; }

.ft-button-secondary {
  background-color: #00205B;
  padding-bottom: 6px; }
  .ft-button-secondary:hover, .ft-button-secondary:focus {
    background: #00205B; }

.ft-button-centered {
  margin-left: auto;
  margin-right: auto; }

.ft-dropdown-label {
  padding-left: 5px; }

.ft-button-group-right {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  text-align: right; }

/* Custom Button Styles */
.ft-button-display-padding {
  margin-left: 150px;
  margin-bottom: 150px; }

.ft-buttons-left {
  float: left; }

.ft-buttons-right {
  float: right; }

.ft-create-role-read-only .ft-submit-button {
  font-size: 16px;
  width: 103px;
  height: 31px; }
.ft-create-role-read-only .ft-submit-button-disabled {
  background-color: #00205B; }

button.ui-datepicker-current {
  display: none; }

.t7-grid .xn-panel-header .smart-filter-button {
  background-image: none;
  border-width: 0px;
  background-color: transparent;
  top: 15px !important;
  padding: 0px;
  height: 30px; }
  .t7-grid .xn-panel-header .smart-filter-button.x-btn.x-btn-default-small {
    width: 30px !important; }
  .t7-grid .xn-panel-header .smart-filter-button.x-btn .x-btn-button {
    height: 30px; }
  .t7-grid .xn-panel-header .smart-filter-button .x-btn-icon-el {
    height: 15;
    width: 30; }

.filterSttingButtons.x-btn.x-btn-default-small {
  background-color: #629BB5;
  width: 100px !important;
  padding: 5px 10px;
  border: none;
  border-radius: 5px; }
  .filterSttingButtons.x-btn.x-btn-default-small .x-btn-inner {
    color: #fff;
    text-align: center;
    font-size: 11px; }

.smartGridSettingButton.x-btn.x-btn-default-small {
  width: 24px !important;
  height: 23px;
  background-image: url(resources/images/T7/icon-hamburger-off.png);
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  top: 13px !important;
  padding: 0px;
  border: 0;
  background-position: center center;
  border-radius: 5px 5px 0px 0px; }

.smartGridSettingButtonClick.x-btn.x-btn-default-small {
  background-color: #00205b;
  background-image: url(resources/images/T7/icon-hamburger-on.png); }

.smartGridPagerContainer .x-btn-default-small {
  background-image: url(resources/images/T7/icons.png) !important; }

.smartGridSettingButton .x-btn-arrow {
  background-image: none; }

.x-btn-icon-el {
  top: 2px; }

.ft-form-submit {
  background-color: #f1f1f1;
  display: block;
  width: inherit;
  height: 45px; }

.ft-icons-close-btn {
  width: 27px;
  height: 30px;
  background-position: -92px -130px;
  position: absolute;
  right: 15px;
  top: 5px; }

.ft-role-permissions .x-btn-default-small {
  border: none;
  padding: 2px 2px 2px 2px;
  background-image: none;
  background-color: transparent; }

.x-form-checkbox, .x-form-cb {
  line-height: 13px;
  background-image: url(resources/images/T7/checkbox.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 22px;
  background-position: 0px 0px;
  padding-right: 5px; }

.x-form-checkbox:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.x-form-checkbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.x-form-cb-checked .x-form-cb {
  background-image: url(resources/images/T7/checked.png);
  background-position: 0px 0px; }
.x-form-cb-checked .x-form-radio.x-form-cb {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(resources/images/T7/radiochecked.png);
  background-position: 0px;
  background-repeat: no-repeat; }

.x-form-radio.x-form-cb {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(resources/images/T7/radio.png);
  background-repeat: no-repeat; }

.smart-filter-button.filter-icon-hover.x-btn-default-small {
  background-color: #00205b;
  color: #fff;
  border-radius: 0px 0px 5px 5px; }
  .smart-filter-button.filter-icon-hover.x-btn-default-small .x-btn-icon-el {
    background-image: url(resources/images/T7/funnel-on.png); }

.filter-view .xn-custom-arrow-button {
  background-color: transparent; }
.filter-view .x-toolbar {
  background-color: transparent; }
  .filter-view .x-toolbar .x-btn-over {
    background-color: transparent; }

.ft-button-lg {
  height: 31px;
  font-size: 16px;
  padding-top: 4px; }

.ft-button:disabled {
  opacity: .5;
  cursor: auto; }
  .ft-button:disabled:hover {
    background-color: #00205b; }

[type="checkbox"] {
  margin-right: 10px; }
  [type="checkbox"]:before {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background: transparent; }
  [type="checkbox"]:after {
    position: relative;
    display: block;
    left: -1px;
    top: -15px;
    width: 16px;
    height: 16px;
    border: 1px solid #a4a4a4;
    content: "";
    background-image: url(resources/images/T7/checkbox.png);
    background-repeat: no-repeat; }
  [type="checkbox"]:hover:after {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  [type="checkbox"]:focus:after {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  [type="checkbox"]:checked:after {
    background-image: url(resources/images/T7/checked.png); }

[type="radio"] {
  margin-right: 10px; }
  [type="radio"]:before {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    content: "";
    background: transparent; }
  [type="radio"]:after {
    position: relative;
    display: block;
    /* left: -1px; removed as creating problem in safari (mac) */
    top: -15px;
    width: 14px;
    height: 14px;
    content: "";
    background-image: url(resources/images/T7/radio.png);
    background-repeat: no-repeat; }
  [type="radio"]:checked:after {
    background-image: url(resources/images/T7/radiochecked.png); }

.groupbyButton {
  background-image: none;
  background-color: transparent; }
  .groupbyButton:focus {
    background-image: none;
    background-color: transparent; }

.x-btn.x-btn-default-small {
  background-color: #00205b;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: auto !important;
  color: #fff;
  font-size: 11px;
  background-image: none;
  padding: 6px 12px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 13px; }

.xn-btn.x-btn-default-small-icon-text-left .x-btn-button, .xn-btn.x-btn-default-small-icon .x-btn-button, .xn-btn.x-btn-default-small-noicon .x-btn-button {
  height: auto !important; }

.x-btn.x-btn-default-small .x-btn-inner {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
  padding: 0px; }
.x-btn.x-btn-default-small .x-btn-glyph {
  padding-top: 1px;
  font-size: 14px;
  opacity: 0;
  line-height: 13px;
  font-family: fontawesome; }

.xn-portlet .ux_dropdown.x-btn-default-small {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-radius: 0px;
  border-color: #CCCCCC;
  padding-top: 3px; }
.xn-portlet .x-btn.x-btn-default-small {
  color: #4a4a4a;
  font-size: 18px;
  padding-left: 5px;
  padding-right: 5px;
  background: none;
  border-color: #ddd; }
.xn-portlet .xn-custom-arrow-button {
  color: black;
  border: none;
  background-color: #fff;
  background-image: none; }
  .xn-portlet .xn-custom-arrow-button .x-btn-button {
    padding: 5px 0 0 0; }
  .xn-portlet .xn-custom-arrow-button .x-btn-glyph {
    opacity: 1.5;
    font-family: fontawesome; }
.xn-portlet.x-panel-default-framed {
  border-width: 0px 2px;
  border-style: solid;
  border-color: #fff;
  padding: 0px; }

.ux_padding2.x-form-cb-checked .x-form-checkbox, .ux_margin2.x-form-cb-checked .x-form-checkbox {
  display: none; }

.xn-portlet .x-form-cb-checked .x-form-checkbox, .xn-portlet .x-form-checkbox-focus {
  background-image: url(resources/images/T7/checked.png);
  background-position: center;
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px; }
.xn-portlet .x-form-type-checkbox {
  width: 100%; }
.xn-portlet .x-form-checkbox, .xn-portlet .x-form-checkbox-focus {
  position: relative;
  display: inline-block;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(resources/images/T7/checkbox.png);
  background-repeat: no-repeat; }

.x-form-checkbox.x-form-checkbox-focus {
  background-image: url(resources/images/T7/checkbox.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; }

.x-form-cb-checked .x-form-checkbox.x-form-checkbox-focus {
  background-image: url(resources/images/T7/checked.png);
  background-repeat: no-repeat; }

.xn-custom-arrow-button.x-btn-default-small .x-btn-arrow-right {
  padding-right: 0px; }

.x-btn-group .ux_dropdown .x-menu-item-icon {
  margin-left: 10px; }
.x-btn-group .ux-button-s {
  border-width: 1px;
  border-radius: 0px;
  padding: 5px 10px;
  background-color: #e3e3e4; }
  .x-btn-group .ux-button-s.x-btn-default-toolbar-large-icon-text-top .x-btn-inner {
    padding-top: 0px; }
  .x-btn-group .ux-button-s .x-btn-inner {
    color: #00205B;
    font-weight: bold; }
  .x-btn-group .ux-button-s.x-btn-default-toolbar-small-over, .x-btn-group .ux-button-s.x-btn-default-toolbar-small-focus {
    background-color: #fff;
    background-image: none;
    border: none; }
    .x-btn-group .ux-button-s.x-btn-default-toolbar-small-over .x-btn-inner, .x-btn-group .ux-button-s.x-btn-default-toolbar-small-focus .x-btn-inner {
      color: #E5845A; }

.button-transparent-background.x-btn-group-default-framed-notitle {
  background: #fff;
  border: none;
  border-width: 0px;
  border-style: none;
  border-color: transparent;
  box-shadow: none; }

.ft-button-primary-disabled {
  color: grey;
  cursor: auto;
  background-color: #00205b; }

.ft-layout-header .x-btn.x-btn-default-small-over, .ux_window-position.x-window .x-toolbar-footer.x-toolbar-docked-bottom .x-btn.x-btn-default-small-over {
  background-color: #00205b; }

.ft-layout-header .x-btn.x-btn-default-small-focus {
  background-color: #00205b; }

.pointerOnButton {
  cursor: pointer; }
  .pointerOnButton:focus, .pointerOnButton:hover {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.icon-button-submit:before, .icon-button-submit-grey:before {
  font-family: 'fontawesome';
  content: '\f058';
  font-size: 14px;
  padding-right: 5px; }

.x-form-cb, .t7-grid .x-form-cb-checked .x-form-checkbox {
  width: 14px;
  height: 14px; }

.btn {
  width: 18px;
  text-align: center;
  background: #F0F0F0; }

.button-grey-effect {
  opacity: 0.4;
  pointer-events: none; }

.searchBtn.x-btn-default-small {
  font-size: 12px;
  padding-top: 4px;
  border: 1px solid #4a4a4a;
  background-color: #67686b;
  padding-bottom: 6px; }
  .searchBtn.x-btn-default-small .x-btn-inner {
    color: #fff;
    font-size: 12px; }
.searchBtn.x-btn-default-small-over {
  background-color: #4a4a4a; }

.link-button {
  width: 100%;
  cursor: pointer;
  color: #00205B; }
  .link-button:hover {
    color: #00205B; }

.ft-btn-link {
  color: #00205B;
  font-size: 14px;
  background-color: transparent;
  border: none; }
  .ft-btn-link:hover, .ft-btn-link:focus {
    color: #789ec1; }

.ft-button-dark-disabled {
  opacity: .4; }
  .ft-button-dark-disabled:hover, .ft-button-dark-disabled:focus {
    background-color: #67686b; }

.whtAction:hover, .whtAction:focus {
  color: #00205b; }

.x-form-item, .x-form-field {
  font-size: 12px; }

.x-toolbar .x-form-trigger-wrap {
  border: 1px solid #b9d2dd; }
.x-toolbar .x-form-text {
  border: none;
  background-image: none; }
.x-toolbar .x-form-trigger {
  cursor: pointer;
  border-bottom: none;
  top: 8px; }

.account_activity_pagingtoolbar-combo {
  width: 49px !important;
  border-left: 1px solid #e6e9ea;
  border-right: 1px solid #e6e9ea;
  border-bottom: 1px solid #e6e9ea; }

.ft-form-add-receiver input[type="text"] {
  width: 170px; }
.ft-form-add-receiver input[name='bank_id_type'], .ft-form-add-receiver input[name='bank_id'] {
  width: 74px;
  margin-right: 15px;
  float: left; }

#add-receiver-country-select {
  width: 178px; }

.t7-ftbar-autocompleter-ul {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

.ft-datepicker.form-control {
  color: #67686b;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 3px -3px #d2d9de;
  box-shadow: inset 0 3px 3px -3px #d2d9de;
  padding: 5px 10px;
  border: 1px solid #d2d9de;
  border-right: 0px;
  background-color: white;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.ft-datepicker.form-control[readonly] {
  background-color: #fff; }

.ft-datepicker {
  color: #67686b;
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 3px -3px #d2d9de;
  box-shadow: inset 0 3px 3px -3px #d2d9de;
  padding: 5px 10px;
  border: 1px solid #d2d9de;
  background-color: white;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.from-date-range {
  border-radius: 3px 0 0 3px;
  background-image: none;
  border: 1px solid #CCCCCC; }
  .from-date-range:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.to-date-range {
  background-image: none; }
  .to-date-range:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.icon-calendar {
  width: auto !important;
  min-width: 16px;
  height: 36px;
  /*margin-left: 10px !important;*/
  padding: 8px 5px 4px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  border: solid #ccc;
  border-width: 1px 1px 1px 0px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 18px; }

.to-icon-calendar {
  width: auto !important;
  min-width: 16px;
  height: 36px;
  margin-left: -10px !important;
  padding: 8px 5px 4px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  border: solid #ccc;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-width: 1px 1px 1px 0px;
  font-size: 18px; }
  .to-icon-calendar span {
    padding-top: 4px; }

.ui-datepicker table {
  margin: 0; }

.ui-datepicker-calendar {
  background: white; }

.ui-datepicker-header {
  background-color: #fff;
  border-radius: 0;
  color: #fff; }

.ui-datepicker-calendar thead {
  background-color: #fff;
  color: #fff; }

.ui-datepicker a {
  color: #4a4a4a; }

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0;
  text-align: center;
  background-color: #f5f5f5; }
  .ui-datepicker .ui-datepicker-buttonpane button {
    float: none; }

.ui-state-highlight {
  background-color: #ffbe23; }

.ft-summary-settings-combo {
  padding: 6px 10px;
  font-size: 14px;
  border-color: #CCCCCC;
  color: #67686b; }

.x-boundlist-item {
  font-size: 13px; }

.filter-view {
  /*.x-field-form-focus.x-form-field{
    color: $fontColorDark;
    background-color: #e6e6e6;
    border-color: #494a4c;
  }*/ }
  .filter-view .x-form-item {
    margin-top: 7px; }
  .filter-view .x-form-trigger-input-cell .x-form-field {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #67686b;
    background-image: url(resources/images/T7/dropdown_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 4px;
    line-height: 1.42857;
    padding: 6px 17px 6px 12px; }
  .filter-view .x-form-field.x-form-focus {
    border-color: #7eadd9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .filter-view .x-trigger-cell {
    width: 0px !important;
    border-width: 0px;
    background-image: none;
    background-color: transparent; }
    .filter-view .x-trigger-cell .x-form-trigger {
      width: 0px !important;
      border-width: 0px;
      background-image: none;
      background-color: transparent; }

.new-account-set-tab-grid .xn-filter-toolbar .x-trigger-noedit {
  -webkit-appearance: menulist; }

/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
  width: 100% !important; }

.x-safari .datepick {
  width: 281px !important; }
  .x-safari .datepick.datepick-multi {
    width: 562px !important; }
    .x-safari .datepick.datepick-multi .datepick-month.first, .x-safari .datepick.datepick-multi .datepick-month.last {
      width: 281px; }

.datepick-rtl {
  direction: rtl; }

.datepick-popup {
  z-index: 19999;
  height: 378px;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.datepick a {
  color: #4a4a4a;
  text-decoration: none;
  box-sizing: initial; }
  .datepick a.datepick-disabled {
    color: #888888;
    cursor: auto; }
.datepick button {
  margin: 0.25em;
  padding: 0.125em 0em;
  background-color: #fcc;
  border: none;
  border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  font-weight: bold; }

.datepick-nav {
  width: 100%; }

.datepick-ctrl {
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  height: 36px;
  top: 340px;
  position: absolute; }

.datepick-cmd-prevJump, .datepick-cmd-nextJump {
  width: 8%; }

a.datepick-cmd {
  height: 1.5em; }

button.datepick-cmd {
  text-align: center; }

.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
  float: left;
  left: 8px;
  top: 19px;
  position: absolute;
  z-index: 5;
  height: 20px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 4px; }
  .datepick-cmd-prev:hover, .datepick-cmd-prevJump:hover, .datepick-cmd-clear:hover {
    background-color: #00205b;
    color: #fff; }

.datepick-cmd-current, a.datepick-cmd-today {
  float: left;
  width: 50px;
  text-align: center;
  color: #00205b;
  padding-top: 8px; }

.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
  float: right;
  right: 8px;
  text-align: right;
  top: 19px;
  margin-left: 5px;
  position: absolute;
  z-index: 5;
  height: 20px;
  padding: 5px;
  border-radius: 4px; }
  .datepick-cmd-next:hover, .datepick-cmd-nextJump:hover, .datepick-cmd-close:hover {
    background-color: #00205b;
    color: #fff; }

.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump, .datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0%;
  padding-right: 2%;
  text-align: right; }
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
  float: right; }
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump, .datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0%;
  text-align: left; }

.datepick-cmd-close {
  text-align: center;
  width: 55px;
  margin-left: 37%;
  background-color: #00205b;
  padding: 4 0 0 0;
  border-radius: 5px;
  margin-top: -6px; }

a.datepick-cmd-range {
  text-align: center;
  width: 95px;
  float: right;
  padding-top: 13px;
  margin-left: 135px;
  color: #00205b;
  border-radius: 5px;
  margin-top: -6px; }

.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center; }
  .datepick-month-nav div {
    float: left;
    width: 12.5%;
    margin: 1%;
    padding: 1%; }
  .datepick-month-nav span {
    color: #888888; }

.datepick-month-row {
  clear: left; }

.datepick-month {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  text-align: center; }
  .datepick-month .datepick-selected {
    background-color: #00205b;
    color: #fff; }
  .datepick-month .datepick-fromselected {
    background-color: #00205b;
    color: #fff; }
  .datepick-month .datepick-toselected {
    background-color: #73b2d9;
    color: #fff; }
  .datepick-month .datepick-highlight {
    background-color: #00205b;
    color: #fff; }

.datepick-month-header {
  font-weight: bold;
  background-color: #fff;
  border-radius: 0;
  color: #4a4a4a;
  position: relative;
  font-weight: bold;
  padding: 5px;
  height: 60px;
  padding-top: 25px; }
  .datepick-month-header select, .datepick-month-header input {
    font-weight: bold;
    background-color: #fff;
    border-radius: 0;
    color: #fff;
    position: relative;
    padding: .7em 0;
    font-weight: bold; }
  .datepick-month-header select {
    height: 39px;
    margin: 0em;
    padding: 0em;
    width: 30%;
    padding-left: 5px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    margin-top: -10px;
    color: #4a4a4a; }
  .datepick-month-header input {
    height: 1.4em;
    margin: 0em;
    padding: 6px 17px 6px;
    border: none;
    font-size: 100%;
    position: absolute;
    display: none; }

.datepick-month table {
  width: 100%;
  border-collapse: collapse; }
.datepick-month thead {
  background-color: #fff;
  color: #4a4a4a; }
.datepick-month th, .datepick-month td {
  margin: 0em;
  padding: 0em;
  font-weight: normal;
  text-align: center; }
.datepick-month th {
  border: 1px solid #777;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border: 0;
  height: 40px;
  width: 40px; }
  .datepick-month th a {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
.datepick-month td {
  padding: 1px;
  background-color: white;
  height: 40px;
  width: 40px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px; }
  .datepick-month td.datepick-week {
    border: 1px solid #777; }
    .datepick-month td.datepick-week * {
      background-color: #777;
      color: #fff;
      border: none; }
  .datepick-month td:hover, .datepick-month td:active, .datepick-month td:focus {
    background-color: #00205b; }
    .datepick-month td:hover a, .datepick-month td:active a, .datepick-month td:focus a {
      color: #fff; }
.datepick-month a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #4a4a4a; }
.datepick-month span {
  display: block;
  width: 100%;
  padding: 0.125em 0em; }
.datepick-month td span {
  color: #888888; }
.datepick-month td .datepick-other-month {
  background-color: #fff; }
.datepick-month td .datepick-today {
  background-color: #73b2d9;
  color: #fff; }
.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff; }

.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center; }

.datepick-clear-fix {
  clear: both; }

@media screen and (max-width: 1024px) {
  .datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
    left: 1px; }

  .datepick-cmd-next, .datepick-cmd-nextJump {
    right: 3px; }

  a.datepick-cmd-range {
    margin-left: 0px; }

  .datepick-month td {
    padding: 0px;
    width: 35px; }
  .datepick-month th {
    padding: 0px;
    width: 35px; }

  .x-safari .datepick {
    width: 246px !important; }
    .x-safari .datepick.datepick-multi {
      width: 492px !important; }
      .x-safari .datepick.datepick-multi .datepick-month.first, .x-safari .datepick.datepick-multi .datepick-month.last {
        width: 246px; } }
/* Default styling for jQuery Datepicker END */
/*Multiselect dropdown UI css*/
.ui-multiselect {
  width: 100% !important;
  box-shadow: inset 0 3px 3px -3px #d2d9de;
  padding: 6px 0px 6px 12px;
  border: 1px solid #d2d9de;
  background-color: #fff;
  text-align: left;
  border-radius: 0;
  min-width: 160px !important;
  font-weight: normal;
  color: #4a4a4a;
  border-radius: 4px;
  height: 39px; }
  .ui-multiselect span.ui-icon {
    float: right;
    background: transparent url(resources/images/T7/dropdown_arrow.png) no-repeat;
    width: 8px; }
  .ui-multiselect .ui-multiselect-down-caret {
    margin-top: 8px; }
  .ui-multiselect.ui-widget span {
    font-size: 16px;
    font-weight: normal; }

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute;
  top: auto;
  left: -9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label {
  /*padding: 5px;*/
  display: block !important; }

.ui-multiselect-header {
  padding: 10px 0px;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px; }
  .ui-multiselect-header ul li {
    float: left;
    padding: 0 0px 0 6px; }
  .ui-multiselect-header a {
    padding: 3px;
    border-radius: 3px;
    color: #00205B;
    font-weight: normal; }
    .ui-multiselect-header a:hover {
      text-decoration: underline;
      color: #00205B; }
  .ui-multiselect-header span.ui-icon {
    float: left; }
  .ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0;
    display: none; }

.ui-multiselect-menu {
  display: none;
  position: absolute;
  z-index: 10000;
  text-align: left;
  background-color: white;
  border: 1px solid #d2d9de;
  border-radius: 0;
  min-width: 210px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .ui-multiselect-menu.ui-widget.ui-widget-content .ui-state-hover {
    font-weight: normal;
    background-color: #f5f5f5; }
  .ui-multiselect-menu.ui-widget.ui-widget-content .ui-state-active {
    font-weight: normal; }

.ui-multiselect-checkboxes {
  position: relative;
  overflow-y: auto;
  max-height: 200px; }

.ui-multiselect-action-icon {
  padding-right: 5px; }
  .ui-multiselect-header .ui-multiselect-action-icon {
    vertical-align: baseline; }

.ui-multiselect-down-caret {
  margin: 5px;
  height: 7px; }

.ui-multiselect-checkboxes label {
  cursor: default;
  font-weight: normal;
  display: block;
  color: #4a4a4a;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e5e5e5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .ui-multiselect-checkboxes label.ui-state-disabled {
    opacity: 0.5;
    filter: Alpha(Opacity=50); }
  .ui-multiselect-checkboxes label input {
    margin-right: 10px; }
.ui-multiselect-checkboxes li {
  clear: both; }
  .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid; }
    .ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
      display: block;
      padding: 3px;
      margin: 1px 0;
      text-decoration: none; }

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none; }

/*Multiselect dropdown UI css End*/
/* Input box with char count marker on top css starts*/
.char-count-markers {
  font-family: consolas;
  font-size: 15px;
  height: 35px;
  display: inline-block; }

.char-count-wrapper {
  position: relative;
  font-size: 0px;
  display: inline-block; }

.char-count-input {
  position: absolute;
  top: 13px;
  padding: 1px 2px;
  left: 0px;
  background-color: transparent;
  border: 1px solid black;
  font-family: consolas;
  font-size: 15px;
  width: 100%; }

.char-count-wrapper .char-count-markers:first-child {
  margin-left: 1px; }

.highlight-marker {
  background-color: #C3C3C3; }

/* Input box with char count marker on top css ends*/
.ui-autocomplete {
  border: 0.1em solid #ececec;
  width: 212px;
  background-color: white; }

.amountBox {
  text-align: right;
  padding-right: 4px; }

.ui-suggestion-box {
  background-position: right center;
  background-repeat: no-repeat;
  padding: 3px 20px 3px 3px; }

.t7-autocompleter {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
  .t7-autocompleter ul {
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

ul.ui-autocomplete.ui-menu {
  border-radius: 0; }

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  z-index: 10000;
  text-align: left;
  background-color: white;
  border: 1px solid #d2d9de;
  border-radius: 0;
  min-width: 210px;
  padding: 5px 0 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

ul.ui-autocomplete.ui-menu .ui-menu-item a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  background-color: none;
  padding: 0px;
  margin: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  ul.ui-autocomplete.ui-menu .ui-menu-item a:hover {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 0px; }

.ui-autocomplete li.ui-menu-item {
  font-size: 14px;
  color: #4a4a4a;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e5e5e5;
  line-height: 20px;
  height: 41px;
  word-break: break-all; }
  .ui-autocomplete li.ui-menu-item:hover {
    background-color: #f5f5f5; }

.ui-datepicker-prev {
  /*top: -1px !important;*/
  cursor: pointer; }
  .ui-datepicker-prev .ui-icon {
    text-indent: 0px;
    color: #4a4a4a;
    overflow: initial;
    font-size: 12px;
    width: 2.8em; }
    .ui-datepicker-prev .ui-icon:before {
      font-family: fontawesome;
      content: "\f104";
      font-size: 14px; }

.ui-datepicker-next {
  /*top: -1px !important;*/
  cursor: pointer;
  /*right: 14px !important;*/ }
  .ui-datepicker-next .ui-icon {
    text-indent: 0px;
    color: #4a4a4a;
    overflow: initial;
    font-size: 12px;
    width: 2.8em; }
    .ui-datepicker-next .ui-icon:after {
      font-family: fontawesome;
      content: "\f105";
      font-size: 14px; }

.xn-autocompleter li ol {
  border-bottom: 0px solid grey; }
.xn-autocompleter .x-boundlist-list-ct {
  overflow-x: hidden; }
.xn-autocompleter li ol ul {
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .xn-autocompleter li ol ul:nth-child(1) {
    color: #4a4a4a;
    width: 100px; }
  .xn-autocompleter li ol ul:nth-child(2) {
    color: #4a4a4a;
    width: 100px; }
  .xn-autocompleter li ol ul:nth-child(3) {
    color: #A4A4A4;
    font-size: 11px;
    width: 50px; }
  .xn-autocompleter li ol ul:nth-child(4) {
    color: #BDBDBD;
    font-size: 11px;
    width: 50px; }
.xn-autocompleter em {
  color: #000000;
  font-weight: bold; }
.xn-autocompleter li ol ul:only-child {
  width: 100%; }

.xn-autocompleter-t7 .x-boundlist-list-ct {
  overflow-x: hidden !important; }
.xn-autocompleter-t7 li {
  /*&:nth-child(even) {
    background-color: $gridRowColor;
  }*/
  border-bottom: 1px solid #ededed;
  border-style: none; }
  .xn-autocompleter-t7 li ol {
    border-bottom: 0px solid grey; }
  .xn-autocompleter-t7 li:nth-child(odd) {
    background-color: #fff; }
  .xn-autocompleter-t7 li ol ul {
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .xn-autocompleter-t7 li.x-boundlist-item-over {
    background-color: #f5f5f5; }
  .xn-autocompleter-t7 li ol ul:nth-child(1) {
    color: #000000; }
  .xn-autocompleter-t7 li ol ul:nth-child(2) {
    color: #585858 !important;
    font-size: 11px; }
  .xn-autocompleter-t7 li ol ul:nth-child(3) {
    color: #A4A4A4;
    font-size: 11px; }
  .xn-autocompleter-t7 li ol ul:nth-child(4) {
    color: #BDBDBD;
    font-size: 11px; }
.xn-autocompleter-t7 em {
  color: #000000;
  font-weight: bold; }

.t7-combo .x-form-trigger-input-cell .x-form-field {
  font-size: 13px;
  -webkit-appearance: menulist; }

.ui-datepicker-current-day .ui-state-active {
  background: #99dd73; }

/*.ui-datepicker select {
  &.ui-datepicker-month {
    color: black;
    width: 35%;
  }

  &.ui-datepicker-year {
    color: black;
    width: 37%;
  }
}*/
.grid-field[disabled] {
  background-color: #EEEEEE;
  background-image: none;
  opacity: 1; }
.grid-field:focus {
  border: 1px solid #7eadd9; }

.x-form-field, .x-form-display-field {
  font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
  font-size: 12px; }

.xn-portlet .xn-form-field {
  display: block;
  width: 100%;
  height: 25px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #67686b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.xn-form-field.x-form-text, .xn-form-text.x-form-text {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 1.42857143;
  color: #4a4a4a;
  padding: 5px 10px;
  font-size: 16px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .xn-form-field.x-form-text.ux_no-border-right, .xn-form-text.x-form-text.ux_no-border-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

.xn-suggestion-box.x-form-text {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  color: #4a4a4a;
  background-color: #fff;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 6px 18px 6px 8px;
  font-size: 16px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.xn-portlet .xn-form-field.x-form-text, .xn-portlet .xn-form-text.x-form-text {
  display: block;
  width: 100%;
  height: 25px;
  padding: 6px 1px 6px 1px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #67686b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.xn-portlet .xn-suggestion-box.x-form-text {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #67686b;
  background-color: #fff;
  background-image: url(resources/images/T7/icon-search-grey.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 1px 20px 3px 3px;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.xn-field-amount {
  text-align: right; }

.xn-portlet .xn-form-trigger {
  width: 17px;
  padding-top: 5px;
  border-color: #b0b0b0;
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  height: 25px; }
  .xn-portlet .xn-form-trigger:before {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 14px;
    padding-left: 4px; }
.xn-portlet .xn-form-field.w2 {
  border-right: 0px;
  width: 3em; }

.ft-disabled-field {
  background-color: #EEEEEE; }

/* check combo */
.x-combo-checker {
  background-position: 50% -2px;
  margin-left: 1px;
  background-color: transparent;
  background-image: url("resources/images/T7/checkbox.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  border: 1px solid #a4a4a4;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block; }

.x-boundlist-selected .x-combo-checker {
  background-image: url("resources/images/T7/checked.png"); }

/*T7 extjs datepicker styling starts*/
.x-datepicker {
  z-index: 19999;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 300px; }
  .x-datepicker .x-datepicker-header {
    font-weight: bold;
    background-color: #fff;
    border-radius: 0;
    color: #4a4a4a;
    background-image: none;
    position: relative;
    font-weight: bold;
    padding: 5px;
    height: 60px;
    padding-top: 10px; }
    .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn.x-btn-default-small {
      height: 39px;
      background-color: #fff;
      border: 1px solid #CCCCCC !important;
      border-radius: 4px;
      padding: 8px 5px; }
      .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn.x-btn-default-small .x-btn-button {
        height: initial; }
      .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn.x-btn-default-small .x-btn-split-right {
        background-image: url(resources/images/T7/caret-black.png); }
      .x-datepicker .x-datepicker-header .x-datepicker-month .x-btn.x-btn-default-small .x-btn-inner {
        color: #4a4a4a;
        font-size: 16px;
        line-height: 20px; }
    .x-datepicker .x-datepicker-header .x-datepicker-arrow {
      margin-top: 16px;
      font-size: 18px;
      background-color: transparent;
      color: #4a4a4a;
      opacity: 1; }
    .x-datepicker .x-datepicker-header .x-datepicker-prev {
      background-image: none;
      font-family: fontawesome;
      content: "\f0d9"; }
      .x-datepicker .x-datepicker-header .x-datepicker-prev:before {
        font-family: fontawesome;
        content: "\f0d9"; }
    .x-datepicker .x-datepicker-header .x-datepicker-next {
      background-image: none;
      font-family: fontawesome;
      content: "\f0da"; }
      .x-datepicker .x-datepicker-header .x-datepicker-next:before {
        font-family: fontawesome;
        content: "\f0da"; }
  .x-datepicker .x-datepicker-inner {
    padding: 5px; }
    .x-datepicker .x-datepicker-inner .x-datepicker-column-header {
      background-image: none;
      background-color: #fff;
      height: 40px;
      width: 40px;
      padding: 5px;
      border: none; }
      .x-datepicker .x-datepicker-inner .x-datepicker-column-header .x-datepicker-column-header-inner {
        font-weight: bold;
        font-size: 14px;
        color: #4a4a4a;
        text-align: center; }
    .x-datepicker .x-datepicker-inner .x-datepicker-cell {
      height: 40px;
      width: 40px;
      text-align: center;
      border-radius: 4px;
      border: none;
      padding: 5px;
      vertical-align: middle; }
      .x-datepicker .x-datepicker-inner .x-datepicker-cell .x-datepicker-date {
        background-color: transparent;
        color: #4a4a4a;
        font-size: 14px;
        padding: 0px; }
      .x-datepicker .x-datepicker-inner .x-datepicker-cell.x-datepicker-disabled .x-datepicker-date {
        opacity: 0.5; }
      .x-datepicker .x-datepicker-inner .x-datepicker-cell.x-datepicker-disabled:hover {
        background-color: transparent; }
        .x-datepicker .x-datepicker-inner .x-datepicker-cell.x-datepicker-disabled:hover .x-datepicker-date {
          color: #4a4a4a;
          background-color: transparent; }
      .x-datepicker .x-datepicker-inner .x-datepicker-cell:hover {
        background-color: #00205b; }
        .x-datepicker .x-datepicker-inner .x-datepicker-cell:hover .x-datepicker-date {
          color: #fff;
          background-color: #00205b; }
      .x-datepicker .x-datepicker-inner .x-datepicker-cell.x-datepicker-selected .x-datepicker-date {
        font-weight: normal;
        background-color: #00205b;
        color: #fff; }
      .x-datepicker .x-datepicker-inner .x-datepicker-cell.x-datepicker-today .x-datepicker-date {
        font-weight: normal;
        background-color: #73b2d9;
        color: #fff; }
  .x-datepicker .x-monthpicker-body .x-monthpicker-months, .x-datepicker .x-monthpicker-body .x-monthpicker-years {
    padding: 5px;
    width: 120px;
    border-color: #CCCCCC; }
    .x-datepicker .x-monthpicker-body .x-monthpicker-months .x-monthpicker-item, .x-datepicker .x-monthpicker-body .x-monthpicker-years .x-monthpicker-item {
      margin: 0px;
      padding: 5px;
      padding-top: 8px;
      width: 50px;
      height: 40px;
      vertical-align: middle;
      text-align: center;
      border-radius: 4px; }
      .x-datepicker .x-monthpicker-body .x-monthpicker-months .x-monthpicker-item .x-monthpicker-item-inner, .x-datepicker .x-monthpicker-body .x-monthpicker-years .x-monthpicker-item .x-monthpicker-item-inner {
        margin: 0px;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 22px;
        border: none; }
        .x-datepicker .x-monthpicker-body .x-monthpicker-months .x-monthpicker-item .x-monthpicker-item-inner.x-monthpicker-selected, .x-datepicker .x-monthpicker-body .x-monthpicker-years .x-monthpicker-item .x-monthpicker-item-inner.x-monthpicker-selected {
          background-color: #00205b;
          color: #fff; }
      .x-datepicker .x-monthpicker-body .x-monthpicker-months .x-monthpicker-item:hover, .x-datepicker .x-monthpicker-body .x-monthpicker-years .x-monthpicker-item:hover {
        background-color: #00205b; }
        .x-datepicker .x-monthpicker-body .x-monthpicker-months .x-monthpicker-item:hover .x-monthpicker-item-inner, .x-datepicker .x-monthpicker-body .x-monthpicker-years .x-monthpicker-item:hover .x-monthpicker-item-inner {
          color: #fff;
          background-color: #00205b; }
  .x-datepicker .x-monthpicker-body .x-monthpicker-years {
    width: 150px; }
    .x-datepicker .x-monthpicker-body .x-monthpicker-years .x-monthpicker-year {
      margin-right: 10px; }
  .x-datepicker .x-monthpicker-body .x-monthpicker-yearnav-prev {
    background-image: none;
    font-family: fontawesome;
    content: "\f0d9";
    font-size: 18px;
    color: #4a4a4a; }
    .x-datepicker .x-monthpicker-body .x-monthpicker-yearnav-prev:before {
      font-family: fontawesome;
      content: "\f0d9"; }
  .x-datepicker .x-monthpicker-body .x-monthpicker-yearnav-next {
    background-image: none;
    font-family: fontawesome;
    content: "\f0da";
    font-size: 18px;
    color: #4a4a4a;
    float: right; }
    .x-datepicker .x-monthpicker-body .x-monthpicker-yearnav-next:before {
      font-family: fontawesome;
      content: "\f0da"; }
  .x-datepicker .x-monthpicker-buttons {
    background-image: none;
    background-color: #f1f1f1;
    padding: 10px;
    border: none; }
    .x-datepicker .x-monthpicker-buttons .x-btn:first-child {
      float: right;
      border: 1px solid #00205b; }
      .x-datepicker .x-monthpicker-buttons .x-btn:first-child.x-btn-default-small-over {
        background-color: #00205b; }
    .x-datepicker .x-monthpicker-buttons .x-btn:last-child {
      float: left;
      background-color: #fff;
      border: 1px solid #4a4a4a; }
      .x-datepicker .x-monthpicker-buttons .x-btn:last-child .x-btn-inner {
        color: #4a4a4a; }
      .x-datepicker .x-monthpicker-buttons .x-btn:last-child.x-btn-default-small-over {
        background-color: #fff; }

/*T7 extjs datepicker styling Ends*/
.seekBox-width {
  width: 93%;
  display: inline; }

.seek-width {
  width: 80%;
  display: inline; }

input[type='checkbox']:focus, input[type='radio']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ft-scrollable-autocompleter {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden; }

.ui-multiselect:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

input::-ms-clear {
  display: none; }

.field-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.x-trigger-cell.x-unselectable {
  vertical-align: middle; }

.generic_selectbox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("resources/images/T7/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px; }
  .generic_selectbox select::-ms-expand {
    display: none !important; }
  .generic_selectbox select.form-control {
    padding-right: 15px; }

/* Jquery Editable Combo Starts*/
.jq-editable-combo.form-control {
  background-image: url("resources/images/T7/dropdown_arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: normal;
  cursor: default; }

.jq-editable-combo-picker.ui-menu {
  font-size: 14px;
  height: auto;
  max-height: 250px; }
  .jq-editable-combo-picker.ui-menu li.ui-menu-item:nth-child(odd) {
    background-color: #fff; }
  .jq-editable-combo-picker.ui-menu li.ui-menu-item a {
    padding: 2px 10px;
    line-height: 14px;
    color: #4a4a4a; }
    .jq-editable-combo-picker.ui-menu li.ui-menu-item a:hover {
      background-color: #1E90FF;
      color: #fff;
      padding: 2px 10px; }

.jq-inline-editable-combo.form-control {
  border: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 2px 20px 2px 10px; }

.jq-editable-combo-picker li {
  width: inherit !important; }

.form-control.jq-inline-editable-combo:focus {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

/* Jquery Editable Combo Ends*/
input.form-control, select.form-control {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1.5;
  height: 39px; }
  input.form-control.filter-item, select.form-control.filter-item {
    height: 36px; }

@media screen and (max-width: 1280px) {
  input.form-control, select.form-control, .nice-select.form-control {
    width: 99%; } }
@media screen and (max-width: 1024px) {
  input.form-control, select.form-control {
    width: 98%; } }
.filter-view .ui-datepicker-range-alignment {
  height: 36px;
  width: 100%; }

.ft-summary-settings-combo.typecode-combo, .generic_selectbox select.nobackground {
  background-image: none; }

.custom-combobox-input.form-control {
  padding-right: 15px; }

input.line-height0 {
  line-height: 0; }

input.line-height1 {
  line-height: 1; }

.curr_autocompleter_list {
  width: 89px; }

.summary_client_autocompleter {
  width: 163px; }

.transparent {
  opacity: 0; }

.noheightwidth {
  height: 0px;
  width: 0px; }

@media screen and (max-width: 1024px) {
  .curr_autocompleter_list {
    width: 61px; } }
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  /*margin-left: -5px;
  margin-right: -5px;*/ }

@media only screen and (max-width: 1024px) {
  .ui-dialog .ux-dialog .input-daterange .input-group-addon.has-icon {
    margin-top: 0px; } }
.input-daterange .input-group-addon.has-icon {
  display: inline-block;
  height: 39px;
  padding: 9px 10px;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
  .input-daterange .input-group-addon.has-icon i {
    font-size: 18px; }

.ux-dialog .ft-datepicker.form-control {
  width: 85%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  display: inline-block;
  height: 39px;
  border-right: 0px; }

::-webkit-input-placeholder {
  font-size: 14px; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4); }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4); }

:-ms-input-placeholder {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.4) !important; }

.dropdown-list, .dropdown-list_withoutSearch {
  border: 1px solid #ddd;
  height: 250px;
  overflow-y: auto; }
  .dropdown-list li, .dropdown-list_withoutSearch li {
    display: block; }
    .dropdown-list li a, .dropdown-list_withoutSearch li a {
      width: 100%;
      padding: 10px;
      display: block;
      color: #4a4a4a;
      cursor: pointer; }
      .dropdown-list li a:hover, .dropdown-list_withoutSearch li a:hover {
        text-decoration: none;
        color: #4a4a4a;
        background-color: #e3e3e4; }
      .dropdown-list li a.selected-dropdown, .dropdown-list_withoutSearch li a.selected-dropdown {
        background-color: #e3e3e4; }
    .dropdown-list li:last-child, .dropdown-list_withoutSearch li:last-child {
      border-bottom: 0px; }
    .dropdown-list li a.dropdown-list-disabled, .dropdown-list_withoutSearch li a.dropdown-list-disabled {
      background-color: #e3e3e4;
      pointer-events: none;
      opacity: .5; }
      .dropdown-list li a.dropdown-list-disabled:hover, .dropdown-list_withoutSearch li a.dropdown-list-disabled:hover {
        background-color: #e3e3e4; }

@media only screen and (max-width: 1024px) {
  .dropdown-list, .dropdown-list_withoutSearch {
    width: 98%; } }
.dropdown-list_withoutSearch {
  height: 290px; }

/****Jquery Date Picker Styling*****/
.ui-datepicker {
  z-index: 1010;
  width: auto;
  background-color: #fff;
  font-size: 14px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  padding: 5px; }
  .ui-datepicker th {
    color: #4a4a4a;
    font-size: 14px; }
  .ui-datepicker .ui-datepicker-header {
    font-weight: bold;
    background-color: #fff;
    border-radius: 0;
    color: #4a4a4a;
    position: relative;
    font-weight: bold;
    padding: 5px;
    width: 100%;
    padding-top: 8px;
    display: inline-block; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      top: auto;
      font-size: 14px;
      font-weight: normal;
      display: inline-block;
      width: auto;
      height: auto;
      border-radius: 4px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon {
        font-size: 14px;
        padding: 5px 10px;
        color: #4a4a4a;
        width: 4em;
        height: auto;
        margin-top: 4px;
        border-radius: 4px; }
        .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon:hover {
          background-color: #00205b;
          color: #fff; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
      right: 5px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 52px; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 14px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled .ui-icon:hover {
        background-color: transparent;
        font-weight: normal;
        color: inherit; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      margin: 0 7em 0 5.3em;
      line-height: 39px;
      text-align: center;
      display: inline-block;
      width: 46%; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month, .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        color: #4a4a4a;
        padding-left: 5px;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        font-weight: bold;
        border-radius: 4px; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
        width: 48%; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
        width: 48%; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
        font-weight: normal;
        font-size: 16px;
        margin-right: 2px;
        height: 39px; }
  .ui-datepicker .ui-datepicker-calendar td {
    width: 40px;
    height: 40px;
    padding: 5px;
    vertical-align: middle;
    border-radius: 4px;
    text-align: center; }
    .ui-datepicker .ui-datepicker-calendar td .ui-state-default {
      font-size: 14px;
      text-align: center;
      font-weight: normal; }
    .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day .ui-state-active {
      background: #00205b;
      color: #fff;
      text-align: center; }
    .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled:hover {
      background-color: transparent; }
      .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled:hover .ui-state-default {
        font-weight: normal;
        color: inherit; }
    .ui-datepicker .ui-datepicker-calendar td:hover {
      background-color: #00205b; }
      .ui-datepicker .ui-datepicker-calendar td:hover .ui-state-default {
        color: #fff;
        font-weight: normal; }
    .ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
      background-color: #73b2d9;
      color: #fff; }

:-ms-input-placeholder.form-control, :-ms-input-placeholder.x-form-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4); }

.ie-properties .input-daterange .has-icon.input-group-addon {
  margin-left: -5px; }
.ie-properties .ui-autocomplete li.ui-menu-item {
  height: 44px; }

.ie-properties a.datepick-cmd {
  height: 2.2em; }

.form-control[readonly] {
  color: transparent;
  text-shadow: 0 0 0 #67686b; }
  .form-control[readonly]:focus {
    border: 1px solid #d2d9de;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control[readonly]:hover {
    cursor: default; }

.ie-properties .form-control.disabled:focus {
  border: 1px solid #d2d9de;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.xn-form-field .x-form-trigger-input-cell .x-form-field {
  font-size: 16px;
  border-radius: 4px;
  height: 39px;
  line-height: 1.42857;
  color: #4a4a4a;
  padding: 6px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../images/T7/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  border: 1px solid #CCCCCC !important; }
.xn-form-field .x-trigger-cell .x-form-trigger {
  width: 0px !important;
  border-width: 0px;
  background-image: none;
  background-color: transparent; }

.ft-datepicker.form-control[readonly].form-control[disabled], .disabled.input-group-addon {
  background-color: #eee !important;
  pointer-events: none; }

.filter-view .x-item-disabled .xn-form-text.x-form-text {
  background-color: #EEEEEE; }
.filter-view .x-item-disabled .x-form-trigger-input-cell .x-form-field {
  opacity: 1;
  background-color: #EEEEEE; }

.disableCheckbox[disabled] {
  opacity: .3; }

.requiredField {
  border: 1px solid #ff0000 !important;
  background-color: #FFCECE !important; }

.ft-form-warning {
  color: #D22630; }

/*
====================
Disable Skype links.
====================
*/
span.skype_pnh_container {
  display: none !important; }
span.skype_pnh_print_container {
  display: inline !important; }

.ft-error-message {
  background-color: #ffdbdb;
  color: #900;
  padding: 15px;
  max-height: 120px;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 14px; }

.create-advanced-filter-label {
  cursor: pointer; }

.ui-spinner {
  position: relative;
  border: 0px solid white; }

.ui-spinner-buttons {
  position: absolute; }

.ui-spinner-button {
  overflow: hidden; }

label.required, span.required {
  background: transparent right top no-repeat scroll url("resources/images/T7/form/asterisk.gif");
  padding-right: 15px;
  display: inline-block; }

label.requiredLeft, span.requiredLeft {
  background: transparent left top no-repeat scroll url("resources/images/T7/form/asterisk.gif");
  padding-left: 10px;
  display: inline-block; }

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  white-space: nowrap; }

.custom-truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 520px;
  white-space: nowrap; }

.custom-tooltip {
  top: 20px;
  position: absolute;
  border: 1px solid #868686;
  padding: 5px;
  max-height: 500px;
  overflow: auto;
  min-width: 250px;
  background-color: #fff;
  z-index: 1000;
  color: #4a4a4a; }

.summary-highlight {
  background-color: #e3e3e4;
  color: #00205b; }

.t7-statusbar-info-with-noline {
  color: #00205B;
  text-decoration: none;
  font-size: 15px; }

.t7-horizontal-line {
  border-bottom: 1px;
  border-bottom-color: #bbbbbb;
  border-bottom-style: double; }

/*---Recent Action result font color:start---*/
.error_font {
  color: #900; }

.success_font {
  color: #00205b; }

.warning_font {
  color: #4a4a4a; }

/*---Recent Action result font color:start---*/
.ux_text-elipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.legend {
  list-style: none;
  float: right; }
  .legend li {
    float: left;
    margin-right: 10px;
    color: #4a4a4a; }
  .legend span.square {
    border: 0px solid #CCCCCC;
    float: left;
    width: 12px;
    height: 12px;
    margin: 2px;
    vertical-align: middle;
    text-align: center; }
  .legend span.text {
    border: 0px solid #CCCCCC;
    float: left;
    vertical-align: middle;
    text-align: center;
    height: 16px; }

fieldset.fieldGroup {
  border-color: #CFCFCF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  color: #848484;
  margin: 0px;
  padding: 2px 2px 2px 0;
  width: 100%;
  border-top: 1px solid #e5e5e5; }
  fieldset.fieldGroup legend {
    font-weight: normal;
    width: auto;
    margin: 0px;
    padding: 5px 10px 5px 0px;
    font-size: 14px;
    color: #bfbfbf;
    border-bottom: 0px; }

.xn-portlet .x-form-item-label, .xn-portlet .x-form-cb-label {
  font-family: Calibri, Arial, sans-serif, Candara, Segoe, "Segoe UI", Optima;
  font-size: 14px; }

.frmLabel {
  display: inline-block;
  max-width: 100%;
  width: auto;
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 14px;
  padding-left: 0px;
  color: #4a4a4a;
  line-height: 18px;
  white-space: nowrap; }

.ft-change-language-text {
  line-height: 35px;
  font-size: 14px; }

.limit-reached {
  text-decoration: none !important;
  color: #FFBABA; }

.additional-info-label .x-form-item-label {
  color: #666666;
  font-size: 14px;
  font-weight: bold; }
.additional-info-label .x-form-display-field {
  color: #666666;
  font-size: 14px;
  font-weight: bold; }

.xn-required .x-form-text, .xn-required textarea.x-form-field, .xn-required input[type=text].x-form-field, .xn-required .xn-suggestion-box {
  border: 1px solid red;
  background-color: #FFCECE;
  background-image: none; }

.boldText {
  font-weight: bold !important; }

label {
  font-size: 14px; }

.red {
  color: red; }

.wrap-word {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap !important;
  /* Opera 4-6 */
  white-space: -o-pre-wrap !important;
  /* Opera 7 */
  white-space: pre-wrap !important;
  /* css-3 */
  word-wrap: break-word !important;
  /* Internet Explorer 5.5+ */
  white-space: -webkit-pre-wrap !important;
  /* Newer versions of Chrome/Safari*/
  word-break: break-all !important;
  white-space: normal !important; }

/*
============================
Activity header detail link.
============================
*/
.ft-activity-header-detail-link {
  display: inline-block;
  color: #00205b;
  border-left: 1px solid #989898;
  vertical-align: middle;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  margin-top: -5px; }
  .ft-activity-header-detail-link:hover {
    text-decoration: underline; }

.ft-vr-blue {
  border-right: 1px solid #bed6e0;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px; }

.ft-vr-blue-large {
  border-right: 1px solid #bed6e0;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-left: 5px; }

.ft-z-index-20 {
  z-index: 20;
  position: relative; }

.ft-graph-tt-content {
  color: #00205b;
  font-size: 12px;
  font-weight: 100;
  padding: 5px;
  padding-top: 1px; }

.ft-graph-tt-title {
  font-size: 16px; }

.ft-graph-tt-date {
  color: #4a4a4a;
  font-size: 12px; }

.ft-graph-tt-bal {
  color: #D22630; }

.ft-graph-tt-link {
  text-decoration: underline; }

.ft-graph {
  position: relative;
  color: #4a4a4a; }

.ft-icons-acc-minus {
  width: 28px;
  height: 28px;
  background-position: -5px -5px; }

.ft-icons-acc-plus {
  width: 28px;
  height: 28px;
  background-position: -43px -5px; }

.ft-icons-alert-grn {
  width: 27px;
  height: 22px;
  background-position: -81px -5px; }

.ft-icons-alert-wht {
  width: 30px;
  height: 31px;
  background-position: -82px -39px; }

.ft-icons-arrow-dwn {
  width: 14px;
  height: 16px;
  background-position: -33px -78px; }

.ft-icons-btn-arrow {
  width: 13px;
  height: 16px;
  background-position: -88px -78px; }

.ft-icons-download {
  width: 19px;
  height: 23px;
  background-position: -5px -104px; }

.ft-icons-filter {
  width: 25px;
  height: 25px;
  background-position: -121px -137px; }

.ft-icons-filt2 {
  width: 17px;
  height: 20px;
  background-position: -88px -104px; }

.ft-icons-filter-wht {
  background-position: -54px -64px;
  width: 25px;
  height: 25px; }

.ft-icons-menu {
  width: 25px;
  height: 24px;
  background-position: -123px -71px; }

.ft-icons-pdf-white {
  width: 19px;
  height: 21px;
  background-image: url(resources/images/T7/pdf_hover.png); }

.ft-dropdown:hover .ft-icons-pdf {
  background-position: 0; }

.ft-icons-xls {
  width: 20px;
  height: 23px;
  background-position: -70px -138px; }

.ft-icons-fav-red {
  width: 22px;
  height: 20px;
  background-position: -144px -5px; }

.ft-icons-fav {
  width: 22px;
  height: 20px;
  background-position: -99px -73px; }

.ft-icons-arr-dwn-blue {
  width: 13px;
  height: 12px;
  background-position: -58px -87px; }

.ft-icons-arr-dwn-black {
  width: 13px;
  height: 12px;
  background-position: -46px -86px; }

.ft-icons-arr-dwn-black-big {
  width: 13px;
  height: 12px;
  background-position: -71px -88px; }

.ft-icons-exp-sml {
  width: 18px;
  height: 18px;
  background-position: -150px -163px; }

.ft-icons-coll-sml {
  width: 18px;
  height: 18px;
  background-position: -165px -181px; }

.ft-icons-lscroll {
  width: 15px;
  height: 76px;
  background-position: -167px -3px; }

.ft-icons-rscroll {
  width: 15px;
  height: 76px;
  background-position: -169px -83px; }

.ft-icons-radio-on {
  width: 20px;
  height: 20px;
  background-position: -100px -162px; }

.ft-icons-radio-off {
  width: 20px;
  height: 20px;
  background-position: -127px -163px; }

.ft-icons-check-on {
  width: 22px;
  height: 22px;
  background-position: -6px -176px; }

.ft-icons-check-off {
  width: 23px;
  height: 22px;
  background-position: -29px -176px; }

.ft-icons-ui-begin, .ft-icons-ui-fwd, .ft-icons-ui-begin {
  width: 17px;
  height: 17px;
  background-position: -8px -158px; }

.ft-icons-ui-bck {
  width: 21px;
  height: 17px;
  background-position: -37px -158px; }

.ft-icons-ui-end {
  width: 17px;
  height: 17px;
  background-position: -48px -158px; }

.ft-icons-vcard {
  width: 31px;
  height: 21px;
  background-position: -68px -163px; }

.ft-icons-attach:before {
  font-family: fontawesome;
  content: "\f0c6";
  font-size: 14px;
  color: #337ab7; }

.ft-icons-bulk {
  width: 22px;
  height: 14px;
  background-position: -56px -53px; }

.ft-icons-flag {
  width: 20px;
  height: 17px;
  background-position: -7px -205px; }

/*
======================
Accordion expand icon.
======================
*/
.ft-accordion-exp-icon {
  background-position: -5px -5px;
  cursor: pointer;
  width: 28px;
  height: 28px; }

.ft-accordion-collapsed .ft-accordion-exp-icon:hover {
  background-position: -54px -102px; }

.ft-accordion-exp-icon:hover {
  background-position: -25px -101px; }

.ft-accordion-collapsed .ft-accordion-exp-icon {
  background-position: -43px -5px; }

.smart-filter-button .x-btn-button .icon-filter-T7 {
  background-image: url(resources/images/T7/funnel-off.png);
  background-position: center center;
  height: 20px;
  width: 25px; }

.smart-filter-button .x-btn-button .icon-filter-on-T7 {
  background-image: url(resources/images/T7/funnel-on.png);
  background-position: center center;
  height: 20px;
  width: 25px; }

.misc-icon {
  background-color: transparent;
  background-image: url("resources/images/etc/icon_assorted.png");
  background-repeat: no-repeat; }

.icon-misc-favorite {
  color: #f36f27;
  position: absolute;
  margin-top: 4px; }
  .icon-misc-favorite:hover {
    color: #f36f27; }

img.icon-misc-favorite, img.icon-misc-nonfavorite {
  position: relative; }

.icon-misc-nonfavorite {
  color: #4a4a4a;
  position: absolute;
  margin-top: 4px; }
  .icon-misc-nonfavorite:hover {
    color: #4a4a4a; }

.ft-summary-settings-icons {
  font-size: 14px;
  padding-left: 12px; }

.ui-caret {
  background-color: transparent;
  border-width: 0px; }
  .ui-caret .x-btn-arrow {
    background-image: url("resources/images/T7/alert-caret.png");
    padding: 0px; }

.ui-caret-black {
  background-color: transparent;
  border-width: 0px;
  background-image: none; }
  .ui-caret-black.x-btn.x-btn-default-small {
    background-color: transparent;
    border-width: 0px;
    background-image: none; }
  .ui-caret-black .x-btn-arrow {
    background-image: url("resources/images/T7/caret-blue.png"); }

.ft-batch-action-img {
  background-image: url(resources/images/T7/grid/level-up.png);
  background-repeat: no-repeat;
  background-position: left;
  height: 24px; }

.t7-grid .x-btn-button .icon_sort_asc {
  background-image: url("resources/images/etc/up.png");
  background-position: right center;
  height: 12px; }

.t7-grid .x-btn-button .icon_sort_desc {
  background-image: url("resources/images/etc/dn.png");
  background-position: right center;
  height: 12px; }

.xn-close-button .x-btn-split-right {
  padding-right: 14px;
  height: 20px;
  background-image: url("resources/images/T7/icon-btn-close.png");
  background-position: right center; }
  .xn-close-button .x-btn-split-right .x-btn-button {
    height: auto; }
  .xn-close-button .x-btn-split-right .x-btn-icon-el {
    background-image: none;
    /*right: 0px;
    top: 0px;
    left: auto;
      &:after{
    	font-family: fontawesome;
    	content: '\f057';
    	color: $fontColor;
    	line-height: inherit;
    	@include fontSize(4);
    }*/ }

.icon-company:before {
  font-family: fontawesome;
  content: "\f1ad";
  font-size: 16px;
  color: #00205b; }

.t7-anchor {
  color: #00205B;
  cursor: pointer;
  font-size: 14px; }

a {
  /*i {
    line-height: 21px !important;
  }*/ }
  a[type="button"]:hover {
    color: #fff; }

.downloadNacha-disabled a:hover {
  background-color: #00205b; }

.icon-tick:before {
  font-family: fontawesome;
  content: "\f00c";
  font-size: 20px;
  color: #00FF83; }

.icon-close:before {
  font-family: fontawesome;
  content: "\f00d";
  font-size: 20px;
  color: #F78181; }

.icon-repeat:before {
  font-family: fontawesome;
  content: "\f01e";
  font-size: 20px;
  color: #00FF83; }

.icon-quickpay:before {
  font-family: fontawesome;
  content: "\f1d8";
  font-size: 14px; }

a.t7-action-link {
  color: #00205B;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px; }
  a.t7-action-link:hover, a.t7-action-link:focus {
    color: #00205B; }

a.t7-action-link-with-noline {
  color: #00205B;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px; }
  a.t7-action-link-with-noline:hover, a.t7-action-link-with-noline:focus {
    color: #00205B; }

.icon_warn:before {
  font-family: fontawesome;
  content: '\f071';
  font-size: 20px;
  color: #FFA500; }

.icon_error:before {
  font-family: fontawesome;
  content: "\f06a";
  font-size: 20px;
  color: #F78181; }

.icon_success:before {
  font-family: fontawesome;
  content: "\f058";
  font-size: 20px;
  color: #00FF83; }

.icon-aligment {
  text-align: center; }

.ui-caret-dropdown {
  background-image: none; }
  .ui-caret-dropdown.x-btn.x-btn-default-small {
    background-image: none;
    background-color: transparent;
    padding: 0px 0px 0px 5px;
    top: 0px; }
    .ui-caret-dropdown.x-btn.x-btn-default-small:before {
      font-family: fontawesome;
      content: '\f0d7';
      font-size: 14px;
      color: #4a4a4a; }
  .ui-caret-dropdown:before {
    font-family: fontawesome;
    content: '\f0d7';
    font-size: 14px;
    color: #4a4a4a; }

.ui-caret-dropdown.ui-caret .x-btn-wrap {
  margin-top: 0px;
  background-image: none; }

.ui-caret {
  background-color: transparent;
  border-width: 0px; }
  .ui-caret .x-btn-wrap {
    background-repeat: no-repeat;
    background-image: url("resources/images/T7/alert-caret.png");
    padding: 0px;
    width: 10px !important; }

.jspSeeklink {
  background-image: url("resources/images/etc/icon_search.gif");
  background-position: left center;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle; }

.icon-description {
  vertical-align: -4px; }

.icon-info:before {
  content: "\f05a";
  color: #00205B;
  font-size: 14px; }

.ft-image-focus {
  border-color: #00205b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00205b, 0 0 8px #00205b;
  box-shadow: inset 0 1px 1px blue, 0 0 8px #00205b; }

.ft-icons-entry {
  background-image: url(resources/images/T7/row-expander-minus.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px !important;
  cursor: pointer;
  width: 20px;
  height: 22px; }

.ft-accordion-collapsed .ft-icons-entry {
  background-image: url(resources/images/T7/row-expander-plus.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: 0px;
  cursor: pointer;
  width: 20px;
  height: 22px; }

.t7-anchor:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  text-decoration: underline; }

.dropDown-caret {
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: visible; }

.grdlnk-notify-icon {
  min-width: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  border-width: 0px;
  background-image: url(resources/images/T7/grid/icon_grid.png); }

.icon-gln-fcy {
  background-position: 0 -90px;
  padding: 0px !important; }

.iconlink {
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle; }

.icon_discard:before {
  font-family: fontawesome !important;
  content: '\f014';
  font-size: 18px; }

.icon_reject {
  font-family: fontawesome !important;
  content: '\f00d';
  font-size: inherit; }
  .icon_reject:before {
    font-family: fontawesome !important;
    content: '\f00d';
    font-size: inherit; }

.icon_rollover {
  font-family: fontawesome !important;
  content: '\f01e';
  font-size: 18px; }
  .icon_rollover:before {
    font-family: fontawesome !important;
    content: '\f01e';
    font-size: 18px; }

.online_link {
  border-width: 0;
  display: inline-block;
  height: 18px;
  min-width: 18px;
  background: url(resources/images/T7/icon_online.png) no-repeat top left; }

.offline_link {
  border-width: 0;
  display: inline-block;
  height: 18px;
  min-width: 18px;
  background: url(resources/images/T7/icon_offline.png) no-repeat top left; }

.fileUploadLink {
  font-size: 14px;
  cursor: auto;
  padding: 0px 2px 0px 2px; }
  .fileUploadLink:hover {
    text-decoration: none; }

.icon-action-dropdown {
  background-position: right center;
  border: 1px solid #4a4a4a;
  display: inline-block;
  border-radius: 4px;
  background-color: #67686b;
  height: 26px;
  color: #fff;
  text-align: center;
  padding: 6px 12px;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
  overflow: visible;
  font-size: 12px;
  padding-right: 10px;
  padding-top: 5px;
  width: 85px; }

.x-grid .icon-action-dropdown {
  color: #fff; }
  .x-grid .icon-action-dropdown:hover {
    color: #fff;
    text-decoration: none; }

.icon-action-dropdown:hover, .icon-action-dropdown:focus {
  color: #fff;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  text-decoration: none; }

.disabled-action-dropdown {
  opacity: .5; }
  .disabled-action-dropdown.icon-action-dropdown:hover {
    opacity: .4; }

.icon-action-dropdown:after {
  font-family: fontawesome;
  content: "\f0d7";
  margin-left: 11px; }

.fa.fa-building, .fa.fa-building:before {
  font-family: fontawesome;
  content: "\f1ad";
  color: #00205b; }

.delete-icon {
  font-family: fontawesome;
  content: "\f00d";
  font-size: 14px;
  padding: 0 5px 0 5px;
  color: #4a4a4a !important; }

.delete-icon:before {
  font-family: fontawesome;
  content: "\f00d";
  font-size: 14px; }

.blockMsg {
  width: 162px !important;
  background-position: 6px 6px;
  background-repeat: no-repeat;
  height: 68px;
  left: 46% !important;
  font-size: 16px;
  opacity: 1 !important;
  color: #4a4a4a !important;
  border: 1px solid #67686b !important; }
  .blockMsg #loadingMsg {
    height: 100%;
    width: 100%;
    padding: 20px 10px; }
    .blockMsg #loadingMsg img {
      width: 30px;
      height: 30px; }

.blockOverlay {
  z-index: 20000; }

.radio-inline, .checkbox-inline, .ux-dialog.ui-dialog-content .radio-inline, .ux-dialog.ui-dialog-content .checkbox-inline {
  font-size: 16px; }

#disclaimerTextIcon {
  color: #00205b !important; }

/*
===============
Helper classes.
===============
*/
.ft-margin-very-small-l {
  margin-left: 2px !important; }

.ft-margin-very-small-r {
  margin-right: 2px !important; }

.ft-margin-small-b {
  margin-bottom: 4px; }

.ft-margin-very-small-t {
  margin-top: 2px; }

.ft-margin-very-small-b {
  margin-bottom: 2px; }

.ft-margin-extra-large-t {
  margin-top: 14px; }

.ft-margin-extra-large-b {
  margin-bottom: 14px; }

.ft-margin-medium-b {
  margin-bottom: 6px; }

.ft-padding {
  padding: 10px;
  display: inline-block; }

.ft-padding-t {
  padding-top: 10px; }

.ft-padding-l {
  padding-left: 10px; }

.ft-padding-r {
  padding-right: 10px; }

.ft-padding-b {
  padding-bottom: 10px; }

.ft-padding-small-t {
  padding-top: 4px; }

.ft-padding-medium-b {
  padding-bottom: 6px; }

.ft-margin {
  margin: 10px; }

.ft-margin-t {
  margin-top: 10px; }

.ft-margin-l {
  margin-left: 10px; }

.ft-margin-r {
  margin-right: 10px; }

.ft-margin-b {
  margin-bottom: 10px; }

.ft-margin-large-t {
  margin-top: 12px; }

.ft-pull-left {
  float: left; }

.ft-pull-right {
  float: right; }

.ft-no-padding-right {
  padding-right: 0px !important; }

.ft-no-padding-left {
  padding-left: 0px !important; }

.ft-no-padding-top {
  padding-top: 0px !important; }

.ux_no-border {
  border: none !important; }

.ft-inline-block {
  display: inline-block;
  vertical-align: bottom; }

.ft-align-left {
  text-align: left; }

.ft-border-left {
  border-left: 1px solid #eaeaea; }

.ft-border-bottom {
  border-bottom: 1px solid #ddd; }

.ft-no-padding {
  padding: 0px 0px 0px 0px !important; }

.ft-no-margin {
  margin: 0px 0px 0px 0px !important; }

.ft-margin-colon {
  margin-top: 5px !important;
  margin-left: 5px !important;
  margin-right: 8px !important;
  width: 0% !important; }

.ft-width-bmsg {
  width: 45% !important; }

.ux_largemargin-right {
  margin-right: 10px !important; }

.w165 {
  width: 165px !important;
  min-width: 165px !important; }

.w170 {
  width: 170px !important;
  min-width: 170px !important; }

[hidden], template {
  display: inline-block !important; }

.ux_no-border-right {
  border-right: 0px !important; }

.rightfloating {
  float: right; }

.leftfloating {
  float: left; }

.inline_block {
  display: inline-block; }

.noLeftPadding {
  padding-left: 0px !important; }

.highZIndex {
  z-index: 20000 !important; }

.nopaddinglr.col-sm-4 {
  padding-left: 0px;
  padding-right: 0px; }

.nowrap {
  white-space: nowrap; }

.fa-arrow {
  text-align: center;
  margin-top: 31px;
  color: #a4a4a4; }

.rightAlign {
  text-align: right !important; }

.t7-hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid #bbb; }

.t7-light-hr {
  margin-top: 0px;
  margin-bottom: 8px;
  border: 0;
  border-top: 1px solid #e3e3e4; }

.nofloating {
  float: none !important; }

.word-break {
  word-break: break-all; }

.w100 {
  width: 100%; }

.visible_overflow {
  overflow: visible; }

.ft-small-font {
  font-size: 12px; }

.ft-normalpadding-l {
  padding-left: 4px; }

.ui-widget-overlay {
  position: fixed; }

.ft-extraPadding-t {
  padding-top: 28px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .labelAlign {
    margin-bottom: 25px;
    vertical-align: middle; } }
input[type="checkbox"].checkbox-center-align {
  margin-left: 20px;
  margin-top: 12px; }

.ft-medium-padding-t {
  padding-top: 8px; }

.ft-normal-padding-t {
  padding-top: 5px; }

.ft-large-padding-t {
  padding-top: 15px; }

/*# sourceMappingURL=t7-main.css.map */
