/* ==========================================================================
/  eCN Front-end Framework Global CSS
/  Authored by: Dave Phoebus
/  Release: 2.0
/  Dependencies:
/  CSS Reset: reset.css
/  jQuery UI: jquery-ui-1.11.2.custom.min.css
/  jQuery jScrollPane: jquery.jscrollpane.css
/  jQuery qTip2: jquery.qtip.min.css
/  PHC jQuery plugins: phc.plugins.css
========================================================================== */

/* ==========================================================================
   ************************* ECN GLOBAL STYLES ******************************
   *********** DO NOT ADD ANY VIEW-SPECIFIC CSS TO THIS FILE ****************
   ========================================================================== */

/*=============================================================================
   typography
=============================================================================*/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),  url('fonts/OpenSans-Bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'), url('fonts/OpenSans-BoldItalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto-regular-webfont.eot');
	src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.ttf') format('truetype'), url('fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto-medium-webfont.eot');
	src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-medium-webfont.ttf') format('truetype'), url('fonts/roboto-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto-bold-webfont.eot');
	src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bold-webfont.ttf') format('truetype'), url('fonts/roboto-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto-italic-webfont.eot');
	src: url('fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-italic-webfont.ttf') format('truetype'), url('fonts/roboto-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/roboto-bolditalic-webfont.eot');
	src: url('fonts/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-bolditalic-webfont.ttf') format('truetype'), url('fonts/roboto-bolditalic-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}


/*=============================================================================
  common
=============================================================================*/
   
body {
	font-size: 15px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
/* default theme -------------------- */
	color: #eeeeee;
	background: #41474D;
}

h1,h2,h3,h4 {
	font-weight: bold;
}

h1 {
	margin: 0 0 1.0em 0;
	font-size: 1.5em;
}

h2 {
	margin: 0 0 1.0em 0;
	line-height: 1.3em;
	font-size: 1.2em;
}

h3 {
	margin: 0 0 1.0em 0;
	line-height: 1.3em;
	font-size: 1.1em;
}

h4 {
	margin: 0 0 1.0em 0;
	line-height: 1.2em;
	font-size: 1.0em;
}

h1 span,
h2 span,
h3 span,
h4 span,
.text-button {
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}

.heading {
	overflow: hidden;
	margin: 0 0 0.6em 0;
	padding: 0 0 0.6em 0;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4 {
	float: left;
}

.heading div.required {
	margin-top: 1.0em;
}

.heading .btn-bar {
	float: right;
	margin: 0;
}

/* links */

a {
	cursor: pointer;
	color: #b5daf4;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

/* highlights */

.callout {
	color: #aad2ee;
}

.hilighted {
	background-color: #1aaf4c !important;
}

/* effects */

.sidenav a {
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

.button,
.modal-x,
.sidenav a,
.hilight-me,
.picklist li,
.picklist li span,
table.data tbody td,
.dynatable-sort-header,
.tablesorter-header {
	-webkit-transition: background-color 0.25s ease;
	-moz-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

table.data tr {
	transition: opacity 0.25s ease;
}

/*=============================================================================
  layout
=============================================================================*/

html, body, #sidebar, #main {
	height: 100%;
}

html,
#header {
	min-width: 920px;
}

#sidebar {
	position: fixed;
	width: 200px;
	background: #434d5a;
}

#main {
	margin-left: 200px;
}

.menu-compact #sidebar {
	width: 55px;
}

.menu-compact #main {
	margin-left: 55px;
}

.no-nav #sidebar {
	display: none;
}

.no-nav #main {
	margin: 0;
}

/* content */

#sidebar .sidenav {
	padding: 50px 0 0 0;
}

#main .content {
	padding: 80px 35px;
}

.hdiv {
	margin: 0 -25px;
	padding: 30px 0;
/* default theme -------------------- */
	background: url(themes/dark/h-div.png) repeat-x center;
}

.sidenav .hdiv {
	margin-left: -40px;
}

table.data + .hdiv {
	margin-top: 30px;
	padding-top: 0;
	background-position: top;
}

/*=============================================================================
  columns
=============================================================================*/

.columns {
	overflow: hidden;
}

.columns .col,
.columns > li {
	float: left;
	margin-left: 1% !important;
	margin-right: 1% !important;
}

.columns.one .col,
.columns.one > li {
	width: 98%;
}

.columns.two .col,
.columns.two > li {
	width: 48%;
}

.columns.three .col,
.columns.three > li {
	width: 31%;
}


.columns.four .col,
.columns.four > li {
	width: 23%;
}


/* =============================================================================
  header
============================================================================= */

#header {
	z-index: 210;
}

.header {
	position: fixed;
	width: 100%;
	height: 50px;
	color: #ece8ea;
	background: #426da9;
	border-bottom: 1px solid #1a467f;
}

.header h1,
.header h2,
.header .icons {
	float: left;
	margin: 0 15px 0 0;
	line-height: 50px;
}

.header h1 {
	font-size: 1.4em;
	width: 200px;
/*	padding-left: 62px;*/
	text-indent: -1000em;
	background: #4a77b7 url(images/ecn-logo.png) no-repeat 18px;
}

.menu-compact .header h1 {
	width: 55px;
	background-image: url(images/ecn-logo-compact.png);
	background-position: center;
}

.header h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.05em;
	text-transform: uppercase;
}

.header .icons {
	margin-top: 13px;
}

.header .icons li {
	float: left;
	margin-right: 10px;
}

.header .icons .icon {
	float: left;
	width: 22px;
	height: 22px;
	line-height: 0em;
	font-size: 0em;
	cursor: pointer;
	background: no-repeat top;
}

.header .icons .icon:hover {
	background-position: bottom;
}

.header .icons .menu {
	background-image: url(images/icons/menu.png);
}

.header .icons .theme {
	background-image: url(images/icons/theme.png);
}

.header a {
	color: #fff;
}

.header .links {
	clear: right;
	float: right;
	font-weight: 500;
	font-size: 0.8em;
	line-height: 0.8em;
	margin: 10px 10px 0 0;
}

.header .links li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

.header .links li:first-child {
	border-left: none;
}

/* context header */

#contextHeader {
	display: none;
}

#contextHeader {
	line-height: 50px;
	font-weight: 500;
}

#contextHeader,
#contextHeader li {
	float: left;
}

#contextHeader li {
	margin-right: 15px;
}


/*=============================================================================
  footer
=============================================================================*/

#footer {
	position: absolute;
	bottom: 0px;
/*	border-top: 2px solid #1d4f91;*/
	color: #b2b2b2;
	background: transparent url(images/experian-logo-compact.png) no-repeat 8px;
	width: 100%;
	border-top: 4px solid #41474d;
}

#footer .copyright {
	padding: 8px 5px 8px 40px;
	font-size: 0.6em;
	line-height: 1.4em;
}

.menu-compact #footer {
	height: 40px;
	background-position: center;
}

.menu-compact #footer .copyright {
	display: none;
}


/*=============================================================================
  navigation
=============================================================================*/

.sidenav {
	font-size: 0.9em;
	font-weight: 500;
	color: #b2b2b2;
}

.sidenav a {
	display: block;
	padding: 12px 10px 12px 20px;
	line-height: 16px;
	text-decoration: none;
	color: #b2b2b2;
/*	border-top: 1px solid #495361;
	border-bottom: 1px solid #373e49;*/
}

.sidenav a.disabled {
	cursor: default;
	color: #8a8a8a;
	background: transparent !important;
}

.sidenav a.active {
	font-weight: 500;
	color: #fff;
	background: url(images/arrow-white-right.png) no-repeat 95%;
}

.sidenav .parent > a {
	background: url(images/arrow-gray-right-small.png) no-repeat 5px;
}

.sidenav .parent.active > a {
	color: #fff;
	background-image: url(images/arrow-white-down-small.png);
}

.sidenav a:hover,
.sidenav a.active {
	background-color: #535C67;
}

/* sidenav icons */

.sidenav a em {
	display: none;
	font-style: normal;
	height: 16px;
}

.sidenav ul em {
	display: inline-block;
	width: 16px;
	margin-right: 8px;
	text-indent: -1000em;
	background: no-repeat left top;
}

.sidenav .active > em {
	background-position: left bottom;
}

.sidenav .search em {
	background-image: url(images/icons/sidenav/search.png);
}

.sidenav .pt em {
	background-image: url(images/icons/sidenav/pt.png);
}

.sidenav .alerts em {
	background-image: url(images/icons/sidenav/alerts.png);
}

.sidenav .av em {
	background-image: url(images/icons/sidenav/av.png);
}

.sidenav .ev em {
	background-image: url(images/icons/sidenav/ev.png);
}

.sidenav .auth em {
	background-image: url(images/icons/sidenav/auth.png);
}

.sidenav .mednec em {
	background-image: url(images/icons/sidenav/mednec.png);
}

.sidenav .estimates em {
	background-image: url(images/icons/sidenav/estimates.png);
}

.sidenav .collection em {
	background-image: url(images/icons/sidenav/collection.png);
}

.sidenav .tl em {
	background-image: url(images/icons/sidenav/tl.png);
}

.sidenav .acc em {
	background-image: url(images/icons/sidenav/acc.png);
}

.sidenav .cov em {
	background-image: url(images/icons/sidenav/cov.png);
}

/* sub-menus */

.sidenav ul {
	display: none;
	font-size: 0.9em;
	font-weight: normal;
}

/* compact sidenav */

.menu-compact .sidenav {
	font-weight: bold;
	text-align: center;
}

.menu-compact .sidenav a {
	padding-left: 10px;
}

.menu-compact .sidenav a.active {
	background-image: url(images/arrow-white-right-small.png);
	background-position: 90%;
}

.menu-compact .sidenav .parent > a {
	background-position: 4px;
}

.menu-compact .sidenav a span {
	display: none;
}

.menu-compact .sidenav a em {
	display: inline-block;
	margin: 0 auto;
}

.menu-compact .sidenav ul {
	font-size: 0.8em;
	font-weight: 500;
}


/*=============================================================================
  tabs
=============================================================================*/

.tab-body {
	display: none;
}


/*=============================================================================
  boxes
=============================================================================*/

.boxtitle {
	margin: 0 10px 8px 0;
	font-size: 1.0em;
/* default theme -------------------- */
	color: #b8d2e5;
}

.box {
	padding: 15px 20px;
	border: 1px solid;
/* default theme -------------------- */
	border-color: #5b6164;
	border-left-color: #53585B;
	border-right-color: #1F2326;
	border-bottom-color: #191D1F;
}

.panel {
	min-height: 30px;
	background: url(images/inputs.png) repeat-x top;
	border-radius: 3px;
	border: 1px solid;
/* default theme -------------------- */
	border-color: #202427;
	border-right-color: #3c454a;
	border-bottom-color: #3c454a;

}


/*=============================================================================
  slide menus
=============================================================================*/

.slide-menu {
	display: block;
	position: relative;
}

.slide-menu a {
	display: block;	
}

.slide-menu > a {
	padding: 0 5px;
	border: 1px solid transparent;
	border-radius: 3px;
}

.slide-menu > a:hover,
.slide-menu.open > a {
	background: url(images/buttons.png) repeat-x top;
}

.slide-menu > a:hover {
	border-color: rgba(31,35,38,0.25);
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
}

.slide-menu.open > a {
	border-radius: 3px 3px 0 0;
	border-color: #464f57;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.slide-menu ul {
	position: absolute;
	display: none;
	white-space: nowrap;
	font-size: 0.9em;
	text-transform: none;
	margin-top: -1px;
	padding: 2px 5px;
	border-radius: 0 0 3px 3px;
	background: #7d8c97;
	border: 1px solid #464f57;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}


/*=============================================================================
  forms
=============================================================================*/

.form {
	overflow: hidden;
}

.form > li {
	float: left;
	padding: 15px 0;
	margin: 0 20px 0 10px;
}

.form.stack > li {
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

.form label {
	display: block;
	margin: 0 5px 5px 0;
	font-weight: 500;
	font-size: 0.85em;
}

.form.inline label {
	float: left;
	line-height: 26px;
	margin-right: 10px;
}

table.form {
	border-spacing: 0px;
	border-collapse: separate;
/* *border-collapse: expression('separate', cellSpacing = '0px');*/
}

table.form th {
	text-align: right;
	font-weight: 500;
	font-size: 0.85em;
}

table.form th,
table.form td {
	vertical-align: top;
	padding: 8px;
	line-height: 17px;
}

table.form th label {
	margin-top: 4px;
	font-size: inherit;
}

table.form .hilite {
	text-align: center;
	font-weight: 500;
/* default theme -------------------- */
	color: #e5e5e5;
	background: #525D66;
}


/*=============================================================================
  form elements
=============================================================================*/

label.required::after {
	content: " *";
	font-size: 0.9em;
}

label span {
	font-weight: normal;
	font-size: 0.9em;
	margin-left: 5px;
}

label span.right {
	float: right;
}

.columns + label {
	margin-left: 1%;
}

label.error,
label.required::after,
div.required::before,
.required span {
	color: red !important;
}

div.required {
	float: right;
	font-size: 0.8em;
	font-weight: 500;
}

div.required::before {
	content: "* ";
	font-size: 0.9em;
}

label,
div.required,
table.form th {
/* default theme -------------------- */
	color: #b5b5b5;
}
/*=============================================================================
   form elements
=============================================================================*/

select,
.select-wrapper .holder,
input[type="file"],
input[type="text"],
input[type="password"],
input[type="search"],
textarea,
.picklist {
	padding:4px 4px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 0.85em;
}

#Spinner,
select,
input[type="file"],
input[type="text"],
input[type="password"],
input[type="search"],
textarea,
.picklist,
.custom-input,
.select-wrapper {
	border-radius: 3px;
/* default theme -------------------- */
	color: #e5e5e5;
	background: #363b40;
	border: 1px solid #363b40;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
}

select:focus,
textarea:focus,
input[type="file"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
.custom-input.focus,
.select-wrapper.focus {
/* default theme -------------------- */
	background-color: #3a4045;
	box-shadow: 0px 1px 0px rgba(170,210,238,0.75);
}

select {
	padding: 2px 2px 2px 4px;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    height: 13px;
    width: 13px;
    vertical-align: middle;
    outline: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	cursor: pointer;
/* default theme -------------------- */
	color: #e5e5e5;
}

input::-webkit-input-placeholder, /* Chrome, Opera */
input:-moz-placeholder, /* Firefox 18- */
input::-moz-placeholder, /* Firefox 19+ */
input:-ms-input-placeholder {  
   color: #5f6c76;
}

input.dateinput {
	width: 90px;
}


/*=============================================================================
  custom inputs
=============================================================================*/

.custom-input {
	display: inline-block;
}

.custom-input input {
	background-color: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.custom-input input::-ms-clear {
    display: none;
}

.custom-input.search-field input {
	padding-right: 30px;
	background: url(images/icons/magnify.png) no-repeat right;
}

.custom-input.date-field input {
	padding-right: 30px;
	background: url(images/icons/calendar.png) no-repeat right;
}


/*=============================================================================
  custom checkbox/radio
=============================================================================*/

.custom-checks input[type="radio"],
.custom-checks input[type="checkbox"] {
	margin: 0 -17px 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

.custom-checks input[type="radio"] + label,
.custom-checks input[type="checkbox"] + label {
	white-space: nowrap;
	line-height: 27px;
	padding: 0 0 0 32px;
	background-repeat: no-repeat;
	background-position: left top;
}

.custom-checks input[type="radio"] + label {
/* default theme -------------------- */
	background-image: url(themes/dark/radio-custom.png);
}

.custom-checks input[type="checkbox"] + label {
/* default theme -------------------- */
	background-image: url(themes/dark/checkbox-custom.png);
}

.custom-checks input[type="radio"] + label.checked,
.custom-checks input[type="checkbox"] + label.checked {
	background-position: 0 -27px;
}

.custom-checks input[type="radio"] + label.disabled,
.custom-checks input[type="checkbox"] + label.disabled {
	background-position: 0 -54px;
	cursor: default;
/* default theme -------------------- */
	color: #6e757c;
}

.custom-checks input[type="radio"] + label.checked.disabled,
.custom-checks input[type="checkbox"] + label.checked.disabled {
	background-position: 0 -81px;
}


/*=============================================================================
  custom select
=============================================================================*/

select.custom-select {
	padding-right: 25px;
}

.select-wrapper {
	position: relative;
	float: left;
	line-height: 26px;
	height: 26px;
	font-weight: 500;
}

.select-wrapper select {
	position: relative;
	z-index: 2;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.select-wrapper .holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	height: 26px;
	padding: 0 35px 0 5px;
	white-space: nowrap;   
/* default theme -------------------- */                    
	background: url(themes/dark/select-custom.png) no-repeat right top;
}

.select-wrapper .holder div {
	overflow: hidden;
}

.select-wrapper:hover .holder {
	background-position: right bottom;
}

/*=============================================================================
  form layout
=============================================================================*/

.justify .button,
.justify select,
.justify textarea,
.justify input[type="text"],
.justify input[type="password"] {
	width: 95%;
	padding-left: 2%;
	padding-right: 2% !important;
}

.nojustify .button,
.nojustify select,
.nojustify textarea,
.nojustify input[type="text"],
.nojustify input[type="password"] {
	width: auto;
}

.justify .custom-input,
.justify .custom-input input[type="text"],
.justify .select-wrapper,
.justify .select-wrapper select {
	max-width: 100%;
	width: 100%;
}


/*=============================================================================
  pick lists
=============================================================================*/

.picker {
	position: relative;
	padding-top: 15px;
	margin-bottom: 25px;
}

.picker .button {
	position: absolute;
	right: 0;
	bottom: 190px;
}

.picklist {
	padding: 1px;
	height: 182px;
	line-height: 26px;
	overflow: hidden;
	overflow-y: auto;
	outline: none;
	border: 1px inset;
}

.picklist li {
	overflow: hidden;
	white-space: nowrap;
}

.picklist li:hover {
/* default theme -------------------- */
	color: #e5e5e5;
	background: #1479c1;
}

.sourcelists .picklist li,
.picklist .ui-sortable li {
	cursor: pointer;
}

.picklist li span {
	display: inline-block;
	width: 40px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
/* default theme -------------------- */
	color: #e5e5e5;
}

.picklist li:hover span {
	background: #1891e7;
}

.picklist li.picked,
.picklist li.picked span {
	cursor: default;
/* default theme -------------------- */
	color: #667580;
}

.picklist li.picked:hover {
	background: none;
}

.picklist span,
.picklist li.picked:hover span {
/* default theme -------------------- */
	background: #525D66;
}

.picklist li a {
	float: right;
	margin: 5px;
	width: 15px;
	height: 15px;
	background: url(images/icons/remove.png) no-repeat top;
}

.picklist li a:hover {
	background-position: bottom;
}


/*=============================================================================
  button containers
=============================================================================*/

/* button wrapper */

.form-btns {
	margin: 15px 0 20px 0;
}

.form-btns.screen {
	position: relative;
	zoom: 1;
}

.form-btns.multi .button {
	margin: 0 5px;
}

.form-btns .screen {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.modal .form-btns {
	padding-top: 15px;
}


/* button bar */

.btn-bar {
	text-align: right;
	margin-bottom: 10px;
}

.btn-bar > li {
	display: inline-block;
	margin-left: 15px;
}


/*=============================================================================
  buttons
=============================================================================*/

.button {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 15px;
	height: 40px;
	padding: 0px 14px;
	*padding: 0px 10px; /* IE7 padding bug */
	overflow: visible;
	cursor: pointer;
/* default theme -------------------- */  
	color: #fff !important;
	background: #8A4D92 url(images/buttons.png) repeat-x top;
	border: 2px solid #1F2326;
	border-radius: 3px;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.25);
	text-shadow: 0px 1px 0px rgba(0,0,0,1.0);
}

a.button,
div.button {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	height: 36px;
	vertical-align: middle;
}

a.button span {
	line-height: 26px;
}

.button:hover {
/* default theme -------------------- */
	background-color: #9f58a7;
	box-shadow: 0px 1px 0px rgba(170,210,238,0.75);
}

.button:disabled,
.button[disabled="disabled"] {
	cursor: default !important;
/* default theme -------------------- */
	color: #957099 !important;
	background-color: #8A4D92 !important;
}

.button.inline {
	font-size: 0.8em;
	height: 32px;
}

a.button.inline,
div.button.inline {
	line-height: 28px;
	height: 28px;
}

.button.small {
	font-size: 0.8em;
	height: 28px;
}

a.button.small,
div.button.small {
	line-height: 24px;
	height: 24px;
}

.button.red { background-color: #b22222; }
.button.red:hover { background-color: #cd2727; }

.button.gray { background-color: #6a6a6a; }
.button.gray:hover { background-color: #7a7a7a; }

.button.green { background-color: #179340; }
.button.green:hover { background-color: #1aaf4c; }


/*=============================================================================
  toggle switch
=============================================================================*/

.custom-toggles input.switch {
	margin: 0 -15px 0 15px;
}

div.switch,
.custom-toggles input.switch + label {
	display: inline-block;
	padding: 0 0 0 13px;
	width: 23px;
	height: 12px;
	line-height: 12px !important;
	font-size: 9.5px !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #e5e5e5;
	background: url(images/toggle-switch.png) no-repeat top;
	cursor: pointer;
	border: 1px solid #394146;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.50);
}

div.switch.active,
.custom-toggles input.switch + label.checked {
	color: #80ff7f;
	padding: 0 13px 0 0;
	background-position: bottom;
	box-shadow: 0px 1px 0px rgba(128,255,128,0.50);
}


/*=============================================================================
  data tables
=============================================================================*/

table.data {
	width: 100%;
	margin-bottom: 1.5em;
	border-spacing: 0px;
	border-collapse: separate;
/* *border-collapse: expression('separate', cellSpacing = '0px');*/
/* default theme -------------------- */
	background: #525d66;
	border: 1px solid #646B70;
	border-left-color: #636D75;
	border-right-color: #3E464D;
	border-bottom-color: #32393E;
}

td table.data {
	margin-bottom: 0;
}

table.data tr.hide-me {
	opacity: 0.0;
}

table.data th,
table.data td {
	padding: 4px 8px;
}

table.data thead th {
	text-align: left;
	vertical-align: bottom;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

table.data > thead tr th {
	padding: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,1.0);
/* default theme -------------------- */
	color: #8fa4b2;
	background: #3e474d;
	border-bottom: 1px solid #262B2F;
}

table.data tbody td {
	line-height: 15px;
	font-size: 12px;
	vertical-align: top;
}

table.data > tbody > tr > td {
/* default theme -------------------- */
	border-top: 1px solid #5c676f;
	border-bottom: 1px solid #464f57;
}

table.clickable tbody tr:hover {
	cursor: pointer;
}

table.hover tbody tr:hover > td {
/* default theme -------------------- */
	background: #71828e;
	border-top-color: #71828e;
	border-bottom-color: #71828e;
}

table tbody tr.selected > td {
/* default theme -------------------- */
	background: #1891e7 !important;
}

table tbody tr.todelete > td {
/* default theme -------------------- */
	background: #a82c2c !important;
}

table.data .nested,
table.data .nested > td.nested-content > div {
	display: none;
}

table.data .nested td,
table.data .expanded td,
table.data .nested:hover td,
table.data .expanded:hover td {
	background: #998a6b;
	border-top-color: #998a6b;
	border-bottom-color: #998a6b;
}

table.data .nested > td {
	border-top-color: #998a6b;
	border-bottom-color: #baaf9a;
}

table.data .nested > td.nested-content {
	border-top-color: #baaf9a;
}

table.data .nested-content ul,
table.data .nested-content ul > li:first-child {
	border-color: #baaf9a;
}

table.data tbody .no-results td {
	padding: 5px 8px 6px 8px;
	text-align: center;
/* default theme -------------------- */
	background: inherit;
	border-top: 1px solid #5c676f;
	border-bottom: 1px solid #464f57;
}

table.data .row-toggle {
	width: 20px;
}

table.data .actions {
	white-space: nowrap;
}

table.data .group-toggle {
	display: block;
	height: 15px;
	width: 15px;
	text-align: center;
	cursor: pointer;
}

table.data .group-toggle:hover {
/* default theme -------------------- */
	color: #efefef;
}

table.data span.tooltip {
/* default theme -------------------- */
	border-bottom: 1px dotted #7d8c97;
}

table.data span.tooltip.icon {
	border-bottom: none;
}


/*=============================================================================
  sortable tables
=============================================================================*/

.dynatable-sort-header,
.tablesorter-header {
	cursor: pointer;
}

.dynatable-sort-header:hover,
.tablesorter-header:hover {
/* default theme -------------------- */
	background-color: #475258;
}

.tablesorter-header[data-sorter="false"] {
	cursor: default;
/* default theme -------------------- */
	background-color: #3e474d !important;
}

.tablesorter-headerAsc,
.tablesorter-headerDesc {
/* default theme -------------------- */
	color: #cdd6dc !important;
	background-color: #343c41 !important;
}

.tablesorter-header-inner {
	background: no-repeat right;
	padding-right: 8px;
}

.tablesorter-headerAsc .tablesorter-header-inner {
	background-image: url(images/table-sorter-asc.png);
}

.tablesorter-headerDesc .tablesorter-header-inner {
	background-image: url(images/table-sorter-desc.png);
}


/*=============================================================================
  dynatable elements
=============================================================================*/

.dynatable-head {
	padding: 0 !important;
}

.dynatable-head > div,
.dynatable-sort-header {
	display: block;
	text-decoration: none;
	padding: 8px;
}

.dynatable-sort-header {
/* default theme -------------------- */
	color: #8fa4b2;
}

.dynatable-sort-header:hover {
	text-decoration: none;
}

.dynatable-record-count {
	float: left;
	margin-top: 10px;
	font-weight: bold;
/* default theme -------------------- */
	color: #b8d2e5;
}

.dynatable-search {
	float: right;
	text-align: right;
	display: block;
	width: 25%;
}

.dynatable-search input {
	width: 70%;
	margin-left: 5px;
}

.dynatable-pagination-links {
	float: right;
	line-height: 1.0em;
}

.dynatable-pagination-links li {
	float: left;
	margin-left: 4px;
}

.dynatable-page-link,
.dynatable-page-break {
	display: block;
	padding: 5px 7px;
}

.dynatable-active-page,
.dynatable-disabled-page {
	cursor: text;
	text-decoration: none;
}

.dynatable-active-page {
	color: #fff !important;
	background: none repeat scroll 0 0 #1891E7;
	border-radius: 5px;
	color: #fff;
}

.dynatable-disabled-page,
.dynatable-disabled-page:hover {
	background: none;
	color: #999 !important;
}


/*=============================================================================
  simple lists
=============================================================================*/

.ul {
	padding: 0 0 0 15px;
	list-style: square;
}

.ul li {
	padding: 0 0 5px 0;
}


/*=============================================================================
  icons
=============================================================================*/

.icon {
	display: inline-block;
	font-size: 0em;
	line-height: 0em;
	vertical-align: middle;
}

.icon + .icon {
	margin-left: 5px;
}

.icon.toggle {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	background:  url(images/icons/row-toggle.png) no-repeat top;
	cursor: pointer;
}

.expanded .icon.toggle {
	background-position: bottom;
}

.icon.remove {
	width: 15px;
	height: 15px;
	background: url(images/icons/remove.png) no-repeat bottom;
	cursor: pointer;
}

.icon.help,
.icon.info {
	width: 16px;
	height: 16px;
	cursor: help;
}

.icon.help { background: url(images/icons/help.png); }

.icon.info { background: url(images/icons/info.png); }

.icon.pdf,
.icon.view,
.icon.edit,
.icon.copy,
.icon.delete,
.icon.history,
.icon.placeholder {
	width: 18px;
	height: 18px;
	cursor: pointer;
}

.icon.pdf { background: url(images/icons/pdf.png); }

.icon.view { background: url(images/icons/view.png); }

.icon.edit { background: url(images/icons/edit.png); }

.icon.copy { background: url(images/icons/copy.png); }

.icon.delete { background: url(images/icons/delete.png); }

.icon.history { background: url(images/icons/history.png); }

.icon.placeholder {
	background: none;
	cursor: default;
}


/*=============================================================================
  global messaging
=============================================================================*/

#MsgWrapper {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 9999;
}

#MsgWrapper #MsgDiv {
	max-width: 650px;
	margin: 0 auto;
	color: #4E3C05;
	border: 0px solid #9d813e;
	border-top: none;
	border-radius: 0 0 2px 2px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=3, direction=135, color=#333333);
}

#MsgWrapper.error #MsgDiv {
	border-color: #d91626;
}

#MsgWrapper.success #MsgDiv {
	border-color: #44ad5f;
}

#MsgWrapper #MsgText {
	position: relative;
	padding: 10px 45px 10px 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: 500;
	background: #FFEAA8 url(images/msg-background.png) repeat-x top;
}

#MsgWrapper.error #MsgText {
	color: #c82222;
	background-color: #f9d0d0;
}

#MsgWrapper.success #MsgText {
	color: #008a24;
	background-color: #b5f4c5;
}

#MsgWrapper #MsgIcon {
	padding-left: 35px;
	background: #e3c771 url(images/icons/message.png) no-repeat 5px;
}

#MsgWrapper.error #MsgIcon {
	background: #fa0000 url(images/icons/alert.png) no-repeat 5px;
}

#MsgWrapper.success #MsgIcon {
	background: #439d1f url(images/icons/check.png) no-repeat 5px;
}

#MsgClose {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: url(images/icons/close.png);
	cursor: pointer;
}


/*=============================================================================
  imageless processing spinner
=============================================================================*/

.spinner-target {
	position: relative;
}

#Spinner {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 101;
	margin-top: -1px;
	opacity: 1.0;
	border: none !important;
	box-shadow: none !important;
	filter: alpha(opacity=100);
}

#Spinner .txt {
	position: absolute;
	left: 0px;
	width: 100%;
	margin-top: -100px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
/* default theme -------------------- */
	color: #999;
}

.spinner {
	position: absolute;
	left: 50%;
}

.modal > #Spinner,
#docBody > #Spinner {
	border-width: 0 !important;
	margin-top: 0 !important;
}

#docBody > #Spinner {
	border: none;
/* default theme -------------------- */
	background: #292F33;
}


/*=============================================================================
  modal customizations
=============================================================================*/

.modal {
	font-size: 1.0em;
	line-height: 1.1em;
	padding: 15px 25px;
	border-radius: 3px;
/* default theme -------------------- */
	color: #e5e5e5;
	background: #41474D;
	border: 1px solid #3E4347;
	border-bottom-color: #191D1F;
	border-right-color: #1F2326;
	box-shadow: 0 0 8px rgba(0, 0, 0, 1.0);
}

.modal-header {
	font-weight: bold;
	margin: -15px -25px 15px -25px;
	border: none;
	background: #426da9;
}

.modal-x {
	margin: -6px 0 0 18px;
	height: 17px;
	width: 38px;
	background: url(images/modal-close.png) no-repeat top;
}

.modal-x:hover {
	background-color: #517cbb;
	background-position: bottom;
}

.modal .hdiv {
	margin: 0;
	padding: 25px 0;
}


/*=============================================================================
  qtip customizations
=============================================================================*/

.tiptext {
	display: none;
	line-height: 13px;
	font-size: 10px;
}

.qtip-phc {
	font-weight: 500;
	border-radius: 3px;
	color: #000;
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
/* default theme -------------------- */
	background-color: #bfd1ea;
	border: 2px solid #1152a6;
}

.qtip-phc .qtip-titlebar {
	overflow: visible;
/* default theme -------------------- */
	color: #fff;
	background-color: #1152a6;
}

.qtip-phc .qtip-close .qtip-icon {
	background-position: -2px 0;
}

a.tooltip,
span.tooltip {
	cursor: help;
}


/*=============================================================================
  jquery UI customizations
=============================================================================*/

/* menus */

.ui-menu {
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 0.85em;
/* default theme -------------------- */
	color: #f4f4f4;
	background: #697381;
}
   
.ui-autocomplete.ui-menu {
	z-index: 5 !important;
	max-width: none !important;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #1f2225;
	border-radius: 0 0 2px 2px;
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.5);
	line-height: 1.5em;
}

.ui-autocomplete.ui-menu .ui-state-hover, .ui-autocomplete.ui-menu .ui-state-focus { border: none; background: #2073df; color: #e5e5e5; margin: 0;}
.ui-autocomplete.ui-menu .ui-state-hover a, .ui-autocomplete.ui-menu .ui-state-hover a:hover { color: #fff; }

/* date picker */

.ui-datepicker {
/* default theme -------------------- */
	background: #525d66;
	border: 1px solid #65737e;
	border-left-color: #5c6872;
	border-right-color: #49535b;
	border-bottom-color: #3f484f;
	box-shadow: 0 0 8px rgba(0, 0, 0, 1.0);
}
   
.ui-datepicker .ui-datepicker-header {
	font-weight: 500;
	padding: 2px;
	color: #efefef;
	background: #5980b3;
	border-color: #475363;
	border-top-color: #7595bf;
	border-left-color: #7595bf;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: #5980b3;
	border-color: #436592;
	border-right-color: #7595bf;
	border-bottom-color: #7595bf;
}

.ui-datepicker select {
	padding: 0px 0px 0px 2px;
}

.ui-datepicker th {
/* default theme -------------------- */
	color: #8fa4b2;
}

.ui-datepicker tbody .ui-state-default {
/* default theme -------------------- */
	color: #fff;
	background: #71828E;
	border-color: #55616a;
}

.ui-datepicker tbody .ui-state-default:hover {
/* default theme -------------------- */
	background: #8997a1;
	border-color: #333;
}

.ui-datepicker tbody .ui-state-highlight {
/* default theme -------------------- */
	background: #998A6B;
}

.ui-datepicker tbody .ui-state-active {
	background: #145fc1;
	border-color: #000;
}

.ui-datepicker tbody .ui-datepicker-unselectable span {
	background: #525d66;
	border-color: #525d66;
}

.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left: 4px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	background-repeat: no-repeat;
	background-position: center;
}

.ui-datepicker .ui-datepicker-prev {
	background-image: url(images/arrow-white-left.png);
}

.ui-datepicker .ui-datepicker-next {
	background-image: url(images/arrow-white-right.png);
}


/*=============================================================================
  jscrollpane customizations
=============================================================================*/
   
.jspVerticalBar {
	background: none;
}

.jspVerticalBar * {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.jspContainer:hover .jspVerticalBar * {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.jspTrack {
/* default theme -------------------- */
	background: #282d31;
}

.jspDrag {
	cursor: default;
/* default theme -------------------- */
	background: #4c565e;
}

.jspArrow {
	background: #4c5f74 no-repeat top;
}

.jspArrow.jspDisabled {
	background: #4c5f74 no-repeat bottom;
}

.jspVerticalBar .jspArrowUp {
	background-image: url(images/scroll-arrow-up.png);
	border-bottom: 1px solid #282d31;
	border-radius: 2px 2px 0 0;
}

.jspVerticalBar .jspArrowDown {
	background-image: url(images/scroll-arrow-down.png);
	border-top: 1px solid #282d31;
	border-radius: 0 0 2px 2px;
}