@CHARSET "ISO-8859-1";

/** BASE **/
/** NAV **/
/** TYPOGRAPHY ***/
/** TILES **/
/** FILTERS **/
/** FOOTER ***/
/** FORMS **/
/** MISC **/
/** NICE SCROLL **/
/** TABLES **/
/** TASKS **/
/** KPIS **/
/** REVIEWS **/
/** DATA COLLECTOR **/
/** BUSINESS OPTIMISOR **/

/** BASE **/

html{
	padding: 0;
	margin: 0;
	background-color: #e9eae9;
	/* Prevent text size change on orientation change */
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: Helvetica,Arial,sans-serif;
    padding: 0;
	margin: 0;
	background: -webkit-linear-gradient(#FFF, #e9eae9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#FFF, #e9eae9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#FFF, #e9eae9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#FFF, #e9eae9); /* Standard syntax */
	background-color: #e9eae9;
}

@media only screen and (min-width : 1280px) {
	.container {
		width: 1280px;
	}
}
/** NAV **/

#myHeader #navButtonBars {
	color: #CDCDCD;
	float: right;
	padding: 8px 8px 0 0;
	margin-right: 10px;
	position:absolute;
	right: 0;
	top:0;
	background-color: transparent;
}
#myHeader a.logo{
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: top left;
}

#myHeader h1.sitename {
	display: none;
}
.footerBusinessOptimisor{
	border: none;
}
.footerBusinessOptimisor,
#myNavBO,
#myNav{
	background: #515151; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #515151 0%, #000000 50%, #000000 50%, #515151 100%, #515151 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#515151), color-stop(50%,#000000), color-stop(50%,#000000), color-stop(100%,#515151), color-stop(100%,#515151)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #515151 0%,#000000 50%,#000000 50%,#515151 100%,#515151 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #515151 0%,#000000 50%,#000000 50%,#515151 100%,#515151 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #515151 0%,#000000 50%,#000000 50%,#515151 100%,#515151 100%); /* IE10+ */
	background: linear-gradient(45deg,  #515151 0%,#000000 50%,#000000 50%,#515151 100%,#515151 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#515151',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	background-repeat: no-repeat;
	background-position: top left;
		padding-bottom: 10px;
	
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}

.footerBusinessOptimisor,
#myNavBO .nav > li,
#myNav .nav > li {
	display: inline-block;
	font-weight: normal;
}

#myHeader #navButtonBars.fa-bars:hover {
	color: #FFF;
	cursor: pointer;
}

/* #myNavBO .nav > li > a, */
#myNav .nav > li > a {
	padding: 10px 0 0 0;
	color: #CDCDCD;
}

#myNavBO .nav > li > a:hover,
#myNav .nav > li > a:hover {
	background: none;
}
.footerBusinessOptimisor .fa,
#myNavBO .nav > li .fa,
#myNav .nav > li .fa{
		padding: 11px;
}
#myNavBO .nav > li.liRight,
#myNav .nav > li.liRight {
	float: right;
}
/* #myNavBO .nav > li > a > .menuLabel ,
 */#myNav .nav > li > a > .menuLabel {
	display: block;
	width: 84px;
	text-align: center;
}
.footerBusinessOptimisor .iconShine,
#myNavBO .iconShine ,
#myNav .iconShine {
	width: 50px;
	height: 50px;
	margin: 0 20px 10px 20px;
	color: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #223F87;
	background: -webkit-linear-gradient(#3366cc , #223F87 50%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#3366cc, #223F87 50%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#3366cc, #223F87 50%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#3366cc, #223F87 50%); /* Standard syntax */

	float: left;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.9);
}
.footerBusinessOptimisor  a:hover .iconShine,
.footerBusinessOptimisor  a:active .iconShine,
.footerBusinessOptimisor  a:focus .iconShine,

#myNavBO .nav > li > a:hover .iconShine,
#myNavBO .nav > li > a:active .iconShine,
#myNavBO .nav > li > a:focus .iconShine,

#myNav .nav > li > a:hover .iconShine,
#myNav .nav > li > a:active .iconShine,
#myNav .nav > li > a:focus .iconShine{
	-webkit-box-shadow: 0px 0px 18px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 0px 18px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 18px rgba(255, 255, 255, 0.8);	
}
.footerBusinessOptimisor .nav > li > a:hover,
.footerBusinessOptimisor .nav > li > a:active,
.footerBusinessOptimisor .nav > li > a:focus,

#myNavBO .nav > li > a:hover,
#myNavBO .nav > li > a:active,
#myNavBO .nav > li > a:focus,

#myNav .nav > li > a:hover,
#myNav .nav > li > a:active,
#myNav .nav > li > a:focus {
	color: #FFF;
	background: none;
}
#myPrimaryNav{
	clear:both;
}

@media (max-width: 420px){
	#myNav .nav > li.login {
	margin-right: 25px;
	}
}
#mySecondaryNav{
	margin-top:0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 10px;
}
#mySecondaryNav ul{
	width: 50%;
	float:left;
	list-style:none;
	padding-left:15px;
}
#mySecondaryNav li {
	padding: 3px;	
}
#mySecondaryNav li a{
	color: #CDCDCD;	
}
#mySecondaryNav li a:hover{
	color: #FFF;	
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	#myNavBO a.logo,
	#myHeader a.logo{
				width: 86px;
		min-height: 35px;
		background-image: url("/images/trusted_advisor_network_logo_transparent_86px.png"); 
	}
	#myNav{
		width: 100%;

	}
	
	#myNav .nav > li {
		margin-right: 5px;
		margin-left: 5px;
		margin-top: 40px;
		width: 54px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	#myNavBO a.logo{
		float: left;
		display: block;
		width: 175px;
		min-height: 70px;
		background-image: url("/images/trusted_advisor_network_logo_transparent_175px.png");
	}
	#myHeader a.logo{
		width: 175px;
		min-height: 70px;
		background-image: url("/images/trusted_advisor_network_logo_transparent_175px.png");
	}
	#myNav {
		min-height:100px;
		padding-right: 60px;
		padding-left: 200px;
	}
	#myNav .nav > li {
		width: 84px;
		margin-top: 0;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	#myNav{
/* 		background-image: url("/images/trusted_advisor_network_logo_transparent_175px.png");*/		
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


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

h1 {
	color: #223F87;
}
h1 .fa {
	color: #FFFFFF;
	font-size: 24px;
	padding: 11px;
	width: 44px;
	margin-right: 10px;
	text-align: center;
	background-color: #223F87;
}
h2 .fa {
    color: rgb(255, 255, 255);
    font-size: 20px;
    padding: 5px;
    width: 30px;
    margin-right: 10px;
    text-align: center;
}
/*
task view H3 jumps around
h3.hidden-xs{
	margin-top: 0;
} */
span.smallCaps{
	font-size: 75%;
	font-weight: normal;
}

a {
	color: #223F87;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	h1 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
ul{
	list-style-type: square;
}

@media only screen and (max-width: 480px){
	/* stop zoom on input */
	select, 
	textarea, 
	select:focus, 
	textarea:focus, 
	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"],
	.tfActual,
	.tfTarget { 
		font-size: 16px !important; 
	}
}
/** TILES **/
.liNav,
.ulTiles,
.ulFilters {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
	padding-right: 5px;
}
.ulTiles{
	margin-top: 8px;
}

@media only screen and (min-width : 768px) {
	.ulTiles,
	.ulFilters {
		padding-right: 10px;

	}
}

.liTile{
	list-style-type: none;
	margin-bottom: 8px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
	box-shadow: 0px 1px 2px #CDCDCD;
}
.liNav{
	list-style-type: none;
	margin-bottom: 8px;
	background-color: #223F87;
	box-shadow: 0px 1px 2px #CDCDCD;
}
.liTile span.fa {
		width: 42px;
	height: 42px;
}

#iconChooser{
	margin-right: -40px;
}
#iconChooser label{
	margin-top: 5px;
}
#iconChooser span.fa{
	color: #FFF;
	padding: 14px 4px 4px 4px;
	background-color: #666;
}

.liTile span.fa.sectionSpan {
	color: #FFF;
	float: left;
	margin-left: -50px;
	padding: 14px 4px 4px 4px;
	background-color: #666;
}

.liTile .faSpacer,
.liTile .topRight,
.liTile .topRight2nd{
	height: 34px;
	width: 34px;
	padding: 8px 8px 4px 8px;
	margin-bottom: 4px;
	float: right; 
	margin-right: -50px;
	color: #CDCDCD;
}

.liTile a .topRight2nd,
.liTile a .topRight{
	color: #000;
}

.liTile .topRight.fa-smile-o{
	color: #000;
}

.liTile .topRight2nd,
.liTile a .topRight2nd{
	margin-top: 40px;
}
.liTile .sectionTitle{
	display: block;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 24px;
}
    
.liTile .taskTitle{
	display: block;
}

.liTile .statusTitle {
	font-size: 9px;
	letter-spacing: 0.08em;
	padding-left: 5px;
}

.liTile  .statusTitle strong {
	font-weight: bold;
	background-color: #f3E706;
	padding: 1px 2px 1px 3px;
}
.liTile .ulMenu {
	clear: both;
	padding-left: 0px;
	display: none;
}

.liTile .taskSummary{
	display: block;
}

.liTile .liMenu {
	text-decoration: none;
	list-style-type: none;
	clear: left;
}
.liTile .liMenu a{
	width: 24px;
	padding: 0;
	line-height: 40px;
	padding: 10px 12px 10px 0;
	width: 100%;
	color: #000;
}

.liTile span.fa.fa-chevron-up,
.liTile span.fa.fa-chevron-down {
	position: relative;
	color: #000;
	margin-left: -50px;
	bottom: 0;
	padding: 14px 4px 4px 4px;
}
.liTitle a,
.liTile span.fa:hover {
	cursor: pointer;
}
.fa-chevron-right.selectedSection,
.fa-chevron-right.selectedPlan{
	color: #000;
}
/** FILTERS **/
.liFilter {
	background-color: #CDCDCD;
}
.liTile .filterAction {
	display: block;
	float: right;
}

.liTile .topRight.filterAction{
	color: #FFF;
}
.liTile.liFilter span.fa.sectionSpan {
	background-color: transparent;
}
.liTile.liFilter span.fa.newAction{
	background-color: #223F87;
}
.filterTitle {
	display: inline-block;
	vertical-align: middle;
	min-height: 42px;
	word-wrap: break-word;
	line-height: 40px;
}
.ulFilters span.fa {
	color: #FFF;
	padding: 14px 6px 6px 6px;
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	background-color: #CDCDCD;
}
.ulFilters span.fa.fa-chevron-down ,
.ulFilters span.fa.fa-chevron-up ,
.ulFilters span.fa.fa-minus ,
.ulFilters span.fa.fa-share ,
.ulFilters span.fa.fa-plus{
	color: #000;
	background-color: #FFF;
	float: right;
}
.ulFilters span.fa.fa-exclamation-triangle,
.ulFilters span.fa.fa-check {
	color: #FFF;
/* 	background-color: #CDCDCD;
 */	float: right;
}
.ulFilters  span.fa.fa-plus:hover,
.ulFilters  span.fa.fa-check:hover{
	cursor: pointer;
}
.liTile[data-status="3"] .fa-check,
.ulFilters  span.fa.fa-check.filterOn{
	color: #000;
}
.ulFilters span.fa.fa-chevron-left:hover,
.ulFilters span.fa.fa-chevron-right:hover {
	cursor: pointer;
}

.ulTasks span.fa.fa-check.topRight2nd:hover,
.ulTasks span.fa.fa-clock-o.topRight:hover,
.ulTasks span.fa.fa-clock-o.inProgress{
	color:  #515151;
}
.ulFilters span.fa.fa-chevron-left.filterOn,
.ulFilters span.fa.fa-right.filterOn{
	color: rgba(255,255,255,0.9);
}
.ulFilters span.fa.fa-chevron-left.filterOff,
.ulFilters span.fa.fa-chevron-right.filterOff,
.ulFilters span.fa.fa-check.filterOff {
	color: rgba(255,255,255,0.3);
}

.actionFilter, .actionFilter a, .ulFilters .actionFilter span.fa {
	background-color: #223F87;
	font-weight: bold;
	color: #FFF;
}
.ulFilters .clientManagement {
	background-color: #FFF;
}
.liFilter.clientManagement span.fa.sectionSpan{
		background-color: #223F87;
	color: #FFF;
}
.ulFilters .clientManagement .topRight {
	background:none;
	color: #FFF;
}
.ulFilters .accessClient:hover{
	background-color: #F3E706;
}

/** FOOTER ***/
/*							errr, there are some footers up top? */
footer {
	border-top: solid 1px #FFF;
	padding-top: 10px;
	clear:both;
	font-size: 13px;
}
.pFooterRight{
	float:right;
}
.pFooterRight a{
	padding: 0 5px 0 5px;
}

/** FORMS **/

.formTask{
	width: auto;
}
.formTask textarea,
.formTask input[type=text]{
	width: 100%;
	margin: 4px 0 4px 0;
}

.formTask label.tfDate {
	float: left;
	clear: both;
	width: 80px;
	display: inline-block;
	line-height: 35px;
}

.formTask input[type=text].tfDate{
	float: left;
	width: 150px;
	display: inline-block;
}

.fEditTask #cancelEdit,
.formTask #cancelNew {
	float: left;
	clear: left;
	width: 80px;
	line-height: 50px;
}

#btnAddTask,
#btnEditTask,
.buttonBlue,
button.form-control,
.form-control[type=submit] {
	background-color: #223F87;
		border-radius: 5px;
	border: none;
	color: #FFF;
	font-weight: bold;
		width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 6px 12px;
	line-height: 20px;
		background: linear-gradient(rgb(51, 102, 204), rgb(34, 63, 135) 50%) repeat scroll 0% 0% transparent;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
#cancelEdit,
#cancelNew,
.buttonBack,
.buttonCancel{
	background-color: #FFF;
	border-radius: 5px;
	border: solid 1px #CCC;
	color: #515151;
	width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 6px 12px;
	text-align: center;
}
h1 .buttonBlue {
	float: right;
	font-size: 14px;
	width: 200px;
}
button.buttonBlue:hover {
	color: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 24px rgb(255, 255, 255);
}
button.btn-completed,
button.btn-completed:hover {
  color: rgba(255,255,255,0.5);
}

@media only screen and (max-width : 480px) {
 	#btnAddTask,
	#btnEditTask,
	.buttonBlue,
	.buttonBack,
	.buttonCancel,
	button.form-control,
	.form-control[type=submit] {
		width: 100%;

	} 
}
.buttonBack[disabled],
.btn-default[disabled]{
	background-color: #CDCDCD;
}
.checkbox input[type=checkbox],
input[type=checkbox]{
	position: inherit;
	width:20px;
	height: 20px;
	margin-right: 10px;
	float: left;
}

p .help-block,
form .help-block{
	margin-left: 25px;
	font-style: italic;
	color: #223F87;
}
p span.fa.fa-info-circle,
form span.fa.fa-info-circle{
	color: #223F87;
	background: none;
	font-size: 18px;
	padding: 4px;
	width: auto;
	height: auto;
	margin-left: -25px;
}
form label span.fa.fa-info-circle{
	margin-left: 0;
}
.fa.fa-info-circle{
	color: #223F87;
	background: none;
	font-size: 18px;
}

.formPersonalNeeds .help-block{
	width: auto;
	clear: left;
}
.formPersonalNeeds label.required{
	font-weight: normal;
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	form{
		width: 500px;
	}
	.liTile form{
		width: 200px;
	}
	.has-feedback .form-control-feedback {
	    right: -30px;
	}

	.has-feedback .form-control {
		padding-right: 0; 
	}
}
.has-feedback .tfActual.form-control,
.has-feedback .tfTarget.form-control{
	padding-right: 2px;
}
.dataRow {
/* 	height: 28px;
	display: block; */
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 1025px) {
	.liTile form{
		width: 240px;
	}
}
.liTile form#fEditMasterTask{
	width: 310px;
}
.multicheckbox{
	display: inline-block;
}
.multicheckbox label{
	float: left;
	width: 100%;
	font-weight: normal;
}
.radioButtons label{
	width: 100%;
	float: left;
}
.form-group.date{
	width: 200px;
}
.control-label.checkbox{
	padding-left: 0;
	margin-left: 20px;
}
.form-control[readonly],
input[readonly="readonly"]
{
    background-color:#FFF;
	cursor: auto;
}
#fAddMasterTask label.inlineTextField,
#fEditMasterTask label.inlineTextField{
	font-weight: normal;
	display: inline-block;
}
#fAddMasterTask input[type=text].inlineTextField,
#fEditMasterTask input[type=text].inlineTextField{
	width: 50px;
	display: inline-block;
}

#savingSpinner{
	float: right;
	margin-top: 44px;
	color: #3c763d; 
	margin-right: -28px;
}
/** MISC **/
@media only screen and (min-width : 768px) {
	.columnRight{
		float: right;
	}
}
.helper{
	padding: 20px;
	color: #223F87;
	font-style: italic;
}
.centered{
	text-align: center;
}
.divClearing{
	width: 100%;
	height: 1px;
	clear: left;
}

.highlighted{
	font-weight: bold;
	background-color: #f3E706;
	padding: 1px 2px 1px 2px;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
	background-image: none;
	background-color: #CDCDCD;	
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover
{
	background-image: none;
	background-color: #223F87;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #f3E706;
  border-color: #f3E706;
}

#divFlash.default,
#divFlash {
	position: absolute;
	top: 150px;
	width:400px;
    margin-left:-200px;
    left:50%;
	z-index: 1000;
}
#divFlash p {
	width: 100%;
	text-align: center;
	color: #000000;
}
.fa-flip-vertical{
	line-height: 2.5;
}

.starred span.fa.fa-star{
	color: #fff000;
}

/** NAV SLIDER **/
#planViewNavXS,
#planViewNav{
	height: 42px;
}
.navRight{
	width: 50%;
	float: right;
	text-align: right;
}
.navLeft{
	width: 50%;
	float: left;
	text-align: left;
}
.navRight.filterOff,
.navLeft.filterOff,
.navRight.filterOff .filterTitle,
.navLeft.filterOff .filterTitle,
.ulFilters .filterOff span.fa{
		color: rgba(255,255,255,0.3);
}
.ulFilters .liNav span.fa{
	background: none;
	padding-right: 0;
	padding-left: 0;
}

#imgPlanDoCheckAct{
	float: left;
}
@media (max-width: 420px){
	#imgPlanDoCheckAct{
		width: 100%;
	}
}

/** NICE SCROLL **/
#viewportUL {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 1300px;
	border-top: solid 1px #CDCDCD;
/* 	padding-left: 4px; */
}

.viewportDashboardUL {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	border-top: solid;
  	border-top-width: 1px;
		border-top-color: #CDCDCD;
	border-bottom: solid;
  	border-bottom-width: 1px;
	border-bottom-color: #CDCDCD;
  	padding-left: 4px;
}
@media only screen and (min-width: 768px) and (min-height: 600px){
	#viewportUL,
	.niceScrollViewport {
		height: 630px;
	}
}
/* NOTE: height 20 px short for status bar */
@media only screen and (min-width: 768px) and (min-height: 748px){
	#viewportUL,
	.niceScrollViewport {
		height: 630px;
	}
}
/* NOTE: height 20 px short for status bar */
@media only screen and (min-width: 768px) and (min-height: 1004px){ 
	#viewportUL{
		height: 700px;
	}
	.niceScrollViewport {
		height: 630px;
	}
}

/** TABLES **/

table.dataTable.dtr-inline.collapsed tbody td:first-child:before, 
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
	top: 8px;
	left: 4px;
	height: 24px;
	width: 24px;
	display: block;
/* 	position: absolute; */
	color: white;
	border: none;
	border-radius: 0; 
	text-align: center;
	line-height: 18px;
	box-shadow: none;
	box-sizing: content-box;
	content: '+';
	font-weight: bold;
	font-size: 24px;
	background-color: #223F87;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child, 
table.dataTable.dtr-inline.collapsed tbody th:first-child {
	padding-left: 35px;
}
table.dataTable .sorting_1 a{
	margin-left: 5px;
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before, 
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
	content: '-';
	background-color: #223F87;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
	background-position:  left;
	padding-left: 20px;
}
table.dataTable tr.child span.dtr-title {
	width: 140px;
}
table.dataTable tr.child ul {
	width: 100%; 
}
.table>thead>tr>th{
	border-bottom: none;
}

td .fa {
	padding: 4px;
	color: #FFF;
	margin-right: 5px;
	width: 22px;
	background-color: #666;
}
td .buttonBlue .fa{
	background-color: transparent;
} 
td .fa.fa-info-circle{
	color: #223F87;
	background: none;
	font-size: 18px;
}
td .fa.reversed{
	background: none;
	color: #000;
}
td .fa.disabled{
	background: none;
	color: #CCC;
}
tr.trStrikethrough{
	text-decoration: line-through;
}
td .btn-default .fa {
	background: none;
}
#tLog td .fa.fa-close{
	color: #000;
	background-color: #FF0000;
}
#tLog td .fa.fa-exclamation-triangle {
	color: #000;
	background-color: #F3E706;
}

.tdNegative{
	color: #FF0000;
}
#tdAverageSurplusPerTransaction{
	font-weight: bold;
}
.tColumnFixed{
	width: 65px;
}
@media only screen and (max-width : 768px) {

	.dataTables_wrapper{
		padding-right: 10px;
	}
	.tColumnFixed{
		width: 25px;
	}
}

.table th.thNoRule, 
.table td.tdNoRule {
    border: medium none;
}
.table td.tdRightCalc{
	width: 39px;	
}
.table td.tdRight,
.table th.thRight{
	text-align: right;
}
.table td.tdItalic{
	font-style: italic;
	font-weight: normal;
}
/** TASKS **/

 #viewportTasks {
	float: right;
	height: 700px;
    width: 700px;
    overflow: hidden;
    position: relative;
 	margin-bottom: 5px;

	border-bottom: solid;
  	border-bottom-width: 1px;
	border-bottom-color: #CDCDCD;
} 
/* #niceScrollViewportSection,
#niceScrollViewportTask,
#niceScrollViewportAll,
#niceScrollViewportQuarter,
#niceScrollViewportNow{
	border-top: solid;
  	border-top-width: 1px;
	border-top-color: #CDCDCD;
} */
@media only screen and (max-width : 768px) {
	#viewportTasks.sink{
		float: none;
		width: 100%;
	}

}

#divContainerTasks {
    width: 1200px;
    height: 720px;
    position: absolute;
}
/* #viewportUL {
    height: 600px;
    overflow: hidden;
    position: relative;
    width: 1300px;
} */
.niceScrollViewport {
    float: left;
 	width: 340px;
    padding: 0px;
    margin: 0px 10px 0px 0px;
}
#wrapperH3 {
    width: 1300px;
}

#wrapperH3 h3 {
    float: left;
    width: 360px;
}
@media only screen and (min-width : 768px) {
	.niceScrollViewport {
    	width: 300px;
	}
	#wrapperH3 h3 {
	    width: 310px;
	}
}


@media only screen and (min-width : 992px) {
	.niceScrollViewport {
	    width: 300px;
	}
	#viewportTasks{
		width: 620px;
	}

}
@media only screen and (min-width : 1200px) {
	.niceScrollViewport {
	    width: 400px;
	}
	#viewportTasks{
		/* width: 700px; */
		width: 820px;
	}
	#wrapperH3 h3 {
	    width: 410px;
	}
}

@media only screen and (max-width : 480px) {
	#planMenu,
	#tasksMenu{
		clear:both;
	}
}
#planViewNavXS,
#planViewNav,
#tasksAllMenuXS,
#tasksAllMenu {
    background-color:  #223F87;
    text-align: center;
	font-weight: bold;
	color: #FFF;
}

#planViewNavXS span.fa.fa-chevron-right,
#planViewNav span.fa.fa-chevron-right,
#tasksAllMenuXS span.fa.fa-chevron-right,
#tasksAllMenu span.fa.fa-chevron-right  {
	background: none;
	float: right;
}
#planViewNavXS span.fa.fa-chevron-right.fa-nofloat,
#planViewNav span.fa.fa-chevron-right.fa-nofloat{
	float: none;
	display: inline-block;
	margin: 0;
}
#h3PlanSection,
#h3SectionTask{
	text-transform:capitalize;
}
/** KPIS **/
/* .kpi {
	width: 330px;
	box-shadow: 0px 1px 2px #CDCDCD;
	float: left;
	margin-right: 8px;
	position: relative;
} */
.newPresetKPI {
	display: none;
}
.fKpiData{
	width: 100%;
	display: block;
}
.liTile form.fKpiData{
	width: 280px;
	display: block;
}
.labelDate,
.labelActual,
.labelTarget,
.tfActual,
.tfTarget,
.tfChangeTarget {
	float: left;
	width: 90px;
	display: block;
	margin-right: 10px;
	font-weight: normal;
	text-align: right;
		margin-top: 2px;
	
}
.tfChangeTarget {
	text-align: left;
	font-weight: bold;
}
.labelDate{
	line-height: 2;
}
.tfActual,
.tfTarget {
	padding: 2px; !important
/* 	border: solid 1px #CDCDCD;
 */}
#btnChangeKPI.tfTarget,
#btnSaveKPIData.tfTarget{
	border: none;
}
.tfActual:disabled,
.tfTarget:disabled{
	color: #666;
	background-color: #FFF;
	cursor: help;
}
#btnSaveKPIData.tfTarget:disabled{
	background-color: #e3e3e3;
}
.tfChangeTarget{
	width: 260px;
		margin-right: 10px;
	text-align: right;
}
.labelDate{
	clear: left;
		width: 60px;
	padding-left: 10px;
}
#btnChangeKPI {
	margin-left: 170px;
	text-align: center;
}
#btnSaveKPIData {
	text-align: center;
}
.chartHolder{
	width: 310px;
	min-height: 270px;
	display: block;
	margin-top: 20px;
	margin-left: -20px;
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 480px) {
	.chartHolder{
		width: 260px;
	}
}
@media only screen and (min-width : 1025px) {
	.chartHolder{
		width: 310px;
	}
}
table.jqplot-table-legend, 
table.jqplot-cursor-legend{
	border: none;
}
.jqplot-highlighter-tooltip, 
.jqplot-canvasOverlay-tooltip {
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.9);
	padding: 5px;
}
div.jqplot-table-legend-swatch-outline{
	border: none;
	padding: 2px;
}

.kpi .liMenu {
	clear: left;
}

/** REVIEWS **/

.radioButtons label.radioHappySad{
	width: auto;
	float: left;
	padding: 10px 30px;
}
.radioButtons label.radioHappySad span{
	padding-left: 10px;
	width: 36px;
}

/* HAPPY */
#reviewSession .radioButtons label:nth-child(2):after{
	font: normal normal normal 14px/1 FontAwesome; 
	content: "\f118";	
	font-size: 3em;
}
/* MEH */
#reviewSession .radioButtons label:nth-child(3):after{
	font: normal normal normal 14px/1 FontAwesome; 
	content: "\f11a";
	font-size: 3em;
}
/* SAD */
#reviewSession .radioButtons label:nth-child(4):after{
	font: normal normal normal 14px/1 FontAwesome; 
	content: "\f119";
	font-size: 3em;
}


/** DATA COLLECTOR **/

#data input[type=text] {
	text-align: right;
	padding-right: 8px;
}

#ulLiving{
	padding: 0;	
}
#ulLiving li{
	list-style-type: none;
}
#form_new{
	margin-left: 15px;
}
.liPersonalNeeds,
.formPersonalNeeds{
	width: 840px;
	padding-top: 4px;
}
.liPersonalNeeds .fakeInput{
	display: inline-block;
	border: solid 1px #CDCDCD;
	padding: 10px 7px 7px 7px;
}
.formPersonalNeeds .glyphicon-plus{
	float: left;
	color: #CDCDCD;
	margin-top: 30px;
}
.formPersonalNeeds .glyphicon-remove{
	float: left;
	color: #CDCDCD;
	margin-top: 5px;
}
.formPersonalNeeds .form-group .glyphicon-remove{
	margin-top: 0px;
	color: rgb(204, 0, 0);
}
.glyphicon-remove:hover{
	 	color:	rgb(204, 0, 0);
}
.formPersonalNeeds .glyphicon-remove:hover{
	float: left;
 	color:	rgb(204, 0, 0);
}
.formPersonalNeeds .form-group{
	float: left;
	margin: 2px;
}
.liPersonalNeeds .tfItem,
.formPersonalNeeds .tfItem {
	width: 300px;
}
.liPersonalNeeds .tfItemWide,
.formPersonalNeeds .tfItemWide {
	width: 450px;
}
.liPersonalNeeds .selFreq,
.formPersonalNeeds .selFreq {
	width: 150px;
}
#form_nest_egg .tfItemNumber,
.liPersonalNeeds .tfItemCost,
.formPersonalNeeds .tfItemCost {
	width: 150px;
	text-align: right;
}
#form_nest_egg .tfItemNumber,
#form_nest_egg .tfItemCost,
.formPersonalNeeds #item_cost{
	padding-right: 30px;
}
.formPersonalNeeds .btnSubmit {
	width: 100px;
	float: none;
margin-top: 0;
}
.liPersonalNeeds .labelMultiplier,
.formPersonalNeeds .labelMultiplier {
	width: 60px;
	padding: 10px 0px 7px 7px;
	min-height: 20px;
	display: inline-block;
}
.liPersonalNeeds .labelTotal,
.formPersonalNeeds .labelTotal {
		display: inline-block;
	width: 100px;
		padding: 10px 0px 7px 20px;
	min-height: 20px;
	text-align: right;
}
.formPersonalNeeds .has-feedback .form-control-feedback {
    right: 0px;
}
#form_nest_egg .labelMultiply,
#form_nest_egg .labelTotal{
	padding-top: 0;
	margin-top: 30px;
}
#form_nest_egg .labelGrandTotal{
	padding-top: 10px;
	margin-top: 0;
}
#form_nest_egg .labelTotalRow{
	padding-top: 10px;
	width: 630px;
}
#olNotes{
	clear: both;
}
#grandTotal {
	width: 795px;
	padding: 10px 0px 7px 7px;
	text-align: right;
	font-weight: bold;
}
#grandTotal .labelTotal{
	width: 150px;
	padding: 10px 0px 7px 30px;
	border-top: solid 1px #000;
}


/** BUSINESS OPTIMISOR **/
#myNavBO{
	min-height: 80px;
}
#myNavBO .nav > li > a > .menuLabel {
    width: 150px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 50px;
    text-align: left;
}
#myNavBO .navbar-nav.navbar-right:last-child{
	margin-right: 0;
}
.containerBO{
	min-height: 595px;	
	padding-bottom: 100px;
}
.containerBO h2 .fa,
.containerReview h2 .fa {
	background-color: rgb(34, 63, 135);
}
.h2BusinessOptimisor {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    line-height: 32px;
    margin-top: 15px;
}
.containerBO img {
    border: 10px solid rgb(255, 255, 255);
    border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
}
.containerBO h1 img.imgSVG{
	width: 42px;
	height: 42px;
	margin-right: 10px;
	border: none;
	border-radius: 0;
}
.containerBO h2 img.imgSVG{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border: none;
	border-radius: 0;
}
.containerBO .fa.reversed {
    color: rgb(255, 255, 255);
    background-color: rgb(34, 63, 135);
    padding: 4px 18px 4px 4px;
}
.footerBusinessOptimisor{
	background-color: #515151;
	height: 80px;
	position: fixed;
	padding-left: 20px;
	padding-right: 20px;
	bottom: 0;
	left: 0;
	width: 100%;
}
.glowIn,
.Count {
    -webkit-transition: text-shadow 2s linear;
    -moz-transition: text-shadow 2s linear;
    -ms-transition: text-shadow 2s linear;
    -o-transition: text-shadow 2s linear;
    transition: text-shadow 2s linear;
}
.glowIn,
.Count.glow {
    text-shadow: 0 0 5px #ffff00, 0 0 10px #ffff00, 0 0 20px #ffff00, 0 0 30px #ffff00, 0 0 40px #ffffff, 0 0 50px #ffffff;
	
}
.glowOut{
    -webkit-transition: text-shadow 2s linear;
    -moz-transition: text-shadow 2s linear;
    -ms-transition: text-shadow 2s linear;
    -o-transition: text-shadow 2s linear;
    transition: text-shadow 2s linear;
}
.glowOut {
    text-shadow: none;
}

.glowInOutFast{
    text-shadow:none;;
    -webkit-animation: text-shadow 1s ease-in-out;
}  
.glowInOut{
    text-shadow:none;;
    -webkit-animation: text-shadow 3s ease-in-out;
}  

@-webkit-keyframes text-shadow {
    0%   { text-shadow:none;  }    
    50%  { text-shadow: 0 0 5px #ffff00, 0 0 10px #ffff00, 0 0 20px #ffff00, 0 0 30px #ffff00, 0 0 40px #ffffff, 0 0 50px #ffffff; }    
    100% { text-shadow:none; }
}

#plan-tasks #submitbutton, 
#plan-tasks label {
    clear: left;
    float: left;
	margin-bottom: 15px;
}

#tableSensitivityAnalysis.table > tbody > tr > td,
#tableSensitivityAnalysis.table > tbody > tr > th {
	line-height: 2;
}

#plan-tasks input[type=checkbox]{
	margin-top: -2px;
}

.table > tbody > tr > td,
.table > tbody > tr > th {
	vertical-align: middle;
}
.trTotal{
	height: 56px;
}
.table td.tdBlue{
	color: #223F87;
	font-weight: bold;
}
.sliderOptimiser {
    width: 300px;
    float: left;
	margin: 20px;
}
#tableSensitivityAnalysis .sliderOptimiser {
	margin-left: 0;
}

.profileSlider{
	width: 400px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.profileSliderLabelRight{
	float: right;
		margin-right: 100px;
} 
.wrapperSlider{
	float:left;
}
@media only screen and (max-width : 480px) {
	.profileSlider{
		width: 100%;
	}
	.wrapperSlider{
		float: none;
	}
}
.profileSliderSpan{
	font-style: italic;
}

#tableSensitivityAnalysis .sliderOptimiser {
    width: 150px;
}

p.sliderOptimiserLabel {
    float: left;
/*     width: 40px; */
    line-height: 2;
	margin-top: 10px;
}
p.sliderOptimise {
    clear: left;
}
.ui-slider .ui-slider-handle{
	width: 30px;
	height: 30px;
	margin-top: -5px;
	content: "X";
}
.ui-slider-handle a:focus {outline:none;}
.ui-state-focus {outline:none;}

.ui-corner-all{
	border-radius: 5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
		background-color: #223F87;
		border-radius: 15px;
	border: none;
	color: #FFF;
	content: "X";
/* 	font-weight: bold;
		width: 200px;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 6px 12px;
	line-height: 20px; */
		background: linear-gradient(rgb(51, 102, 204), rgb(34, 63, 135) 50%) repeat scroll 0% 0% transparent;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}


.footerBusinessOptimisor .menuLabel{
	color: #FFF;
	line-height: 50px;
}
.footerBusinessOptimisor .aLeft .menuLabel{
	float: left;
}
.footerBusinessOptimisor .aLeft{
	float: left;
	color: #FFF;
	display: block;
}
.footerBusinessOptimisor .aRight{
	float: right;
	color: #FFF;
	font-weight: bold;
	display: block;
}
.footerBusinessOptimisor .pMiddle{
		position: relative;
	top: 5px;
		margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #CDCDCD;
}
.footerBusinessOptimisor #progressBar{
	position: absolute;
	bottom: 30px;
	width: 360px;
	left: 50%;
	min-height: 10px;
	background-color: #CDCDCD;
	margin-left: -180px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.navbar-inverse {
	min-height: 100px;
}
.footerBusinessOptimisor #progressBarBar{
	background-color: #F3E706;	
	min-height: 6px;
		-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-top: solid 1px rgba(255,255,255, 0.4);
	border-left: solid 1px rgba(255,255,255, 0.4);
	box-shadow: 0px 0px 2px rgba(239, 229, 10, 0.5);
	
}
.table>tbody>tr>td.unruly, 
.table>tbody>tr>th.unruly, 
.table>tfoot>tr>td.unruly, 
.table>tfoot>tr>th.unruly, 
.table>thead>tr>td.unruly, 
.table>thead>tr>th.unruly{
	border-top: none;
}

.payment-warning-panel {
 	padding: 10px 20px;
	background-color: #FFF;
	margin: 10px 0;
}

/*////////////////////////////CLEAN/////////////////////////*/


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}


       