/* Base CSS

Orange: #ee7100
Dark blue: #27313d
Dark Grey: #999a9e
Light Blue: #f6f7f8
Grey Border: #9b9b8c
Login-bg: #f3f6fa;
Dropdown bg: #314559

*/

html, body {
	width: 100%;
	height: 100%;
} 
.container {
/*	min-width: 880px; */
	max-width: 100%;
	height: 100%;
} 

#dashboard {
/*	height: 98%;
	max-height: 748px;*/
	margin-top: 10px;
}

select.byEntity {
	width: 300px;
}

.btn-group.open .btn-primary.dropdown-toggle {
background-color: #2fe2bf;
}

.modal-open .modal,.btn:focus{
    outline:none!important
}

.dropdown-menu {
	width: 735px;
	background-color: #314559;
	color: #ffffff;
	left: -5px;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	border-radius: 6px !important;
	text-align: left;
}

.float50 {
	width: 50%;
	float: left;
}

/* Login Page */
body {
	background-color:#999a9e;
	text-shadow: 0px 0px 1px rgba(0,0,0,.1); -webkit-text-shadow: 0px 0px 0px rgba(0,0,0,.1);
	text-rendering: optimizeLegibility;
}

body.login {
	background-color:#f6f7f8;

}

.form-signin {
	max-width:365px;
	margin:0 auto 20px;
	background-color:#fff;
	border-width:1px;
	margin-top: 120px;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom:10px;
}

.form-signin-heading {
	font-weight: bold;
	font-size: 20px;
}

.form-signin input[type="text"],.form-signin input[type="password"] {
	font-size:16px;
	height:auto;
	margin-bottom:15px;
	padding:7px 9px;
	border-width: 1px;
	border-radius: 0px 6px 6px 0px;
	width: 83%;
}

.form-signin .add-on {
	padding:7px 9px;
}
.login-logo {
	height: 105px;
	margin: 20px 0px;
}
.login-form {
	background-color: #f3f6fa;
	padding: 15px;
	border-top: 1px solid #e2e7eb;
	border-bottom: 1px solid #e2e7eb;
	overflow: hidden;
}
.login-form .input-prepend {
	width: 100%;
}

.login-form .input-prepend .add-on {
	width: 20px;
	text-align: center;
}

.login-controls {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	width: 50%;
	float: left;
}

.login-controls a, .login-controls a:hover, .checkbox:hover {
	text-decoration: none;
	color: #34495e;
}
.login-submit {
	padding:15px;
}


/* Navigation Tabs */
#app-navigation .nav {
	margin-bottom: 0px;
}
#app-navigation .nav-tabs {
	border: 0px;
}


#app-navigation .nav-tabs>li:first-child>a {
	border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	border-left: 0px;
	border-right: 0px;
}

#app-navigation .nav-tabs>li>a {
	text-decoration: none;
	background-color: #27313d;
	color: white;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-right: 0px;
	border-right: 1px solid #616974;
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

#app-navigation .nav-tabs>li:last-child>a {
	border-radius: 0px 6px 0px 0px;
	-webkit-border-radius: 0px 6px 0px 0px;
	-moz-border-radius: 0px 6px 0px 0px;
	border-right: 0px;
}

#app-navigation .nav-tabs>.active>a,.nav-tabs>.active>a:hover  {
	border-top-width: 5px;
	border-left: 0px;
	border-radius: 6px 6px 0px 0px !important;
	-webkit-border-radius: 6px 6px 0px 0px !important;
	-moz-border-radius: 6px 6px 0px 0px !important;
	margin-top: 0px;
	background-color: #f6f7f8;
	color: #555;
	font-weight: bold;
}

/* Dashboard Controls */

.user-name {
	font-weight: bold;
	font-size: 16px;
}
#dashboard-controls {
	background-color: #f6f7f8;
/*	max-height: 1004px; */
	width: 100%;
	display: block;
	border-radius: 0 6px 0px 0px;
	-webkit-border-radius: 0 6px 0px 0px;
	-moz-border-radius: 0 6px 0px 0px;
	overflow-y: hidden;
}
.dashboard-header {

}
.dashboard-cont {
	padding: 20px;
	overflow:hidden;
	display:none;
}
.div-scroll {
	max-height: 100%;
	overflow-y: auto;
}
#dashboard-cont .row-fluid {
	margin-bottom: 25px;
}

.box {
	border: 1px solid #9b9b8c;
	background-color: #fff;
}
.obox {
	border-width: 1px;
	height: 348px;
	background-color: #fff;
}

.obox.chart {
	height: 260px;
}

.obox .tablediv {
	max-height: 100%;
	overflow-y: scroll;
}
.obox td {
	padding: 13px;
}
.top-banner {
	height: 120px;
	margin-bottom:
}

.banner-inner {
	margin: 10px 15px;
	overflow: hidden;
}

#dashboard-logo img, .contact-logo img {
	max-height: 100px;
	max-width: 300px;
}

.twealth {
		margin-top: 25px;
}

.lge-text {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
}

.underline {
	border-bottom: 1px solid #34495e;
}

.top-date {
	font-size: 11px;
	margin-top: 12px;
}

.table-div {
	height: 100%;
	overflow-y: scroll;
}
.box-title {
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}
.box-date {
	font-size: 0.9em;
	padding: 19px 15px 17px 0px;
}
.table tr, .table td {
	border: 0px;
}



#report-table td, #report-header td {
	padding: 8px;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
background-color: #ebeff1;
}


#chartDiv {
	width: 100%;
	height: 200px;
	margin-left: 0px;
}
.dhx_chart {
  color: #34495e;
  font: 0.9em "Lato", sans-serif;
}
/* Reports */

.btn.btn-large {
	padding-top: 9px;
	padding-bottom: 10px;
}
.btn-toolbar {
	margin: 0px;
}

.report-list {
	padding: 0px 15px;
	overflow:hidden;	
}

.report-list .float50 {
	padding: 8px 0px;;
}

.report-list a {
	text-decoration: none;
	color: #fff;
}

.report-box , .document-box {
	border-width: 1px;
	max-height: 100%;
	background-color: #fff;
	width: 100% !important;
}

#report-box {
  margin-top: 10px;
}
.report-inner {
	margin: 15px 15px;
/*	overflow:hidden; */
}
.report-inner:after {
	content: " "; /* 1 */
    display: table;
	clear: both;
	zoom: 1;
}
.report-name {
	margin-top: 7px;
}
.document-container ,.contact-container{
	margin: 0px;
	padding: 0px;
	max-height: 100%;
	overflow-y: scroll;
}

.report-container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	max-height: 100%;
	overflow-x: auto;
	overflow-y: hidden;

}

#tb {
    overflow-y: auto;
    overflow-x: hidden;
}

.report-table-head td , .document-table-head td{
	padding:2px 8px;
	background-color:#27313d !important;
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #ffffff !important;
}
.report-table-head td:first-child,.document-table-head td:first-child {
	text-align: left;
	border-left: 0px !important;
}

#report-table .body-Date, #report-table .body-Trade, #report-table .body-Settle, td.rightcol {
white-space: nowrap;
}

#report-table>tbody {
	display:block
	overflow-y: scroll;
}

#report-list .dropdown-menu {
	width: 835px;
	left: -5px;
}

td.currency {
	text-align: right;
}
td.minus {
	color: red;
}
/* Document Vault */

.doc-search button {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

.doc-search input {
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-width: 1px;
	border-left: 0px;
	margin-left: -5px;
}

/* Contact Advisor */

.contact-logo {
	padding-bottom: 10px;
	border-bottom: 1px solid #ebeff1;
}

.advisor-name {
	margin-bottom: 15px;
}

.contact-details p {
	margin-bottom: 15px;
}

.contact-details a {
	margin-bottom: 10px;
}

.map-canvas {
	margin-top: 10px;
	width: 99.5%;
	height: 500px;
	border: 1px solid #9b9b8c;
}

.map-canvas img {
  max-width: none;
}


#asset-allocation {
	top:30px;
	margin-left: 20px;
}

.table .body-total {
	text-align: right;
}

#asset-selected{
	width:300px; margin:0 auto;
	text-align: center;
}


.ui-datepicker {
background-color: #ebeff1;

}

.ui-datepicker a{
color: black;
}


#document-cont button{
	/* background-color: #15c3a3;*/
}

#headerSearchForm button {
  height: 30px;
  margin-left: -5px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

#advanceForm .body {
	background-color: #2b3d4f;
	border-radius: 6px;
}

#advanceForm form {
  margin: 0px;
}

#advanceForm form div {
	padding: 15px;
}

#advanceForm {
	position: absolute;
	width: 726px;
	z-index: 300;
}


#optionsPeriodGroup label{
	display: inline;
}

#asset-selected {
	/*top: -270px;*/
	position: relative;
}

#report-table .subTotal,#report-table  .body-total{
	font-weight: bold;
	text-transform: uppercase;
}

#document-table td a i {
	text-decoration: none;
}

.form-search {
	margin-top: 10px;
}



/* doc vault header */

.document-table td.Name {
	width: 30px;
}
.document-table td.Doc-Type {
	width: 262px;
}
.document-table td.ToFrom {
	width: 259px;
}
.document-table td.DocDate {
	width: 50px;
}

#vaultImageContainer {
	-webkit-overflow-scrolling: touch !important;
	overflow-y: scroll !important;
	height: 95%;
}


/* sortable table style */

.asset7, .date7, .purchase7, .sale7, .repDocType, .repToFrom, .repDocDate {
  cursor: pointer;
}

#rptDateFilter a {
  margin-bottom: 10px;
  margin-left: 5px;
}

.contact-header {
    height: 40px;
}
input#from_address {
	height: 39px;
	line-height: 35px;
}
.googlemap table {
	width: 100%;
}
table td.adp-text {
	width: auto;
}

/* App.js add divider bottom of Total Start Balance mobile view*/
.totalBalanceAtStart{ 
	font-weight: bold;
	border-bottom: 1px solid #333 !important;
}