/* SS&C Portal Styles */
:root * {
	/*
		This is set here so links will still show correctly.
		It can be overridden in ssnc-bootstrap-typography.css
	*/
	/*font-family: ssp-regular, Arial;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
	/*font-family: 'Source Sans Pro', Arial;*/
	/*font-family: 'Gotham SSm A', 'Gotham SSm B', Arial;*/
	font-size: 14px;
	font-kerning: normal;
	font-variant-ligatures: common-ligatures, contextual;
	font-variant-numeric: lining-nums, tabular-nums;
	-moz-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
	-ms-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
	-webkit-font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
	font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
}
html {
	height: 100%;
}
body {
	height: 100% !important;
	padding: 0;
	background: #CCD1D9;
}
body.go-body {
	padding: 0;
}
#header,
#footer {
	height: 4em;
	z-index: 5;
}
#header,
header.header {
	height: 3.5em;
}
#header .dropdown.menu-full {
	display: block;
}
.navbar-header,
.navbar-more {
	height: 4em;
}
.navbar-brand {
	display: block;
	width: 65%;
}
/* Bad Browser Notice */
.browser-note {
	position: absolute;
	top: 10px;
	right: auto;
	left: auto;
}
.browser-notice {
	font-weight: bold;
}
.browser-selection {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0;
}
.browser-vendor {
	flex: 1;
	text-align: center;
	list-style: none;
}
/* Page Level Filters Row */
.filter-row {
	position: fixed;
	background: #e4e7eb;
	height: 3.5em;
	top: 3.5em;
	width: 100%;
	z-index: 5;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0.5rem;
}
#main-nav-toggle,
.toggle-sidebar,
.toggle-sidebar-mobile,
.toggle-filters-mobile,
.toggle-search-mobile,
.page-options,
.grid-options {
	display: block;
	height: 100%;
	width: 3em;
    line-height: 3em;
    padding: 0 1em;
}
.toggle-sidebar {
	/*position: absolute;*/
	position: relative;
    float: left;
	/*background: #324761;*/
	background: #ffffff;
	top: 0;
	left: 0;
	line-height: 3.5em;
    /*width: 95px;*/
    height: 3.5em;
    width: 3.5em;
}
.quick-search-mobile {
	position: absolute;
	width: 100%;
	height: 3.5em;
	top: 3.5em;
	right: 0;
	padding: 0.5rem;
	background: #aeb3bd;
	text-align: right;
}

.quick-search-mobile button,
.quick-search-mobile input {
	height:37px;
	margin:5px 0px;
}
.quick-search-mobile input {
	color: #aeb3bd;
}
#main-nav-toggle {
    height: 3.5em;
    width: 3.5em;
    line-height: 3.5em;
    position: absolute;
    top: 0;
	right: 0;
    color: #fff;
    padding: 0 1.25em;
	z-index: 5;
}
#main-nav-toggle ul {
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
}
.toggle-sidebar-mobile {
	height: 3.5em;
	width: 3.5em;
    line-height: 3.5em;
	position: relative;
	float: left;
	/*color: #fff;*/
    /*padding: 0 1.25em;*/
    background: #fff
}
.toggle-filters-mobile,
.toggle-search-mobile {
	flex: 0;
	cursor: pointer;
}
.page-options,
.grid-options {
	right: 0;
}
.page-options > .dropdown-menu {
	padding: 1rem;
}
.page-options > .dropdown-menu,
.grid-options > .dropdown-menu {
	left: auto;
	right: 30%;
	min-width: 300px;
}
.grid-options > .dropdown-menu {
	padding: 0;
}

.dropdown-menu > .menu-container {
	padding: 1rem 1rem 0;
}
.filter-row .filter {
	align-self: flex-start;
}
#footer.navbar-default {
	border: none;
}
#footer .nav-more {
	float: right;
	padding: 0;
}
#footer .nav-more.open {
	background: #fff;
	color: #324761;
}
#footer .nav-more > span.dropdown-toggle {
	cursor: pointer;
	display: table-cell;
	height: 64px;
	padding: 0 25px;
	vertical-align: middle;
}
#wrapper {
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
#navigation {
	height: 64px;
	overflow: visible;
}
#navigation .dropdown-menu li a {
	width: 100%;
}
#preference-controls .dropdown-toggle {
	width: 3.5em;
	height: 3.5em;
	padding: 10px;
	line-height: 3.5em;
	text-align: center;
}
#main-wrapper {
	height: 100%;
	/*overflow-y: auto;*/
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	padding: 0;
	z-index: 1;
}
#main {
	width: 100%;
	/*overflow: hidden;*/
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 55px 15px 0px 15px;
	z-index: 2;
	height: 100%;
}
.risk {
	width: 100%;
	height: 100%;
}
#main.home {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: relative;
}
#main.home > .rows {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	flex: 0 1 80%;
	height: calc(100% - 64px);
}
#main.investor-home > .rows {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 430px;
}
#main.home {
	overflow: hidden;
}
.home-panel {
	display: flex;
	flex: 0 calc(25% - 10px);
	width: calc(25% - 10px);
	height: 40%;
	margin: 5px;
	transition: all 0.3s ease;
}
.home-panel .panel {
	display: flex;
	flex-flow: column nowrap;
	flex: 1;
	justify-content: center;
	align-content: space-around;
	margin-bottom: 0;
	background: none;
	border: none;
}
.home-panel .panel-body {
	justify-content: center;
	align-content: center;
	padding: 0;
}
.home-panel .panel-icon {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 50%;
	min-width: 15vh;
	max-width: 15vh;
	min-height: 15vh;
	max-height: 15vh;
	background: #f7f7f7;
	margin: 0 auto;
	border: 2px solid #ccc
}
.panel-icon img {
	width: 8vh;
	height: 8vh;
}
.home-panel .panel-footer {
	font-size: 3rem;
	font-family: ssp-xtra-light, Arial;
	text-align: center;
	border: none;
	background: transparent;
	padding: 0;
}
.home-panel .panel-title {
	font-weight: bold
}
#menu .fund-dropdown h4,
#menu .investor-dropdown h4 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
#userName.ellipsis,
#prevUserName.ellipsis {
	max-width: 130px;
}
#menu .list-group-item {
	padding: 0;
}
#accordion li.panel {
	margin: 0;
	box-shadow: none;
	cursor: pointer;
	background: transparent;
	font-weight: bold;
}
#accordion li.panel > ul {
	width: 100%;
}
#accordion li.panel > ul > li {
	padding: 5px 15px;
}
#accordion li.panel > ul > li > a {
	display: block;
}
#accordion li.panel > ul > li > a:hover {
	text-decoration: none;
}
#buttonContainer > .btn-group > .btn.selected {
	background-color: #fff;
	border-radius: 0;
}
#buttonContainer > .form-group.selected {
	background-color: #fff;
	padding: 5px;
	position: absolute;
	right: 0;
	z-index: 10;
}
#buttonContainer > .form-group .btn-group .btn:not(.btn-primary) {
	background: transparent;
}
#buttonContainer > .form-group .btn-group .btn-primary {
	background: #337ab7;
}
.btn.sidebarToggle {
	color: #fff;
	padding: 0;
}
.panelEdit .btn-group .btn-section {
	display: inline-block;
}
#sidebarToggle {
	width: 40px;
}
#sidebarToggle.popout {
	background-color: #dddddf;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	left: 0;
	position: absolute;
	z-index: 9;
	-webkit-box-shadow: 0 6px 20px #afafaf;
	-moz-box-shadow: 0 6px 20px #afafaf;
	box-shadow: 0 6px 20px #afafaf;
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	opacity: 0.85;
}
.footer-toggle.popout {
	background-color: #dddddf;
	border-radius: 0;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	position: absolute;
	z-index: 9;
	-webkit-box-shadow: 0 6px 20px #afafaf;
	-moz-box-shadow: 0 6px 20px #afafaf;
	box-shadow: 0 6px 20px #afafaf;
	border: 1px solid #ccc;
	width: 40px;
	height: 40px;
	opacity: 0.85;
	right: 0;
}
#sidebarToggle.popout:hover {
	opacity: 1;
}
.tab-pane {
	padding: 0.5rem 0;
}
.card.pop-down {
	height: auto;
	left: 10%;
	position: absolute;
	right: 10%;
	width: auto;
}
.awards {
  height: 100px;
  width: 100px;
  margin: 0 5px 5px 0;
}
.socialMedia {
  width: 100%;
  text-align:center;
}
ul.siteList, #mediaRoom  ul {
	list-style-type: none;
}
#siteMap  > .siteMapBox  > .sectionHeader  > a,
#mediaRoom > div > h4 > a.mediaRoomHeader {
	color: #1c547f;
	font-size: 1.1rem;
}
#mediaRoom {
	padding: 20px 10px;
}
#logoBody {
	padding-left: 40px;
	margin: 10px 0px;
}
#logoBody  td {
	padding: 3px 0px;
}
#mediaRoom div.info {
	padding-bottom: 40px;
}
.logoNarrow, .logoWide {
	height: 200px;
	padding: 10px;
}
.logoNarrow > img, .logoWide  > img {
	padding-bottom: 10px;
}
.logoNarrow {
	width: 220px;
}
.logoWide {
	width: 300px;
}
.logoBlock {
	float: left;
}
.stop {
    border: 2px solid #a00505;
    padding: 5px;
}
#poweredBy {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
}
/* Sidebar and Lists */
.sidebar-wrapper {
	position: relative;
	height: 100%;
	margin: 56px 0 0 0;
	z-index: 4;
}
.sidebar .btn-group > .btn {
	background: #ddd;
}
.sidebar {
	position: relative;
	height: 100%;
	z-index: 4;
	overflow-y: auto;
}

.sidebar li,
.sidebar li a {
    position:static;
}

.extDOC .list-group-item,
.sidebar .list-group-item {
	border-radius: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: ssp-light, Arial;
	font-size: 1.8rem;
	letter-spacing: 0.125em;
	padding: 20px 0;
    position:static;
}
.sidebar .list-group-item a {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;

	color: inherit;
	background: inherit;
	/*font-family: ssp-light, Arial;*/
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial;
	/*font-size: 1.8rem;*/
	letter-spacing: 0.125em;
}
.sidebar .list-group-item a:hover {
	background: none;
}
.sidebar .list-group-item.active .nav li.active > a {
	display: block;
}
.sidebar .list-group-item.active .nav li a {
    border-left: 10px solid #1c7293;
}
.sidebar .list-group-item.active .nav li a {
	font-weight: bold;
}
.sidebar .list-group-item .nav li a:hover {
    border-left: 10px solid #ebab21;
}

.sidebar .list-group-item .nav li a {
    border-left: 10px solid #1c7293;
}

.list-group-item > .list-expand {
	display: inline-block;
}
.sidebar :first .list-group-item.active {
	padding: 15px;
}
[id$=sub-menu] {
	width: 100%;
	float: left;
	clear: left;
}
[id$=sub-menu] .nav .list-group-item > a {
	display: block;
	padding: 10px 15px 10px calc(6em - 10px);
	margin-left: 10px;
}
.sidebar .filebox {
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	max-height: 600px;
	border: 1px solid #CCC;
	border-top: 0;
	background: #F6F6F6;
	border-radius: 0 0 4px 4px;
}
.sidebar .filebox .emailFilename{
	border-bottom: 1px dotted #000;
	margin: 0;
	padding: 5px;
}
.nav li:not(.list-group-item):not(.panel) {
	display: flex;
	flex-flow: row wrap;
}
.nav .ellipsis,
#tabs [data-toggle=tab] {
	display: block;
	flex: 1 1 50%;
    min-width: 50%;
    padding-right: 0;
}
.nav .badge,
[data-toggle=tab] .badge {
	flex: 0 20%;
	min-width: 20%;
    max-width: 20%;
	height: 2.25rem;
	margin-top: 0.75em;
    margin-left: 0.25em;
    margin-right: 0.25em;
    padding-left: 0;
    padding-right: 0.5rem;
}
.nav a {
	outline: 0;
}
[data-toggle=tab] .badge {
	margin-top: 0;
}
.checkbox-list {
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	max-height: 500px;
	border: 1px solid #CCC;
}
.checkbox-list .subHeader {
	margin: 0;
	padding: 5px;
}
.checkbox-list .subHeader:hover {
	background: #c5d1e1;
}
.checkbox-list .subHeader.current {
	background: #849fbf;
}
.review-menu {
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
}
.sidebar .nav.list-group {
	margin-bottom: 0;
}
.sidebar .navigation-list {
	overflow-y:auto;
}
.sidebar .add-dashboard-item .collapse.in {
	display:inline-block;
}
.list-group li .list-group {
	margin-bottom: 0;
}
.list-group li .list-group li .list-group-item {
	padding: 10px 15px 10px 30px;
}
.list-group-horizontal {
	width: 100%;
}
.list-group-horizontal .list-group-item {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: transparent;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
	margin-left: -4px;
	margin-right: 0;
	border: none;
	padding: 9.5px 15px;
}
#menu.list-group-horizontal .list-group-item {
	padding: 0;
}
#menu.list-group-horizontal .list-group-item .list-group-item {
	padding: 21.8px 14px;
}
.list-group-horizontal .list-group-item:first-child {
	border-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
	border-radius: 0;
}
.main-nav {
	margin: 0 0 0 25px;
}
.main-nav li {
	width: 150px;
	text-align: center
}
.email-edit-form, .notice-edit-form {
	border: 1px solid #ccc;
	height: 400px;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
}
/* Mobile Footer */
.mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    line-height: 3.6em;
    height: 3em;
    width: 100%;
    z-index: 10;
	background: #30353e;
}
/* Inline visibility styles */
.inline-hidden-xs, .inline-hidden-sm, .inline-hidden-md, .inline-hidden-lg {
	display: inline !important;
}
.inline-visible-xs, .inline-visible-sm, .inline-visible-md, .inline-visible-lg {
	display: none !important;
}
.navbar-toggle {
	float: left;
}
.navmenu-fixed-left {
	z-index: 1;
}
.iframe-menu {
	position: relative;
	width: 50px;
	border: 1px solid #ccc;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #ededed;
	opacity: 0.7;
}
#navigation .dropdown,
#tm-headerIcons .dropdown {
	cursor: pointer;
	display: block;
	float: left;
}
#navigation .dropdown {
	height: 3.5em;
}
#navigation .dropdown.username,
#tm-headerIcons .dropdown.username {
	cursor: default;
}
#menubar {
	height: 3.5em;
	width: 100%;
}
#menubar dt {
	padding: 0 15px;
	overflow: hidden;
}
#menubar dd {
	display: inline-block;
	float: right;
}
#menubar svg {
	fill: currentColor;
}
/* Header Contacts Dropdown */
#contactsFrame {
	height: 40.25rem;
	width: 400px;
	background: #fff;
	border: 0;
}
.contacts-dropdown {
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	height: 40.25rem;
	position: absolute;
	width: 400px;
	z-index: 4999;
}
.contacts-inner-ipad {
	height: 40.25rem;
	overflow-x: auto;
}
.popup-card {
	left: 0;
	line-height: 1.42857143;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
/* Dashboard */
.box,
.sizer {
	height: 150px;
	width: calc(25% - 10px);
}
#emptyDashboard {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
	width: 30%;
	height: 22px;
}
.sizer {
	z-index: -1;
	position: absolute;
	left: -9999px;
}
#card,
#tile,
#tall,
#larg,
#port,
#quad,
#supr,
#full {
	position: absolute;
	z-index: -1;
	top: -9999px !important;
}
/*	CARDS

	Cards are used as an entry point to show more information.

*/
/* 1 x 1 */
.card {
	height: 290px;
	display: flex;
	flex: 0 0 calc(25% - 10px) !important;
	flex-flow: column nowrap;
	align-content: flex-start;
	margin: 5px;
	padding: 0;
}
.card .card-title {
	display: flex;
	flex-flow: row nowrap;
	align-self: flex-start;
	width: 100%;
	font-size: 2rem;
	padding: 5px 10px;
	margin-bottom: 0;
	color: #ccc;
	font-weight: 600;
	overflow: hidden;
}
.card .card-body {
	display: flex;
	flex-flow: row wrap;
	flex: 1 1 100%;
	padding: 10px 5px;
	position: relative;
	align-self: stretch;
	justify-content: center;
}
.card-logo {
	flex: 0 0 100%;
}
.card-block {
	flex: 1;
}
.card .card-footer {
	align-self: flex-end;
	width: 100%;
	font-size: 1.2rem;
	border-top: 1px solid #ccc;
	padding: 10px;
}
/* 2 x 1 */
.card.half {
	height: 150px !important;
}
/* 2 x 1 */
.card.large {
	flex: 0 0 calc(50% - 10px) !important;
}
/* 2 x 1 */
.card.tall {
	height: 590px;
	flex: 0 0 calc(25% - 10px) !important;
}
/* 2 x 2 */
.card.quad {
	height: 590px;
	flex: 0 0 calc(50% - 10px) !important;
}
/* 3 x 2 */
.card.super {
	height: 590px;
	flex: 0 0 calc(75% - 10px) !important;
}
/* 4 x 2 */
.card.full {
	height: 590px;
	flex: 0 0 calc(100% - 10px) !important;
}
.review-card {
		padding:5px;
		height:250px;
		overflow-y:auto;
		border:1px solid #bfc4cb;
}
.dragDrop {
	float: right;
	font-size: 0.8rem;
	display: none;
}

.chart-header {
	display: flex;
	flex-direction: row;
}
.chart-header-child {
	color: #434A54;
	flex-grow: 1;
	/*font-size: 16px;*/
	font-weight: 700;
}
.chart-header-right {
	text-align: right;
}
.chart-filters-container {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.chart-filters {
	flex: 1;
}
.chart-filter {
	float: left;
	width: 50%;
}
.datepicker-container {
	display: flex;
	flex-direction: row;
	padding: 0 15px;
}
.datepicker-separator {
	width: 1px;
	background: rgba(0,0,0,0.2);
	margin: 10px 15px;
}
.datepicker-col {
	flex-grow: 1;
}
.datepicker-col-header {
	background: #235164;
	color: #fff;
	font-weight: bolder;
	text-align: center;
}
/*	STAGE

	The stage element represents the area where all content should be display in the main viewing window

*/
.stage,
#accessContainer {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: 0;
	min-height: calc(100% - 0px);
	max-height: calc(100% - 10px);
	height: calc(100% - 10px);
	background: #fff;
	flex-flow: column nowrap;
}
#PreviewList {
	min-height: 225px;
}
.stage-filters,
.stage-form {
	padding: 5px;
	z-index: 4;
}
.stage-filters-main {
	display:flex;
	flex-flow: row wrap;
	flex:0 1 auto;
	align-content: flex-start;
	width: 100%;
}
.stage-filters,
.stage-form,
.stage-tabs {
	display: flex;
	flex-flow: row nowrap;
    align-content: flex-end;
	flex: 0 0 auto;
    justify-content: flex-start;
}
.stage-form {
	background: #d6e8ed;
	padding: 1em;
	height: auto;
}
.stage-tabs {
	align-items: center;
	background: #e6e9ed;
    justify-content: flex-start;
}
.stage-tabs a {
	display: block;
    border: 0 !important;
}
.stage-content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	flex: 1;
	order: 2;
	background: #fff;
	height: 100%;
	width: 100%;
	min-height: 0;
	position: relative;
	align-content: flex-start;
	z-index: 3;
}
.stage-data {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}
.stage-body {
	display: flex;
	flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
	flex: 1;
	overflow-y: auto;
}
.stage-body iframe,
.include-frame {
	flex: 1;
	min-height: 100%;
	max-height: 100%;
    overflow: auto;
    background-color: transparent;
	border: none;
}
.stage-content.has-error,
.stage-body.has-error {
	align-content: center !important;
    justify-content: center;
}
.has-error .stage-body {
	display: flex;
    flex: 0 50%;
    flex-flow: column nowrap;
    width: 100%;
    overflow: hidden;
	align-content: center !important;
    justify-content: center;
}
.stage-title {
	padding: 1rem;
	font-family: ssp-semi-bold, Arial;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 5px;
	width: 100%;
	align-self: flex-start;
}
.stage-title span,
.stage-title a {
	font-size: inherit;
}
.stage-footer {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 1rem;
	background: #30353e;
	color: #fff;
	font-weight: 200;
	min-height: 3.5em;
}
.stage-detail {
	display: none;
	flex: 1 0 0%;
	width: 0;
	background: #f0f0f0;
	transform-origin: right;
	transition: all 0.4s ease;
}
.detail-visible > .stage-content > .stage-data {
    width: 60%;
	overflow: hidden;
}
.detail-visible > .stage-content > .stage-detail {
    display: flex;
    flex-flow: column nowrap;
	flex: 1 0 40%;
	order: 3;
	overflow: auto;
	position: relative;
}
.stage-detail-header,
.stage-detail-footer {
	flex: 0 0 3.5em;
	padding: 0 1.4rem;
}
.stage-detail-header {
	display: flex;
}
.stage-detail-header-title {
	flex: 1;
	padding: 0 1rem;
}
.detail-close {
	flex: 0 4%;
}
.stage-detail-footer {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-end;
	position: relative;
}
.stage-detail-footer .delete-button {
	left: 2.4rem;
	top: 0.7rem;
}
.stage-detail-tabs {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 3em;
	margin: 0 1.4rem;
}
.stage-tabs .tab,
.stage-detail-tabs .tab,
.stage-detail-tabs .buttons {
    height: 3em;
}
.stage-tabs .tab,
.stage-detail-tabs .tab {
	flex: 1 1 auto;
    height: 2.4em;
	background: #f0f0f0;
	border-top: 2px solid transparent;
	text-align: center;
    line-height: 2.4em;
    font-size: 2rem;
}
.stage-tabs .tab {
	background: #e6e9ed;
	cursor: pointer;
}
.stage-tabs .tab:hover a {
	text-decoration: none;
}
.stage-detail-tabs .buttons {
	flex: 1 1 calc(80% - 1rem);
    width: calc(80% - 1rem);
}
.stage-tabs .active,
.stage-detail-tabs .active {
	background: #fff;
	border-top: 2px solid #967adc;
}
.stage-detail-body {
	position: relative;
	margin: 0 1.4rem;
	padding: 1rem;
	flex: 1;
	flex-flow: column nowrap;
	overflow-y: scroll;
	min-height: 200px;
	background: #fff;
}
.stage-detail-body:not(.edit) .media-detail-item {
	display: flex;
	flex-flow: row wrap;
}
.detail-title,
.detail-value {
	width: 50%;
}
.detail-title {
	color: #666;
}
.detail-value {
	text-align: right;
	font-weight: bold;
}
.v-scrollbar {
    width: 10px;
	right: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    border-radius: 0;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.v-scrollbar:hover,
.v-scrollbar.dragging {
    background: rgba(0, 0, 0, 0.15);
}
.v-scrollbar.dragging {
	cursor: ns-resize;
}
.v-handle {
    width: 6px;
	margin: 0 2px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.v-scrollbar:hover .handle,
.v-scrollbar.dragging .handle {
    width: 10px;
}
.v-scrollbar.dragging .handle {
	cursor: ns-resize;
}
.h-scrollbar {
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    border-radius: 0;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}
.h-scrollbar:hover,
.h-scrollbar.dragging {
    background: rgba(0, 0, 0, 0.15);
}
.h-handle {
    height: 6px;
	margin: 2px 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    -webkit-transition: width 250ms;
    transition: width 250ms;
}
.scrollbar-corner {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.15);
}
#invOrder ul, #clntOrder ul {
    list-style-type: none;
}
#btn-all-documents {
	font-size: 1rem;
	padding-top: 0;
}
.mobile-dropdown,
#filtersPane,
#searchPane,
#noticesPane {
	position: absolute;
	top: 7em;
	left: 0;
	z-index: 10;
	width: 100%;
    height: calc(100% - 7em);
	background: white;
}
.mobile-dropdown-close,
#noticesClose {
    min-height: 35px;
}
/* Dashboard Widgets */
.box.card {
	display: block !important;
	height: 290px;
	width: calc(25% - 15px);
	padding: 0;
	margin: 5px;
	flex: none !important;
	position: relative;
}
.box.card > .card-title {
	font-size: 1.3rem;
	border-bottom: 1px solid #eee;
	padding: 6px 5px;
	margin-bottom: 0;
	color: #AAB5BC;
	overflow: visible;
}
.doc-header-fullscreen {
	flex-grow: 1;
	overflow: hidden;
	display:flex;
	flex-flow: row nowrap;
}
.doc-header {
	display: inline-block;
    max-width: calc(100% - 2.5rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 2px;
}
.fullscreen-button {
	padding: 0px 3px;
	cursor: pointer;
}
[class$="-back-button"] {
	border-right: 1px solid #fff;
	margin-right: 12px;
    display: inline-block;
    padding: 0 12px;
}
/* 1 x 0.5 */
.box.card.tile {
	height: 140px;
}
/* 2 x 1 */
.box.card.large {
	width: calc(50% - 20px) !important;
}
/* 2 x 1 */
.box.card.tall {
	height: 590px !important;
	width: calc(25% - 15px) !important;
}
/* 2 x 2 */
.box.card.quad {
	height: 590px !important;
	width: calc(50% - 20px) !important;
}
/* 3 x 2 */
.box.card.super {
	height: 590px !important;
	width: calc(75% - 25px) !important;
}
/* 4 x 2 */
.box.card.full {
	height: 590px !important;
	width: calc(100% - 30px) !important;
}
.box.card > .card-body {
	clear: both;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	display: block;
	height: calc(100% - 80px);
	width: 100%;
	margin-bottom: 10px;
	flex: none;
}
.box.card.fullscreen > .card-body {
	height: calc(100% - 90px);
}
.box.card.large-edit > .card-body {
	height: calc(67% - 4rem);
}
.box.card.tile > .card-body {
	height: calc(100% - 3.6rem);
	margin-bottom: 0;
	overflow: hidden;
	display: flex;
	flex-flow: row nowrap;
}
.box.card.tile .icon,
.box.card.tile .info {
	height: 100%;
	display: inline-block;
}
.info > h4 {
	margin-top: 0;
}
.box.card.tile .icon {
	width: 25%;
    flex: 0 0 25%;
    padding: 0.25rem;
}
.box.card.tile .info {
	width: 75%;
    flex: 0 0 75%;
    padding: 0.25rem;
}
.icon.left {
	order: 1;
}
.icon.left + .info {
	order: 2;
}
.icon.right {
	order: 2;
}
.icon.right + .info {
	order: 1;
}
.box.card.tall > .card-body,
.box.card.quad > .card-body,
.box.card.super > .card-body,
.box.card.full > .card-body {
	height: calc(93% - 5rem);
}
.box.card.tall.large-edit > .card-body,
.box.card.quad.large-edit > .card-body,
.box.card.super.large-edit > .card-body,
.box.card.full.large-edit > .card-body {
	height: calc(100% - 120px);
}
.box.card.tall.large-edit.fullscreen > .card-body,
.box.card.quad.large-edit.fullscreen > .card-body,
.box.card.super.large-edit.fullscreen > .card-body,
.box.card.full.large-edit.fullscreen > .card-body {
	height: calc(100% - 135px);
}
.box.card > .card-body.no-dropdown {
	height: calc(99% - 5rem);
	width: 100%;
}
.card-edit {
	padding: 3px;
}
.box.card > .table-view {
	display: none;
}
.card .fa-file-pdf-o {
	color: #db0a0d !important;
}
.card .fa-file-word-o {
	color: #2d559a !important;
}
.card .fa-file-powerpoint-o {
	color: #d34726 !important;
}
.card .fa-file-excel-o {
	color: #237145 !important;
}
.flip {
	margin: 0;
	padding: 0;
}
.card, {
	z-index: 3
}
.card .show-chart {
	display: none;
}
.card-title {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}
.card-title.grabbed {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}
.no-grab .card-title {
	cursor: auto !important;
}
.card > .tools select {
	margin-left: 5px;
	margin-top: 3px;
}
.card > .edit,
.card > .table-view {
	display: none;
}
.card-title .ellipsis a {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.card small {
	margin: 5px 0;
}
.card-body small {
	display: inline-block;
}
.card-body {
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
}
.box.card.fullscreen {
	transition: width .4s, height .4s, left .4s, top .4s;
	width: calc(100% - 2em) !important;
	height: calc(100% - 9em) !important;
	left: 10px !important;
	top: 120px !important;
	position: absolute !important;
}
.stage-content #gomain .box.card.fullscreen {
	top: 0 !important;
	height: calc(100% - 2em) !important;
}
.card-body .fullscreen-custom + svg {
	display: none !important;
}
.box.card.fullscreen .hidden-fullscreen {
	display: none;
}
.portlet-table [align=left] {
	width: 40%;
}
.portlet-table [align=right] {
	width: 60%;
}
[id$=PopImage] {
	width: 90%;
	height: 90%;
	margin: 0 auto;
}
[id$=PopImage] svg {
	display: block;
	margin: 0 auto;
}
.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}
.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #235164;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	} 40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}
.panelAccordion .panelAccordion {
	margin: 0 0 0 15px;
}
.panelAccordion .panelAccordionContent {
	margin: 0 0 0 30px;
	padding: 0 0 0 15px;
}
/* PE Panel */
.pe-panel {
	font-size: 1rem;
}
.pe-panel .row {
	display: flex;
	display: -ms-flexbox;
}
.pe-panel .row > div {
	align-self: flex-end;
}
.pe-panel .padded {
	margin-bottom: 10px;
}
.pe-panel .bottom {
	margin-bottom: 2.3em;
}
.indexCurrent {
	font-size: 1.3em!important;
}
.indexDetails {
	font-size: 0.75em!important;
}
/* Tables & Grids */
.table-scrollable {
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	height: calc(100% - 25px);
}
.table-fixed-header {
	margin-bottom: 0;
	border-collapse: separate;
	flex: 1;
}
.table-border-right {
	border-right: 1px solid #ccc;
}
.table-border-left {
	border-left: 1px solid #ccc;
}
.table-border-bottom {
	border-bottom: 1px solid #ccc;
}
.table-outline {
	border: 1px solid #ccc;
}
.ui-resizable,th.ui-resizable {
	position: relative;
	border-right:2px solid #ddd;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
	border-left:1px
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: 0px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 1.4rem;
	left: 0px;
	top: 0;
	height: 100%;
	font-family: 'font SSNC';
}
.ui-resizable-w:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    height: 16px;
    width: 1.4rem;
	z-index: 91;
	font-family: 'font SSNC';
	font-size: 1.4rem;
    content: '\0051';
	color: #000;
}
.ui-resizable-w:hover {
	background-color: silver;
}
/* Grid header and Footer */
.header-fixed {
	position: fixed;
	top: 60px;
	z-index: 99;
	box-shadow: 1px 1px 2px 1px #efefef;
	background: #fff;
}
.header-title {
	width: 100%;
}
.footer-fixed {
	position: fixed;
	bottom: 0;
	z-index: 100;
	box-shadow: 0 0 1px 1px #efefef;
	background: #fff;
}
.table {
	display: table;
	table-layout: fixed;
}
.table-mobile {
	table-layout: auto;
}
.table-column-group {
	display: table-column-group;
	flex: none !important;
}
.table-column {
	display: table-column;
	flex: none !important;
}
.table-head {
	display: table-header-group;
	flex: none !important;
}
.table-head .table-row:last-of-type .table-cell{
	background: #fff;
}
.table-head .table-row:first-of-type .table-cell{
	/*background: #4d6d94;*/
	background: #0A85C7;
	color: #fff;
	/*font-family: ssp-semi-bold, Arial;*/
	font-family: 'Gotham SSm A', 'Gotham SSm B', Arial;
}
.table-body {
	display: table-row-group;
	flex: none !important;
}
.table-row {
	display: table-row;
	flex: none !important;
}
.table-row:hover .table-cell,
.table-row.hover .table-cell {
	background: #e9f1f5;
}
.table-row.selected .table-cell {
	background: #849fbf;
	color: #fff;
}
.table-row.parent .table-cell {
    color: #333;
    font-weight: bold;
}
.table-row.parent.open .title-cell:before {
	font-family: 'FontAwesome';
	content: '\f147';
	float: left;
    width: 16px;
    margin-right: 1em;
}
.table-row.parent.closed .title-cell:before {
	font-family: 'FontAwesome';
	content: '\f196';
	float: left;
    width: 16px;
    margin-right: 1em;
}
.table-row[data-parent-id].open .title-cell:before,
.table-row[data-parent-id].closed .title-cell:before {
	margin-right: 2em !important;
}
.table-row.parent[data-parent-id] .table-cell {
    color: #7795b8;
}
.table-row.child .title-cell {
	padding-left: calc(3.5em + 16px);
}
.row-area {
	display: flex;
	flex-flow: column nowrap;
	height: 300px;
	padding: 0 1rem 2rem 2.75rem;
}
[class$=__area-header] {
	flex: 0;
	padding: 0.5rem;
	border-bottom: 2px solid #ccc;
}
.row-area__area-content {
	flex: 0 1 auto;
	overflow-y: auto;
}
.row-area__area-footer {
	padding: 0.5rem;
	background: #30353e;
}
.content-list {
	display: flex;
	flex-flow: row wrap;
}
.content-list dt {
	width: 80%;
	height: 40px;
	padding: 0.5rem;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.content-list dd {
	width: 20%;
	height: 40px;
	padding: 0.5rem;
	border-bottom: 1px dashed #ccc;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.table-cell {
	flex: none !important;
	display: table-cell;
	font-size: 1.4rem;
	padding: 6px;
}
.media-icon > img {
	width: 3rem;
	height: 3rem;
}
.media .media-icon > img {
	width: 6rem;
	height: 6rem;
}
.table-body .table-cell {
	z-index: 1;
	/*position:relative;*/
}
.table-body .table-row-editing .table-cell {
	z-index: 2;
}
.table-body .table-cell.locked {
	z-index: 3;
}
.table-body .table-row-editing .table-cell.locked {
	z-index: 4;
}
.table-head .table-cell {
	z-index: 5;
}
.table-head .table-cell.locked {
	z-index: 6;
}
.table-cell-edit {
	width:100%;
	height:30px;
}
.table-head .table-cell input[type=text] {
	background: transparent;
	border: 0;
	width: calc(100% - 25px);
    margin-left: 5px;
}
.table-edit-tabletype,
.table-edit-scrolltype {
	display: inline-block;
	width: 50%;
	padding: 0.75rem;
	margin-bottom: 8px;
}
.table-edit-tabletype {
	border-right: 1px solid #222140
}
.table-edit-buttons {
	background: #30353e;
	padding: 1rem;
}
.table-row-editing,
.table-row-editing .table-cell,
.table-row-editing:hover .table-cell {
	background: #a3ccd2;
}
.table-row-deleting,
.table-row-deleting .table-cell,
.table-row-deleting:hover .table-cell {
	background: #fc9595;
}
.columnDisabled {
	color: #ccc;
}
.table-item .media-right {
	padding-left: 0;
}
/* Theme Manager */
.themeOptions {
	flex: 1;
}
.themeOptions .bg-danger {
  padding: 0px 5px;
  margin-left: 5px;
}
.themeOptions .colorpickerGrp span:last-child {
	overflow: hidden;
	padding: 0;
	width: 32px;
}
.themeOptions .colorpickerGrp span:last-child i {
	height: 100%;
	width: 100%;
}
.themeOptions #tm-headerPreview {
	height: 7em;
	position: relative;
}
.themeOptions #tm-headerPreview img {
	max-height: calc(3.5em - 15px);
}
.themeOptions #tm-headerBtnPreview,
.themeOptions #tm-headerHoverBtnPreview {
	display: inline-block;
	height: 3.5em;
	position: relative;
	width: 3em;
}
.themeOptions #tm-logoLinkPreview {
	padding: 5px 5px;
}
.themeOptions #tm-sidebarPreview {
	padding: 0;
}
/*.themeOptions #tm-sidebarPreview .list-group-item {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 1.2rem;
	background: #ddd;
	border-bottom: 1px dashed #ccc;
	color: #222140;
}
.themeOptions #tm-sidebarPreview .list-group-item.active {
	background-color: #fff;
}
.themeOptions #tm-sidebarPreview .btn-group .btn {
	background-color: transparent;
	border-bottom: 1px dashed black;
	border-radius: 0;
}
.themeOptions #tm-sidebarPreview .preview-nav {
	background: #1c547f;
	border-bottom: 1px dashed #1c547f;
	color: #fff;
}
*/
.themeOptions .colorpickerContainer {
	float: right;
	height: 0px;
	position: relative;
	width: 32px;
}
.tm-headerIcon {
	padding: 10px;
}
.tm-headerIcon {
	font-size: 2em!important;
}
.tm-filterRow {
	position: absolute;
}
/*.themeOptions #tm-headerIcons i {
	padding: 0px;
}
.themeOptions #tm-headerIcons  > ul > li > ul > li > a:hover{
	background-color: transparent;
}*/

.themeOptions #tm-tableView td {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.themeOptions .palettePickerContainer {
	height: 0;
	position: relative;
	width: 0;
}
.themeOptions .palettePicker {
	margin: 5px -5px;
	position: absolute;
	width: 483px;
	z-index: 1;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	list-style: none;
	font-size: 0.8rem;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 20px #AFAFAF;
	-moz-box-shadow: 0 6px 20px #AFAFAF;
	box-shadow: 0 6px 20px #AFAFAF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	z-index: 4;
}
.themeOptions .palettePicker .palette {
	float: left;
}
.themeOptions #tm-gridToggles {
	margin: 0 auto;
}
#tm-status table {
	width: 100%;
}
.tm-statusLabel {
	padding-right: 5px;
}
.tm-statusData {
	text-align: right;
}
#themeLogoCrop img#cropPreview {
	max-width: 100%;
}
.sidebar .themeBtn {
	margin-right: 4px;
}
/*Document media view border setup*/
#main #dataContainer {
	height:100%;
}

#main .detail-container{
	height:100%;
}

#main .detail-container .detail-header{
	height:50px;
}

#main .detail-container .detail-body{
	height:calc(100% - 100px);
	padding: 5px;
	overflow:auto;
}

#main .detail-container .detail-footer{
	height:50px;
}

#main .media.list {
	margin-top: 5px;
	padding: 2px 2px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.table-fixed-header tr,
.card-med {
	cursor: pointer;
}
#main .media.list:last-child {
	border-bottom: none;
}
.doc-disclaimer {
    width: 100%;
    padding-left: 5px;
}
/* Login Page */
.login-screen {
	display: flex;
	flex-flow: row nowrap;
	flex: 1;
	height: 100% !important;
	align-content: stretch;
	align-items: stretch;
}
.login-screen .logo {
	position: fixed;
	padding: 3em;
}
.login-stage {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 66%;
	height: 100%;
	align-self: flex-start;
	align-items: flex-start;
	justify-content: center;
}
.login-welcome {
    display: inline-flex;
    flex-flow: column wrap;
    justify-content: center;
	align-content: flex-start;
	flex: 1 1 auto;
	max-width: 100%;
	padding: 3em;
}
.login-welcome a {
    text-decoration: none;
}
.login-heading,
.login-sub-heading {
	font-family: ssp-xtra-light, Arial;
	color: white;
    display:block;
}
.login-heading {
	font-size: 4.5vh;
}
.login-sub-heading {
	font-size: 3rvh;
}
.login {
	display: flex;
	flex: 1 1 34%;
	height: 100%;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-content: flex-end;
}
.login h2 {
	margin: 0;
	font-size: 3.25rem
}
.login h1 a {
	width: 100%;
	display: block;
}
.login-form {
	display: flex;
	flex-flow: row wrap;
	flex: 1 1 90%;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 90%
}
.login-form form {
	width: 80%
}
.login-form p:not(.alert) p:not(.warning),
.login-form form p:not(.alert) p:not(.warning) {
	color: #fff;
    font-family: ssp-xtra-light, Arial;
}
.login-icons {
	display: flex;
	flex-flow: row nowrap;
	flex: 1;
	justify-content: center;
	height: 90%;
}
.login-icons a {
	margin: 0 5px;
}
/* ssncAlert */
.alert.alerting {
	padding: 0;
}
.alerting {
	display: flex;
	flex-flow: row nowrap;
    justify-content: space-between;
    min-width: 35%;
}
.alerting.multiLine {
    flex-flow: row wrap !important;
}
.modal-title {
	font-weight: bold;
}
.modal-contents {
	height: 100%;
	padding: 1rem;
    width: 100%;
	min-width: 65%;
    flex: 0 1 100%;
}
.modal-buttons {
	flex: 0 1 auto;
	display: flex;
	flex-flow: row nowrap;
	height: auto;
    justify-content: flex-end;
    padding: 1rem;
}
.modal-buttons.inline-buttons {
    padding: 0;
	min-width: 35%;
}
.modal-buttons.footer-buttons{
    width: 100%;
}
.modal-button {
	border: 0;
	height: 100%;
	min-width: 55px;
}
.modal-close {
	padding-right: 1rem;
    padding-top: 0.5rem;
    flex: 1 auto;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.modal-button:last-of-type {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Notifications */
#noticeList {
	min-width: 300px;
	margin-top: 0px;
	border: none;
	border-radius: 0;
	padding: 0;
}
#noticeList  > li > a {
	display: block;
	padding: 5px;
}
#noticeList .panel {
	margin-bottom: 0;
	background: #fff;
	box-shadow: none;
}
#noticeList .panel a:not(.collapsed) {
	background: #dedede;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #333;
}
#noticeList .panel a + div {
	background: #fefefe;
}
#noticeList li {
	border-bottom: 1px dashed #ccc;
}
#noticeList li:last-child {
	border-bottom: none;
}
#noticeList div,
#noticeList div a {
	color: #333;
}
div[id^="notice-"] {
	padding: 3px;
	margin-bottom: 3px;
}
#notices-main {
	background: #3d3b72;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 3;
}
#notices-main .panel {
	background: transparent;
	border-bottom: 1px dashed #fff;
	box-shadow: none;
	margin: 0;
	padding: 10px 10px;
}
#notices-main .panel a {
	color: white;
}
#notices-main .panel a + div {
	background: #fff;
	margin-top: 10px;
}
.notification,
.logout {
	margin: auto !important;
	z-index: 5001;
	padding: 10px;
	overflow: hidden;
	height: auto;
	position: relative;
	top: 50%;
	transform: translateY(-20%);
	background: #fff;
	display: none;
	width: 50%;
}
.modal {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	display: none;
	z-index: 5000;
}
.time {
	font-size: 3rem;
}
.app-error,
.stage-error {
	display: flex;
	flex: 0 0 50% !important;
	flex-flow: column wrap;
	align-items: flex-start;
	border: 1px solid #324761;
}
.stage-error {
	flex: 0 0 100% !important;
}
.stage-error p {
	margin: auto;
	width: auto;
}
.error-header {
	width: 100%;
	padding: 10px;
	background: #324761;
}
.error-body {
	width: 100%;
	padding: 10px;
}
/* Forms */
#AdmAForm,
#userPrefWindow,
.FormGrid {
	background: #FAFAFA;   /*#d6e8ed*/
	cursor: auto;
	overflow: hidden;
	clear: both;
}
#AcntAForm,
#AdmAForm,
#UsrAForm,
#FundAForm,
#emailDocs,
#NewDocForm {
	padding: 1.5rem;
	flex: 1;
	height: 100%;
}
.form-horizontal {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.input-group-addon,
.input-group-btn,
.form-control {
	height: 37px;
}
.form-control {
	background: #fff;
	border-radius: 4px;
	transition: all 0.4s ease;
}
.form-control:focus {
	outline: 1px solid rgba(51,122,183, 0.5);
}
legend {
	margin-bottom: 8px;
	border-bottom: none;
	font-size: 1.6rem;
	font-weight: bold;
}
fieldset .form-group {
	font-size: 1.4rem;
}
#meter {
	width: 100%;
	height: 14px;
	display: inline-block;
	/* Important Thing */
	-webkit-appearance: none;
	border: none;
}
#meter::-webkit-progress-bar {
	background: #fff;
	padding: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.validate-label {
	line-height: 1.3;
	padding: 10px;
}
.checkbox-group-group{
    display: flex !important;
	flex-flow: column wrap !important;
}
.checkbox-group{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.checkbox-w-label{
    flex: 1 0 auto !important;
    min-width: 25% !important;
    max-width: 25%;
	margin-bottom: 1rem;
}
.input-group.login-group {
	display: flex;
}
.input-group.login-group > .input-group-addon {
	width: auto;
}
/* text  labels */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
	flex: 0 1 auto;
}
.input-group label {
  display: none;
  overflow: hidden;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  padding: 0 3px 0 10px;
  margin: 34px 0 0 0;
  font-size: 1rem;
  color: #555;
  background: #ccc;
}
.input-group input:focus ~ label {
  display: block;
}
.input-group-addon {
	border-radius: 0;
	background-color: transparent;
	border: 0;
}
.input-group-addon.slate {
	border-radius: 0;
	background-color: #e6e9ed;
	border: 1px solid #aab2bd;
	color: #aab2bd;
	height:36px;
}
.stage-footer-items {
	display: flex;
	flex:1 1 auto;
	flex-flow: row nowrap;
}
.pagination-controls {
	display:flex;
	flex-flow: row nowrap;
}
.pagination-controls .input-page {
	width: 40px;
	height: 36px;
}
.page-rowcount .rowNumSelect {
	height:36px;
}
.page-view {
	display:flex;
	flex:1 0 auto;
	justify-content: flex-end;
	width:1px;
}
.login-group {
	background: #fff;
	border: 1px solid #ccc;
}
.login-group .form-control {
	border: 0;
}
/* checkboxes */
label + label {
	display:inline;
}
input[type=checkbox] {
/*	display:none;*/
     zoom: 1.5;
}
input[type=checkbox] + label:after,
input[type=radio].checkbox + label:after {
	display:inline-block;
	height: 32px;
	width: 32px;
	padding: 0;
	font-family: 'font SSNC';
	content: '\004f    ';
	font-size: 1.4rem;
	color: #acb0be;
}
input[type=checkbox]:checked + label:after,
input[type=radio].checkbox:checked + label:after {
	font-family: 'font SSNC';
	content: '\0050    ';
	height: 16px;
	width: 16px;
	display:inline-block;
	padding: 0;
	color: inherit;
}
input[type=checkbox]:disabled + label,
input[type=checkbox]:disabled + label + label {
	color: #ccc;
}
/* radio buttons */
input[type=radio] {
	/*display:none;*/
    zoom: 1.5;
}
input[type=radio] + label:after {
	display:inline-block;
	height: 16px;
	width: 16px;
	padding: 0;
	font-family: 'font SSNC';
	content: '\0058    ';
	font-size: 1.4rem;
	color: #acb0be;
}
input[type=radio]:checked + label:after {
	font-family: 'font SSNC';
	content: '\0059    ';
	height: 16px;
	width: 16px;
	display:inline-block;
	padding: 0;
	color: inherit;
}
input[type=radio]:disabled + label,
input[type=radio]:disabled + label + label {
	color: #ccc;
}
/* multi-select */
.full-page {
	width: 100%;
	position: relative;
}
.full-page .btn-next {
	position: absolute;
	bottom: 0;
	right: 15px;
}
.full-page .btn-prev {
	position: absolute;
	bottom: 0;
	left: 15px;
}
#final-investors,
[name=finalUsers] {
	width: 100%;
	flex: 0 1 auto;
}
.multi-select {
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
}
#newFamilyGroupForm + .multi-select {
	height: calc(100% - 4.25em);
}
#newFamilyGroupForm.hidden + .multi-select {
	height: 100%;
}
.multi-select-box-full {
	width: 100%;
	position: relative;
}
.multi-select-box,
.multi-select-arrows {
	display: flex;
	margin: 0 !important;
}
.multi-select-box {
	flex-flow: column nowrap;
	flex: 0 1 auto;
	justify-content: flex-start;
	align-items: stretch;
	width: 49%;
	position: relative;
	padding: 1rem;
}
.multi-select-arrows {
	flex-flow: column nowrap;
	flex: 0 1 2%;
	justify-content: center;
	align-content: center;
	width: 2%;
}
.multi-select .arrow-container {
	flex: 0;
}
.multi-select .multi-select-arrows .btn {
	margin: 0;
	padding: 0;
	width: 100%;
}
.multi-select .multi-select-controls {
	flex: none;
}
.multi-select .multi-select-controls span{
	position: absolute;
	right: 0;
	top: 8px;
	padding: 1rem;
}
.move-button {
	color: #aab2bd;
	border: 1px solid #ccc;
}
.move-button:hover {
	color: #37bc9b;
	border: 1px solid #37bc9b;
	background: #a5e7da;
}
.multi-select-pane {
	min-height: 100px;
	max-height: 100%;
	flex: auto;
    overflow-y: scroll;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 5px;
	text-overflow: ellipsis;
}
.multi-select-area {
	height: 100px;
	flex: auto;
    overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 5px;
	text-overflow: ellipsis;
}
.ip-restrict .multi-select-area label {
	display: block;
	margin: 0;
	padding: 2px;
	width: 100%;
}
.ip-restrict .multi-select-area label .btn {
	line-height: 1;
}
.ip-restrict .multi-select-area label.active,
.ip-restrict .multi-select-area label.active .btn {
    background: #337ab7;
	color: #fff;
}
.account-dropdown {
	width: calc(100% - 250px);
}
.error-validation {
    font-size: 1.3rem;
    visibility:hidden;
}
.fs-select-label {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
	font-weight: bold;
	color: #0985c6;
}
.grid-options {
	margin-left:auto;
}
.stage-filters-options + .grid-options {
	margin-left: initial;
}
.stage-filters-options {
	display: flex;
	flex: 0 1 auto;
	flex-flow: row wrap;
	align-content: flex-start;
	margin-left:auto;
	min-width: 170px;
}
.stage-filters-options .reset-filters{
	cursor: pointer;
	margin:12px 0px;
}
.stage-filters-options input {
	height:37px;
	margin:5px 0px;
}
.fs-select-box {
	cursor: default;
	flex: 1;
	clear: both;
	position: relative;
    height: 37px;
    max-height: 37px;
	padding: 3px;
}
.fs-select-box.filter:not(.important) {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row nowrap;
	flex: 0 0 auto;
	margin: 5px 5px;
	width:20%;
	min-width: 200px;
	right: 0;
	z-index: 5;
}
.fs-select-box.form-control {
	line-height: 30px;
}
.stage-filters-main .fs-select-box.filter:not(.important) {
	max-width: 200px;
	width:initial;
	flex-basis: auto;
}
#quick-search-text {
	margin: 5px 5px;
	width: 160px;
	padding: 0 1rem;
}
.fs-select-box.filter.expand {
	min-width: 160px;
	max-width: 160px;
	flex-basis: auto;
}
.optional-filter-remove {
	width: 15px;
	margin: 15px 5px;
}
.fs-select-box.filter.important {
	flex: 0 0 auto;
	margin: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	min-height:50px;
}
.fs-select-box.filter.important .fs-select-selected {
	width:200px;
}
.filter-addon {
	flex: 0 calc(5% - 10px);
	margin: 0 5px;
}
.filter-search {
	padding: 0.25rem;
}
.filter-container {
    display: none;
    position: absolute;
    width: 300px;
    height: auto;
    background: #efefef;
    border: 1px solid #ccc;
    color: #434A54;
    right: 0;
    z-index: 5;
}
.filter-body {
	padding: 5px;
	max-height: 200px;
	overflow-y: scroll;
	background: #fff;
}
.filter-group-heading {
	border-bottom: 1px solid #ccc;
}
.filter-footer {
	padding: 5px;
	background: #e0e3e8;
	border-top: 1px solid #ccc;
}
.fs-select-label + .fs-select-box {
	width: 79%;
}
.fs-select-selected {
    padding-left: 0.5rem;
	display: flex;
	flex: 1 auto;
	width: calc(100% - 0.5rem);
	flex-flow: row nowrap;
    font-size: 1.4rem;
    font-weight: 200;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	text-align: left;
	line-height: 30px;
	color: #737576;
}
.fs-select-selected:after {
	font-family: 'font SSNC';
	content: '\0052';
	margin: 0 5px;
	flex: 1;
	align-self: flex-end
}
.fs-select-selected.showing:after {
	transform: rotate(180deg);
}
.fs-select-text {
	width: calc(100% - 20px);
	display: inline-block;
	color: inherit !important;
	padding: 2px 0;
}
.fs-select-box.header .fs-select-selected,
#headerActName.header {
	line-height: 58px;
	text-align: left;
	height: 58px;
    font-size: 2rem;
    margin-left: 25px;
}
.fs-select-box.header.split-menu {
	width: 45%;
}
.header.h3 {
	margin: 0 auto;
    flex: 0 0 auto;
}
.fs-select-selected.disabled {
	cursor: not-allowed;
	color: #ddd;
}
.fs-select-options {
	display: none;
	flex-flow: column nowrap;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 6;
	background: #fff;
	border: 1px solid #d0d0d0;
	border-top: none;
}
.fs-select-drop {
    position: absolute;
	display: none;
	top: 35px;
	left: 0;
	min-width: 180px;
	width: 100%;
	background: #e0e3e8;
	border: 1px solid #aab2bd;
	z-index: 10;
}
.fs-select-footer {
	display: flex;
	flex-flow: row wrap;
	flex: 0 0 3.5em;
	padding: 1rem;
	background: #e0e3e8;
}
.fs-select-options.scroll {
	*min-height: 200px;
	max-height: 200px;
	overflow: hidden;
	overflow-y: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
    position: absolute;
	top: 35px;
	left: 0;
}
.fs-select-drop .fs-select-options.scroll {
	position: relative;
	max-height: 350px;
	top: 0px;
}
#NewDocForm .fs-select-drop .fs-select-options.scroll{
	max-height: 200px;
}
.edit .fs-select-options.scroll {
	max-height: 150px;
	overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar !important;
}
.fs-select-options li input[type=checkbox].single {
	display: none;
}
.fs-select-options li > h2 {
	margin-right: 5px;
}
.fs-select-options li {
	cursor: default;
	display: block;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 5px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
}
.fs-select-options li label {
	width: 33px;
}
.fs-select-options .search-filter-option {
	display: flex;
	flex-flow: nowrap;
}
.fs-select-options .search-filter-text {
	width: 100%;
}
.fs-select-autocomplete {
	width: 100%;
	margin: 0;
}
.header .fs-select-autocomplete {
	float: left;
}
.datepicker table tr td,
.datepicker table tr th {
	padding:0px;
}
#filtersPane .filter {
	flex: 1 0 80%;
	width: auto;
	max-width: initial;
	margin: 5px 5px;
}
/* TODO: Figure out what to do with these.  Stage filters might need to be handled differently that fs-select-box(es)*/
.stage-filters .input-group .input-group-addon {
	flex: 1 20%;
}
.stage-filters .input-group .fs-select-box {
	flex: 1 60%;
}
.stage-filters .input-group .input-group-btn {
	flex: 1 20%;
}
.btn-file {
	position: relative;
}
.btn-file input[type=file] {
	position: absolute;
	visibility: hidden;
	display:none;
}
/* JQuery UI */
th.ui-resizable {
	position: relative;
}
.ui-resizable-handle,
th .ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
th.ui-resizable-disabled th.ui-resizable-handle,
th.ui-resizable-autohide th.ui-resizable-handle {
	display: none;
}
th .ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s,
th .ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	top: 0;
	right: 0px;
	height: 100%;
}
th .ui-resizable-e {
	cursor: e-resize;
	width: 2px;
	top: 0;
	height: 100%;
}
th .ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se,
th .ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
th .ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
th .ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
th .ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url("/Main/static/images/ui-icons_222222_256x240.png");
}
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* drop shadow */
/*.drop-shadow:before {*/
	/*height: 64px;*/
	/*width: 100%;*/
	/*content: '';*/
	/*display: inline-block;*/
	/*position: absolute;*/
	/*box-shadow: 3px 3px 3px 0px #AAA;*/
	/*z-index: 4;*/
/*}*/
/* overrides */
.loading {
    display: block;
    height: 100%;
    width: auto;
}
.loading__icon {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.overflow-auto {
	overflow: auto;
}
.overflow-visible {
	overflow: visible;
}
.col-ph-0,
.col-ph-0 *,
.col-xs-0,
.col-xs-0 *,
.col-sm-0,
.col-sm-0 *,
.col-md-0,
.col-md-0 *,
.col-lg-0 *,
.col-lg-0 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 0% !important;
}
body > .filterContainer > .card.max {
	width: 98%;
}
.nav>li>a:focus {
	background: transparent
}
.iframe-wrapper {
	display: flex;
	height: 100%;
	width: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
}
h1, .h1 {
	font-size: 3.5rem !important;
}
h2, .h2 {
	font-size: 3rem !important;
}
h3, .h3 {
	font-size: 2.5rem !important;
}
h4, .h4 {
	font-size: 2rem !important;
}
h5, .h5 {
	font-size: 1.5rem !important;
}
h6, .h6 {
	font-size: 1.25rem !important;
}
.btn {
	border-radius: 4px;
	margin-right: 0.5em;
	margin-bottom: 0.15em;
	height:36px;
}
.btn-toolbar {
	margin: 0;
    background: #fcfcfc;
    border: 1px solid #ccc;
}
.ghost-button {
	border: 1px solid transparent;
	background: transparent;
}
.ghost-button:hover,
.ghost-button:active {
	border: 1px solid transparent;
}
.inline-buttons .btn {
	margin-right: 0;
}
.btn.pull-right {
	margin-left: 0.5em;
}
.btn-group > .btn {
	margin: 0;
}
.dropdown-menu {
	border-radius: 0;
}
.dropdown-menu:not(.submenu):after, .dropdown-menu:not(.submenu):before {
	bottom: 100%;
	right: 1.5rem;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dropdown-menu:not(.submenu):after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
}
.dropdown-menu:not(.submenu):before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 6px;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
	display: none;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-top-color: #ccc;
    margin-top: 8px;
    margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: 0;
	top: -100%;
    margin-left: 10px;
}
.submenu {
	max-width: 180px;
}
.navbar-default {
	background: transparent;
	border-color: transparent;
}
.no-padding {
	padding: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-left-padding {
	padding-left: 0;
}
.med-top-padding {
	padding: 10px 15px;
}
.header-padding {
	padding-top: 64px;
}
.form-group.no-bottom-margin {
	margin-bottom: 0;
}
.form-group.form-btn-left {
	display:flex;
	flex:0 0 3.5em;
	flex-flow:row wrap;
	justify-content: flex-start;
}
.form-group.form-btn-right {
	display:flex;
	flex:0 0 3.5em;
	flex-flow:row wrap;
	justify-content: flex-end;
}
.form-group.no-side-margin,
.no-side-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-margin {
	margin: 0;
}
.small-side-padding {
	padding-right: 1rem;
	padding-left: 1rem;
}
.dropdown > a {
	text-align: center;
	max-width: 60px;
}
.small-top-padding {
	padding-top: 1rem;
}
.small-top-margin {
	margin-top: 1rem !important;
}
.small-right-margin {
	margin-right: 0.1rem !important;
}
.small-bottom-margin {
	margin-bottom: 1rem !important;
}
.small-left-margin {
	margin-left: 0.1rem !important;
}
.no-bottom-margin {
	margin-bottom: 0;
}
.no-wrap {
	white-space: nowrap;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.center-inline-block {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.block {
	display: block;
}
.vert-align-top {
	vertical-align: top;
}
.no-float {
	float: none;
}
.clear-right {
	clear: right !important;
}
.clear-left {
	clear: left !important;
}
.clear-both {
	clear: both;
}
.display-flex {
	display: flex;
}
.flex-auto {
	flex: 1;
}
.alert i,
.alerting i {
	margin-right: 10px;
}
.fa-stack-0-5 {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	vertical-align: middle;
}
.fa-1-25x {
	font-size: 1.3em !important;
}
.fa-1-5x {
	font-size: 1.8em !important;
}
.fa-3d {
	text-shadow: 1px 1px #666,2px 2px #666
}
.fa-stack-0-5 > .fa-stack-2x {
	font-size: 1.25rem;
}
.form-control-feedback {
	line-height: 34px !important;
}
.well-scroll {
	overflow: auto;
}
.word-break {
	word-break: break-all;
}
.border-dashed {
	border-style: dashed !important;
}
.img-responsive {
	display: block;
	width: 100% !important;
	height: auto;
}
.position-relative {
	position: relative;
}
.position-absolute {
	position: absolute;
}
.home .row {
	margin-right: 0;
	margin-left: 0;
}
.panel {
	cursor: pointer;
	border-radius: 0;
}
.panel-footer {
	border-radius: 0;
}
.panel-title {
	font-size: 1.5rem
}
.text-bold {
	font-weight: bolder;
}
.tools .btn-group {
	width: 100%;
}
.tools .input-page {
	color: #737576 !important;
}
.documents-panel .tools .btn-group {
	width: calc(100% - 45px);
	float: left;
}
.documents-panel .tools .fs-select-box {
	width: 24%;
	height: 25px;
	margin: 3px;
}
.documents-panel .tools .doc-pagination.paginate {
	display: inline-block;
	width: 30%;
	margin: 0 3px;
}
.documents-panel .tools .page-view {
	display: inline-block;
	width: 11%;
	line-height: 1.25em;
	text-align: right;
	padding: 0 3px 0 0;
}
.documents-panel .tools .rowNumSelect {
	width: 9%;
}
.documents-panel .tools .paginate .btn {
	padding-left: 8px;
	padding-right: 8px;
}
#filterContainer .input-group-addon {
	padding: 6px 3px;
}
#filterContainer .btn {
	padding: 6px 9.5px;
}
.card-med .media-left, .card-med .media-right {
	width: 15%;
    display: block;
    float: left;
}
.card-med .mediaIcon i  {
	line-height: 160px;
}
.funds .card-med .mediaIcon i  {
	line-height: 122px;
}
.users .card-med .mediaIcon i , .admin .card-med .mediaIcon i  {
	line-height: 162px;
}
 .list .mediaIcon i  {
	line-height: 100px;
}
.card-med .media-body {
	width: 85%;
    display: block;
    float: left;
}
/* Documents Panel Large 1x */
.tall .doc-subtitle,
.tile .doc-subtitle {
	display: none;
}
.documents-panel .card-title .doc-subtitle,
.documents-panel .portlet-title .doc-subtitle {
	color: black;
	font-size: 1rem;
	font-weight: normal;
	margin-left: 5px;
	text-transform: none;
}
.documents-panel.tile .card-title .ellipsis,
.documents-panel.card.tall .card-title .ellipsis {
	width: 66%;
}
.documents-panel.card.tall .tools .doc-pagination,
.documents-panel.tile .tools .doc-pagination {
	display: none;
}
.documents-panel.card.tall .docs-truncate,
.documents-panel.tile .docs-truncate {
	display: none;
}
.documents-panel.card.tall .tools .fs-select-box,
.documents-panel.tile .tools .fs-select-box {
	width: 47%;
}
.documents-panel .tableContainer .card > .card-body {
	height: auto;
}
/* Documents Panel Large 3x */
.documents-panel.card.super .tools .btn-group {
	width: 75%;
}
.documents-panel.card.super .tools .page-view {
	width: calc(25% - 50px);
}
.investor .documents-panel.card.super .tools .page-view {
	width: 25%;
}
.documents-panel.card.super .tools .doc-pagination.paginate {
	width: 35%;
}
/* Documents Panel 2x */
.documents-panel.card.large .tools .btn-group,
.documents-panel.portlet .tools .btn-group {
	width: 75%;
}
.documents-panel.card.large .tools .page-view,
.documents-panel.portlet .tools .page-view {
	width: calc(25% - 50px);
}
.documents-panel.portlet > .portlet-title > .ellipsis,
.documents-panel.tile > .portlet-title > .ellipsis {
	width: 60%;
}
.documents-panel.portlet > .portlet-body {
	height: calc(100% - 7rem);
}
.documents-panel.portlet .tools .paginate,
.documents-panel.card.large .tools .paginate {
	width: 45%;
}
.documents-panel.card.large .doc-optional,
.documents-panel.card.large .rowNumSelect,
.documents-panel.portlet .doc-optional,
.documents-panel.portlet .rowNumSelect {
	display: none;
}
/* Dashboard Panel Locking */
.box .lock-icon {
	display: none;
}
.box.locked .lock-icon {
	display: inline;
}
/* Data Grid Widget */
.bold.text-primary {
	font-weight: bold;
	text-indent: 0.25em;
}
.bold {
	font-weight: bold;
	text-indent: 0.75em;
}
.indent {
	text-indent: 1.5em;
}
.padded-cell {
	padding: 5px 0.25em;
}
.centered-cell {
	text-align: center;
}
.grid_container {
	margin: 10px 0;
}
.grid_container th {
	background: #1c547f;
	border: 1px solid #1c547f;
	color: #fff;
	cursor: pointer;
}
.grid_container td {
	line-height: 1 !important;
}
.grid_container td span {
	display: inline-block;
}
.grid_container th,
.grid_container td {
	padding: .25em !important;
}
[data-open=true] td:first-child span.fa:before {
	content: '\f0d7  ';
	height: 1.4rem;
	width: 1.4rem;
	display:inline-block;
	font-size: 1.4rem;
}
tr[data-open=false] td:first-child span.fa:before {
	content: '\f0da  ';
	height: 1.4rem;
	width: 1.4rem;
	display:inline-block;
	font-size: 1.4rem;
}
tr[data-open=false] td:first-child span + span,
tr[data-open=true] td:first-child span + span {
	display: inline-block;
	width: calc(100% - 3em);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* Edit Document Types */
.doctype-pane {
	padding: 10px;
}
.doctype-pane-25 {
	flex: 0 0 auto;
	width: calc(25% - 20px);
}
.doctype-pane-75 {
	flex: 0 0 auto;
	width: calc(75% - 20px);
}
.packery-drop-placeholder {
	background: rgba(91, 168, 197, 0.5);
	border: 1px solid rgb(91, 168, 197);
}
.dropdown-backdrop {
	display: none;
}

/*  Author amishra; Date: 11-May-2017 */
.panel-info>.panel-heading {
    /*color: #31708f;*/
    color: #ffffff;
    /*background-color: #d9edf7;*/
    /*background-color: #13688c;*/
    /*background-color: #4d6d94;*/
    background-color: #0A85C7;
    /*border-color: #bce8f1;*/
    /*border-color: #4d6d94;*/
    border-color: #0A85C7;
}

.panel-info {
    border-color: #0A85C7;
}

.panel-heading {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    /*background-color: #337ab7;*/
    background-color: #235164;
}

.nav-pills>li>a {
    border-radius: 0px;
}


.panel-footer {
    padding: 6px 15px;
    /*background-color: #235164;*/
    background-color: #ebebeb;
    border-top: 1px solid #999;
    width: 100%;
    height: 50px;
}

.table-footer {
    padding: 6px 15px;
    /*background-color: #235164;*/
    background-color: #fff4f0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 50px;
}

.tab-table-footer {
    padding: 6px 15px;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
}

.action-items {
    height: 40px;
    background-color: #e6e9ed;
    padding-top: 2px;
    margin: 0px;
    border-top: 1px solid #78919c;
    /*border-left: 1px solid #78919c;*/
    /*border-right: 1px solid #78919c;*/
    /*border-bottom: 1px solid #78919c;*/
    clear: both;
    /*box-shadow: 3px 3px 1px #a0a0a0;*/
}

/*a.action_button_inactive span {*/
    /*background-color: #218b71;*/
    /*display: block;*/
    /*line-height: 25px;*/
    /*padding: 0 0 5px 18px;*/
/*}*/

/*.btn-success {*/
    /*color: #fff;*/
    /*background-color: #5cb85c;*/
    /*background-color: #0A85C7;*/
    /*border-color: #4cae4c;*/
/*}*/

/*.container-fluid {*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
/*} */
.navbar {
    min-height: 56px;
}

/*.btn-success:hover {*/
    /*color: #fff;*/
    /*background-color: #1c7293;*/
    /*border-color: #398439;*/
/*}*/

/*.btn-success:active {*/
    /*color: #fff;*/
    /*background-color: #1c7293;*/
    /*border-color: #398439;*/
/*}*/
.btn-success, .btn-success:active {
    color: #fff !important;
    background-color: #1C7293 !important;
    border-color: #d0d4d6 !important;
    border-radius: 0px;
    margin-right: 20px;
}

.btn-success:hover {color: #fff;background-color: #245164 !important;border-color: #d0d4d6 !important; }

.pagination {
    color: #595959;
}

/*.login_screen_image {
    margin-top: 20px;
    min-height: 700px;
    overflow-y: auto;
    background-image: url("../../images/login_page_bg.jpg");
}*/

.login_screen_image {
	margin-top: 55px;
	overflow-y: auto;
	background-image: url("../../images/login_page_backgroud.jpg");
	/*background-size: cover;*/
	height: 542px;
	background-position: -50px -250px;
	background-repeat: no-repeat;
}


.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.Absolute-Center.is-Responsive {
	width: 50%;
	height: 410px;
	min-width: 449px;
	max-width: 450px;
	padding: 25px 10px;
	/* Add shadow to the box */
	webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.51);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.51);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.51)
}

@media (max-height: 750px) {
	.Absolute-Center.is-Responsive {
		margin-top: 140px;
	}
}

.login-panel {
	background-color: rgb(10, 133, 199) /* #cc6932 */;
	background-color: rgba(10, 133, 199, 0.5) /* #cc6932 */;
}

.change-password-panel {
	background-color: rgb(109, 110, 113) /* #cc6932 */;
	background-color: rgba(109, 110, 113, 0.5) /* #cc6932 */;
}

.Vertical-Center {
	margin: auto;
	position: absolute;
	top: 200px;
	left: 0;
	bottom: 0;
	right: 0;
}

.Vertical-Center.is-Responsive {
	width: 50%;
	min-height: 400px;
	height: 100%;
	min-width: 350px;
	max-width: 700px;
	padding: 40px;
}

.Horizontal-Center {
	margin: auto;
	position: absolute;
	top: 200px;
	left: 0;
	bottom: 0;
	right: 0;
	overflow-y: auto;
}

.Horizontal-Center.is-Responsive {
	width: 100%;
	min-height: 400px;
	height: 100%;
	min-width: 350px;
	/*max-width: 700px;*/
	padding: 40px;
}
.breadcrumb {
	border: 1px solid #e3e3e3;
}

.breadcrumb-min {
	padding: 8px 15px;
	margin-bottom: 5px;
	list-style: none;
	background-color: #ffffff;
	border-radius: 4px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

/* New Login Screen - START */
.loginImg {
	background-image: url("../../images/login_default_new.jpg");
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loginLogoImgPanel {
	text-align: center;
	padding-top: 150px;
}

.btn-group {
	display:flex;
	justify-content: space-between;
}

.returnLoginBtn {
	font-size: 14px;
	color: #ffffff;
	width: 35%;
}

.returnLoginBtnPanel {
	display: flex;
	justify-content: center;
}

.loginFormPanel h3 {
	color: black;
	font-size: 21px !important;
}

.loginFormPanel h4 {
	color: #999999;
	font-size: 16px !important;
}

.forgotDetailsPanel h3 {
	color: #0A85C7;
	text-align: center;
	font-weight:bold;
}

.forgotDetailsPanel h4 {
	color: #6d6e71;
}

.forgotLink a {
	cursor: pointer;
	color: #0A85C7;
	text-decoration: none;
	float: right;
}

.sessionEndPanel h3{
	font-size: 25px !important;
}

.clientLogoImgAlignment {
	text-align: center;
}

.bottomLogoImg {
	padding-top: 35px;
	width: 50%;
}

.brandLogoImgEnabled {
	/*width: 360px;*/
	height: 65px;
}
/* New Login Screen - END */