/**
*
* This contains common EOS styles.  Do not edit, unless for a good reason ( i.e., a bug ).
* If you need to change the a style reason for a specific app then overwrite the CSS in that app's stylesheet.
* Changing styles here can affect all EOS Applications.
*
*/

/************************************* GENERAL *************************************/

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    background-color: #eee;
    min-width:1024px;
}

label {
    font-weight: bold;
}


.pseudo-link {
    color: green;
    text-decoration: underline;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.centred {
    text-align: center;
}

.error {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
}

.error:hover {
    background-color: #b94a48;
}

.page-content-container {
    width: 70%;
    min-width: 960px;
    margin: auto;
    padding-bottom: 50px;
}

.page-header-container {
    width: 70%;
    min-width: 960px;
    margin: auto;
}

.page-header {
    height: 70px;
    padding-top: 10px;
    background-color: #fff;
    margin: 0;
    vertical-align: middle;
}

.commodity_selection form {
    display: inline-block;
    margin-left: 20px;
}

.commodity_selection select {
    width: auto;
}

#no-widget-data {
    position: relative;
    top: 200px;
    width: 960px;
    font-size: 14px;
}

span.text-error {
    color: red;
}

.validation-error-highlight {
    border: red 1px solid;
}

/*************************************  NAVIGATION BAR **************************************/

div.navbar {
    width: 100%;
    height: 40px;
}

div.navbar div.container {
    margin: auto;
    width: 70%;
    min-width: 960px;
}

.navbar-inner {

}

.navbar-inner {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    z-index: 1;
    box-shadow: none;
}

.navbar .nav {
    width: 100%;
}

.navbar .brand {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    line-height: 22px;
}

.navbar .icon-home {
    line-height: 20px;
    vertical-align: middle;
    background-color: white;
    top: 10px;
}

.navbar .nav  > li > a {
	text-decoration: underline;
	color: #bbb;
}

.nav-info {
    padding: 9px 10px 8px;
    margin-top: 2px;
    border-radius: 4px;
    text-align: center;
    display: none;
}

.nav-info-market {
    color: #fff;
    background-color: #337ab7;
}

.nav-info-acct {
    color: #333;
    background-color: #fff;
    margin-right: 3px;
}

.nav-info-name {
    color: #333;
    background-color: #ddd;
    margin-right: 3px;
}

#account_name_nav div {
    margin: 3px;
    width: auto;
    white-space: nowrap;
}

#account_name_nav div button span.filter-option {
    padding: 2px 3px 3px;
    border-radius: 4px;
    text-align: center;
}

#account_name_nav div {
    margin: 3px;
    width: auto;
    white-space: nowrap;
}

#account_name_nav div button span.filter-option {
    padding: 2px 3px 3px;
    border-radius: 4px;
    text-align: center;
}

#account_num_nav div {
    margin: 3px;
    width: auto;
    white-space: nowrap;
}

#account_num_nav div button span.filter-option {
    padding: 2px 3px 3px;
    border-radius: 4px;
    text-align: center;
}


/************************************* FOOTER *************************************/

.navbar.navbar-fixed-bottom .container {
    width: 960px;
    margin: auto;
}

.navbar-fixed-bottom span:first-child {
    margin-left: 0;
}

.navbar-fixed-bottom span img {
    position: relative;
    top: -2px;
}

/************************************* WIDGET *************************************/

.widget {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    overflow-x: auto;
}

.widget-content {
    margin: 0;
    padding: 0;
    border: 1px solid #337ab7;
    border-radius: 4px;
    background-color: #fff;
    overflow-x: auto;
    position: relative;
}

.widget-shade-button-container {
    float: right;
    left: -20px;
    margin-left: 20px;
    position: relative;
}

.widget-shade-button {
    cursor: pointer;
}

.widget-title {
    height: 20px;
    padding: 8px 0 8px 20px;
    background-color: #337ab7;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    overflow-x: auto;
    position: relative;
}

.widget-title .widget-title-controls {
    float: right;
    margin-right: 20px;
    text-transform: none;
}

.widget .content-container {
    padding: 20px;
    overflow-x: auto;
}

.widget-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 12px;
  color: #999;
}

.widget_refresh_form_container {
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 15px 5px 0px 5px;
  margin-bottom: 20px;
}


.widget table {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

.widget .explain-this-container {
    margin-top: 10px;
    margin-bottom: 10px
}

.widget .summary {
    float: left;
    width: 420px;
}

.widget .next-bill {
    width: 400px;
    float: right;
    background-color: #eee;
    padding: 10px;
    color: #333;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
}

.widget .next-bill #next-expected-bill {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget .next-bill span:last-child {
    font-size: 12px;
    line-height: 10px;
}

.widget .data-label, .widget .text-label {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: right;
    background-color: transparent;
    text-shadow: none;
    border-radius: 0;
}

.widget .data-value {
    padding-left: 10px;
    font-size: 12px;
    color: black;
}

.widget #next-bill {
    float: right;
}

.widget .no-data-found {
    text-align: center;
    font-weight: bold;
}

.widget .graph-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.widget .graph-container .graph-title {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.widget .graph {
    margin-top: 20px;
    width: 900px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.widget .graph.annotated {
    margin-top: 20px;
    width: 900px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.widget .highlighted-block {
    padding: 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.widget .button-row {
    height: 50px;
    margin-top: 5px;
}

.widget .buttons-for-button-row {
    display: none;
}

.widget .button-row .contactus {
    float: right;
    clear: both;
}

/************************************* HOME *************************************/

.home-container {
    width: 100%;
}

#welcome-user {
    text-align: right;
    margin-bottom: 10px;
}

#welcome-user span {
    font-weight: bold;
}

/************************************* DATA TABLE OVERRIDES *************************************/

table.dataTable tr.odd {
    background-color: #F9F9F9;
}

table.dataTable th.highlight {
    background-color: #79D67F;
}

table.dataTable td.highlight {
    font-weight: bolder;
    background-color: #79D67F;
}

table.dataTable {
    border-width: 1px 1px 1px 0;
    border-color: #dddddd;
    border-radius: 4px;
    border-collapse: separate;
}

table.dataTable thead th {
    border-bottom: 0;
}

table.dataTable thead tr td {
    font-weight: bold;
}

table.table-condensed {
    /*    border:#dddddd solid 1px; */
}

table thead tr {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    background-color: #eeeeee;
}

table thead tr th {
    font-weight: bold;
    text-align: center;
}

table tbody.selectable tr {
    cursor: pointer;
}

table tr td.commodity, table tr td.currency {
    text-align: right;
}

table tr.selected-row td {
    background-color: #9FAFD1;
}

.dataTables_wrapper .row {
    margin-left: 0;
}

.dataTables_wrapper .datatable-pagination {
    margin-top: 10px;
}

div#account_num_nav.pull-right div.btn-group.bootstrap-select.pull-right button.dropdown-toggle.bs-placeholder.btn span.bs-caret span.caret{
  border-top-color: #000000;
  border-bottom-color: #000000;
}

div#account_num_nav.pull-right div.btn-group.bootstrap-select.pull-right button.dropdown-toggle.btn span.bs-caret span.caret{
  border-top-color: #000000;
  border-bottom-color: #000000;
}

div#account_num_nav.pull-right div.btn-group.bootstrap-select.pull-right.open button.dropdown-toggle.btn{
    background-color: #bfbfbf;
}

div#account_num_nav.pull-right div.btn-group.bootstrap-select.pull-right.open div.dropdown-menu.open div.bs-searchbox{
        padding-right: 10%;
}
.row_highlight_red
{
    background-color: rgba(255,0,0,0.2) !important;
}

.filter_note
{
    color: red;
    margin: 0px;
}

.select2-container--default .select2-selection--multiple li[title="Bad Debt"].select2-selection__choice
{
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
    font-weight: bold;
}

.select2-container--default .select2-selection--multiple li[title="Do Not Call"].select2-selection__choice
{
     color: #fff;
     background-color: #f0ad4e;
     border-color: #f0ad4e;
     font-weight: bold;
}

/************************************* TWITTER BOOTSTRAP OVERRIDES *************************************/
.label-pending-flow {
    background-color: #66cc00;
}

div.error-background {
    background-color: #ffcccc;
}