.table-row-blue {
    background-color: #D9EDF7;
}
.inline-block {
    display: inline-block;
}

.nd-well-info a {
    color:#3A87AD;
}

.nd-well-warning a {
    color:#C09853;
}

.nd-table th.toggler {
    width:15px;
    cursor: pointer;
}

.nd-table-60 {
    width:60px;
}
.nd-table-80 {
    width:80px;
}
.nd-table-100 {
    width:100px;
}
.nd-table-120 {
    width:120px;
}
.nd-table-140 {
    width:140px;
}
.nd-table-200 {
    width:200px;
}
.nd-table-300 {
    width:300px;
}
.nd-table-360 {
    width:360px;
}
.nd-table-400 {
    width:400px;
}

.nd-table td.centered,
.nd-table th.centered {
    text-align: center;
}

table.lb-table tr.table-row {
    display:none;
}
table.lb-table tfoot tr.table-row,
table.lb-table tr.table-row.depth-level-1 {
    display:table-row;
}

table.lb-table td.table-toggler { cursor: pointer }

.difference-positive { color:#39b54a; }
.difference-negative { color: #da2128;}

/* LbTable */
/* added: 14-04-2014 */

/* IE7 focus fix */
* {
	_noFocusLine: expression(this.hideFocus=true);
}
/*
* #enquiriesFilter .btn { width: 46% !important; }
*/

/* IE7 Table dropdown fix */
.nd-table-response-menu .table-menu-btn { *padding-right: 0 !important; }

.lb-table-wrapper {
    clear:left;
    position:relative;
}
.ui-lb-throbber {

    background-image:url(../images/network/loading-beast.gif);
    width:71px;
    height:71px;
    position: absolute;
}

.ui-lb-overlay {
    width:100%;
    height:100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    opacity: 0.7;
}
.ibutton-container.ibutton-disabled *{
    cursor: not-allowed!important;
}
.ibutton-container.ibutton-disabled div.ibutton-label-on {
    background-color: #c6e6b0\9!important;
    border: 1px solid #bad49f\9!important;
}
.ibutton-container.ibutton-disabled div.ibutton-label-off {
    background-color: #f1a19e\9!important;
    border: 1px solid #e6aea4\9!important;
}
.nd-table th.nd-table-action-wide, .nd-table td.nd-table-action-wide {
    width: 120px;
    text-align: center;
    cursor: default !important;
}
table.lb-table .lb-column-100 {
    width:100px;
}
table.lb-table .lb-column-120 {
    width:120px;
}
table.lb-table tr.depth-level-2 td {
    background-color:#F2F2F2;
}
table.lb-table.report-builder tr.depth-level-2 td {
    background: none;
}

table.lb-table thead tr th.toggler {
    width:30px;
}
.lb-table-wrapper .pagination {
    margin:0px;
}
.nd-filter form {
    margin:0px;
}
.csv-box select,
table.lb-table select{
    width:100%;
}
.btn.no-label {
    margin-top:1.5em;
}
.fake-upload-field-wrapper {
    width:100%;
    position:absolute;

}
.ie7 .fake-upload-field {
    margin-right: 15px;
}
.fake-upload-field {
    height:70px;
}
.fake-upload-field input[type=file],
.fake-upload-field input[type=text] {
    width:100%;
    position: relative;
}
.ie7 .fake-upload-field input[type=text] {
    height:25px;
}

.fake-upload-field input[type=text] {
    height:35px;
    top:0px;
    position: absolute;
    box-sizing: border-box;
}
.fake-upload-field input[type=file] {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top:0px;
    height:70px;
    font-size: 220px;
    z-index: 5;
    /* IE fixes */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
form#uploadNumbers {
    padding:0px;
    margin:0px;
}
@media only screen and (max-width: 650px) {
    .fake-upload-field {
        height: 86px;
    }
    .fake-upload-field input[type=file] {
        height: 86px;
    }
}
/* styles to overrite bootstrap styles specific to leadbeast - 14-01-2013 */
.nd-table td.boldFont { font-weight: bold !important; }
.nd-table tr.second-row th:first-child { border-left: 1px solid #CCCCCC;}
.nd-table .table { margin-bottom: 0 !important; }
.nd-table.header-nowrap tr th{ white-space:nowrap; }
.nd-table tfoot tr { background-color: #fcf8e3; }

.nd-table tr.toggle-opened td, .lb-table tr.toggle-row-opened td, .lb-table.non-expandable tr.depth-level-1 td { background-color: #fcf8e3; }
.lb-table tr.unassigned-row td { background-color: #f9f9f9; }
.lb-table.non-expandable tr .toggler { display: none }

/** graph legend **/
.legend { float: right; font-size:smaller; }
.legend .legendColorBox { width: 18px; }
.legend .legendItem { float: left; line-height: normal; }
.legend .legendItem div { float: left; }
.legend .legendItem .legendLabel { padding-left: 4px; }

/** date range picker
.date-range-picker { cursor: pointer; }
.range_inputs input { padding: 2px 5px !important; } **/

/** progressbar
.progress .bar-secondary { float: left; text-align: center; font-size: 12px; }
.progress-info.progress-striped .bar, .progress-striped .bar-info { background-color: #00093c !important; } **/

/** graphs
.tickLabels .tickLabel { margin-left: -4px; } **/

/** tables **/
.button-column { text-align: center; }

/** loader bar **/
#loader-bar { position: fixed; top: 5px; right: 5px; }

#gbox_grid,
#gview_grid,
#gview_grid .ui-jqgrid-hdiv,
#gview_grid .ui-jqgrid-bdiv,
#gview_grid table { width: 100% !important; }
#gview_grid .ui-jqgrid-hbox { padding: 0; }

.icon-leadbeast { float: right; margin-top: 3px; }

/* ==================================================================== */
/* 23.4 Multi Select													*/
/* ==================================================================== */
ul.token-input-list { overflow: hidden;  height: auto !important;  height: 1%; cursor: text; min-height: 1px; z-index: 999; margin: 0; padding: 0; list-style-type: none; clear: left; }
ul.token-input-list li input { width: 100px; margin: 0; -webkit-appearance: caret; box-shadow: none; }
ul.token-input-list li input:focus { outline: none; -moz-appearance:none; }
li.token-input-token { overflow: hidden;  height: auto !important;  height: 15px; margin: 2px; padding: 1px 3px; cursor: default; float: left; white-space: nowrap; }
li.token-input-token p { display: inline; padding: 0; margin: 0; font-weight: bold; }
li.token-input-token span { margin-left: 5px; font-weight: bold; cursor: pointer; }
li.token-input-input-token { float: left; margin: 0; padding: 0; list-style-type: none; }
div.token-input-dropdown { position: absolute; width: 200px; overflow: hidden; cursor: default; z-index: 1; }
div.token-input-dropdown p { margin: 0; padding: 5px; font-weight: bold; }
div.token-input-dropdown ul { margin: 0; padding: 0; }
div.token-input-dropdown ul li { padding: 3px; margin: 0; list-style-type: none; }
div.token-input-dropdown ul li em { font-weight: bold; font-style: normal; }
/* Colours */
li.token-input-token { color: #fff; }
li.token-input-token span { color: #fff; }
li.token-input-selected-token { color: #fff; }
div.token-input-dropdown ul li.token-input-selected-dropdown-item { color: #fff; }
/* Backgrounds */
ul.token-input-list { background-color: #fff; }
ul.token-input-list li input { background-color: #fff; }
li.token-input-token { background-color: #00093c; }
li.token-input-selected-token { background-color: #0b5c83; }
div.token-input-dropdown { background-color: #fff; }
div.token-input-dropdown ul li { background-color: #fff; }
div.token-input-dropdown ul li.token-input-dropdown-item { background-color: #fff; }
div.token-input-dropdown ul li.token-input-dropdown-item2 { background-color: #fff; }
div.token-input-dropdown ul li.token-input-selected-dropdown-item { background-color: #00093c; }
/* Borders */
.table-menu li:first-child { border-top: none; }
ul.token-input-list { border: 1px solid #ccc; border-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border-radius: 3px; }
ul.token-input-list li input { border: 0; }
li.token-input-token { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border: 1px solid #00093c; color: #fff; background-color: #00093c; }
li.token-input-selected-token { border: 1px solid #ccc; }
div.token-input-dropdown { border: 1px solid #ccc; border-radius: 3px; }

.red-well {
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

.top-line-break { margin-top: 10px; padding-top: 10px; border-top: 1px solid #ccc; }
.stats-under-graph .well span.divider { display: block; border-top: 1px solid #CCCCCC; width: 100%; height: 0; }
.stats-under-graph .size-2 .well{ line-height: 41px; }
.stats-under-graph .size-3 .well{ line-height: 63px; }
/* Breadcrumbs */
.nd-main-panel .nd-breadcrumb { padding: 0 15px 0 23px; }
.nd-breadcrumb .anchor-leadbeast { float: right; }
.nd-breadcrumb .anchor-leadbeast .icon-large.icon-leadbeast{ margin: -5px 0 0 0; }
.stats-under-graph.big-numbers .well small { font-size: 10px; }
.stats-under-graph.items-7 .row-fluid .span1 { width: 12.08%; }
.stats-under-graph.items-8 .row-fluid .span1 { width: 10.2%; }
.nd-detail-aside .nd-well-warning { margin-bottom: 10px !important; }

.map-shutter { padding-top: 250px; display: block; width: 82px; margin: 0 auto; }
#region-select .alert { margin-bottom: 10px; }
.nd-sidebar ul.nd-primary-nav > li > ul > li.subSubItem > a { padding-left: 66px; }
.nd-sidebar > ul.nd-primary-nav > li > ul > li > ul > li a { padding-left: 66px; }

#dashBoxes.nd-widget-loaded { background: none; border: none }
#dashBoxes.nd-widget-loaded > div.nd-widget-title { display: none }
#dashBoxes.nd-widget-loaded > div.nd-widget-content { padding: 0 }

#dashBoxes .nd-dash-item-inner > a { text-decoration: underline; }
/* ---------------------------- DEBUG ------------------------------ */
.debugDataHandler { margin: 1px; display: inline-block; }
.debugDataHandler .debugToggler { background: red; color: #fff; padding: 4px; font-size: 12px; }
.debugDataHandler .debugData { display: none; background: #f2f2f2; position: absolute; z-index: 999; padding: 5px; width: 920px; word-wrap: break-word; border: 1px solid #000000; }
.debugDataHandler .debugData .header { font-weight: bold; font-size: 14px; color: #000000 }

/** Franchise Multi Select **/
.franchise-multi-select { position: relative; height: 1px; }
.franchise-multi-select .table-menu { right: 0; width: 220px; }
.franchise-multi-select .dropdown-toggle { position: absolute; top: 0; right: -1px; z-index: 100; }
.franchise-multi-select .table-menu-btn { padding-right: 32px !important; }

.btn.disabled {cursor: not-allowed}
.highcharts-legend-item *{ cursor:pointer!important; }
.highcharts-legend-item.disabled *{ cursor:not-allowed!important; }
.highcharts-button { cursor:pointer!important; }

.table-menu-btn.btn { padding-right: 0px !important;}
.table-menu-btn .select-dropdown-text { padding-right: 20px;}

form#actionsFilter { margin-bottom: 0px; }

form input.error { border-color: #b94a48; }
form label.error, form .errorMessage { color: #b94a48; }

.well-red { color: #dd1144; background: #ffffff; }
.well-red a { color: #dd1144; }
.well-red-small { color: #dd1144; background: #f8f8f8; display: inline-block; padding: 2px 4px !important; font-size: 14px; min-height: 2px; line-height: 12px;}

.nd-table-response-menu {
    width: 162px;
}
.row-fluid .js-sort-options {
    margin-left: -9px;
}

.beta-indicator {
    padding: 9px 0;
    font-weight: bold;
    color: #d04437;
}

#projection-filters {
    margin: 0;
}

#CsvXUploadForm-form {
    margin: 0;
}
.fileinput-button {
    margin-top: 5px;
}
