/* beta.css */
div.row.report-header {
	margin-top:20px;
	margin-bottom:20px;
}

#askTheAnalystModal a {
	color: #ff72aa;
	font-weight:bold;
	text-decoration:underline;
}

table.bmt-datatable {
		margin: 0 auto;
		width: auto;	
		border-collapse:collapse;
		border: 1px solid #63428c;
}

table.table-flex {
	margin: 0 auto;
	width: auto;	
	border-collapse:collapse;
}

table.bmt-datatable thead th {
	text-align: center;
}

table.bmt-datatable tbody th {
	font-weight:normal;
	text-align:left;
}
table.bmt-datatable tbody td {
	font-weight:normal;
	text-align:center;
	
}
table.bmt-datatable tbody th, table.bmt-datatable tbody td { 
	border: 1px solid #63428c;
}

div.bmt-eventtext p {
	margin-top: 1em;
    margin-bottom: 1em;
    font: inherit;
    color: inherit;
}

table.bmt-eventtable td, table.bmt-eventtable th {
	text-align:center;
}
table.bmt-firstleft tbody td:first-child {
	text-align:left;
}

table.bmt-text-center td, table.bmt-text-center th {
	text-align:center;
}

table.header-center thead th {
	text-align:center;
}

.center_div {
	text-align:center;
}

.text-bold {
	font-weight:bold;
}


.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
.headerSearchBox {
    max-width:540px;
}

.reporttooltip + .tooltip > .tooltip-inner {
    text-align:left;
    color:#686665;
    background-color:#fff;
    border:2px solid #c6c6c6;
    box-shadow: 2px 4px 4px #c0c0c0;
    line-height:1.6em;
}

.reporttooltip + .tooltip > .tooltip-arrow {
    border-bottom-color:#c0c0c0;

}

.ui-corner-all {
	border-radius: 0;
}

.tablesorter.ui-widget.ui-widget-content,
.tablesorter.ui-widget.ui-widget-header {
    border: 0;
}

.tablesorter.table {
    border-spacing: 1px;
    font-family: "signika",sans-serif;
}

.tablesorter.table td {
    color: #717990;
}
.tablesorter-header-inner {
	font-weight: bold;
}
.tablesorter.ui-state-default, 
.tablesorter.ui-widget-content .ui-state-default, 
.tablesorter.ui-widget-header .ui-state-default, 
.tablesorter.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 0;
}

.tablesorter .ui-icon, 
.tablesorter .ui-widget-content .ui-icon {
	background-image: none;
}

input.tablesorter-filter {
    width:100%;
}

.form-control[disabled]{
	background-color: #eee;
}

.tablesorter .pager-next,
.tablesorter .pager-last,
.tablesorter .pager-first ,
.tablesorter .pager-prev {
	color: white;
	background-color: #63428c;
	border-radius: 5px;
	margin-right: 5px;
}

.tablesorter .filtered, .tablesorter-jui thead tr .sorter-false .ui-icon {
    display: none;
}

tr.tablesorter-headerRow th {
	font-size: 14px;
}

.dataTable thead th {
	background-color: #63428c;
	color: #f0f1f3;
}

table.dataTable.stripe tbody tr.odd {
	background-color: #e1e3e7;
}

/* tablesorter grouped */
table.tablesorter-grouped-closed > tbody > tr.group-header {
	background-color:#C1C3C7;
}

table.tablesorter-grouped-closed > tbody > tr.group-header > td {
	color:#666;
}

table .group-hidden {
    display: none;
}

tr.group-header td i {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #888;
    border-right: 4px solid #888;
    border-left: 4px solid transparent;
    margin-right: 7px;
    user-select: none;
    -moz-user-select: none;
}

tr.group-header.collapsed td i {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #888;
    border-right: 0;
    margin-right: 10px;
}

.tablesorter .header,
.tablesorter .tablesorter-header {
    background-image: none;
}

.tablesorter th.headerSortDown,
.tablesorter th.tablesorter-headerSortDown,
.tablesorter th.tablesorter-headerDesc {
    background-image: none;
}

.tablesorter th.headerSortUp,
.tablesorter th.tablesorter-headerSortUp,
.tablesorter th.tablesorter-headerAsc {
    background-image: none;
}

@media screen and (min-width: 1176px) {
    header .main-nav .nav > li > a {
        padding: 15px 22px;
    }
}
