html { overflow-y: scroll;
}

body {
	/*background:url(../images/background.png) repeat;*/
    background-color: #f9f9f9;
  	font-size: 12px;
 	line-height: 16px;
	color: #111;
	height: 100%;
}
a {
	color: #0069d6;
	outline: none;
}

a:active, a:focus {
	outline: none;
}
a:active , :focus, :-moz-any-link:focus {
	-moz-outline-style: none;
}

a:link {
	/*text-decoration:none;*/
}

p {
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	margin: 0;
}

h1 {
	font-size: 30px;
	line-height: 36px;
}
h2 {
 	font-size: 24px;
 	line-height: 36px;
}
h3 {
	font-size: 16px;
 	line-height: 27px;
}
h4 {
 	font-size: 14px;
}
.text-muted {
	color: #6c757d !important;
}
.header-light {
	font-weight: 300;
}

.pull-center {
	text-align: center;
}

.row-fluid .span6:nth-child(2n + 3) { margin-left : 0px; }
.row-fluid .span4:nth-child(3n + 4) { margin-left : 0px; }
.row-fluid .span3:nth-child(4n + 5) { margin-left : 0px; }

/* Login
---------------------------------------------------*/
.content-login {
	padding: 30px;
	width: 500px;
	margin: 8% auto 0;
	background-color: #F3F4F6;
	border: 1px solid #C9CCD0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
}

.login-logo {
    text-align: center;
}

#login-form {
	padding: 20px 0;
}

.content-login .form-actions {
	background:none;
	border:0;
	margin:0;
	padding:5px 0 0 150px;
}
.login-links {
	clear: both;
	text-align:center;
}
.login-links a {
	margin:0 10px;
}

.browser-error {
	margin: 20px 0;
	border: 2px solid #fbc7c6;
	background-color: #fddfde;
	/*text-align: center;*/
	padding: 10px;
}

/* Register
---------------------------------------------------*/
.content-register {
	padding: 10px;
	width: 700px;
	margin: 3% auto 0;
	background-color: #F3F4F6;
	border: 1px solid #C9CCD0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.14);
}

.content-register .form-actions {
	background:none;
	border:0;
	margin:0;
	padding: 5px 0 0 150px;
}
#register-form {
	margin: 5px 0;
	float: left;
}
.register-promo {
	float:right;
	/*width:200px;*/
	padding:15px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#0691DC;
	text-align:center;
	margin:20px 0;
	font-size: 18px;
	line-height: 24px;*/
}

.register-promo ul {
	list-style-image: url(../images/icons/icon_ok.png);
}
.register-promo li {
	padding-bottom: 5px;
}

/* Containers
---------------------------------------------------*/
.container {
	width: auto;
	min-width: 940px;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}

.content-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1px; /* the bottom margin is the negative value of the footer's height */
}

.main-content {
	background:url(../images/background.png) repeat;
	border: 1px solid #edeef2;
	padding: 20px;
}
.section-overflow {
	overflow: auto;
}

.section-pad {
	margin-left: 150px;
}

.span15 {
	width: 90px;
}
.span25 {
  width: 190px;
}

.bank-trans-wrapper {
    max-height: 300px;
    overflow: auto;
}

#bank-invoice-form .reference-wrapper, #bank-general-form .reference-wrapper {
	float: right;
}
#bank-invoice-form .description-wrapper, #bank-general-form .description-wrapper {
	float: right;
}

#bankImportTabs.tab-content {
	overflow:inherit;
}

.bank-item-detail {
	background-color: #e3edef;
	border: 1px solid #e5e9eb;
	padding: 5px 0 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	margin-left: 0;
}

.filter-params {
	background-color: #fcfcfc;
	border: 1px solid #CCC;
	padding: 8px 10px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	margin-bottom: 15px;
	margin-left: 0;
}

.filter-param {
	float: left;
	margin-right: 10px;
}
.filter-param label {
	color:#5e6d80;
	margin-bottom:3px;
}

.filter-param .control-group {
	margin-bottom: 4px;
}

.filter-param input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.filter-param .img-recon {
	margin-top: 25px;
}

.filter-param p {
    margin: 5px 0 0;
}

a#clear-filter, a#close-filter {
	margin-left:3px;
}

.filter-actions {
	margin-top: 19px;
	margin-left: 0;
}

#invoice-payment .filter-actions {
	margin-top: 16px;
}

.filter-actions .btn {
	vertical-align: top;
}

.fixed-720 {
	width: 720px;
}

.filter-params.fixed-720 {
    width: 700px;
}
.fixed-800 {
	width: 800px;
}

.table-fixed {
	table-layout: fixed;
}

.max-1000 {
	max-width: 1000px;
}

.clearfix {
	clear: both;
}

.box-shadow {
  -moz-box-shadow:    4px 4px 4px #ddd;
  -webkit-box-shadow: 4px 4px 4px #ddd;
  box-shadow:         4px 4px 4px #ddd;
}

.well {
	overflow: auto;
}
.inline-group {
	float: left;
	padding-right: 40px;
	min-width: 50px;
	max-width: 300px;
}

.inline-group .item-label {
	/*color: #333;*/
	padding-bottom: 5px;
	font-weight: bold;
}

.inline-group .item {
	/*font-weight: bold;*/
}

.help-index li.active {
    font-weight: bold;
}

/* Settings
---------------------------------------------------*/
._settings {
	background-color: #FFF;
	padding: 10px 10px 10px 0;
	margin: 0 0 20px 0;
	border: 1px solid #dae5e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
._settings h4{
	color: #5E6D80;
}

/* Horizontal shadow line
---------------------------------------------------*/
.shadowline {
	float:left;
	width:100%;
}
.shadowlinedown {
	background:url(../images/downline.png) no-repeat;
	width:25%;
	float:left;
	height:29px;
	margin-bottom: 0;
}
.shadowlineup {
	background:url(../images/upline.png) no-repeat;
	width:25%;
	float:left;
	height:29px;
}
._r {
	background-position:right center;
	width:40%;
}
._m {
	background-position:center center;
	width:20%;
}
._l {
	background-position:left center;
	width:40%;
}


/* Header
---------------------------------------------------*/
#current-user {
	float: right;
}

#header h1{
	width: 500px;
	color: #FFF;
	margin-top: 10px;
	font-size: 26px;
	font-weight: normal;
	text-shadow: -1px -1px 0 #337BBC;
	padding-left: 2px;

}
.topheader {
	/*background-color: #0176a1;*/
	background-color: #175176;
	/*background:url(../images/headerbg.png) repeat-x;*/
	border-bottom:1px solid #FFF;
}

/* Footer
---------------------------------------------------*/
.footer {
	margin:60px 0 20px;
	width:100%;
	/*float:left;*/
	height: 1px;
}
.footerlogo {
	background:url(../images/footerdivide.png) right center no-repeat;
	float:left;
	padding-right:20px;
}
.companylogo {
	background:url(../images/companylogo.png) left center no-repeat;
	width:175px;
	height:80px;
}
.footerbox {
	float:right;
	width:18%;
	padding-left:2%;
}
.footermenu  {
	list-style:none;
	margin:0;
}
.footermenu li {
	font-size:12px;
	color:#7f7f7f;
	text-shadow:#FFF 1px 1px 0;
}
.footermenu li a{
	color:#7f7f7f;
}
.footermenu li.category {
	font-weight:bold;
}

/* Navbar
---------------------------------------------------*/
.navbar {
	margin-bottom: 0;
	padding-top: 10px;
}

.navbar-inner {
	background-color: transparent;
	background-image: none;
	filter: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
	border: none;
}

.navbar .brand {
	font-size: 23px;
	color: #dae2e4;
	text-shadow: none;
}

.navbar .nav > li > a {
	color: #dae2e4;
    font-weight: bold;
    text-shadow: none;
    padding: 10px 0 10px 15px;
}

.navbar .nav > li > a:focus {
	text-decoration: none;
	color: #dae2e4;
}

.navbar .nav > li > a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active >
.dropdown-toggle {
	background-color: inherit;
	color: #dae2e4;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #dae2e4;
	border-bottom-color: #dae2e4;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #dae2e4;
	border-bottom-color: #dae2e4;
}

.navbar .nav li.dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.header-notification .icon-envelope {
	margin-top: 0;
}

.caret {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.navbar .nav.pull-right .dropdown-menu {
	max-height: 250px;
	overflow-y: auto;
}
.dropdown-menu li {
	display: list-item;
}
.navbar .nav .dropdown-menu a {
	white-space: normal;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navbar .dropdown-menu:before {
	content:normal;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background-color: #0075a0;
}

/* Primary Navigation
---------------------------------------------------*/
.nav {
	margin-bottom: 0;
}
.nav-primary {
	margin-top: 10px;
	float: none;
}
.nav-primary.nav-tabs {
	border: none;
}
.nav-primary.nav-tabs > li {
	margin-bottom: 0;
}
.nav-primary.nav-tabs > li a {
	background:url(../images/primary-nav.png) left top repeat-x;
	/*background-color: #175176;*/
	/*background-color: #0176a1;*/
	margin-right:2px;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	border-top:1px solid #008dc1;
	border-left:1px solid #008dc1;
	border-right:1px solid #008dc1;
	border-bottom: none;
}
.nav-primary.nav-tabs > li#active-menu a {
	/*background:url(../images/navbg.png) left top repeat-x;*/
	background: #f9f9f9;
}
.nav-primary.nav-tabs > li#active-menu a{
	color:#5e6d80;
	border-color: #FFF;
	/*text-shadow:#FFF 1px 1px 0;*/
}
.nav-primary.nav-tabs a {
	line-height: 20px;
    padding: 6px 25px 5px;
	color: #FFF;
	font-weight: bold;
	/*text-shadow: #3274ca 1px 1px 0;*/
	background-color: #316b81;
}

.nav-primary.nav-tabs a:hover  {
	background:url(../images/primary-nav.png) left bottom repeat-x;
	background-color: #0070a8;
}

.nav-primary a:hover > .nav > li {
	/*text-shadow: none;*/
}

.company-partner {
    color: #fff;
    padding: 10px 0 10px;
    font-size: 13px;
}

/* Secondary Navigation
---------------------------------------------------*/
.secondary_nav {
	/*background-color: #FFFFFF;*/
	border-bottom: 1px solid #D6DDE7;
	padding: 6px 0 5px;
	background:#FFF url(../images/secondarynavbg.png) center bottom repeat-x;
}
.nav-pills > li > a {
	padding-top: 6px;
	padding-bottom: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.nav-pills .active > a, .nav-pills .active > a:hover {
	color: #333;
	border: 1px solid #d5e2ea;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), color-stop(25%, #f1f5f7), to(#e5edf1));
	background-image: -webkit-linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: -moz-linear-gradient(top, #f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: -ms-linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: -o-linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f5f7', endColorstr='#e5edf1', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.nav-tabs.slim > li > a {
    padding: 3px 6px;
}

.nav-tabs.slim > .active > a, .nav-tabs > .active > a:hover {
    background-color: #F5F5F5;
}

/* Page Header
---------------------------------------------------*/
.page-head-wrapper {
	margin: 0 0 5px 0;
	padding-top: 5px;
	padding-bottom: 0px;
	/*border-bottom: 1px solid #DDD;*/
	/*background-color: #eaf0f4;
	background:#FFF url(../images/secondarynavbg.png) center bottom repeat-x;*/
}

.page-head{
	margin-bottom: 0px;
	color: #888;
	border: none;
}
.page-head h2 {
	color: #5E6D80;
    text-shadow: 1px 1px 0 #FFFFFF;
	font-weight:normal;
	border: none;
}

/* Breadcrumb
---------------------------------------------------*/
.breadcrumb {
	background:none;
    border:0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}


/* View actions
---------------------------------------------------*/

.view-actions {
	margin-bottom: 8px;
	display: block;
	height: 28px;
	/*overflow: auto;*/
}

.view-actions ul {
	margin: 0;
}

.view-actions .pull-left > ul > li, .view-actions .pull-right > ul > li {
	display: inline-block;
    vertical-align: top;
}

.view-actions .pull-left > ul > li {
	float: left;
	margin-right: 5px;
}
.view-actions .pull-right > ul > li {
	float: left;
	margin-left: 5px;
}
/* Alerts
---------------------------------------------------*/
.close {
	font-size: 15px;
}

.alert ul, ol {
	margin-bottom: 0px;
}

.label-notice {
	background-color: #6cc1e6;
}

/* Dashboard
---------------------------------------------------*/

#dash-column-first {
	width: 48%;
	float: left;
}
#dash-column-last {
	width: 48%;
	float: right;
}

.dash-panel {
	margin: 10px 0 20px;
}

.panel-heading {
	color: #013257;
	text-shadow: #FFF 1px 1px 0;
	font-weight: normal;
	font-size: 1.45em;
	padding: 0 0 7px 2px;
}

.panel-heading a {
	margin-left:5px;
	color: #5e6d80;
	text-shadow:#FFF 1px 1px 0;
	/*text-decoration:underline;*/
}
.panel-heading a:hover {
	color:#458dd5;
}

.panel-heading-link {
	float: right;
	font-size: 12px;
	margin-right: 2px;
}

.panel-content {
	background:#FFF;
	padding:10px;
	border:1px solid #d5dadd;
	/*padding:15px;
	border:4px solid#F2F6FB;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.chart-dashboard {
	height: 225px;
}

.chart-bank-overview {
    margin-top: 15px;
}

.dash-panel-updates {
	width: 100%;
	float: left;
}
.dash-panel-links {
	float: right;
	width: 15%;
}

.dash-panel-item {
	padding: 5px;
	border-bottom: 1px solid #F1F1F1;
}
.dash-panel-date {
	color:#9d9d9d;
	padding-right:7px;
}
.dash-panel-item a{
	color:#5E6D80;
}

#dash-bank-account-balance {
	float: right;
	color: #555;
	/*font-size: 1.25em;*/
}

.dash-add-trans {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #CCC;
}
/* Dashboard bank accounts
---------------------------------------------------*/
.bank-account {
	display: inline-block;
	width: 100%;
	font-weight:bold;
	text-align:center;
}
.bank-account-l{
	float: left;
	width: 49.8%;
	height: 40px;
	border-right: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	padding: 5px 0;
}
.bank-account-r{
	float: right;
	width: 49.8%;
	height: 40px;
	padding: 5px 0;
	border-top: 1px solid #f2f2f2;
}
.bank-type {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.7em;
	display: block;
	color: #888888;
}
.bank-amount {
	font-size: 22px;
	display: block;
}
._negative {
	color: #da6d69;
}
.negative {
	color: #C00;
}

/* Dashboard finance
---------------------------------------------------*/
.financebar {
	background: #f6f9fe;
	height: 52px;
}
.financebarbottom {
	background: #f6f9fe;
	height: 52px;
	margin-top: 5px;
}
.finance-box {
	float: left;
	background: #edf3fc;
	color: #8895ac;
	text-shadow: #FFF 1px 1px 0;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
}
._date {
	width:19%;
	text-align:center;
	margin-right:1%
}
._result {
	width:26%;
	color:#424242;
	margin-right:1%
}
._profit {
	width:26%;
	background:#cadc9e;
	color:#516d05;
	margin:0;
	float:right;
	text-shadow:#E9EEDE 1px 1px 0;
}
._loss {
	width:26%;
	background:#efbebf;
	color:#a1222e;
	margin:0;
	float:right;
	text-shadow:#f8e9e9 1px 1px 0;
}
.finance-period {
	color: #5e6d80;
	/*font-weight: normal;*/
	font-size: 1.2em;
	display:block;
}
.finance-month {
	font-size:18px;
	display:block;
}
.finance-ytd {
	font-size:18px;
	padding:9px 0;
	display:block;
}
.finance-year {
	font-size:16px;
	display:block;
	letter-spacing:1px;
}
.finance-type {
	font-weight:normal;
	font-size:12px;
	line-height: 1.5em;
	display:block;
	text-transform:uppercase;
}
.finance-amount {
	font-size:19px;
	display:block;
}

/* Buttons
--------------------------------------------------------*/
.btn {
	font-size: 12px;
	line-height: 18px;
}

.btn-group > .btn, .btn-group > .dropdown-menu {
	font-size: 12px;
}

.btn-small {
	padding: 3px 9px;
}
.btn-tiny {
	padding: 3px 6px;
	font-size: 11px;
	line-height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.btn-date-options {
    padding: 3px 5px;
}

/*blue - same as primary nav*/
/*.btn-primary {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0084b5, #00668c);
	background-image: -ms-linear-gradient(top, #0084b5, #00668c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0084b5), to(#00668c));
	background-image: -webkit-linear-gradient(top, #0084b5, #00668c);
	background-image: -o-linear-gradient(top, #0084b5, #00668c);
	background-image: linear-gradient(top, #0084b5, #00668c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0084b5', endColorstr='#00668c', GradientType=0);
	border-color: #00668c #00668c #00668c;
}*/
/*orange*/
/*
.btn-primary {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #d79e24, #c18a14);
	background-image: -ms-linear-gradient(top, #d79e24, #c18a14);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d79e24), to(#c18a14));
	background-image: -webkit-linear-gradient(top, #d79e24, #c18a14);
	background-image: -o-linear-gradient(top, #d79e24, #c18a14);
	background-image: linear-gradient(top, #d79e24, #c18a14);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d79e24', endColorstr='#c18a14', GradientType=0);
	border-color: #c18a14 #c18a14 #c18a14;
}*/


/* Forms
--------------------------------------------------------*/
form {
	margin-bottom: 0;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  line-height: 16px;
}

input,
textarea,
select,
.uneditable-input {
	color: #111;
}

input.span15,
textarea.span15,
select.span15,
.uneditable-input.span15 {
	display: inline-block;
	float: none;
	width: 80px;
	margin-left: 0;
}


select, textarea, input[type="text"],
input[type="password"], input[type="datetime"],
input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"],
input[type="week"], input[type="number"],
input[type="email"], input[type="url"],
input[type="search"], input[type="tel"],
input[type="color"], .uneditable-input {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	padding-bottom: 3px;
	padding-top: 3px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 1px 0 0;
}

.input-small-medium {
  width: 120px;
}

.input-xlarge {
	width: 315px;
}

.input-xxlarge {
	width: 420px;
}

.form-horizontal .control-group {
	clear: both;
	margin-bottom: 10px;
}
.form-horizontal .controls {
	margin-left: 150px;
}

.form-horizontal .control-label {
	width: 140px;
}

.form-horizontal .control-label-left {
	text-align: left;
}

.control-group > label {
	font-weight: normal;
}

.control-group .controls .field-error {
	border: 1px solid #C00;
}

.form-section-heading {
	clear: both;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}

form .field-required {
	font-weight: bold;
}

form .required-tag {
	color:#ff0000;
}

.form-horizontal .controls-locked {
	padding-top: 6px;
}

.alert-message.block-message {
	padding: 8px;
}

.alert-thin {
	margin-bottom: 10px;
}

.annotate-pad {
	color: #777;
	margin-left: 150px;
	margin-bottom: 10px;
}

.annotate {
	color: #777;
	margin-top: 3px;
	max-width: 450px;
}

.annotation {
	color: #777;
	margin-top: 3px;
}

.annotate-inline {
	color: #777;
}

.annotate-pad.error {
    color: #C00;
	clear:both;
}

#websiteurl {
	display: none;
}

.uneditable-input {
	border-color: #ddd;
	cursor: auto;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-top: 6px;
	background-color: transparent;
}
.form-horizontal .form-actions {
	padding-left: 150px;
	vertical-align: middle;
}

.form-actions {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.form-actions .btn {
	vertical-align: middle;
	margin-bottom: 0;
}

.btn:focus {
	outline: none;
}
.btn.small {
    padding: 6px 9px 6px;
}

ul.email-tags-items {
	list-style: none;
	margin-left: 0;
}

.input-text-right {
	text-align: right;
}

.input-thin,
input[type="text"].input-thin {
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 12px;
	margin-bottom: 0;
}

.form-row {
	clear: both;
}
.form-row:after {
	clear: both;
}
.inline-field-first {
	float: left;
	margin-right: 10px;
}

.inline-field {
	float: left;
	margin-right: 10px;
}
.inline-field-collapse {
	float: left;
	margin-right: 10px;
}
.inline-field-last {
	float: left;
	margin-right: 5px;
}

.form-horizontal .inline-field label {
	width: 75px;
}
.form-horizontal .inline-field-collapse label {
	width: 10px;
}

.form-horizontal .inline-field-last label {
	width: 75px;
}

.form-horizontal .inline-field .controls {
	margin-left: 85px;
}
.form-horizontal .inline-field-collapse .controls {
	margin-left: 0px;
}

.form-horizontal .inline-field-last .controls {
	margin-left: 85px;
}

.deleteBankItem {
    margin-left: 20px;
}

#addNewRow {
    margin-bottom: 5px;
}

.invoice-description {
    width: 97%;
}

/* Chosen overides
--------------------------------------------------------*/

select {
	width: auto;
}

/* Fix 100% width */
.chzn-container {
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chzn-error {
	border: 1px solid #C00 !important;
}

.chzn-container-single .chzn-single {
	padding: 0 0 0 6px;
	border: 1px solid #CCCCCC;
	color: #111;
}

.chzn-container .chzn-drop {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid rgba(82, 168, 236, 0.8);
	border-bottom: 1px solid rgba(82, 168, 236, 0.8);
	border-left: 1px solid rgba(82, 168, 236, 0.8);
}

.chzn-container .chzn-results .highlighted {
	background: #BDDDEB;
	color: #000;
}

.chzn-container .chzn-results li {
	padding: 6px 4px 4px;
	line-height: 100%;
}

.chzn-container .chzn-results li em {
    background: none repeat scroll 0 0 #FCFFA7;
}

.chzn-container .chzn-results .group-option {
	padding-left: 8px;
}

.chzn-container-active .chzn-single {
	border-color: rgba(82, 168, 236, 0.8);
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0;
}

.chzn-container-single .chzn-single div {
	background: none;
	background-image: none;
	border-left: none;
}

.chzn-container-multi .chzn-choices {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0;
	border: 1px solid #CCCCCC;
	color: #111;
}

.chzn-container-multi .chzn-choices .search-field input {
	padding: 3px;
	margin: 0;
}
.chzn-disabled {
	opacity: 0.75 !important;
}

/* Dialog forms
--------------------------------------------------------*/

.ui-widget {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
}

.ui-widget-header .ui-icon {
	background-image: url('images/ui-icons_217bc0_256x240.png');
}

.ui-widget-overlay {
	background: #000;
	opacity: .4;
}

.ui-dialog {
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	padding: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 10px;
	font-size: 1.5em;
	position: relative;
	background: none;
	background-color: #deeaee;
	color: #013257;
	border: none;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;	-
	moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 1px solid #b8d3db;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
}


.ui-dialog .form-actions {
	margin-top: 0;
	margin-bottom: 0;
}

.modal {
    font-size: 12px;
    width: 620px;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color:#deeaee;
	color: #013257;
	border-bottom: 1px solid #b8d3db;
    border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}


.modal-body {
    padding-top: 8px;
    padding-bottom: 8px;
    max-height: none;
}
.modal-body hr {
	margin: 8px 0;
}
.modal-footer {
    padding-top: 8px;
    padding-bottom: 8px;
}
.modal .alert {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.modal input {
    font-size: 12px;
    line-height: 15px;
}
.modal input, .modal label, .modal input, .modal select, .modal textarea {
    font-size: 12px;
    line-height: 15px;
}
.modal .form-horizontal .control-group {
    margin-bottom: 5px;
}
.modal .form-horizontal .control-group > label, .ui-dialog .form-horizontal .control-group > label {
	width: 70px;
    font-size: 12px;
}
.modal .form-horizontal .controls, .ui-dialog .form-horizontal .controls {
	margin-left: 80px;
}

.modal .form-horizontal .form-actions, .ui-dialog .form-horizontal .form-actions {
	padding-left: 80px;
}

.modal .email-cc-wrapper .annotate {
    margin-top: 0;
}

/* Tables
--------------------------------------------------------*/
.table {
	background-color: #FFF;
}
.table-border {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapsed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered {
	border-left: 1px solid #dddddd;
}

.table th, .table td {
	padding: 5px;
	border-left: none;
	border-right: none;
}

.table td {
  vertical-align: middle;
}

.table-semi th, .table-semi td {
	padding: 5px 5px;
}

.table-condensed th, .table-condensed td {
	padding: 3px 5px;
}

th.td-right, td.td-right {
	text-align: right;
	padding-right: 10px;
}

.td-indent {
	padding-left: 15px !important;
}

.table .td-center {
	text-align: center;
}

th {
	text-align: left;
	background-color:#deeaee;
	color: #013257;
	border-bottom: 1px solid #b8d3db;
	font-weight: bold;
}

td.td-blue, th.td-blue {
	background-color:#deeaee;
}

th.no-bottom {
	border-bottom: none;
}

th.border-left {
	border-left: 1px solid #b8d3db;
}
th.border-right {
	border-left: 1px solid #b8d3db;
}

th a {
	color: #013257;
}
th a:hover {
	color: #013257;
}
th a.desc:after {
	content: " ▼";
}
th a.asc:after {
	content: " ▲";
}
tr:hover {
	background-color: #edf1f2;
	color:#000;
}
.table-no-hover tr:hover {
    background-color: transparent;
}

tr.tr-head td {
	background-color:#deeaee;
	color: #013257;
	border-bottom: 1px solid #b8d3db;
	font-weight: bold;
}

tr.tr-sub-heading td {
	padding-top: 15px;
	font-weight: bold;
}

.tDnD_whileDrag {
	background-color: #deeaee;
    border: 2px solid #013257;
}

td.dragHandle {
	background-image: url(../images/icons/draft.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.table-report {
    table-layout: fixed;
}
.table-auto {
    width: auto;
}

.table-report td {
    border: none;
    border-top: 1px solid #ddd;
}

tr.tr-sub-total td {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
	font-weight: bold;
}

tr.tr-heading td {
    border-top: none;
	font-weight: bold;
	font-size: 13px;
	padding-top: 15px;
}

tr.tr-grand-total td {
	font-size: 13px;
	font-weight: bold;
	padding-top: 15px;
	border-top: 1px solid #C3D5E4;
	border-bottom: 2px solid #C3D5E4;
}

.td-indent {
	padding-left: 10px;
}

td.td-profit {
	/*background-color: #cadc9e;*/
	color: #516d05;
	text-shadow:#E9EEDE 1px 1px 0;
	font-weight: bold;
}
td.td-loss {
	/*background-color: #efbebf;*/
	color: #a1222e;
	text-shadow: #f8e9e9 1px 1px 0;
	font-weight: bold;
}
.table-invoice-credits {
	margin-top: 10px;
}

/* Pagination
--------------------------------------------------------*/
.paging {
	clear: both;
	font-size: 11px;
	color: #676767;
	text-align: center;
	padding: 5px;
}

.paging ul{
	margin: 5px 0 0 0;
	display: inline;
	padding-left: 0;
}

.paging li {
    border:0;
    margin:0;
    padding:0;
    font-size:11px;
    display: inline-block;
    margin-right: 2px;
}
.paging a {
    color: #0e509e;
    display: block;
    padding: 3px 6px;
    text-decoration: none;
    margin-right: 2px;
    color: #222;
	border: 1px solid #d5e2ea;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), color-stop(25%, #f1f5f7), to(#e5edf1));
	background-image: -webkit-linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: -moz-linear-gradient(top, #f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: -ms-linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: -o-linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-image: linear-gradient(#f1f5f7, #f1f5f7 25%, #e5edf1);
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f5f7', endColorstr='#e5edf1', GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.paging a:hover {
    border: solid 1px #aaa;
}

.paging .active {
    background: #666;
    border: 1px solid #555;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 6px;
    margin: 0 4px 0 0;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.paging-seperator {
    padding-left: 2px;
    padding-right: 2px;
}



/* Transactions
--------------------------------------------------------*/
#invoice-wrapper {
	/*width: 1000px;*/
}

#invoice-actions {
	overflow: auto;
	margin-bottom: 5px;
}

#invoice-actions ul{
	margin: 0;
}

#invoice-actions li{
	display: inline;
}

#invoice-header {
	clear: both;
}
#invoice-title {
	float: left;
}
.invoice-branding .item {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
#invoice-void {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FEF5F1;
	color: #CC0000;
	display: block;
	clear: both;
}

#invoice-content {
	clear: both;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 958px;
	background-color: #FFF;
}

#invoice-content h3{
	font-size: 24px;
    /*margin-bottom: 20px;*/
}

.invoice-sent-status {
	margin-bottom: 8px;
}
.invoice-payment-details-item {
	font-size: 12px;
	color: #888;
}

#invoice-footer {
	margin: 10px 0;
}

.invoice-extra-box {
	padding: 10px;
	margin-top: 20px;
	max-width: 980px;
}

#invoice-payment label {
	clear: both;
	margin-bottom: 0;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.invoice-status {
	width: 135px;
	height: 45px;
	float: right;
	margin: 0 -30px 10px 0;
	color: #FFF;
	font-size: 20px;
}
._status-paid {
	background: url(../images/labelpaid.png) center bottom repeat-x;
	text-shadow: -1px -1px 0 #788B37;
}
._status-draft {
	background: url(../images/labeldraft.png) center bottom repeat-x;
	text-shadow: -1px -1px 0 #4191AB;
}
._status-open {
	background: url(../images/labelopen.png) center bottom repeat-x;
	text-shadow: -1px -1px 0 #9A7638;
}
._status-overdue {
	background: url(../images/labeloverdue.png) center bottom repeat-x;
	text-shadow: -1px -1px 0 #892F2F;
}
._status-void{
	background: url(../images/labelvoid.png) center bottom repeat-x;
	text-shadow: -1px -1px 0 #363635;
}
.invoice-status-text {
	display: inline-block;
	padding: 9px 0 4px 13px;
}


#invoice-status ul {
	margin: 0;
}

#invoice-status li{
	display: inline;
}

#contact-details {
	clear: both;
	float: left;
}
.invoice-info-type {
    color: #888888;
	margin-right:5px;
}
#invoice-info {
	float: right;
	text-align: right;
}
#invoice-details {
	padding-top: 25px;
	clear: both;
}

.clear-both {
	clear: both;
}

tr.invoice-row-total td {
	border-bottom: none;
}

td.invoice-total {
	border-top: 1px solid #DDD !important;
}

/* Contacts
------------------------------------------------------------*/

.widget-container {
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
}

.widget-container .title {
    padding: 10px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
    background-color: #dfeaee;
    color: #013257;
}

.widget-container .widget-footer{
	padding: 10px;
	border-top: 1px solid #DDD;
	font-weight: bold;
	background-color: #dfeaee;
	color: #013257;
}

.widget-success .title {
	background-color: #dff0d8;
	/*border-color: #d6e9c6*/
}

.widget-container .widget-body {
    padding: 10px;
}

.widget-container .item {
    margin: 5px 10px 0;
    padding: 0 1px 2px;
    border-bottom: 1px solid #DDD;
}

.widget-container .item:last-child {
    border: none;
}

.widget-container .item label {
    width: 110px;
    float: left;
    cursor: default;
}

.widget-container .item span {
    display: block;
    margin-left: 120px;
}

.widget-container .item:after {
    clear: both;
}
.widget-container .item:before {
    clear: both;
}

.widget-container .item-header {
    border-bottom: 1px solid #deeaee;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.widget-container .item-title {
    max-width: 90%;
    float: left;
}

.widget-container .item-icons {
    float: right;
}

.widget-container .widget-body .table {
	background-color: transparent;
}

.widget-container hr {
	border-top: 1px solid #e1e1e1;
}


/* Quick stats
--------------------------------------------------------*/

.quick-stats {
    text-align: center;
    color: #FFF;
    background: #a5bd4f;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.quick-stats:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.quick-stats.orange {
    background: #e48801;
}

.quick-stats h3 {
    margin-bottom: 10px;
    font-weight: normal;
}

.quick-stats a {
    font-style: normal;
    color: #FFF;
}

.quick-stats a:hover {
    text-decoration: none;
}

.quick-stats .stat-callout {
    font-size: 2.5em;
    margin: 20px 0 5px;
    font-weight: bolder;
}

/* Recurring transactions
--------------------------------------------------------*/
#recurring-invoice-header {
	display: block;
	padding: 10px;
	margin-bottom: 8px;
	border: 1px solid #EED78C;
	overflow: auto;
    background: #F9E7AD;
}

.btn.portal {
  color: #FFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #608336;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#6a8f47), to(#537828));
  background-image: -moz-linear-gradient(top, #6a8f47, #537828);
  background-image: -ms-linear-gradient(top, #6a8f47, #537828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6a8f47), color-stop(100%, #537828));
  background-image: -webkit-linear-gradient(top, #6a8f47, #537828);
  background-image: -o-linear-gradient(top, #6a8f47, #537828);
  background-image: linear-gradient(top, #6a8f47, #537828);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a8f47', endColorstr='#537828', GradientType=0);
  border-color: #537828 #537828 #537828;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

/* Icons
--------------------------------------------------------*/
/*.icon-add {
	background: url(../images/icons/icon_add.png) center no-repeat;
}*/

.icon-busy {
	background: url(../images/ajax-loader.gif) center no-repeat;
}

.busy-indicator-item {
	padding: 0 8px 0 9px;
}

/* Vat report
--------------------------------------------------------*/

#vat-report {
	/*width: 100%;*/
}
#vat-report tr td {
	border-bottom: none;
}

#vat-report .vat-report-row td {
	border: 1px solid #2D6324;
}

#vat-report .box-text-5 {
	background-color: #2D6324;
	color: #FFFFFF;
}
#vat-report .box-no {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	width: 20px;
	background-color: #2D6324;
}

#vat-report .box-amount {
	text-align: right;
	width: 135px;
}

#vat-report .box-amount input {
	margin-bottom: 0;
}

.vat-submission-container {
	margin-top: 16px;
	margin-bottom: 16px;
}

/* Subscription Header
--------------------------------------------------------*/
.maintenance-header{
	height:30px;
	line-height:30px;
	background: #f94e25;
	color: white;
	text-align:center;
}

.subscribe-now-header{
	height:30px;
	line-height:30px;
	background:#F9E7AD;
	text-align:center;
}

/* Timeout
---------------------------------------------------*/

#idletimeout {
	background:#CC5100;
	border:3px solid #FF6500;
	color:#fff;
	font-family:arial, sans-serif;
	text-align:center; font-size:12px;
	padding:10px;
	position:relative;
	top:0px;
	left:0;
	right:0;
	z-index:100000;
	display:none;
}
#idletimeout a {
	color:#fff;
	font-weight:bold
}

#idletimeout span {
	font-weight:bold
}

/* Progress meter
--------------------------------------------------------*/
.progress-meter {
	width: 100px;
	border: 1px solid #ccc;
	height: 10px;
	display: inline-block;
	position: relative;
}

.progress-meter-fill {
	border: none;
	height: 100%;
	display: block;
}

.complete {
	background-color: green;
}

.incomplete {
	background-color: lightgreen;
}

/* Help docs
--------------------------------------------------------*/
.helpdocs {
    padding-left: 0;
    padding-right: 0;
}

.helpdocs h2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
}
.helpdocs h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}
.helpdocs .table {
    width: auto;
}
.helpdocs hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.helpdocs.search-results {
    max-width: 550px;
}

/* Wizard
--------------------------------------------------------*/

.wizard-navigation ul {
	list-style: none;
	margin-left: 0;
}
.wizard-navigation li {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	min-width: 100px;
	padding: 10px 20px;
	margin-right: 5px;
}
.wizard-navigation li.active {
	background: url(../images/wizard_active.png) repeat-x;
	border: 1px solid #c0d9e1;
	color: #294366;
}
.wizard-navigation li.next {
	border: 1px solid #c0d9e1;
	color: #999;
}
.wizard-navigation li.previous {
	background: url(../images/wizard_previous.png) repeat-x;
	border: 1px solid #c0d9e1;
	color: #294366;
}
.wizard-navigation li span {
	display: block;
	font-size: 11px;
}

/* jQuery toTop
--------------------------------------------------------*/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* Collapsible fieldset
--------------------------------------------------------*/
legend {
	margin-bottom: 10px;
}

fieldset.collapsible {
	border: 1px solid #CCC;
	padding: 10px;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	margin-bottom: 15px;
}

fieldset.collapsible > legend {
	display: block;
	width: auto;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	border: none;
	margin-bottom: 5px;
	margin-left: 10px;
}

fieldset.collapsible > legend + .control-group {
	margin-top: 0;
}

fieldset.collapsible .fieldset-content {
	display: block;
}

fieldset.collapsed .fieldset-content {
	display: none;
}


/* Brand
-------------------------------------------------- */

.affix {
    top: 25px;
}​
.span3 .nav-list {
	padding-left: 0;
	padding-right: 0;
}

.sidebar-actions {
	margin-top: 15px;
	margin-left: 20px;
}
.brand-sidebar {
  width: 200px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.brand-sidebar > li > a {
  display: block;
  /*width: 190px \9;*/
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.brand-sidebar > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.brand-sidebar > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.brand-sidebar > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.brand-sidebar .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.brand-sidebar > li > a:hover {
  background-color: #f5f5f5;
}
.brand-sidebar a:hover .icon-chevron-right {
  opacity: .5;
}
.brand-sidebar .active .icon-chevron-right,
.brand-sidebar .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}

.thumbnails .label, .badge {
	padding: 3px 11px;
}

/* brand thumbnails*/
.fieldset-content ul.thumbnails li img {
	border: 1px solid #DDD;
	-moz-box-shadow:    2px 2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	box-shadow:         2px 2px 2px #ddd;
}

/* Logos
--------------------------------------------------------*/

.logo-list .logo-img {
	min-height: 140px;
	padding-bottom: 0;
}

.logo-list .well {
	padding-bottom: 0;
	margin-bottom: 0;
}

ul.thumbnails li.span4:nth-child(3n + 4) {
  margin-left : 0px;
}

ul.thumbnails li.span3:nth-child(4n + 5) {
  margin-left : 0px;
}

ul.thumbnails li.span12 + li {
  margin-left : 0px;
}

/* Other
--------------------------------------------------------*/
.well.slim {
    padding: 10px;
    overflow: inherit;
    /*background-color: #eff2f7;*/
}

.tab-content {
    overflow: visible;
}

.hidden {
	display: none;
}

.tooltip-inner {
	text-shadow: none;
}

.popover-title {
	text-align: left;
}

.popover-content {
  text-align: left;
}

.item-profit {
	color: #516d05;
	text-shadow:#E9EEDE 1px 1px 0;
}
.item-loss {
	color: #a1222e;
	text-shadow: #f8e9e9 1px 1px 0;
}

/* notifications
--------------------------------------------------------*/

#notification-container .dropdown-menu {
	max-height: none;
	padding: 0;
}

#notification-container .icon-envelope {
	margin-top: 0;
}

.notification-menu {
	width: 360px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.notification-menu .title {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}

.notification-menu .title a {
	font-weight: normal;
}

.notification-menu .widget-footer {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}

.notification-menu .widget-body {
	min-height: 200px;
	max-height: 450px;
	padding: 0;
	background-color: rgb(249, 249, 249);
}

.notification-menu .notification {
	padding: 5px 10px;
	margin: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	background: white;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.notification-menu .notification:hover {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.notification-menu .notification.unread {
	background: rgba(223, 234, 238, 0.6);
}

.notification-menu .notification .subject {
	font-size: 1em;
}

.notification-menu .notification .date {
	color: #bbb;
}

.notification-menu .empty-notifications {
	text-align: center;
	height: 100%;
	color: #808080;
}

.notification-menu .empty-notifications span {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.notification-menu .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#notification-modal .modal-body {
	min-height: 200px;
}

/* bootstrap-switch
--------------------------------------------------------*/

.bootstrap-switch {
	display: inline-block;
	direction: ltr;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
	display: inline-block;
	top: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block !important;
	height: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
	text-align: center;
	z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #005fcc;
	background-image: -moz-linear-gradient(top, #0044cc, #0088cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0044cc), to(#0088cc));
	background-image: -webkit-linear-gradient(top, #0044cc, #0088cc);
	background-image: -o-linear-gradient(top, #0044cc, #0088cc);
	background-image: linear-gradient(to bottom, #0044cc, #0088cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0044cc', endColorstr='#ff0088cc', GradientType=0);
	border-color: #0088cc #0088cc #005580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0088cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary[disabled] {
	color: #ffffff;
	background-color: #0088cc;
	*background-color: #0077b3;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary.active {
	background-color: #006699 \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #41a7c5;
	background-image: -moz-linear-gradient(top, #2f96b4, #5bc0de);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2f96b4), to(#5bc0de));
	background-image: -webkit-linear-gradient(top, #2f96b4, #5bc0de);
	background-image: -o-linear-gradient(top, #2f96b4, #5bc0de);
	background-image: linear-gradient(to bottom, #2f96b4, #5bc0de);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f96b4', endColorstr='#ff5bc0de', GradientType=0);
	border-color: #5bc0de #5bc0de #28a1c5;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #5bc0de;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info[disabled] {
	color: #ffffff;
	background-color: #5bc0de;
	*background-color: #46b8da;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info.active {
	background-color: #31b0d5 \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #58b058;
	background-image: -moz-linear-gradient(top, #51a351, #62c462);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
	background-image: -webkit-linear-gradient(top, #51a351, #62c462);
	background-image: -o-linear-gradient(top, #51a351, #62c462);
	background-image: linear-gradient(to bottom, #51a351, #62c462);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff51a351', endColorstr='#ff62c462', GradientType=0);
	border-color: #62c462 #62c462 #3b9e3b;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #62c462;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success[disabled] {
	color: #ffffff;
	background-color: #62c462;
	*background-color: #4fbd4f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success.active {
	background-color: #42b142 \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f9a123;
	background-image: -moz-linear-gradient(top, #f89406, #fbb450);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
	background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
	background-image: -o-linear-gradient(top, #f89406, #fbb450);
	background-image: linear-gradient(to bottom, #f89406, #fbb450);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff89406', endColorstr='#fffbb450', GradientType=0);
	border-color: #fbb450 #fbb450 #f89406;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #fbb450;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning[disabled] {
	color: #ffffff;
	background-color: #fbb450;
	*background-color: #faa937;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning.active {
	background-color: #fa9f1e \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #d14641;
	background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
	background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
	background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd362f', endColorstr='#ffee5f5b', GradientType=0);
	border-color: #ee5f5b #ee5f5b #e51d18;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #ee5f5b;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger[disabled] {
	color: #ffffff;
	background-color: #ee5f5b;
	*background-color: #ec4844;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger.active {
	background-color: #e9322d \9;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f0f0f0;
	background-image: -moz-linear-gradient(top, #e6e6e6, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
	background-image: -o-linear-gradient(top, #e6e6e6, #ffffff);
	background-image: linear-gradient(to bottom, #e6e6e6, #ffffff);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffffffff', GradientType=0);
	border-color: #ffffff #ffffff #d9d9d9;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #ffffff;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:focus,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.disabled,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default[disabled],
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default[disabled] {
	color: #333333;
	background-color: #ffffff;
	*background-color: #f2f2f2;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default.active,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default.active {
	background-color: #e6e6e6 \9;
}
.bootstrap-switch .bootstrap-switch-label {
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #333333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.bootstrap-switch .bootstrap-switch-label:hover,
.bootstrap-switch .bootstrap-switch-label:focus,
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active,
.bootstrap-switch .bootstrap-switch-label.disabled,
.bootstrap-switch .bootstrap-switch-label[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.bootstrap-switch .bootstrap-switch-label:active,
.bootstrap-switch .bootstrap-switch-label.active {
	background-color: #cccccc \9;
}
.bootstrap-switch .bootstrap-switch-handle-on {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
	position: absolute !important;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
	height: auto;
}
.bootstrap-switch.bootstrap-switch-mini {
	/*min-width: 71px;*/
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
	/*padding: 3px 6px;*/
	font-size: 10px;
	line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
	/*min-width: 79px;*/
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
	/*padding: 3px 6px;*/
	font-size: 12px;
	line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
	min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
	padding: 9px 12px;
	font-size: 16px;
	line-height: normal;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.bootstrap-switch.bootstrap-switch-focused {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82, 168, 236, .6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

/* Accordion for help documents
---------------------------------------------------*/
.accordion-inner li.active a {
	font-weight: bold;
}

.provider-logo {
	width: 64px;
	height: 64px;
	margin-right: .5rem;
}

/* Utilities
---------------------------------------------------*/
.fw-normal {
	font-weight:normal !important;
}

.fc-grey, a.fc-grey {
	color: #777 !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1, .my-1 {
	margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2, .my-2 {
	margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mt-6, .my-6 {
	margin-top: 6rem !important;
}

.mt-7, .my-7 {
	margin-top: 12rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.mb-6, .my-6 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1, .py-1 {
	padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
	padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2, .py-2 {
	padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
	padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pr-6, .px-6 {
	padding-right: 6rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.pl-6, .px-6 {
	padding-left: 6rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.flex {
	display: flex;
}

.flex-grow {
	flex-grow: 1;
}

.items-center {
	align-items: center;
}